diff --git a/CrepePackage/CrepePackage.zip b/CrepePackage/CrepePackage.zip new file mode 100644 index 0000000..f57914f Binary files /dev/null and b/CrepePackage/CrepePackage.zip differ diff --git a/CrepePackage/MITM.bat b/CrepePackage/MITM.bat new file mode 100644 index 0000000..88ccab7 --- /dev/null +++ b/CrepePackage/MITM.bat @@ -0,0 +1,5 @@ +cd %cd%\py +@echo off +title CrepeSR mitmdump +timeout /t 3 +mitmdump -s proxy.py -k diff --git a/CrepePackage/banners.json b/CrepePackage/banners.json new file mode 100644 index 0000000..3c50225 --- /dev/null +++ b/CrepePackage/banners.json @@ -0,0 +1,74 @@ +[ + { + "gachaId": 1001, + "detailWebview": "", + "rateUpItems4": [ + 1001, + 1103 + ], + "rateUpItems5": [ + 1102 + ], + "costItemId": 101 + }, + { + "gachaId": 2001, + "detailWebview": "", + "rateUpItems4": [ + 1001, + 1103 + ], + "rateUpItems5": [ + 1102 + ], + "costItemId": 101 + }, + { + "gachaId": 2002, + "detailWebview": "", + "rateUpItems4": [ + 1001, + 1103 + ], + "rateUpItems5": [ + 1102 + ], + "costItemId": 101 + }, + { + "gachaId": 3001, + "detailWebview": "", + "rateUpItems4": [ + 1001, + 1103 + ], + "rateUpItems5": [ + 1102 + ], + "costItemId": 101 + }, + { + "gachaId": 3002, + "detailWebview": "", + "rateUpItems4": [ + 1001, + 1103 + ], + "rateUpItems5": [ + 1102 + ], + "costItemId": 101 + }, + { + "gachaId": 4001, + "detailWebview": "", + "rateUpItems4": [ + 1001, + 1103 + ], + "rateUpItems5": [ + 1102 + ], + "costItemId": 101 + } +] \ No newline at end of file diff --git a/CrepePackage/config.json b/CrepePackage/config.json new file mode 100644 index 0000000..967e319 --- /dev/null +++ b/CrepePackage/config.json @@ -0,0 +1,21 @@ +{ + "VERBOSE_LEVEL": 1, + "MONGO_URI": "mongodb://0.0.0.0:27017/crepesr", + "HTTP": { + "HTTP_HOST": "0.0.0.0", + "HTTP_PORT": 443 + }, + "DISPATCH": [ + { + "DISPATCH_NAME": "CrepePlus", + "DISPATCH_URL": "http://localhost/query_gateway" + } + ], + "GAMESERVER": { + "SERVER_IP": "127.0.0.1", + "SERVER_PORT": 22102, + "MAINTENANCE": false, + "MAINTENANCE_MSG": "Server is in maintenance mode." + }, + "AUTO_ACCOUNT": true +} diff --git a/CrepePackage/inode.bat b/CrepePackage/inode.bat new file mode 100644 index 0000000..2f75f23 --- /dev/null +++ b/CrepePackage/inode.bat @@ -0,0 +1,3 @@ +npm install +timeout /t 3 +exit \ No newline at end of file diff --git a/CrepePackage/package-lock.json b/CrepePackage/package-lock.json new file mode 100644 index 0000000..639678f --- /dev/null +++ b/CrepePackage/package-lock.json @@ -0,0 +1,2881 @@ +{ + "name": "CrepePackage", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "dependencies": { + "@types/express": "^4.17.13", + "colorts": "^0.1.63", + "dgram": "^1.0.1", + "express": "^4.18.1", + "mongodb": "^4.8.0", + "node-kcp-token": "github:memetrollsxd/node-kcp", + "protobufjs": "^7.0.0", + "typescript": "^4.7.4" + }, + "devDependencies": { + "ts-node-dev": "^2.0.0" + } + }, + "node_modules/@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@protobufjs/aspromise": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" + }, + "node_modules/@protobufjs/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" + }, + "node_modules/@protobufjs/codegen": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" + }, + "node_modules/@protobufjs/eventemitter": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" + }, + "node_modules/@protobufjs/fetch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", + "dependencies": { + "@protobufjs/aspromise": "^1.1.1", + "@protobufjs/inquire": "^1.1.0" + } + }, + "node_modules/@protobufjs/float": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" + }, + "node_modules/@protobufjs/inquire": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" + }, + "node_modules/@protobufjs/path": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" + }, + "node_modules/@protobufjs/pool": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" + }, + "node_modules/@protobufjs/utf8": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "dev": true + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz", + "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", + "dev": true + }, + "node_modules/@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/express": { + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", + "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.18", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.17.29", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.29.tgz", + "integrity": "sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "node_modules/@types/long": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz", + "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" + }, + "node_modules/@types/mime": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", + "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" + }, + "node_modules/@types/node": { + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.6.tgz", + "integrity": "sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==" + }, + "node_modules/@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" + }, + "node_modules/@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" + }, + "node_modules/@types/serve-static": { + "version": "1.13.10", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", + "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-xevGOReSYGM7g/kUBZzPqCrR/KYAo+F0yiPc85WFTJa0MSLtyFTVTU6cJu/aV4mid7IffDIWqo69THF2o4JiEQ==", + "dev": true + }, + "node_modules/@types/strip-json-comments": { + "version": "0.0.30", + "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", + "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==", + "dev": true + }, + "node_modules/@types/webidl-conversions": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-6.1.1.tgz", + "integrity": "sha512-XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q==" + }, + "node_modules/@types/whatwg-url": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", + "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", + "dependencies": { + "@types/node": "*", + "@types/webidl-conversions": "*" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/body-parser": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", + "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.10.3", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/bson": { + "version": "4.6.5", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.6.5.tgz", + "integrity": "sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw==", + "dependencies": { + "buffer": "^5.6.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/colorts": { + "version": "0.1.63", + "resolved": "https://registry.npmjs.org/colorts/-/colorts-0.1.63.tgz", + "integrity": "sha512-prWZKocUjLYvt9Jx4j+KEkeQSm9rvGA2ZB90Je6odMyXPthpb1pTW9/0RxUZ/CRXc+DsydMLOQIrDBgdx5jjOg==", + "engines": { + "node": ">=8.1.90" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/denque": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz", + "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/dgram": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dgram/-/dgram-1.0.1.tgz", + "integrity": "sha512-zJVFL1EWfKtE0z2VN6qfpn/a+qG1viEzcwJA0EjtzS76ONSE3sEyWBwEbo32hS4IFw/EWVuWN+8b89aPW6It2A==", + "deprecated": "npm is holding this package for security reasons. As it's a core Node module, we will not transfer it over to other users. You may safely remove the package from your dependencies." + }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/dynamic-dedupe": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/dynamic-dedupe/-/dynamic-dedupe-0.3.0.tgz", + "integrity": "sha512-ssuANeD+z97meYOqd50e04Ze5qp4bPqo8cCkI4TRjZkzAUgIDTrXV1R8QCdINpiI+hw14+rYazvTRdQrz0/rFQ==", + "dev": true, + "dependencies": { + "xtend": "^4.0.0" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz", + "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.0", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.10.3", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/get-intrinsic": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ip": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-core-module": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/long": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.0.tgz", + "integrity": "sha512-9RTUNjK60eJbx3uz+TEGF7fUr29ZDxR5QzXcyDpeSfeH28S9ycINflOgOlppit5U+4kNTe83KQnMEerw7GmE8w==" + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", + "optional": true + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/mongodb": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.8.0.tgz", + "integrity": "sha512-a0eVzm1e1kxwnzJV1wZXIS54KegM2y6wXTXOGTSAxr/E2YOUkl/zGBHNSI4z+6z+YQtVdzDqy1nJ4n5MxYJRnQ==", + "dependencies": { + "bson": "^4.6.5", + "denque": "^2.0.1", + "mongodb-connection-string-url": "^2.5.2", + "socks": "^2.6.2" + }, + "engines": { + "node": ">=12.9.0" + }, + "optionalDependencies": { + "saslprep": "^1.0.3" + } + }, + "node_modules/mongodb-connection-string-url": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.5.3.tgz", + "integrity": "sha512-f+/WsED+xF4B74l3k9V/XkTVj5/fxFH2o5ToKXd8Iyi5UhM+sO9u0Ape17Mvl/GkZaFtM0HQnzAG5OTmhKw+tQ==", + "dependencies": { + "@types/whatwg-url": "^8.2.1", + "whatwg-url": "^11.0.0" + } + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/nan": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz", + "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-kcp-token": { + "version": "1.0.12", + "resolved": "git+ssh://git@github.com/memetrollsxd/node-kcp.git#c92fdc77cfa3b62aed09976ac774102107b7452f", + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "nan": "^2.15.0" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/protobufjs": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.0.0.tgz", + "integrity": "sha512-ffNIEm+quOcYtQvHdW406v1NQmZSuqVklxsXk076BtuFnlYZfigLU+JOMrTD8TUOyqHYbRI/fSVNvgd25YeN3w==", + "hasInstallScript": true, + "dependencies": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/long": "^4.0.1", + "@types/node": ">=13.7.0", + "long": "^5.0.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/qs": { + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", + "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/saslprep": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", + "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==", + "optional": true, + "dependencies": { + "sparse-bitfield": "^3.0.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.0.tgz", + "integrity": "sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==", + "dependencies": { + "ip": "^2.0.0", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.13.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", + "optional": true, + "dependencies": { + "memory-pager": "^1.0.2" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true, + "bin": { + "tree-kill": "cli.js" + } + }, + "node_modules/ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "dev": true, + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/ts-node-dev": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ts-node-dev/-/ts-node-dev-2.0.0.tgz", + "integrity": "sha512-ywMrhCfH6M75yftYvrvNarLEY+SUXtUvU8/0Z6llrHQVBx12GiFk5sStF8UdfE/yfzk9IAq7O5EEbTQsxlBI8w==", + "dev": true, + "dependencies": { + "chokidar": "^3.5.1", + "dynamic-dedupe": "^0.3.0", + "minimist": "^1.2.6", + "mkdirp": "^1.0.4", + "resolve": "^1.0.0", + "rimraf": "^2.6.1", + "source-map-support": "^0.5.12", + "tree-kill": "^1.2.2", + "ts-node": "^10.4.0", + "tsconfig": "^7.0.0" + }, + "bin": { + "ts-node-dev": "lib/bin.js", + "tsnd": "lib/bin.js" + }, + "engines": { + "node": ">=0.8.0" + }, + "peerDependencies": { + "node-notifier": "*", + "typescript": "*" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/tsconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz", + "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==", + "dev": true, + "dependencies": { + "@types/strip-bom": "^3.0.0", + "@types/strip-json-comments": "0.0.30", + "strip-bom": "^3.0.0", + "strip-json-comments": "^2.0.0" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typescript": { + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "dependencies": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "engines": { + "node": ">=6" + } + } + }, + "dependencies": { + "@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "0.3.9" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@protobufjs/aspromise": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" + }, + "@protobufjs/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" + }, + "@protobufjs/codegen": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" + }, + "@protobufjs/eventemitter": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" + }, + "@protobufjs/fetch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", + "requires": { + "@protobufjs/aspromise": "^1.1.1", + "@protobufjs/inquire": "^1.1.0" + } + }, + "@protobufjs/float": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" + }, + "@protobufjs/inquire": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" + }, + "@protobufjs/path": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" + }, + "@protobufjs/pool": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" + }, + "@protobufjs/utf8": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" + }, + "@tsconfig/node10": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "dev": true + }, + "@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true + }, + "@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true + }, + "@tsconfig/node16": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz", + "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", + "dev": true + }, + "@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "requires": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/express": { + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", + "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", + "requires": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.18", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "@types/express-serve-static-core": { + "version": "4.17.29", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.29.tgz", + "integrity": "sha512-uMd++6dMKS32EOuw1Uli3e3BPgdLIXmezcfHv7N4c1s3gkhikBplORPpMq3fuWkxncZN1reb16d5n8yhQ80x7Q==", + "requires": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "@types/long": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz", + "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" + }, + "@types/mime": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", + "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" + }, + "@types/node": { + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.6.tgz", + "integrity": "sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==" + }, + "@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" + }, + "@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" + }, + "@types/serve-static": { + "version": "1.13.10", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", + "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", + "requires": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "@types/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-xevGOReSYGM7g/kUBZzPqCrR/KYAo+F0yiPc85WFTJa0MSLtyFTVTU6cJu/aV4mid7IffDIWqo69THF2o4JiEQ==", + "dev": true + }, + "@types/strip-json-comments": { + "version": "0.0.30", + "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", + "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==", + "dev": true + }, + "@types/webidl-conversions": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-6.1.1.tgz", + "integrity": "sha512-XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q==" + }, + "@types/whatwg-url": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", + "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", + "requires": { + "@types/node": "*", + "@types/webidl-conversions": "*" + } + }, + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "acorn": { + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", + "dev": true + }, + "acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true + }, + "anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true + }, + "body-parser": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz", + "integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==", + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.10.3", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "bson": { + "version": "4.6.5", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.6.5.tgz", + "integrity": "sha512-uqrgcjyOaZsHfz7ea8zLRCLe1u+QGUSzMZmvXqO24CDW7DWoW1qiN9folSwa7hSneTSgM2ykDIzF5kcQQ8cwNw==", + "requires": { + "buffer": "^5.6.0" + } + }, + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + } + }, + "colorts": { + "version": "0.1.63", + "resolved": "https://registry.npmjs.org/colorts/-/colorts-0.1.63.tgz", + "integrity": "sha512-prWZKocUjLYvt9Jx4j+KEkeQSm9rvGA2ZB90Je6odMyXPthpb1pTW9/0RxUZ/CRXc+DsydMLOQIrDBgdx5jjOg==" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "requires": { + "safe-buffer": "5.2.1" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "denque": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz", + "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==" + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + }, + "destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" + }, + "dgram": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dgram/-/dgram-1.0.1.tgz", + "integrity": "sha512-zJVFL1EWfKtE0z2VN6qfpn/a+qG1viEzcwJA0EjtzS76ONSE3sEyWBwEbo32hS4IFw/EWVuWN+8b89aPW6It2A==" + }, + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true + }, + "dynamic-dedupe": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/dynamic-dedupe/-/dynamic-dedupe-0.3.0.tgz", + "integrity": "sha512-ssuANeD+z97meYOqd50e04Ze5qp4bPqo8cCkI4TRjZkzAUgIDTrXV1R8QCdINpiI+hw14+rYazvTRdQrz0/rFQ==", + "dev": true, + "requires": { + "xtend": "^4.0.0" + } + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" + }, + "express": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz", + "integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==", + "requires": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.0", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.10.3", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + } + }, + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "get-intrinsic": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + }, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "requires": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ip": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-core-module": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "long": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.0.tgz", + "integrity": "sha512-9RTUNjK60eJbx3uz+TEGF7fUr29ZDxR5QzXcyDpeSfeH28S9ycINflOgOlppit5U+4kNTe83KQnMEerw7GmE8w==" + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" + }, + "memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", + "optional": true + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true + }, + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true + }, + "mongodb": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.8.0.tgz", + "integrity": "sha512-a0eVzm1e1kxwnzJV1wZXIS54KegM2y6wXTXOGTSAxr/E2YOUkl/zGBHNSI4z+6z+YQtVdzDqy1nJ4n5MxYJRnQ==", + "requires": { + "bson": "^4.6.5", + "denque": "^2.0.1", + "mongodb-connection-string-url": "^2.5.2", + "saslprep": "^1.0.3", + "socks": "^2.6.2" + } + }, + "mongodb-connection-string-url": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.5.3.tgz", + "integrity": "sha512-f+/WsED+xF4B74l3k9V/XkTVj5/fxFH2o5ToKXd8Iyi5UhM+sO9u0Ape17Mvl/GkZaFtM0HQnzAG5OTmhKw+tQ==", + "requires": { + "@types/whatwg-url": "^8.2.1", + "whatwg-url": "^11.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "nan": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz", + "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==" + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + }, + "node-kcp-token": { + "version": "git+ssh://git@github.com/memetrollsxd/node-kcp.git#c92fdc77cfa3b62aed09976ac774102107b7452f", + "from": "node-kcp-token@github:memetrollsxd/node-kcp", + "requires": { + "nan": "^2.15.0" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==" + }, + "on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "requires": { + "ee-first": "1.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "protobufjs": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.0.0.tgz", + "integrity": "sha512-ffNIEm+quOcYtQvHdW406v1NQmZSuqVklxsXk076BtuFnlYZfigLU+JOMrTD8TUOyqHYbRI/fSVNvgd25YeN3w==", + "requires": { + "@protobufjs/aspromise": "^1.1.2", + "@protobufjs/base64": "^1.1.2", + "@protobufjs/codegen": "^2.0.4", + "@protobufjs/eventemitter": "^1.1.0", + "@protobufjs/fetch": "^1.1.0", + "@protobufjs/float": "^1.0.2", + "@protobufjs/inquire": "^1.1.0", + "@protobufjs/path": "^1.1.2", + "@protobufjs/pool": "^1.1.0", + "@protobufjs/utf8": "^1.1.0", + "@types/long": "^4.0.1", + "@types/node": ">=13.7.0", + "long": "^5.0.0" + } + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "requires": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qs": { + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", + "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "requires": { + "side-channel": "^1.0.4" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "requires": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "requires": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "saslprep": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", + "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==", + "optional": true, + "requires": { + "sparse-bitfield": "^3.0.3" + } + }, + "send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "requires": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "dependencies": { + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + } + } + }, + "serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + } + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" + }, + "socks": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.0.tgz", + "integrity": "sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==", + "requires": { + "ip": "^2.0.0", + "smart-buffer": "^4.2.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", + "optional": true, + "requires": { + "memory-pager": "^1.0.2" + } + }, + "statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "dev": true + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + }, + "tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "requires": { + "punycode": "^2.1.1" + } + }, + "tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true + }, + "ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "dev": true, + "requires": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + } + }, + "ts-node-dev": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ts-node-dev/-/ts-node-dev-2.0.0.tgz", + "integrity": "sha512-ywMrhCfH6M75yftYvrvNarLEY+SUXtUvU8/0Z6llrHQVBx12GiFk5sStF8UdfE/yfzk9IAq7O5EEbTQsxlBI8w==", + "dev": true, + "requires": { + "chokidar": "^3.5.1", + "dynamic-dedupe": "^0.3.0", + "minimist": "^1.2.6", + "mkdirp": "^1.0.4", + "resolve": "^1.0.0", + "rimraf": "^2.6.1", + "source-map-support": "^0.5.12", + "tree-kill": "^1.2.2", + "ts-node": "^10.4.0", + "tsconfig": "^7.0.0" + } + }, + "tsconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz", + "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==", + "dev": true, + "requires": { + "@types/strip-bom": "^3.0.0", + "@types/strip-json-comments": "0.0.30", + "strip-bom": "^3.0.0", + "strip-json-comments": "^2.0.0" + } + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typescript": { + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" + }, + "v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" + }, + "webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" + }, + "whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "requires": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true + } + } +} diff --git a/CrepePackage/package.json b/CrepePackage/package.json new file mode 100644 index 0000000..5f4cbe5 --- /dev/null +++ b/CrepePackage/package.json @@ -0,0 +1,18 @@ +{ + "devDependencies": { + "ts-node-dev": "^2.0.0" + }, + "scripts": { + "start": "npx ts-node-dev src/index.ts --respawn --transpile-only" + }, + "dependencies": { + "@types/express": "^4.17.13", + "colorts": "^0.1.63", + "dgram": "^1.0.1", + "express": "^4.18.1", + "mongodb": "^4.8.0", + "node-kcp-token": "github:memetrollsxd/node-kcp", + "protobufjs": "^7.0.0", + "typescript": "^4.7.4" + } +} \ No newline at end of file diff --git a/CrepePackage/proxy.py b/CrepePackage/proxy.py new file mode 100644 index 0000000..cb7b65c --- /dev/null +++ b/CrepePackage/proxy.py @@ -0,0 +1,36 @@ +"""MITM script for Star Rail.""" +from mitmproxy import http +from mitmproxy import ctx +from mitmproxy.proxy import layer, layers + + +def load(loader): + # ctx.options.web_open_browser = False + # We change the connection strategy to lazy so that next_layer happens before we actually connect upstream. + ctx.options.connection_strategy = "lazy" + ctx.options.upstream_cert = False + ctx.options.ssl_insecure = True + + +def next_layer(nextlayer: layer.NextLayer): + ctx.log( + f"{nextlayer.context=}\n" + f"{nextlayer.data_client()[:70]=}\n" + ) + sni = nextlayer.context.client.sni + if nextlayer.context.client.tls and sni and (sni.endswith("yuanshen.com") or sni.endswith("mihoyo.com") or sni.endswith("hoyoverse.com") or sni.endswith("starrails.com") or sni.endswith("bhsr.com")): + ctx.log('sni:' + sni) + nextlayer.context.server.address = ("127.0.0.1", 443) + + +def request(flow: http.HTTPFlow) -> None: + # flow.request.scheme = "http" + + # pretty_host takes the "Host" header of the request into account + if flow.request.pretty_url.startswith('http://log-upload-os.mihoyo.com'): + flow.response = http.Response.make( + 404, # (optional) status code + b"404 not found", # (optional) content + {"Content-Type": "text/html"} # (optional) headers + ) + return diff --git a/CrepePackage/py/__pycache__/proxy.cpython-310.pyc b/CrepePackage/py/__pycache__/proxy.cpython-310.pyc new file mode 100644 index 0000000..633b7b6 Binary files /dev/null and b/CrepePackage/py/__pycache__/proxy.cpython-310.pyc differ diff --git a/CrepePackage/py/proxy.py b/CrepePackage/py/proxy.py new file mode 100644 index 0000000..cb7b65c --- /dev/null +++ b/CrepePackage/py/proxy.py @@ -0,0 +1,36 @@ +"""MITM script for Star Rail.""" +from mitmproxy import http +from mitmproxy import ctx +from mitmproxy.proxy import layer, layers + + +def load(loader): + # ctx.options.web_open_browser = False + # We change the connection strategy to lazy so that next_layer happens before we actually connect upstream. + ctx.options.connection_strategy = "lazy" + ctx.options.upstream_cert = False + ctx.options.ssl_insecure = True + + +def next_layer(nextlayer: layer.NextLayer): + ctx.log( + f"{nextlayer.context=}\n" + f"{nextlayer.data_client()[:70]=}\n" + ) + sni = nextlayer.context.client.sni + if nextlayer.context.client.tls and sni and (sni.endswith("yuanshen.com") or sni.endswith("mihoyo.com") or sni.endswith("hoyoverse.com") or sni.endswith("starrails.com") or sni.endswith("bhsr.com")): + ctx.log('sni:' + sni) + nextlayer.context.server.address = ("127.0.0.1", 443) + + +def request(flow: http.HTTPFlow) -> None: + # flow.request.scheme = "http" + + # pretty_host takes the "Host" header of the request into account + if flow.request.pretty_url.startswith('http://log-upload-os.mihoyo.com'): + flow.response = http.Response.make( + 404, # (optional) status code + b"404 not found", # (optional) content + {"Content-Type": "text/html"} # (optional) headers + ) + return diff --git a/CrepePackage/src/commands/Interface.ts b/CrepePackage/src/commands/Interface.ts new file mode 100644 index 0000000..82f0bc8 --- /dev/null +++ b/CrepePackage/src/commands/Interface.ts @@ -0,0 +1,54 @@ +import { createInterface } from 'readline'; +import _alias from './alias.json'; +import Logger from '../util/Logger'; +import Session from '../server/kcp/Session'; + +const c = new Logger("Command", "blue"); +const alias: { [key: string]: string } = _alias; + +export class Command { + public readonly name: string; + public readonly args: string[]; + + public constructor(public readonly full: string) { + const split = full.split(" "); + this.name = split[0]; + this.args = split.slice(1); + } +} + +export default class Interface { + public static readonly rl = createInterface({ + input: process.stdin, + output: process.stdout + }); + + public static target?: Session; + + private constructor() { } + + public static readonly start = () => { + Interface.rl.question("", (_command) => { + if (!_command) { + Interface.start(); + return; + } + const cmd = new Command(_command); + import(`./${alias[cmd.name] || cmd.name}`).then(async module => { + await module.default(cmd); + }).catch(err => { + if (err.code == "MODULE_NOT_FOUND") { + c.log(`Command ${cmd.name} not found.`); + return; + } + c.error(err); + }); + Interface.start(); + }); + + Interface.rl.on('close', () => { + console.log('Have a great day!'); + process.exit(0); + }); + } +} \ No newline at end of file diff --git a/CrepePackage/src/commands/account.ts b/CrepePackage/src/commands/account.ts new file mode 100644 index 0000000..7cf3123 --- /dev/null +++ b/CrepePackage/src/commands/account.ts @@ -0,0 +1,37 @@ +import Account from "../db/Account"; +import Logger from "../util/Logger"; +import { Command } from "./Interface"; +const c = new Logger("/account", "blue"); + +export default async function handle(command: Command) { + switch (command.args[0]) { + case "create": + if (!command.args[1]) { + c.log(`Usage: account create [uid]`); + return; + } + try { + const acc = await Account.create(command.args[1], command.args[2]); + c.log(`Account ${acc.name} with UID ${acc.uid} created.`); + } catch (e) { + c.error(e as Error); + } + break; + case "delete": + if (!command.args[1]) { + c.log(`Usage: account delete `); + return; + } + const acc = await Account.fromUID(command.args[1]); + if (!acc) { + c.error(`Account with UID ${command.args[1]} does not exist.`); + return; + } + Account.delete(command.args[1]); + c.log(`Account ${acc.name} with UID ${acc.uid} deleted successfully.`); + break; + default: + c.log(`Usage: account create [uid]`); + c.log(`Usage: account delete `); + } +} \ No newline at end of file diff --git a/CrepePackage/src/commands/alias.json b/CrepePackage/src/commands/alias.json new file mode 100644 index 0000000..0957982 --- /dev/null +++ b/CrepePackage/src/commands/alias.json @@ -0,0 +1,9 @@ +{ + "close": "exit", + "stop": "exit", + "t": "target", + "acc": "account", + "d": "debug", + "?": "help", + "m": "maintenance" +} \ No newline at end of file diff --git a/CrepePackage/src/commands/avatar.ts b/CrepePackage/src/commands/avatar.ts new file mode 100644 index 0000000..382f3de --- /dev/null +++ b/CrepePackage/src/commands/avatar.ts @@ -0,0 +1,66 @@ +import Avatar from "../db/Avatar"; +import AvatarExcelTable from "../data/excel/AvatarExcelTable.json"; +import Logger from "../util/Logger"; +import Interface, { Command } from "./Interface"; +const c = new Logger("/avatar", "blue"); + +export default async function handle(command: Command) { + if (!Interface.target) { + c.log("No target specified"); + return; + } + + const actionType = command.args[0]; + const avatarId = Number(command.args[1]); + const uid = Interface.target.player.db._id; + const player = Interface.target.player; + + switch (actionType) { + default: { + c.log(`Usage: /avatar `); + break; + } + case "add": { + if (!avatarId) { + return c.log("No avatarId specified"); + } + + // Check if it already exists + if (await Avatar.hasAvatar(player, avatarId)) { + return c.log(`Avatar ${avatarId} already exists`); + } + + await Avatar.addAvatarToPlayer(player, avatarId).then(a => c.log(`Avatar ${avatarId} added to ${a.db.ownerUid}`)); + break; + } + case "remove": { + if (!avatarId) return c.log("No avatarId specified"); + await Avatar.removeAvatarFromPlayer(player, avatarId).then(() => c.log(`Avatar ${avatarId} removed from ${uid}`)); + break; + } + case "giveall": { + for (const id in AvatarExcelTable) { + const avatarId = Number(id); + // Let's not brick our account. + if (avatarId>= 8000) { + continue; + } + + await Avatar.addAvatarToPlayer(player, avatarId); + } + c.log(`All avatars added to ${uid}`); + break; + } + case "removeall": { + for (const id in AvatarExcelTable) { + if (Number(id) !== 1001) { + await Avatar.removeAvatarFromPlayer(player, parseInt(id)); + } + } + c.log(`All avatars removed from ${uid}`); + break; + } + } + + Interface.target.sync(); +} diff --git a/CrepePackage/src/commands/ban.ts b/CrepePackage/src/commands/ban.ts new file mode 100644 index 0000000..ff89115 --- /dev/null +++ b/CrepePackage/src/commands/ban.ts @@ -0,0 +1,17 @@ +import Logger from "../util/Logger"; +import Interface, { Command } from "./Interface"; +const c = new Logger("/ban", "blue"); + +export default async function handle(command: Command) { + if (!Interface.target) { + c.log("No target specified"); + return; + } + + const banStatus = Interface.target.player.db.banned; + Interface.target.player.db.banned = !banStatus; + Interface.target.player.save(); + Interface.target.kick(); + + c.log(`${banStatus ? "Banned" : "Unbanned"} ${Interface.target.account.name}`); +} \ No newline at end of file diff --git a/CrepePackage/src/commands/battle.ts b/CrepePackage/src/commands/battle.ts new file mode 100644 index 0000000..78fce2d --- /dev/null +++ b/CrepePackage/src/commands/battle.ts @@ -0,0 +1,68 @@ +import { BattleAvatar, BattleBuff, HeroPath, Item, ItemList, SceneBattleInfo, SceneMonsterWave, StartCocoonStageScRsp } from "../data/proto/StarRail"; +import Avatar from "../db/Avatar"; +import Inventory from "../db/Inventory"; +import Logger from "../util/Logger"; +import Interface, { Command } from "./Interface"; +const c = new Logger("/battle", "blue"); + +export default async function handle(command: Command) { + if (!Interface.target) { + c.log("No target specified"); + return; + } + + if (command.args.length == 0) { + c.log("Usage: /battle +"); + return; + } + + const player = Interface.target.player; + if (player.db.posData.planeID != 20101) { + c.log("For now, this is only confirmed to work on plane 20101, please teleport there first."); + } + + const inventory = await player.getInventory(); + const avatars = await Avatar.getAvatarsForLineup(player, player.db.lineup.lineups[player.db.lineup.curIndex]); + const monsters = command.args.map(arg => Number(arg)); + + Interface.target.send(StartCocoonStageScRsp, { + retcode: 0, + propEntityId: 0, + cocoonId: 1001, + wave: 0, + battleInfo: { + logicRandomSeed: 1, + stageId: 1022010, + monsterWaveList: [ + { monsterIdList: monsters, dropList: [{ itemList: [{ itemId: 102, num: 10 } as Item] } as ItemList] } as SceneMonsterWave + ], + battleAvatarList: avatars.map((avatar, i) => { + const equipment = inventory.getEquipmentByUid(avatar.db.equipmentUniqueId); + const equipData = (equipment) ? [{ + id: equipment.tid, + level: equipment.level, + promotion: equipment.promotion, + rank: equipment.rank + }] : []; + + return { + avatarType: avatar.db.avatarType, + equipmentList: equipData, + hp: avatar.db.fightProps.hp, + id: avatar.db.baseAvatarId, + sp: avatar.db.fightProps.sp, + index: i, + level: avatar.db.level, + promotion: avatar.db.promotion, + rank: avatar.db.rank, + relicList: [], + skilltreeList: [] + }; + }), + buffList: new Array(), + battleId: 0, + heroPathList: new Array(), + roundsLimit: 100 + } as SceneBattleInfo + } as StartCocoonStageScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/commands/debug.ts b/CrepePackage/src/commands/debug.ts new file mode 100644 index 0000000..34e6803 --- /dev/null +++ b/CrepePackage/src/commands/debug.ts @@ -0,0 +1,20 @@ +import Config from "../util/Config"; +import Logger, { VerboseLevel } from "../util/Logger"; +import { Command } from "./Interface"; +const c = new Logger("/debug", "blue"); + +export default async function handle(command: Command) { + if (!command.args[0]) c.log(`VerboseLevel: ${Config.VERBOSE_LEVEL}`); + else { + let level = parseInt(command.args[0]); + if (!level) level = 0; + if (level > VerboseLevel.VERBH || level < 0) { + c.log("Invalid verbose level. Must be between 0 and 4."); + return; + } + + Config.VERBOSE_LEVEL = level as VerboseLevel; + Logger.VERBOSE_LEVEL = level as VerboseLevel; + c.log(`VerboseLevel set to ${Config.VERBOSE_LEVEL} (${VerboseLevel[level]})`); + } +} \ No newline at end of file diff --git a/CrepePackage/src/commands/exit.ts b/CrepePackage/src/commands/exit.ts new file mode 100644 index 0000000..6989b36 --- /dev/null +++ b/CrepePackage/src/commands/exit.ts @@ -0,0 +1,8 @@ +import Logger from "../util/Logger"; +import { Command } from "./Interface"; +const c = new Logger("/exit", "blue"); + +export default async function handle(command: Command) { + c.log("Good riddance!"); + process.exit(0); +} \ No newline at end of file diff --git a/CrepePackage/src/commands/help.ts b/CrepePackage/src/commands/help.ts new file mode 100644 index 0000000..b6d4631 --- /dev/null +++ b/CrepePackage/src/commands/help.ts @@ -0,0 +1,16 @@ +import Logger from "../util/Logger"; +import { Command } from "./Interface"; +import fs from 'fs'; +const c = new Logger("/help", "blue"); + +export default async function handle(command: Command) { + const cmds = fs.readdirSync(__dirname); + c.log(`${cmds.length} commands available:`) + + cmds.forEach(cmd => { + if (cmd.endsWith(".ts")) { + const cmdName = cmd.replace(/.ts/gm, ""); + if (cmdName !== "Interface") c.trail(cmdName); + } + }) +} \ No newline at end of file diff --git a/CrepePackage/src/commands/item.ts b/CrepePackage/src/commands/item.ts new file mode 100644 index 0000000..7d41bd5 --- /dev/null +++ b/CrepePackage/src/commands/item.ts @@ -0,0 +1,110 @@ +import { Equipment } from "../data/proto/StarRail"; +import Player from "../db/Player"; +import ItemExcel from "../util/excel/ItemExcel"; +import Logger from "../util/Logger"; +import Interface, { Command } from "./Interface"; +const c = new Logger("/item", "blue"); + +export default async function handle(command: Command) { + if (!Interface.target) { + c.log("No target specified"); + return; + } + + const player = Interface.target.player; + const actionType = command.args[0]; + const itemId = Number(command.args[1]); + + let count: number = 1; + let level: number = 1; + let rank: number = 0; + let promotion: number = 0; + + for (let i = 2; i < command.args.length; i++) { + const arg = command.args[i]; + const number = Number(command.args[i].substring(1)); + + if (arg.startsWith("x")) { + count = number; + } + else if (arg.startsWith("l")) { + level = number; + } + else if (arg.startsWith("r")) { + rank = number; + } + else if (arg.startsWith("p")) { + promotion = number; + } + } + + switch (actionType) { + case "give": { + await handleGive(player, itemId, count, level, rank, promotion); + break; + } + case "giveall": { + await handleGiveAll(player); + break; + } + default: { + c.log(`Usage: /item [x|l|r|p]*`); + break; + } + } + + // Sync session. + await player.session.sync(); +} + +async function handleGive(player: Player, itemId: number, count:number, level: number, rank: number, promotion: number) { + if (!itemId) { + return c.log("No avatarId specified"); + } + + // Check if this item exists. + const itemData = ItemExcel.fromId(itemId); + if (!itemData) { + return c.log(`Item ID ${itemId} does not exist.`); + } + + const inventory = await player.getInventory(); + switch (itemData.ItemType) { + case "Material": + await inventory.addMaterial(itemId, count); + break; + case "Equipment": + for (let i = 0; i < count; i++) { + await inventory.addEquipment({ + tid: itemId, + uniqueId: 0, + level: level, + rank: rank, + exp: 1, + isProtected: false, + promotion: promotion, + baseAvatarId: 0 + } as Equipment); + } + break; + default: + return c.log(`Unsupported item type: ${itemData.ItemType}.`); + break; + } + + c.log(`Added ${count} of item ${itemId} to player ${player.uid}`); +} + +async function handleGiveAll(player: Player) { + const inventory = await player.getInventory(); + + for (const entry of ItemExcel.all()) { + const count = + (entry.ItemType == "Material") ? 1000 : + (entry.ItemType == "Virtual") ? 10_000_000 : + 1; + await inventory.addItem(entry.ID, count); + } + + c.log(`All materials added to ${player.uid}`); +} \ No newline at end of file diff --git a/CrepePackage/src/commands/kick.ts b/CrepePackage/src/commands/kick.ts new file mode 100644 index 0000000..924d3bd --- /dev/null +++ b/CrepePackage/src/commands/kick.ts @@ -0,0 +1,14 @@ +import Logger from "../util/Logger"; +import Interface, { Command } from "./Interface"; +const c = new Logger("/kick", "blue"); + +export default async function handle(command: Command) { + if (!Interface.target) { + c.log("No target specified"); + return; + } + + Interface.target.kick(); + + c.log(`Kicked ${Interface.target.account.name}`); +} \ No newline at end of file diff --git a/CrepePackage/src/commands/maintenance.ts b/CrepePackage/src/commands/maintenance.ts new file mode 100644 index 0000000..1e5d43c --- /dev/null +++ b/CrepePackage/src/commands/maintenance.ts @@ -0,0 +1,23 @@ +import Config from "../util/Config"; +import Logger, { VerboseLevel } from "../util/Logger"; +import { Command } from "./Interface"; +const c = new Logger("/maintenance", "blue"); + +export default async function handle(command: Command) { + switch (command.args[0]) { + case "on": + Config.GAMESERVER.MAINTENANCE = true; + if (command.args[1]) Config.GAMESERVER.MAINTENANCE_MSG = command.args.slice(1).join(" "); + c.log("Maintenance mode enabled."); + break; + case "off": + Config.GAMESERVER.MAINTENANCE = false; + c.log("Maintenance mode disabled."); + break; + default: + c.log(`Maintenance mode is ${Config.GAMESERVER.MAINTENANCE ? "enabled" : "disabled"}`); + c.log(`Maintenance message: ${Config.GAMESERVER.MAINTENANCE_MSG}`); + c.log("Usage: /maintenance [on|off] [message]"); + break; + } +} \ No newline at end of file diff --git a/CrepePackage/src/commands/pos.ts b/CrepePackage/src/commands/pos.ts new file mode 100644 index 0000000..407ed30 --- /dev/null +++ b/CrepePackage/src/commands/pos.ts @@ -0,0 +1,13 @@ +import Logger from "../util/Logger"; +import Interface, { Command } from "./Interface"; +const c = new Logger("/pos", "blue"); + +export default async function handle(command: Command) { + if (!Interface.target) { + c.log("No target specified"); + return; + } + + const pos = Interface.target.player.db.posData.pos; + c.log(`Current position: x=${pos.x}, y=${pos.y}, z=${pos.z}.`); +} \ No newline at end of file diff --git a/CrepePackage/src/commands/scene.ts b/CrepePackage/src/commands/scene.ts new file mode 100644 index 0000000..02ea8c6 --- /dev/null +++ b/CrepePackage/src/commands/scene.ts @@ -0,0 +1,50 @@ +import Logger from "../util/Logger"; +import { ActorEntity } from "../game/entities/Actor"; +import Interface, { Command } from "./Interface"; +import { GetCurSceneInfoScRsp } from "../data/proto/StarRail"; +import MazePlaneExcel from "../util/excel/MazePlaneExcel"; +import MapEntryExcel from "../util/excel/MapEntryExcel"; +const c = new Logger("/scene", "blue"); + +export default async function handle(command: Command) { + if (!Interface.target) { + c.log("No target specified"); + return; + } + + const planeID = MazePlaneExcel.fromPlaneId(parseInt(command.args[0])); + const entryId = MapEntryExcel.fromFloorId(planeID.StartFloorID).ID; + const posData = Interface.target.player.db.posData; + + const lineup2 = await Interface.target.player.getLineup(); + const curAvatarEntity = new ActorEntity(Interface.target.player.scene, lineup2.avatarList[0].id, posData.pos); + + if (!planeID) return c.log("Usage: /scene "); + + // Update scene information on player. + Interface.target.player.db.posData.planeID = planeID!.PlaneID; + Interface.target.player.db.posData.floorID = planeID!.StartFloorID; + await Interface.target.player.save() + + //ty for tamilpp25 scene + Interface.target.send(GetCurSceneInfoScRsp, { + retcode: 0, + scene: { + planeId: planeID.PlaneID, + floorId: planeID.StartFloorID, + entityList: [ + curAvatarEntity + ], + entityBuffList: [], + entryId: entryId, + envBuffList: [], + gameModeType: MazePlaneExcel.getGameModeForPlaneType(planeID.PlaneType), + lightenSectionList: [] + }, + } as unknown as GetCurSceneInfoScRsp); + Interface.target.player.scene.spawnEntity(curAvatarEntity, true); + + Interface.target.sync(); + + c.log(`Scene set to PlaneID: ${planeID.PlaneID}`); +} diff --git a/CrepePackage/src/commands/sync.ts b/CrepePackage/src/commands/sync.ts new file mode 100644 index 0000000..c45aa8c --- /dev/null +++ b/CrepePackage/src/commands/sync.ts @@ -0,0 +1,14 @@ +import Logger from "../util/Logger"; +import Interface, { Command } from "./Interface"; +const c = new Logger("/sync", "blue"); + +export default async function handle(command: Command) { + if (!Interface.target) { + c.log("No target specified"); + return; + } + + Interface.target.sync(); + + c.log(`Synced ${Interface.target.account.name}`); +} \ No newline at end of file diff --git a/CrepePackage/src/commands/target.ts b/CrepePackage/src/commands/target.ts new file mode 100644 index 0000000..22a23bc --- /dev/null +++ b/CrepePackage/src/commands/target.ts @@ -0,0 +1,41 @@ +import Logger from "../util/Logger"; +import Interface, { Command } from "./Interface"; +import findBestMatch from "../util/stringSimilarity"; +import SRServer from "../server/kcp/SRServer"; +import Session from "../server/kcp/Session"; +const c = new Logger("/target", "blue"); + +export default async function handle(command: Command) { + const target = command.args[0]; + const possibleTargets: { + id: string; + session: Session; + uid: number; + }[] = []; + + SRServer.getInstance().sessions.forEach(client => { + possibleTargets.push({ + id: `${client.ctx.address}:${client.ctx.port} (UID: ${client.account.uid})`, + uid: Number(client.account.uid), + session: client + }); + }); + + if (!target) { + c.log("No target specified"); + if (Interface.target) c.log(`Current target: ${Interface.target.account.name} (UID: ${Interface.target.account.uid})`); + c.log("Possible targets: "); + possibleTargets.forEach(x => c.trail(`${x.id} (UID: ${x.uid})`)); + if (!possibleTargets[1] && possibleTargets[0]) { + c.log(`Auto targetting the only session ${possibleTargets[0].uid}`); + Interface.target = possibleTargets[0].session; + } + return; + } + + const autoTarget = findBestMatch(target, possibleTargets.map(x => x.id))?.bestMatch?.target; + + Interface.target = possibleTargets.find(x => x.id === autoTarget)?.session; + + c.log(`Target set to ${Interface.target ? Interface.target.account.name : "none"} (UID: ${Interface.target ? Interface.target.account.uid : "none"})`); +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AchievementLevelExcelTable.json b/CrepePackage/src/data/excel/AchievementLevelExcelTable.json new file mode 100644 index 0000000..edc819e --- /dev/null +++ b/CrepePackage/src/data/excel/AchievementLevelExcelTable.json @@ -0,0 +1,62 @@ +{ + "1": { + "Level": 1, + "Count": 1000, + "LevelIconPath": "", + "Reward": 113011 + }, + "2": { + "Level": 2, + "Count": 2000, + "LevelIconPath": "", + "Reward": 113012 + }, + "3": { + "Level": 3, + "Count": 4000, + "LevelIconPath": "", + "Reward": 113013 + }, + "4": { + "Level": 4, + "Count": 6000, + "LevelIconPath": "", + "Reward": 113014 + }, + "5": { + "Level": 5, + "Count": 8000, + "LevelIconPath": "", + "Reward": 113015 + }, + "6": { + "Level": 6, + "Count": 10000, + "LevelIconPath": "", + "Reward": 113016 + }, + "7": { + "Level": 7, + "Count": 12000, + "LevelIconPath": "", + "Reward": 113017 + }, + "8": { + "Level": 8, + "Count": 15000, + "LevelIconPath": "", + "Reward": 113018 + }, + "9": { + "Level": 9, + "Count": 18000, + "LevelIconPath": "", + "Reward": 113019 + }, + "10": { + "Level": 10, + "Count": 21000, + "LevelIconPath": "", + "Reward": 113020 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AchievementSeriesExcelTable.json b/CrepePackage/src/data/excel/AchievementSeriesExcelTable.json new file mode 100644 index 0000000..8464d13 --- /dev/null +++ b/CrepePackage/src/data/excel/AchievementSeriesExcelTable.json @@ -0,0 +1,92 @@ +{ + "1": { + "SeriesID": 1, + "SeriesTitle": { + "hash": 1584069034 + }, + "MainIconPath": "SpriteOutput/Achievement/CultivateAchievementIcon.png", + "IconPath": "SpriteOutput/Achievement/CultivateAchievementIcon_s.png", + "ShowType": "Always", + "ShowParamInt1": 0 + }, + "2": { + "SeriesID": 2, + "SeriesTitle": { + "hash": 17985093 + }, + "MainIconPath": "SpriteOutput/Achievement/CollectAchievementIcon.png", + "IconPath": "SpriteOutput/Achievement/CollectAchievementIcon_s.png", + "ShowType": "Always", + "ShowParamInt1": 0 + }, + "3": { + "SeriesID": 3, + "SeriesTitle": { + "hash": -1548098848 + }, + "MainIconPath": "SpriteOutput/Achievement/MainLineAchievementIcon.png", + "IconPath": "SpriteOutput/Achievement/MainLineAchievementIcon_s.png", + "ShowType": "Always", + "ShowParamInt1": 0 + }, + "4": { + "SeriesID": 4, + "SeriesTitle": { + "hash": 824554147 + }, + "MainIconPath": "SpriteOutput/Achievement/ExploreAchievementIcon.png", + "IconPath": "SpriteOutput/Achievement/ExploreAchievementIcon_s.png", + "ShowType": "Always", + "ShowParamInt1": 0 + }, + "5": { + "SeriesID": 5, + "SeriesTitle": { + "hash": -741529794 + }, + "MainIconPath": "SpriteOutput/Achievement/ReputationAchievementIcon.png", + "IconPath": "SpriteOutput/Achievement/ReputationAchievementIcon_s.png", + "ShowType": "Always", + "ShowParamInt1": 0 + }, + "6": { + "SeriesID": 6, + "SeriesTitle": { + "hash": 1987353561 + }, + "MainIconPath": "SpriteOutput/Achievement/ChallengeAchievementIcon.png", + "IconPath": "SpriteOutput/Achievement/ChallengeAchievementIcon_s.png", + "ShowType": "Always", + "ShowParamInt1": 0 + }, + "7": { + "SeriesID": 7, + "SeriesTitle": { + "hash": 421269620 + }, + "MainIconPath": "SpriteOutput/Achievement/BattleAchievementIcon.png", + "IconPath": "SpriteOutput/Achievement/BattleAchievementIcon_s.png", + "ShowType": "Always", + "ShowParamInt1": 0 + }, + "8": { + "SeriesID": 8, + "SeriesTitle": { + "hash": -788583961 + }, + "MainIconPath": "SpriteOutput/Achievement/TrackAchievementIcon.png", + "IconPath": "SpriteOutput/Achievement/TrackAchievementIcon_s.png", + "ShowType": "Always", + "ShowParamInt1": 0 + }, + "9": { + "SeriesID": 9, + "SeriesTitle": { + "hash": 1940299394 + }, + "MainIconPath": "SpriteOutput/Achievement/RougeAchievementIcon.png", + "IconPath": "SpriteOutput/Achievement/RougeAchievementIcon_s.png", + "ShowType": "Always", + "ShowParamInt1": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ActionGroupExcelTable.json b/CrepePackage/src/data/excel/ActionGroupExcelTable.json new file mode 100644 index 0000000..58c0242 --- /dev/null +++ b/CrepePackage/src/data/excel/ActionGroupExcelTable.json @@ -0,0 +1,20 @@ +{ + "ActionGroup_SelectMenu": { + "ActionGroupName": "ActionGroup_SelectMenu", + "ActionGroupTextmapID": { + "hash": 1463604159 + }, + "KeyMouseImagePath": "", + "XboxImagePath": "SpriteOutput/KeyMapIcons/XBox/UI_xbox_lbrb.png", + "PsImagePath": "SpriteOutput/KeyMapIcons/PS4/UI_ps4_l1r1.png" + }, + "ActionGroup_Move": { + "ActionGroupName": "ActionGroup_Move", + "ActionGroupTextmapID": { + "hash": 1113026665 + }, + "KeyMouseImagePath": "SpriteOutput/KeyMapIcons/PC/IconMouseWASD.png", + "XboxImagePath": "SpriteOutput/KeyMapIcons/Com/UI_com_ls_all.png", + "PsImagePath": "SpriteOutput/KeyMapIcons/Com/UI_com_ls_all.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ActivityLoginConfigExcelTable.json b/CrepePackage/src/data/excel/ActivityLoginConfigExcelTable.json new file mode 100644 index 0000000..85b3180 --- /dev/null +++ b/CrepePackage/src/data/excel/ActivityLoginConfigExcelTable.json @@ -0,0 +1,15 @@ +{ + "1001": { + "ID": 1001, + "ScheduleDataID": 601001, + "RewardList": [ + 3000001, + 3000002, + 3000003, + 3000004, + 3000005, + 3000006, + 3000007 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ActivityPanelExcelTable.json b/CrepePackage/src/data/excel/ActivityPanelExcelTable.json new file mode 100644 index 0000000..c83747a --- /dev/null +++ b/CrepePackage/src/data/excel/ActivityPanelExcelTable.json @@ -0,0 +1,249 @@ +{ + "10007": { + "PanelID": 10007, + "Type": 2, + "TypeParam": [ + 1001 + ], + "BeginTime": "2022-04-25 04:00:00", + "EndTime": "2022-06-21 04:00:00", + "MinPlayerLevel": 1, + "MaxPlayerLevel": 999, + "UnlockMission": 1000510, + "IsShowDayTime": true, + "SortWeight": 1000, + "TabName": { + "hash": 1879926528 + }, + "TitleName": { + "hash": 1687786083 + }, + "PanelDesc": { + "hash": 748469519 + }, + "GraphImagePath": "SpriteOutput/UI/Quest/ImgSevenDayAvatar.png", + "BGImagePath": "SpriteOutput/UI/Quest/ImgSevenDayRewardSnow.png", + "PageBGImagePath": "SpriteOutput/UI/Quest/ImgSevenDayReward.png", + "ScheduleDataID": 510007, + "TabIcon": "SpriteOutput/UI/Quest/BtnSevenDayReward.png", + "TagDesc": { + "hash": -525896193 + }, + "IntroDesc": { + "hash": -665985401 + } + }, + "10008": { + "PanelID": 10008, + "Type": 3, + "TypeParam": [ + 10008 + ], + "BeginTime": "2022-04-25 04:00:00", + "EndTime": "2022-06-21 04:00:00", + "MinPlayerLevel": 6, + "MaxPlayerLevel": 999, + "UnlockMission": 1010902, + "IsShowDayTime": true, + "SortWeight": 900, + "TabName": { + "hash": 1879926531 + }, + "TitleName": { + "hash": 1687786088 + }, + "PanelDesc": { + "hash": 748469534 + }, + "GraphImagePath": "SpriteOutput/AvatarCutinFigures/1103.png", + "BGImagePath": "SpriteOutput/AvatarCutinBg/1103.png", + "PageBGImagePath": "SpriteOutput/UI/Quest/ImgSingleTaskActivity.png", + "ScheduleDataID": 510008, + "TabIcon": "SpriteOutput/UI/Quest/BtnSingleTaskActivity.png", + "TagDesc": { + "hash": -525896180 + }, + "IntroDesc": { + "hash": -665985386 + } + }, + "10009": { + "PanelID": 10009, + "Type": 1, + "TypeParam": [ + 1001801, + 1001802, + 1001803, + 1001804 + ], + "BeginTime": "2022-04-25 04:00:00", + "EndTime": "2022-06-21 04:00:00", + "MinPlayerLevel": 12, + "MaxPlayerLevel": 999, + "UnlockMission": 1010302, + "IsShowDayTime": false, + "SortWeight": 800, + "TabName": { + "hash": 1879926530 + }, + "TitleName": { + "hash": 1687786089 + }, + "PanelDesc": { + "hash": -525896179 + }, + "GraphImagePath": "", + "BGImagePath": "", + "PageBGImagePath": "SpriteOutput/UI/Quest/ImgQuestMissionList.png", + "ScheduleDataID": 510009, + "TabIcon": "SpriteOutput/UI/Quest/BtnQuestMissionList.png", + "TagDesc": { + "hash": -525896179 + }, + "IntroDesc": { + "hash": -665985387 + } + }, + "10010": { + "PanelID": 10010, + "Type": 1, + "TypeParam": [ + 1001901, + 1001906, + 1001902, + 1001903, + 1001904, + 1001905, + 1001907 + ], + "BeginTime": "2022-04-25 04:00:00", + "EndTime": "2022-06-21 04:00:00", + "MinPlayerLevel": 12, + "MaxPlayerLevel": 999, + "UnlockMission": 1010302, + "IsShowDayTime": false, + "SortWeight": 700, + "TabName": { + "hash": -848956832 + }, + "TitleName": { + "hash": -1041097275 + }, + "PanelDesc": { + "hash": 1040187753 + }, + "GraphImagePath": "", + "BGImagePath": "", + "PageBGImagePath": "SpriteOutput/UI/Quest/ImgQuestMissionTest01.png", + "ScheduleDataID": 510010, + "TabIcon": "SpriteOutput/UI/Quest/BtnQuestMissionTest01.png", + "TagDesc": { + "hash": 1040187753 + }, + "IntroDesc": { + "hash": 2062897961 + } + }, + "10011": { + "PanelID": 10011, + "Type": 1, + "TypeParam": [ + 1001921, + 1001922, + 1001923, + 1001924, + 1001925 + ], + "BeginTime": "2022-04-25 04:00:00", + "EndTime": "2022-06-21 04:00:00", + "MinPlayerLevel": 12, + "MaxPlayerLevel": 999, + "UnlockMission": 1010302, + "IsShowDayTime": false, + "SortWeight": 600, + "TabName": { + "hash": -848956833 + }, + "TitleName": { + "hash": -1041097274 + }, + "PanelDesc": { + "hash": -817614416 + }, + "GraphImagePath": "", + "BGImagePath": "", + "PageBGImagePath": "SpriteOutput/UI/Quest/ImgQuestMissionTest02.png", + "ScheduleDataID": 510011, + "TabIcon": "SpriteOutput/UI/Quest/BtnQuestMissionTest02.png", + "TagDesc": { + "hash": 371857150 + }, + "IntroDesc": { + "hash": 2062897960 + } + }, + "10012": { + "PanelID": 10012, + "Type": 4, + "TypeParam": [], + "BeginTime": "2022-05-29 10:00:00", + "EndTime": "2022-06-21 04:00:00", + "MinPlayerLevel": 1, + "MaxPlayerLevel": 999, + "UnlockMission": 1000510, + "IsShowDayTime": true, + "SortWeight": 500, + "TabName": { + "hash": -848956830 + }, + "TitleName": { + "hash": -1041097277 + }, + "PanelDesc": { + "hash": -817614417 + }, + "GraphImagePath": "", + "BGImagePath": "", + "PageBGImagePath": "", + "ScheduleDataID": 510012, + "TabIcon": "SpriteOutput/UI/Quest/ButtonChallengeQuest.png", + "TagDesc": { + "hash": 1040187751 + }, + "IntroDesc": { + "hash": 2062897959 + } + }, + "10013": { + "PanelID": 10013, + "Type": 5, + "TypeParam": [], + "BeginTime": "2022-04-25 04:00:00", + "EndTime": "2022-06-21 04:00:00", + "MinPlayerLevel": 1, + "MaxPlayerLevel": 24, + "UnlockMission": 1000510, + "IsShowDayTime": false, + "SortWeight": 1100, + "TabName": { + "hash": 1799250103 + }, + "TitleName": { + "hash": 1799250103 + }, + "PanelDesc": { + "hash": 371857150 + }, + "GraphImagePath": "", + "BGImagePath": "", + "PageBGImagePath": "", + "ScheduleDataID": 510013, + "TabIcon": "SpriteOutput/UI/Quest/BtnQuestNewbieMission.png", + "TagDesc": { + "hash": 371857150 + }, + "IntroDesc": { + "hash": 371857150 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ActivityPanelSingleQuestConfigExcelTable.json b/CrepePackage/src/data/excel/ActivityPanelSingleQuestConfigExcelTable.json new file mode 100644 index 0000000..d2feff9 --- /dev/null +++ b/CrepePackage/src/data/excel/ActivityPanelSingleQuestConfigExcelTable.json @@ -0,0 +1,10 @@ +{ + "10008": { + "ID": 10008, + "AvatarID": 1103, + "GotoID": 203, + "QuestList": [ + 1001269 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AdventurePlayerExcelTable.json b/CrepePackage/src/data/excel/AdventurePlayerExcelTable.json new file mode 100644 index 0000000..581436a --- /dev/null +++ b/CrepePackage/src/data/excel/AdventurePlayerExcelTable.json @@ -0,0 +1,326 @@ +{ + "1001": { + "ID": 1001, + "AvatarID": 1001, + "PlayerName": "AvatarName_1001", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Mar_7th_00/Player_Maid_Mar_7th_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Mar_7th_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1001.png", + "MazeSkillIdList": [ + 100101, + 100102 + ] + }, + "1002": { + "ID": 1002, + "AvatarID": 1002, + "PlayerName": "AvatarName_1002", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/DanHeng_00/Player_Lad_DanHeng_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_DanHeng_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1002.png", + "MazeSkillIdList": [ + 100201, + 100202 + ] + }, + "1003": { + "ID": 1003, + "AvatarID": 1003, + "PlayerName": "AvatarName_1003", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Himeko_00/Player_Lady_Himeko_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Himeko_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1003.png", + "MazeSkillIdList": [ + 100301, + 100302 + ] + }, + "1004": { + "ID": 1004, + "AvatarID": 1004, + "PlayerName": "AvatarName_1004", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Welt_00/Player_Male_Welt_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Welt_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1004.png", + "MazeSkillIdList": [ + 100401, + 100402 + ] + }, + "1005": { + "ID": 1005, + "AvatarID": 1005, + "PlayerName": "AvatarName_1005", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Kafka_00/Player_Lady_Kafka_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Kafka_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1005.png", + "MazeSkillIdList": [ + 100501, + 100502 + ] + }, + "1006": { + "ID": 1006, + "AvatarID": 1006, + "PlayerName": "AvatarName_1006", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Silwolf_00/Player_Girl_Silwolf_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Silwolf_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1006.png", + "MazeSkillIdList": [ + 100601, + 100602 + ] + }, + "1008": { + "ID": 1008, + "AvatarID": 1008, + "PlayerName": "AvatarName_1008", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Arlan_00/Player_Boy_Arlan_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Arlan_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1008.png", + "MazeSkillIdList": [ + 100801, + 100802 + ] + }, + "1009": { + "ID": 1009, + "AvatarID": 1009, + "PlayerName": "AvatarName_1009", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Asta_00/Player_Maid_Asta_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Asta_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1009.png", + "MazeSkillIdList": [ + 100901, + 100902 + ] + }, + "1013": { + "ID": 1013, + "AvatarID": 1013, + "PlayerName": "AvatarName_1013", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Herta_00/Player_Girl_Herta_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Herta_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1013.png", + "MazeSkillIdList": [ + 101301, + 101302 + ] + }, + "1101": { + "ID": 1101, + "AvatarID": 1101, + "PlayerName": "AvatarName_1101", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Bronya_00/Player_Maid_Bronya_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Bronya_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1101.png", + "MazeSkillIdList": [ + 110101, + 110102 + ] + }, + "1102": { + "ID": 1102, + "AvatarID": 1102, + "PlayerName": "AvatarName_1102", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Seele_00/Player_Maid_Seele_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Seele_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1102.png", + "MazeSkillIdList": [ + 110201, + 110202 + ] + }, + "1103": { + "ID": 1103, + "AvatarID": 1103, + "PlayerName": "AvatarName_1103", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Serval_00/Player_Lady_Serval_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Serval_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1103.png", + "MazeSkillIdList": [ + 110301, + 110302 + ] + }, + "1104": { + "ID": 1104, + "AvatarID": 1104, + "PlayerName": "AvatarName_1104", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Gepard_00/Player_Male_Gepard_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Gepard_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1104.png", + "MazeSkillIdList": [ + 110401, + 110402 + ] + }, + "1105": { + "ID": 1105, + "AvatarID": 1105, + "PlayerName": "AvatarName_1105", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Natasha_00/Player_Lady_Natasha_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Natasha_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1105.png", + "MazeSkillIdList": [ + 110501, + 110502 + ] + }, + "1106": { + "ID": 1106, + "AvatarID": 1106, + "PlayerName": "AvatarName_1106", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Pela_00/Player_Girl_Pela_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Pela_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1106.png", + "MazeSkillIdList": [ + 110601, + 110602 + ] + }, + "1107": { + "ID": 1107, + "AvatarID": 1107, + "PlayerName": "AvatarName_1107", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Klara_00/Player_Girl_Klara_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Klara_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1107.png", + "MazeSkillIdList": [ + 110701, + 110702 + ] + }, + "1108": { + "ID": 1108, + "AvatarID": 1108, + "PlayerName": "AvatarName_1108", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Sampo_00/Player_Male_Sampo_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Sampo_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1108.png", + "MazeSkillIdList": [ + 110801, + 110802 + ] + }, + "1109": { + "ID": 1109, + "AvatarID": 1109, + "PlayerName": "AvatarName_1109", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Hook_00/Player_Kid_Hook_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Hook_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1109.png", + "MazeSkillIdList": [ + 110901, + 110902 + ] + }, + "1203": { + "ID": 1203, + "AvatarID": 1203, + "PlayerName": "AvatarName_1203", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Luocha_00/Player_Male_Luocha_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Luocha_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1203.png", + "MazeSkillIdList": [ + 120301, + 120302 + ] + }, + "1204": { + "ID": 1204, + "AvatarID": 1204, + "PlayerName": "AvatarName_1204", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/JingYuan_00/Player_Male_JingYuan_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_JingYuan_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1204.png", + "MazeSkillIdList": [ + 120401, + 120402 + ] + }, + "1205": { + "ID": 1205, + "AvatarID": 1205, + "PlayerName": "AvatarName_1205", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Ren_00/Player_Male_Ren_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Ren_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1205.png", + "MazeSkillIdList": [ + 120501, + 120502 + ] + }, + "1206": { + "ID": 1206, + "AvatarID": 1206, + "PlayerName": "AvatarName_1206", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Sushang_00/Player_Maid_Sushang_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_Sushang_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1206.png", + "MazeSkillIdList": [ + 120601, + 120602 + ] + }, + "8001": { + "ID": 8001, + "AvatarID": 8001, + "PlayerName": "AvatarName_8001", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/PlayerBoy_00/Player_Lad_PlayerBoy_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_PlayerBoy_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8001.png", + "MazeSkillIdList": [ + 800101, + 800102 + ] + }, + "8002": { + "ID": 8002, + "AvatarID": 8002, + "PlayerName": "AvatarName_8002", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/PlayerGirl_00/Player_Miss_PlayerGirl_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_PlayerGirl_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8002.png", + "MazeSkillIdList": [ + 800201, + 800202 + ] + }, + "8003": { + "ID": 8003, + "AvatarID": 8003, + "PlayerName": "AvatarName_8003", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/PlayerBoy_10/Player_Lad_PlayerBoy_10.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_PlayerBoy_10_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8003.png", + "MazeSkillIdList": [ + 800301, + 800302 + ] + }, + "8004": { + "ID": 8004, + "AvatarID": 8004, + "PlayerName": "AvatarName_8004", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/PlayerGirl_10/Player_Miss_PlayerGirl_10.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_PlayerGirl_10_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8004.png", + "MazeSkillIdList": [ + 800401, + 800402 + ] + }, + "9998": { + "ID": 9998, + "AvatarID": 9998, + "PlayerName": "AvatarName_9998", + "PlayerPrefabPath": "Characters/CharacterPrefabs/Player/Pela_00/Player_Test_00.prefab", + "PlayerJsonPath": "Config/ConfigCharacter/LocalPlayer/LocalPlayer_QA_00_Config.json", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1106.png", + "MazeSkillIdList": [ + 999801, + 999802 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AllowedAudioLanguageExcelTable.json b/CrepePackage/src/data/excel/AllowedAudioLanguageExcelTable.json new file mode 100644 index 0000000..21978ee --- /dev/null +++ b/CrepePackage/src/data/excel/AllowedAudioLanguageExcelTable.json @@ -0,0 +1,34 @@ +{ + "cn": { + "AudioLanguageKey": "cn", + "ShowString": { + "hash": 875924975 + }, + "AudioTrackIndex": 0, + "WwiseLanguageKey": "Chinese(PRC)" + }, + "en": { + "AudioLanguageKey": "en", + "ShowString": { + "hash": -374251478 + }, + "AudioTrackIndex": 1, + "WwiseLanguageKey": "English" + }, + "jp": { + "AudioLanguageKey": "jp", + "ShowString": { + "hash": -1391003685 + }, + "AudioTrackIndex": 2, + "WwiseLanguageKey": "Japanese" + }, + "kr": { + "AudioLanguageKey": "kr", + "ShowString": { + "hash": -1597323374 + }, + "AudioTrackIndex": 3, + "WwiseLanguageKey": "Korean" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AllowedLanguageExcelTable.json b/CrepePackage/src/data/excel/AllowedLanguageExcelTable.json new file mode 100644 index 0000000..ce9199a --- /dev/null +++ b/CrepePackage/src/data/excel/AllowedLanguageExcelTable.json @@ -0,0 +1,45 @@ +{ + "cn:0": { + "Area": "cn", + "Type": 0, + "LanguageList": [ + "cn" + ], + "DefaultLanguage": "cn" + }, + "os:0": { + "Area": "os", + "Type": 0, + "LanguageList": [ + "cht", + "en", + "kr", + "jp", + "es", + "ru", + "th", + "vi", + "id" + ], + "DefaultLanguage": "en" + }, + "cn:1": { + "Area": "cn", + "Type": 1, + "LanguageList": [ + "cn" + ], + "DefaultLanguage": "cn" + }, + "os:1": { + "Area": "os", + "Type": 1, + "LanguageList": [ + "cn", + "en", + "kr", + "jp" + ], + "DefaultLanguage": "en" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AllowedTextLanguageExcelTable.json b/CrepePackage/src/data/excel/AllowedTextLanguageExcelTable.json new file mode 100644 index 0000000..d0da4c1 --- /dev/null +++ b/CrepePackage/src/data/excel/AllowedTextLanguageExcelTable.json @@ -0,0 +1,142 @@ +{ + "cn": { + "TextLanguageKey": "cn", + "SDKkey": "zh-cn", + "LanguageType": 1, + "ShowString": { + "hash": 633642276 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_CN.ttf", + "FontName": "RPG_CN", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/CN_Partial_20/cn_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/CN/cn_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_CN_White.png", + "LanguageCultureCode": "zh-CN" + }, + "cht": { + "TextLanguageKey": "cht", + "SDKkey": "zh-tw", + "LanguageType": 2, + "ShowString": { + "hash": -2136827345 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_TR.ttf", + "FontName": "RPG_TR", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/CHT_Partial_20/cht_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/CHT/cht_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_TC_White.png", + "LanguageCultureCode": "zh-TW" + }, + "en": { + "TextLanguageKey": "en", + "SDKkey": "en", + "LanguageType": 3, + "ShowString": { + "hash": 1782768777 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_CN.ttf", + "FontName": "RPG_CN", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/EN_Partial_20/en_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/EN/en_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_EN_White.png", + "LanguageCultureCode": "en-US" + }, + "kr": { + "TextLanguageKey": "kr", + "SDKkey": "ko", + "LanguageType": 4, + "ShowString": { + "hash": -595256385 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_CN.ttf", + "FontName": "RPG_CN", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/KR_Partial_20/kr_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/KR/kr_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_KR_White.png", + "LanguageCultureCode": "ko-KR" + }, + "jp": { + "TextLanguageKey": "jp", + "SDKkey": "ja", + "LanguageType": 5, + "ShowString": { + "hash": 317185992 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_JP.ttf", + "FontName": "RPG_JP", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/JP_Partial_20/jp_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/JP/jp_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_JP_White.png", + "LanguageCultureCode": "ja-JP" + }, + "es": { + "TextLanguageKey": "es", + "SDKkey": "es", + "LanguageType": 8, + "ShowString": { + "hash": -755645786 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_CN.ttf", + "FontName": "RPG_CN", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/ES_Partial_20/es_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/ES/es_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_EN_White.png", + "LanguageCultureCode": "es-MX" + }, + "ru": { + "TextLanguageKey": "ru", + "SDKkey": "ru", + "LanguageType": 10, + "ShowString": { + "hash": 746042362 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_CN.ttf", + "FontName": "RPG_CN", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/RU_Partial_20/ru_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/RU/ru_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_EN_White.png", + "LanguageCultureCode": "ru-RU" + }, + "th": { + "TextLanguageKey": "th", + "SDKkey": "th", + "LanguageType": 11, + "ShowString": { + "hash": -363821157 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_TH.ttf", + "FontName": "RPG_TH", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/TH_Partial_20/th_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/TH/th_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_EN_White.png", + "LanguageCultureCode": "th-TH" + }, + "vi": { + "TextLanguageKey": "vi", + "SDKkey": "vi", + "LanguageType": 12, + "ShowString": { + "hash": -368945552 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_VI.ttf", + "FontName": "RPG_VI", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/VI_Partial_20/vi_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/VI/vi_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_EN_White.png", + "LanguageCultureCode": "vi-VN" + }, + "id": { + "TextLanguageKey": "id", + "SDKkey": "id", + "LanguageType": 13, + "ShowString": { + "hash": 12093101 + }, + "Font": "SpriteOutput/UI/Fonts/RPG_CN.ttf", + "FontName": "RPG_CN", + "SDFPath": "SpriteOutput/UI/Fonts/SDFFonts/ID_Partial_20/id_0.asset", + "PCSDFPath": "SpriteOutput/UI/Fonts/SDFFonts/PC/ID/id_0.asset", + "LogoImgPath": "SpriteOutput/UI/Login/LOGO/LogoCB1_EN_White.png", + "LanguageCultureCode": "id-ID" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AutoFightVOExcelTable.json b/CrepePackage/src/data/excel/AutoFightVOExcelTable.json new file mode 100644 index 0000000..b29c821 --- /dev/null +++ b/CrepePackage/src/data/excel/AutoFightVOExcelTable.json @@ -0,0 +1,14 @@ +{ + "1": { + "Mode": 1, + "ActionBegin": 0, + "ActionBeginAdvantage": 1, + "ActionBeginHighThreat": 1, + "ReceiveHealing": 0, + "ReceiveBuff": 1, + "Revived": 0, + "UltraReady": 0, + "LightHit": 1, + "StandBy": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarBaseTypeExcelTable.json b/CrepePackage/src/data/excel/AvatarBaseTypeExcelTable.json new file mode 100644 index 0000000..fd38451 --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarBaseTypeExcelTable.json @@ -0,0 +1,122 @@ +{ + "Warrior": { + "ID": "Warrior", + "BaseTypeIcon": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsWarrior.png", + "BaseTypeIconSmall": "SpriteOutput/ProfessionIconSmall/IconProfessionWarriorSmall.png", + "EquipmentLightMatPath": "UI/UI_Texture/System/ProfessionalLight/UI_ProfessionWarriorSmall.png", + "Equipment3DTgaPath": "UI/UI3D/LightCone/_dependencies/Textures/Professionlightcone3d/LightCore_Warrior.tga", + "BaseTypeIconPathTalk": "SpriteOutput/TalkIcon/ProfessionIcon/IconProfessionWarriorSmall.png", + "BgPath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsWarrior.png", + "BaseTypeText": { + "hash": 209078842 + }, + "BaseTypeDesc": { + "hash": -344124517 + } + }, + "Rogue": { + "ID": "Rogue", + "BaseTypeIcon": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsRogue.png", + "BaseTypeIconSmall": "SpriteOutput/ProfessionIconSmall/IconProfessionRogueSmall.png", + "EquipmentLightMatPath": "UI/UI_Texture/System/ProfessionalLight/UI_ProfessionRogueSmall.png", + "Equipment3DTgaPath": "UI/UI3D/LightCone/_dependencies/Textures/Professionlightcone3d/LightCore_Rouge.tga", + "BaseTypeIconPathTalk": "SpriteOutput/TalkIcon/ProfessionIcon/IconProfessionRogueSmall.png", + "BgPath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsRogue.png", + "BaseTypeText": { + "hash": 612363369 + }, + "BaseTypeDesc": { + "hash": -1910208458 + } + }, + "Mage": { + "ID": "Mage", + "BaseTypeIcon": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsnMage.png", + "BaseTypeIconSmall": "SpriteOutput/ProfessionIconSmall/IconProfessionMageSmall.png", + "EquipmentLightMatPath": "UI/UI_Texture/System/ProfessionalLight/UI_IconProfessionMageSmall.png", + "Equipment3DTgaPath": "UI/UI3D/LightCone/_dependencies/Textures/Professionlightcone3d/LightCore_Mage.tga", + "BaseTypeIconPathTalk": "SpriteOutput/TalkIcon/ProfessionIcon/IconProfessionMageSmall.png", + "BgPath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsnMage.png", + "BaseTypeText": { + "hash": -953720572 + }, + "BaseTypeDesc": { + "hash": 818674897 + } + }, + "Shaman": { + "ID": "Shaman", + "BaseTypeIcon": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsShaman.png", + "BaseTypeIconSmall": "SpriteOutput/ProfessionIconSmall/IconProfessionShamanSmall.png", + "EquipmentLightMatPath": "UI/UI_Texture/System/ProfessionalLight/UI_ProfessionShamanSmall.png", + "Equipment3DTgaPath": "UI/UI3D/LightCone/_dependencies/Textures/Professionlightcone3d/LightCore_Shaman.tga", + "BaseTypeIconPathTalk": "SpriteOutput/TalkIcon/ProfessionIcon/IconProfessionShamanSmall.png", + "BgPath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsShaman.png", + "BaseTypeText": { + "hash": -194205685 + }, + "BaseTypeDesc": { + "hash": -1103639404 + } + }, + "Warlock": { + "ID": "Warlock", + "BaseTypeIcon": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsWarlock.png", + "BaseTypeIconSmall": "SpriteOutput/ProfessionIconSmall/IconProfessionWarlockSmall.png", + "EquipmentLightMatPath": "UI/UI_Texture/System/ProfessionalLight/UI_ProfessionWarLockSmall.png", + "Equipment3DTgaPath": "UI/UI3D/LightCone/_dependencies/Textures/Professionlightcone3d/LightCore_Warlock.tga", + "BaseTypeIconPathTalk": "SpriteOutput/TalkIcon/ProfessionIcon/IconProfessionWarlockSmall.png", + "BgPath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsWarlock.png", + "BaseTypeText": { + "hash": -1760289626 + }, + "BaseTypeDesc": { + "hash": 1625243951 + } + }, + "Knight": { + "ID": "Knight", + "BaseTypeIcon": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsKnight.png", + "BaseTypeIconSmall": "SpriteOutput/ProfessionIconSmall/IconProfessionKnightSmall.png", + "EquipmentLightMatPath": "UI/UI_Texture/System/ProfessionalLight/UI_IconProfessionKnightSmall.png", + "Equipment3DTgaPath": "UI/UI3D/LightCone/_dependencies/Textures/Professionlightcone3d/LightCore_Knight.tga", + "BaseTypeIconPathTalk": "SpriteOutput/TalkIcon/ProfessionIcon/IconProfessionKnightSmall.png", + "BgPath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsKnight.png", + "BaseTypeText": { + "hash": -1357005099 + }, + "BaseTypeDesc": { + "hash": 59160010 + } + }, + "Priest": { + "ID": "Priest", + "BaseTypeIcon": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsPirest.png", + "BaseTypeIconSmall": "SpriteOutput/ProfessionIconSmall/IconProfessionPirestSmall.png", + "EquipmentLightMatPath": "UI/UI_Texture/System/ProfessionalLight/UI_ProfessionPirestSmall.png", + "Equipment3DTgaPath": "UI/UI3D/LightCone/_dependencies/Textures/Professionlightcone3d/LightCore_Pirest.tga", + "BaseTypeIconPathTalk": "SpriteOutput/TalkIcon/ProfessionIcon/IconProfessionPirestSmall.png", + "BgPath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsPirest.png", + "BaseTypeText": { + "hash": 1371878256 + }, + "BaseTypeDesc": { + "hash": -1506923931 + } + }, + "Unknown": { + "ID": "Unknown", + "BaseTypeIcon": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsWarrior.png", + "BaseTypeIconSmall": "SpriteOutput/ProfessionIconSmall/IconProfessionWarriorSmall.png", + "EquipmentLightMatPath": "UI/UI_Texture/System/ProfessionalLight/UI_ProfessionWarriorSmall.png", + "Equipment3DTgaPath": "UI/UI3D/LightCone/_dependencies/Textures/Professionlightcone3d/LightCore_Pirest.tga", + "BaseTypeIconPathTalk": "SpriteOutput/TalkIcon/ProfessionIcon/IconProfessionWarriorSmall.png", + "BgPath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsWarrior.png", + "BaseTypeText": { + "hash": 1775162783 + }, + "BaseTypeDesc": { + "hash": 1221959424 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarDetailTabExcelTable.json b/CrepePackage/src/data/excel/AvatarDetailTabExcelTable.json new file mode 100644 index 0000000..dc96330 --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarDetailTabExcelTable.json @@ -0,0 +1,17 @@ +{ + "1": { + "ID": 1, + "IconPath": "SpriteOutput/UI/Avatar/IconAvatarDetail.png", + "TabName": "AvatarPageName_Detail" + }, + "2": { + "ID": 2, + "IconPath": "SpriteOutput/UI/Avatar/IconAvatarPaths.png", + "TabName": "AvatarPageName_SkillTree" + }, + "3": { + "ID": 3, + "IconPath": "SpriteOutput/UI/Avatar/IconAvatarLightCone.png", + "TabName": "AvatarPageName_Equipment" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarExcelTable.json b/CrepePackage/src/data/excel/AvatarExcelTable.json new file mode 100644 index 0000000..8033157 --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarExcelTable.json @@ -0,0 +1,2650 @@ +{ + "1001": { + "AvatarID": 1001, + "AvatarName": { + "hash": 2517545 + }, + "AvatarFullName": { + "hash": -1063124016 + }, + "AdventurePlayerID": 1001, + "AvatarVOTag": "mar7th", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Mar_7th_00_Config.json", + "NatureID": 0, + "DamageType": "Ice", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 100101, + 100102, + 100103, + 100104, + 100105, + 100106 + ], + "RewardList": [ + { + "ItemID": 11001, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 100101, + 100102, + 100103, + 100104, + 100106, + 100107 + ], + "AvatarBaseType": "Knight", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Mar_7th_00/Avatar_Mar_7th_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1001.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1001.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1001B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1001.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Mar_7th.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Mar_7th_00/Manikin_Maid_Mar_7th_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Mar_7th_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/KnightSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1001.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1001.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1001.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1001.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1001.png", + "AvatarCutinIntroText": { + "hash": -1553257942 + }, + "GachaResultOffset": [ + 82.0, + -84.0, + 0.77 + ], + "AvatarDropOffset": [ + -44.4, + -37.0, + 0.954, + -44.4, + -37.0, + 0.716, + -44.4, + -37.0, + 0.954 + ], + "AvatarTrialOffset": [] + }, + "1002": { + "AvatarID": 1002, + "AvatarName": { + "hash": 2517546 + }, + "AvatarFullName": { + "hash": -8036553 + }, + "AdventurePlayerID": 1002, + "AvatarVOTag": "danheng", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_DanHeng_00_Config.json", + "NatureID": 0, + "DamageType": "Wind", + "SPNeed": { + "RawValue": 429496729600 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 100201, + 100202, + 100203, + 100204, + 100205, + 100206 + ], + "RewardList": [ + { + "ItemID": 11002, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 100201, + 100202, + 100203, + 100204, + 100206, + 100207 + ], + "AvatarBaseType": "Rogue", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/DanHeng_00/Avatar_DanHeng_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1002.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1002.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1002B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1002.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_DanHeng.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/DanHeng_00/Manikin_Lad_DanHeng_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_DanHeng_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/RogueSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1002.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1002.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1002.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1002.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1002.png", + "AvatarCutinIntroText": { + "hash": -1553257945 + }, + "GachaResultOffset": [ + -6.0, + -13.0, + 0.85 + ], + "AvatarDropOffset": [ + -126.4, + -23.1, + 1.023, + -126.4, + -23.1, + 0.77, + -126.4, + -23.1, + 1.023 + ], + "AvatarTrialOffset": [] + }, + "1003": { + "AvatarID": 1003, + "AvatarName": { + "hash": 2517547 + }, + "AvatarFullName": { + "hash": -844315511 + }, + "AdventurePlayerID": 1003, + "AvatarVOTag": "himeko", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Himeko_00_Config.json", + "NatureID": 0, + "DamageType": "Fire", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 100301, + 100302, + 100303, + 100304, + 100305, + 100306 + ], + "RewardList": [ + { + "ItemID": 11003, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 100301, + 100302, + 100303, + 100304, + 100306, + 100307 + ], + "AvatarBaseType": "Mage", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Himeko_00/Avatar_Himeko_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1003.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1003.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1003B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1003.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Himeko.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Himeko_00/Manikin_Lady_Himeko_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Himeko_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/MageSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1003.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1003.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1003.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1003.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1003.png", + "AvatarCutinIntroText": { + "hash": -1553257944 + }, + "GachaResultOffset": [ + 65.3, + 102.2, + 1.05 + ], + "AvatarDropOffset": [ + -84.4, + 92.9, + 1.08, + -84.4, + 92.9, + 0.81, + -84.4, + 92.9, + 1.08 + ], + "AvatarTrialOffset": [ + 100.0, + 150.0, + 1.0 + ] + }, + "1004": { + "AvatarID": 1004, + "AvatarName": { + "hash": 2517548 + }, + "AvatarFullName": { + "hash": -871204766 + }, + "AdventurePlayerID": 1004, + "AvatarVOTag": "welt", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Welt_00_Config.json", + "NatureID": 0, + "DamageType": "Imaginary", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 100401, + 100402, + 100403, + 100404, + 100405, + 100406 + ], + "RewardList": [ + { + "ItemID": 11004, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 100401, + 100402, + 100403, + 100404, + 100406, + 100407 + ], + "AvatarBaseType": "Warlock", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Welt_00/Avatar_Welt_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1004.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1004.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1004B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1004.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Welt.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Welt_00/Manikin_Male_Welt_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Welt_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarlockSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1004.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1004.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1004.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1004.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1004.png", + "AvatarCutinIntroText": { + "hash": -1553257939 + }, + "GachaResultOffset": [ + 165.6, + -142.3, + 0.81 + ], + "AvatarDropOffset": [ + -17.4, + -78.1, + 1.035, + -18.4, + -78.1, + 0.776, + -17.4, + -78.1, + 1.035 + ], + "AvatarTrialOffset": [] + }, + "1005": { + "AvatarID": 1005, + "AvatarName": { + "hash": 2517549 + }, + "AvatarFullName": { + "hash": -1328813516 + }, + "AdventurePlayerID": 1005, + "AvatarVOTag": "kafka", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Kafka_00_Config.json", + "NatureID": 0, + "DamageType": "Thunder", + "SPNeed": { + "RawValue": 429496729600 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 100501, + 100502, + 100503, + 100504, + 100505, + 100506 + ], + "RewardList": [ + { + "ItemID": 11005, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 100501, + 100502, + 100503, + 100504, + 100506, + 100507 + ], + "AvatarBaseType": "Warlock", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Kafka_00/Avatar_Kafka_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1005.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1005.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1005B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1005.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Kafka.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Kafka_00/Manikin_Lady_Kafka_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Kafka_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarlockSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1005.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1005.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1005.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1005.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1005.png", + "AvatarCutinIntroText": { + "hash": -1553257938 + }, + "GachaResultOffset": [ + 130.0, + -155.0, + 0.9 + ], + "AvatarDropOffset": [ + -34.4, + -87.1, + 0.99, + -35.4, + -87.1, + 0.742, + -34.4, + -87.1, + 0.99 + ], + "AvatarTrialOffset": [] + }, + "1006": { + "AvatarID": 1006, + "AvatarName": { + "hash": 2517550 + }, + "AvatarFullName": { + "hash": 621775846 + }, + "AdventurePlayerID": 1006, + "AvatarVOTag": "silverwolf", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Silwolf_00_Config.json", + "NatureID": 0, + "DamageType": "Quantum", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 100601, + 100602, + 100603, + 100604, + 100605, + 100606 + ], + "RewardList": [ + { + "ItemID": 11006, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 100601, + 100602, + 100603, + 100604, + 100606, + 100607 + ], + "AvatarBaseType": "Warlock", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Silwolf_00/Avatar_Silwolf_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1006.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1006.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1006B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1006.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Silwolf.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Silwolf_00/Manikin_Girl_Silwolf_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Silwolf_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarlockSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1006.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1006.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1006.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1006.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1006.png", + "AvatarCutinIntroText": { + "hash": -1553257941 + }, + "GachaResultOffset": [ + -76.1, + 6.4, + 0.67 + ], + "AvatarDropOffset": [ + -36.4, + -20.0999966, + 0.858, + -34.4, + -19.1, + 0.64, + -36.4, + -20.1, + 0.858 + ], + "AvatarTrialOffset": [] + }, + "1008": { + "AvatarID": 1008, + "AvatarName": { + "hash": 2517536 + }, + "AvatarFullName": { + "hash": 1185245652 + }, + "AdventurePlayerID": 1008, + "AvatarVOTag": "arlan", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Arlan_00_Config.json", + "NatureID": 0, + "DamageType": "Thunder", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 100801, + 100802, + 100803, + 100804, + 100805, + 100806 + ], + "RewardList": [ + { + "ItemID": 11008, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 100801, + 100802, + 100803, + 100804, + 100806, + 100807 + ], + "AvatarBaseType": "Warrior", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Arlan_00/Avatar_Arlan_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1008.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1008.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1008B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1008.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Arlan.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Arlan_00/Manikin_Boy_Arlan_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Arlan_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarriorSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1008.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1008.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1008.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1008.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1008.png", + "AvatarCutinIntroText": { + "hash": -1553257935 + }, + "GachaResultOffset": [ + -78.0, + -16.0, + 0.82 + ], + "AvatarDropOffset": [ + -32.4, + -28.1, + 0.99, + -32.4, + -28.1, + 0.742, + -32.4, + -28.1, + 0.99 + ], + "AvatarTrialOffset": [] + }, + "1009": { + "AvatarID": 1009, + "AvatarName": { + "hash": 2517537 + }, + "AvatarFullName": { + "hash": 1138827395 + }, + "AdventurePlayerID": 1009, + "AvatarVOTag": "asta", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Asta_00_Config.json", + "NatureID": 0, + "DamageType": "Fire", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 100901, + 100902, + 100903, + 100904, + 100905, + 100906 + ], + "RewardList": [ + { + "ItemID": 11009, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 100901, + 100902, + 100903, + 100904, + 100906, + 100907 + ], + "AvatarBaseType": "Shaman", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Asta_00/Avatar_Asta_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1009.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1009.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1009B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1009.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Asta.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Asta_00/Manikin_Maid_Asta_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Asta_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/ShamanSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1009.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1009.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1009.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1009.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1009.png", + "AvatarCutinIntroText": { + "hash": -1553257934 + }, + "GachaResultOffset": [ + 75.0, + -50.0, + 0.79 + ], + "AvatarDropOffset": [ + -71.4, + -44.1, + 0.875, + -76.4, + -44.1, + 0.675, + -59.4, + -44.1, + 0.83 + ], + "AvatarTrialOffset": [] + }, + "1013": { + "AvatarID": 1013, + "AvatarName": { + "hash": 1568601488 + }, + "AvatarFullName": { + "hash": -683608126 + }, + "AdventurePlayerID": 1013, + "AvatarVOTag": "herta", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Herta_00_Config.json", + "NatureID": 0, + "DamageType": "Ice", + "SPNeed": { + "RawValue": 429496729600 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 101301, + 101302, + 101303, + 101304, + 101305, + 101306 + ], + "RewardList": [ + { + "ItemID": 11013, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 101301, + 101302, + 101303, + 101304, + 101306, + 101307 + ], + "AvatarBaseType": "Mage", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Herta_00/Avatar_Herta_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1013.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1013.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1013B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1013.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Herta.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Herta_00/Manikin_Girl_Herta_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Herta_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/MageSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1013.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1013.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1013.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1013.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1013.png", + "AvatarCutinIntroText": { + "hash": 1175625411 + }, + "GachaResultOffset": [ + 75.0, + -120.0, + 0.55 + ], + "AvatarDropOffset": [ + -57.4, + -127.1, + 0.85, + -57.4, + -125.1, + 0.64, + -57.4, + -127.1, + 0.85 + ], + "AvatarTrialOffset": [] + }, + "1101": { + "AvatarID": 1101, + "AvatarName": { + "hash": 2517640 + }, + "AvatarFullName": { + "hash": 1695376073 + }, + "AdventurePlayerID": 1101, + "AvatarVOTag": "bronya", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Bronya_00_Config.json", + "NatureID": 0, + "DamageType": "Wind", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 110101, + 110102, + 110103, + 110104, + 110105, + 110106 + ], + "RewardList": [ + { + "ItemID": 11101, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 110101, + 110102, + 110103, + 110104, + 110106, + 110107 + ], + "AvatarBaseType": "Shaman", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Bronya_00/Avatar_Bronya_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1101.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1101.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1101B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1101.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Bronya.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Bronya_00/Manikin_Maid_Bronya_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Bronya_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/ShamanSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1101.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1101.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1101.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1101.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1101.png", + "AvatarCutinIntroText": { + "hash": -1553257847 + }, + "GachaResultOffset": [ + 114.2, + -50.8, + 0.96 + ], + "AvatarDropOffset": [ + -39.4, + 12.9, + 1.035, + -39.4, + 12.9, + 0.776, + -39.4, + 12.9, + 1.035 + ], + "AvatarTrialOffset": [] + }, + "1102": { + "AvatarID": 1102, + "AvatarName": { + "hash": 2517643 + }, + "AvatarFullName": { + "hash": -327370702 + }, + "AdventurePlayerID": 1102, + "AvatarVOTag": "seele", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Seele_00_Config.json", + "NatureID": 0, + "DamageType": "Quantum", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 110201, + 110202, + 110203, + 110204, + 110205, + 110206 + ], + "RewardList": [ + { + "ItemID": 11102, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 110201, + 110202, + 110203, + 110204, + 110206, + 110207 + ], + "AvatarBaseType": "Rogue", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Seele_00/Avatar_Seele_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1102.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1102.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1102B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1102.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Seele.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Seele_00/Manikin_Maid_Seele_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Seele_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/RogueSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1102.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1102.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1102.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1102.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1102.png", + "AvatarCutinIntroText": { + "hash": -1553257848 + }, + "GachaResultOffset": [ + 271.0, + 304.0, + 0.9 + ], + "AvatarDropOffset": [ + 32.6, + 167.9, + 1.08, + 32.6, + 167.9, + 0.81, + 32.6, + 167.9, + 1.08 + ], + "AvatarTrialOffset": [] + }, + "1103": { + "AvatarID": 1103, + "AvatarName": { + "hash": 2517642 + }, + "AvatarFullName": { + "hash": -748459673 + }, + "AdventurePlayerID": 1103, + "AvatarVOTag": "serval", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Serval_00_Config.json", + "NatureID": 0, + "DamageType": "Thunder", + "SPNeed": { + "RawValue": 429496729600 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 110301, + 110302, + 110303, + 110304, + 110305, + 110306 + ], + "RewardList": [ + { + "ItemID": 11103, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 110301, + 110302, + 110303, + 110304, + 110306, + 110307 + ], + "AvatarBaseType": "Mage", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Serval_00/Avatar_Serval_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1103.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1103.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1103B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1103.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Serval.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Serval_00/Manikin_Lady_Serval_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Serval_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/MageSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1103.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1103.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1103.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1103.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1103.png", + "AvatarCutinIntroText": { + "hash": -1553257849 + }, + "GachaResultOffset": [ + 37.1, + -20.8, + 0.89 + ], + "AvatarDropOffset": [ + -90.4, + -18.1, + 0.9, + -90.4, + -18.1, + 0.675, + -90.4, + -18.1, + 0.9 + ], + "AvatarTrialOffset": [] + }, + "1104": { + "AvatarID": 1104, + "AvatarName": { + "hash": 2517645 + }, + "AvatarFullName": { + "hash": 2027198969 + }, + "AdventurePlayerID": 1104, + "AvatarVOTag": "gepard", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Gepard_00_Config.json", + "NatureID": 0, + "DamageType": "Ice", + "SPNeed": { + "RawValue": 386547056640 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 110401, + 110402, + 110403, + 110404, + 110405, + 110406 + ], + "RewardList": [ + { + "ItemID": 11104, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 110401, + 110402, + 110403, + 110404, + 110406, + 110407 + ], + "AvatarBaseType": "Knight", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Gepard_00/Avatar_Gepard_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1104.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1104.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1104B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1104.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Gepard.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Gepard_00/Manikin_Male_Gepard_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Gepard_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/KnightSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1104.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1104.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1104.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1104.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1104.png", + "AvatarCutinIntroText": { + "hash": -1553257842 + }, + "GachaResultOffset": [ + -61.8, + 31.9, + 0.94 + ], + "AvatarDropOffset": [ + -172.4, + 59.9, + 1.115, + -179.4, + 60.9, + 0.839, + -178.4, + 59.9, + 1.115 + ], + "AvatarTrialOffset": [] + }, + "1105": { + "AvatarID": 1105, + "AvatarName": { + "hash": 2517644 + }, + "AvatarFullName": { + "hash": -1244252722 + }, + "AdventurePlayerID": 1105, + "AvatarVOTag": "natasha", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Natasha_00_Config.json", + "NatureID": 0, + "DamageType": "Physical", + "SPNeed": { + "RawValue": 343597383680 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 110501, + 110502, + 110503, + 110504, + 110505, + 110506 + ], + "RewardList": [ + { + "ItemID": 11105, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 110501, + 110502, + 110503, + 110504, + 110506, + 110507 + ], + "AvatarBaseType": "Priest", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Natasha_00/Avatar_Natasha_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1105.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1105.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1105B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1105.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Natasha.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Natasha_00/Manikin_Lady_Natasha_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Natasha_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/PriestSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1105.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1105.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1105.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1105.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1105.png", + "AvatarCutinIntroText": { + "hash": -1553257843 + }, + "GachaResultOffset": [ + 96.0, + -157.0, + 0.67 + ], + "AvatarDropOffset": [ + -46.12, + -97.14, + 0.896, + -46.12, + -97.14, + 0.6720001, + -46.12, + -97.14, + 0.896 + ], + "AvatarTrialOffset": [] + }, + "1106": { + "AvatarID": 1106, + "AvatarName": { + "hash": 2517647 + }, + "AvatarFullName": { + "hash": -562028418 + }, + "AdventurePlayerID": 1106, + "AvatarVOTag": "pela", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Pela_00_Config.json", + "NatureID": 0, + "DamageType": "Ice", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 110601, + 110602, + 110603, + 110604, + 110605, + 110606 + ], + "RewardList": [ + { + "ItemID": 11106, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 110601, + 110602, + 110603, + 110604, + 110606, + 110607 + ], + "AvatarBaseType": "Warlock", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Pela_00/Avatar_Pela_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1106.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1106.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1106B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1106.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Pela.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Pela_00/Manikin_Girl_Pela_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Pela_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarlockSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1106.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1106.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1106.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1106.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1106.png", + "AvatarCutinIntroText": { + "hash": -1553257844 + }, + "GachaResultOffset": [ + 196.6, + -4.6, + 0.83 + ], + "AvatarDropOffset": [ + 7.6, + 5.9, + 0.945, + 8.6, + 4.9, + 0.708, + 7.6, + 5.9, + 0.945 + ], + "AvatarTrialOffset": [] + }, + "1107": { + "AvatarID": 1107, + "AvatarName": { + "hash": 2517646 + }, + "AvatarFullName": { + "hash": 304527861 + }, + "AdventurePlayerID": 1107, + "AvatarVOTag": "clara", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Klara_00_Config.json", + "NatureID": 0, + "DamageType": "Physical", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 110701, + 110702, + 110703, + 110704, + 110705, + 110706 + ], + "RewardList": [ + { + "ItemID": 11107, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 110701, + 110702, + 110703, + 110704, + 110706, + 110707 + ], + "AvatarBaseType": "Warrior", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Klara_00/Avatar_Klara_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1107.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1107.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1107B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1107.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Klara.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Klara_00/Manikin_Girl_Klara_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Klara_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarriorSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1107.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1107.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1107.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1107.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1107.png", + "AvatarCutinIntroText": { + "hash": -1553257845 + }, + "GachaResultOffset": [ + 262.4, + -113.6, + 0.78 + ], + "AvatarDropOffset": [ + 19.6, + -100.1, + 0.945, + 18.6, + -100.1, + 0.70875, + 19.6, + -100.1, + 0.945 + ], + "AvatarTrialOffset": [] + }, + "1108": { + "AvatarID": 1108, + "AvatarName": { + "hash": 2517633 + }, + "AvatarFullName": { + "hash": -2088319272 + }, + "AdventurePlayerID": 1108, + "AvatarVOTag": "sampo", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Sampo_00_Config.json", + "NatureID": 0, + "DamageType": "Wind", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 110801, + 110802, + 110803, + 110804, + 110805, + 110806 + ], + "RewardList": [ + { + "ItemID": 11108, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 110801, + 110802, + 110803, + 110804, + 110806, + 110807 + ], + "AvatarBaseType": "Warlock", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Sampo_00/Avatar_Sampo_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1108.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1108.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1108B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1108.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Sampo.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Sampo_00/Manikin_Male_Sampo_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Sampo_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarlockSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1108.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1108.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1108.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1108.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1108.png", + "AvatarCutinIntroText": { + "hash": -1553257838 + }, + "GachaResultOffset": [ + 82.0, + -117.0, + 0.69 + ], + "AvatarDropOffset": [ + -43.4, + -71.1, + 0.925, + -41.4, + -70.1, + 0.69, + 56.6, + -71.1, + 0.925 + ], + "AvatarTrialOffset": [] + }, + "1109": { + "AvatarID": 1109, + "AvatarName": { + "hash": 2517632 + }, + "AvatarFullName": { + "hash": 963907623 + }, + "AdventurePlayerID": 1109, + "AvatarVOTag": "hook", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Hook_00_Config.json", + "NatureID": 0, + "DamageType": "Fire", + "SPNeed": { + "RawValue": 429496729600 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 110901, + 110902, + 110903, + 110904, + 110905, + 110906 + ], + "RewardList": [ + { + "ItemID": 11109, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 110901, + 110902, + 110903, + 110904, + 110906, + 110907, + 110909 + ], + "AvatarBaseType": "Warrior", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Hook_00/Avatar_Hook_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1109.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1109.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1109B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1109.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Hook.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Hook_00/Manikin_Kid_Hook_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Hook_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarriorSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1109.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1109.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1109.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1109.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1109.png", + "AvatarCutinIntroText": { + "hash": -1553257839 + }, + "GachaResultOffset": [ + 99.0, + 114.0, + 0.62 + ], + "AvatarDropOffset": [ + -1.4, + -0.1, + 0.91, + -2.4, + -0.1, + 0.68, + -1.4, + -0.1, + 0.91 + ], + "AvatarTrialOffset": [] + }, + "8001": { + "AvatarID": 8001, + "AvatarName": { + "hash": -1576862826 + }, + "AvatarFullName": { + "hash": -1461075445 + }, + "AdventurePlayerID": 8001, + "AvatarVOTag": "playerboy", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_PlayerBoy_00_Config.json", + "NatureID": 0, + "DamageType": "Physical", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 800101, + 800102, + 800103, + 800104, + 800105, + 800106 + ], + "RewardList": [ + { + "ItemID": 18001, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 800101, + 800102, + 800103, + 800104, + 800106, + 800107, + 800108, + 800109 + ], + "AvatarBaseType": "Warrior", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/PlayerBoy_00/Avatar_PlayerBoy_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/8001.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/8001.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8001B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/8001.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Player.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/PlayerBoy_00/Manikin_Lad_PlayerBoy_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_PlayerBoy_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarriorSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8001.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8001.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/8001.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/8001.png", + "AvatarCutinFrontImgPath": "", + "AvatarCutinIntroText": { + "hash": -1378596035 + }, + "GachaResultOffset": [ + -125.0, + -40.0, + 0.8 + ], + "AvatarDropOffset": [], + "AvatarTrialOffset": [] + }, + "8002": { + "AvatarID": 8002, + "AvatarName": { + "hash": -1576862825 + }, + "AvatarFullName": { + "hash": 802741703 + }, + "AdventurePlayerID": 8002, + "AvatarVOTag": "playergirl", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_PlayerGirl_00_Config.json", + "NatureID": 0, + "DamageType": "Physical", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 800201, + 800202, + 800203, + 800204, + 800205, + 800206 + ], + "RewardList": [ + { + "ItemID": 18001, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 800201, + 800202, + 800203, + 800204, + 800206, + 800207, + 800208, + 800209 + ], + "AvatarBaseType": "Warrior", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/PlayerGirl_00/Avatar_PlayerGirl_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/8002.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/8002.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8002B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/8002.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Player_Female.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/PlayerGirl_00/Manikin_Miss_PlayerGirl_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_PlayerGirl_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarriorSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8002.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8002.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/8002.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/8002.png", + "AvatarCutinFrontImgPath": "", + "AvatarCutinIntroText": { + "hash": -1378596038 + }, + "GachaResultOffset": [], + "AvatarDropOffset": [], + "AvatarTrialOffset": [] + }, + "8003": { + "AvatarID": 8003, + "AvatarName": { + "hash": -1576862824 + }, + "AvatarFullName": { + "hash": -1461075445 + }, + "AdventurePlayerID": 8003, + "AvatarVOTag": "playerboy2", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_PlayerBoy_10_Config.json", + "NatureID": 0, + "DamageType": "Fire", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 800301, + 800302, + 800303, + 800304, + 800305, + 800306 + ], + "RewardList": [ + { + "ItemID": 18003, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 800301, + 800302, + 800303, + 800304, + 800306, + 800307, + 800308 + ], + "AvatarBaseType": "Knight", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/PlayerBoy_10/Avatar_PlayerBoy_10.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/8003.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/8003.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8003B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/8003.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Player_01.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/PlayerBoy_00/Manikin_Lad_PlayerBoy_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_PlayerBoy_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/KnightSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8003.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8003.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/8003.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/8003.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/8003.png", + "AvatarCutinIntroText": { + "hash": -1378596037 + }, + "GachaResultOffset": [], + "AvatarDropOffset": [], + "AvatarTrialOffset": [] + }, + "8004": { + "AvatarID": 8004, + "AvatarName": { + "hash": -1576862823 + }, + "AvatarFullName": { + "hash": 802741703 + }, + "AdventurePlayerID": 8004, + "AvatarVOTag": "playergirl2", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_PlayerGirl_10_Config.json", + "NatureID": 0, + "DamageType": "Fire", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 800401, + 800402, + 800403, + 800404, + 800405, + 800406 + ], + "RewardList": [ + { + "ItemID": 18003, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 800401, + 800402, + 800403, + 800404, + 800406, + 800407, + 800408 + ], + "AvatarBaseType": "Knight", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/PlayerGirl_10/Avatar_PlayerGirl_10.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/8004.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/8004.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8004B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/8004.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Player_Female_01.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/PlayerGirl_00/Manikin_Miss_PlayerGirl_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_PlayerGirl_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/KnightSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": true, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8004.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/8004.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/8004.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/8004.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/8004.png", + "AvatarCutinIntroText": { + "hash": -1378596032 + }, + "GachaResultOffset": [], + "AvatarDropOffset": [], + "AvatarTrialOffset": [] + }, + "1203": { + "AvatarID": 1203, + "AvatarName": { + "hash": 2517609 + }, + "AvatarFullName": { + "hash": -1111281336 + }, + "AdventurePlayerID": 1203, + "AvatarVOTag": "luocha", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Luocha_00_Config.json", + "NatureID": 0, + "DamageType": "Imaginary", + "SPNeed": { + "RawValue": 429496729600 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 120301, + 120302, + 120303, + 120304, + 120305, + 120306 + ], + "RewardList": [ + { + "ItemID": 11203, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 120301, + 120302, + 120303, + 120304, + 120306, + 120307 + ], + "AvatarBaseType": "Priest", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Luocha_00/Avatar_Luocha_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1203.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1203.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1203B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1203.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_LuoCha.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Luocha_00/Manikin_Male_Luocha_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Luocha_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/PriestSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": false, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1203.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1203.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1203.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1203.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1203.png", + "AvatarCutinIntroText": { + "hash": -1553258006 + }, + "GachaResultOffset": [ + 77.1, + -163.0, + 0.67 + ], + "AvatarDropOffset": [ + -54.4, + -106.100014, + 0.9, + -55.4, + -110.100014, + 0.675, + -54.4, + -106.1, + 0.9 + ], + "AvatarTrialOffset": [] + }, + "1204": { + "AvatarID": 1204, + "AvatarName": { + "hash": 2517614 + }, + "AvatarFullName": { + "hash": 753361161 + }, + "AdventurePlayerID": 1204, + "AvatarVOTag": "jingyuan", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_JingYuan_00_Config.json", + "NatureID": 0, + "DamageType": "Thunder", + "SPNeed": { + "RawValue": 601295421440 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 120401, + 120402, + 120403, + 120404, + 120405, + 120406 + ], + "RewardList": [ + { + "ItemID": 11204, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 120401, + 120402, + 120403, + 120404, + 120406, + 120407 + ], + "AvatarBaseType": "Mage", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/JingYuan_00/Avatar_JingYuan_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1204.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1204.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1204B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1204.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_JingYuan.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/JingYuan_00/Manikin_Male_JingYuan_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_JingYuan_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/MageSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": false, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1204.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1204.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1204.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1204.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1204.png", + "AvatarCutinIntroText": { + "hash": -1553258005 + }, + "GachaResultOffset": [ + 98.0, + -71.7, + 0.78 + ], + "AvatarDropOffset": [ + -28.4, + -27.1, + 0.9, + -28.4, + -27.1, + 0.675, + -28.4, + -27.1, + 0.9 + ], + "AvatarTrialOffset": [] + }, + "1205": { + "AvatarID": 1205, + "AvatarName": { + "hash": 2517615 + }, + "AvatarFullName": { + "hash": -1273337479 + }, + "AdventurePlayerID": 1205, + "AvatarVOTag": "blade", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Ren_00_Config.json", + "NatureID": 0, + "DamageType": "Wind", + "SPNeed": { + "RawValue": 515396075520 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 120501, + 120502, + 120503, + 120504, + 120505, + 120506 + ], + "RewardList": [ + { + "ItemID": 11205, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 120501, + 120502, + 120503, + 120504, + 120506, + 120507, + 120508 + ], + "AvatarBaseType": "Warrior", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Ren_00/Avatar_Ren_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1205.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1205.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1205B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1205.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Ren.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Ren_00/Manikin_Male_Ren_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Ren_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/WarriorSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": false, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1205.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1205.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1205.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1205.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1205.png", + "AvatarCutinIntroText": { + "hash": -1553258004 + }, + "GachaResultOffset": [ + 75.0, + -379.0, + 0.87 + ], + "AvatarDropOffset": [ + -72.4, + -103.1, + 0.77, + -71.4, + -104.1, + 0.582, + -74.4, + -104.1, + 0.779 + ], + "AvatarTrialOffset": [] + }, + "1206": { + "AvatarID": 1206, + "AvatarName": { + "hash": 2517612 + }, + "AvatarFullName": { + "hash": -1520733615 + }, + "AdventurePlayerID": 1206, + "AvatarVOTag": "sushang", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Sushang_00_Config.json", + "NatureID": 0, + "DamageType": "Physical", + "SPNeed": { + "RawValue": 472446402560 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 6, + "RankIDList": [ + 120601, + 120602, + 120603, + 120604, + 120605, + 120606 + ], + "RewardList": [ + { + "ItemID": 11206, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 120601, + 120602, + 120603, + 120604, + 120606, + 120607 + ], + "AvatarBaseType": "Rogue", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Sushang_00/Avatar_Sushang_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1206.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/1206.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1206B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/1206.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Sushang.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Sushang_00/Manikin_Maid_Sushang_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Sushang_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/RogueSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": false, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1206.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/1206.png", + "AvatarCutinImgPath": "SpriteOutput/DrawCardFigures/1206.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1206.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1206.png", + "AvatarCutinIntroText": { + "hash": -1553258003 + }, + "GachaResultOffset": [ + 93.0, + -54.0, + 0.87 + ], + "AvatarDropOffset": [ + -32.4, + -24.1, + 1.092, + -28.4, + -22.1, + 0.816, + -35.4, + -30.1, + 0.779 + ], + "AvatarTrialOffset": [] + }, + "9070": { + "AvatarID": 9070, + "AvatarName": { + "hash": -790496749 + }, + "AvatarFullName": { + "hash": -871204762 + }, + "AdventurePlayerID": 1104, + "AvatarVOTag": "test", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Colossus_00_Config.json", + "NatureID": 0, + "DamageType": "Fire", + "SPNeed": { + "RawValue": 429496729600 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 0, + "RankIDList": [], + "RewardList": [ + { + "ItemID": 19070, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 907001, + 907002, + 907003, + 907004 + ], + "AvatarBaseType": "Knight", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Colossus_00/Avatar_W1_Colossus_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1104.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/999.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/999B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/999.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Test999.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Gepard_00/Manikin_Male_Gepard_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Asta_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/KnightSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": false, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/999.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/999.png", + "AvatarCutinImgPath": "SpriteOutput/AvatarCutinFigures/1104.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1104.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1104.png", + "AvatarCutinIntroText": { + "hash": -1116474010 + }, + "GachaResultOffset": [], + "AvatarDropOffset": [], + "AvatarTrialOffset": [] + }, + "9075": { + "AvatarID": 9075, + "AvatarName": { + "hash": -790496744 + }, + "AvatarFullName": { + "hash": -871204762 + }, + "AdventurePlayerID": 1104, + "AvatarVOTag": "test", + "Rarity": "CombatPowerAvatarRarityType4", + "JsonPath": "Config/ConfigCharacter/Avatar/Avatar_Colossus_00_Config.json", + "NatureID": 0, + "DamageType": "Fire", + "SPNeed": { + "RawValue": 429496729600 + }, + "ExpGroup": 2, + "MaxPromotion": 5, + "MaxRank": 0, + "RankIDList": [], + "RewardList": [ + { + "ItemID": 19075, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 2 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 5 + } + ], + "SkillList": [ + 907501, + 907502, + 907503, + 907504 + ], + "AvatarBaseType": "Knight", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Colossus_00/Avatar_W1_Colossus_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/1104.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/999.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/999B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/999.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Test999.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Gepard_00/Manikin_Male_Gepard_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Asta_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/KnightSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": false, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/999.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/999.png", + "AvatarCutinImgPath": "SpriteOutput/AvatarCutinFigures/1104.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1104.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1104.png", + "AvatarCutinIntroText": { + "hash": -1116474005 + }, + "GachaResultOffset": [], + "AvatarDropOffset": [], + "AvatarTrialOffset": [] + }, + "9998": { + "AvatarID": 9998, + "AvatarName": { + "hash": -1240835602 + }, + "AvatarFullName": { + "hash": -871204762 + }, + "AdventurePlayerID": 9998, + "AvatarVOTag": "test", + "Rarity": "CombatPowerAvatarRarityType5", + "JsonPath": "Config/ConfigCharacter/WhiteBox/Avatar/Avatar_Test_00_Config.json", + "NatureID": 0, + "DamageType": "Fire", + "SPNeed": { + "RawValue": 472446402560 + }, + "ExpGroup": 1, + "MaxPromotion": 5, + "MaxRank": 0, + "RankIDList": [], + "RewardList": [ + { + "ItemID": 19998, + "ItemNum": 1 + }, + { + "ItemID": 252, + "ItemNum": 20 + } + ], + "RewardListMax": [ + { + "ItemID": 252, + "ItemNum": 50 + } + ], + "SkillList": [ + 999801, + 999802, + 999803, + 999804, + 999806, + 999807 + ], + "AvatarBaseType": "Mage", + "DefaultAvatarModelPath": "Characters/CharacterPrefabs/Avatar/Pela_00/Avatar_Pela_00.prefab", + "DefaultAvatarHeadIconPath": "SpriteOutput/AvatarIcon/999.png", + "AvatarSideIconPath": "SpriteOutput/AvatarRoundIcon/999.png", + "ActionAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/999B.png", + "AvatarBaseTypeIconPath": "", + "AvatarDialogHalfImagePath": "SpriteOutput/AvatarBattleDetailIcon/999.png", + "UltraSkillCutInPrefabPath": "UI/Battle/UltraSkillCutIn/UltraSkillCutIn_Test999.prefab", + "UIAvatarModelPath": "Characters/CharacterPrefabs/Manikin/Pela_00/Manikin_Girl_Pela_00.prefab", + "ManikinJsonPath": "Config/ConfigCharacter/Manikin/Manikin_Asta_00_Config.json", + "AvatarDesc": { + "hash": 371857150 + }, + "AIPath": "Config/ConfigAI/Avatar_ComplexSkilll_AutoFight_AI.json", + "SkilltreePrefabPath": "UI/Avatar/Widget/MageSkillTreeGroup.prefab", + "DamageTypeResistance": [], + "Release": false, + "SideAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/999.png", + "WaitingAvatarHeadIconPath": "SpriteOutput/AvatarIconTeam/999.png", + "AvatarCutinImgPath": "SpriteOutput/AvatarCutinFigures/1106.png", + "AvatarCutinBgImgPath": "SpriteOutput/AvatarCutinBg/1106.png", + "AvatarCutinFrontImgPath": "SpriteOutput/AvatarImgFront/1106.png", + "AvatarCutinIntroText": { + "hash": -309904603 + }, + "GachaResultOffset": [], + "AvatarDropOffset": [], + "AvatarTrialOffset": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarExpItemConfigExcelTable.json b/CrepePackage/src/data/excel/AvatarExpItemConfigExcelTable.json new file mode 100644 index 0000000..f3dd7d9 --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarExpItemConfigExcelTable.json @@ -0,0 +1,14 @@ +{ + "211": { + "ItemID": 211, + "Exp": 1000 + }, + "212": { + "ItemID": 212, + "Exp": 5000 + }, + "213": { + "ItemID": 213, + "Exp": 20000 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarPromotionExcelTable.json b/CrepePackage/src/data/excel/AvatarPromotionExcelTable.json new file mode 100644 index 0000000..a4f9180 --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarPromotionExcelTable.json @@ -0,0 +1,14763 @@ +{ + "1001:0": { + "AvatarID": 1001, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 111011, + "ItemNum": 4 + }, + { + "ItemID": 110403, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 298929723804 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 335007449088 + }, + "DefenceAdd": { + "RawValue": 26800595928 + }, + "HPBase": { + "RawValue": 618475290624 + }, + "HPAdd": { + "RawValue": 49478023252 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1001:1": { + "AvatarID": 1001, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 111011, + "ItemNum": 10 + }, + { + "ItemID": 110403, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 538073502844 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 603013408360 + }, + "DefenceAdd": { + "RawValue": 26800595928 + }, + "HPBase": { + "RawValue": 1113255523124 + }, + "HPAdd": { + "RawValue": 49478023252 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1001:2": { + "AvatarID": 1001, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 111012, + "ItemNum": 4 + }, + { + "ItemID": 110403, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 777217281888 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 871019367632 + }, + "DefenceAdd": { + "RawValue": 26800595928 + }, + "HPBase": { + "RawValue": 1608035755624 + }, + "HPAdd": { + "RawValue": 49478023252 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1001:3": { + "AvatarID": 1001, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 111013, + "ItemNum": 2 + }, + { + "ItemID": 110403, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1016361060928 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 1139025326900 + }, + "DefenceAdd": { + "RawValue": 26800595928 + }, + "HPBase": { + "RawValue": 2102815988124 + }, + "HPAdd": { + "RawValue": 49478023252 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1001:4": { + "AvatarID": 1001, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 111013, + "ItemNum": 4 + }, + { + "ItemID": 110403, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1255504839968 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 1407031286172 + }, + "DefenceAdd": { + "RawValue": 26800595928 + }, + "HPBase": { + "RawValue": 2597596220624 + }, + "HPAdd": { + "RawValue": 49478023252 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1001:5": { + "AvatarID": 1001, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1494648619008 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 1675037245440 + }, + "DefenceAdd": { + "RawValue": 26800595928 + }, + "HPBase": { + "RawValue": 3092376453120 + }, + "HPAdd": { + "RawValue": 49478023252 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1002:0": { + "AvatarID": 1002, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 112001, + "ItemNum": 4 + }, + { + "ItemID": 110405, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 319545566824 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 231928233984 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 515396075520 + }, + "HPAdd": { + "RawValue": 41231686044 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1002:1": { + "AvatarID": 1002, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 112001, + "ItemNum": 10 + }, + { + "ItemID": 110405, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 575182020284 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 417470821172 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 927712935936 + }, + "HPAdd": { + "RawValue": 41231686044 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1002:2": { + "AvatarID": 1002, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 112002, + "ItemNum": 4 + }, + { + "ItemID": 110405, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 830818473740 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 603013408360 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 1340029796352 + }, + "HPAdd": { + "RawValue": 41231686044 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1002:3": { + "AvatarID": 1002, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 112003, + "ItemNum": 2 + }, + { + "ItemID": 110405, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1086454927200 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 788555995548 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 1752346656768 + }, + "HPAdd": { + "RawValue": 41231686044 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1002:4": { + "AvatarID": 1002, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 112003, + "ItemNum": 4 + }, + { + "ItemID": 110405, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1342091380656 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 974098582736 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 2164663517184 + }, + "HPAdd": { + "RawValue": 41231686044 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1002:5": { + "AvatarID": 1002, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1597727834112 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 1159641169920 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 2576980377600 + }, + "HPAdd": { + "RawValue": 41231686044 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1003:0": { + "AvatarID": 1003, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 111001, + "ItemNum": 6 + }, + { + "ItemID": 110402, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 442209832800 + }, + "AttackAdd": { + "RawValue": 35376786625 + }, + "DefenceBase": { + "RawValue": 255121057384 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 612290537720 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 412316860416 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1003:1": { + "AvatarID": 1003, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 111001, + "ItemNum": 15 + }, + { + "ItemID": 110402, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 795977699032 + }, + "AttackAdd": { + "RawValue": 35376786625 + }, + "DefenceBase": { + "RawValue": 459217903292 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 1102122967892 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 412316860416 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1003:2": { + "AvatarID": 1003, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 111002, + "ItemNum": 6 + }, + { + "ItemID": 110402, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1149745565271 + }, + "AttackAdd": { + "RawValue": 35376786625 + }, + "DefenceBase": { + "RawValue": 663314749196 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 1591955398067 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 412316860416 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1003:3": { + "AvatarID": 1003, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 111003, + "ItemNum": 3 + }, + { + "ItemID": 110402, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1503513431506 + }, + "AttackAdd": { + "RawValue": 35376786625 + }, + "DefenceBase": { + "RawValue": 867411595104 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 2081787828242 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 412316860416 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1003:4": { + "AvatarID": 1003, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 111003, + "ItemNum": 6 + }, + { + "ItemID": 110402, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1857281297745 + }, + "AttackAdd": { + "RawValue": 35376786625 + }, + "DefenceBase": { + "RawValue": 1071508441008 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 2571620258417 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 412316860416 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1003:5": { + "AvatarID": 1003, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 2211049163984 + }, + "AttackAdd": { + "RawValue": 35376786625 + }, + "DefenceBase": { + "RawValue": 1275605286912 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 3061452688592 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 412316860416 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1004:0": { + "AvatarID": 1004, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 112001, + "ItemNum": 6 + }, + { + "ItemID": 110407, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 362838837168 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 297641233614 + }, + "DefenceAdd": { + "RawValue": 23811298690 + }, + "HPBase": { + "RawValue": 657645392364 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1004:1": { + "AvatarID": 1004, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 112001, + "ItemNum": 15 + }, + { + "ItemID": 110407, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 653109906898 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 535754220506 + }, + "DefenceAdd": { + "RawValue": 23811298690 + }, + "HPBase": { + "RawValue": 1183761706255 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1004:2": { + "AvatarID": 1004, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 112002, + "ItemNum": 6 + }, + { + "ItemID": 110407, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 943380976632 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 773867207394 + }, + "DefenceAdd": { + "RawValue": 23811298690 + }, + "HPBase": { + "RawValue": 1709878020145 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1004:3": { + "AvatarID": 1004, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 112003, + "ItemNum": 3 + }, + { + "ItemID": 110407, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1233652046365 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 1011980194286 + }, + "DefenceAdd": { + "RawValue": 23811298690 + }, + "HPBase": { + "RawValue": 2235994334036 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1004:4": { + "AvatarID": 1004, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 112003, + "ItemNum": 6 + }, + { + "ItemID": 110407, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1523923116099 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 1250093181174 + }, + "DefenceAdd": { + "RawValue": 23811298690 + }, + "HPBase": { + "RawValue": 2762110647926 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1004:5": { + "AvatarID": 1004, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1814194185832 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 1488206168066 + }, + "DefenceAdd": { + "RawValue": 23811298690 + }, + "HPBase": { + "RawValue": 3288226961820 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1005:0": { + "AvatarID": 1005, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 111011, + "ItemNum": 6 + }, + { + "ItemID": 110404, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 396854978152 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 283467841536 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 634967965044 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1005:1": { + "AvatarID": 1005, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 111011, + "ItemNum": 15 + }, + { + "ItemID": 110404, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 714338960672 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 510242114768 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 1142942337073 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1005:2": { + "AvatarID": 1005, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 111012, + "ItemNum": 6 + }, + { + "ItemID": 110404, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1031822943192 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 737016387996 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 1650916709106 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1005:3": { + "AvatarID": 1005, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 111013, + "ItemNum": 3 + }, + { + "ItemID": 110404, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1349306925712 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 963790661224 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 2158891081139 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1005:4": { + "AvatarID": 1005, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 111013, + "ItemNum": 6 + }, + { + "ItemID": 110404, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1666790908232 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 1190564934452 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 2666865453172 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1005:5": { + "AvatarID": 1005, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1984274890752 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 1417339207680 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 3174839825204 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1006:0": { + "AvatarID": 1006, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 112011, + "ItemNum": 6 + }, + { + "ItemID": 110406, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 351500123508 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 269294449462 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 612290537720 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1006:1": { + "AvatarID": 1006, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 112011, + "ItemNum": 15 + }, + { + "ItemID": 110406, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 632700222309 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 484730009030 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 1102122967892 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1006:2": { + "AvatarID": 1006, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 112012, + "ItemNum": 6 + }, + { + "ItemID": 110406, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 913900321114 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 700165568594 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 1591955398067 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1006:3": { + "AvatarID": 1006, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 112013, + "ItemNum": 3 + }, + { + "ItemID": 110406, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1195100419915 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 915601128162 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 2081787828242 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1006:4": { + "AvatarID": 1006, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 112013, + "ItemNum": 6 + }, + { + "ItemID": 110406, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1476300518720 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 1131036687730 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 2571620258417 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1006:5": { + "AvatarID": 1006, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1757500617524 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 1346472247298 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 3061452688592 + }, + "HPAdd": { + "RawValue": 48983243020 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1008:0": { + "AvatarID": 1008, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 111001, + "ItemNum": 4 + }, + { + "ItemID": 110404, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 350469331356 + }, + "AttackAdd": { + "RawValue": 28037546508 + }, + "DefenceBase": { + "RawValue": 193273528320 + }, + "DefenceAdd": { + "RawValue": 15461882268 + }, + "HPBase": { + "RawValue": 700938662708 + }, + "HPAdd": { + "RawValue": 56075093015 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1008:1": { + "AvatarID": 1008, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 111001, + "ItemNum": 10 + }, + { + "ItemID": 110404, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 630844796440 + }, + "AttackAdd": { + "RawValue": 28037546508 + }, + "DefenceBase": { + "RawValue": 347892350976 + }, + "DefenceAdd": { + "RawValue": 15461882268 + }, + "HPBase": { + "RawValue": 1261689592876 + }, + "HPAdd": { + "RawValue": 56075093015 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1008:2": { + "AvatarID": 1008, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 111002, + "ItemNum": 4 + }, + { + "ItemID": 110404, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 911220261520 + }, + "AttackAdd": { + "RawValue": 28037546508 + }, + "DefenceBase": { + "RawValue": 502511173632 + }, + "DefenceAdd": { + "RawValue": 15461882268 + }, + "HPBase": { + "RawValue": 1822440523040 + }, + "HPAdd": { + "RawValue": 56075093015 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1008:3": { + "AvatarID": 1008, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 111003, + "ItemNum": 2 + }, + { + "ItemID": 110404, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1191595726604 + }, + "AttackAdd": { + "RawValue": 28037546508 + }, + "DefenceBase": { + "RawValue": 657129996288 + }, + "DefenceAdd": { + "RawValue": 15461882268 + }, + "HPBase": { + "RawValue": 2383191453208 + }, + "HPAdd": { + "RawValue": 56075093015 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1008:4": { + "AvatarID": 1008, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 111003, + "ItemNum": 4 + }, + { + "ItemID": 110404, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1471971191688 + }, + "AttackAdd": { + "RawValue": 28037546508 + }, + "DefenceBase": { + "RawValue": 811748818944 + }, + "DefenceAdd": { + "RawValue": 15461882268 + }, + "HPBase": { + "RawValue": 2943942383372 + }, + "HPAdd": { + "RawValue": 56075093015 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1008:5": { + "AvatarID": 1008, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1752346656768 + }, + "AttackAdd": { + "RawValue": 28037546508 + }, + "DefenceBase": { + "RawValue": 966367641600 + }, + "DefenceAdd": { + "RawValue": 15461882268 + }, + "HPBase": { + "RawValue": 3504693313536 + }, + "HPAdd": { + "RawValue": 56075093015 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1009:0": { + "AvatarID": 1009, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 112001, + "ItemNum": 4 + }, + { + "ItemID": 110402, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 298929723804 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 270582939648 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 597859447604 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 455266533376 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1009:1": { + "AvatarID": 1009, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 112001, + "ItemNum": 10 + }, + { + "ItemID": 110402, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 538073502844 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 487049291368 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 1076147005688 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 455266533376 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1009:2": { + "AvatarID": 1009, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 112002, + "ItemNum": 4 + }, + { + "ItemID": 110402, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 777217281888 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 703515643088 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 1554434563772 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 455266533376 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1009:3": { + "AvatarID": 1009, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 112003, + "ItemNum": 2 + }, + { + "ItemID": 110402, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1016361060928 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 919981994804 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 2032722121852 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 455266533376 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1009:4": { + "AvatarID": 1009, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 112003, + "ItemNum": 4 + }, + { + "ItemID": 110402, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1255504839968 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 1136448346524 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 2511009679936 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 455266533376 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1009:5": { + "AvatarID": 1009, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1494648619008 + }, + "AttackAdd": { + "RawValue": 23914377904 + }, + "DefenceBase": { + "RawValue": 1352914698240 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 2989297238016 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 455266533376 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1013:0": { + "AvatarID": 1013, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 111001, + "ItemNum": 4 + }, + { + "ItemID": 110403, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 340161409844 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 231928233984 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 556627761564 + }, + "HPAdd": { + "RawValue": 44530220924 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1013:1": { + "AvatarID": 1013, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 111001, + "ItemNum": 10 + }, + { + "ItemID": 110403, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 612290537720 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 417470821172 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 1001929970812 + }, + "HPAdd": { + "RawValue": 44530220924 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1013:2": { + "AvatarID": 1013, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 111002, + "ItemNum": 4 + }, + { + "ItemID": 110403, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 884419665596 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 603013408360 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 1447232180064 + }, + "HPAdd": { + "RawValue": 44530220924 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1013:3": { + "AvatarID": 1013, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 111003, + "ItemNum": 2 + }, + { + "ItemID": 110403, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1156548793468 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 788555995548 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 1892534389312 + }, + "HPAdd": { + "RawValue": 44530220924 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1013:4": { + "AvatarID": 1013, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 111003, + "ItemNum": 4 + }, + { + "ItemID": 110403, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1428677921344 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 974098582736 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 2337836598560 + }, + "HPAdd": { + "RawValue": 44530220924 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1013:5": { + "AvatarID": 1013, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1700807049216 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 1159641169920 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 2783138807808 + }, + "HPAdd": { + "RawValue": 44530220924 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1101:0": { + "AvatarID": 1101, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 112001, + "ItemNum": 6 + }, + { + "ItemID": 110405, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 340161409844 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 311814625692 + }, + "DefenceAdd": { + "RawValue": 24945170056 + }, + "HPBase": { + "RawValue": 725677674336 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 425201762304 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1101:1": { + "AvatarID": 1101, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 112001, + "ItemNum": 15 + }, + { + "ItemID": 110405, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 612290537720 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 561266326244 + }, + "DefenceAdd": { + "RawValue": 24945170056 + }, + "HPBase": { + "RawValue": 1306219813796 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 425201762304 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1101:2": { + "AvatarID": 1101, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 112002, + "ItemNum": 6 + }, + { + "ItemID": 110405, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 884419665596 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 810718026796 + }, + "DefenceAdd": { + "RawValue": 24945170056 + }, + "HPBase": { + "RawValue": 1886761953263 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 425201762304 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1101:3": { + "AvatarID": 1101, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 112003, + "ItemNum": 3 + }, + { + "ItemID": 110405, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1156548793468 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 1060169727348 + }, + "DefenceAdd": { + "RawValue": 24945170056 + }, + "HPBase": { + "RawValue": 2467304092730 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 425201762304 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1101:4": { + "AvatarID": 1101, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 112003, + "ItemNum": 6 + }, + { + "ItemID": 110405, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1428677921344 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 1309621427900 + }, + "DefenceAdd": { + "RawValue": 24945170056 + }, + "HPBase": { + "RawValue": 3047846232197 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 425201762304 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1101:5": { + "AvatarID": 1101, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1700807049216 + }, + "AttackAdd": { + "RawValue": 27212912787 + }, + "DefenceBase": { + "RawValue": 1559073128448 + }, + "DefenceAdd": { + "RawValue": 24945170056 + }, + "HPBase": { + "RawValue": 3628388371664 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 425201762304 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1102:0": { + "AvatarID": 1102, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 111011, + "ItemNum": 6 + }, + { + "ItemID": 110406, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 374177550828 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 212600881154 + }, + "DefenceAdd": { + "RawValue": 17008070496 + }, + "HPBase": { + "RawValue": 544258255752 + }, + "HPAdd": { + "RawValue": 43540660460 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1102:1": { + "AvatarID": 1102, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 111011, + "ItemNum": 15 + }, + { + "ItemID": 110406, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 673519591491 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 382681586074 + }, + "DefenceAdd": { + "RawValue": 17008070496 + }, + "HPBase": { + "RawValue": 979664860347 + }, + "HPAdd": { + "RawValue": 43540660460 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1102:2": { + "AvatarID": 1102, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 111012, + "ItemNum": 6 + }, + { + "ItemID": 110406, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 972861632153 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 552762290998 + }, + "DefenceAdd": { + "RawValue": 17008070496 + }, + "HPBase": { + "RawValue": 1415071464949 + }, + "HPAdd": { + "RawValue": 43540660460 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1102:3": { + "AvatarID": 1102, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 111013, + "ItemNum": 3 + }, + { + "ItemID": 110406, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1272203672812 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 722842995918 + }, + "DefenceAdd": { + "RawValue": 17008070496 + }, + "HPBase": { + "RawValue": 1850478069548 + }, + "HPAdd": { + "RawValue": 43540660460 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1102:4": { + "AvatarID": 1102, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 111013, + "ItemNum": 6 + }, + { + "ItemID": 110406, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1571545713478 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 892923700842 + }, + "DefenceAdd": { + "RawValue": 17008070496 + }, + "HPBase": { + "RawValue": 2285884674146 + }, + "HPAdd": { + "RawValue": 43540660460 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1102:5": { + "AvatarID": 1102, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1870887754140 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 1063004405762 + }, + "DefenceAdd": { + "RawValue": 17008070496 + }, + "HPBase": { + "RawValue": 2721291278748 + }, + "HPAdd": { + "RawValue": 43540660460 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1103:0": { + "AvatarID": 1103, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 112011, + "ItemNum": 4 + }, + { + "ItemID": 110404, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 381393095888 + }, + "AttackAdd": { + "RawValue": 30511447670 + }, + "DefenceBase": { + "RawValue": 219043332096 + }, + "DefenceAdd": { + "RawValue": 17523466568 + }, + "HPBase": { + "RawValue": 536011918544 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 446676598784 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1103:1": { + "AvatarID": 1103, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 112011, + "ItemNum": 10 + }, + { + "ItemID": 110404, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 686507572596 + }, + "AttackAdd": { + "RawValue": 30511447670 + }, + "DefenceBase": { + "RawValue": 394277997776 + }, + "DefenceAdd": { + "RawValue": 17523466568 + }, + "HPBase": { + "RawValue": 964821453376 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 446676598784 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1103:2": { + "AvatarID": 1103, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 112012, + "ItemNum": 4 + }, + { + "ItemID": 110404, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 991622049304 + }, + "AttackAdd": { + "RawValue": 30511447670 + }, + "DefenceBase": { + "RawValue": 569512663452 + }, + "DefenceAdd": { + "RawValue": 17523466568 + }, + "HPBase": { + "RawValue": 1393630988208 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 446676598784 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1103:3": { + "AvatarID": 1103, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 112013, + "ItemNum": 2 + }, + { + "ItemID": 110404, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1296736526012 + }, + "AttackAdd": { + "RawValue": 30511447670 + }, + "DefenceBase": { + "RawValue": 744747329128 + }, + "DefenceAdd": { + "RawValue": 17523466568 + }, + "HPBase": { + "RawValue": 1822440523040 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 446676598784 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1103:4": { + "AvatarID": 1103, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 112013, + "ItemNum": 4 + }, + { + "ItemID": 110404, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1601851002720 + }, + "AttackAdd": { + "RawValue": 30511447670 + }, + "DefenceBase": { + "RawValue": 919981994804 + }, + "DefenceAdd": { + "RawValue": 17523466568 + }, + "HPBase": { + "RawValue": 2251250057872 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 446676598784 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1103:5": { + "AvatarID": 1103, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1906965479424 + }, + "AttackAdd": { + "RawValue": 30511447670 + }, + "DefenceBase": { + "RawValue": 1095216660480 + }, + "DefenceAdd": { + "RawValue": 17523466568 + }, + "HPBase": { + "RawValue": 2680059592704 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 446676598784 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1104:0": { + "AvatarID": 1104, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 112001, + "ItemNum": 6 + }, + { + "ItemID": 110403, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 317483982524 + }, + "AttackAdd": { + "RawValue": 25398718606 + }, + "DefenceBase": { + "RawValue": 382681586074 + }, + "DefenceAdd": { + "RawValue": 30614526884 + }, + "HPBase": { + "RawValue": 816387383624 + }, + "HPAdd": { + "RawValue": 65310990690 + }, + "SpeedBase": { + "RawValue": 395136991232 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1104:1": { + "AvatarID": 1104, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 112001, + "ItemNum": 15 + }, + { + "ItemID": 110403, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 571471168535 + }, + "AttackAdd": { + "RawValue": 25398718606 + }, + "DefenceBase": { + "RawValue": 688826854934 + }, + "DefenceAdd": { + "RawValue": 30614526884 + }, + "HPBase": { + "RawValue": 1469497290522 + }, + "HPAdd": { + "RawValue": 65310990690 + }, + "SpeedBase": { + "RawValue": 395136991232 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1104:2": { + "AvatarID": 1104, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 112002, + "ItemNum": 6 + }, + { + "ItemID": 110403, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 825458354553 + }, + "AttackAdd": { + "RawValue": 25398718606 + }, + "DefenceBase": { + "RawValue": 994972123794 + }, + "DefenceAdd": { + "RawValue": 30614526884 + }, + "HPBase": { + "RawValue": 2122607197420 + }, + "HPAdd": { + "RawValue": 65310990690 + }, + "SpeedBase": { + "RawValue": 395136991232 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1104:3": { + "AvatarID": 1104, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 112003, + "ItemNum": 3 + }, + { + "ItemID": 110403, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1079445540568 + }, + "AttackAdd": { + "RawValue": 25398718606 + }, + "DefenceBase": { + "RawValue": 1301117392654 + }, + "DefenceAdd": { + "RawValue": 30614526884 + }, + "HPBase": { + "RawValue": 2775717104321 + }, + "HPAdd": { + "RawValue": 65310990690 + }, + "SpeedBase": { + "RawValue": 395136991232 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1104:4": { + "AvatarID": 1104, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 112003, + "ItemNum": 6 + }, + { + "ItemID": 110403, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1333432726586 + }, + "AttackAdd": { + "RawValue": 25398718606 + }, + "DefenceBase": { + "RawValue": 1607262661510 + }, + "DefenceAdd": { + "RawValue": 30614526884 + }, + "HPBase": { + "RawValue": 3428827011219 + }, + "HPAdd": { + "RawValue": 65310990690 + }, + "SpeedBase": { + "RawValue": 395136991232 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1104:5": { + "AvatarID": 1104, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1587419912604 + }, + "AttackAdd": { + "RawValue": 25398718606 + }, + "DefenceBase": { + "RawValue": 1913407930370 + }, + "DefenceAdd": { + "RawValue": 30614526884 + }, + "HPBase": { + "RawValue": 4081936918120 + }, + "HPAdd": { + "RawValue": 65310990690 + }, + "SpeedBase": { + "RawValue": 395136991232 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "1105:0": { + "AvatarID": 1105, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 112011, + "ItemNum": 4 + }, + { + "ItemID": 110401, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 278313880784 + }, + "AttackAdd": { + "RawValue": 22265110462 + }, + "DefenceBase": { + "RawValue": 296352743424 + }, + "DefenceAdd": { + "RawValue": 23708219476 + }, + "HPBase": { + "RawValue": 680322819688 + }, + "HPAdd": { + "RawValue": 54425825577 + }, + "SpeedBase": { + "RawValue": 420906795008 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1105:1": { + "AvatarID": 1105, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 112011, + "ItemNum": 10 + }, + { + "ItemID": 110401, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 500964985408 + }, + "AttackAdd": { + "RawValue": 22265110462 + }, + "DefenceBase": { + "RawValue": 533434938164 + }, + "DefenceAdd": { + "RawValue": 23708219476 + }, + "HPBase": { + "RawValue": 1224581075436 + }, + "HPAdd": { + "RawValue": 54425825577 + }, + "SpeedBase": { + "RawValue": 420906795008 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1105:2": { + "AvatarID": 1105, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 112012, + "ItemNum": 4 + }, + { + "ItemID": 110401, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 723616090032 + }, + "AttackAdd": { + "RawValue": 22265110462 + }, + "DefenceBase": { + "RawValue": 770517132904 + }, + "DefenceAdd": { + "RawValue": 23708219476 + }, + "HPBase": { + "RawValue": 1768839331188 + }, + "HPAdd": { + "RawValue": 54425825577 + }, + "SpeedBase": { + "RawValue": 420906795008 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1105:3": { + "AvatarID": 1105, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 112013, + "ItemNum": 2 + }, + { + "ItemID": 110401, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 946267194656 + }, + "AttackAdd": { + "RawValue": 22265110462 + }, + "DefenceBase": { + "RawValue": 1007599327644 + }, + "DefenceAdd": { + "RawValue": 23708219476 + }, + "HPBase": { + "RawValue": 2313097586936 + }, + "HPAdd": { + "RawValue": 54425825577 + }, + "SpeedBase": { + "RawValue": 420906795008 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1105:4": { + "AvatarID": 1105, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 112013, + "ItemNum": 4 + }, + { + "ItemID": 110401, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1168918299280 + }, + "AttackAdd": { + "RawValue": 22265110462 + }, + "DefenceBase": { + "RawValue": 1244681522384 + }, + "DefenceAdd": { + "RawValue": 23708219476 + }, + "HPBase": { + "RawValue": 2857355842684 + }, + "HPAdd": { + "RawValue": 54425825577 + }, + "SpeedBase": { + "RawValue": 420906795008 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1105:5": { + "AvatarID": 1105, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1391569403904 + }, + "AttackAdd": { + "RawValue": 22265110462 + }, + "DefenceBase": { + "RawValue": 1481763717120 + }, + "DefenceAdd": { + "RawValue": 23708219476 + }, + "HPBase": { + "RawValue": 3401614098432 + }, + "HPAdd": { + "RawValue": 54425825577 + }, + "SpeedBase": { + "RawValue": 420906795008 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1106:0": { + "AvatarID": 1106, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 111001, + "ItemNum": 4 + }, + { + "ItemID": 110403, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 319545566824 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 270582939648 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 577243604584 + }, + "HPAdd": { + "RawValue": 46179488369 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1106:1": { + "AvatarID": 1106, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 111001, + "ItemNum": 10 + }, + { + "ItemID": 110403, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 575182020284 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 487049291368 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 1039038488252 + }, + "HPAdd": { + "RawValue": 46179488369 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1106:2": { + "AvatarID": 1106, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 111002, + "ItemNum": 4 + }, + { + "ItemID": 110403, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 830818473740 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 703515643088 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 1500833371916 + }, + "HPAdd": { + "RawValue": 46179488369 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1106:3": { + "AvatarID": 1106, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 111003, + "ItemNum": 2 + }, + { + "ItemID": 110403, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1086454927200 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 919981994804 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 1962628255584 + }, + "HPAdd": { + "RawValue": 46179488369 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1106:4": { + "AvatarID": 1106, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 111003, + "ItemNum": 4 + }, + { + "ItemID": 110403, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1342091380656 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 1136448346524 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 2424423139248 + }, + "HPAdd": { + "RawValue": 46179488369 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1106:5": { + "AvatarID": 1106, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1597727834112 + }, + "AttackAdd": { + "RawValue": 25563645349 + }, + "DefenceBase": { + "RawValue": 1352914698240 + }, + "DefenceAdd": { + "RawValue": 21646635172 + }, + "HPBase": { + "RawValue": 2886218022912 + }, + "HPAdd": { + "RawValue": 46179488369 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1107:0": { + "AvatarID": 1107, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 112011, + "ItemNum": 6 + }, + { + "ItemID": 110401, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 430871119136 + }, + "AttackAdd": { + "RawValue": 34469689531 + }, + "DefenceBase": { + "RawValue": 283467841536 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 771032528980 + }, + "HPAdd": { + "RawValue": 61682602321 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1107:1": { + "AvatarID": 1107, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 112011, + "ItemNum": 15 + }, + { + "ItemID": 110401, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 775568014443 + }, + "AttackAdd": { + "RawValue": 34469689531 + }, + "DefenceBase": { + "RawValue": 510242114768 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 1387858552159 + }, + "HPAdd": { + "RawValue": 61682602321 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1107:2": { + "AvatarID": 1107, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 112012, + "ItemNum": 6 + }, + { + "ItemID": 110401, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1120264909753 + }, + "AttackAdd": { + "RawValue": 34469689531 + }, + "DefenceBase": { + "RawValue": 737016387996 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 2004684575345 + }, + "HPAdd": { + "RawValue": 61682602321 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1107:3": { + "AvatarID": 1107, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 112013, + "ItemNum": 3 + }, + { + "ItemID": 110401, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1464961805056 + }, + "AttackAdd": { + "RawValue": 34469689531 + }, + "DefenceBase": { + "RawValue": 963790661224 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 2621510598524 + }, + "HPAdd": { + "RawValue": 61682602321 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1107:4": { + "AvatarID": 1107, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 112013, + "ItemNum": 6 + }, + { + "ItemID": 110401, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1809658700366 + }, + "AttackAdd": { + "RawValue": 34469689531 + }, + "DefenceBase": { + "RawValue": 1190564934452 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 3238336621710 + }, + "HPAdd": { + "RawValue": 61682602321 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1107:5": { + "AvatarID": 1107, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 2154355595676 + }, + "AttackAdd": { + "RawValue": 34469689531 + }, + "DefenceBase": { + "RawValue": 1417339207680 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 3855162644892 + }, + "HPAdd": { + "RawValue": 61682602321 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1108:0": { + "AvatarID": 1108, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 111011, + "ItemNum": 4 + }, + { + "ItemID": 110405, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 360777252864 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 231928233984 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 597859447604 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1108:1": { + "AvatarID": 1108, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 111011, + "ItemNum": 10 + }, + { + "ItemID": 110405, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 649399055156 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 417470821172 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 1076147005688 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1108:2": { + "AvatarID": 1108, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 111012, + "ItemNum": 4 + }, + { + "ItemID": 110405, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 938020857448 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 603013408360 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 1554434563772 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1108:3": { + "AvatarID": 1108, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 111013, + "ItemNum": 2 + }, + { + "ItemID": 110405, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1226642659740 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 788555995548 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 2032722121852 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1108:4": { + "AvatarID": 1108, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 111013, + "ItemNum": 4 + }, + { + "ItemID": 110405, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1515264462032 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 974098582736 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 2511009679936 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1108:5": { + "AvatarID": 1108, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1803886264320 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 1159641169920 + }, + "DefenceAdd": { + "RawValue": 18554258720 + }, + "HPBase": { + "RawValue": 2989297238016 + }, + "HPAdd": { + "RawValue": 47828755807 + }, + "SpeedBase": { + "RawValue": 438086664192 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1109:0": { + "AvatarID": 1109, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 112011, + "ItemNum": 4 + }, + { + "ItemID": 110402, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 360777252864 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 206158430208 + }, + "DefenceAdd": { + "RawValue": 16492674420 + }, + "HPBase": { + "RawValue": 783402034792 + }, + "HPAdd": { + "RawValue": 62672162785 + }, + "SpeedBase": { + "RawValue": 403726925824 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1109:1": { + "AvatarID": 1109, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 112011, + "ItemNum": 10 + }, + { + "ItemID": 110402, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 649399055156 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 371085174376 + }, + "DefenceAdd": { + "RawValue": 16492674420 + }, + "HPBase": { + "RawValue": 1410123662624 + }, + "HPAdd": { + "RawValue": 62672162785 + }, + "SpeedBase": { + "RawValue": 403726925824 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1109:2": { + "AvatarID": 1109, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 112012, + "ItemNum": 4 + }, + { + "ItemID": 110402, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 938020857448 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 536011918544 + }, + "DefenceAdd": { + "RawValue": 16492674420 + }, + "HPBase": { + "RawValue": 2036845290456 + }, + "HPAdd": { + "RawValue": 62672162785 + }, + "SpeedBase": { + "RawValue": 403726925824 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1109:3": { + "AvatarID": 1109, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 112013, + "ItemNum": 2 + }, + { + "ItemID": 110402, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1226642659740 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 700938662708 + }, + "DefenceAdd": { + "RawValue": 16492674420 + }, + "HPBase": { + "RawValue": 2663566918288 + }, + "HPAdd": { + "RawValue": 62672162785 + }, + "SpeedBase": { + "RawValue": 403726925824 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1109:4": { + "AvatarID": 1109, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 112013, + "ItemNum": 4 + }, + { + "ItemID": 110402, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1515264462032 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 865865406876 + }, + "DefenceAdd": { + "RawValue": 16492674420 + }, + "HPBase": { + "RawValue": 3290288546120 + }, + "HPAdd": { + "RawValue": 62672162785 + }, + "SpeedBase": { + "RawValue": 403726925824 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1109:5": { + "AvatarID": 1109, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1803886264320 + }, + "AttackAdd": { + "RawValue": 28862180232 + }, + "DefenceBase": { + "RawValue": 1030792151040 + }, + "DefenceAdd": { + "RawValue": 16492674420 + }, + "HPBase": { + "RawValue": 3917010173952 + }, + "HPAdd": { + "RawValue": 62672162785 + }, + "SpeedBase": { + "RawValue": 403726925824 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1203:0": { + "AvatarID": 1203, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 112001, + "ItemNum": 6 + }, + { + "ItemID": 110407, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 374177550828 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 269294449462 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 657645392364 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1203:1": { + "AvatarID": 1203, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 112001, + "ItemNum": 15 + }, + { + "ItemID": 110407, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 673519591491 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 484730009030 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 1183761706255 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1203:2": { + "AvatarID": 1203, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 112002, + "ItemNum": 6 + }, + { + "ItemID": 110407, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 972861632153 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 700165568594 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 1709878020145 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1203:3": { + "AvatarID": 1203, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 112003, + "ItemNum": 3 + }, + { + "ItemID": 110407, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1272203672812 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 915601128162 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 2235994334036 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1203:4": { + "AvatarID": 1203, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 112003, + "ItemNum": 6 + }, + { + "ItemID": 110407, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1571545713478 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 1131036687730 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 2762110647926 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1203:5": { + "AvatarID": 1203, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1870887754140 + }, + "AttackAdd": { + "RawValue": 29934204069 + }, + "DefenceBase": { + "RawValue": 1346472247298 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 3288226961820 + }, + "HPAdd": { + "RawValue": 52611631389 + }, + "SpeedBase": { + "RawValue": 433791696896 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 429496729600 + } + }, + "1204:0": { + "AvatarID": 1204, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 112001, + "ItemNum": 6 + }, + { + "ItemID": 110404, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 396854978152 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 283467841536 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 453548546460 + }, + "HPAdd": { + "RawValue": 36283883716 + }, + "SpeedBase": { + "RawValue": 468151435264 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1204:1": { + "AvatarID": 1204, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 112001, + "ItemNum": 15 + }, + { + "ItemID": 110404, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 714338960672 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 510242114768 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 816387383624 + }, + "HPAdd": { + "RawValue": 36283883716 + }, + "SpeedBase": { + "RawValue": 468151435264 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1204:2": { + "AvatarID": 1204, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 112002, + "ItemNum": 6 + }, + { + "ItemID": 110404, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1031822943192 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 737016387996 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 1179226220792 + }, + "HPAdd": { + "RawValue": 36283883716 + }, + "SpeedBase": { + "RawValue": 468151435264 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1204:3": { + "AvatarID": 1204, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 112003, + "ItemNum": 3 + }, + { + "ItemID": 110404, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1349306925712 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 963790661224 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 1542065057956 + }, + "HPAdd": { + "RawValue": 36283883716 + }, + "SpeedBase": { + "RawValue": 468151435264 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1204:4": { + "AvatarID": 1204, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 112003, + "ItemNum": 6 + }, + { + "ItemID": 110404, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1666790908232 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 1190564934452 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 1904903895124 + }, + "HPAdd": { + "RawValue": 36283883716 + }, + "SpeedBase": { + "RawValue": 468151435264 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1204:5": { + "AvatarID": 1204, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1984274890752 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 1417339207680 + }, + "DefenceAdd": { + "RawValue": 22677427324 + }, + "HPBase": { + "RawValue": 2267742732288 + }, + "HPAdd": { + "RawValue": 36283883716 + }, + "SpeedBase": { + "RawValue": 468151435264 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1205:0": { + "AvatarID": 1205, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 112001, + "ItemNum": 6 + }, + { + "ItemID": 110405, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 396854978152 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 255121057384 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 793709956304 + }, + "HPAdd": { + "RawValue": 63496796506 + }, + "SpeedBase": { + "RawValue": 416611827712 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1205:1": { + "AvatarID": 1205, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 112001, + "ItemNum": 15 + }, + { + "ItemID": 110405, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 714338960672 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 459217903292 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 1428677921344 + }, + "HPAdd": { + "RawValue": 63496796506 + }, + "SpeedBase": { + "RawValue": 416611827712 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1205:2": { + "AvatarID": 1205, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 112002, + "ItemNum": 6 + }, + { + "ItemID": 110405, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1031822943192 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 663314749196 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 2063645886384 + }, + "HPAdd": { + "RawValue": 63496796506 + }, + "SpeedBase": { + "RawValue": 416611827712 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1205:3": { + "AvatarID": 1205, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 112003, + "ItemNum": 3 + }, + { + "ItemID": 110405, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1349306925712 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 867411595104 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 2698613851424 + }, + "HPAdd": { + "RawValue": 63496796506 + }, + "SpeedBase": { + "RawValue": 416611827712 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1205:4": { + "AvatarID": 1205, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 112003, + "ItemNum": 6 + }, + { + "ItemID": 110405, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1666790908232 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 1071508441008 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 3333581816464 + }, + "HPAdd": { + "RawValue": 63496796506 + }, + "SpeedBase": { + "RawValue": 416611827712 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1205:5": { + "AvatarID": 1205, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1984274890752 + }, + "AttackAdd": { + "RawValue": 31748398253 + }, + "DefenceBase": { + "RawValue": 1275605286912 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 3968549781504 + }, + "HPAdd": { + "RawValue": 63496796506 + }, + "SpeedBase": { + "RawValue": 416611827712 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "1206:0": { + "AvatarID": 1206, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 111011, + "ItemNum": 4 + }, + { + "ItemID": 110401, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 329853488336 + }, + "AttackAdd": { + "RawValue": 26388279066 + }, + "DefenceBase": { + "RawValue": 244813135872 + }, + "DefenceAdd": { + "RawValue": 19585050872 + }, + "HPBase": { + "RawValue": 536011918544 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1206:1": { + "AvatarID": 1206, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 111011, + "ItemNum": 10 + }, + { + "ItemID": 110401, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 593736279000 + }, + "AttackAdd": { + "RawValue": 26388279066 + }, + "DefenceBase": { + "RawValue": 440663644572 + }, + "DefenceAdd": { + "RawValue": 19585050872 + }, + "HPBase": { + "RawValue": 964821453376 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1206:2": { + "AvatarID": 1206, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 111012, + "ItemNum": 4 + }, + { + "ItemID": 110401, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 857619069668 + }, + "AttackAdd": { + "RawValue": 26388279066 + }, + "DefenceBase": { + "RawValue": 636514153268 + }, + "DefenceAdd": { + "RawValue": 19585050872 + }, + "HPBase": { + "RawValue": 1393630988208 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1206:3": { + "AvatarID": 1206, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 111013, + "ItemNum": 2 + }, + { + "ItemID": 110401, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1121501860332 + }, + "AttackAdd": { + "RawValue": 26388279066 + }, + "DefenceBase": { + "RawValue": 832364661968 + }, + "DefenceAdd": { + "RawValue": 19585050872 + }, + "HPBase": { + "RawValue": 1822440523040 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1206:4": { + "AvatarID": 1206, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 111013, + "ItemNum": 4 + }, + { + "ItemID": 110401, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1385384651000 + }, + "AttackAdd": { + "RawValue": 26388279066 + }, + "DefenceBase": { + "RawValue": 1028215170664 + }, + "DefenceAdd": { + "RawValue": 19585050872 + }, + "HPBase": { + "RawValue": 2251250057872 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "1206:5": { + "AvatarID": 1206, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1649267441664 + }, + "AttackAdd": { + "RawValue": 26388279066 + }, + "DefenceBase": { + "RawValue": 1224065679360 + }, + "DefenceAdd": { + "RawValue": 19585050872 + }, + "HPBase": { + "RawValue": 2680059592704 + }, + "HPAdd": { + "RawValue": 42880953486 + }, + "SpeedBase": { + "RawValue": 459561500672 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "8001:0": { + "AvatarID": 8001, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 111011, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 362838837168 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 269294449462 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 703000247012 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8001:1": { + "AvatarID": 8001, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 111011, + "ItemNum": 10 + }, + { + "ItemID": 110400, + "ItemNum": 4 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 653109906898 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 484730009030 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 1265400444618 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8001:2": { + "AvatarID": 8001, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 111012, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 6 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 943380976632 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 700165568594 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 1827800642224 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8001:3": { + "AvatarID": 8001, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 111013, + "ItemNum": 2 + }, + { + "ItemID": 110400, + "ItemNum": 8 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1233652046365 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 915601128162 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 2390200839833 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8001:4": { + "AvatarID": 8001, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 111013, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 10 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1523923116099 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 1131036687730 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 2952601037439 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8001:5": { + "AvatarID": 8001, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1814194185832 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 1346472247298 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 3515001235048 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8002:0": { + "AvatarID": 8002, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 111011, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 362838837168 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 269294449462 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 703000247012 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8002:1": { + "AvatarID": 8002, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 111011, + "ItemNum": 10 + }, + { + "ItemID": 110400, + "ItemNum": 4 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 653109906898 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 484730009030 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 1265400444618 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8002:2": { + "AvatarID": 8002, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 111012, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 6 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 943380976632 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 700165568594 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 1827800642224 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8002:3": { + "AvatarID": 8002, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 111013, + "ItemNum": 2 + }, + { + "ItemID": 110400, + "ItemNum": 8 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1233652046365 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 915601128162 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 2390200839833 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8002:4": { + "AvatarID": 8002, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 111013, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 10 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1523923116099 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 1131036687730 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 2952601037439 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8002:5": { + "AvatarID": 8002, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1814194185832 + }, + "AttackAdd": { + "RawValue": 29027106975 + }, + "DefenceBase": { + "RawValue": 1346472247298 + }, + "DefenceAdd": { + "RawValue": 21543555955 + }, + "HPBase": { + "RawValue": 3515001235048 + }, + "HPAdd": { + "RawValue": 56240019761 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 536870912000 + } + }, + "8003:0": { + "AvatarID": 8003, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 111011, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 351500123508 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 354334801922 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 725677674336 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8003:1": { + "AvatarID": 8003, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 111011, + "ItemNum": 10 + }, + { + "ItemID": 110400, + "ItemNum": 4 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 632700222309 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 637802643458 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 1306219813796 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8003:2": { + "AvatarID": 8003, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 111012, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 6 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 913900321114 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 921270484994 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 1886761953263 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8003:3": { + "AvatarID": 8003, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 111013, + "ItemNum": 2 + }, + { + "ItemID": 110400, + "ItemNum": 8 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1195100419915 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 1204738326530 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 2467304092730 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8003:4": { + "AvatarID": 8003, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 111013, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 10 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1476300518720 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 1488206168066 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 3047846232197 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8003:5": { + "AvatarID": 8003, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1757500617524 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 1771674009602 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 3628388371664 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8004:0": { + "AvatarID": 8004, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 111011, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 351500123508 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 354334801922 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 725677674336 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8004:1": { + "AvatarID": 8004, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 111011, + "ItemNum": 10 + }, + { + "ItemID": 110400, + "ItemNum": 4 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 632700222309 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 637802643458 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 1306219813796 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8004:2": { + "AvatarID": 8004, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 111012, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 6 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 913900321114 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 921270484994 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 1886761953263 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8004:3": { + "AvatarID": 8004, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 111013, + "ItemNum": 2 + }, + { + "ItemID": 110400, + "ItemNum": 8 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1195100419915 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 1204738326530 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 2467304092730 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8004:4": { + "AvatarID": 8004, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 111013, + "ItemNum": 4 + }, + { + "ItemID": 110400, + "ItemNum": 10 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1476300518720 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 1488206168066 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 3047846232197 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "8004:5": { + "AvatarID": 8004, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1757500617524 + }, + "AttackAdd": { + "RawValue": 28120009881 + }, + "DefenceBase": { + "RawValue": 1771674009602 + }, + "DefenceAdd": { + "RawValue": 28346784156 + }, + "HPBase": { + "RawValue": 3628388371664 + }, + "HPAdd": { + "RawValue": 58054213949 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9070:0": { + "AvatarID": 9070, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 999, + "ItemNum": 4 + }, + { + "ItemID": 999, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 257698037760 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 347892350976 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 762786191772 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9070:1": { + "AvatarID": 9070, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 999, + "ItemNum": 10 + }, + { + "ItemID": 999, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 463856467968 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 626206231760 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 1373015145188 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9070:2": { + "AvatarID": 9070, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 999, + "ItemNum": 4 + }, + { + "ItemID": 999, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 670014898176 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 904520112540 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 1983244098604 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9070:3": { + "AvatarID": 9070, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 999, + "ItemNum": 2 + }, + { + "ItemID": 999, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 876173328384 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 1182833993320 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 2593473052020 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9070:4": { + "AvatarID": 9070, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 999, + "ItemNum": 4 + }, + { + "ItemID": 999, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1082331758592 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 1461147874100 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 3203702005436 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9070:5": { + "AvatarID": 9070, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1288490188800 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 1739461754880 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 3813930958848 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9998:0": { + "AvatarID": 9998, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 5000 + }, + { + "ItemID": 999, + "ItemNum": 6 + }, + { + "ItemID": 999, + "ItemNum": 3 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 419532405476 + }, + "AttackAdd": { + "RawValue": 33562592441 + }, + "DefenceBase": { + "RawValue": 255121057384 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 634967965044 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "9998:1": { + "AvatarID": 9998, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 20000 + }, + { + "ItemID": 999, + "ItemNum": 15 + }, + { + "ItemID": 999, + "ItemNum": 6 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 755158329854 + }, + "AttackAdd": { + "RawValue": 33562592441 + }, + "DefenceBase": { + "RawValue": 459217903292 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 1142942337073 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "9998:2": { + "AvatarID": 9998, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 50000 + }, + { + "ItemID": 999, + "ItemNum": 6 + }, + { + "ItemID": 999, + "ItemNum": 10 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1090784254232 + }, + "AttackAdd": { + "RawValue": 33562592441 + }, + "DefenceBase": { + "RawValue": 663314749196 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 1650916709106 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "9998:3": { + "AvatarID": 9998, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 999, + "ItemNum": 3 + }, + { + "ItemID": 999, + "ItemNum": 25 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1426410178609 + }, + "AttackAdd": { + "RawValue": 33562592441 + }, + "DefenceBase": { + "RawValue": 867411595104 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 2158891081139 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "9998:4": { + "AvatarID": 9998, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 999, + "ItemNum": 6 + }, + { + "ItemID": 999, + "ItemNum": 45 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1762036102987 + }, + "AttackAdd": { + "RawValue": 33562592441 + }, + "DefenceBase": { + "RawValue": 1071508441008 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 2666865453172 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "9998:5": { + "AvatarID": 9998, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 2097662027368 + }, + "AttackAdd": { + "RawValue": 33562592441 + }, + "DefenceBase": { + "RawValue": 1275605286912 + }, + "DefenceAdd": { + "RawValue": 20409684593 + }, + "HPBase": { + "RawValue": 3174839825204 + }, + "HPAdd": { + "RawValue": 50797437205 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 214748365 + }, + "CriticalDamage": { + "RawValue": 2147483650 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 322122547200 + } + }, + "9075:0": { + "AvatarID": 9075, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 4000 + }, + { + "ItemID": 999, + "ItemNum": 4 + }, + { + "ItemID": 999, + "ItemNum": 2 + } + ], + "MaxLevel": 20, + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 257698037760 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 347892350976 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 762786191772 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9075:1": { + "AvatarID": 9075, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 16000 + }, + { + "ItemID": 999, + "ItemNum": 10 + }, + { + "ItemID": 999, + "ItemNum": 5 + } + ], + "MaxLevel": 40, + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 463856467968 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 626206231760 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 1373015145188 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9075:2": { + "AvatarID": 9075, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 999, + "ItemNum": 4 + }, + { + "ItemID": 999, + "ItemNum": 8 + } + ], + "MaxLevel": 50, + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 670014898176 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 904520112540 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 1983244098604 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9075:3": { + "AvatarID": 9075, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 999, + "ItemNum": 2 + }, + { + "ItemID": 999, + "ItemNum": 20 + } + ], + "MaxLevel": 60, + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 876173328384 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 1182833993320 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 2593473052020 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9075:4": { + "AvatarID": 9075, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 999, + "ItemNum": 4 + }, + { + "ItemID": 999, + "ItemNum": 36 + } + ], + "MaxLevel": 70, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1082331758592 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 1461147874100 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 3203702005436 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + }, + "9075:5": { + "AvatarID": 9075, + "Promotion": 5, + "PromotionCostList": [], + "MaxLevel": 80, + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "AttackBase": { + "RawValue": 1288490188800 + }, + "AttackAdd": { + "RawValue": 20615843024 + }, + "DefenceBase": { + "RawValue": 1739461754880 + }, + "DefenceAdd": { + "RawValue": 27831388080 + }, + "HPBase": { + "RawValue": 3813930958848 + }, + "HPAdd": { + "RawValue": 61022895340 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "SpeedAdd": { + "RawValue": 0 + }, + "RankAttackBase": { + "RawValue": 0 + }, + "RankAttackAdd": { + "RawValue": 0 + }, + "RankDefenceBase": { + "RawValue": 0 + }, + "RankDefenceAdd": { + "RawValue": 0 + }, + "RankHPBase": { + "RawValue": 0 + }, + "RankHPAdd": { + "RawValue": 0 + }, + "RankSpeedBase": { + "RawValue": 0 + }, + "RankSpeedAdd": { + "RawValue": 0 + }, + "CriticalChance": { + "RawValue": 0 + }, + "CriticalDamage": { + "RawValue": 0 + }, + "RankCriticalChance": { + "RawValue": 0 + }, + "RankCriticalDamage": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 0 + }, + "BaseAggro": { + "RawValue": 644245094400 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarPropertyExcelTable.json b/CrepePackage/src/data/excel/AvatarPropertyExcelTable.json new file mode 100644 index 0000000..73e8bbb --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarPropertyExcelTable.json @@ -0,0 +1,733 @@ +{ + "MaxHP": { + "PropertyType": "MaxHP", + "PropertyName": { + "hash": -1544419067 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": -1544419067 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 1, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png" + }, + "Attack": { + "PropertyType": "Attack", + "PropertyName": { + "hash": -1194485631 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": -1194485631 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 2, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconAttack.png" + }, + "Defence": { + "PropertyType": "Defence", + "PropertyName": { + "hash": -615378225 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": -615378225 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 3, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconDefence.png" + }, + "Speed": { + "PropertyType": "Speed", + "PropertyName": { + "hash": 461357812 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": 461357812 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 4, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconSpeed.png" + }, + "CriticalChance": { + "PropertyType": "CriticalChance", + "PropertyName": { + "hash": 528301800 + }, + "PropertyNameSkillTree": { + "hash": -242785393 + }, + "PropertyNameRelic": { + "hash": 528301800 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 5, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png" + }, + "CriticalDamage": { + "PropertyType": "CriticalDamage", + "PropertyName": { + "hash": -220753499 + }, + "PropertyNameSkillTree": { + "hash": 475799362 + }, + "PropertyNameRelic": { + "hash": -220753499 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 6, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png" + }, + "HealRatio": { + "PropertyType": "HealRatio", + "PropertyName": { + "hash": 799727458 + }, + "PropertyNameSkillTree": { + "hash": 1688162395 + }, + "PropertyNameRelic": { + "hash": 799727458 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 7, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconHealRatio.png" + }, + "StanceBreakAddedRatio": { + "PropertyType": "StanceBreakAddedRatio", + "PropertyName": { + "hash": 1965107273 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": 1965107273 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 8, + "IconPath": "0" + }, + "SPRatio": { + "PropertyType": "SPRatio", + "PropertyName": { + "hash": -1155541365 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": -1155541365 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 9, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconHealRatio.png" + }, + "StatusProbability": { + "PropertyType": "StatusProbability", + "PropertyName": { + "hash": 284076746 + }, + "PropertyNameSkillTree": { + "hash": 747727875 + }, + "PropertyNameRelic": { + "hash": 284076746 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 10, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconStatusProbability.png" + }, + "StatusResistance": { + "PropertyType": "StatusResistance", + "PropertyName": { + "hash": -952827954 + }, + "PropertyNameSkillTree": { + "hash": -613602727 + }, + "PropertyNameRelic": { + "hash": -952827954 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 11, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconStatusResistance.png" + }, + "PhysicalAddedRatio": { + "PropertyType": "PhysicalAddedRatio", + "PropertyName": { + "hash": -950888303 + }, + "PropertyNameSkillTree": { + "hash": 1673644670 + }, + "PropertyNameRelic": { + "hash": -950888303 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 12, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconPhysicalAddedRatio.png" + }, + "PhysicalResistance": { + "PropertyType": "PhysicalResistance", + "PropertyName": { + "hash": 214654939 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": 214654939 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 13, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconPhysicalResistanceDelta.png" + }, + "FireAddedRatio": { + "PropertyType": "FireAddedRatio", + "PropertyName": { + "hash": 1202183228 + }, + "PropertyNameSkillTree": { + "hash": 1846223231 + }, + "PropertyNameRelic": { + "hash": 1202183228 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 14, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png" + }, + "FireResistance": { + "PropertyType": "FireResistance", + "PropertyName": { + "hash": -757342856 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": -757342856 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 15, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconFireResistanceDelta.png" + }, + "IceAddedRatio": { + "PropertyType": "IceAddedRatio", + "PropertyName": { + "hash": 1448585423 + }, + "PropertyNameSkillTree": { + "hash": 299673192 + }, + "PropertyNameRelic": { + "hash": 1448585423 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 16, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconIceAddedRatio.png" + }, + "IceResistance": { + "PropertyType": "IceResistance", + "PropertyName": { + "hash": -1877242639 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": -1877242639 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 17, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconIceResistanceDelta.png" + }, + "ThunderAddedRatio": { + "PropertyType": "ThunderAddedRatio", + "PropertyName": { + "hash": 235195444 + }, + "PropertyNameSkillTree": { + "hash": 907095083 + }, + "PropertyNameRelic": { + "hash": 235195444 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 18, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconThunderAddedRatio.png" + }, + "ThunderResistance": { + "PropertyType": "ThunderResistance", + "PropertyName": { + "hash": -567551348 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": -567551348 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 19, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconThunderResistanceDelta.png" + }, + "WindAddedRatio": { + "PropertyType": "WindAddedRatio", + "PropertyName": { + "hash": 2017136070 + }, + "PropertyNameSkillTree": { + "hash": -1997411121 + }, + "PropertyNameRelic": { + "hash": 2017136070 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 20, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconWindAddedRatio.png" + }, + "WindResistance": { + "PropertyType": "WindResistance", + "PropertyName": { + "hash": -1179693530 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": -1179693530 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 21, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconWindResistanceDelta.png" + }, + "QuantumAddedRatio": { + "PropertyType": "QuantumAddedRatio", + "PropertyName": { + "hash": 1819458027 + }, + "PropertyNameSkillTree": { + "hash": -1441211386 + }, + "PropertyNameRelic": { + "hash": 1819458027 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 22, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconQuantumAddedRatio.png" + }, + "QuantumResistance": { + "PropertyType": "QuantumResistance", + "PropertyName": { + "hash": -1565797131 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": -1565797131 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 23, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconQuantumResistanceDelta.png" + }, + "ImaginaryAddedRatio": { + "PropertyType": "ImaginaryAddedRatio", + "PropertyName": { + "hash": 1031064451 + }, + "PropertyNameSkillTree": { + "hash": -1248895778 + }, + "PropertyNameRelic": { + "hash": 1031064451 + }, + "IsRelicFilter": true, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 24, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconImaginaryAddedRatio.png" + }, + "ImaginaryResistance": { + "PropertyType": "ImaginaryResistance", + "PropertyName": { + "hash": 512338013 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": 512338013 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 25, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconImaginaryResistanceDelta.png" + }, + "BaseHP": { + "PropertyType": "BaseHP", + "PropertyName": { + "hash": -1633266744 + }, + "PropertyNameSkillTree": { + "hash": -2049337893 + }, + "PropertyNameRelic": { + "hash": -2049337893 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 26, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png" + }, + "HPDelta": { + "PropertyType": "HPDelta", + "PropertyName": { + "hash": -2062625823 + }, + "PropertyNameSkillTree": { + "hash": -1207493856 + }, + "PropertyNameRelic": { + "hash": 1661327008 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 27, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png" + }, + "HPAddedRatio": { + "PropertyType": "HPAddedRatio", + "PropertyName": { + "hash": -1346382812 + }, + "PropertyNameSkillTree": { + "hash": 831717191 + }, + "PropertyNameRelic": { + "hash": 1661327008 + }, + "IsRelicFilter": true, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 28, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png" + }, + "BaseAttack": { + "PropertyType": "BaseAttack", + "PropertyName": { + "hash": 481327068 + }, + "PropertyNameSkillTree": { + "hash": 179569395 + }, + "PropertyNameRelic": { + "hash": 179569395 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 29, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconAttack.png" + }, + "AttackDelta": { + "PropertyType": "AttackDelta", + "PropertyName": { + "hash": -1283504019 + }, + "PropertyNameSkillTree": { + "hash": -1243590640 + }, + "PropertyNameRelic": { + "hash": 2001888886 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 30, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconAttack.png" + }, + "AttackAddedRatio": { + "PropertyType": "AttackAddedRatio", + "PropertyName": { + "hash": 1352443712 + }, + "PropertyNameSkillTree": { + "hash": 92176903 + }, + "PropertyNameRelic": { + "hash": 2001888886 + }, + "IsRelicFilter": true, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 31, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconAttack.png" + }, + "BaseDefence": { + "PropertyType": "BaseDefence", + "PropertyName": { + "hash": 488486100 + }, + "PropertyNameSkillTree": { + "hash": 821549929 + }, + "PropertyNameRelic": { + "hash": 821549929 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 32, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconDefence.png" + }, + "DefenceDelta": { + "PropertyType": "DefenceDelta", + "PropertyName": { + "hash": -554844301 + }, + "PropertyNameSkillTree": { + "hash": 740343068 + }, + "PropertyNameRelic": { + "hash": -412481970 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 33, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconDefence.png" + }, + "DefenceAddedRatio": { + "PropertyType": "DefenceAddedRatio", + "PropertyName": { + "hash": 949399850 + }, + "PropertyNameSkillTree": { + "hash": 1015286041 + }, + "PropertyNameRelic": { + "hash": -412481970 + }, + "IsRelicFilter": true, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 34, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconDefence.png" + }, + "BaseSpeed": { + "PropertyType": "BaseSpeed", + "PropertyName": { + "hash": 807271375 + }, + "PropertyNameSkillTree": { + "hash": -1515739258 + }, + "PropertyNameRelic": { + "hash": 461357812 + }, + "IsRelicFilter": true, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 35, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconSpeed.png" + }, + "HealTakenRatio": { + "PropertyType": "HealTakenRatio", + "PropertyName": { + "hash": -56670514 + }, + "PropertyNameSkillTree": { + "hash": 371857150 + }, + "PropertyNameRelic": { + "hash": 799727458 + }, + "IsRelicFilter": false, + "IsDisplay": false, + "isBattleDisplay": false, + "Order": 36, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconHealRatio.png" + }, + "PhysicalResistanceDelta": { + "PropertyType": "PhysicalResistanceDelta", + "PropertyName": { + "hash": 214654939 + }, + "PropertyNameSkillTree": { + "hash": 657619096 + }, + "PropertyNameRelic": { + "hash": 214654939 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 37, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconPhysicalResistanceDelta.png" + }, + "FireResistanceDelta": { + "PropertyType": "FireResistanceDelta", + "PropertyName": { + "hash": -757342856 + }, + "PropertyNameSkillTree": { + "hash": 670685577 + }, + "PropertyNameRelic": { + "hash": -757342856 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 38, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconFireResistanceDelta.png" + }, + "IceResistanceDelta": { + "PropertyType": "IceResistanceDelta", + "PropertyName": { + "hash": -1877242639 + }, + "PropertyNameSkillTree": { + "hash": 1284989126 + }, + "PropertyNameRelic": { + "hash": -1877242639 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 39, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconIceResistanceDelta.png" + }, + "ThunderResistanceDelta": { + "PropertyType": "ThunderResistanceDelta", + "PropertyName": { + "hash": -567551348 + }, + "PropertyNameSkillTree": { + "hash": 322345645 + }, + "PropertyNameRelic": { + "hash": -567551348 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 40, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconThunderResistanceDelta.png" + }, + "WindResistanceDelta": { + "PropertyType": "WindResistanceDelta", + "PropertyName": { + "hash": -1179693530 + }, + "PropertyNameSkillTree": { + "hash": 1319137209 + }, + "PropertyNameRelic": { + "hash": -1179693530 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 41, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconWindResistanceDelta.png" + }, + "QuantumResistanceDelta": { + "PropertyType": "QuantumResistanceDelta", + "PropertyName": { + "hash": -1565797131 + }, + "PropertyNameSkillTree": { + "hash": 1691079300 + }, + "PropertyNameRelic": { + "hash": -1565797131 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 42, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconQuantumResistanceDelta.png" + }, + "ImaginaryResistanceDelta": { + "PropertyType": "ImaginaryResistanceDelta", + "PropertyName": { + "hash": 512338013 + }, + "PropertyNameSkillTree": { + "hash": -1527106884 + }, + "PropertyNameRelic": { + "hash": 512338013 + }, + "IsRelicFilter": false, + "IsDisplay": true, + "isBattleDisplay": true, + "Order": 43, + "IconPath": "SpriteOutput/UI/Avatar/Icon/IconImaginaryResistanceDelta.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarRankConfigExcelTable.json b/CrepePackage/src/data/excel/AvatarRankConfigExcelTable.json new file mode 100644 index 0000000..7f62cba --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarRankConfigExcelTable.json @@ -0,0 +1,3994 @@ +{ + "100101": { + "RankID": 100101, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_100101", + "Desc": "AvatarRankDesc_100101", + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1503238555 + } + ] + }, + "100102": { + "RankID": 100102, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_100102", + "Desc": "AvatarRankDesc_100102", + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 42949672960 + } + ] + }, + "100103": { + "RankID": 100103, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_100103", + "Desc": "AvatarRankDesc_100103", + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Ultra.png", + "SkillAddLevelList": { + "100103": 3, + "100101": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11001, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100104": { + "RankID": 100104, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_100104", + "Desc": "AvatarRankDesc_100104", + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_March7th_Rank04" + ], + "UnlockCost": [ + { + "ItemID": 11001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 858993459200 + } + ] + }, + "100105": { + "RankID": 100105, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_100105", + "Desc": "AvatarRankDesc_100105", + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_BP.png", + "SkillAddLevelList": { + "100102": 3, + "100101": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11001, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100106": { + "RankID": 100106, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_100106", + "Desc": "AvatarRankDesc_100106", + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 343597384 + } + ] + }, + "100201": { + "RankID": 100201, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_100201", + "Desc": "AvatarRankDesc_100201", + "IconPath": "SpriteOutput/SkillIcons/1002/SkillIcon_1002_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_DanHeng_Rank01" + ], + "UnlockCost": [ + { + "ItemID": 11002, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 644245095 + } + ] + }, + "100202": { + "RankID": 100202, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_100202", + "Desc": "AvatarRankDesc_100202", + "IconPath": "SpriteOutput/SkillIcons/1002/SkillIcon_1002_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11002, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100203": { + "RankID": 100203, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_100203", + "Desc": "AvatarRankDesc_100203", + "IconPath": "SpriteOutput/SkillIcons/1002/SkillIcon_1002_Ultra.png", + "SkillAddLevelList": { + "100203": 3, + "100201": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11002, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100204": { + "RankID": 100204, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_100204", + "Desc": "AvatarRankDesc_100204", + "IconPath": "SpriteOutput/SkillIcons/1002/SkillIcon_1002_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11002, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100205": { + "RankID": 100205, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_100205", + "Desc": "AvatarRankDesc_100205", + "IconPath": "SpriteOutput/SkillIcons/1002/SkillIcon_1002_BP.png", + "SkillAddLevelList": { + "100202": 3, + "100201": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11002, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100206": { + "RankID": 100206, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_100206", + "Desc": "AvatarRankDesc_100206", + "IconPath": "SpriteOutput/SkillIcons/1002/SkillIcon_1002_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11002, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 429496730 + } + ] + }, + "100301": { + "RankID": 100301, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_100301", + "Desc": "AvatarRankDesc_100301", + "IconPath": "SpriteOutput/SkillIcons/1003/SkillIcon_1003_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ] + }, + "100302": { + "RankID": 100302, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_100302", + "Desc": "AvatarRankDesc_100302", + "IconPath": "SpriteOutput/SkillIcons/1003/SkillIcon_1003_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Himeko_Rank02" + ], + "UnlockCost": [ + { + "ItemID": 11003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 644245095 + } + ] + }, + "100303": { + "RankID": 100303, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_100303", + "Desc": "AvatarRankDesc_100303", + "IconPath": "SpriteOutput/SkillIcons/1003/SkillIcon_1003_Ultra.png", + "SkillAddLevelList": { + "100303": 3, + "100301": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11003, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100304": { + "RankID": 100304, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_100304", + "Desc": "AvatarRankDesc_100304", + "IconPath": "SpriteOutput/SkillIcons/1003/SkillIcon_1003_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "100305": { + "RankID": 100305, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_100305", + "Desc": "AvatarRankDesc_100305", + "IconPath": "SpriteOutput/SkillIcons/1003/SkillIcon_1003_BP.png", + "SkillAddLevelList": { + "100302": 3, + "100301": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11003, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100306": { + "RankID": 100306, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_100306", + "Desc": "AvatarRankDesc_100306", + "IconPath": "SpriteOutput/SkillIcons/1003/SkillIcon_1003_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + } + ] + }, + "100401": { + "RankID": 100401, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_100401", + "Desc": "AvatarRankDesc_100401", + "IconPath": "SpriteOutput/SkillIcons/1004/SkillIcon_1004_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11004, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1717986920 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ] + }, + "100402": { + "RankID": 100402, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_100402", + "Desc": "AvatarRankDesc_100402", + "IconPath": "SpriteOutput/SkillIcons/1004/SkillIcon_1004_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11004, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 12884901888 + } + ] + }, + "100403": { + "RankID": 100403, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_100403", + "Desc": "AvatarRankDesc_100403", + "IconPath": "SpriteOutput/SkillIcons/1004/SkillIcon_1004_Ultra.png", + "SkillAddLevelList": { + "100403": 3, + "100401": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11004, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100404": { + "RankID": 100404, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_100404", + "Desc": "AvatarRankDesc_100404", + "IconPath": "SpriteOutput/SkillIcons/1004/SkillIcon_1004_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11004, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 8589934592 + } + ] + }, + "100405": { + "RankID": 100405, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_100405", + "Desc": "AvatarRankDesc_100405", + "IconPath": "SpriteOutput/SkillIcons/1004/SkillIcon_1004_BP.png", + "SkillAddLevelList": { + "100402": 3, + "100401": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11004, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100406": { + "RankID": 100406, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_100406", + "Desc": "AvatarRankDesc_100406", + "IconPath": "SpriteOutput/SkillIcons/1004/SkillIcon_1004_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11004, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100501": { + "RankID": 100501, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_100501", + "Desc": "AvatarRankDesc_100501", + "IconPath": "SpriteOutput/SkillIcons/1005/SkillIcon_1005_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Kafka_Rank01" + ], + "UnlockCost": [ + { + "ItemID": 11005, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "100502": { + "RankID": 100502, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_100502", + "Desc": "AvatarRankDesc_100502", + "IconPath": "SpriteOutput/SkillIcons/1005/SkillIcon_1005_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11005, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 8589934592 + } + ] + }, + "100503": { + "RankID": 100503, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_100503", + "Desc": "AvatarRankDesc_100503", + "IconPath": "SpriteOutput/SkillIcons/1005/SkillIcon_1005_Ultra.png", + "SkillAddLevelList": { + "100503": 3, + "100501": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11005, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100504": { + "RankID": 100504, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_100504", + "Desc": "AvatarRankDesc_100504", + "IconPath": "SpriteOutput/SkillIcons/1005/SkillIcon_1005_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11005, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100505": { + "RankID": 100505, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_100505", + "Desc": "AvatarRankDesc_100505", + "IconPath": "SpriteOutput/SkillIcons/1005/SkillIcon_1005_BP.png", + "SkillAddLevelList": { + "100502": 3, + "100501": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11005, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100506": { + "RankID": 100506, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_100506", + "Desc": "AvatarRankDesc_100506", + "IconPath": "SpriteOutput/SkillIcons/1005/SkillIcon_1005_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11005, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 5153960756 + }, + { + "RawValue": 4294967296 + } + ] + }, + "100601": { + "RankID": 100601, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_100601", + "Desc": "AvatarRankDesc_100601", + "IconPath": "SpriteOutput/SkillIcons/1006/SkillIcon_1006_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Silwolf_Rank01" + ], + "UnlockCost": [ + { + "ItemID": 11006, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 2791728745 + } + ] + }, + "100602": { + "RankID": 100602, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_100602", + "Desc": "AvatarRankDesc_100602", + "IconPath": "SpriteOutput/SkillIcons/1006/SkillIcon_1006_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Silwolf_Rank02" + ], + "UnlockCost": [ + { + "ItemID": 11006, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ] + }, + "100603": { + "RankID": 100603, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_100603", + "Desc": "AvatarRankDesc_100603", + "IconPath": "SpriteOutput/SkillIcons/1006/SkillIcon_1006_Ultra.png", + "SkillAddLevelList": { + "100603": 3, + "100601": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11006, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100604": { + "RankID": 100604, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_100604", + "Desc": "AvatarRankDesc_100604", + "IconPath": "SpriteOutput/SkillIcons/1006/SkillIcon_1006_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11006, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 34359738368 + }, + { + "RawValue": 21474836480 + } + ] + }, + "100605": { + "RankID": 100605, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_100605", + "Desc": "AvatarRankDesc_100605", + "IconPath": "SpriteOutput/SkillIcons/1006/SkillIcon_1006_BP.png", + "SkillAddLevelList": { + "100602": 3, + "100601": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11006, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100606": { + "RankID": 100606, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_100606", + "Desc": "AvatarRankDesc_100606", + "IconPath": "SpriteOutput/SkillIcons/1006/SkillIcon_1006_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11006, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100801": { + "RankID": 100801, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_100801", + "Desc": "AvatarRankDesc_100801", + "IconPath": "SpriteOutput/SkillIcons/1008/SkillIcon_1008_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11008, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100802": { + "RankID": 100802, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_100802", + "Desc": "AvatarRankDesc_100802", + "IconPath": "SpriteOutput/SkillIcons/1008/SkillIcon_1008_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11008, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 429496730 + } + ] + }, + "100803": { + "RankID": 100803, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_100803", + "Desc": "AvatarRankDesc_100803", + "IconPath": "SpriteOutput/SkillIcons/1008/SkillIcon_1008_Ultra.png", + "SkillAddLevelList": { + "100803": 3, + "100801": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11008, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100804": { + "RankID": 100804, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_100804", + "Desc": "AvatarRankDesc_100804", + "IconPath": "SpriteOutput/SkillIcons/1008/SkillIcon_1008_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11008, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1073741825 + } + ] + }, + "100805": { + "RankID": 100805, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_100805", + "Desc": "AvatarRankDesc_100805", + "IconPath": "SpriteOutput/SkillIcons/1008/SkillIcon_1008_BP.png", + "SkillAddLevelList": { + "100802": 3, + "100801": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11008, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100806": { + "RankID": 100806, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_100806", + "Desc": "AvatarRankDesc_100806", + "IconPath": "SpriteOutput/SkillIcons/1008/SkillIcon_1008_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11008, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 644245095 + } + ] + }, + "100901": { + "RankID": 100901, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_100901", + "Desc": "AvatarRankDesc_100901", + "IconPath": "SpriteOutput/SkillIcons/1009/SkillIcon_1009_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11009, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100902": { + "RankID": 100902, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_100902", + "Desc": "AvatarRankDesc_100902", + "IconPath": "SpriteOutput/SkillIcons/1009/SkillIcon_1009_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11009, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "100903": { + "RankID": 100903, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_100903", + "Desc": "AvatarRankDesc_100903", + "IconPath": "SpriteOutput/SkillIcons/1009/SkillIcon_1009_Ultra.png", + "SkillAddLevelList": { + "100903": 3, + "100901": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11009, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100904": { + "RankID": 100904, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_100904", + "Desc": "AvatarRankDesc_100904", + "IconPath": "SpriteOutput/SkillIcons/1009/SkillIcon_1009_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11009, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 1073741825 + } + ] + }, + "100905": { + "RankID": 100905, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_100905", + "Desc": "AvatarRankDesc_100905", + "IconPath": "SpriteOutput/SkillIcons/1009/SkillIcon_1009_BP.png", + "SkillAddLevelList": { + "100902": 3, + "100901": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11009, + "ItemNum": 1 + } + ], + "Param": [] + }, + "100906": { + "RankID": 100906, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_100906", + "Desc": "AvatarRankDesc_100906", + "IconPath": "SpriteOutput/SkillIcons/1009/SkillIcon_1009_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11009, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "101301": { + "RankID": 101301, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_101301", + "Desc": "AvatarRankDesc_101301", + "IconPath": "SpriteOutput/SkillIcons/1013/SkillIcon_1013_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11013, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + } + ] + }, + "101302": { + "RankID": 101302, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_101302", + "Desc": "AvatarRankDesc_101302", + "IconPath": "SpriteOutput/SkillIcons/1013/SkillIcon_1013_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11013, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 171798692 + } + ] + }, + "101303": { + "RankID": 101303, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_101303", + "Desc": "AvatarRankDesc_101303", + "IconPath": "SpriteOutput/SkillIcons/1013/SkillIcon_1013_Ultra.png", + "SkillAddLevelList": { + "101303": 3, + "101301": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11013, + "ItemNum": 1 + } + ], + "Param": [] + }, + "101304": { + "RankID": 101304, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_101304", + "Desc": "AvatarRankDesc_101304", + "IconPath": "SpriteOutput/SkillIcons/1013/SkillIcon_1013_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11013, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 429496730 + } + ] + }, + "101305": { + "RankID": 101305, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_101305", + "Desc": "AvatarRankDesc_101305", + "IconPath": "SpriteOutput/SkillIcons/1013/SkillIcon_1013_BP.png", + "SkillAddLevelList": { + "101302": 3, + "101301": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11013, + "ItemNum": 1 + } + ], + "Param": [] + }, + "101306": { + "RankID": 101306, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_101306", + "Desc": "AvatarRankDesc_101306", + "IconPath": "SpriteOutput/SkillIcons/1013/SkillIcon_1013_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11013, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1717986920 + }, + { + "RawValue": 4294967296 + } + ] + }, + "110101": { + "RankID": 110101, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_110101", + "Desc": "AvatarRankDesc_110101", + "IconPath": "SpriteOutput/SkillIcons/1101/SkillIcon_1101_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Bronya_00_Rank01" + ], + "UnlockCost": [ + { + "ItemID": 11101, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + } + ] + }, + "110102": { + "RankID": 110102, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_110102", + "Desc": "AvatarRankDesc_110102", + "IconPath": "SpriteOutput/SkillIcons/1101/SkillIcon_1101_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11101, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1288490190 + } + ] + }, + "110103": { + "RankID": 110103, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_110103", + "Desc": "AvatarRankDesc_110103", + "IconPath": "SpriteOutput/SkillIcons/1101/SkillIcon_1101_Ultra.png", + "SkillAddLevelList": { + "110103": 3, + "110101": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11101, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110104": { + "RankID": 110104, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_110104", + "Desc": "AvatarRankDesc_110104", + "IconPath": "SpriteOutput/SkillIcons/1101/SkillIcon_1101_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Bronya_00_Rank04" + ], + "UnlockCost": [ + { + "ItemID": 11101, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 3435973840 + } + ] + }, + "110105": { + "RankID": 110105, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_110105", + "Desc": "AvatarRankDesc_110105", + "IconPath": "SpriteOutput/SkillIcons/1101/SkillIcon_1101_BP.png", + "SkillAddLevelList": { + "110102": 3, + "110101": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11101, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110106": { + "RankID": 110106, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_110106", + "Desc": "AvatarRankDesc_110106", + "IconPath": "SpriteOutput/SkillIcons/1101/SkillIcon_1101_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11101, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "110201": { + "RankID": 110201, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_110201", + "Desc": "AvatarRankDesc_110201", + "IconPath": "SpriteOutput/SkillIcons/1102/SkillIcon_1102_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11102, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 8589934592 + } + ] + }, + "110202": { + "RankID": 110202, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_110202", + "Desc": "AvatarRankDesc_110202", + "IconPath": "SpriteOutput/SkillIcons/1102/SkillIcon_1102_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Seele_Rank02" + ], + "UnlockCost": [ + { + "ItemID": 11102, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 644245095 + } + ] + }, + "110203": { + "RankID": 110203, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_110203", + "Desc": "AvatarRankDesc_110203", + "IconPath": "SpriteOutput/SkillIcons/1102/SkillIcon_1102_Ultra.png", + "SkillAddLevelList": { + "110203": 3, + "110201": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11102, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110204": { + "RankID": 110204, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_110204", + "Desc": "AvatarRankDesc_110204", + "IconPath": "SpriteOutput/SkillIcons/1102/SkillIcon_1102_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Seele_Rank04" + ], + "UnlockCost": [ + { + "ItemID": 11102, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 64424509440 + } + ] + }, + "110205": { + "RankID": 110205, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_110205", + "Desc": "AvatarRankDesc_110205", + "IconPath": "SpriteOutput/SkillIcons/1102/SkillIcon_1102_BP.png", + "SkillAddLevelList": { + "110202": 3, + "110201": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11102, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110206": { + "RankID": 110206, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_110206", + "Desc": "AvatarRankDesc_110206", + "IconPath": "SpriteOutput/SkillIcons/1102/SkillIcon_1102_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Seele_Rank06" + ], + "UnlockCost": [ + { + "ItemID": 11102, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ] + }, + "110301": { + "RankID": 110301, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_110301", + "Desc": "AvatarRankDesc_110301", + "IconPath": "SpriteOutput/SkillIcons/1103/SkillIcon_1103_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11103, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2576980380 + } + ] + }, + "110302": { + "RankID": 110302, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_110302", + "Desc": "AvatarRankDesc_110302", + "IconPath": "SpriteOutput/SkillIcons/1103/SkillIcon_1103_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11103, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 17179869184 + } + ] + }, + "110303": { + "RankID": 110303, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_110303", + "Desc": "AvatarRankDesc_110303", + "IconPath": "SpriteOutput/SkillIcons/1103/SkillIcon_1103_Ultra.png", + "SkillAddLevelList": { + "110303": 3, + "110301": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11103, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110304": { + "RankID": 110304, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_110304", + "Desc": "AvatarRankDesc_110304", + "IconPath": "SpriteOutput/SkillIcons/1103/SkillIcon_1103_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11103, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "110305": { + "RankID": 110305, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_110305", + "Desc": "AvatarRankDesc_110305", + "IconPath": "SpriteOutput/SkillIcons/1103/SkillIcon_1103_BP.png", + "SkillAddLevelList": { + "110302": 3, + "110301": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11103, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110306": { + "RankID": 110306, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_110306", + "Desc": "AvatarRankDesc_110306", + "IconPath": "SpriteOutput/SkillIcons/1103/SkillIcon_1103_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Serval_00_Rank06" + ], + "UnlockCost": [ + { + "ItemID": 11103, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + } + ] + }, + "110401": { + "RankID": 110401, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_110401", + "Desc": "AvatarRankDesc_110401", + "IconPath": "SpriteOutput/SkillIcons/1104/SkillIcon_1104_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11104, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 3221225475 + }, + { + "RawValue": 4294967296 + } + ] + }, + "110402": { + "RankID": 110402, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_110402", + "Desc": "AvatarRankDesc_110402", + "IconPath": "SpriteOutput/SkillIcons/1104/SkillIcon_1104_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11104, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1073741825 + }, + { + "RawValue": 4294967296 + } + ] + }, + "110403": { + "RankID": 110403, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_110403", + "Desc": "AvatarRankDesc_110403", + "IconPath": "SpriteOutput/SkillIcons/1104/SkillIcon_1104_Ultra.png", + "SkillAddLevelList": { + "110403": 3, + "110401": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11104, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110404": { + "RankID": 110404, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_110404", + "Desc": "AvatarRankDesc_110404", + "IconPath": "SpriteOutput/SkillIcons/1104/SkillIcon_1104_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11104, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 858993460 + } + ] + }, + "110405": { + "RankID": 110405, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_110405", + "Desc": "AvatarRankDesc_110405", + "IconPath": "SpriteOutput/SkillIcons/1104/SkillIcon_1104_BP.png", + "SkillAddLevelList": { + "110402": 3, + "110401": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11104, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110406": { + "RankID": 110406, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_110406", + "Desc": "AvatarRankDesc_110406", + "IconPath": "SpriteOutput/SkillIcons/1104/SkillIcon_1104_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11104, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 214748364800 + }, + { + "RawValue": 8589934592 + } + ] + }, + "110501": { + "RankID": 110501, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_110501", + "Desc": "AvatarRankDesc_110501", + "IconPath": "SpriteOutput/SkillIcons/1105/SkillIcon_1105_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Natasha_00_Rank01" + ], + "UnlockCost": [ + { + "ItemID": 11105, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 34359738368 + } + ] + }, + "110502": { + "RankID": 110502, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_110502", + "Desc": "AvatarRankDesc_110502", + "IconPath": "SpriteOutput/SkillIcons/1105/SkillIcon_1105_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11105, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 429496730 + } + ] + }, + "110503": { + "RankID": 110503, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_110503", + "Desc": "AvatarRankDesc_110503", + "IconPath": "SpriteOutput/SkillIcons/1105/SkillIcon_1105_Ultra.png", + "SkillAddLevelList": { + "110503": 3, + "110501": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11105, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110504": { + "RankID": 110504, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_110504", + "Desc": "AvatarRankDesc_110504", + "IconPath": "SpriteOutput/SkillIcons/1105/SkillIcon_1105_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Natasha_00_Rank04" + ], + "UnlockCost": [ + { + "ItemID": 11105, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 687194767360 + } + ] + }, + "110505": { + "RankID": 110505, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_110505", + "Desc": "AvatarRankDesc_110505", + "IconPath": "SpriteOutput/SkillIcons/1105/SkillIcon_1105_BP.png", + "SkillAddLevelList": { + "110502": 3, + "110501": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11105, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110506": { + "RankID": 110506, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_110506", + "Desc": "AvatarRankDesc_110506", + "IconPath": "SpriteOutput/SkillIcons/1105/SkillIcon_1105_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11105, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2576980380 + } + ] + }, + "110601": { + "RankID": 110601, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_110601", + "Desc": "AvatarRankDesc_110601", + "IconPath": "SpriteOutput/SkillIcons/1106/SkillIcon_1106_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Pela_SkillRank01" + ], + "UnlockCost": [ + { + "ItemID": 11106, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 21474836480 + } + ] + }, + "110602": { + "RankID": 110602, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_110602", + "Desc": "AvatarRankDesc_110602", + "IconPath": "SpriteOutput/SkillIcons/1106/SkillIcon_1106_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11106, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "110603": { + "RankID": 110603, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_110603", + "Desc": "AvatarRankDesc_110603", + "IconPath": "SpriteOutput/SkillIcons/1106/SkillIcon_1106_Ultra.png", + "SkillAddLevelList": { + "110603": 3, + "110601": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11106, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110604": { + "RankID": 110604, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_110604", + "Desc": "AvatarRankDesc_110604", + "IconPath": "SpriteOutput/SkillIcons/1106/SkillIcon_1106_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11106, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + } + ] + }, + "110605": { + "RankID": 110605, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_110605", + "Desc": "AvatarRankDesc_110605", + "IconPath": "SpriteOutput/SkillIcons/1106/SkillIcon_1106_BP.png", + "SkillAddLevelList": { + "110602": 3, + "110601": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11106, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110606": { + "RankID": 110606, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_110606", + "Desc": "AvatarRankDesc_110606", + "IconPath": "SpriteOutput/SkillIcons/1106/SkillIcon_1106_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Pela_SkillRank06" + ], + "UnlockCost": [ + { + "ItemID": 11106, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 3435973840 + } + ] + }, + "110701": { + "RankID": 110701, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_110701", + "Desc": "AvatarRankDesc_110701", + "IconPath": "SpriteOutput/SkillIcons/1107/SkillIcon_1107_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11107, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110702": { + "RankID": 110702, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_110702", + "Desc": "AvatarRankDesc_110702", + "IconPath": "SpriteOutput/SkillIcons/1107/SkillIcon_1107_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11107, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 858993460 + } + ] + }, + "110703": { + "RankID": 110703, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_110703", + "Desc": "AvatarRankDesc_110703", + "IconPath": "SpriteOutput/SkillIcons/1107/SkillIcon_1107_Ultra.png", + "SkillAddLevelList": { + "110703": 3, + "110701": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11107, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110704": { + "RankID": 110704, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_110704", + "Desc": "AvatarRankDesc_110704", + "IconPath": "SpriteOutput/SkillIcons/1107/SkillIcon_1107_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Klara_Rank04" + ], + "UnlockCost": [ + { + "ItemID": 11107, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1288490190 + } + ] + }, + "110705": { + "RankID": 110705, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_110705", + "Desc": "AvatarRankDesc_110705", + "IconPath": "SpriteOutput/SkillIcons/1107/SkillIcon_1107_BP.png", + "SkillAddLevelList": { + "110702": 3, + "110701": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11107, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110706": { + "RankID": 110706, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_110706", + "Desc": "AvatarRankDesc_110706", + "IconPath": "SpriteOutput/SkillIcons/1107/SkillIcon_1107_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Klara_Rank06" + ], + "UnlockCost": [ + { + "ItemID": 11107, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 8589934592 + } + ] + }, + "110801": { + "RankID": 110801, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_110801", + "Desc": "AvatarRankDesc_110801", + "IconPath": "SpriteOutput/SkillIcons/1108/SkillIcon_1108_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11108, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110802": { + "RankID": 110802, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_110802", + "Desc": "AvatarRankDesc_110802", + "IconPath": "SpriteOutput/SkillIcons/1108/SkillIcon_1108_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Sampo_Rank02" + ], + "UnlockCost": [ + { + "ItemID": 11108, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110803": { + "RankID": 110803, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_110803", + "Desc": "AvatarRankDesc_110803", + "IconPath": "SpriteOutput/SkillIcons/1108/SkillIcon_1108_Ultra.png", + "SkillAddLevelList": { + "110803": 3, + "110801": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11108, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110804": { + "RankID": 110804, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_110804", + "Desc": "AvatarRankDesc_110804", + "IconPath": "SpriteOutput/SkillIcons/1108/SkillIcon_1108_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11108, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 21474836480 + }, + { + "RawValue": 429496730 + } + ] + }, + "110805": { + "RankID": 110805, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_110805", + "Desc": "AvatarRankDesc_110805", + "IconPath": "SpriteOutput/SkillIcons/1108/SkillIcon_1108_BP.png", + "SkillAddLevelList": { + "110802": 3, + "110801": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11108, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110806": { + "RankID": 110806, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_110806", + "Desc": "AvatarRankDesc_110806", + "IconPath": "SpriteOutput/SkillIcons/1108/SkillIcon_1108_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11108, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 429496730 + } + ] + }, + "110901": { + "RankID": 110901, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_110901", + "Desc": "AvatarRankDesc_110901", + "IconPath": "SpriteOutput/SkillIcons/1109/SkillIcon_1109_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11109, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1717986920 + } + ] + }, + "110902": { + "RankID": 110902, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_110902", + "Desc": "AvatarRankDesc_110902", + "IconPath": "SpriteOutput/SkillIcons/1109/SkillIcon_1109_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11109, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "110903": { + "RankID": 110903, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_110903", + "Desc": "AvatarRankDesc_110903", + "IconPath": "SpriteOutput/SkillIcons/1109/SkillIcon_1109_Ultra.png", + "SkillAddLevelList": { + "110903": 3, + "110901": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11109, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110904": { + "RankID": 110904, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_110904", + "Desc": "AvatarRankDesc_110904", + "IconPath": "SpriteOutput/SkillIcons/1109/SkillIcon_1109_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11109, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 8589934592 + } + ] + }, + "110905": { + "RankID": 110905, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_110905", + "Desc": "AvatarRankDesc_110905", + "IconPath": "SpriteOutput/SkillIcons/1109/SkillIcon_1109_BP.png", + "SkillAddLevelList": { + "110902": 3, + "110901": 1, + "110909": 3 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11109, + "ItemNum": 1 + } + ], + "Param": [] + }, + "110906": { + "RankID": 110906, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_110906", + "Desc": "AvatarRankDesc_110906", + "IconPath": "SpriteOutput/SkillIcons/1109/SkillIcon_1109_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Hook_Rank06" + ], + "UnlockCost": [ + { + "ItemID": 11109, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 858993460 + } + ] + }, + "120301": { + "RankID": 120301, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_120301", + "Desc": "AvatarRankDesc_120301", + "IconPath": "SpriteOutput/SkillIcons/1203/SkillIcon_1203_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11203, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + }, + { + "RawValue": 4294967296 + } + ] + }, + "120302": { + "RankID": 120302, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_120302", + "Desc": "AvatarRankDesc_120302", + "IconPath": "SpriteOutput/SkillIcons/1203/SkillIcon_1203_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11203, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 42949672960 + } + ] + }, + "120303": { + "RankID": 120303, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_120303", + "Desc": "AvatarRankDesc_120303", + "IconPath": "SpriteOutput/SkillIcons/1203/SkillIcon_1203_Ultra.png", + "SkillAddLevelList": { + "120303": 3, + "120301": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11203, + "ItemNum": 1 + } + ], + "Param": [] + }, + "120304": { + "RankID": 120304, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_120304", + "Desc": "AvatarRankDesc_120304", + "IconPath": "SpriteOutput/SkillIcons/1203/SkillIcon_1203_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11203, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1288490190 + } + ] + }, + "120305": { + "RankID": 120305, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_120305", + "Desc": "AvatarRankDesc_120305", + "IconPath": "SpriteOutput/SkillIcons/1203/SkillIcon_1203_BP.png", + "SkillAddLevelList": { + "120302": 3, + "120301": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11203, + "ItemNum": 1 + } + ], + "Param": [] + }, + "120306": { + "RankID": 120306, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_120306", + "Desc": "AvatarRankDesc_120306", + "IconPath": "SpriteOutput/SkillIcons/1203/SkillIcon_1203_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11203, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "120401": { + "RankID": 120401, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_120401", + "Desc": "AvatarRankDesc_120401", + "IconPath": "SpriteOutput/SkillIcons/1204/SkillIcon_1204_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11204, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1073741825 + } + ] + }, + "120402": { + "RankID": 120402, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_120402", + "Desc": "AvatarRankDesc_120402", + "IconPath": "SpriteOutput/SkillIcons/1204/SkillIcon_1204_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11204, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 8589934592 + } + ] + }, + "120403": { + "RankID": 120403, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_120403", + "Desc": "AvatarRankDesc_120403", + "IconPath": "SpriteOutput/SkillIcons/1204/SkillIcon_1204_Ultra.png", + "SkillAddLevelList": { + "120403": 3, + "120401": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11204, + "ItemNum": 1 + } + ], + "Param": [] + }, + "120404": { + "RankID": 120404, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_120404", + "Desc": "AvatarRankDesc_120404", + "IconPath": "SpriteOutput/SkillIcons/1204/SkillIcon_1204_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11204, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 12884901888 + } + ] + }, + "120405": { + "RankID": 120405, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_120405", + "Desc": "AvatarRankDesc_120405", + "IconPath": "SpriteOutput/SkillIcons/1204/SkillIcon_1204_BP.png", + "SkillAddLevelList": { + "120402": 3, + "120401": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11204, + "ItemNum": 1 + } + ], + "Param": [] + }, + "120406": { + "RankID": 120406, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_120406", + "Desc": "AvatarRankDesc_120406", + "IconPath": "SpriteOutput/SkillIcons/1204/SkillIcon_1204_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11204, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 12884901888 + } + ] + }, + "120501": { + "RankID": 120501, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_120501", + "Desc": "AvatarRankDesc_120501", + "IconPath": "SpriteOutput/SkillIcons/1205/SkillIcon_1205_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11205, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 8589934592 + } + ] + }, + "120502": { + "RankID": 120502, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_120502", + "Desc": "AvatarRankDesc_120502", + "IconPath": "SpriteOutput/SkillIcons/1205/SkillIcon_1205_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11205, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 12884901888 + } + ] + }, + "120503": { + "RankID": 120503, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_120503", + "Desc": "AvatarRankDesc_120503", + "IconPath": "SpriteOutput/SkillIcons/1205/SkillIcon_1205_Ultra.png", + "SkillAddLevelList": { + "120503": 3, + "120501": 1, + "120508": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11205, + "ItemNum": 1 + } + ], + "Param": [] + }, + "120504": { + "RankID": 120504, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_120504", + "Desc": "AvatarRankDesc_120504", + "IconPath": "SpriteOutput/SkillIcons/1205/SkillIcon_1205_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11205, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "120505": { + "RankID": 120505, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_120505", + "Desc": "AvatarRankDesc_120505", + "IconPath": "SpriteOutput/SkillIcons/1205/SkillIcon_1205_BP.png", + "SkillAddLevelList": { + "120502": 3, + "120501": 1, + "120508": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11205, + "ItemNum": 1 + } + ], + "Param": [] + }, + "120506": { + "RankID": 120506, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_120506", + "Desc": "AvatarRankDesc_120506", + "IconPath": "SpriteOutput/SkillIcons/1205/SkillIcon_1205_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_Ren_Rank06" + ], + "UnlockCost": [ + { + "ItemID": 11205, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 12884901888 + } + ] + }, + "120601": { + "RankID": 120601, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_120601", + "Desc": "AvatarRankDesc_120601", + "IconPath": "SpriteOutput/SkillIcons/1206/SkillIcon_1206_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11206, + "ItemNum": 1 + } + ], + "Param": [] + }, + "120602": { + "RankID": 120602, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_120602", + "Desc": "AvatarRankDesc_120602", + "IconPath": "SpriteOutput/SkillIcons/1206/SkillIcon_1206_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11206, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 858993460 + } + ] + }, + "120603": { + "RankID": 120603, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_120603", + "Desc": "AvatarRankDesc_120603", + "IconPath": "SpriteOutput/SkillIcons/1206/SkillIcon_1206_Ultra.png", + "SkillAddLevelList": { + "120603": 3, + "120601": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11206, + "ItemNum": 1 + } + ], + "Param": [] + }, + "120604": { + "RankID": 120604, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_120604", + "Desc": "AvatarRankDesc_120604", + "IconPath": "SpriteOutput/SkillIcons/1206/SkillIcon_1206_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11206, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 1073741825 + } + ] + }, + "120605": { + "RankID": 120605, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_120605", + "Desc": "AvatarRankDesc_120605", + "IconPath": "SpriteOutput/SkillIcons/1206/SkillIcon_1206_BP.png", + "SkillAddLevelList": { + "120602": 3, + "120601": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11206, + "ItemNum": 1 + } + ], + "Param": [] + }, + "120606": { + "RankID": 120606, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_120606", + "Desc": "AvatarRankDesc_120606", + "IconPath": "SpriteOutput/SkillIcons/1206/SkillIcon_1206_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 11206, + "ItemNum": 1 + } + ], + "Param": [] + }, + "800101": { + "RankID": 800101, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_800101", + "Desc": "AvatarRankDesc_800101", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 42949672960 + }, + { + "RawValue": 4294967296 + } + ] + }, + "800102": { + "RankID": 800102, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_800102", + "Desc": "AvatarRankDesc_800102", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 214748365 + } + ] + }, + "800103": { + "RankID": 800103, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_800103", + "Desc": "AvatarRankDesc_800103", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Ultra.png", + "SkillAddLevelList": { + "800103": 3, + "800101": 1, + "800108": 3, + "800109": 3 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [] + }, + "800104": { + "RankID": 800104, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_800104", + "Desc": "AvatarRankDesc_800104", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1073741825 + } + ] + }, + "800105": { + "RankID": 800105, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_800105", + "Desc": "AvatarRankDesc_800105", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_BP.png", + "SkillAddLevelList": { + "800102": 3, + "800101": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [] + }, + "800106": { + "RankID": 800106, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_800106", + "Desc": "AvatarRankDesc_800106", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_PlayerBoy_00_Rank06" + ], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "800201": { + "RankID": 800201, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_800201", + "Desc": "AvatarRankDesc_800201", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 42949672960 + }, + { + "RawValue": 4294967296 + } + ] + }, + "800202": { + "RankID": 800202, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_800202", + "Desc": "AvatarRankDesc_800202", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 214748365 + } + ] + }, + "800203": { + "RankID": 800203, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_800203", + "Desc": "AvatarRankDesc_800203", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Ultra.png", + "SkillAddLevelList": { + "800203": 3, + "800201": 1, + "800208": 3, + "800209": 3 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [] + }, + "800204": { + "RankID": 800204, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_800204", + "Desc": "AvatarRankDesc_800204", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 1073741825 + } + ] + }, + "800205": { + "RankID": 800205, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_800205", + "Desc": "AvatarRankDesc_800205", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_BP.png", + "SkillAddLevelList": { + "800202": 3, + "800201": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [] + }, + "800206": { + "RankID": 800206, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_800206", + "Desc": "AvatarRankDesc_800206", + "IconPath": "SpriteOutput/SkillIcons/8001/SkillIcon_8001_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [ + "Avatar_PlayerGirl_00_Rank06" + ], + "UnlockCost": [ + { + "ItemID": 18001, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 4294967296 + } + ] + }, + "800301": { + "RankID": 800301, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_800301", + "Desc": "AvatarRankDesc_800301", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 858993460 + } + ] + }, + "800302": { + "RankID": 800302, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_800302", + "Desc": "AvatarRankDesc_800302", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 128849019 + } + ] + }, + "800303": { + "RankID": 800303, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_800303", + "Desc": "AvatarRankDesc_800303", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Ultra.png", + "SkillAddLevelList": { + "800303": 3, + "800301": 1, + "800308": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [] + }, + "800304": { + "RankID": 800304, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_800304", + "Desc": "AvatarRankDesc_800304", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 17179869184 + } + ] + }, + "800305": { + "RankID": 800305, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_800305", + "Desc": "AvatarRankDesc_800305", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_BP.png", + "SkillAddLevelList": { + "800302": 3, + "800301": 1, + "800308": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [] + }, + "800306": { + "RankID": 800306, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_800306", + "Desc": "AvatarRankDesc_800306", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + } + ] + }, + "800401": { + "RankID": 800401, + "Rank": 1, + "Trigger": { + "Hash": 2089636447, + "IsEmpty": false, + "HashKey": "2089636447" + }, + "Name": "AvatarRankName_800401", + "Desc": "AvatarRankDesc_800401", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Rank1.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 858993460 + } + ] + }, + "800402": { + "RankID": 800402, + "Rank": 2, + "Trigger": { + "Hash": 523552506, + "IsEmpty": false, + "HashKey": "523552506" + }, + "Name": "AvatarRankName_800402", + "Desc": "AvatarRankDesc_800402", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Rank2.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 128849019 + } + ] + }, + "800403": { + "RankID": 800403, + "Rank": 3, + "Trigger": { + "Hash": -1042531435, + "IsEmpty": false, + "HashKey": "-1042531435" + }, + "Name": "AvatarRankName_800403", + "Desc": "AvatarRankDesc_800403", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Ultra.png", + "SkillAddLevelList": { + "800403": 3, + "800401": 1, + "800408": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [] + }, + "800404": { + "RankID": 800404, + "Rank": 4, + "Trigger": { + "Hash": 1686351920, + "IsEmpty": false, + "HashKey": "1686351920" + }, + "Name": "AvatarRankName_800404", + "Desc": "AvatarRankDesc_800404", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Rank4.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 17179869184 + } + ] + }, + "800405": { + "RankID": 800405, + "Rank": 5, + "Trigger": { + "Hash": 120267979, + "IsEmpty": false, + "HashKey": "120267979" + }, + "Name": "AvatarRankName_800405", + "Desc": "AvatarRankDesc_800405", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_BP.png", + "SkillAddLevelList": { + "800402": 3, + "800401": 1, + "800408": 1 + }, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [] + }, + "800406": { + "RankID": 800406, + "Rank": 6, + "Trigger": { + "Hash": -1445815962, + "IsEmpty": false, + "HashKey": "-1445815962" + }, + "Name": "AvatarRankName_800406", + "Desc": "AvatarRankDesc_800406", + "IconPath": "SpriteOutput/SkillIcons/8003/SkillIcon_8003_Rank6.png", + "SkillAddLevelList": {}, + "RankAbility": [], + "UnlockCost": [ + { + "ItemID": 18003, + "ItemNum": 1 + } + ], + "Param": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + } + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarRarityExcelTable.json b/CrepePackage/src/data/excel/AvatarRarityExcelTable.json new file mode 100644 index 0000000..16eea9c --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarRarityExcelTable.json @@ -0,0 +1,27 @@ +{ + "1": { + "ID": 1, + "RarityIconPath": "SpriteOutput/AvatarIcon/UISprite/IconRarityB.png", + "RarityName": "D" + }, + "2": { + "ID": 2, + "RarityIconPath": "SpriteOutput/AvatarIcon/UISprite/IconRarityB.png", + "RarityName": "C" + }, + "3": { + "ID": 3, + "RarityIconPath": "SpriteOutput/AvatarIcon/UISprite/IconRarityB.png", + "RarityName": "B" + }, + "4": { + "ID": 4, + "RarityIconPath": "SpriteOutput/AvatarIcon/UISprite/IconRarityA.png", + "RarityName": "A" + }, + "5": { + "ID": 5, + "RarityIconPath": "SpriteOutput/AvatarIcon/UISprite/IconRarityS.png", + "RarityName": "S" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarSkillExcelTable.json b/CrepePackage/src/data/excel/AvatarSkillExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarSkillExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarSkillTreeExcelTable.json b/CrepePackage/src/data/excel/AvatarSkillTreeExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarSkillTreeExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/AvatarVOExcelTable.json b/CrepePackage/src/data/excel/AvatarVOExcelTable.json new file mode 100644 index 0000000..c758db3 --- /dev/null +++ b/CrepePackage/src/data/excel/AvatarVOExcelTable.json @@ -0,0 +1,326 @@ +{ + "mar7th": { + "VOTag": "mar7th", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "danheng": { + "VOTag": "danheng", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "himeko": { + "VOTag": "himeko", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "welt": { + "VOTag": "welt", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "asta": { + "VOTag": "asta", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "bronya": { + "VOTag": "bronya", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "seele": { + "VOTag": "seele", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "gepard": { + "VOTag": "gepard", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "natasha": { + "VOTag": "natasha", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "pela": { + "VOTag": "pela", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "clara": { + "VOTag": "clara", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "sampo": { + "VOTag": "sampo", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "hook": { + "VOTag": "hook", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 0 + }, + "serval": { + "VOTag": "serval", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "kafka": { + "VOTag": "kafka", + "ActionBegin": 100, + "ActionBeginAdvantage": 100, + "ActionBeginHighThreat": 100, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "silverwolf": { + "VOTag": "silverwolf", + "ActionBegin": 100, + "ActionBeginAdvantage": 100, + "ActionBeginHighThreat": 100, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "arlan": { + "VOTag": "arlan", + "ActionBegin": 100, + "ActionBeginAdvantage": 100, + "ActionBeginHighThreat": 100, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "herta": { + "VOTag": "herta", + "ActionBegin": 100, + "ActionBeginAdvantage": 100, + "ActionBeginHighThreat": 100, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "playerboy": { + "VOTag": "playerboy", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 0, + "LightHit": 100, + "StandBy": 100 + }, + "playergirl": { + "VOTag": "playergirl", + "ActionBegin": 100, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 0, + "LightHit": 100, + "StandBy": 100 + }, + "playerboy2": { + "VOTag": "playerboy2", + "ActionBegin": 100, + "ActionBeginAdvantage": 100, + "ActionBeginHighThreat": 100, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "playergirl2": { + "VOTag": "playergirl2", + "ActionBegin": 100, + "ActionBeginAdvantage": 100, + "ActionBeginHighThreat": 100, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "luocha": { + "VOTag": "luocha", + "ActionBegin": 0, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 0, + "ReceiveBuff": 0, + "Revived": 0, + "UltraReady": 0, + "LightHit": 0, + "StandBy": 0 + }, + "jingyuan": { + "VOTag": "jingyuan", + "ActionBegin": 100, + "ActionBeginAdvantage": 100, + "ActionBeginHighThreat": 100, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "blade": { + "VOTag": "blade", + "ActionBegin": 100, + "ActionBeginAdvantage": 100, + "ActionBeginHighThreat": 100, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "sushang": { + "VOTag": "sushang", + "ActionBegin": 100, + "ActionBeginAdvantage": 100, + "ActionBeginHighThreat": 100, + "ReceiveHealing": 100, + "ReceiveBuff": 0, + "Revived": 100, + "UltraReady": 100, + "LightHit": 100, + "StandBy": 100 + }, + "test": { + "VOTag": "test", + "ActionBegin": 0, + "ActionBeginAdvantage": 0, + "ActionBeginHighThreat": 0, + "ReceiveHealing": 0, + "ReceiveBuff": 0, + "Revived": 0, + "UltraReady": 0, + "LightHit": 0, + "StandBy": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/BattleEventExcelTable.json b/CrepePackage/src/data/excel/BattleEventExcelTable.json new file mode 100644 index 0000000..a1cbf55 --- /dev/null +++ b/CrepePackage/src/data/excel/BattleEventExcelTable.json @@ -0,0 +1,1816 @@ +{ + "1": { + "BattleEventID": 1, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_1", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_TargetAttack", + "BattleEventAbility_TargetAttackInsert1", + "BattleEventAbility_TargetAttackInsert2", + "BattleEventAbility_ChallengeTurnLimit" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 77309411328 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "Level/Maze/Puzzle/Challenge/ChallengeBattleEvent.prefab", + "BasePoint": "BattleEventAnchor_1", + "DescrptionText": "BattleEventDesc_1", + "ParamList": [] + }, + "2": { + "BattleEventID": 2, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_2", + "HeadIcon": "SpriteOutput/AvatarIconTeam/1204Shadow.png", + "AbilityList": [ + "BattleEventAbility_JingYuan_Passive", + "BattleEventAbility_JingYuan_Passive_Insert" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 0 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_2", + "ParamList": [] + }, + "3": { + "BattleEventID": 3, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_3", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Poison", + "BattleEventAbility_Poison_Insert", + "BattleEventAbility_ChallengeTurnLimit" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 77309411328 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_3", + "ParamList": [] + }, + "4": { + "BattleEventID": 4, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_4", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_ThunderAttack", + "BattleEventAbility_ThunderAttack_Insert", + "BattleEventAbility_ChallengeTurnLimit" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 77309411328 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_4", + "ParamList": [] + }, + "5": { + "BattleEventID": 5, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_5", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629901" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_5", + "ParamList": [] + }, + "6": { + "BattleEventID": 6, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_6", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629902" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_6", + "ParamList": [] + }, + "7": { + "BattleEventID": 7, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_7", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629903" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_7", + "ParamList": [] + }, + "8": { + "BattleEventID": 8, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_8", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629904" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_8", + "ParamList": [] + }, + "9": { + "BattleEventID": 9, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_9", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629907" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 515396075520 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_9", + "ParamList": [] + }, + "10": { + "BattleEventID": 10, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_10", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629905" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_10", + "ParamList": [] + }, + "11": { + "BattleEventID": 11, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_11", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629911" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 515396075520 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_11", + "ParamList": [] + }, + "12": { + "BattleEventID": 12, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_12", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629908" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 515396075520 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_12", + "ParamList": [] + }, + "13": { + "BattleEventID": 13, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_13", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629906" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_13", + "ParamList": [] + }, + "14": { + "BattleEventID": 14, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_14", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_14", + "ParamList": [ + { + "RawValue": 2147483650 + } + ] + }, + "15": { + "BattleEventID": 15, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_15", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_02" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_15", + "ParamList": [ + { + "RawValue": 2147483650 + } + ] + }, + "16": { + "BattleEventID": 16, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_16", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_03" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_16", + "ParamList": [ + { + "RawValue": 2147483650 + } + ] + }, + "17": { + "BattleEventID": 17, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_17", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_04" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_17", + "ParamList": [ + { + "RawValue": 2147483650 + } + ] + }, + "18": { + "BattleEventID": 18, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_18", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_05" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_18", + "ParamList": [ + { + "RawValue": 2147483650 + } + ] + }, + "19": { + "BattleEventID": 19, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_19", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_06" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_19", + "ParamList": [ + { + "RawValue": 0 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 8589934592 + } + ] + }, + "20": { + "BattleEventID": 20, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_20", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_07" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_20", + "ParamList": [ + { + "RawValue": 0 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 8589934592 + } + ] + }, + "21": { + "BattleEventID": 21, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_21", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_08" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_21", + "ParamList": [ + { + "RawValue": 0 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 8589934592 + } + ] + }, + "22": { + "BattleEventID": 22, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_22", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_09" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_22", + "ParamList": [ + { + "RawValue": 0 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 8589934592 + } + ] + }, + "23": { + "BattleEventID": 23, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_23", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629912" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 515396075520 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_23", + "ParamList": [] + }, + "24": { + "BattleEventID": 24, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_24", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629909" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_24", + "ParamList": [] + }, + "25": { + "BattleEventID": 25, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_25", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_629910" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_25", + "ParamList": [] + }, + "26": { + "BattleEventID": 26, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_26", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_10" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_26", + "ParamList": [ + { + "RawValue": 0 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 8589934592 + } + ] + }, + "27": { + "BattleEventID": 27, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_27", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_11" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_27", + "ParamList": [ + { + "RawValue": 343597384 + }, + { + "RawValue": 21474836480 + } + ] + }, + "28": { + "BattleEventID": 28, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_28", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_12" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_28", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 21474836480 + } + ] + }, + "29": { + "BattleEventID": 29, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_29", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_13" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_29", + "ParamList": [ + { + "RawValue": 25769803776 + }, + { + "RawValue": 21474836480 + } + ] + }, + "30": { + "BattleEventID": 30, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_30", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_14" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_30", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 21474836480 + } + ] + }, + "31": { + "BattleEventID": 31, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_31", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_15" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_31", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 21474836480 + } + ] + }, + "32": { + "BattleEventID": 32, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_32", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_16", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_32", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "33": { + "BattleEventID": 33, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_33", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_17", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_33", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "34": { + "BattleEventID": 34, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_34", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_18", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_34", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "35": { + "BattleEventID": 35, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_35", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_19", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_35", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "36": { + "BattleEventID": 36, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_36", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_20", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_36", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "37": { + "BattleEventID": 37, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_37", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_21", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_37", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "38": { + "BattleEventID": 38, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_38", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_22", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_38", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "39": { + "BattleEventID": 39, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_39", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_23", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_39", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "40": { + "BattleEventID": 40, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_40", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_24", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_40", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "41": { + "BattleEventID": 41, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_41", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_Challenge_25", + "BattleEventAbility_Challenge_Month_01" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_41", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ] + }, + "42": { + "BattleEventID": 42, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_42", + "HeadIcon": "SpriteOutput/BattleEventIcon/HoshinoKami_001.png", + "AbilityList": [ + "BattleEventAbility_620101", + "BattleEventAbility_620101_Camera" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 356482285568 + }, + "HardLevel": true, + "EliteGroup": true, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_42", + "ParamList": [] + }, + "43": { + "BattleEventID": 43, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_43", + "HeadIcon": "SpriteOutput/BattleEventIcon/HoshinoKami_000.png", + "AbilityList": [ + "BattleEventAbility_620201", + "BattleEventAbility_620201_Camera" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": true, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_43", + "ParamList": [] + }, + "44": { + "BattleEventID": 44, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_44", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_620301" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 343597383680 + }, + "HardLevel": true, + "EliteGroup": true, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_44", + "ParamList": [] + }, + "45": { + "BattleEventID": 45, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_45", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_620401" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 257698037760 + }, + "HardLevel": true, + "EliteGroup": true, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_45", + "ParamList": [] + }, + "46": { + "BattleEventID": 46, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_46", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_ChallengeTurnLimit", + "BattleEventAbility_Challenge_03_temp", + "BattleEventAbility_Camear_SelectLightTeamEntity" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_46", + "ParamList": [] + }, + "47": { + "BattleEventID": 47, + "EventSubType": "ChallengerEvent", + "BattleEventName": "BattleEventName_47", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_ChallengeTurnLimit", + "BattleEventAbility_Challenge_04_temp", + "BattleEventAbility_Camear_SelectDarkTeamEntity" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_47", + "ParamList": [] + }, + "48": { + "BattleEventID": 48, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_48", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_620501" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": true, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_48", + "ParamList": [] + }, + "49": { + "BattleEventID": 49, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_49", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_620601" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + } + ], + "Speed": { + "RawValue": 429496729600 + }, + "HardLevel": true, + "EliteGroup": true, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_49", + "ParamList": [] + }, + "50": { + "BattleEventID": 50, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_50", + "HeadIcon": "SpriteOutput/BattleEventIcon/Monster_Flag.png", + "AbilityList": [ + "BattleEventAbility_CocoliaP1_00_RL", + "BattleEventAbility_CocoliaP1_00_RL_Insert" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + }, + { + "PropertyType": "Level", + "Value": { + "RawValue": 4294967296 + } + }, + { + "PropertyType": "CriticalChance", + "Value": { + "RawValue": 4294967296 + } + }, + { + "PropertyType": "CriticalDamage", + "Value": { + "RawValue": 4294967296 + } + } + ], + "Speed": { + "RawValue": 0 + }, + "HardLevel": false, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_50", + "ParamList": [] + }, + "100": { + "BattleEventID": 100, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_100", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_900100" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + }, + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 858993459200 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_100", + "ParamList": [] + }, + "101": { + "BattleEventID": 101, + "EventSubType": "AssistEvent", + "BattleEventName": "BattleEventName_101", + "HeadIcon": "SpriteOutput/AvatarIconTeam/999.png", + "AbilityList": [ + "BattleEventAbility_900101" + ], + "OverrideProperty": [ + { + "PropertyType": "BaseHP", + "Value": { + "RawValue": 386547056640 + } + }, + { + "PropertyType": "BaseAttack", + "Value": { + "RawValue": 429496729600 + } + } + ], + "Speed": { + "RawValue": 858993459200 + }, + "HardLevel": true, + "EliteGroup": false, + "Config": "", + "Prefab": "", + "BasePoint": "", + "DescrptionText": "BattleEventDesc_101", + "ParamList": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/BattleScoringConfigExcelTable.json b/CrepePackage/src/data/excel/BattleScoringConfigExcelTable.json new file mode 100644 index 0000000..88f6d9b --- /dev/null +++ b/CrepePackage/src/data/excel/BattleScoringConfigExcelTable.json @@ -0,0 +1,1374 @@ +{ + "11001": { + "ScoringID": 11001, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11001", + "DisplayTypeList": [ + "SettleOnly" + ], + "BonusDesc": { + "hash": 349738042 + }, + "BonusSimpleDesc": { + "hash": 2065469444 + }, + "ParamList": [], + "BonusScore": 1200, + "ScoreRuleDesc": { + "hash": 911269728 + }, + "GameModeGroup": 0 + }, + "11002": { + "ScoringID": 11002, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11002", + "DisplayTypeList": [ + "SettleOnly" + ], + "BonusDesc": { + "hash": 349738045 + }, + "BonusSimpleDesc": { + "hash": 2065469447 + }, + "ParamList": [], + "BonusScore": 2000, + "ScoreRuleDesc": { + "hash": 911269731 + }, + "GameModeGroup": 0 + }, + "11003": { + "ScoringID": 11003, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11003", + "DisplayTypeList": [ + "SettleOnly" + ], + "BonusDesc": { + "hash": 349738044 + }, + "BonusSimpleDesc": { + "hash": 2065469446 + }, + "ParamList": [], + "BonusScore": 200, + "ScoreRuleDesc": { + "hash": 911269730 + }, + "GameModeGroup": 0 + }, + "11004": { + "ScoringID": 11004, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11004", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": 349738039 + }, + "BonusSimpleDesc": { + "hash": 2065469449 + }, + "ParamList": [], + "BonusScore": 200, + "ScoreRuleDesc": { + "hash": 911269725 + }, + "GameModeGroup": 0 + }, + "11011": { + "ScoringID": 11011, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11011", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": 1915821983 + }, + "BonusSimpleDesc": { + "hash": -663413911 + }, + "ParamList": [], + "BonusScore": 120, + "ScoreRuleDesc": { + "hash": -1817613627 + }, + "GameModeGroup": 0 + }, + "11012": { + "ScoringID": 11012, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11012", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": 1915821986 + }, + "BonusSimpleDesc": { + "hash": -663413908 + }, + "ParamList": [ + 3.0 + ], + "BonusScore": 1500, + "ScoreRuleDesc": { + "hash": -1817613624 + }, + "GameModeGroup": 0 + }, + "11013": { + "ScoringID": 11013, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11013", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 1915821985 + }, + "BonusSimpleDesc": { + "hash": -663413909 + }, + "ParamList": [], + "BonusScore": 1, + "ScoreRuleDesc": { + "hash": -1817613625 + }, + "GameModeGroup": 0 + }, + "11021": { + "ScoringID": 11021, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11021", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": 1512537456 + }, + "BonusSimpleDesc": { + "hash": 902670030 + }, + "ParamList": [], + "BonusScore": 200, + "ScoreRuleDesc": { + "hash": -251529686 + }, + "GameModeGroup": 0 + }, + "11022": { + "ScoringID": 11022, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11022", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": 1512537459 + }, + "BonusSimpleDesc": { + "hash": 902670033 + }, + "ParamList": [], + "BonusScore": 400, + "ScoreRuleDesc": { + "hash": -251529683 + }, + "GameModeGroup": 0 + }, + "11023": { + "ScoringID": 11023, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11023", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": 1512537458 + }, + "BonusSimpleDesc": { + "hash": 902670032 + }, + "ParamList": [], + "BonusScore": 1000, + "ScoreRuleDesc": { + "hash": -251529684 + }, + "GameModeGroup": 0 + }, + "11031": { + "ScoringID": 11031, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11031", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -1216345899 + }, + "BonusSimpleDesc": { + "hash": -1826213325 + }, + "ParamList": [], + "BonusScore": 500, + "ScoreRuleDesc": { + "hash": 1314554255 + }, + "GameModeGroup": 0 + }, + "11032": { + "ScoringID": 11032, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11032", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -1216345896 + }, + "BonusSimpleDesc": { + "hash": -1826213322 + }, + "ParamList": [], + "BonusScore": 2000, + "ScoreRuleDesc": { + "hash": 1314554258 + }, + "GameModeGroup": 0 + }, + "11033": { + "ScoringID": 11033, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11033", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -1216345897 + }, + "BonusSimpleDesc": { + "hash": -1826213323 + }, + "ParamList": [], + "BonusScore": 3000, + "ScoreRuleDesc": { + "hash": 1314554257 + }, + "GameModeGroup": 0 + }, + "11041": { + "ScoringID": 11041, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11041", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -1619630426 + }, + "BonusSimpleDesc": { + "hash": 96100976 + }, + "ParamList": [], + "BonusScore": 150, + "ScoreRuleDesc": { + "hash": -1058098740 + }, + "GameModeGroup": 0 + }, + "11042": { + "ScoringID": 11042, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11042", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -1619630423 + }, + "BonusSimpleDesc": { + "hash": 96100979 + }, + "ParamList": [ + 5.0 + ], + "BonusScore": 2000, + "ScoreRuleDesc": { + "hash": -1058098737 + }, + "GameModeGroup": 0 + }, + "11043": { + "ScoringID": 11043, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11043", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -1619630424 + }, + "BonusSimpleDesc": { + "hash": 96100978 + }, + "ParamList": [], + "BonusScore": 3000, + "ScoreRuleDesc": { + "hash": -1058098738 + }, + "GameModeGroup": 0 + }, + "11051": { + "ScoringID": 11051, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11051", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -53546485 + }, + "BonusSimpleDesc": { + "hash": 1662184917 + }, + "ParamList": [], + "BonusScore": 120, + "ScoreRuleDesc": { + "hash": 507985201 + }, + "GameModeGroup": 0 + }, + "11052": { + "ScoringID": 11052, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11052", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -53546482 + }, + "BonusSimpleDesc": { + "hash": 1662184920 + }, + "ParamList": [], + "BonusScore": 500, + "ScoreRuleDesc": { + "hash": 507985204 + }, + "GameModeGroup": 0 + }, + "11053": { + "ScoringID": 11053, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11053", + "DisplayTypeList": [], + "BonusDesc": { + "hash": -53546483 + }, + "BonusSimpleDesc": { + "hash": 1662184919 + }, + "ParamList": [], + "BonusScore": 1, + "ScoreRuleDesc": { + "hash": 507985203 + }, + "GameModeGroup": 0 + }, + "11061": { + "ScoringID": 11061, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11061", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -456831012 + }, + "BonusSimpleDesc": { + "hash": -1066698438 + }, + "ParamList": [], + "BonusScore": 400, + "ScoreRuleDesc": { + "hash": 2074069142 + }, + "GameModeGroup": 0 + }, + "11062": { + "ScoringID": 11062, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11062", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -456831009 + }, + "BonusSimpleDesc": { + "hash": -1066698435 + }, + "ParamList": [], + "BonusScore": 3000, + "ScoreRuleDesc": { + "hash": 2074069145 + }, + "GameModeGroup": 0 + }, + "11063": { + "ScoringID": 11063, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11063", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -456831010 + }, + "BonusSimpleDesc": { + "hash": -1066698436 + }, + "ParamList": [], + "BonusScore": 1000, + "ScoreRuleDesc": { + "hash": 2074069144 + }, + "GameModeGroup": 0 + }, + "11071": { + "ScoringID": 11071, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11071", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": 1109252929 + }, + "BonusSimpleDesc": { + "hash": 499385503 + }, + "ParamList": [ + 0.5 + ], + "BonusScore": 250, + "ScoreRuleDesc": { + "hash": -654814213 + }, + "GameModeGroup": 0 + }, + "11072": { + "ScoringID": 11072, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11072", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": 1109252932 + }, + "BonusSimpleDesc": { + "hash": 499385506 + }, + "ParamList": [], + "BonusScore": 400, + "ScoreRuleDesc": { + "hash": -654814210 + }, + "GameModeGroup": 0 + }, + "11073": { + "ScoringID": 11073, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11073", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": 1109252931 + }, + "BonusSimpleDesc": { + "hash": 499385505 + }, + "ParamList": [ + 0.5 + ], + "BonusScore": 3000, + "ScoreRuleDesc": { + "hash": -654814211 + }, + "GameModeGroup": 0 + }, + "11081": { + "ScoringID": 11081, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11081", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -6492318 + }, + "BonusSimpleDesc": { + "hash": 1709239084 + }, + "ParamList": [], + "BonusScore": 100, + "ScoreRuleDesc": { + "hash": 555039368 + }, + "GameModeGroup": 0 + }, + "11082": { + "ScoringID": 11082, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11082", + "DisplayTypeList": [ + "ShowTimes" + ], + "BonusDesc": { + "hash": -6492315 + }, + "BonusSimpleDesc": { + "hash": 1709239087 + }, + "ParamList": [], + "BonusScore": 50, + "ScoreRuleDesc": { + "hash": 555039371 + }, + "GameModeGroup": 0 + }, + "11083": { + "ScoringID": 11083, + "ScoringType": "Scoring", + "AbilityName": "StageAbility_Scoring_11083", + "DisplayTypeList": [], + "BonusDesc": { + "hash": -6492316 + }, + "BonusSimpleDesc": { + "hash": 1709239086 + }, + "ParamList": [], + "BonusScore": 1, + "ScoreRuleDesc": { + "hash": 555039370 + }, + "GameModeGroup": 0 + }, + "20001": { + "ScoringID": 20001, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20001", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20002": { + "ScoringID": 20002, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20002", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20003": { + "ScoringID": 20003, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20003", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20004": { + "ScoringID": 20004, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20004", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20005": { + "ScoringID": 20005, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20005", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20006": { + "ScoringID": 20006, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20006", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20007": { + "ScoringID": 20007, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20007", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20008": { + "ScoringID": 20008, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20008", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20009": { + "ScoringID": 20009, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20009", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20010": { + "ScoringID": 20010, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20010", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20011": { + "ScoringID": 20011, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20011", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20012": { + "ScoringID": 20012, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20012", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20013": { + "ScoringID": 20013, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20013", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20014": { + "ScoringID": 20014, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20014", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20015": { + "ScoringID": 20015, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20015", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20016": { + "ScoringID": 20016, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20016", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20017": { + "ScoringID": 20017, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20017", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20018": { + "ScoringID": 20018, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20018", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20019": { + "ScoringID": 20019, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20019", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20020": { + "ScoringID": 20020, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20020", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20021": { + "ScoringID": 20021, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20021", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20022": { + "ScoringID": 20022, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20022", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20023": { + "ScoringID": 20023, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20023", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20024": { + "ScoringID": 20024, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20024", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20025": { + "ScoringID": 20025, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20025", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20026": { + "ScoringID": 20026, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20026", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20027": { + "ScoringID": 20027, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20027", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20028": { + "ScoringID": 20028, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20028", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20029": { + "ScoringID": 20029, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20029", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "20030": { + "ScoringID": 20030, + "ScoringType": "Quest", + "AbilityName": "StageAbility_Scoring_20030", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 1001 + }, + "30001": { + "ScoringID": 30001, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30002": { + "ScoringID": 30002, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30003": { + "ScoringID": 30003, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30004": { + "ScoringID": 30004, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30005": { + "ScoringID": 30005, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30006": { + "ScoringID": 30006, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30007": { + "ScoringID": 30007, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30008": { + "ScoringID": 30008, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30009": { + "ScoringID": 30009, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30010": { + "ScoringID": 30010, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30011": { + "ScoringID": 30011, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30012": { + "ScoringID": 30012, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30013": { + "ScoringID": 30013, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30014": { + "ScoringID": 30014, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + }, + "30015": { + "ScoringID": 30015, + "ScoringType": "Quest", + "AbilityName": "", + "DisplayTypeList": [], + "BonusDesc": { + "hash": 371857150 + }, + "BonusSimpleDesc": { + "hash": 371857150 + }, + "ParamList": [], + "BonusScore": 0, + "ScoreRuleDesc": { + "hash": 371857150 + }, + "GameModeGroup": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/BottomTipsOfKeyExcelTable.json b/CrepePackage/src/data/excel/BottomTipsOfKeyExcelTable.json new file mode 100644 index 0000000..c380aea --- /dev/null +++ b/CrepePackage/src/data/excel/BottomTipsOfKeyExcelTable.json @@ -0,0 +1,99 @@ +{ + "Default:1": { + "ContextName": "Default", + "ZoomType": 1, + "ActionNameList": [ + "Menu_Confirm", + "Menu_Cancel" + ] + }, + "BattleGamePageContext:1": { + "ContextName": "BattleGamePageContext", + "ZoomType": 1, + "ActionNameList": [ + "Battle_TriggerUltra", + "Battle_SelectTargetLeft", + "Battle_SelectTargetRight", + "Battle_SkillSelect", + "Battle_SkillRelease" + ] + }, + "TownMainPage:1": { + "ContextName": "TownMainPage", + "ZoomType": 1, + "ActionNameList": [ + "Maze_Phone", + "Maze_MouseOperating", + "Maze_Job" + ] + }, + "MazeMainPage:1": { + "ContextName": "MazeMainPage", + "ZoomType": 1, + "ActionNameList": [ + "Menu_MazeEnemyDetail", + "Maze_Bag", + "Maze_Map", + "Maze_MouseOperating" + ] + }, + "RoomMainPage:1": { + "ContextName": "RoomMainPage", + "ZoomType": 1, + "ActionNameList": [ + "Menu_MazeEnemyDetail", + "Maze_Bag", + "Maze_Map", + "Maze_MouseOperating" + ] + }, + "TrainMainPage:1": { + "ContextName": "TrainMainPage", + "ZoomType": 1, + "ActionNameList": [ + "Maze_Avatar", + "Maze_Phone", + "Maze_Team", + "Maze_MouseOperating" + ] + }, + "ChallengeMainPage:1": { + "ContextName": "ChallengeMainPage", + "ZoomType": 1, + "ActionNameList": [ + "Menu_MazeEnemyDetail", + "Maze_MouseOperating" + ] + }, + "RogueMapPage:1": { + "ContextName": "RogueMapPage", + "ZoomType": 1, + "ActionNameList": [ + "Menu_MazeEnemyDetail", + "Maze_MouseOperating" + ] + }, + "FarmRelicMainPage:1": { + "ContextName": "FarmRelicMainPage", + "ZoomType": 1, + "ActionNameList": [ + "Menu_MazeEnemyDetail", + "Maze_MouseOperating" + ] + }, + "RaidMainPage:1": { + "ContextName": "RaidMainPage", + "ZoomType": 1, + "ActionNameList": [ + "Menu_MazeEnemyDetail", + "Maze_MouseOperating" + ] + }, + "ClientMainPage:1": { + "ContextName": "ClientMainPage", + "ZoomType": 1, + "ActionNameList": [ + "Maze_MouseOperating" + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ChallengeActivityRaidConfigExcelTable.json b/CrepePackage/src/data/excel/ChallengeActivityRaidConfigExcelTable.json new file mode 100644 index 0000000..efd21fe --- /dev/null +++ b/CrepePackage/src/data/excel/ChallengeActivityRaidConfigExcelTable.json @@ -0,0 +1,86 @@ +{ + "5001": { + "ChallengeID": 5001, + "ScheduleDataID": 705001, + "MonsterList": [ + 1022020, + 1023010, + 8003020, + 1022020 + ], + "ScoringGroupID": 5001, + "IconPath": "SpriteOutput/UI/Quest/Challenge/FrozenIcon.png" + }, + "5002": { + "ChallengeID": 5002, + "ScheduleDataID": 705002, + "MonsterList": [ + 1003010, + 1003010 + ], + "ScoringGroupID": 5002, + "IconPath": "SpriteOutput/UI/Quest/Challenge/PursuitIcon.png" + }, + "5003": { + "ChallengeID": 5003, + "ScheduleDataID": 705003, + "MonsterList": [ + 1013020, + 1013010 + ], + "ScoringGroupID": 5003, + "IconPath": "SpriteOutput/UI/Quest/Challenge/FinalIcon.png" + }, + "5004": { + "ChallengeID": 5004, + "ScheduleDataID": 705004, + "MonsterList": [ + 1012010, + 1014010, + 1012010 + ], + "ScoringGroupID": 5004, + "IconPath": "SpriteOutput/UI/Quest/Challenge/ContinueDamgeIcon.png" + }, + "5005": { + "ChallengeID": 5005, + "ScheduleDataID": 705005, + "MonsterList": [ + 8013010, + 8013010 + ], + "ScoringGroupID": 5005, + "IconPath": "SpriteOutput/UI/Quest/Challenge/ShieldIcon.png" + }, + "5006": { + "ChallengeID": 5006, + "ScheduleDataID": 705006, + "MonsterList": [ + 1022010, + 1004010, + 1022010 + ], + "ScoringGroupID": 5006, + "IconPath": "SpriteOutput/UI/Quest/Challenge/ContinueOperationIcon.png" + }, + "5007": { + "ChallengeID": 5007, + "ScheduleDataID": 705007, + "MonsterList": [ + 8003010, + 1023010 + ], + "ScoringGroupID": 5007, + "IconPath": "SpriteOutput/UI/Quest/Challenge/BackWaterIcon.png" + }, + "5008": { + "ChallengeID": 5008, + "ScheduleDataID": 705008, + "MonsterList": [ + 8003030, + 8003030 + ], + "ScoringGroupID": 5008, + "IconPath": "SpriteOutput/UI/Quest/Challenge/CriticalStrikeIcon.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ChallengeActivityRewardConfigExcelTable.json b/CrepePackage/src/data/excel/ChallengeActivityRewardConfigExcelTable.json new file mode 100644 index 0000000..c68f43c --- /dev/null +++ b/CrepePackage/src/data/excel/ChallengeActivityRewardConfigExcelTable.json @@ -0,0 +1,68 @@ +{ + "10012001": { + "ActivityRewardID": 10012001, + "RewardIconPath": "", + "Count": 8000, + "Reward": 3100001 + }, + "10012002": { + "ActivityRewardID": 10012002, + "RewardIconPath": "", + "Count": 16000, + "Reward": 3100002 + }, + "10012003": { + "ActivityRewardID": 10012003, + "RewardIconPath": "", + "Count": 24000, + "Reward": 3100003 + }, + "10012004": { + "ActivityRewardID": 10012004, + "RewardIconPath": "", + "Count": 32000, + "Reward": 3100004 + }, + "10012005": { + "ActivityRewardID": 10012005, + "RewardIconPath": "", + "Count": 40000, + "Reward": 3100005 + }, + "10012006": { + "ActivityRewardID": 10012006, + "RewardIconPath": "", + "Count": 48000, + "Reward": 3100006 + }, + "10012007": { + "ActivityRewardID": 10012007, + "RewardIconPath": "", + "Count": 56000, + "Reward": 3100007 + }, + "10012008": { + "ActivityRewardID": 10012008, + "RewardIconPath": "", + "Count": 64000, + "Reward": 3100008 + }, + "10012009": { + "ActivityRewardID": 10012009, + "RewardIconPath": "", + "Count": 72000, + "Reward": 3100009 + }, + "10012010": { + "ActivityRewardID": 10012010, + "RewardIconPath": "", + "Count": 80000, + "Reward": 3100010 + }, + "10012011": { + "ActivityRewardID": 10012011, + "RewardIconPath": "", + "Count": 88000, + "Reward": 3100011 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/CharacterNatureExcelTable.json b/CrepePackage/src/data/excel/CharacterNatureExcelTable.json new file mode 100644 index 0000000..8d3e142 --- /dev/null +++ b/CrepePackage/src/data/excel/CharacterNatureExcelTable.json @@ -0,0 +1,37 @@ +{ + "1": { + "NatureID": 1, + "NatureType": "NatureNone", + "SpritePath": "SpriteOutput/UI/Nature/Nature_None.png" + }, + "2": { + "NatureID": 2, + "NatureType": "Biologic", + "SpritePath": "SpriteOutput/UI/Nature/IconNatureBiologic.png" + }, + "3": { + "NatureID": 3, + "NatureType": "Mechanoid", + "SpritePath": "SpriteOutput/UI/Nature/IconNatureMega.png" + }, + "4": { + "NatureID": 4, + "NatureType": "Psychic", + "SpritePath": "SpriteOutput/UI/Nature/IconNaturePhychic.png" + }, + "5": { + "NatureID": 5, + "NatureType": "Quantum", + "SpritePath": "SpriteOutput/UI/Nature/IconNatureQuantum.png" + }, + "6": { + "NatureID": 6, + "NatureType": "Imaginary", + "SpritePath": "SpriteOutput/UI/Nature/IconNatureImaginary.png" + }, + "7": { + "NatureID": 7, + "NatureType": "Chaos", + "SpritePath": "SpriteOutput/UI/Nature/IconNatureChaos.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/CocoonExcelTable.json b/CrepePackage/src/data/excel/CocoonExcelTable.json new file mode 100644 index 0000000..da7378a --- /dev/null +++ b/CrepePackage/src/data/excel/CocoonExcelTable.json @@ -0,0 +1,2833 @@ +{ + "1001:0": { + "ID": 1001, + "WorldLevel": 0, + "PropID": 808, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1001, + "StageID": 1022010, + "StageIDList": [ + 1022010, + 1022020, + 1022030 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000329, + 2003002, + 2003102 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1001:1": { + "ID": 1001, + "WorldLevel": 1, + "PropID": 808, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1001, + "StageID": 1022011, + "StageIDList": [ + 1022011, + 1022021, + 1022031 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000349, + 2003002, + 2003105 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1001:2": { + "ID": 1001, + "WorldLevel": 2, + "PropID": 808, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1001, + "StageID": 1022012, + "StageIDList": [ + 1022012, + 1022022, + 1022032 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000369, + 2003002, + 2003107 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1001:3": { + "ID": 1001, + "WorldLevel": 3, + "PropID": 808, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1001, + "StageID": 1022013, + "StageIDList": [ + 1022013, + 1022023, + 1022033 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000389, + 2003003, + 2003109 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1001:4": { + "ID": 1001, + "WorldLevel": 4, + "PropID": 808, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1001, + "StageID": 1022014, + "StageIDList": [ + 1022014, + 1022024, + 1022034 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000401, + 2003005, + 2003111 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1001:5": { + "ID": 1001, + "WorldLevel": 5, + "PropID": 808, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1001, + "StageID": 0, + "StageIDList": [ + 1022015, + 1022025, + 1022035 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000403, + 2003103, + 2003202 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1001:6": { + "ID": 1001, + "WorldLevel": 6, + "PropID": 808, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1001, + "StageID": 0, + "StageIDList": [ + 1022016, + 1022026, + 1022036 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000405, + 2003204 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1002:0": { + "ID": 1002, + "WorldLevel": 0, + "PropID": 809, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1002, + "StageID": 1022210, + "StageIDList": [ + 1022210, + 1022220, + 1022230 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000329, + 2004004 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1002:1": { + "ID": 1002, + "WorldLevel": 1, + "PropID": 809, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1002, + "StageID": 1022211, + "StageIDList": [ + 1022211, + 1022221, + 1022231 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000349, + 2004007 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1002:2": { + "ID": 1002, + "WorldLevel": 2, + "PropID": 809, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1002, + "StageID": 1022212, + "StageIDList": [ + 1022212, + 1022222, + 1022232 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000369, + 2004010 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1002:3": { + "ID": 1002, + "WorldLevel": 3, + "PropID": 809, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1002, + "StageID": 1022213, + "StageIDList": [ + 1022213, + 1022223, + 1022233 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000389, + 2004013 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1002:4": { + "ID": 1002, + "WorldLevel": 4, + "PropID": 809, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1002, + "StageID": 1022214, + "StageIDList": [ + 1022214, + 1022224, + 1022234 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000401, + 2004016 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1002:5": { + "ID": 1002, + "WorldLevel": 5, + "PropID": 809, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1002, + "StageID": 0, + "StageIDList": [ + 1022215, + 1022225, + 1022235 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000403, + 2004004, + 2004102 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1002:6": { + "ID": 1002, + "WorldLevel": 6, + "PropID": 809, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1002, + "StageID": 0, + "StageIDList": [ + 1022216, + 1022226, + 1022236 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000405, + 2004002, + 2004103 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1003:0": { + "ID": 1003, + "WorldLevel": 0, + "PropID": 810, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1003, + "StageID": 1022110, + "StageIDList": [ + 1022110, + 1022120, + 1022130 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000434 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1003:1": { + "ID": 1003, + "WorldLevel": 1, + "PropID": 810, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1003, + "StageID": 1022111, + "StageIDList": [ + 1022111, + 1022121, + 1022131 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000464 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1003:2": { + "ID": 1003, + "WorldLevel": 2, + "PropID": 810, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1003, + "StageID": 1022112, + "StageIDList": [ + 1022112, + 1022122, + 1022132 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000500 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1003:3": { + "ID": 1003, + "WorldLevel": 3, + "PropID": 810, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1003, + "StageID": 1022113, + "StageIDList": [ + 1022113, + 1022123, + 1022133 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000503 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1003:4": { + "ID": 1003, + "WorldLevel": 4, + "PropID": 810, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1003, + "StageID": 1022114, + "StageIDList": [ + 1022114, + 1022124, + 1022134 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000506 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1003:5": { + "ID": 1003, + "WorldLevel": 5, + "PropID": 810, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1003, + "StageID": 0, + "StageIDList": [ + 1022115, + 1022125, + 1022135 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000509 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1003:6": { + "ID": 1003, + "WorldLevel": 6, + "PropID": 810, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1003, + "StageID": 0, + "StageIDList": [ + 1022116, + 1022126, + 1022136 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000849, + 1000512 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [] + }, + "1004:0": { + "ID": 1004, + "WorldLevel": 0, + "PropID": 801, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1004, + "StageID": 1022310, + "StageIDList": [ + 1022310, + 1022320, + 1022330 + ], + "BuffDesc": { + "hash": 1646930205 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000329, + 1003000, + 920001 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1004:1": { + "ID": 1004, + "WorldLevel": 1, + "PropID": 801, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1004, + "StageID": 1022311, + "StageIDList": [ + 1022311, + 1022321, + 1022331 + ], + "BuffDesc": { + "hash": 1646930205 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000349, + 1003000, + 920002 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1004:2": { + "ID": 1004, + "WorldLevel": 2, + "PropID": 801, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1004, + "StageID": 1022312, + "StageIDList": [ + 1022312, + 1022322, + 1022332 + ], + "BuffDesc": { + "hash": 1646930205 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000369, + 1003001, + 920004 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1004:3": { + "ID": 1004, + "WorldLevel": 3, + "PropID": 801, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1004, + "StageID": 1022313, + "StageIDList": [ + 1022313, + 1022323, + 1022333 + ], + "BuffDesc": { + "hash": 1646930205 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000389, + 1003001, + 920003, + 920004 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1004:4": { + "ID": 1004, + "WorldLevel": 4, + "PropID": 801, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1004, + "StageID": 1022314, + "StageIDList": [ + 1022314, + 1022324, + 1022334 + ], + "BuffDesc": { + "hash": 1646930205 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000401, + 1003001, + 920003, + 920005 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1004:5": { + "ID": 1004, + "WorldLevel": 5, + "PropID": 801, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1004, + "StageID": 0, + "StageIDList": [ + 1022315, + 1022325, + 1022335 + ], + "BuffDesc": { + "hash": 1646930205 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000403, + 1003000, + 1003010, + 920006 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1004:6": { + "ID": 1004, + "WorldLevel": 6, + "PropID": 801, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1004, + "StageID": 0, + "StageIDList": [ + 1022316, + 1022326, + 1022336 + ], + "BuffDesc": { + "hash": 1646930205 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000405, + 1003000, + 1003010, + 920007 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1005:0": { + "ID": 1005, + "WorldLevel": 0, + "PropID": 802, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1005, + "StageID": 1022410, + "StageIDList": [ + 1022410, + 1022420, + 1022430 + ], + "BuffDesc": { + "hash": 1646930206 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000329, + 1003090, + 920031 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1005:1": { + "ID": 1005, + "WorldLevel": 1, + "PropID": 802, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1005, + "StageID": 1022411, + "StageIDList": [ + 1022411, + 1022421, + 1022431 + ], + "BuffDesc": { + "hash": 1646930206 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000349, + 1003090, + 920032 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1005:2": { + "ID": 1005, + "WorldLevel": 2, + "PropID": 802, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1005, + "StageID": 1022412, + "StageIDList": [ + 1022412, + 1022422, + 1022432 + ], + "BuffDesc": { + "hash": 1646930206 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000369, + 1003091, + 920034 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1005:3": { + "ID": 1005, + "WorldLevel": 3, + "PropID": 802, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1005, + "StageID": 1022413, + "StageIDList": [ + 1022413, + 1022423, + 1022433 + ], + "BuffDesc": { + "hash": 1646930206 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000389, + 1003091, + 920033, + 920034 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1005:4": { + "ID": 1005, + "WorldLevel": 4, + "PropID": 802, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1005, + "StageID": 1022414, + "StageIDList": [ + 1022414, + 1022424, + 1022434 + ], + "BuffDesc": { + "hash": 1646930206 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000401, + 1003091, + 920033, + 920035 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1005:5": { + "ID": 1005, + "WorldLevel": 5, + "PropID": 802, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1005, + "StageID": 0, + "StageIDList": [ + 1022415, + 1022425, + 1022435 + ], + "BuffDesc": { + "hash": 1646930206 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000403, + 1003090, + 1003100, + 920036 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1005:6": { + "ID": 1005, + "WorldLevel": 6, + "PropID": 802, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1005, + "StageID": 0, + "StageIDList": [ + 1022416, + 1022426, + 1022436 + ], + "BuffDesc": { + "hash": 1646930206 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000405, + 1003090, + 1003100, + 920037 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1006:0": { + "ID": 1006, + "WorldLevel": 0, + "PropID": 803, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1006, + "StageID": 1022510, + "StageIDList": [ + 1022510, + 1022520, + 1022530 + ], + "BuffDesc": { + "hash": 1646930203 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000329, + 1003030, + 920011 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1006:1": { + "ID": 1006, + "WorldLevel": 1, + "PropID": 803, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1006, + "StageID": 1022511, + "StageIDList": [ + 1022511, + 1022521, + 1022531 + ], + "BuffDesc": { + "hash": 1646930203 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000349, + 1003030, + 920012 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1006:2": { + "ID": 1006, + "WorldLevel": 2, + "PropID": 803, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1006, + "StageID": 1022512, + "StageIDList": [ + 1022512, + 1022522, + 1022532 + ], + "BuffDesc": { + "hash": 1646930203 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000369, + 1003031, + 920014 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1006:3": { + "ID": 1006, + "WorldLevel": 3, + "PropID": 803, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1006, + "StageID": 1022513, + "StageIDList": [ + 1022513, + 1022523, + 1022533 + ], + "BuffDesc": { + "hash": 1646930203 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000389, + 1003031, + 920013, + 920014 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1006:4": { + "ID": 1006, + "WorldLevel": 4, + "PropID": 803, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1006, + "StageID": 1022514, + "StageIDList": [ + 1022514, + 1022524, + 1022534 + ], + "BuffDesc": { + "hash": 1646930203 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000401, + 1003031, + 920013, + 920015 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1006:5": { + "ID": 1006, + "WorldLevel": 5, + "PropID": 803, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1006, + "StageID": 0, + "StageIDList": [ + 1022515, + 1022525, + 1022535 + ], + "BuffDesc": { + "hash": 1646930203 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000403, + 1003030, + 1003040, + 920016 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1006:6": { + "ID": 1006, + "WorldLevel": 6, + "PropID": 803, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1006, + "StageID": 0, + "StageIDList": [ + 1022516, + 1022526, + 1022536 + ], + "BuffDesc": { + "hash": 1646930203 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000405, + 1003030, + 1003040, + 920017 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1007:0": { + "ID": 1007, + "WorldLevel": 0, + "PropID": 804, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1007, + "StageID": 1022610, + "StageIDList": [ + 1022610, + 1022620, + 1022630 + ], + "BuffDesc": { + "hash": 1646930204 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000329, + 1003180, + 920061 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1007:1": { + "ID": 1007, + "WorldLevel": 1, + "PropID": 804, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1007, + "StageID": 1022611, + "StageIDList": [ + 1022611, + 1022621, + 1022631 + ], + "BuffDesc": { + "hash": 1646930204 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000349, + 1003180, + 920062 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1007:2": { + "ID": 1007, + "WorldLevel": 2, + "PropID": 804, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1007, + "StageID": 1022612, + "StageIDList": [ + 1022612, + 1022622, + 1022632 + ], + "BuffDesc": { + "hash": 1646930204 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000369, + 1003181, + 920064 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1007:3": { + "ID": 1007, + "WorldLevel": 3, + "PropID": 804, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1007, + "StageID": 0, + "StageIDList": [ + 1022613, + 1022623, + 1022633 + ], + "BuffDesc": { + "hash": 1646930204 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000389, + 1003181, + 920063, + 920064 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1007:4": { + "ID": 1007, + "WorldLevel": 4, + "PropID": 804, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1007, + "StageID": 0, + "StageIDList": [ + 1022614, + 1022624, + 1022634 + ], + "BuffDesc": { + "hash": 1646930204 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000401, + 1003181, + 920063, + 920065 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1007:5": { + "ID": 1007, + "WorldLevel": 5, + "PropID": 804, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1007, + "StageID": 1022615, + "StageIDList": [ + 1022615, + 1022625, + 1022635 + ], + "BuffDesc": { + "hash": 1646930204 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000403, + 1003180, + 1003190, + 920066 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1007:6": { + "ID": 1007, + "WorldLevel": 6, + "PropID": 804, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1007, + "StageID": 1022616, + "StageIDList": [ + 1022616, + 1022626, + 1022636 + ], + "BuffDesc": { + "hash": 1646930204 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000405, + 1003180, + 1003190, + 920067 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 3, + 6, + 7 + ] + }, + "1008:0": { + "ID": 1008, + "WorldLevel": 0, + "PropID": 805, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1008, + "StageID": 1022710, + "StageIDList": [ + 1022710, + 1022720, + 1022730 + ], + "BuffDesc": { + "hash": 1646930217 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000329, + 1003060, + 920021 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1008:1": { + "ID": 1008, + "WorldLevel": 1, + "PropID": 805, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1008, + "StageID": 1022711, + "StageIDList": [ + 1022711, + 1022721, + 1022731 + ], + "BuffDesc": { + "hash": 1646930217 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000349, + 1003060, + 920022 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1008:2": { + "ID": 1008, + "WorldLevel": 2, + "PropID": 805, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1008, + "StageID": 1022712, + "StageIDList": [ + 1022712, + 1022722, + 1022732 + ], + "BuffDesc": { + "hash": 1646930217 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000369, + 1003061, + 920024 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1008:3": { + "ID": 1008, + "WorldLevel": 3, + "PropID": 805, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1008, + "StageID": 1022713, + "StageIDList": [ + 1022713, + 1022723, + 1022733 + ], + "BuffDesc": { + "hash": 1646930217 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000389, + 1003061, + 920023, + 920024 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1008:4": { + "ID": 1008, + "WorldLevel": 4, + "PropID": 805, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1008, + "StageID": 1022714, + "StageIDList": [ + 1022714, + 1022724, + 1022734 + ], + "BuffDesc": { + "hash": 1646930217 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000401, + 1003061, + 920023, + 920025 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1008:5": { + "ID": 1008, + "WorldLevel": 5, + "PropID": 805, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1008, + "StageID": 0, + "StageIDList": [ + 1022715, + 1022725, + 1022735 + ], + "BuffDesc": { + "hash": 1646930217 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000403, + 1003060, + 1003070, + 920026 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1008:6": { + "ID": 1008, + "WorldLevel": 6, + "PropID": 805, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1008, + "StageID": 0, + "StageIDList": [ + 1022716, + 1022726, + 1022736 + ], + "BuffDesc": { + "hash": 1646930217 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000405, + 1003060, + 1003070, + 920027 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1009:0": { + "ID": 1009, + "WorldLevel": 0, + "PropID": 806, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1009, + "StageID": 1022810, + "StageIDList": [ + 1022810, + 1022820, + 1022830 + ], + "BuffDesc": { + "hash": 1646930218 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000329, + 1003150, + 920051 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1009:1": { + "ID": 1009, + "WorldLevel": 1, + "PropID": 806, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1009, + "StageID": 1022811, + "StageIDList": [ + 1022811, + 1022821, + 1022831 + ], + "BuffDesc": { + "hash": 1646930218 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000349, + 1003150, + 920052 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1009:2": { + "ID": 1009, + "WorldLevel": 2, + "PropID": 806, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1009, + "StageID": 1022812, + "StageIDList": [ + 1022812, + 1022822, + 1022832 + ], + "BuffDesc": { + "hash": 1646930218 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000369, + 1003151, + 920054 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1009:3": { + "ID": 1009, + "WorldLevel": 3, + "PropID": 806, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1009, + "StageID": 1022813, + "StageIDList": [ + 1022813, + 1022823, + 1022833 + ], + "BuffDesc": { + "hash": 1646930218 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000389, + 1003151, + 920053, + 920054 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1009:4": { + "ID": 1009, + "WorldLevel": 4, + "PropID": 806, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1009, + "StageID": 1022814, + "StageIDList": [ + 1022814, + 1022824, + 1022834 + ], + "BuffDesc": { + "hash": 1646930218 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000401, + 1003151, + 920053, + 920055 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1009:5": { + "ID": 1009, + "WorldLevel": 5, + "PropID": 806, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1009, + "StageID": 0, + "StageIDList": [ + 1022815, + 1022825, + 1022835 + ], + "BuffDesc": { + "hash": 1646930218 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000403, + 1003150, + 1003160, + 920056 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1009:6": { + "ID": 1009, + "WorldLevel": 6, + "PropID": 806, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1009, + "StageID": 0, + "StageIDList": [ + 1022816, + 1022826, + 1022836 + ], + "BuffDesc": { + "hash": 1646930218 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000405, + 1003150, + 1003160, + 920057 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 1, + 4, + 7 + ] + }, + "1010:0": { + "ID": 1010, + "WorldLevel": 0, + "PropID": 807, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1010, + "StageID": 1022910, + "StageIDList": [ + 1022910, + 1022920, + 1022930 + ], + "BuffDesc": { + "hash": 80846268 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000329, + 1003120, + 920041 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1010:1": { + "ID": 1010, + "WorldLevel": 1, + "PropID": 807, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1010, + "StageID": 1022911, + "StageIDList": [ + 1022911, + 1022921, + 1022931 + ], + "BuffDesc": { + "hash": 80846268 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000349, + 1003120, + 920042 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1010:2": { + "ID": 1010, + "WorldLevel": 2, + "PropID": 807, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1010, + "StageID": 1022912, + "StageIDList": [ + 1022912, + 1022922, + 1022932 + ], + "BuffDesc": { + "hash": 80846268 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000369, + 1003121, + 920044 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1010:3": { + "ID": 1010, + "WorldLevel": 3, + "PropID": 807, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1010, + "StageID": 1022913, + "StageIDList": [ + 1022913, + 1022923, + 1022933 + ], + "BuffDesc": { + "hash": 80846268 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000389, + 1003121, + 920043, + 920044 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1010:4": { + "ID": 1010, + "WorldLevel": 4, + "PropID": 807, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1010, + "StageID": 1022914, + "StageIDList": [ + 1022914, + 1022924, + 1022934 + ], + "BuffDesc": { + "hash": 80846268 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000401, + 1003121, + 920043, + 920045 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1010:5": { + "ID": 1010, + "WorldLevel": 5, + "PropID": 807, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1010, + "StageID": 0, + "StageIDList": [ + 1022915, + 1022925, + 1022935 + ], + "BuffDesc": { + "hash": 80846268 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000403, + 1003120, + 1003130, + 920046 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1010:6": { + "ID": 1010, + "WorldLevel": 6, + "PropID": 807, + "CocoonType": "TYPE_NORMAL", + "MappingInfoID": 1010, + "StageID": 0, + "StageIDList": [ + 1022916, + 1022926, + 1022936 + ], + "BuffDesc": { + "hash": 80846268 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 644245095 + } + ], + "DropList": [ + 1000849, + 1000405, + 1003120, + 1003130, + 920047 + ], + "StaminaCost": 10, + "MaxWave": 6, + "OpenDate": [ + 2, + 5, + 7 + ] + }, + "1301:0": { + "ID": 1301, + "WorldLevel": 0, + "PropID": 113, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1301, + "StageID": 1052010, + "StageIDList": [ + 1052010 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000429, + 200002, + 200011, + 980001, + 980001, + 980001, + 980001, + 980001, + 200101, + 980002, + 200111, + 1012012 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1301:1": { + "ID": 1301, + "WorldLevel": 1, + "PropID": 113, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1301, + "StageID": 1052011, + "StageIDList": [ + 1052011 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000439, + 200002, + 200011, + 980001, + 980001, + 980001, + 980001, + 980001, + 200101, + 980002, + 200111, + 1012012 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1301:2": { + "ID": 1301, + "WorldLevel": 2, + "PropID": 113, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1301, + "StageID": 1052012, + "StageIDList": [ + 1052012 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000449, + 200002, + 200012, + 980001, + 980001, + 980001, + 980001, + 980001, + 980002, + 980002, + 200021, + 1012012 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1301:3": { + "ID": 1301, + "WorldLevel": 3, + "PropID": 113, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1301, + "StageID": 1052013, + "StageIDList": [ + 1052013 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000459, + 200002, + 200013, + 980001, + 980001, + 980001, + 200101, + 980002, + 980002, + 200111, + 980003, + 1012013 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1301:4": { + "ID": 1301, + "WorldLevel": 4, + "PropID": 113, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1301, + "StageID": 1052014, + "StageIDList": [ + 1052014 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000469, + 200002, + 200014, + 980001, + 980001, + 980001, + 980002, + 980002, + 200111, + 980003, + 200121, + 200021, + 1012013 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1301:5": { + "ID": 1301, + "WorldLevel": 5, + "PropID": 113, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1301, + "StageID": 1052015, + "StageIDList": [ + 1052015 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000479, + 200002, + 200015, + 980001, + 980001, + 200101, + 980002, + 980002, + 200111, + 980003, + 980003, + 1012014 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1301:6": { + "ID": 1301, + "WorldLevel": 6, + "PropID": 113, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1301, + "StageID": 1052016, + "StageIDList": [ + 1052016 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000489, + 200002, + 200015, + 980001, + 980001, + 980002, + 980002, + 200111, + 980003, + 980003, + 200121, + 1012014 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1302:0": { + "ID": 1302, + "WorldLevel": 0, + "PropID": 118, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1302, + "StageID": 1052020, + "StageIDList": [ + 1052020 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000429, + 200002, + 200011, + 980001, + 980001, + 980001, + 980001, + 980001, + 200101, + 980002, + 200111, + 1012022 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1302:1": { + "ID": 1302, + "WorldLevel": 1, + "PropID": 118, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1302, + "StageID": 1052021, + "StageIDList": [ + 1052021 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000439, + 200002, + 200011, + 980001, + 980001, + 980001, + 980001, + 980001, + 200101, + 980002, + 200111, + 1012022 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1302:2": { + "ID": 1302, + "WorldLevel": 2, + "PropID": 118, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1302, + "StageID": 1052022, + "StageIDList": [ + 1052022 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000449, + 200002, + 200012, + 980001, + 980001, + 980001, + 980001, + 980001, + 980002, + 980002, + 200031, + 1012022 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1302:3": { + "ID": 1302, + "WorldLevel": 3, + "PropID": 118, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1302, + "StageID": 1052023, + "StageIDList": [ + 1052023 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000459, + 200002, + 200013, + 980001, + 980001, + 980001, + 200101, + 980002, + 980002, + 200111, + 980003, + 1012023 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1302:4": { + "ID": 1302, + "WorldLevel": 4, + "PropID": 118, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1302, + "StageID": 1052024, + "StageIDList": [ + 1052024 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000469, + 200002, + 200014, + 980001, + 980001, + 980001, + 980002, + 980002, + 200111, + 980003, + 200121, + 200031, + 1012023 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1302:5": { + "ID": 1302, + "WorldLevel": 5, + "PropID": 118, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1302, + "StageID": 1052025, + "StageIDList": [ + 1052025 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000479, + 200002, + 200015, + 980001, + 980001, + 200101, + 980002, + 980002, + 200111, + 980003, + 980003, + 1012024 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + }, + "1302:6": { + "ID": 1302, + "WorldLevel": 6, + "PropID": 118, + "CocoonType": "TYPE_WEEK", + "MappingInfoID": 1302, + "StageID": 1052026, + "StageIDList": [ + 1052026 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "DropList": [ + 1000899, + 1000489, + 200002, + 200015, + 980001, + 980001, + 980002, + 980002, + 200111, + 980003, + 980003, + 200121, + 1012024 + ], + "StaminaCost": 20, + "MaxWave": 1, + "OpenDate": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/CommonActiveSkillConfigExcelTable.json b/CrepePackage/src/data/excel/CommonActiveSkillConfigExcelTable.json new file mode 100644 index 0000000..f06fac2 --- /dev/null +++ b/CrepePackage/src/data/excel/CommonActiveSkillConfigExcelTable.json @@ -0,0 +1,14 @@ +{ + "101": { + "CommonActiveSkillID": 101, + "AbilityName": "CommonActiveSkill_Fire_Single_Phase02" + }, + "102": { + "CommonActiveSkillID": 102, + "AbilityName": "" + }, + "103": { + "CommonActiveSkillID": 103, + "AbilityName": "" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ConstValueClientExcelTable.json b/CrepePackage/src/data/excel/ConstValueClientExcelTable.json new file mode 100644 index 0000000..f5fa58b --- /dev/null +++ b/CrepePackage/src/data/excel/ConstValueClientExcelTable.json @@ -0,0 +1,98 @@ +{ + "UseLess": { + "ConstValueName": "UseLess", + "Value": "1" + }, + "CheckServerStatusInterval": { + "ConstValueName": "CheckServerStatusInterval", + "Value": "60" + }, + "DisplayMaxAvatarPromotion": { + "ConstValueName": "DisplayMaxAvatarPromotion", + "Value": "5" + }, + "DisplayMaxEquipmentPromotion": { + "ConstValueName": "DisplayMaxEquipmentPromotion", + "Value": "5" + }, + "VTeamCreateConfirmDialog": { + "ConstValueName": "VTeamCreateConfirmDialog", + "Value": "0" + }, + "VTeamDelConfirmDialog": { + "ConstValueName": "VTeamDelConfirmDialog", + "Value": "0" + }, + "Update_Bounds_Frequency": { + "ConstValueName": "Update_Bounds_Frequency", + "Value": "20" + }, + "Update_Bounds_Enable": { + "ConstValueName": "Update_Bounds_Enable", + "Value": "1" + }, + "GachaTokenID": { + "ConstValueName": "GachaTokenID", + "Value": "252,251" + }, + "GachaShopID": { + "ConstValueName": "GachaShopID", + "Value": "999" + }, + "GachaResultDelayTime": { + "ConstValueName": "GachaResultDelayTime", + "Value": "0.15" + }, + "GachaConnectDelay": { + "ConstValueName": "GachaConnectDelay", + "Value": "3" + }, + "Recharge_Enable": { + "ConstValueName": "Recharge_Enable", + "Value": "0" + }, + "Prestige_Reward_LockedLevelLater": { + "ConstValueName": "Prestige_Reward_LockedLevelLater", + "Value": "999999" + }, + "SkillMaxLevel": { + "ConstValueName": "SkillMaxLevel", + "Value": "6,10,10,10" + }, + "HeroPath_Enable": { + "ConstValueName": "HeroPath_Enable", + "Value": "0" + }, + "NPC_Billboard_Fix_Size_Factor": { + "ConstValueName": "NPC_Billboard_Fix_Size_Factor", + "Value": "0.003" + }, + "NPC_Billboard_Height_Min": { + "ConstValueName": "NPC_Billboard_Height_Min", + "Value": "-0.15" + }, + "NPC_Billboard_Height_Max": { + "ConstValueName": "NPC_Billboard_Height_Max", + "Value": "0.3" + }, + "NPC_Billboard_IconContainer_Scale": { + "ConstValueName": "NPC_Billboard_IconContainer_Scale", + "Value": "0.5" + }, + "Rank_Shadow_Enable": { + "ConstValueName": "Rank_Shadow_Enable", + "Value": "0" + }, + "GachaSkipBegin": { + "ConstValueName": "GachaSkipBegin", + "Value": "1" + }, + "GachaSkipEnd": { + "ConstValueName": "GachaSkipEnd", + "Value": "7" + }, + "MappingInfo_Track_RangeMin": { + "ConstValueName": "MappingInfo_Track_RangeMin", + "Value": "10" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ConstValueCommonExcelTable.json b/CrepePackage/src/data/excel/ConstValueCommonExcelTable.json new file mode 100644 index 0000000..a19ecb1 --- /dev/null +++ b/CrepePackage/src/data/excel/ConstValueCommonExcelTable.json @@ -0,0 +1,306 @@ +{ + "Equipment_Exp_Recyle_Ratio": { + "ConstValueName": "Equipment_Exp_Recyle_Ratio", + "Value": "80" + }, + "Equipment_Material_Select_Limit": { + "ConstValueName": "Equipment_Material_Select_Limit", + "Value": "4" + }, + "Exp_SoftCoin_Cost": { + "ConstValueName": "Exp_SoftCoin_Cost", + "Value": "10" + }, + "SimpleTalk_Text_IntervalTime": { + "ConstValueName": "SimpleTalk_Text_IntervalTime", + "Value": "1.5" + }, + "SimpleTalk_Voice_IntervalTime": { + "ConstValueName": "SimpleTalk_Voice_IntervalTime", + "Value": "1" + }, + "SimpleTalk_ProtectTime": { + "ConstValueName": "SimpleTalk_ProtectTime", + "Value": "15" + }, + "Dialogue_Button_CD": { + "ConstValueName": "Dialogue_Button_CD", + "Value": "2" + }, + "Prop_Button_CD": { + "ConstValueName": "Prop_Button_CD", + "Value": "1" + }, + "FrameItemRarityPath": { + "ConstValueName": "FrameItemRarityPath", + "Value": "SpriteOutput/ItemIcon/Rarity/FrameItemRarity0#1.png" + }, + "Equipment_Maximum_Num": { + "ConstValueName": "Equipment_Maximum_Num", + "Value": "2000" + }, + "PlayerName_Max": { + "ConstValueName": "PlayerName_Max", + "Value": "14" + }, + "Stamina_Auto_Recover_Interval": { + "ConstValueName": "Stamina_Auto_Recover_Interval", + "Value": "360" + }, + "Maze_MP_Max": { + "ConstValueName": "Maze_MP_Max", + "Value": "4" + }, + "Maze_MP_Init": { + "ConstValueName": "Maze_MP_Init", + "Value": "4" + }, + "Maze_MP_Count": { + "ConstValueName": "Maze_MP_Count", + "Value": "4" + }, + "Maze_Refresh_CD": { + "ConstValueName": "Maze_Refresh_CD", + "Value": "4" + }, + "Maze_Recover_Refresh_CD": { + "ConstValueName": "Maze_Recover_Refresh_CD", + "Value": "600" + }, + "Maze_Recover_Refresh_Times": { + "ConstValueName": "Maze_Recover_Refresh_Times", + "Value": "5" + }, + "Maze_Recover_Refresh_InitialTimes": { + "ConstValueName": "Maze_Recover_Refresh_InitialTimes", + "Value": "5" + }, + "Maze_FastRunRatio": { + "ConstValueName": "Maze_FastRunRatio", + "Value": "1.3" + }, + "FrameAvatarDamageTypePath": { + "ConstValueName": "FrameAvatarDamageTypePath", + "Value": "SpriteOutput/ItemIcon/ItemType/FrameItem0%s.png" + }, + "FrameAvatarRarityPath": { + "ConstValueName": "FrameAvatarRarityPath", + "Value": "SpriteOutput/ItemIcon/Rarity/FrameIconRarity0%s.png" + }, + "Food_SatietyValue_Limit": { + "ConstValueName": "Food_SatietyValue_Limit", + "Value": "5" + }, + "Food_SatietyValue_Reduce_PerBattle": { + "ConstValueName": "Food_SatietyValue_Reduce_PerBattle", + "Value": "1" + }, + "Food_SatietyValue_Reduce_Interval": { + "ConstValueName": "Food_SatietyValue_Reduce_Interval", + "Value": "300" + }, + "Maze_MonsterAlert_DisplayRange": { + "ConstValueName": "Maze_MonsterAlert_DisplayRange", + "Value": "40" + }, + "UI_SortMomory_Open": { + "ConstValueName": "UI_SortMomory_Open", + "Value": "1" + }, + "TeamName_Max": { + "ConstValueName": "TeamName_Max", + "Value": "14" + }, + "TextID_TeamDefaltName": { + "ConstValueName": "TextID_TeamDefaltName", + "Value": "Team_Default_Name_0%d" + }, + "Maze_FPS_Upload_Time_Interval": { + "ConstValueName": "Maze_FPS_Upload_Time_Interval", + "Value": "60" + }, + "Battle_FPS_Upload_Time_Interval": { + "ConstValueName": "Battle_FPS_Upload_Time_Interval", + "Value": "5" + }, + "Story_Skip_Close": { + "ConstValueName": "Story_Skip_Close", + "Value": "1" + }, + "Text_Format_Symbol": { + "ConstValueName": "Text_Format_Symbol", + "Value": ",。;:?!’” >》)」』】〕}%…@#$&^*-+•" + }, + "HangUpConstTime": { + "ConstValueName": "HangUpConstTime", + "Value": "180" + }, + "Combat_Power_Avatar_Base": { + "ConstValueName": "Combat_Power_Avatar_Base", + "Value": "138" + }, + "Combat_Power_Avatar_PerLevel": { + "ConstValueName": "Combat_Power_Avatar_PerLevel", + "Value": "12" + }, + "Combat_Power_Avatar_PerPromotion": { + "ConstValueName": "Combat_Power_Avatar_PerPromotion", + "Value": "120" + }, + "Combat_Power_Avatar_Rarity4": { + "ConstValueName": "Combat_Power_Avatar_Rarity4", + "Value": "1" + }, + "Combat_Power_Avatar_Rarity5": { + "ConstValueName": "Combat_Power_Avatar_Rarity5", + "Value": "1.1" + }, + "Combat_Power_Avatar_Rank": { + "ConstValueName": "Combat_Power_Avatar_Rank", + "Value": "58" + }, + "Combat_Power_PerSkillTree_Level": { + "ConstValueName": "Combat_Power_PerSkillTree_Level", + "Value": "20" + }, + "Combat_Power_LightCone_Base": { + "ConstValueName": "Combat_Power_LightCone_Base", + "Value": "38" + }, + "Combat_Power_LightCone_PerLevel": { + "ConstValueName": "Combat_Power_LightCone_PerLevel", + "Value": "12" + }, + "Combat_Power_LightCone_PerPromotion": { + "ConstValueName": "Combat_Power_LightCone_PerPromotion", + "Value": "140" + }, + "Combat_Power_LightCone_Rarity3": { + "ConstValueName": "Combat_Power_LightCone_Rarity3", + "Value": "0.642857" + }, + "Combat_Power_LightCone_Rarity4": { + "ConstValueName": "Combat_Power_LightCone_Rarity4", + "Value": "0.821429" + }, + "Combat_Power_LightCone_Rarity5": { + "ConstValueName": "Combat_Power_LightCone_Rarity5", + "Value": "1" + }, + "Combat_Power_LightCone_SkillPerRank": { + "ConstValueName": "Combat_Power_LightCone_SkillPerRank", + "Value": "0.25" + }, + "Combat_Power_LightCone_SkillRarity3": { + "ConstValueName": "Combat_Power_LightCone_SkillRarity3", + "Value": "77.333333" + }, + "Combat_Power_LightCone_SkillRarity4": { + "ConstValueName": "Combat_Power_LightCone_SkillRarity4", + "Value": "135.333333" + }, + "Combat_Power_LightCone_SkillRarity5": { + "ConstValueName": "Combat_Power_LightCone_SkillRarity5", + "Value": "193.333333" + }, + "Combat_Power_Relic_Base": { + "ConstValueName": "Combat_Power_Relic_Base", + "Value": "78.069841" + }, + "Combat_Power_Relic_PerLevel": { + "ConstValueName": "Combat_Power_Relic_PerLevel", + "Value": "13.01164" + }, + "Combat_Power_Relic_Rarity1": { + "ConstValueName": "Combat_Power_Relic_Rarity1", + "Value": "0.2" + }, + "Combat_Power_Relic_Rarity2": { + "ConstValueName": "Combat_Power_Relic_Rarity2", + "Value": "0.4" + }, + "Combat_Power_Relic_Rarity3": { + "ConstValueName": "Combat_Power_Relic_Rarity3", + "Value": "0.6" + }, + "Combat_Power_Relic_Rarity4": { + "ConstValueName": "Combat_Power_Relic_Rarity4", + "Value": "0.8" + }, + "Combat_Power_Relic_Rarity5": { + "ConstValueName": "Combat_Power_Relic_Rarity5", + "Value": "1" + }, + "Combat_Power_Relic_SkillSet2": { + "ConstValueName": "Combat_Power_Relic_SkillSet2", + "Value": "78" + }, + "Combat_Power_Relic_SkillSet4": { + "ConstValueName": "Combat_Power_Relic_SkillSet4", + "Value": "156" + }, + "Combat_Power_Relic_SkillSet5": { + "ConstValueName": "Combat_Power_Relic_SkillSet5", + "Value": "78" + }, + "Relic_Bonus_Level": { + "ConstValueName": "Relic_Bonus_Level", + "Value": "3,6,9,12,15" + }, + "Relic_Max_SubAffix": { + "ConstValueName": "Relic_Max_SubAffix", + "Value": "4" + }, + "Relic_Max_Count": { + "ConstValueName": "Relic_Max_Count", + "Value": "2000" + }, + "Relic_Exp_ConversionRate": { + "ConstValueName": "Relic_Exp_ConversionRate", + "Value": "70" + }, + "Relic_ReturnItemID": { + "ConstValueName": "Relic_ReturnItemID", + "Value": "232,231" + }, + "MissonTalk_ProtectTime": { + "ConstValueName": "MissonTalk_ProtectTime", + "Value": "2" + }, + "Item_Sell_Max_Count": { + "ConstValueName": "Item_Sell_Max_Count", + "Value": "100" + }, + "LuaDataTickSpan": { + "ConstValueName": "LuaDataTickSpan", + "Value": "300" + }, + "Cocoon_Weekly_Limit_Times": { + "ConstValueName": "Cocoon_Weekly_Limit_Times", + "Value": "3" + }, + "Newbie_Gacha_Num": { + "ConstValueName": "Newbie_Gacha_Num", + "Value": "50" + }, + "Newbie_Gacha_Discount_Num": { + "ConstValueName": "Newbie_Gacha_Discount_Num", + "Value": "8" + }, + "Activity_Day_Time_Offset": { + "ConstValueName": "Activity_Day_Time_Offset", + "Value": "14400" + }, + "Player_Max_Level": { + "ConstValueName": "Player_Max_Level", + "Value": "70" + }, + "Login_Ready_Delay": { + "ConstValueName": "Login_Ready_Delay", + "Value": "2.3" + }, + "Login_Start_Delay": { + "ConstValueName": "Login_Start_Delay", + "Value": "0" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ConstValueRogueExcelTable.json b/CrepePackage/src/data/excel/ConstValueRogueExcelTable.json new file mode 100644 index 0000000..211678e --- /dev/null +++ b/CrepePackage/src/data/excel/ConstValueRogueExcelTable.json @@ -0,0 +1,178 @@ +{ + "Rogue_Entrance_Cost": { + "ConstRogueName": "Rogue_Entrance_Cost", + "ConstValue": "" + }, + "Roll_Buff_Cost": { + "ConstRogueName": "Roll_Buff_Cost", + "ConstValue": "[31:30],[31:50],[31:100]" + }, + "Random_Buff_Cost": { + "ConstRogueName": "Random_Buff_Cost", + "ConstValue": "50" + }, + "Random_Buff_Max_Times": { + "ConstRogueName": "Random_Buff_Max_Times", + "ConstValue": "1" + }, + "Rogue_Start_Avatar_ID": { + "ConstRogueName": "Rogue_Start_Avatar_ID", + "ConstValue": "8001" + }, + "Rogue_Stamina_Start": { + "ConstRogueName": "Rogue_Stamina_Start", + "ConstValue": "0" + }, + "Rogue_Stamina_Max": { + "ConstRogueName": "Rogue_Stamina_Max", + "ConstValue": "100" + }, + "Rogue_Recover_Times": { + "ConstRogueName": "Rogue_Recover_Times", + "ConstValue": "3" + }, + "Rogue_Recover_Cost": { + "ConstRogueName": "Rogue_Recover_Cost", + "ConstValue": "3,5,8" + }, + "Rogue_Recover_Effect": { + "ConstRogueName": "Rogue_Recover_Effect", + "ConstValue": "0.3" + }, + "Rogue_Recover_ItemCost": { + "ConstRogueName": "Rogue_Recover_ItemCost", + "ConstValue": "[31:30],[31:50],[31:80]" + }, + "Rogue_Heal_Stamina": { + "ConstRogueName": "Rogue_Heal_Stamina", + "ConstValue": "2" + }, + "Rogue_Heal_Stamina_Cost": { + "ConstRogueName": "Rogue_Heal_Stamina_Cost", + "ConstValue": "0,80,200" + }, + "Rogue_Heal_Stamina_Times": { + "ConstRogueName": "Rogue_Heal_Stamina_Times", + "ConstValue": "3" + }, + "Rogue_Battle_Stamina_Cost": { + "ConstRogueName": "Rogue_Battle_Stamina_Cost", + "ConstValue": "0" + }, + "Recommend_Nature": { + "ConstRogueName": "Recommend_Nature", + "ConstValue": "Physical,Ice,Wind" + }, + "Rogue_Challenge_Normal": { + "ConstRogueName": "Rogue_Challenge_Normal", + "ConstValue": "1,2,3,4,5,6" + }, + "Rogue_StanceLevelEffect": { + "ConstRogueName": "Rogue_StanceLevelEffect", + "ConstValue": "1" + }, + "Rogue_Default_Buff": { + "ConstRogueName": "Rogue_Default_Buff", + "ConstValue": "[600000:1]" + }, + "Rogue_Leave_Map_Entrance": { + "ConstRogueName": "Rogue_Leave_Map_Entrance", + "ConstValue": "9999812" + }, + "Rogue_Start_Avatar_Number": { + "ConstRogueName": "Rogue_Start_Avatar_Number", + "ConstValue": "3" + }, + "Rogue_Stamina_Room_Cost": { + "ConstRogueName": "Rogue_Stamina_Room_Cost", + "ConstValue": "0" + }, + "Rogue_Stamina_Offset": { + "ConstRogueName": "Rogue_Stamina_Offset", + "ConstValue": "0" + }, + "Rogue_First_Explore_Season": { + "ConstRogueName": "Rogue_First_Explore_Season", + "ConstValue": "100" + }, + "Rogue_First_Explore_Level_List": { + "ConstRogueName": "Rogue_First_Explore_Level_List", + "ConstValue": "2001,2002,2003,2004,2005,2006,2007,2008,2009,2010" + }, + "Rogue_First_Explore_Reward_List": { + "ConstRogueName": "Rogue_First_Explore_Reward_List", + "ConstValue": "" + }, + "Rogue_Bless_Max_Level": { + "ConstRogueName": "Rogue_Bless_Max_Level", + "ConstValue": "5" + }, + "Rogue_Record_Max_Number": { + "ConstRogueName": "Rogue_Record_Max_Number", + "ConstValue": "3" + }, + "Rogue_Hall_Plane_ID": { + "ConstRogueName": "Rogue_Hall_Plane_ID", + "ConstValue": "80112" + }, + "Rogue_Hall_Floor_ID": { + "ConstRogueName": "Rogue_Hall_Floor_ID", + "ConstValue": "80112001" + }, + "Rogue_Hall_Refresh_Level": { + "ConstRogueName": "Rogue_Hall_Refresh_Level", + "ConstValue": "1" + }, + "Rogue_Hall_Refresh_Weight": { + "ConstRogueName": "Rogue_Hall_Refresh_Weight", + "ConstValue": "0:10" + }, + "Rogue_Appraisal_Max_Number": { + "ConstRogueName": "Rogue_Appraisal_Max_Number", + "ConstValue": "3" + }, + "Rogue_Recommend_Level_First": { + "ConstRogueName": "Rogue_Recommend_Level_First", + "ConstValue": "3" + }, + "Rogue_Recommend_Level": { + "ConstRogueName": "Rogue_Recommend_Level", + "ConstValue": "[0:15],[1:34],[2:46],[3:56],[4:66],[5:76],[6:80]" + }, + "Rogue_Season_Clean_Item_List": { + "ConstRogueName": "Rogue_Season_Clean_Item_List", + "ConstValue": "502" + }, + "Rogue_Gacha_Item_ID": { + "ConstRogueName": "Rogue_Gacha_Item_ID", + "ConstValue": "502" + }, + "Rogue_Max_Gacha_OneTime": { + "ConstRogueName": "Rogue_Max_Gacha_OneTime", + "ConstValue": "100" + }, + "Rogue_Season_Change_Mail_ID": { + "ConstRogueName": "Rogue_Season_Change_Mail_ID", + "ConstValue": "102" + }, + "Rogue_Stone_Default_Perfect_Buff_Group": { + "ConstRogueName": "Rogue_Stone_Default_Perfect_Buff_Group", + "ConstValue": "100920" + }, + "Rogue_Stone_Default_Normal_Buff_Group": { + "ConstRogueName": "Rogue_Stone_Default_Normal_Buff_Group", + "ConstValue": "100910" + }, + "Rogue_Event_Default_Buff_Group": { + "ConstRogueName": "Rogue_Event_Default_Buff_Group", + "ConstValue": "100004" + }, + "Rogue_Bless_Default_Level": { + "ConstRogueName": "Rogue_Bless_Default_Level", + "ConstValue": "1" + }, + "Rogue_Reward_Item_List": { + "ConstRogueName": "Rogue_Reward_Item_List", + "ConstValue": "1,501,502,22" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/CurrencyDisplayExcelTable.json b/CrepePackage/src/data/excel/CurrencyDisplayExcelTable.json new file mode 100644 index 0000000..67173cc --- /dev/null +++ b/CrepePackage/src/data/excel/CurrencyDisplayExcelTable.json @@ -0,0 +1,58 @@ +{ + "1": { + "CurrencyID": 1, + "GotoID": 0 + }, + "2": { + "CurrencyID": 2, + "GotoID": 0 + }, + "3": { + "CurrencyID": 3, + "GotoID": 0 + }, + "11": { + "CurrencyID": 11, + "GotoID": 1700 + }, + "900001": { + "CurrencyID": 900001, + "GotoID": 0 + }, + "120001": { + "CurrencyID": 120001, + "GotoID": 0 + }, + "120002": { + "CurrencyID": 120002, + "GotoID": 0 + }, + "101": { + "CurrencyID": 101, + "GotoID": 0 + }, + "102": { + "CurrencyID": 102, + "GotoID": 0 + }, + "31": { + "CurrencyID": 31, + "GotoID": 0 + }, + "32": { + "CurrencyID": 32, + "GotoID": 0 + }, + "33": { + "CurrencyID": 33, + "GotoID": 0 + }, + "251": { + "CurrencyID": 251, + "GotoID": 0 + }, + "252": { + "CurrencyID": 252, + "GotoID": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/DailyMissionDataExcelTable.json b/CrepePackage/src/data/excel/DailyMissionDataExcelTable.json new file mode 100644 index 0000000..47e1b72 --- /dev/null +++ b/CrepePackage/src/data/excel/DailyMissionDataExcelTable.json @@ -0,0 +1,362 @@ +{ + "3010201": { + "ID": 3010201, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010202": { + "ID": 3010202, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010203": { + "ID": 3010203, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010204": { + "ID": 3010204, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010205": { + "ID": 3010205, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010206": { + "ID": 3010206, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010207": { + "ID": 3010207, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010208": { + "ID": 3010208, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010209": { + "ID": 3010209, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010210": { + "ID": 3010210, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010211": { + "ID": 3010211, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010212": { + "ID": 3010212, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010213": { + "ID": 3010213, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010214": { + "ID": 3010214, + "DailyMissionType": 3, + "GroupID": 30102, + "UnlockMainMission": 1010201, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3000101": { + "ID": 3000101, + "DailyMissionType": 1, + "GroupID": 30103, + "UnlockMainMission": 1010302, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3000201": { + "ID": 3000201, + "DailyMissionType": 1, + "GroupID": 30103, + "UnlockMainMission": 1010302, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010301": { + "ID": 3010301, + "DailyMissionType": 1, + "GroupID": 30104, + "UnlockMainMission": 1010302, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010901": { + "ID": 3010901, + "DailyMissionType": 1, + "GroupID": 30104, + "UnlockMainMission": 1010902, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3011301": { + "ID": 3011301, + "DailyMissionType": 1, + "GroupID": 30104, + "UnlockMainMission": 1011301, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010102": { + "ID": 3010102, + "DailyMissionType": 2, + "GroupID": 30109, + "UnlockMainMission": 1010101, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3000521": { + "ID": 3000521, + "DailyMissionType": 2, + "GroupID": 30107, + "UnlockMainMission": 2000105, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3000522": { + "ID": 3000522, + "DailyMissionType": 2, + "GroupID": 30108, + "UnlockMainMission": 2000113, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3000523": { + "ID": 3000523, + "DailyMissionType": 2, + "GroupID": 30108, + "UnlockMainMission": 2000113, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3000524": { + "ID": 3000524, + "DailyMissionType": 2, + "GroupID": 30108, + "UnlockMainMission": 2000113, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3000525": { + "ID": 3000525, + "DailyMissionType": 2, + "GroupID": 30108, + "UnlockMainMission": 2000113, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3000526": { + "ID": 3000526, + "DailyMissionType": 2, + "GroupID": 30108, + "UnlockMainMission": 2000113, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3000527": { + "ID": 3000527, + "DailyMissionType": 2, + "GroupID": 30108, + "UnlockMainMission": 2000113, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010421": { + "ID": 3010421, + "DailyMissionType": 2, + "GroupID": 30105, + "UnlockMainMission": 1010902, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010422": { + "ID": 3010422, + "DailyMissionType": 2, + "GroupID": 30105, + "UnlockMainMission": 1010902, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3010423": { + "ID": 3010423, + "DailyMissionType": 2, + "GroupID": 30105, + "UnlockMainMission": 2010501, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3011011": { + "ID": 3011011, + "DailyMissionType": 3, + "GroupID": 30106, + "UnlockMainMission": 2010501, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3011012": { + "ID": 3011012, + "DailyMissionType": 3, + "GroupID": 30106, + "UnlockMainMission": 2010501, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3011013": { + "ID": 3011013, + "DailyMissionType": 3, + "GroupID": 30106, + "UnlockMainMission": 2010501, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3011111": { + "ID": 3011111, + "DailyMissionType": 3, + "GroupID": 30106, + "UnlockMainMission": 1011403, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3011112": { + "ID": 3011112, + "DailyMissionType": 3, + "GroupID": 30106, + "UnlockMainMission": 1011403, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + }, + "3011113": { + "ID": 3011113, + "DailyMissionType": 3, + "GroupID": 30106, + "UnlockMainMission": 1011403, + "UnlockPrestigeID": 101, + "PrestigeLevelMin": 1, + "PrestigeLevelMax": 999, + "IconPath": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/DailyMissionRandomDataExcelTable.json b/CrepePackage/src/data/excel/DailyMissionRandomDataExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/DailyMissionRandomDataExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/DailyMissionRewardExcelTable.json b/CrepePackage/src/data/excel/DailyMissionRewardExcelTable.json new file mode 100644 index 0000000..6a419a0 --- /dev/null +++ b/CrepePackage/src/data/excel/DailyMissionRewardExcelTable.json @@ -0,0 +1,128 @@ +{ + "0:1": { + "WorldLevel": 0, + "FinishCount": 1, + "RewardID": 102000, + "ExtraRewardID": 0 + }, + "0:2": { + "WorldLevel": 0, + "FinishCount": 2, + "RewardID": 102000, + "ExtraRewardID": 0 + }, + "0:3": { + "WorldLevel": 0, + "FinishCount": 3, + "RewardID": 102000, + "ExtraRewardID": 102100 + }, + "1:1": { + "WorldLevel": 1, + "FinishCount": 1, + "RewardID": 102001, + "ExtraRewardID": 0 + }, + "1:2": { + "WorldLevel": 1, + "FinishCount": 2, + "RewardID": 102001, + "ExtraRewardID": 0 + }, + "1:3": { + "WorldLevel": 1, + "FinishCount": 3, + "RewardID": 102001, + "ExtraRewardID": 102101 + }, + "2:1": { + "WorldLevel": 2, + "FinishCount": 1, + "RewardID": 102002, + "ExtraRewardID": 0 + }, + "2:2": { + "WorldLevel": 2, + "FinishCount": 2, + "RewardID": 102002, + "ExtraRewardID": 0 + }, + "2:3": { + "WorldLevel": 2, + "FinishCount": 3, + "RewardID": 102002, + "ExtraRewardID": 102102 + }, + "3:1": { + "WorldLevel": 3, + "FinishCount": 1, + "RewardID": 102003, + "ExtraRewardID": 0 + }, + "3:2": { + "WorldLevel": 3, + "FinishCount": 2, + "RewardID": 102003, + "ExtraRewardID": 0 + }, + "3:3": { + "WorldLevel": 3, + "FinishCount": 3, + "RewardID": 102003, + "ExtraRewardID": 102103 + }, + "4:1": { + "WorldLevel": 4, + "FinishCount": 1, + "RewardID": 102004, + "ExtraRewardID": 0 + }, + "4:2": { + "WorldLevel": 4, + "FinishCount": 2, + "RewardID": 102004, + "ExtraRewardID": 0 + }, + "4:3": { + "WorldLevel": 4, + "FinishCount": 3, + "RewardID": 102004, + "ExtraRewardID": 102104 + }, + "5:1": { + "WorldLevel": 5, + "FinishCount": 1, + "RewardID": 102005, + "ExtraRewardID": 0 + }, + "5:2": { + "WorldLevel": 5, + "FinishCount": 2, + "RewardID": 102005, + "ExtraRewardID": 0 + }, + "5:3": { + "WorldLevel": 5, + "FinishCount": 3, + "RewardID": 102005, + "ExtraRewardID": 102105 + }, + "6:1": { + "WorldLevel": 6, + "FinishCount": 1, + "RewardID": 102006, + "ExtraRewardID": 0 + }, + "6:2": { + "WorldLevel": 6, + "FinishCount": 2, + "RewardID": 102006, + "ExtraRewardID": 0 + }, + "6:3": { + "WorldLevel": 6, + "FinishCount": 3, + "RewardID": 102006, + "ExtraRewardID": 102106 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/DamageResistanceTypeExcelTable.json b/CrepePackage/src/data/excel/DamageResistanceTypeExcelTable.json new file mode 100644 index 0000000..3453ac4 --- /dev/null +++ b/CrepePackage/src/data/excel/DamageResistanceTypeExcelTable.json @@ -0,0 +1,30 @@ +{ + "Physical": { + "Type": "Physical", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconPhysicalResistanceDelta.png" + }, + "Fire": { + "Type": "Fire", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconFireResistanceDelta.png" + }, + "Ice": { + "Type": "Ice", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconIceResistanceDelta.png" + }, + "Thunder": { + "Type": "Thunder", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconThunderResistanceDelta.png" + }, + "Wind": { + "Type": "Wind", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconWindResistanceDelta.png" + }, + "Quantum": { + "Type": "Quantum", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconQuantumResistanceDelta.png" + }, + "Imaginary": { + "Type": "Imaginary", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImaginaryResistanceDelta.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/DialogueEventExcelTable.json b/CrepePackage/src/data/excel/DialogueEventExcelTable.json new file mode 100644 index 0000000..ea53e9f --- /dev/null +++ b/CrepePackage/src/data/excel/DialogueEventExcelTable.json @@ -0,0 +1,3043 @@ +{ + "811010101": { + "EventID": 811010101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 7, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 50 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "811010201": { + "EventID": 811010201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 1, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 50 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "811020101": { + "EventID": 811020101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 7, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 50 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "811020201": { + "EventID": 811020201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 40, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "811030101": { + "EventID": 811030101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 3, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "811030201": { + "EventID": 811030201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 8, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "812010101": { + "EventID": 812010101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 1, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "812010201": { + "EventID": 812010201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 4, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "812020101": { + "EventID": 812020101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 1, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "812020201": { + "EventID": 812020201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 4, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "812030101": { + "EventID": 812030101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 1, + 3 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "812030201": { + "EventID": 812030201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 4, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "812040101": { + "EventID": 812040101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "812040201": { + "EventID": 812040201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 24, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "812050101": { + "EventID": 812050101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 9, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "812050201": { + "EventID": 812050201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "None", + "ParameterList1": [], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 50 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "812060101": { + "EventID": 812060101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 9, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "812060201": { + "EventID": 812060201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 9, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 50 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "813010101": { + "EventID": 813010101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 10, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "813010201": { + "EventID": 813010201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 1, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "813020101": { + "EventID": 813020101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 5, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "813020201": { + "EventID": 813020201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 50 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "813030101": { + "EventID": 813030101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 5, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "813030201": { + "EventID": 813030201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "813040101": { + "EventID": 813040101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 5, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "813040201": { + "EventID": 813040201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 200 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "813050101": { + "EventID": 813050101, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 120, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "813050201": { + "EventID": 813050201, + "EventTitle": { + "hash": 371857150 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 24, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801110111": { + "EventID": 801110111, + "EventTitle": { + "hash": 1669208939 + }, + "Type1": "GetRogueBuff", + "ParameterList1": [ + 1240 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801110121": { + "EventID": 801110121, + "EventTitle": { + "hash": 1669208936 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801110131": { + "EventID": 801110131, + "EventTitle": { + "hash": 1669208937 + }, + "Type1": "None", + "ParameterList1": [], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801120111": { + "EventID": 801120111, + "EventTitle": { + "hash": 1758735706 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801120121": { + "EventID": 801120121, + "EventTitle": { + "hash": 1758735703 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 23, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801120131": { + "EventID": 801120131, + "EventTitle": { + "hash": 1758735704 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801120211": { + "EventID": 801120211, + "EventTitle": { + "hash": -69470261 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801120221": { + "EventID": 801120221, + "EventTitle": { + "hash": -69470264 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 24, + 1 + ], + "Type2": "RecoverLineup", + "ParameterList2": [ + -50, + 0 + ], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801120231": { + "EventID": 801120231, + "EventTitle": { + "hash": -69470263 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130111": { + "EventID": 801130111, + "EventTitle": { + "hash": -1898967883 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130121": { + "EventID": 801130121, + "EventTitle": { + "hash": -1898967886 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130131": { + "EventID": 801130131, + "EventTitle": { + "hash": -1898967885 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 25, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130211": { + "EventID": 801130211, + "EventTitle": { + "hash": -2040130384 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130221": { + "EventID": 801130221, + "EventTitle": { + "hash": -2040130387 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130231": { + "EventID": 801130231, + "EventTitle": { + "hash": -2040130386 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 40, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130311": { + "EventID": 801130311, + "EventTitle": { + "hash": 2113674411 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130321": { + "EventID": 801130321, + "EventTitle": { + "hash": 2113674408 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130331": { + "EventID": 801130331, + "EventTitle": { + "hash": 2113674409 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130411": { + "EventID": 801130411, + "EventTitle": { + "hash": -1193155378 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130421": { + "EventID": 801130421, + "EventTitle": { + "hash": -1193155381 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130431": { + "EventID": 801130431, + "EventTitle": { + "hash": -1193155380 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130511": { + "EventID": 801130511, + "EventTitle": { + "hash": -1334317879 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130521": { + "EventID": 801130521, + "EventTitle": { + "hash": -1334317882 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130531": { + "EventID": 801130531, + "EventTitle": { + "hash": -1334317881 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 26, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130611": { + "EventID": 801130611, + "EventTitle": { + "hash": -1475480380 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130621": { + "EventID": 801130621, + "EventTitle": { + "hash": -1475480383 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 25, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130631": { + "EventID": 801130631, + "EventTitle": { + "hash": -1475480382 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 40, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130711": { + "EventID": 801130711, + "EventTitle": { + "hash": -1616642881 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130721": { + "EventID": 801130721, + "EventTitle": { + "hash": -1616642884 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 25, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130731": { + "EventID": 801130731, + "EventTitle": { + "hash": -1616642883 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130811": { + "EventID": 801130811, + "EventTitle": { + "hash": -628505374 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130821": { + "EventID": 801130821, + "EventTitle": { + "hash": -628505377 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 25, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130831": { + "EventID": 801130831, + "EventTitle": { + "hash": -628505376 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130911": { + "EventID": 801130911, + "EventTitle": { + "hash": -769667875 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130921": { + "EventID": 801130921, + "EventTitle": { + "hash": -769667878 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 25, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801130931": { + "EventID": 801130931, + "EventTitle": { + "hash": -769667877 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 26, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131011": { + "EventID": 801131011, + "EventTitle": { + "hash": -1757805415 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 25, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131021": { + "EventID": 801131021, + "EventTitle": { + "hash": -1757805416 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 40, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131031": { + "EventID": 801131031, + "EventTitle": { + "hash": -1757805417 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131111": { + "EventID": 801131111, + "EventTitle": { + "hash": -1898967916 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 25, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131121": { + "EventID": 801131121, + "EventTitle": { + "hash": -1898967917 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 40, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131131": { + "EventID": 801131131, + "EventTitle": { + "hash": -1898967918 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131211": { + "EventID": 801131211, + "EventTitle": { + "hash": -2040130417 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 25, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131221": { + "EventID": 801131221, + "EventTitle": { + "hash": -2040130418 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 40, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131231": { + "EventID": 801131231, + "EventTitle": { + "hash": -2040130419 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 26, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131311": { + "EventID": 801131311, + "EventTitle": { + "hash": 2113674378 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 40, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131321": { + "EventID": 801131321, + "EventTitle": { + "hash": 2113674377 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131331": { + "EventID": 801131331, + "EventTitle": { + "hash": 2113674376 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131411": { + "EventID": 801131411, + "EventTitle": { + "hash": -1193155411 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 40, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131421": { + "EventID": 801131421, + "EventTitle": { + "hash": -1193155412 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131431": { + "EventID": 801131431, + "EventTitle": { + "hash": -1193155413 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 26, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131511": { + "EventID": 801131511, + "EventTitle": { + "hash": -1334317912 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131521": { + "EventID": 801131521, + "EventTitle": { + "hash": -1334317913 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801131531": { + "EventID": 801131531, + "EventTitle": { + "hash": -1334317914 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 26, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801140111": { + "EventID": 801140111, + "EventTitle": { + "hash": -1809441116 + }, + "Type1": "GetRogueBuff", + "ParameterList1": [ + 100004 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801140121": { + "EventID": 801140121, + "EventTitle": { + "hash": -1809441119 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 6, + 100 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801140131": { + "EventID": 801140131, + "EventTitle": { + "hash": -1809441118 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150111": { + "EventID": 801150111, + "EventTitle": { + "hash": -1172177409 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 30, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150121": { + "EventID": 801150121, + "EventTitle": { + "hash": -1172177412 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150131": { + "EventID": 801150131, + "EventTitle": { + "hash": -1172177411 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150211": { + "EventID": 801150211, + "EventTitle": { + "hash": -748689906 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 30, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150221": { + "EventID": 801150221, + "EventTitle": { + "hash": -748689909 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150231": { + "EventID": 801150231, + "EventTitle": { + "hash": -748689908 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 31, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150311": { + "EventID": 801150311, + "EventTitle": { + "hash": -889852407 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 30, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150321": { + "EventID": 801150321, + "EventTitle": { + "hash": -889852410 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150331": { + "EventID": 801150331, + "EventTitle": { + "hash": -889852409 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 28, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150411": { + "EventID": 801150411, + "EventTitle": { + "hash": -1595664912 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 30, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150421": { + "EventID": 801150421, + "EventTitle": { + "hash": -1595664915 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150431": { + "EventID": 801150431, + "EventTitle": { + "hash": -1595664914 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150511": { + "EventID": 801150511, + "EventTitle": { + "hash": -1736827413 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 30, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150521": { + "EventID": 801150521, + "EventTitle": { + "hash": -1736827416 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150531": { + "EventID": 801150531, + "EventTitle": { + "hash": -1736827415 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 31, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150611": { + "EventID": 801150611, + "EventTitle": { + "hash": -1313339910 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 30, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150621": { + "EventID": 801150621, + "EventTitle": { + "hash": -1313339913 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150631": { + "EventID": 801150631, + "EventTitle": { + "hash": -1313339912 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 28, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150711": { + "EventID": 801150711, + "EventTitle": { + "hash": -1454502411 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 60, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150721": { + "EventID": 801150721, + "EventTitle": { + "hash": -1454502414 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150731": { + "EventID": 801150731, + "EventTitle": { + "hash": -1454502413 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150811": { + "EventID": 801150811, + "EventTitle": { + "hash": 98285100 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 60, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150821": { + "EventID": 801150821, + "EventTitle": { + "hash": 98285097 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150831": { + "EventID": 801150831, + "EventTitle": { + "hash": 98285098 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 31, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150911": { + "EventID": 801150911, + "EventTitle": { + "hash": -42877401 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 60, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801150921": { + "EventID": 801150921, + "EventTitle": { + "hash": -42877404 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801150931": { + "EventID": 801150931, + "EventTitle": { + "hash": -42877403 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 28, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151011": { + "EventID": 801151011, + "EventTitle": { + "hash": -1031014941 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 60, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151021": { + "EventID": 801151021, + "EventTitle": { + "hash": -1031014942 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151031": { + "EventID": 801151031, + "EventTitle": { + "hash": -1031014943 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151111": { + "EventID": 801151111, + "EventTitle": { + "hash": -1172177442 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 60, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151121": { + "EventID": 801151121, + "EventTitle": { + "hash": -1172177443 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151131": { + "EventID": 801151131, + "EventTitle": { + "hash": -1172177444 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 31, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151211": { + "EventID": 801151211, + "EventTitle": { + "hash": -748689939 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 60, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151221": { + "EventID": 801151221, + "EventTitle": { + "hash": -748689940 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151231": { + "EventID": 801151231, + "EventTitle": { + "hash": -748689941 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 28, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151311": { + "EventID": 801151311, + "EventTitle": { + "hash": -889852440 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151321": { + "EventID": 801151321, + "EventTitle": { + "hash": -889852441 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151331": { + "EventID": 801151331, + "EventTitle": { + "hash": -889852442 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151411": { + "EventID": 801151411, + "EventTitle": { + "hash": -1595664945 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151421": { + "EventID": 801151421, + "EventTitle": { + "hash": -1595664946 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151431": { + "EventID": 801151431, + "EventTitle": { + "hash": -1595664947 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 31, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151511": { + "EventID": 801151511, + "EventTitle": { + "hash": -1736827446 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151521": { + "EventID": 801151521, + "EventTitle": { + "hash": -1736827447 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151531": { + "EventID": 801151531, + "EventTitle": { + "hash": -1736827448 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 28, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151611": { + "EventID": 801151611, + "EventTitle": { + "hash": -1313339943 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151621": { + "EventID": 801151621, + "EventTitle": { + "hash": -1313339944 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151631": { + "EventID": 801151631, + "EventTitle": { + "hash": -1313339945 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151711": { + "EventID": 801151711, + "EventTitle": { + "hash": -1454502444 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151721": { + "EventID": 801151721, + "EventTitle": { + "hash": -1454502445 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151731": { + "EventID": 801151731, + "EventTitle": { + "hash": -1454502446 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 31, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151811": { + "EventID": 801151811, + "EventTitle": { + "hash": 98285067 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151821": { + "EventID": 801151821, + "EventTitle": { + "hash": 98285066 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151831": { + "EventID": 801151831, + "EventTitle": { + "hash": 98285065 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 28, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151911": { + "EventID": 801151911, + "EventTitle": { + "hash": -42877434 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801151921": { + "EventID": 801151921, + "EventTitle": { + "hash": -42877435 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801151931": { + "EventID": 801151931, + "EventTitle": { + "hash": -42877436 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152011": { + "EventID": 801152011, + "EventTitle": { + "hash": -1031014974 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801152021": { + "EventID": 801152021, + "EventTitle": { + "hash": -1031014973 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152031": { + "EventID": 801152031, + "EventTitle": { + "hash": -1031014972 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 31, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152111": { + "EventID": 801152111, + "EventTitle": { + "hash": -1172177475 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801152121": { + "EventID": 801152121, + "EventTitle": { + "hash": -1172177474 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 22, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152131": { + "EventID": 801152131, + "EventTitle": { + "hash": -1172177473 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 28, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152211": { + "EventID": 801152211, + "EventTitle": { + "hash": -748689972 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801152221": { + "EventID": 801152221, + "EventTitle": { + "hash": -748689971 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152231": { + "EventID": 801152231, + "EventTitle": { + "hash": -748689970 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152311": { + "EventID": 801152311, + "EventTitle": { + "hash": -889852473 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801152321": { + "EventID": 801152321, + "EventTitle": { + "hash": -889852472 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152331": { + "EventID": 801152331, + "EventTitle": { + "hash": -889852471 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 31, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152411": { + "EventID": 801152411, + "EventTitle": { + "hash": -1595664978 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801152421": { + "EventID": 801152421, + "EventTitle": { + "hash": -1595664977 + }, + "Type1": "UpRogueBuffLevel", + "ParameterList1": [ + 100004, + 2 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801152431": { + "EventID": 801152431, + "EventTitle": { + "hash": -1595664976 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 28, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "ConditionName": "", + "ConditionParam": {} + }, + "801160111": { + "EventID": 801160111, + "EventTitle": { + "hash": -1082650642 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 0, + 6 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801160121": { + "EventID": 801160121, + "EventTitle": { + "hash": -1082650645 + }, + "Type1": "RecoverLineup", + "ParameterList1": [ + 40, + 0 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801160131": { + "EventID": 801160131, + "EventTitle": { + "hash": -1082650644 + }, + "Type1": "TriggerBattle", + "ParameterList1": [ + 80100901 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170111": { + "EventID": 801170111, + "EventTitle": { + "hash": -445386935 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 29, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170121": { + "EventID": 801170121, + "EventTitle": { + "hash": -445386938 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 32, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170131": { + "EventID": 801170131, + "EventTitle": { + "hash": -445386937 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170211": { + "EventID": 801170211, + "EventTitle": { + "hash": -586549436 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 29, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170221": { + "EventID": 801170221, + "EventTitle": { + "hash": -586549439 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 33, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170231": { + "EventID": 801170231, + "EventTitle": { + "hash": -586549438 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170311": { + "EventID": 801170311, + "EventTitle": { + "hash": -727711937 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 29, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170321": { + "EventID": 801170321, + "EventTitle": { + "hash": -727711940 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 34, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170331": { + "EventID": 801170331, + "EventTitle": { + "hash": -727711939 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170411": { + "EventID": 801170411, + "EventTitle": { + "hash": -868874438 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 29, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170421": { + "EventID": 801170421, + "EventTitle": { + "hash": -868874441 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 35, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + }, + "801170431": { + "EventID": 801170431, + "EventTitle": { + "hash": -868874440 + }, + "Type1": "GetRogueItem", + "ParameterList1": [ + 27, + 1 + ], + "Type2": "None", + "ParameterList2": [], + "Cost": [], + "ConditionName": "", + "ConditionParam": {} + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/DialogueGroupExcelTable.json b/CrepePackage/src/data/excel/DialogueGroupExcelTable.json new file mode 100644 index 0000000..16ae411 --- /dev/null +++ b/CrepePackage/src/data/excel/DialogueGroupExcelTable.json @@ -0,0 +1,21860 @@ +{ + "1000099": { + "GroupID": 1000099, + "GroupType": "JsonGraph", + "StartDialogueID": 100009901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_1000001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "300052101": { + "GroupID": 300052101, + "GroupType": "JsonGraph", + "StartDialogueID": 300052101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000521", + "ConditionIDs": [ + 300052101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052102": { + "GroupID": 300052102, + "GroupType": "JsonGraph", + "StartDialogueID": 300052102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 300052102 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052103": { + "GroupID": 300052103, + "GroupType": "JsonGraph", + "StartDialogueID": 300052103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000521", + "ConditionIDs": [ + 300052103 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052104": { + "GroupID": 300052104, + "GroupType": "JsonGraph", + "StartDialogueID": 300052104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 300052104 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052105": { + "GroupID": 300052105, + "GroupType": "JsonGraph", + "StartDialogueID": 300052105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 300052105 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052201": { + "GroupID": 300052201, + "GroupType": "JsonGraph", + "StartDialogueID": 300052201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000522", + "ConditionIDs": [ + 300052201 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052202": { + "GroupID": 300052202, + "GroupType": "JsonGraph", + "StartDialogueID": 300052202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_300052501", + "ConditionIDs": [ + 300052202 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052203": { + "GroupID": 300052203, + "GroupType": "JsonGraph", + "StartDialogueID": 300052203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000522", + "ConditionIDs": [ + 300052203 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052301": { + "GroupID": 300052301, + "GroupType": "JsonGraph", + "StartDialogueID": 300052301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000523", + "ConditionIDs": [ + 300052301 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052302": { + "GroupID": 300052302, + "GroupType": "JsonGraph", + "StartDialogueID": 300052302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_300052501", + "ConditionIDs": [ + 300052302 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052303": { + "GroupID": 300052303, + "GroupType": "JsonGraph", + "StartDialogueID": 300052303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000523", + "ConditionIDs": [ + 300052303 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052401": { + "GroupID": 300052401, + "GroupType": "JsonGraph", + "StartDialogueID": 300052401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000524", + "ConditionIDs": [ + 300052401 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052402": { + "GroupID": 300052402, + "GroupType": "JsonGraph", + "StartDialogueID": 300052402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_300052601", + "ConditionIDs": [ + 300052402 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052403": { + "GroupID": 300052403, + "GroupType": "JsonGraph", + "StartDialogueID": 300052403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000524", + "ConditionIDs": [ + 300052403 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052501": { + "GroupID": 300052501, + "GroupType": "JsonGraph", + "StartDialogueID": 300052501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000525", + "ConditionIDs": [ + 300052501 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052502": { + "GroupID": 300052502, + "GroupType": "JsonGraph", + "StartDialogueID": 300052502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_300052701", + "ConditionIDs": [ + 300052502 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052503": { + "GroupID": 300052503, + "GroupType": "JsonGraph", + "StartDialogueID": 300052503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000525", + "ConditionIDs": [ + 300052503 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052601": { + "GroupID": 300052601, + "GroupType": "JsonGraph", + "StartDialogueID": 300052601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000526", + "ConditionIDs": [ + 300052601 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052602": { + "GroupID": 300052602, + "GroupType": "JsonGraph", + "StartDialogueID": 300052602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_300052801", + "ConditionIDs": [ + 300052602 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052603": { + "GroupID": 300052603, + "GroupType": "JsonGraph", + "StartDialogueID": 300052603, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000526", + "ConditionIDs": [ + 300052603 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052701": { + "GroupID": 300052701, + "GroupType": "JsonGraph", + "StartDialogueID": 300052701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000527", + "ConditionIDs": [ + 300052701 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052702": { + "GroupID": 300052702, + "GroupType": "JsonGraph", + "StartDialogueID": 300052702, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_300052901", + "ConditionIDs": [ + 300052702 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "300052703": { + "GroupID": 300052703, + "GroupType": "JsonGraph", + "StartDialogueID": 300052703, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3000527", + "ConditionIDs": [ + 300052703 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020101": { + "GroupID": 301020101, + "GroupType": "JsonGraph", + "StartDialogueID": 301020101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020102": { + "GroupID": 301020102, + "GroupType": "JsonGraph", + "StartDialogueID": 301020102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020102 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020201": { + "GroupID": 301020201, + "GroupType": "JsonGraph", + "StartDialogueID": 301020201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020201 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020202": { + "GroupID": 301020202, + "GroupType": "JsonGraph", + "StartDialogueID": 301020202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020202 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020301": { + "GroupID": 301020301, + "GroupType": "JsonGraph", + "StartDialogueID": 301020301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020301 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020302": { + "GroupID": 301020302, + "GroupType": "JsonGraph", + "StartDialogueID": 301020302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020302 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020401": { + "GroupID": 301020401, + "GroupType": "JsonGraph", + "StartDialogueID": 301020401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020401 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020402": { + "GroupID": 301020402, + "GroupType": "JsonGraph", + "StartDialogueID": 301020402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020402 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020501": { + "GroupID": 301020501, + "GroupType": "JsonGraph", + "StartDialogueID": 301020501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020501 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020502": { + "GroupID": 301020502, + "GroupType": "JsonGraph", + "StartDialogueID": 301020502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020502 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020601": { + "GroupID": 301020601, + "GroupType": "JsonGraph", + "StartDialogueID": 301020601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020601 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020602": { + "GroupID": 301020602, + "GroupType": "JsonGraph", + "StartDialogueID": 301020602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020602 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020701": { + "GroupID": 301020701, + "GroupType": "JsonGraph", + "StartDialogueID": 301020701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020701 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020702": { + "GroupID": 301020702, + "GroupType": "JsonGraph", + "StartDialogueID": 301020702, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020702 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020801": { + "GroupID": 301020801, + "GroupType": "JsonGraph", + "StartDialogueID": 301020801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020801 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020802": { + "GroupID": 301020802, + "GroupType": "JsonGraph", + "StartDialogueID": 301020802, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020802 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020901": { + "GroupID": 301020901, + "GroupType": "JsonGraph", + "StartDialogueID": 301020901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020901 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301020902": { + "GroupID": 301020902, + "GroupType": "JsonGraph", + "StartDialogueID": 301020902, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301020902 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021001": { + "GroupID": 301021001, + "GroupType": "JsonGraph", + "StartDialogueID": 301021001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021001 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021002": { + "GroupID": 301021002, + "GroupType": "JsonGraph", + "StartDialogueID": 301021002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021002 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021101": { + "GroupID": 301021101, + "GroupType": "JsonGraph", + "StartDialogueID": 301021101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021102": { + "GroupID": 301021102, + "GroupType": "JsonGraph", + "StartDialogueID": 301021102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021102 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021201": { + "GroupID": 301021201, + "GroupType": "JsonGraph", + "StartDialogueID": 301021201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021201 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021202": { + "GroupID": 301021202, + "GroupType": "JsonGraph", + "StartDialogueID": 301021202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021202 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021301": { + "GroupID": 301021301, + "GroupType": "JsonGraph", + "StartDialogueID": 301021301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021301 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021302": { + "GroupID": 301021302, + "GroupType": "JsonGraph", + "StartDialogueID": 301021302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021302 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021401": { + "GroupID": 301021401, + "GroupType": "JsonGraph", + "StartDialogueID": 301021401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021401 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301021402": { + "GroupID": 301021402, + "GroupType": "JsonGraph", + "StartDialogueID": 301021402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3010201", + "ConditionIDs": [ + 301021402 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301010201": { + "GroupID": 301010201, + "GroupType": "JsonGraph", + "StartDialogueID": 301010201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301010209", + "ConditionIDs": [ + 301010201 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301010203": { + "GroupID": 301010203, + "GroupType": "JsonGraph", + "StartDialogueID": 301010203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301010210", + "ConditionIDs": [ + 301010203 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301030301": { + "GroupID": 301030301, + "GroupType": "JsonGraph", + "StartDialogueID": 301030301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301030308", + "ConditionIDs": [ + 301030301 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301030303": { + "GroupID": 301030303, + "GroupType": "JsonGraph", + "StartDialogueID": 301030303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301030309", + "ConditionIDs": [ + 301030303 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042101": { + "GroupID": 301042101, + "GroupType": "JsonGraph", + "StartDialogueID": 301042101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301042101", + "ConditionIDs": [ + 301042101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042102": { + "GroupID": 301042102, + "GroupType": "JsonGraph", + "StartDialogueID": 301042102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042103": { + "GroupID": 301042103, + "GroupType": "JsonGraph", + "StartDialogueID": 301042103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301042501", + "ConditionIDs": [ + 301042103 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042104": { + "GroupID": 301042104, + "GroupType": "JsonGraph", + "StartDialogueID": 301042104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042104 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042105": { + "GroupID": 301042105, + "GroupType": "JsonGraph", + "StartDialogueID": 301042105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042105 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042201": { + "GroupID": 301042201, + "GroupType": "JsonGraph", + "StartDialogueID": 301042201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301042601", + "ConditionIDs": [ + 301042201 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042202": { + "GroupID": 301042202, + "GroupType": "JsonGraph", + "StartDialogueID": 301042202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042202 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042203": { + "GroupID": 301042203, + "GroupType": "JsonGraph", + "StartDialogueID": 301042203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301043001", + "ConditionIDs": [ + 301042203 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042204": { + "GroupID": 301042204, + "GroupType": "JsonGraph", + "StartDialogueID": 301042204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042204 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042205": { + "GroupID": 301042205, + "GroupType": "JsonGraph", + "StartDialogueID": 301042205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042205 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042301": { + "GroupID": 301042301, + "GroupType": "JsonGraph", + "StartDialogueID": 301042301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301043101", + "ConditionIDs": [ + 301042301 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042302": { + "GroupID": 301042302, + "GroupType": "JsonGraph", + "StartDialogueID": 301042302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042302 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042303": { + "GroupID": 301042303, + "GroupType": "JsonGraph", + "StartDialogueID": 301042303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301043501", + "ConditionIDs": [ + 301042303 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042304": { + "GroupID": 301042304, + "GroupType": "JsonGraph", + "StartDialogueID": 301042304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042304 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042305": { + "GroupID": 301042305, + "GroupType": "JsonGraph", + "StartDialogueID": 301042305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042305 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042306": { + "GroupID": 301042306, + "GroupType": "JsonGraph", + "StartDialogueID": 301042306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042306 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042307": { + "GroupID": 301042307, + "GroupType": "JsonGraph", + "StartDialogueID": 301042307, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 301042307 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301042308": { + "GroupID": 301042308, + "GroupType": "JsonGraph", + "StartDialogueID": 301042308, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301043801", + "ConditionIDs": [ + 301042308 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101101": { + "GroupID": 301101101, + "GroupType": "JsonGraph", + "StartDialogueID": 301101101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101102": { + "GroupID": 301101102, + "GroupType": "JsonGraph", + "StartDialogueID": 301101102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101102 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101103": { + "GroupID": 301101103, + "GroupType": "JsonGraph", + "StartDialogueID": 301101103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101103 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101104": { + "GroupID": 301101104, + "GroupType": "JsonGraph", + "StartDialogueID": 301101104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101104 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101201": { + "GroupID": 301101201, + "GroupType": "JsonGraph", + "StartDialogueID": 301101201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101201 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101202": { + "GroupID": 301101202, + "GroupType": "JsonGraph", + "StartDialogueID": 301101202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101202 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101203": { + "GroupID": 301101203, + "GroupType": "JsonGraph", + "StartDialogueID": 301101203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101203 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101204": { + "GroupID": 301101204, + "GroupType": "JsonGraph", + "StartDialogueID": 301101204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101204 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101205": { + "GroupID": 301101205, + "GroupType": "JsonGraph", + "StartDialogueID": 301101205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101205 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101301": { + "GroupID": 301101301, + "GroupType": "JsonGraph", + "StartDialogueID": 301101301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101301 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101302": { + "GroupID": 301101302, + "GroupType": "JsonGraph", + "StartDialogueID": 301101302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101302 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101303": { + "GroupID": 301101303, + "GroupType": "JsonGraph", + "StartDialogueID": 301101303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101303 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101304": { + "GroupID": 301101304, + "GroupType": "JsonGraph", + "StartDialogueID": 301101304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101304 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301101305": { + "GroupID": 301101305, + "GroupType": "JsonGraph", + "StartDialogueID": 301101305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011011", + "ConditionIDs": [ + 301101305 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111101": { + "GroupID": 301111101, + "GroupType": "JsonGraph", + "StartDialogueID": 301111101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301110101", + "ConditionIDs": [ + 301111101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111102": { + "GroupID": 301111102, + "GroupType": "JsonGraph", + "StartDialogueID": 301111102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011112", + "ConditionIDs": [ + 301111102 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111201": { + "GroupID": 301111201, + "GroupType": "JsonGraph", + "StartDialogueID": 301111201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011112", + "ConditionIDs": [ + 301111201 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111202": { + "GroupID": 301111202, + "GroupType": "JsonGraph", + "StartDialogueID": 301111202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011112", + "ConditionIDs": [ + 301111202 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111203": { + "GroupID": 301111203, + "GroupType": "JsonGraph", + "StartDialogueID": 301111203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011112", + "ConditionIDs": [ + 301111203 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111204": { + "GroupID": 301111204, + "GroupType": "JsonGraph", + "StartDialogueID": 301111204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011112", + "ConditionIDs": [ + 301111204 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111301": { + "GroupID": 301111301, + "GroupType": "JsonGraph", + "StartDialogueID": 301111301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011113", + "ConditionIDs": [ + 301111301 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111302": { + "GroupID": 301111302, + "GroupType": "JsonGraph", + "StartDialogueID": 301111302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301110801", + "ConditionIDs": [ + 301111302 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111303": { + "GroupID": 301111303, + "GroupType": "JsonGraph", + "StartDialogueID": 301111303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301110901", + "ConditionIDs": [ + 301111303 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111304": { + "GroupID": 301111304, + "GroupType": "JsonGraph", + "StartDialogueID": 301111304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_301111001", + "ConditionIDs": [ + 301111304 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "301111305": { + "GroupID": 301111305, + "GroupType": "JsonGraph", + "StartDialogueID": 301111305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_3011113", + "ConditionIDs": [ + 301111305 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "500010101": { + "GroupID": 500010101, + "GroupType": "JsonGraph", + "StartDialogueID": 500010101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010201": { + "GroupID": 500010201, + "GroupType": "Free", + "StartDialogueID": 500010201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010202": { + "GroupID": 500010202, + "GroupType": "Free", + "StartDialogueID": 500010202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010301": { + "GroupID": 500010301, + "GroupType": "LockInteraction", + "StartDialogueID": 500010301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010303": { + "GroupID": 500010303, + "GroupType": "Free", + "StartDialogueID": 500010303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010401": { + "GroupID": 500010401, + "GroupType": "Free", + "StartDialogueID": 500010401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010402": { + "GroupID": 500010402, + "GroupType": "Free", + "StartDialogueID": 500010402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010501": { + "GroupID": 500010501, + "GroupType": "LockInteraction", + "StartDialogueID": 500010501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010601": { + "GroupID": 500010601, + "GroupType": "LockInteraction", + "StartDialogueID": 500010601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010701": { + "GroupID": 500010701, + "GroupType": "LockInteraction", + "StartDialogueID": 500010701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010801": { + "GroupID": 500010801, + "GroupType": "Free", + "StartDialogueID": 500010801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010901": { + "GroupID": 500010901, + "GroupType": "Free", + "StartDialogueID": 500010901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010903": { + "GroupID": 500010903, + "GroupType": "Free", + "StartDialogueID": 500010903, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500010905": { + "GroupID": 500010905, + "GroupType": "Free", + "StartDialogueID": 500010905, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011001": { + "GroupID": 500011001, + "GroupType": "Free", + "StartDialogueID": 500011001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011003": { + "GroupID": 500011003, + "GroupType": "LockInteraction", + "StartDialogueID": 500011003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011101": { + "GroupID": 500011101, + "GroupType": "LockInteraction", + "StartDialogueID": 500011101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011201": { + "GroupID": 500011201, + "GroupType": "Free", + "StartDialogueID": 500011201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011204": { + "GroupID": 500011204, + "GroupType": "LockInteraction", + "StartDialogueID": 500011204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011208": { + "GroupID": 500011208, + "GroupType": "LockInteraction", + "StartDialogueID": 500011208, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011301": { + "GroupID": 500011301, + "GroupType": "LockInteraction", + "StartDialogueID": 500011304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011302": { + "GroupID": 500011302, + "GroupType": "LockInteraction", + "StartDialogueID": 500011305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011303": { + "GroupID": 500011303, + "GroupType": "LockInteraction", + "StartDialogueID": 500011306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011401": { + "GroupID": 500011401, + "GroupType": "LockInteraction", + "StartDialogueID": 500011403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011402": { + "GroupID": 500011402, + "GroupType": "LockInteraction", + "StartDialogueID": 500011404, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011501": { + "GroupID": 500011501, + "GroupType": "LockInteraction", + "StartDialogueID": 500011504, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011502": { + "GroupID": 500011502, + "GroupType": "LockInteraction", + "StartDialogueID": 500011505, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011503": { + "GroupID": 500011503, + "GroupType": "LockInteraction", + "StartDialogueID": 500011506, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011601": { + "GroupID": 500011601, + "GroupType": "LockInteraction", + "StartDialogueID": 500011601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011606": { + "GroupID": 500011606, + "GroupType": "Free", + "StartDialogueID": 500011606, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011607": { + "GroupID": 500011607, + "GroupType": "Free", + "StartDialogueID": 500011607, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011608": { + "GroupID": 500011608, + "GroupType": "Free", + "StartDialogueID": 500011608, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011609": { + "GroupID": 500011609, + "GroupType": "Free", + "StartDialogueID": 500011609, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "500011610": { + "GroupID": 500011610, + "GroupType": "Free", + "StartDialogueID": 500011610, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019910": { + "GroupID": 101019910, + "GroupType": "JsonGraph", + "StartDialogueID": 101019910, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501020101 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019911": { + "GroupID": 101019911, + "GroupType": "JsonGraph", + "StartDialogueID": 101019911, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501020102 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019914": { + "GroupID": 101019914, + "GroupType": "JsonGraph", + "StartDialogueID": 101019914, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501020103 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019923": { + "GroupID": 101019923, + "GroupType": "JsonGraph", + "StartDialogueID": 101019923, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501020201 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019800": { + "GroupID": 101019800, + "GroupType": "JsonGraph", + "StartDialogueID": 101019800, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_16", + "ConditionIDs": [], + "Priority": 3, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019924": { + "GroupID": 101019924, + "GroupType": "LockInteraction", + "StartDialogueID": 101019924, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_16", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019925": { + "GroupID": 101019925, + "GroupType": "LockInteraction", + "StartDialogueID": 101019925, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_16", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019726": { + "GroupID": 101019726, + "GroupType": "LockInteraction", + "StartDialogueID": 101019726, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_16", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019727": { + "GroupID": 101019727, + "GroupType": "LockInteraction", + "StartDialogueID": 101019727, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_16", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019728": { + "GroupID": 101019728, + "GroupType": "LockInteraction", + "StartDialogueID": 101019728, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_16", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019926": { + "GroupID": 101019926, + "GroupType": "JsonGraph", + "StartDialogueID": 101019926, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501020301 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019931": { + "GroupID": 101019931, + "GroupType": "JsonGraph", + "StartDialogueID": 101019931, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501021101 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019940": { + "GroupID": 101019940, + "GroupType": "JsonGraph", + "StartDialogueID": 101019940, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501021201 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019954": { + "GroupID": 101019954, + "GroupType": "JsonGraph", + "StartDialogueID": 101019954, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501021301 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019960": { + "GroupID": 101019960, + "GroupType": "JsonGraph", + "StartDialogueID": 101019960, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501021401 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019969": { + "GroupID": 101019969, + "GroupType": "JsonGraph", + "StartDialogueID": 101019969, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501021501 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019983": { + "GroupID": 101019983, + "GroupType": "JsonGraph", + "StartDialogueID": 101019983, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501021801 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019984": { + "GroupID": 101019984, + "GroupType": "JsonGraph", + "StartDialogueID": 101019984, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501021901 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019987": { + "GroupID": 101019987, + "GroupType": "JsonGraph", + "StartDialogueID": 101019987, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022001 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019988": { + "GroupID": 101019988, + "GroupType": "JsonGraph", + "StartDialogueID": 101019988, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022101 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019990": { + "GroupID": 101019990, + "GroupType": "JsonGraph", + "StartDialogueID": 101019990, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022201 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019994": { + "GroupID": 101019994, + "GroupType": "JsonGraph", + "StartDialogueID": 101019994, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022301 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019996": { + "GroupID": 101019996, + "GroupType": "JsonGraph", + "StartDialogueID": 101019996, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022401 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019806": { + "GroupID": 101019806, + "GroupType": "JsonGraph", + "StartDialogueID": 101019806, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022501 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019813": { + "GroupID": 101019813, + "GroupType": "JsonGraph", + "StartDialogueID": 101019813, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022601 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019814": { + "GroupID": 101019814, + "GroupType": "JsonGraph", + "StartDialogueID": 101019814, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022701 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019816": { + "GroupID": 101019816, + "GroupType": "JsonGraph", + "StartDialogueID": 101019816, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022801 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019820": { + "GroupID": 101019820, + "GroupType": "JsonGraph", + "StartDialogueID": 101019820, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501022901 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019733": { + "GroupID": 101019733, + "GroupType": "JsonGraph", + "StartDialogueID": 101019733, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200045 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019880": { + "GroupID": 101019880, + "GroupType": "JsonGraph", + "StartDialogueID": 101019880, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501023101 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019890": { + "GroupID": 101019890, + "GroupType": "JsonGraph", + "StartDialogueID": 101019890, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501023201 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019891": { + "GroupID": 101019891, + "GroupType": "JsonGraph", + "StartDialogueID": 101019891, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501023301 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019704": { + "GroupID": 101019704, + "GroupType": "JsonGraph", + "StartDialogueID": 101019704, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 501023401 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019612": { + "GroupID": 101019612, + "GroupType": "JsonGraph", + "StartDialogueID": 101019612, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200046 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019623": { + "GroupID": 101019623, + "GroupType": "JsonGraph", + "StartDialogueID": 101019623, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200047 + ], + "Priority": 2, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019900": { + "GroupID": 101019900, + "GroupType": "JsonGraph", + "StartDialogueID": 101019900, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_17", + "ConditionIDs": [], + "Priority": 3, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019901": { + "GroupID": 101019901, + "GroupType": "LockInteraction", + "StartDialogueID": 101019901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_17", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019902": { + "GroupID": 101019902, + "GroupType": "LockInteraction", + "StartDialogueID": 101019902, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_17", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019903": { + "GroupID": 101019903, + "GroupType": "LockInteraction", + "StartDialogueID": 101019903, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_17", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019904": { + "GroupID": 101019904, + "GroupType": "LockInteraction", + "StartDialogueID": 101019904, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_17", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019905": { + "GroupID": 101019905, + "GroupType": "LockInteraction", + "StartDialogueID": 101019905, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_17", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019906": { + "GroupID": 101019906, + "GroupType": "LockInteraction", + "StartDialogueID": 101019906, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_17", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019828": { + "GroupID": 101019828, + "GroupType": "Free", + "StartDialogueID": 101019828, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_18", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019829": { + "GroupID": 101019829, + "GroupType": "Free", + "StartDialogueID": 101019829, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_18", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019830": { + "GroupID": 101019830, + "GroupType": "Free", + "StartDialogueID": 101019830, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_18", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019831": { + "GroupID": 101019831, + "GroupType": "Free", + "StartDialogueID": 101019831, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_18", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019832": { + "GroupID": 101019832, + "GroupType": "Free", + "StartDialogueID": 101019832, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_18", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019833": { + "GroupID": 101019833, + "GroupType": "Free", + "StartDialogueID": 101019833, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_18", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019834": { + "GroupID": 101019834, + "GroupType": "Free", + "StartDialogueID": 101019834, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_18", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019835": { + "GroupID": 101019835, + "GroupType": "Free", + "StartDialogueID": 101019835, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_18", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019836": { + "GroupID": 101019836, + "GroupType": "Free", + "StartDialogueID": 101019836, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_18", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019837": { + "GroupID": 101019837, + "GroupType": "Free", + "StartDialogueID": 101019837, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_19", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019838": { + "GroupID": 101019838, + "GroupType": "Free", + "StartDialogueID": 101019838, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_19", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019839": { + "GroupID": 101019839, + "GroupType": "Free", + "StartDialogueID": 101019839, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_20", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019840": { + "GroupID": 101019840, + "GroupType": "Free", + "StartDialogueID": 101019840, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_20", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019729": { + "GroupID": 101019729, + "GroupType": "Free", + "StartDialogueID": 101019729, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_20", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019730": { + "GroupID": 101019730, + "GroupType": "Free", + "StartDialogueID": 101019730, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_20", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019731": { + "GroupID": 101019731, + "GroupType": "Free", + "StartDialogueID": 101019731, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_20", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019732": { + "GroupID": 101019732, + "GroupType": "Free", + "StartDialogueID": 101019732, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_20", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019841": { + "GroupID": 101019841, + "GroupType": "Free", + "StartDialogueID": 101019841, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_21", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019842": { + "GroupID": 101019842, + "GroupType": "Free", + "StartDialogueID": 101019842, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_21", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019843": { + "GroupID": 101019843, + "GroupType": "Free", + "StartDialogueID": 101019843, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_21", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019844": { + "GroupID": 101019844, + "GroupType": "Free", + "StartDialogueID": 101019844, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_21", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019845": { + "GroupID": 101019845, + "GroupType": "Free", + "StartDialogueID": 101019845, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_21", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019846": { + "GroupID": 101019846, + "GroupType": "Free", + "StartDialogueID": 101019846, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_21", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019847": { + "GroupID": 101019847, + "GroupType": "Free", + "StartDialogueID": 101019847, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_22", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019848": { + "GroupID": 101019848, + "GroupType": "Free", + "StartDialogueID": 101019848, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_22", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019849": { + "GroupID": 101019849, + "GroupType": "Free", + "StartDialogueID": 101019849, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_22", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019850": { + "GroupID": 101019850, + "GroupType": "Free", + "StartDialogueID": 101019850, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_22", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019851": { + "GroupID": 101019851, + "GroupType": "Free", + "StartDialogueID": 101019851, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_22", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019852": { + "GroupID": 101019852, + "GroupType": "Free", + "StartDialogueID": 101019852, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_22", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019853": { + "GroupID": 101019853, + "GroupType": "Free", + "StartDialogueID": 101019853, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019854": { + "GroupID": 101019854, + "GroupType": "Free", + "StartDialogueID": 101019854, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019855": { + "GroupID": 101019855, + "GroupType": "Free", + "StartDialogueID": 101019855, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019856": { + "GroupID": 101019856, + "GroupType": "Free", + "StartDialogueID": 101019856, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019857": { + "GroupID": 101019857, + "GroupType": "Free", + "StartDialogueID": 101019857, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019858": { + "GroupID": 101019858, + "GroupType": "Free", + "StartDialogueID": 101019858, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019859": { + "GroupID": 101019859, + "GroupType": "Free", + "StartDialogueID": 101019859, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019860": { + "GroupID": 101019860, + "GroupType": "Free", + "StartDialogueID": 101019860, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019861": { + "GroupID": 101019861, + "GroupType": "Free", + "StartDialogueID": 101019861, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019862": { + "GroupID": 101019862, + "GroupType": "Free", + "StartDialogueID": 101019862, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019863": { + "GroupID": 101019863, + "GroupType": "Free", + "StartDialogueID": 101019863, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_23", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019864": { + "GroupID": 101019864, + "GroupType": "Free", + "StartDialogueID": 101019864, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_24", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019865": { + "GroupID": 101019865, + "GroupType": "Free", + "StartDialogueID": 101019865, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_24", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019866": { + "GroupID": 101019866, + "GroupType": "Free", + "StartDialogueID": 101019866, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_24", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019867": { + "GroupID": 101019867, + "GroupType": "Free", + "StartDialogueID": 101019867, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_24", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019868": { + "GroupID": 101019868, + "GroupType": "Free", + "StartDialogueID": 101019868, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_25", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019870": { + "GroupID": 101019870, + "GroupType": "Free", + "StartDialogueID": 101019870, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_25", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019872": { + "GroupID": 101019872, + "GroupType": "Free", + "StartDialogueID": 101019872, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_25", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019874": { + "GroupID": 101019874, + "GroupType": "Free", + "StartDialogueID": 101019874, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_25", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019876": { + "GroupID": 101019876, + "GroupType": "Free", + "StartDialogueID": 101019876, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_25", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019878": { + "GroupID": 101019878, + "GroupType": "Free", + "StartDialogueID": 101019878, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_25", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019705": { + "GroupID": 101019705, + "GroupType": "Free", + "StartDialogueID": 101019705, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_26", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019706": { + "GroupID": 101019706, + "GroupType": "Free", + "StartDialogueID": 101019706, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_26", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019707": { + "GroupID": 101019707, + "GroupType": "Free", + "StartDialogueID": 101019707, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_26", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019708": { + "GroupID": 101019708, + "GroupType": "Free", + "StartDialogueID": 101019708, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_26", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019709": { + "GroupID": 101019709, + "GroupType": "Free", + "StartDialogueID": 101019709, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_26", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019710": { + "GroupID": 101019710, + "GroupType": "Free", + "StartDialogueID": 101019710, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_27", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019711": { + "GroupID": 101019711, + "GroupType": "Free", + "StartDialogueID": 101019711, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_27", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019712": { + "GroupID": 101019712, + "GroupType": "Free", + "StartDialogueID": 101019712, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_27", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019713": { + "GroupID": 101019713, + "GroupType": "Free", + "StartDialogueID": 101019713, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_27", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019714": { + "GroupID": 101019714, + "GroupType": "Free", + "StartDialogueID": 101019714, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_27", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019715": { + "GroupID": 101019715, + "GroupType": "Free", + "StartDialogueID": 101019715, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_27", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019716": { + "GroupID": 101019716, + "GroupType": "Free", + "StartDialogueID": 101019716, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_28", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019717": { + "GroupID": 101019717, + "GroupType": "Free", + "StartDialogueID": 101019717, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_28", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019718": { + "GroupID": 101019718, + "GroupType": "Free", + "StartDialogueID": 101019718, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_28", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019719": { + "GroupID": 101019719, + "GroupType": "Free", + "StartDialogueID": 101019719, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_28", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019720": { + "GroupID": 101019720, + "GroupType": "Free", + "StartDialogueID": 101019720, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_28", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019721": { + "GroupID": 101019721, + "GroupType": "Free", + "StartDialogueID": 101019721, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_28", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019722": { + "GroupID": 101019722, + "GroupType": "Free", + "StartDialogueID": 101019722, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_28", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019723": { + "GroupID": 101019723, + "GroupType": "Free", + "StartDialogueID": 101019723, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_28", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019741": { + "GroupID": 101019741, + "GroupType": "Free", + "StartDialogueID": 101019741, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019742": { + "GroupID": 101019742, + "GroupType": "Free", + "StartDialogueID": 101019742, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019743": { + "GroupID": 101019743, + "GroupType": "Free", + "StartDialogueID": 101019743, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019744": { + "GroupID": 101019744, + "GroupType": "Free", + "StartDialogueID": 101019744, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019745": { + "GroupID": 101019745, + "GroupType": "Free", + "StartDialogueID": 101019745, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019746": { + "GroupID": 101019746, + "GroupType": "Free", + "StartDialogueID": 101019746, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019747": { + "GroupID": 101019747, + "GroupType": "Free", + "StartDialogueID": 101019747, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019748": { + "GroupID": 101019748, + "GroupType": "Free", + "StartDialogueID": 101019748, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019749": { + "GroupID": 101019749, + "GroupType": "Free", + "StartDialogueID": 101019749, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019750": { + "GroupID": 101019750, + "GroupType": "Free", + "StartDialogueID": 101019750, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019751": { + "GroupID": 101019751, + "GroupType": "Free", + "StartDialogueID": 101019751, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019752": { + "GroupID": 101019752, + "GroupType": "Free", + "StartDialogueID": 101019752, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019753": { + "GroupID": 101019753, + "GroupType": "Free", + "StartDialogueID": 101019753, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019754": { + "GroupID": 101019754, + "GroupType": "Free", + "StartDialogueID": 101019754, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019755": { + "GroupID": 101019755, + "GroupType": "Free", + "StartDialogueID": 101019755, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019756": { + "GroupID": 101019756, + "GroupType": "Free", + "StartDialogueID": 101019756, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019757": { + "GroupID": 101019757, + "GroupType": "Free", + "StartDialogueID": 101019757, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019758": { + "GroupID": 101019758, + "GroupType": "Free", + "StartDialogueID": 101019758, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019759": { + "GroupID": 101019759, + "GroupType": "Free", + "StartDialogueID": 101019759, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019760": { + "GroupID": 101019760, + "GroupType": "Free", + "StartDialogueID": 101019760, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019761": { + "GroupID": 101019761, + "GroupType": "Free", + "StartDialogueID": 101019761, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019762": { + "GroupID": 101019762, + "GroupType": "Free", + "StartDialogueID": 101019762, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019763": { + "GroupID": 101019763, + "GroupType": "Free", + "StartDialogueID": 101019763, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_39", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019764": { + "GroupID": 101019764, + "GroupType": "Free", + "StartDialogueID": 101019764, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_40", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019765": { + "GroupID": 101019765, + "GroupType": "Free", + "StartDialogueID": 101019765, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_40", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019766": { + "GroupID": 101019766, + "GroupType": "Free", + "StartDialogueID": 101019766, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_40", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019767": { + "GroupID": 101019767, + "GroupType": "Free", + "StartDialogueID": 101019767, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_40", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019768": { + "GroupID": 101019768, + "GroupType": "Free", + "StartDialogueID": 101019768, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_40", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019769": { + "GroupID": 101019769, + "GroupType": "Free", + "StartDialogueID": 101019769, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_40", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019770": { + "GroupID": 101019770, + "GroupType": "Free", + "StartDialogueID": 101019770, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_40", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019771": { + "GroupID": 101019771, + "GroupType": "Free", + "StartDialogueID": 101019771, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_40", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019772": { + "GroupID": 101019772, + "GroupType": "Free", + "StartDialogueID": 101019772, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_27", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019773": { + "GroupID": 101019773, + "GroupType": "Free", + "StartDialogueID": 101019773, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_41", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019774": { + "GroupID": 101019774, + "GroupType": "Free", + "StartDialogueID": 101019774, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_42", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019775": { + "GroupID": 101019775, + "GroupType": "Free", + "StartDialogueID": 101019775, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_42", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019776": { + "GroupID": 101019776, + "GroupType": "Free", + "StartDialogueID": 101019776, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_42", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019777": { + "GroupID": 101019777, + "GroupType": "Free", + "StartDialogueID": 101019777, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_42", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019778": { + "GroupID": 101019778, + "GroupType": "Free", + "StartDialogueID": 101019778, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_42", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019779": { + "GroupID": 101019779, + "GroupType": "Free", + "StartDialogueID": 101019779, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_42", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019780": { + "GroupID": 101019780, + "GroupType": "Free", + "StartDialogueID": 101019780, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_43", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019781": { + "GroupID": 101019781, + "GroupType": "Free", + "StartDialogueID": 101019781, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_44", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019782": { + "GroupID": 101019782, + "GroupType": "Free", + "StartDialogueID": 101019782, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_45", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019783": { + "GroupID": 101019783, + "GroupType": "Free", + "StartDialogueID": 101019783, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_45", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019784": { + "GroupID": 101019784, + "GroupType": "Free", + "StartDialogueID": 101019784, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_45", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019785": { + "GroupID": 101019785, + "GroupType": "Free", + "StartDialogueID": 101019785, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_46", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019786": { + "GroupID": 101019786, + "GroupType": "Free", + "StartDialogueID": 101019786, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_46", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019787": { + "GroupID": 101019787, + "GroupType": "Free", + "StartDialogueID": 101019787, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_46", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019788": { + "GroupID": 101019788, + "GroupType": "Free", + "StartDialogueID": 101019788, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_47", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019789": { + "GroupID": 101019789, + "GroupType": "Free", + "StartDialogueID": 101019789, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_48", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019790": { + "GroupID": 101019790, + "GroupType": "Free", + "StartDialogueID": 101019790, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_49", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019791": { + "GroupID": 101019791, + "GroupType": "Free", + "StartDialogueID": 101019791, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_49", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019792": { + "GroupID": 101019792, + "GroupType": "Free", + "StartDialogueID": 101019792, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_49", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019793": { + "GroupID": 101019793, + "GroupType": "Free", + "StartDialogueID": 101019793, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_50", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019794": { + "GroupID": 101019794, + "GroupType": "Free", + "StartDialogueID": 101019794, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_51", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019795": { + "GroupID": 101019795, + "GroupType": "Free", + "StartDialogueID": 101019795, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_51", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019796": { + "GroupID": 101019796, + "GroupType": "Free", + "StartDialogueID": 101019796, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_51", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019797": { + "GroupID": 101019797, + "GroupType": "Free", + "StartDialogueID": 101019797, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_51", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019798": { + "GroupID": 101019798, + "GroupType": "Free", + "StartDialogueID": 101019798, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_52", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019799": { + "GroupID": 101019799, + "GroupType": "Free", + "StartDialogueID": 101019799, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_53", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019601": { + "GroupID": 101019601, + "GroupType": "Free", + "StartDialogueID": 101019601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_53", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019602": { + "GroupID": 101019602, + "GroupType": "Free", + "StartDialogueID": 101019602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_53", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019603": { + "GroupID": 101019603, + "GroupType": "Free", + "StartDialogueID": 101019603, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_54", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019604": { + "GroupID": 101019604, + "GroupType": "Free", + "StartDialogueID": 101019604, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_55", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019605": { + "GroupID": 101019605, + "GroupType": "Free", + "StartDialogueID": 101019605, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_55", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019606": { + "GroupID": 101019606, + "GroupType": "Free", + "StartDialogueID": 101019606, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_55", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019607": { + "GroupID": 101019607, + "GroupType": "Free", + "StartDialogueID": 101019607, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019608": { + "GroupID": 101019608, + "GroupType": "Free", + "StartDialogueID": 101019608, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019609": { + "GroupID": 101019609, + "GroupType": "Free", + "StartDialogueID": 101019609, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019610": { + "GroupID": 101019610, + "GroupType": "Free", + "StartDialogueID": 101019610, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "101019611": { + "GroupID": 101019611, + "GroupType": "Free", + "StartDialogueID": 101019611, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "CheckIcon" + }, + "100002701": { + "GroupID": 100002701, + "GroupType": "LockInteraction", + "StartDialogueID": 100002701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011005", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100002702": { + "GroupID": 100002702, + "GroupType": "JsonGraph", + "StartDialogueID": 100002702, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023532", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100002703": { + "GroupID": 100002703, + "GroupType": "JsonGraph", + "StartDialogueID": 100002703, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023542", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "501023501": { + "GroupID": 501023501, + "GroupType": "JsonGraph", + "StartDialogueID": 501023501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011005", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "90001": { + "GroupID": 90001, + "GroupType": "JsonGraph", + "StartDialogueID": 90001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_90010", + "ConditionIDs": [ + 9099901 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000028": { + "GroupID": 1000028, + "GroupType": "LockInteraction", + "StartDialogueID": 100002801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011008", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100002802": { + "GroupID": 100002802, + "GroupType": "LockInteraction", + "StartDialogueID": 100002802, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023659", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100002803": { + "GroupID": 100002803, + "GroupType": "JsonGraph", + "StartDialogueID": 100002803, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023649", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000029": { + "GroupID": 1000029, + "GroupType": "LockInteraction", + "StartDialogueID": 100002901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011010", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100002902": { + "GroupID": 100002902, + "GroupType": "LockInteraction", + "StartDialogueID": 100002902, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023747", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100002903": { + "GroupID": 100002903, + "GroupType": "JsonGraph", + "StartDialogueID": 100002903, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023729", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000030": { + "GroupID": 1000030, + "GroupType": "LockInteraction", + "StartDialogueID": 100003001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003003": { + "GroupID": 100003003, + "GroupType": "LockInteraction", + "StartDialogueID": 100003003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023868", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100003004": { + "GroupID": 100003004, + "GroupType": "JsonGraph", + "StartDialogueID": 100003004, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023846", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003007": { + "GroupID": 100003007, + "GroupType": "JsonGraph", + "StartDialogueID": 100003007, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023860", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000031": { + "GroupID": 1000031, + "GroupType": "LockInteraction", + "StartDialogueID": 100003101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011006", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003102": { + "GroupID": 100003102, + "GroupType": "LockInteraction", + "StartDialogueID": 100003102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023978", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100003103": { + "GroupID": 100003103, + "GroupType": "JsonGraph", + "StartDialogueID": 100003103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023957", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003105": { + "GroupID": 100003105, + "GroupType": "JsonGraph", + "StartDialogueID": 100003105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023966", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000032": { + "GroupID": 1000032, + "GroupType": "LockInteraction", + "StartDialogueID": 100003201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011012", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003202": { + "GroupID": 100003202, + "GroupType": "LockInteraction", + "StartDialogueID": 100003202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501024075", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100003203": { + "GroupID": 100003203, + "GroupType": "JsonGraph", + "StartDialogueID": 100003203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501024060", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000033": { + "GroupID": 1000033, + "GroupType": "LockInteraction", + "StartDialogueID": 100003301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011007", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003302": { + "GroupID": 100003302, + "GroupType": "LockInteraction", + "StartDialogueID": 100003302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501024178", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100003303": { + "GroupID": 100003303, + "GroupType": "JsonGraph", + "StartDialogueID": 100003303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501024147", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000034": { + "GroupID": 1000034, + "GroupType": "LockInteraction", + "StartDialogueID": 100003401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011016", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003402": { + "GroupID": 100003402, + "GroupType": "JsonGraph", + "StartDialogueID": 100003402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501024270", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100003403": { + "GroupID": 100003403, + "GroupType": "JsonGraph", + "StartDialogueID": 100003403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501024243", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000035": { + "GroupID": 1000035, + "GroupType": "LockInteraction", + "StartDialogueID": 100003501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011015", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003502": { + "GroupID": 100003502, + "GroupType": "LockInteraction", + "StartDialogueID": 100003502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501026737", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100003503": { + "GroupID": 100003503, + "GroupType": "JsonGraph", + "StartDialogueID": 100003503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501026718", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003601": { + "GroupID": 100003601, + "GroupType": "LockInteraction", + "StartDialogueID": 100003601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011014", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003603": { + "GroupID": 100003603, + "GroupType": "LockInteraction", + "StartDialogueID": 100003603, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501024488", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100003604": { + "GroupID": 100003604, + "GroupType": "JsonGraph", + "StartDialogueID": 100003604, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501024462", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003701": { + "GroupID": 100003701, + "GroupType": "LockInteraction", + "StartDialogueID": 100003701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011013", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003703": { + "GroupID": 100003703, + "GroupType": "JsonGraph", + "StartDialogueID": 100003703, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501026821", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003704": { + "GroupID": 100003704, + "GroupType": "LockInteraction", + "StartDialogueID": 100003704, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501026842", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000038": { + "GroupID": 1000038, + "GroupType": "LockInteraction", + "StartDialogueID": 100003801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021006", + "ConditionIDs": [ + 1000038 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000039": { + "GroupID": 1000039, + "GroupType": "LockInteraction", + "StartDialogueID": 100003901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Dominic", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100003902": { + "GroupID": 100003902, + "GroupType": "LockInteraction", + "StartDialogueID": 100003902, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501024629", + "ConditionIDs": [ + 100003902 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000040": { + "GroupID": 1000040, + "GroupType": "LockInteraction", + "StartDialogueID": 100004001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011011", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004002": { + "GroupID": 100004002, + "GroupType": "JsonGraph", + "StartDialogueID": 100004002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501026913", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004003": { + "GroupID": 100004003, + "GroupType": "JsonGraph", + "StartDialogueID": 100004003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501026934", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000041": { + "GroupID": 1000041, + "GroupType": "LockInteraction", + "StartDialogueID": 100004101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011009", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004102": { + "GroupID": 100004102, + "GroupType": "JsonGraph", + "StartDialogueID": 100004102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027012", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004103": { + "GroupID": 100004103, + "GroupType": "LockInteraction", + "StartDialogueID": 100004103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027046", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000042": { + "GroupID": 1000042, + "GroupType": "LockInteraction", + "StartDialogueID": 100004201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Chawei", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004203": { + "GroupID": 100004203, + "GroupType": "JsonGraph", + "StartDialogueID": 100004203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027111", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004204": { + "GroupID": 100004204, + "GroupType": "LockInteraction", + "StartDialogueID": 100004204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027140", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000043": { + "GroupID": 1000043, + "GroupType": "LockInteraction", + "StartDialogueID": 100004301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Feldo", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004302": { + "GroupID": 100004302, + "GroupType": "JsonGraph", + "StartDialogueID": 100004302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027211", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004303": { + "GroupID": 100004303, + "GroupType": "JsonGraph", + "StartDialogueID": 100004303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027228", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000044": { + "GroupID": 1000044, + "GroupType": "LockInteraction", + "StartDialogueID": 100004401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021006", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004402": { + "GroupID": 100004402, + "GroupType": "JsonGraph", + "StartDialogueID": 100004402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028018", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004405": { + "GroupID": 100004405, + "GroupType": "LockInteraction", + "StartDialogueID": 100004405, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028036", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000045": { + "GroupID": 1000045, + "GroupType": "LockInteraction", + "StartDialogueID": 100004501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021006", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004502": { + "GroupID": 100004502, + "GroupType": "JsonGraph", + "StartDialogueID": 100004502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028910", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004504": { + "GroupID": 100004504, + "GroupType": "LockInteraction", + "StartDialogueID": 100004504, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028947", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000046": { + "GroupID": 1000046, + "GroupType": "LockInteraction", + "StartDialogueID": 100004601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M201_NPC_SUB_01", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004602": { + "GroupID": 100004602, + "GroupType": "JsonGraph", + "StartDialogueID": 100004602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027817", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004606": { + "GroupID": 100004606, + "GroupType": "LockInteraction", + "StartDialogueID": 100004606, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027832", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000047": { + "GroupID": 1000047, + "GroupType": "LockInteraction", + "StartDialogueID": 100004701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M201_NPC_SUB_03", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004702": { + "GroupID": 100004702, + "GroupType": "JsonGraph", + "StartDialogueID": 100004702, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028812", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004703": { + "GroupID": 100004703, + "GroupType": "LockInteraction", + "StartDialogueID": 100004703, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028861", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000048": { + "GroupID": 1000048, + "GroupType": "LockInteraction", + "StartDialogueID": 100004801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021014", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004802": { + "GroupID": 100004802, + "GroupType": "JsonGraph", + "StartDialogueID": 100004802, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027713", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004803": { + "GroupID": 100004803, + "GroupType": "LockInteraction", + "StartDialogueID": 100004803, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027727", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000049": { + "GroupID": 1000049, + "GroupType": "LockInteraction", + "StartDialogueID": 100004901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_14", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004903": { + "GroupID": 100004903, + "GroupType": "JsonGraph", + "StartDialogueID": 100004903, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501029017", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100004905": { + "GroupID": 100004905, + "GroupType": "LockInteraction", + "StartDialogueID": 100004905, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501029044", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000050": { + "GroupID": 1000050, + "GroupType": "LockInteraction", + "StartDialogueID": 100005001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021007", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005003": { + "GroupID": 100005003, + "GroupType": "JsonGraph", + "StartDialogueID": 100005003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027616", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005006": { + "GroupID": 100005006, + "GroupType": "LockInteraction", + "StartDialogueID": 100005006, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027630", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000051": { + "GroupID": 1000051, + "GroupType": "LockInteraction", + "StartDialogueID": 100005101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_13", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005102": { + "GroupID": 100005102, + "GroupType": "JsonGraph", + "StartDialogueID": 100005102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028311", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005104": { + "GroupID": 100005104, + "GroupType": "LockInteraction", + "StartDialogueID": 100005103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028331", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000052": { + "GroupID": 1000052, + "GroupType": "LockInteraction", + "StartDialogueID": 100005201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Feedorah", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005203": { + "GroupID": 100005203, + "GroupType": "JsonGraph", + "StartDialogueID": 100005203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028614", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005204": { + "GroupID": 100005204, + "GroupType": "JsonGraph", + "StartDialogueID": 100005204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028634", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000053": { + "GroupID": 1000053, + "GroupType": "LockInteraction", + "StartDialogueID": 100005301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Dooge", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005303": { + "GroupID": 100005303, + "GroupType": "JsonGraph", + "StartDialogueID": 100005303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028117", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005306": { + "GroupID": 100005306, + "GroupType": "LockInteraction", + "StartDialogueID": 100005306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028128", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000054": { + "GroupID": 1000054, + "GroupType": "LockInteraction", + "StartDialogueID": 100005401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_17", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005402": { + "GroupID": 100005402, + "GroupType": "JsonGraph", + "StartDialogueID": 100005402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028511", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005405": { + "GroupID": 100005405, + "GroupType": "LockInteraction", + "StartDialogueID": 100005405, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028533", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "1000057": { + "GroupID": 1000057, + "GroupType": "LockInteraction", + "StartDialogueID": 100005701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Natasha", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000058": { + "GroupID": 1000058, + "GroupType": "LockInteraction", + "StartDialogueID": 100005801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_10", + "ConditionIDs": [ + 1000058 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005901": { + "GroupID": 100005901, + "GroupType": "LockInteraction", + "StartDialogueID": 100005901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Feis", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005902": { + "GroupID": 100005902, + "GroupType": "JsonGraph", + "StartDialogueID": 100005902, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027302", + "ConditionIDs": [], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005903": { + "GroupID": 100005903, + "GroupType": "JsonGraph", + "StartDialogueID": 100005903, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027304", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005904": { + "GroupID": 100005904, + "GroupType": "JsonGraph", + "StartDialogueID": 100005904, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027318", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100006001": { + "GroupID": 100006001, + "GroupType": "LockInteraction", + "StartDialogueID": 100006001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Ylkxs", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006002": { + "GroupID": 100006002, + "GroupType": "JsonGraph", + "StartDialogueID": 100006002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027403", + "ConditionIDs": [], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006003": { + "GroupID": 100006003, + "GroupType": "JsonGraph", + "StartDialogueID": 100006003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027404", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006004": { + "GroupID": 100006004, + "GroupType": "JsonGraph", + "StartDialogueID": 100006004, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027426", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100006101": { + "GroupID": 100006101, + "GroupType": "LockInteraction", + "StartDialogueID": 100006101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Gilbert", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006102": { + "GroupID": 100006102, + "GroupType": "JsonGraph", + "StartDialogueID": 100006102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027502", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006103": { + "GroupID": 100006103, + "GroupType": "JsonGraph", + "StartDialogueID": 100006103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027543", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100006201": { + "GroupID": 100006201, + "GroupType": "LockInteraction", + "StartDialogueID": 100006201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011067", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006202": { + "GroupID": 100006202, + "GroupType": "JsonGraph", + "StartDialogueID": 100006202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027912", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006204": { + "GroupID": 100006204, + "GroupType": "LockInteraction", + "StartDialogueID": 100006204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027941", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100006301": { + "GroupID": 100006301, + "GroupType": "LockInteraction", + "StartDialogueID": 100006301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011065", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006303": { + "GroupID": 100006303, + "GroupType": "JsonGraph", + "StartDialogueID": 100006303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028218", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006304": { + "GroupID": 100006304, + "GroupType": "LockInteraction", + "StartDialogueID": 100006304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028241", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100006401": { + "GroupID": 100006401, + "GroupType": "LockInteraction", + "StartDialogueID": 100006401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011066", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006402": { + "GroupID": 100006402, + "GroupType": "JsonGraph", + "StartDialogueID": 100006402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028417", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006403": { + "GroupID": 100006403, + "GroupType": "LockInteraction", + "StartDialogueID": 100006403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028443", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100006501": { + "GroupID": 100006501, + "GroupType": "JsonGraph", + "StartDialogueID": 100006501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011059", + "ConditionIDs": [], + "Priority": 1, + "IsExit": false, + "IconType": "ChatIcon" + }, + "100006502": { + "GroupID": 100006502, + "GroupType": "JsonGraph", + "StartDialogueID": 100006502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028714", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100006503": { + "GroupID": 100006503, + "GroupType": "LockInteraction", + "StartDialogueID": 100006503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501028734", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100006601": { + "GroupID": 100006601, + "GroupType": "JsonGraph", + "StartDialogueID": 100006601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501027543", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010236": { + "GroupID": 5010236, + "GroupType": "JsonGraph", + "StartDialogueID": 501023601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011008", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010237": { + "GroupID": 5010237, + "GroupType": "JsonGraph", + "StartDialogueID": 501023701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011010", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010238": { + "GroupID": 5010238, + "GroupType": "JsonGraph", + "StartDialogueID": 501023801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010239": { + "GroupID": 5010239, + "GroupType": "JsonGraph", + "StartDialogueID": 501023901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011006", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010240": { + "GroupID": 5010240, + "GroupType": "JsonGraph", + "StartDialogueID": 501024001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011012", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010241": { + "GroupID": 5010241, + "GroupType": "JsonGraph", + "StartDialogueID": 501024101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011007", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010242": { + "GroupID": 5010242, + "GroupType": "JsonGraph", + "StartDialogueID": 501024201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011016", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010243": { + "GroupID": 5010243, + "GroupType": "JsonGraph", + "StartDialogueID": 501024301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011015", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010244": { + "GroupID": 5010244, + "GroupType": "JsonGraph", + "StartDialogueID": 501024401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011014", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010245": { + "GroupID": 5010245, + "GroupType": "JsonGraph", + "StartDialogueID": 501024501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011013", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501024601": { + "GroupID": 501024601, + "GroupType": "JsonGraph", + "StartDialogueID": 501024601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Dominic", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501024801": { + "GroupID": 501024801, + "GroupType": "JsonGraph", + "StartDialogueID": 501024801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Moli", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501024901": { + "GroupID": 501024901, + "GroupType": "JsonGraph", + "StartDialogueID": 501024901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Rosie", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501025001": { + "GroupID": 501025001, + "GroupType": "JsonGraph", + "StartDialogueID": 501025001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Chawei", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501025101": { + "GroupID": 501025101, + "GroupType": "JsonGraph", + "StartDialogueID": 501025101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Feldo", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501025201": { + "GroupID": 501025201, + "GroupType": "JsonGraph", + "StartDialogueID": 501025201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_SUB_01", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501025301": { + "GroupID": 501025301, + "GroupType": "JsonGraph", + "StartDialogueID": 501025301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M201_NPC_SUB_03", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501025401": { + "GroupID": 501025401, + "GroupType": "JsonGraph", + "StartDialogueID": 501025401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M201_NPC_SUB_04", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501025501": { + "GroupID": 501025501, + "GroupType": "JsonGraph", + "StartDialogueID": 501025501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_14", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501025701": { + "GroupID": 501025701, + "GroupType": "JsonGraph", + "StartDialogueID": 501025701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_13", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501026101": { + "GroupID": 501026101, + "GroupType": "JsonGraph", + "StartDialogueID": 501026101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Feedorah", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501026301": { + "GroupID": 501026301, + "GroupType": "JsonGraph", + "StartDialogueID": 501026301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_17", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501026401": { + "GroupID": 501026401, + "GroupType": "JsonGraph", + "StartDialogueID": 501026401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_17", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "5010401": { + "GroupID": 5010401, + "GroupType": "JsonGraph", + "StartDialogueID": 501040101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021006", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501026501": { + "GroupID": 501026501, + "GroupType": "JsonGraph", + "StartDialogueID": 501026501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Himeko", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501026601": { + "GroupID": 501026601, + "GroupType": "JsonGraph", + "StartDialogueID": 501026601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Welt", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000055": { + "GroupID": 1000055, + "GroupType": "JsonGraph", + "StartDialogueID": 1000055, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Himeko", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "1000056": { + "GroupID": 1000056, + "GroupType": "JsonGraph", + "StartDialogueID": 1000056, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Welt", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100005501": { + "GroupID": 100005501, + "GroupType": "JsonGraph", + "StartDialogueID": 100005501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_100005578", + "ConditionIDs": [], + "Priority": 3, + "IsExit": true, + "IconType": "ChatContinueIcon" + }, + "100005502": { + "GroupID": 100005502, + "GroupType": "JsonGraph", + "StartDialogueID": 100005502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_100005581", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "100005601": { + "GroupID": 100005601, + "GroupType": "JsonGraph", + "StartDialogueID": 100005601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_100005662", + "ConditionIDs": [], + "Priority": 3, + "IsExit": true, + "IconType": "ChatContinueIcon" + }, + "100005602": { + "GroupID": 100005602, + "GroupType": "JsonGraph", + "StartDialogueID": 100005602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_100005666", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "501026701": { + "GroupID": 501026701, + "GroupType": "JsonGraph", + "StartDialogueID": 501026701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011015", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501026801": { + "GroupID": 501026801, + "GroupType": "JsonGraph", + "StartDialogueID": 501026801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011013", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501026901": { + "GroupID": 501026901, + "GroupType": "JsonGraph", + "StartDialogueID": 501026901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011011", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027001": { + "GroupID": 501027001, + "GroupType": "JsonGraph", + "StartDialogueID": 501027001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011009", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027101": { + "GroupID": 501027101, + "GroupType": "JsonGraph", + "StartDialogueID": 501027101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011002", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027201": { + "GroupID": 501027201, + "GroupType": "JsonGraph", + "StartDialogueID": 501027201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011004", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027301": { + "GroupID": 501027301, + "GroupType": "JsonGraph", + "StartDialogueID": 501027301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101057", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027401": { + "GroupID": 501027401, + "GroupType": "JsonGraph", + "StartDialogueID": 501027401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101058", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027501": { + "GroupID": 501027501, + "GroupType": "JsonGraph", + "StartDialogueID": 501027501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011060", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027601": { + "GroupID": 501027601, + "GroupType": "JsonGraph", + "StartDialogueID": 501027601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021007", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027701": { + "GroupID": 501027701, + "GroupType": "JsonGraph", + "StartDialogueID": 501027701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021014", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027801": { + "GroupID": 501027801, + "GroupType": "JsonGraph", + "StartDialogueID": 501027801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021011", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501027901": { + "GroupID": 501027901, + "GroupType": "JsonGraph", + "StartDialogueID": 501027901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011067", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028001": { + "GroupID": 501028001, + "GroupType": "JsonGraph", + "StartDialogueID": 501028001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021006", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028101": { + "GroupID": 501028101, + "GroupType": "JsonGraph", + "StartDialogueID": 501028101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028201": { + "GroupID": 501028201, + "GroupType": "JsonGraph", + "StartDialogueID": 501028201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011065", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028301": { + "GroupID": 501028301, + "GroupType": "JsonGraph", + "StartDialogueID": 501028301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021005", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028401": { + "GroupID": 501028401, + "GroupType": "JsonGraph", + "StartDialogueID": 501028401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011066", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028501": { + "GroupID": 501028501, + "GroupType": "JsonGraph", + "StartDialogueID": 501028501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021010", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028601": { + "GroupID": 501028601, + "GroupType": "JsonGraph", + "StartDialogueID": 501028601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021002", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028701": { + "GroupID": 501028701, + "GroupType": "JsonGraph", + "StartDialogueID": 501028701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Gede", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028801": { + "GroupID": 501028801, + "GroupType": "JsonGraph", + "StartDialogueID": 501028801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021003", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501028901": { + "GroupID": 501028901, + "GroupType": "JsonGraph", + "StartDialogueID": 501028901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021004", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "501029001": { + "GroupID": 501029001, + "GroupType": "JsonGraph", + "StartDialogueID": 501029001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021008", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000100": { + "GroupID": 500000100, + "GroupType": "LockInteraction", + "StartDialogueID": 500000100, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000101": { + "GroupID": 500000101, + "GroupType": "JsonGraph", + "StartDialogueID": 500000101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000102": { + "GroupID": 500000102, + "GroupType": "JsonGraph", + "StartDialogueID": 500000102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010103", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000103": { + "GroupID": 500000103, + "GroupType": "LockInteraction", + "StartDialogueID": 500000103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010122", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500000200": { + "GroupID": 500000200, + "GroupType": "LockInteraction", + "StartDialogueID": 500000200, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011102", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000201": { + "GroupID": 500000201, + "GroupType": "JsonGraph", + "StartDialogueID": 500000201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011102", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000202": { + "GroupID": 500000202, + "GroupType": "JsonGraph", + "StartDialogueID": 500000202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010203", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000203": { + "GroupID": 500000203, + "GroupType": "LockInteraction", + "StartDialogueID": 500000203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010215", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500000300": { + "GroupID": 500000300, + "GroupType": "LockInteraction", + "StartDialogueID": 500000300, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011103", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000301": { + "GroupID": 500000301, + "GroupType": "JsonGraph", + "StartDialogueID": 500000301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011103", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000302": { + "GroupID": 500000302, + "GroupType": "JsonGraph", + "StartDialogueID": 500000302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_500010308", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000303": { + "GroupID": 500000303, + "GroupType": "LockInteraction", + "StartDialogueID": 500000303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_500010321", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500000400": { + "GroupID": 500000400, + "GroupType": "LockInteraction", + "StartDialogueID": 500000400, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011104", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000401": { + "GroupID": 500000401, + "GroupType": "JsonGraph", + "StartDialogueID": 500000401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011104", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000402": { + "GroupID": 500000402, + "GroupType": "JsonGraph", + "StartDialogueID": 500000402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_500010413", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000403": { + "GroupID": 500000403, + "GroupType": "LockInteraction", + "StartDialogueID": 500000403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010417", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500000500": { + "GroupID": 500000500, + "GroupType": "LockInteraction", + "StartDialogueID": 500000500, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011105", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000501": { + "GroupID": 500000501, + "GroupType": "JsonGraph", + "StartDialogueID": 500000501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011105", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000502": { + "GroupID": 500000502, + "GroupType": "JsonGraph", + "StartDialogueID": 500000502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010504", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000503": { + "GroupID": 500000503, + "GroupType": "LockInteraction", + "StartDialogueID": 500000503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010522", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500000600": { + "GroupID": 500000600, + "GroupType": "LockInteraction", + "StartDialogueID": 500000600, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011106", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000601": { + "GroupID": 500000601, + "GroupType": "JsonGraph", + "StartDialogueID": 500000601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011106", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000602": { + "GroupID": 500000602, + "GroupType": "JsonGraph", + "StartDialogueID": 500000602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010604", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000603": { + "GroupID": 500000603, + "GroupType": "LockInteraction", + "StartDialogueID": 500000603, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_500010625", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500000700": { + "GroupID": 500000700, + "GroupType": "LockInteraction", + "StartDialogueID": 500000700, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011107", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000701": { + "GroupID": 500000701, + "GroupType": "JsonGraph", + "StartDialogueID": 500000701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011107", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000702": { + "GroupID": 500000702, + "GroupType": "JsonGraph", + "StartDialogueID": 500000702, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_500010717", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000703": { + "GroupID": 500000703, + "GroupType": "LockInteraction", + "StartDialogueID": 500000703, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_500010732", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500000800": { + "GroupID": 500000800, + "GroupType": "LockInteraction", + "StartDialogueID": 500000800, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011108", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000801": { + "GroupID": 500000801, + "GroupType": "JsonGraph", + "StartDialogueID": 500000801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011108", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000802": { + "GroupID": 500000802, + "GroupType": "JsonGraph", + "StartDialogueID": 500000802, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010802", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000803": { + "GroupID": 500000803, + "GroupType": "LockInteraction", + "StartDialogueID": 500000803, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_500010832", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500000900": { + "GroupID": 500000900, + "GroupType": "LockInteraction", + "StartDialogueID": 500000900, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000901": { + "GroupID": 500000901, + "GroupType": "JsonGraph", + "StartDialogueID": 500000901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000902": { + "GroupID": 500000902, + "GroupType": "JsonGraph", + "StartDialogueID": 500000902, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010903", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500000903": { + "GroupID": 500000903, + "GroupType": "LockInteraction", + "StartDialogueID": 500000903, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510010916", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001000": { + "GroupID": 500001000, + "GroupType": "LockInteraction", + "StartDialogueID": 500001000, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011110", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001001": { + "GroupID": 500001001, + "GroupType": "JsonGraph", + "StartDialogueID": 500001001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011110", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001002": { + "GroupID": 500001002, + "GroupType": "JsonGraph", + "StartDialogueID": 500001002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011003", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001003": { + "GroupID": 500001003, + "GroupType": "LockInteraction", + "StartDialogueID": 500001003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011018", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001100": { + "GroupID": 500001100, + "GroupType": "LockInteraction", + "StartDialogueID": 500001100, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011112", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001101": { + "GroupID": 500001101, + "GroupType": "JsonGraph", + "StartDialogueID": 500001101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011112", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001102": { + "GroupID": 500001102, + "GroupType": "JsonGraph", + "StartDialogueID": 500001102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011103", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001103": { + "GroupID": 500001103, + "GroupType": "LockInteraction", + "StartDialogueID": 500001103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001200": { + "GroupID": 500001200, + "GroupType": "LockInteraction", + "StartDialogueID": 500001200, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011113", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001201": { + "GroupID": 500001201, + "GroupType": "JsonGraph", + "StartDialogueID": 500001201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011113", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001202": { + "GroupID": 500001202, + "GroupType": "JsonGraph", + "StartDialogueID": 500001202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011204", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001203": { + "GroupID": 500001203, + "GroupType": "LockInteraction", + "StartDialogueID": 500001203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011217", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001300": { + "GroupID": 500001300, + "GroupType": "LockInteraction", + "StartDialogueID": 500001300, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011114", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001301": { + "GroupID": 500001301, + "GroupType": "JsonGraph", + "StartDialogueID": 500001301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011114", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001302": { + "GroupID": 500001302, + "GroupType": "JsonGraph", + "StartDialogueID": 500001302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011303", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001303": { + "GroupID": 500001303, + "GroupType": "LockInteraction", + "StartDialogueID": 500001303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011318", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001400": { + "GroupID": 500001400, + "GroupType": "LockInteraction", + "StartDialogueID": 500001400, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011115", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001401": { + "GroupID": 500001401, + "GroupType": "JsonGraph", + "StartDialogueID": 500001401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011115", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001402": { + "GroupID": 500001402, + "GroupType": "JsonGraph", + "StartDialogueID": 500001402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011402", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001403": { + "GroupID": 500001403, + "GroupType": "LockInteraction", + "StartDialogueID": 500001403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011417", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001500": { + "GroupID": 500001500, + "GroupType": "LockInteraction", + "StartDialogueID": 500001500, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011116", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001501": { + "GroupID": 500001501, + "GroupType": "JsonGraph", + "StartDialogueID": 500001501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011116", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001502": { + "GroupID": 500001502, + "GroupType": "JsonGraph", + "StartDialogueID": 500001502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011503", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001503": { + "GroupID": 500001503, + "GroupType": "LockInteraction", + "StartDialogueID": 500001503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011519", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001600": { + "GroupID": 500001600, + "GroupType": "LockInteraction", + "StartDialogueID": 500001600, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011117", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001601": { + "GroupID": 500001601, + "GroupType": "JsonGraph", + "StartDialogueID": 500001601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011117", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001602": { + "GroupID": 500001602, + "GroupType": "JsonGraph", + "StartDialogueID": 500001602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011603", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001603": { + "GroupID": 500001603, + "GroupType": "LockInteraction", + "StartDialogueID": 500001603, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011616", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001700": { + "GroupID": 500001700, + "GroupType": "LockInteraction", + "StartDialogueID": 500001700, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011118", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001701": { + "GroupID": 500001701, + "GroupType": "JsonGraph", + "StartDialogueID": 500001701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011118", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001702": { + "GroupID": 500001702, + "GroupType": "JsonGraph", + "StartDialogueID": 500001702, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011703", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001703": { + "GroupID": 500001703, + "GroupType": "LockInteraction", + "StartDialogueID": 500001703, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011723", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001800": { + "GroupID": 500001800, + "GroupType": "LockInteraction", + "StartDialogueID": 500001800, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011119", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001801": { + "GroupID": 500001801, + "GroupType": "JsonGraph", + "StartDialogueID": 500001801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011119", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001802": { + "GroupID": 500001802, + "GroupType": "JsonGraph", + "StartDialogueID": 500001802, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011802", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001803": { + "GroupID": 500001803, + "GroupType": "LockInteraction", + "StartDialogueID": 500001803, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011820", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "500001900": { + "GroupID": 500001900, + "GroupType": "LockInteraction", + "StartDialogueID": 500001900, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011120", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001901": { + "GroupID": 500001901, + "GroupType": "JsonGraph", + "StartDialogueID": 500001901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011120", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001902": { + "GroupID": 500001902, + "GroupType": "JsonGraph", + "StartDialogueID": 500001902, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011903", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "500001903": { + "GroupID": 500001903, + "GroupType": "LockInteraction", + "StartDialogueID": 500001903, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_510011916", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "101010199": { + "GroupID": 101010199, + "GroupType": "JsonGraph", + "StartDialogueID": 101010199, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_29", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101010200": { + "GroupID": 101010200, + "GroupType": "JsonGraph", + "StartDialogueID": 101010200, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_29", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999901": { + "GroupID": 9999901, + "GroupType": "JsonGraph", + "StartDialogueID": 100000101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_9999901", + "ConditionIDs": [], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999902": { + "GroupID": 9999902, + "GroupType": "JsonGraph", + "StartDialogueID": 100000201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_9999902", + "ConditionIDs": [], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999903": { + "GroupID": 9999903, + "GroupType": "JsonGraph", + "StartDialogueID": 100000301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_9999903", + "ConditionIDs": [], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999904": { + "GroupID": 9999904, + "GroupType": "JsonGraph", + "StartDialogueID": 9999904, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011005", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999909": { + "GroupID": 9999909, + "GroupType": "JsonGraph", + "StartDialogueID": 9999909, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_9999909", + "ConditionIDs": [ + 9999909 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999910": { + "GroupID": 9999910, + "GroupType": "JsonGraph", + "StartDialogueID": 9999910, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_9999909", + "ConditionIDs": [ + 9999910 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999911": { + "GroupID": 9999911, + "GroupType": "JsonGraph", + "StartDialogueID": 999991199, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011019", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999912": { + "GroupID": 9999912, + "GroupType": "JsonGraph", + "StartDialogueID": 999991299, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011020", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "999991201": { + "GroupID": 999991201, + "GroupType": "JsonGraph", + "StartDialogueID": 999991201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Vending", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ShopIcon" + }, + "999991202": { + "GroupID": 999991202, + "GroupType": "JsonGraph", + "StartDialogueID": 999991202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ShopIcon" + }, + "999991203": { + "GroupID": 999991203, + "GroupType": "JsonGraph", + "StartDialogueID": 999991203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ShopIcon" + }, + "9999913": { + "GroupID": 9999913, + "GroupType": "JsonGraph", + "StartDialogueID": 999991399, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999913", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999914": { + "GroupID": 9999914, + "GroupType": "JsonGraph", + "StartDialogueID": 999991499, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999914", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999917": { + "GroupID": 9999917, + "GroupType": "JsonGraph", + "StartDialogueID": 999991799, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 9999917 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999918": { + "GroupID": 9999918, + "GroupType": "JsonGraph", + "StartDialogueID": 999991899, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999918", + "ConditionIDs": [ + 9999918 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999919": { + "GroupID": 9999919, + "GroupType": "Free", + "StartDialogueID": 999991999, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999919", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999920": { + "GroupID": 9999920, + "GroupType": "JsonGraph", + "StartDialogueID": 999992099, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999920", + "ConditionIDs": [ + 9999920 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999921": { + "GroupID": 9999921, + "GroupType": "JsonGraph", + "StartDialogueID": 999992199, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999920", + "ConditionIDs": [ + 9999921 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999922": { + "GroupID": 9999922, + "GroupType": "JsonGraph", + "StartDialogueID": 999992299, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999922", + "ConditionIDs": [ + 9999922 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999923": { + "GroupID": 9999923, + "GroupType": "JsonGraph", + "StartDialogueID": 999992399, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999922", + "ConditionIDs": [ + 9999923 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999924": { + "GroupID": 9999924, + "GroupType": "Free", + "StartDialogueID": 999992499, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999925": { + "GroupID": 9999925, + "GroupType": "Free", + "StartDialogueID": 999992599, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999926": { + "GroupID": 9999926, + "GroupType": "Free", + "StartDialogueID": 999992699, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999919", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999927": { + "GroupID": 9999927, + "GroupType": "JsonGraph", + "StartDialogueID": 999992799, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999914", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9999928": { + "GroupID": 9999928, + "GroupType": "JsonGraph", + "StartDialogueID": 999992899, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999928", + "ConditionIDs": [ + 9999928 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021301": { + "GroupID": 901021301, + "GroupType": "JsonGraph", + "StartDialogueID": 901021301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023013", + "ConditionIDs": [ + 901021301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021302": { + "GroupID": 901021302, + "GroupType": "JsonGraph", + "StartDialogueID": 901021302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_901021501", + "ConditionIDs": [ + 901021302 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021401": { + "GroupID": 901021401, + "GroupType": "JsonGraph", + "StartDialogueID": 901021401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023013", + "ConditionIDs": [ + 901021401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021501": { + "GroupID": 901021501, + "GroupType": "JsonGraph", + "StartDialogueID": 901021501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_901021501", + "ConditionIDs": [ + 901021501 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021601": { + "GroupID": 901021601, + "GroupType": "JsonGraph", + "StartDialogueID": 901021601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_901021501", + "ConditionIDs": [ + 901021601 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021801": { + "GroupID": 901021801, + "GroupType": "Free", + "StartDialogueID": 901021801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021801 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021802": { + "GroupID": 901021802, + "GroupType": "JsonGraph", + "StartDialogueID": 901021802, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021802 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021803": { + "GroupID": 901021803, + "GroupType": "JsonGraph", + "StartDialogueID": 901021803, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021803 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021804": { + "GroupID": 901021804, + "GroupType": "JsonGraph", + "StartDialogueID": 901021804, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021804 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021805": { + "GroupID": 901021805, + "GroupType": "JsonGraph", + "StartDialogueID": 901021805, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021806": { + "GroupID": 901021806, + "GroupType": "JsonGraph", + "StartDialogueID": 901021806, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021807": { + "GroupID": 901021807, + "GroupType": "JsonGraph", + "StartDialogueID": 901021807, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021807 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021808": { + "GroupID": 901021808, + "GroupType": "JsonGraph", + "StartDialogueID": 901021808, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021808 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021809": { + "GroupID": 901021809, + "GroupType": "JsonGraph", + "StartDialogueID": 901021809, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021810": { + "GroupID": 901021810, + "GroupType": "JsonGraph", + "StartDialogueID": 901021810, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021810 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021811": { + "GroupID": 901021811, + "GroupType": "JsonGraph", + "StartDialogueID": 901021811, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021811 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021812": { + "GroupID": 901021812, + "GroupType": "JsonGraph", + "StartDialogueID": 901021812, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021812 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021813": { + "GroupID": 901021813, + "GroupType": "JsonGraph", + "StartDialogueID": 901021813, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021813 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021814": { + "GroupID": 901021814, + "GroupType": "JsonGraph", + "StartDialogueID": 901021814, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021814 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021815": { + "GroupID": 901021815, + "GroupType": "JsonGraph", + "StartDialogueID": 901021815, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [ + 901021815 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901021816": { + "GroupID": 901021816, + "GroupType": "Free", + "StartDialogueID": 901021816, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9999917", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023101": { + "GroupID": 601023101, + "GroupType": "JsonGraph", + "StartDialogueID": 601023101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023101", + "ConditionIDs": [ + 601023101 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023102": { + "GroupID": 601023102, + "GroupType": "JsonGraph", + "StartDialogueID": 601023102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023159", + "ConditionIDs": [ + 601023102 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023103": { + "GroupID": 601023103, + "GroupType": "JsonGraph", + "StartDialogueID": 601023103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023103", + "ConditionIDs": [ + 601023103 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023104": { + "GroupID": 601023104, + "GroupType": "JsonGraph", + "StartDialogueID": 601023104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023104", + "ConditionIDs": [ + 601023104 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023105": { + "GroupID": 601023105, + "GroupType": "JsonGraph", + "StartDialogueID": 601023105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023105", + "ConditionIDs": [ + 601023105 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023106": { + "GroupID": 601023106, + "GroupType": "JsonGraph", + "StartDialogueID": 601023106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023106", + "ConditionIDs": [ + 601023106 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023107": { + "GroupID": 601023107, + "GroupType": "JsonGraph", + "StartDialogueID": 601023107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023160", + "ConditionIDs": [ + 601023107 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023108": { + "GroupID": 601023108, + "GroupType": "JsonGraph", + "StartDialogueID": 601023108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023161", + "ConditionIDs": [ + 601023108 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023109": { + "GroupID": 601023109, + "GroupType": "JsonGraph", + "StartDialogueID": 601023109, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023109", + "ConditionIDs": [ + 601023109 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023201": { + "GroupID": 601023201, + "GroupType": "JsonGraph", + "StartDialogueID": 601023201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023110", + "ConditionIDs": [ + 601023201 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023202": { + "GroupID": 601023202, + "GroupType": "JsonGraph", + "StartDialogueID": 601023202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023162", + "ConditionIDs": [ + 601023202 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023207": { + "GroupID": 601023207, + "GroupType": "JsonGraph", + "StartDialogueID": 601023207, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023163", + "ConditionIDs": [ + 601023207 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023208": { + "GroupID": 601023208, + "GroupType": "JsonGraph", + "StartDialogueID": 601023208, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023164", + "ConditionIDs": [ + 601023208 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023211": { + "GroupID": 601023211, + "GroupType": "JsonGraph", + "StartDialogueID": 601023211, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023165", + "ConditionIDs": [ + 601023211 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023212": { + "GroupID": 601023212, + "GroupType": "JsonGraph", + "StartDialogueID": 601023212, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023121", + "ConditionIDs": [ + 601023212 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023301": { + "GroupID": 601023301, + "GroupType": "JsonGraph", + "StartDialogueID": 601023301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023122", + "ConditionIDs": [ + 601023301 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023302": { + "GroupID": 601023302, + "GroupType": "JsonGraph", + "StartDialogueID": 601023302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023166", + "ConditionIDs": [ + 601023302 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023303": { + "GroupID": 601023303, + "GroupType": "JsonGraph", + "StartDialogueID": 601023303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023167", + "ConditionIDs": [ + 601023303 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023305": { + "GroupID": 601023305, + "GroupType": "JsonGraph", + "StartDialogueID": 601023305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023126", + "ConditionIDs": [ + 601023305 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023306": { + "GroupID": 601023306, + "GroupType": "JsonGraph", + "StartDialogueID": 601023306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023127", + "ConditionIDs": [ + 601023306 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023307": { + "GroupID": 601023307, + "GroupType": "JsonGraph", + "StartDialogueID": 601023307, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023128", + "ConditionIDs": [ + 601023307 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023308": { + "GroupID": 601023308, + "GroupType": "JsonGraph", + "StartDialogueID": 601023308, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023129", + "ConditionIDs": [ + 601023308 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023309": { + "GroupID": 601023309, + "GroupType": "JsonGraph", + "StartDialogueID": 601023309, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023130", + "ConditionIDs": [ + 601023309 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023310": { + "GroupID": 601023310, + "GroupType": "JsonGraph", + "StartDialogueID": 601023310, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023131", + "ConditionIDs": [ + 601023310 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023401": { + "GroupID": 601023401, + "GroupType": "JsonGraph", + "StartDialogueID": 601023401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023132", + "ConditionIDs": [ + 601023401 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023402": { + "GroupID": 601023402, + "GroupType": "JsonGraph", + "StartDialogueID": 601023402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023133", + "ConditionIDs": [ + 601023402 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023403": { + "GroupID": 601023403, + "GroupType": "JsonGraph", + "StartDialogueID": 601023403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023168", + "ConditionIDs": [ + 601023403 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023404": { + "GroupID": 601023404, + "GroupType": "JsonGraph", + "StartDialogueID": 601023404, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601023404 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023501": { + "GroupID": 601023501, + "GroupType": "JsonGraph", + "StartDialogueID": 601023501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023135", + "ConditionIDs": [ + 601023501 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023502": { + "GroupID": 601023502, + "GroupType": "JsonGraph", + "StartDialogueID": 601023502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023169", + "ConditionIDs": [ + 601023502 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023503": { + "GroupID": 601023503, + "GroupType": "JsonGraph", + "StartDialogueID": 601023503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023137", + "ConditionIDs": [ + 601023503 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023504": { + "GroupID": 601023504, + "GroupType": "JsonGraph", + "StartDialogueID": 601023504, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023138", + "ConditionIDs": [ + 601023504 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023505": { + "GroupID": 601023505, + "GroupType": "JsonGraph", + "StartDialogueID": 601023505, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023139", + "ConditionIDs": [ + 601023505 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023601": { + "GroupID": 601023601, + "GroupType": "JsonGraph", + "StartDialogueID": 601023601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023140", + "ConditionIDs": [ + 601023601 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023603": { + "GroupID": 601023603, + "GroupType": "JsonGraph", + "StartDialogueID": 601023603, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023142", + "ConditionIDs": [ + 601023603 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023701": { + "GroupID": 601023701, + "GroupType": "JsonGraph", + "StartDialogueID": 601023701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023143", + "ConditionIDs": [ + 601023701 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023702": { + "GroupID": 601023702, + "GroupType": "JsonGraph", + "StartDialogueID": 601023702, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023170", + "ConditionIDs": [ + 601023702 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023703": { + "GroupID": 601023703, + "GroupType": "JsonGraph", + "StartDialogueID": 601023703, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023145", + "ConditionIDs": [ + 601023703 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023801": { + "GroupID": 601023801, + "GroupType": "JsonGraph", + "StartDialogueID": 601023801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601023801 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023802": { + "GroupID": 601023802, + "GroupType": "JsonGraph", + "StartDialogueID": 601023802, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023190", + "ConditionIDs": [ + 601023802 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023803": { + "GroupID": 601023803, + "GroupType": "JsonGraph", + "StartDialogueID": 601023803, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601023803 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023807": { + "GroupID": 601023807, + "GroupType": "JsonGraph", + "StartDialogueID": 601023807, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023197", + "ConditionIDs": [ + 601023807 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023901": { + "GroupID": 601023901, + "GroupType": "JsonGraph", + "StartDialogueID": 601023901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601023901 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601023906": { + "GroupID": 601023906, + "GroupType": "JsonGraph", + "StartDialogueID": 601023906, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601023906 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024001": { + "GroupID": 601024001, + "GroupType": "JsonGraph", + "StartDialogueID": 601024001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024001 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024002": { + "GroupID": 601024002, + "GroupType": "JsonGraph", + "StartDialogueID": 601024002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024002 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024003": { + "GroupID": 601024003, + "GroupType": "JsonGraph", + "StartDialogueID": 601024003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024003 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024004": { + "GroupID": 601024004, + "GroupType": "JsonGraph", + "StartDialogueID": 601024004, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024004 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024005": { + "GroupID": 601024005, + "GroupType": "JsonGraph", + "StartDialogueID": 601024005, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024102": { + "GroupID": 601024102, + "GroupType": "JsonGraph", + "StartDialogueID": 601024102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101020103", + "ConditionIDs": [ + 601024102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024103": { + "GroupID": 601024103, + "GroupType": "JsonGraph", + "StartDialogueID": 601024103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101013006", + "ConditionIDs": [ + 601024103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024104": { + "GroupID": 601024104, + "GroupType": "JsonGraph", + "StartDialogueID": 601024104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011043", + "ConditionIDs": [ + 601024104 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024107": { + "GroupID": 601024107, + "GroupType": "JsonGraph", + "StartDialogueID": 601024107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101013006", + "ConditionIDs": [ + 601024107 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024108": { + "GroupID": 601024108, + "GroupType": "JsonGraph", + "StartDialogueID": 601024108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011043", + "ConditionIDs": [ + 601024108 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024109": { + "GroupID": 601024109, + "GroupType": "JsonGraph", + "StartDialogueID": 601024109, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_601024109", + "ConditionIDs": [ + 601024109 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024110": { + "GroupID": 601024110, + "GroupType": "JsonGraph", + "StartDialogueID": 601024110, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_601024109", + "ConditionIDs": [ + 601024110 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024201": { + "GroupID": 601024201, + "GroupType": "JsonGraph", + "StartDialogueID": 601024201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011043", + "ConditionIDs": [ + 601024201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024203": { + "GroupID": 601024203, + "GroupType": "JsonGraph", + "StartDialogueID": 601024203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011017", + "ConditionIDs": [ + 601024203 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024205": { + "GroupID": 601024205, + "GroupType": "JsonGraph", + "StartDialogueID": 601024205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999994300", + "ConditionIDs": [ + 601024205 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024206": { + "GroupID": 601024206, + "GroupType": "JsonGraph", + "StartDialogueID": 601024206, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021003", + "ConditionIDs": [ + 601024206 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024207": { + "GroupID": 601024207, + "GroupType": "JsonGraph", + "StartDialogueID": 601024207, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101020404", + "ConditionIDs": [ + 601024207 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024209": { + "GroupID": 601024209, + "GroupType": "JsonGraph", + "StartDialogueID": 601024209, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011017", + "ConditionIDs": [ + 601024209 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024211": { + "GroupID": 601024211, + "GroupType": "Free", + "StartDialogueID": 601024211, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011039", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024212": { + "GroupID": 601024212, + "GroupType": "Free", + "StartDialogueID": 601024212, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011039", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024213": { + "GroupID": 601024213, + "GroupType": "Free", + "StartDialogueID": 601024213, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011039", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024214": { + "GroupID": 601024214, + "GroupType": "Free", + "StartDialogueID": 601024214, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011040", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024215": { + "GroupID": 601024215, + "GroupType": "Free", + "StartDialogueID": 601024215, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011040", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024216": { + "GroupID": 601024216, + "GroupType": "Free", + "StartDialogueID": 601024216, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011040", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024217": { + "GroupID": 601024217, + "GroupType": "Free", + "StartDialogueID": 601024217, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011041", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024218": { + "GroupID": 601024218, + "GroupType": "Free", + "StartDialogueID": 601024218, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011041", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024219": { + "GroupID": 601024219, + "GroupType": "Free", + "StartDialogueID": 601024219, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011041", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024220": { + "GroupID": 601024220, + "GroupType": "Free", + "StartDialogueID": 601024220, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011042", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024221": { + "GroupID": 601024221, + "GroupType": "Free", + "StartDialogueID": 601024221, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011042", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024222": { + "GroupID": 601024222, + "GroupType": "Free", + "StartDialogueID": 601024222, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011042", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024223": { + "GroupID": 601024223, + "GroupType": "Free", + "StartDialogueID": 601024223, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011044", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024301": { + "GroupID": 601024301, + "GroupType": "JsonGraph", + "StartDialogueID": 601024301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011043", + "ConditionIDs": [ + 601024301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024302": { + "GroupID": 601024302, + "GroupType": "JsonGraph", + "StartDialogueID": 601024302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024302 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024303": { + "GroupID": 601024303, + "GroupType": "JsonGraph", + "StartDialogueID": 601024303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024303 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024304": { + "GroupID": 601024304, + "GroupType": "JsonGraph", + "StartDialogueID": 601024304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024304 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024305": { + "GroupID": 601024305, + "GroupType": "JsonGraph", + "StartDialogueID": 601024305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023013", + "ConditionIDs": [ + 601024305 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024306": { + "GroupID": 601024306, + "GroupType": "JsonGraph", + "StartDialogueID": 601024306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101050107", + "ConditionIDs": [ + 601024306 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024307": { + "GroupID": 601024307, + "GroupType": "JsonGraph", + "StartDialogueID": 601024307, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101040311", + "ConditionIDs": [ + 601024307 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024308": { + "GroupID": 601024308, + "GroupType": "JsonGraph", + "StartDialogueID": 601024308, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024308 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024310": { + "GroupID": 601024310, + "GroupType": "JsonGraph", + "StartDialogueID": 601024310, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023013", + "ConditionIDs": [ + 601024310 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024311": { + "GroupID": 601024311, + "GroupType": "JsonGraph", + "StartDialogueID": 601024311, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024311 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024312": { + "GroupID": 601024312, + "GroupType": "JsonGraph", + "StartDialogueID": 601024312, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024312 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024313": { + "GroupID": 601024313, + "GroupType": "JsonGraph", + "StartDialogueID": 601024313, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024313 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024314": { + "GroupID": 601024314, + "GroupType": "JsonGraph", + "StartDialogueID": 601024314, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101050103", + "ConditionIDs": [ + 601024314 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024316": { + "GroupID": 601024316, + "GroupType": "JsonGraph", + "StartDialogueID": 601024316, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023013", + "ConditionIDs": [ + 601024316 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024401": { + "GroupID": 601024401, + "GroupType": "JsonGraph", + "StartDialogueID": 601024401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024402": { + "GroupID": 601024402, + "GroupType": "JsonGraph", + "StartDialogueID": 601024402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024402 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024403": { + "GroupID": 601024403, + "GroupType": "JsonGraph", + "StartDialogueID": 601024403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024403 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024404": { + "GroupID": 601024404, + "GroupType": "JsonGraph", + "StartDialogueID": 601024404, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024404 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024405": { + "GroupID": 601024405, + "GroupType": "JsonGraph", + "StartDialogueID": 601024405, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024405 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024406": { + "GroupID": 601024406, + "GroupType": "JsonGraph", + "StartDialogueID": 601024406, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101020108", + "ConditionIDs": [ + 601024406 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601024408": { + "GroupID": 601024408, + "GroupType": "JsonGraph", + "StartDialogueID": 601024408, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601024408 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601025301": { + "GroupID": 601025301, + "GroupType": "JsonGraph", + "StartDialogueID": 601025301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_901021863", + "ConditionIDs": [ + 601025301 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601025302": { + "GroupID": 601025302, + "GroupType": "JsonGraph", + "StartDialogueID": 601025302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_901021865", + "ConditionIDs": [ + 601025302 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601025303": { + "GroupID": 601025303, + "GroupType": "JsonGraph", + "StartDialogueID": 601025303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_901021865", + "ConditionIDs": [ + 601025303 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601025304": { + "GroupID": 601025304, + "GroupType": "JsonGraph", + "StartDialogueID": 601025304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_901021866", + "ConditionIDs": [ + 601025304 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601025305": { + "GroupID": 601025305, + "GroupType": "JsonGraph", + "StartDialogueID": 601025305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_901021867", + "ConditionIDs": [ + 601025305 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601025306": { + "GroupID": 601025306, + "GroupType": "JsonGraph", + "StartDialogueID": 601025306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_901021868", + "ConditionIDs": [ + 601025306 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601025307": { + "GroupID": 601025307, + "GroupType": "JsonGraph", + "StartDialogueID": 601025307, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601023132", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601025308": { + "GroupID": 601025308, + "GroupType": "JsonGraph", + "StartDialogueID": 601025308, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_901021881", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601030101": { + "GroupID": 601030101, + "GroupType": "JsonGraph", + "StartDialogueID": 601030101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601030101", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040101": { + "GroupID": 601040101, + "GroupType": "JsonGraph", + "StartDialogueID": 601040101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040116", + "ConditionIDs": [ + 601040101 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040104": { + "GroupID": 601040104, + "GroupType": "JsonGraph", + "StartDialogueID": 601040104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040117", + "ConditionIDs": [ + 601040104 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040108": { + "GroupID": 601040108, + "GroupType": "JsonGraph", + "StartDialogueID": 601040108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040117", + "ConditionIDs": [ + 601040108 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040109": { + "GroupID": 601040109, + "GroupType": "JsonGraph", + "StartDialogueID": 601040109, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040117", + "ConditionIDs": [ + 601040109 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040110": { + "GroupID": 601040110, + "GroupType": "JsonGraph", + "StartDialogueID": 601040110, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040117", + "ConditionIDs": [ + 601040110 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040111": { + "GroupID": 601040111, + "GroupType": "JsonGraph", + "StartDialogueID": 601040111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040117", + "ConditionIDs": [ + 601040111 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040114": { + "GroupID": 601040114, + "GroupType": "JsonGraph", + "StartDialogueID": 601040114, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040118", + "ConditionIDs": [ + 601040114 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040115": { + "GroupID": 601040115, + "GroupType": "JsonGraph", + "StartDialogueID": 601040115, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601040115 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040116": { + "GroupID": 601040116, + "GroupType": "JsonGraph", + "StartDialogueID": 601040116, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040118", + "ConditionIDs": [ + 601040116 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040201": { + "GroupID": 601040201, + "GroupType": "JsonGraph", + "StartDialogueID": 601040201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040201", + "ConditionIDs": [ + 601040201 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040203": { + "GroupID": 601040203, + "GroupType": "JsonGraph", + "StartDialogueID": 601040203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040203", + "ConditionIDs": [ + 601040203 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040204": { + "GroupID": 601040204, + "GroupType": "JsonGraph", + "StartDialogueID": 601040204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040203", + "ConditionIDs": [ + 601040204 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040205": { + "GroupID": 601040205, + "GroupType": "JsonGraph", + "StartDialogueID": 601040205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040203", + "ConditionIDs": [ + 601040205 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040206": { + "GroupID": 601040206, + "GroupType": "JsonGraph", + "StartDialogueID": 601040206, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040203", + "ConditionIDs": [ + 601040206 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040207": { + "GroupID": 601040207, + "GroupType": "JsonGraph", + "StartDialogueID": 601040207, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040203", + "ConditionIDs": [ + 601040207 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040208": { + "GroupID": 601040208, + "GroupType": "JsonGraph", + "StartDialogueID": 601040208, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040205", + "ConditionIDs": [ + 601040208 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040301": { + "GroupID": 601040301, + "GroupType": "JsonGraph", + "StartDialogueID": 601040301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040201", + "ConditionIDs": [ + 601040301 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040303": { + "GroupID": 601040303, + "GroupType": "JsonGraph", + "StartDialogueID": 601040303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040302", + "ConditionIDs": [ + 601040303 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040304": { + "GroupID": 601040304, + "GroupType": "JsonGraph", + "StartDialogueID": 601040304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040302", + "ConditionIDs": [ + 601040304 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040305": { + "GroupID": 601040305, + "GroupType": "JsonGraph", + "StartDialogueID": 601040305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040302", + "ConditionIDs": [ + 601040305 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601040306": { + "GroupID": 601040306, + "GroupType": "JsonGraph", + "StartDialogueID": 601040306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601040304", + "ConditionIDs": [ + 601040306 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090101": { + "GroupID": 601090101, + "GroupType": "JsonGraph", + "StartDialogueID": 601090101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090102": { + "GroupID": 601090102, + "GroupType": "JsonGraph", + "StartDialogueID": 601090102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090105": { + "GroupID": 601090105, + "GroupType": "JsonGraph", + "StartDialogueID": 601090105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090105 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090110": { + "GroupID": 601090110, + "GroupType": "JsonGraph", + "StartDialogueID": 601090110, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090110 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090111": { + "GroupID": 601090111, + "GroupType": "JsonGraph", + "StartDialogueID": 601090111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090111 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090201": { + "GroupID": 601090201, + "GroupType": "JsonGraph", + "StartDialogueID": 601090201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601090131", + "ConditionIDs": [ + 601090201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090202": { + "GroupID": 601090202, + "GroupType": "JsonGraph", + "StartDialogueID": 601090202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090202 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090203": { + "GroupID": 601090203, + "GroupType": "JsonGraph", + "StartDialogueID": 601090203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090203 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090301": { + "GroupID": 601090301, + "GroupType": "JsonGraph", + "StartDialogueID": 601090301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_601090149", + "ConditionIDs": [ + 601090301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090302": { + "GroupID": 601090302, + "GroupType": "JsonGraph", + "StartDialogueID": 601090302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090302 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090303": { + "GroupID": 601090303, + "GroupType": "JsonGraph", + "StartDialogueID": 601090303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090303 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090401": { + "GroupID": 601090401, + "GroupType": "JsonGraph", + "StartDialogueID": 601090401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090404": { + "GroupID": 601090404, + "GroupType": "JsonGraph", + "StartDialogueID": 601090404, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090404 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090501": { + "GroupID": 601090501, + "GroupType": "JsonGraph", + "StartDialogueID": 601090501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090501 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090502": { + "GroupID": 601090502, + "GroupType": "JsonGraph", + "StartDialogueID": 601090502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090502 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090503": { + "GroupID": 601090503, + "GroupType": "JsonGraph", + "StartDialogueID": 601090503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090503 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090601": { + "GroupID": 601090601, + "GroupType": "JsonGraph", + "StartDialogueID": 601090601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090601 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090602": { + "GroupID": 601090602, + "GroupType": "JsonGraph", + "StartDialogueID": 601090602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090602 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090603": { + "GroupID": 601090603, + "GroupType": "JsonGraph", + "StartDialogueID": 601090603, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090603 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090701": { + "GroupID": 601090701, + "GroupType": "JsonGraph", + "StartDialogueID": 601090701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090701 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090702": { + "GroupID": 601090702, + "GroupType": "JsonGraph", + "StartDialogueID": 601090702, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090702 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090703": { + "GroupID": 601090703, + "GroupType": "JsonGraph", + "StartDialogueID": 601090703, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090703 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090310": { + "GroupID": 601090310, + "GroupType": "JsonGraph", + "StartDialogueID": 601090310, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090310 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090410": { + "GroupID": 601090410, + "GroupType": "JsonGraph", + "StartDialogueID": 601090410, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090410 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090510": { + "GroupID": 601090510, + "GroupType": "JsonGraph", + "StartDialogueID": 601090510, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090510 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601090610": { + "GroupID": 601090610, + "GroupType": "JsonGraph", + "StartDialogueID": 601090610, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 601090610 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "9991000": { + "GroupID": 9991000, + "GroupType": "JsonGraph", + "StartDialogueID": 999100001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9991000", + "ConditionIDs": [ + 9991000 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9991001": { + "GroupID": 9991001, + "GroupType": "JsonGraph", + "StartDialogueID": 999100101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9991000", + "ConditionIDs": [ + 9991001 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9991002": { + "GroupID": 9991002, + "GroupType": "JsonGraph", + "StartDialogueID": 999100102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9991000", + "ConditionIDs": [ + 9991002 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9991003": { + "GroupID": 9991003, + "GroupType": "JsonGraph", + "StartDialogueID": 999100103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9991000", + "ConditionIDs": [ + 9991003 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9991004": { + "GroupID": 9991004, + "GroupType": "JsonGraph", + "StartDialogueID": 999100104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9991000", + "ConditionIDs": [ + 9991004 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9991005": { + "GroupID": 9991005, + "GroupType": "JsonGraph", + "StartDialogueID": 999100105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9991000", + "ConditionIDs": [ + 9991005 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9991006": { + "GroupID": 9991006, + "GroupType": "JsonGraph", + "StartDialogueID": 999100106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9991000", + "ConditionIDs": [ + 9991006 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9991007": { + "GroupID": 9991007, + "GroupType": "JsonGraph", + "StartDialogueID": 999100107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9991000", + "ConditionIDs": [ + 9991007 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9991008": { + "GroupID": 9991008, + "GroupType": "JsonGraph", + "StartDialogueID": 999100108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_9991001", + "ConditionIDs": [ + 9991008 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "601020112": { + "GroupID": 601020112, + "GroupType": "JsonGraph", + "StartDialogueID": 601020112, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998418", + "ConditionIDs": [ + 601020112 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020113": { + "GroupID": 601020113, + "GroupType": "JsonGraph", + "StartDialogueID": 601020113, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998419", + "ConditionIDs": [ + 601020113 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020202": { + "GroupID": 601020202, + "GroupType": "JsonGraph", + "StartDialogueID": 601020202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998420", + "ConditionIDs": [ + 601020202 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020302": { + "GroupID": 601020302, + "GroupType": "JsonGraph", + "StartDialogueID": 601020302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998421", + "ConditionIDs": [ + 601020302 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020305": { + "GroupID": 601020305, + "GroupType": "JsonGraph", + "StartDialogueID": 601020305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998422", + "ConditionIDs": [ + 601020305 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020401": { + "GroupID": 601020401, + "GroupType": "JsonGraph", + "StartDialogueID": 601020401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998423", + "ConditionIDs": [ + 601020401 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020402": { + "GroupID": 601020402, + "GroupType": "JsonGraph", + "StartDialogueID": 601020402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998424", + "ConditionIDs": [ + 601020402 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020502": { + "GroupID": 601020502, + "GroupType": "JsonGraph", + "StartDialogueID": 601020502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_601020502", + "ConditionIDs": [ + 601020502 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020503": { + "GroupID": 601020503, + "GroupType": "JsonGraph", + "StartDialogueID": 601020503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998425", + "ConditionIDs": [ + 601020503 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020601": { + "GroupID": 601020601, + "GroupType": "JsonGraph", + "StartDialogueID": 601020601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998426", + "ConditionIDs": [ + 601020601 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020602": { + "GroupID": 601020602, + "GroupType": "JsonGraph", + "StartDialogueID": 601020602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998427", + "ConditionIDs": [ + 601020602 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020701": { + "GroupID": 601020701, + "GroupType": "JsonGraph", + "StartDialogueID": 601020701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_601020701", + "ConditionIDs": [ + 601020701 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020702": { + "GroupID": 601020702, + "GroupType": "JsonGraph", + "StartDialogueID": 601020702, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998428", + "ConditionIDs": [ + 601020702 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601020802": { + "GroupID": 601020802, + "GroupType": "JsonGraph", + "StartDialogueID": 601020802, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998429", + "ConditionIDs": [ + 601020802 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022101": { + "GroupID": 601022101, + "GroupType": "JsonGraph", + "StartDialogueID": 601022101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998430", + "ConditionIDs": [ + 601022101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022102": { + "GroupID": 601022102, + "GroupType": "JsonGraph", + "StartDialogueID": 601022102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998431", + "ConditionIDs": [ + 601022102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10003501": { + "GroupID": 10003501, + "GroupType": "JsonGraph", + "StartDialogueID": 10003501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10003501", + "ConditionIDs": [ + 10003501 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10003502": { + "GroupID": 10003502, + "GroupType": "JsonGraph", + "StartDialogueID": 10003502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10003502", + "ConditionIDs": [ + 10003502 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10003601": { + "GroupID": 10003601, + "GroupType": "JsonGraph", + "StartDialogueID": 10003601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10003601", + "ConditionIDs": [ + 10003601 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10003801": { + "GroupID": 10003801, + "GroupType": "JsonGraph", + "StartDialogueID": 10003801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10003801", + "ConditionIDs": [ + 10003801 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10004001": { + "GroupID": 10004001, + "GroupType": "JsonGraph", + "StartDialogueID": 10004001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10004001", + "ConditionIDs": [ + 10004001 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10004101": { + "GroupID": 10004101, + "GroupType": "JsonGraph", + "StartDialogueID": 10004101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10004101", + "ConditionIDs": [ + 10004101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10004301": { + "GroupID": 10004301, + "GroupType": "JsonGraph", + "StartDialogueID": 10004301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10004301", + "ConditionIDs": [ + 10004301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10003701": { + "GroupID": 10003701, + "GroupType": "JsonGraph", + "StartDialogueID": 10003701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10003701", + "ConditionIDs": [ + 10003701 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10004401": { + "GroupID": 10004401, + "GroupType": "JsonGraph", + "StartDialogueID": 10004401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10004401", + "ConditionIDs": [ + 10004401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10004501": { + "GroupID": 10004501, + "GroupType": "JsonGraph", + "StartDialogueID": 10004501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10004501", + "ConditionIDs": [ + 10004501 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10004601": { + "GroupID": 10004601, + "GroupType": "JsonGraph", + "StartDialogueID": 10004601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10004601", + "ConditionIDs": [ + 10004601 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10004701": { + "GroupID": 10004701, + "GroupType": "JsonGraph", + "StartDialogueID": 10004701, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10004701", + "ConditionIDs": [ + 10004701 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "10004901": { + "GroupID": 10004901, + "GroupType": "JsonGraph", + "StartDialogueID": 10004901, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_10004901", + "ConditionIDs": [ + 10004901 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022110": { + "GroupID": 601022110, + "GroupType": "JsonGraph", + "StartDialogueID": 601022110, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998432", + "ConditionIDs": [ + 601022110 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022202": { + "GroupID": 601022202, + "GroupType": "JsonGraph", + "StartDialogueID": 601022202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998433", + "ConditionIDs": [ + 601022202 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022203": { + "GroupID": 601022203, + "GroupType": "JsonGraph", + "StartDialogueID": 601022203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998434", + "ConditionIDs": [ + 601022203 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022207": { + "GroupID": 601022207, + "GroupType": "JsonGraph", + "StartDialogueID": 601022207, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998435", + "ConditionIDs": [ + 601022207 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022208": { + "GroupID": 601022208, + "GroupType": "JsonGraph", + "StartDialogueID": 601022208, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998436", + "ConditionIDs": [ + 601022208 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022209": { + "GroupID": 601022209, + "GroupType": "JsonGraph", + "StartDialogueID": 601022209, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998437", + "ConditionIDs": [ + 601022209 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022210": { + "GroupID": 601022210, + "GroupType": "JsonGraph", + "StartDialogueID": 601022210, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998438", + "ConditionIDs": [ + 601022210 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022214": { + "GroupID": 601022214, + "GroupType": "JsonGraph", + "StartDialogueID": 601022214, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998439", + "ConditionIDs": [ + 601022214 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022215": { + "GroupID": 601022215, + "GroupType": "JsonGraph", + "StartDialogueID": 601022215, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998440", + "ConditionIDs": [ + 601022215 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022216": { + "GroupID": 601022216, + "GroupType": "JsonGraph", + "StartDialogueID": 601022216, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998441", + "ConditionIDs": [ + 601022216 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022301": { + "GroupID": 601022301, + "GroupType": "JsonGraph", + "StartDialogueID": 601022301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998442", + "ConditionIDs": [ + 601022301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022302": { + "GroupID": 601022302, + "GroupType": "JsonGraph", + "StartDialogueID": 601022302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_601022302", + "ConditionIDs": [ + 601022302 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022313": { + "GroupID": 601022313, + "GroupType": "JsonGraph", + "StartDialogueID": 601022313, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998443", + "ConditionIDs": [ + 601022313 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022401": { + "GroupID": 601022401, + "GroupType": "JsonGraph", + "StartDialogueID": 601022401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998444", + "ConditionIDs": [ + 601022401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022402": { + "GroupID": 601022402, + "GroupType": "JsonGraph", + "StartDialogueID": 601022402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998445", + "ConditionIDs": [ + 601022402 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022403": { + "GroupID": 601022403, + "GroupType": "JsonGraph", + "StartDialogueID": 601022403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998446", + "ConditionIDs": [ + 601022403 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022404": { + "GroupID": 601022404, + "GroupType": "JsonGraph", + "StartDialogueID": 601022404, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998447", + "ConditionIDs": [ + 601022404 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022406": { + "GroupID": 601022406, + "GroupType": "JsonGraph", + "StartDialogueID": 601022406, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998448", + "ConditionIDs": [ + 601022406 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022410": { + "GroupID": 601022410, + "GroupType": "JsonGraph", + "StartDialogueID": 601022410, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998449", + "ConditionIDs": [ + 601022410 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022411": { + "GroupID": 601022411, + "GroupType": "JsonGraph", + "StartDialogueID": 601022411, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998450", + "ConditionIDs": [ + 601022411 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022412": { + "GroupID": 601022412, + "GroupType": "JsonGraph", + "StartDialogueID": 601022412, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998451", + "ConditionIDs": [ + 601022412 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022420": { + "GroupID": 601022420, + "GroupType": "JsonGraph", + "StartDialogueID": 601022420, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998452", + "ConditionIDs": [ + 601022420 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022421": { + "GroupID": 601022421, + "GroupType": "JsonGraph", + "StartDialogueID": 601022421, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998453", + "ConditionIDs": [ + 601022421 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022422": { + "GroupID": 601022422, + "GroupType": "JsonGraph", + "StartDialogueID": 601022422, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998454", + "ConditionIDs": [ + 601022422 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022428": { + "GroupID": 601022428, + "GroupType": "JsonGraph", + "StartDialogueID": 601022428, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_999998455", + "ConditionIDs": [ + 601022428 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601022501": { + "GroupID": 601022501, + "GroupType": "JsonGraph", + "StartDialogueID": 601022501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_601022501", + "ConditionIDs": [ + 601022501 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "101010105": { + "GroupID": 101010105, + "GroupType": "JsonGraph", + "StartDialogueID": 101010105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101010107", + "ConditionIDs": [ + 101010105 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101010106": { + "GroupID": 101010106, + "GroupType": "JsonGraph", + "StartDialogueID": 101010106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 101010106 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020101": { + "GroupID": 101020101, + "GroupType": "JsonGraph", + "StartDialogueID": 101020101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_UnionCitizen01", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020102": { + "GroupID": 101020102, + "GroupType": "JsonGraph", + "StartDialogueID": 101020102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_UnionCitizen02", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020103": { + "GroupID": 101020103, + "GroupType": "JsonGraph", + "StartDialogueID": 101020103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_UnionCitizen03", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020104": { + "GroupID": 101020104, + "GroupType": "JsonGraph", + "StartDialogueID": 101020104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_UnionCitizen04", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020105": { + "GroupID": 101020105, + "GroupType": "JsonGraph", + "StartDialogueID": 101020105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_5", + "ConditionIDs": [ + 101020105 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020106": { + "GroupID": 101020106, + "GroupType": "JsonGraph", + "StartDialogueID": 101020106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Pela", + "ConditionIDs": [ + 101020106 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020107": { + "GroupID": 101020107, + "GroupType": "JsonGraph", + "StartDialogueID": 101020107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 101020107 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020108": { + "GroupID": 101020108, + "GroupType": "JsonGraph", + "StartDialogueID": 101020108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011018", + "ConditionIDs": [ + 101020108 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020110": { + "GroupID": 101020110, + "GroupType": "JsonGraph", + "StartDialogueID": 101020110, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011018", + "ConditionIDs": [ + 101020110 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020111": { + "GroupID": 101020111, + "GroupType": "JsonGraph", + "StartDialogueID": 101020111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_CWSoldier_01", + "ConditionIDs": [ + 101020111 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020112": { + "GroupID": 101020112, + "GroupType": "JsonGraph", + "StartDialogueID": 101020112, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_CWSoldier_01", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020113": { + "GroupID": 101020113, + "GroupType": "JsonGraph", + "StartDialogueID": 101020113, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_CWSoldier_01", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101020116": { + "GroupID": 101020116, + "GroupType": "JsonGraph", + "StartDialogueID": 101020116, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Gepard", + "ConditionIDs": [ + 101020116 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040102": { + "GroupID": 101040102, + "GroupType": "JsonGraph", + "StartDialogueID": 101040102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Unknown", + "ConditionIDs": [ + 101040102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040106": { + "GroupID": 101040106, + "GroupType": "JsonGraph", + "StartDialogueID": 101040106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 101040106 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040107": { + "GroupID": 101040107, + "GroupType": "JsonGraph", + "StartDialogueID": 101040107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Hook", + "ConditionIDs": [ + 101040107 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040108": { + "GroupID": 101040108, + "GroupType": "JsonGraph", + "StartDialogueID": 101040108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Hook", + "ConditionIDs": [ + 101040108 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040111": { + "GroupID": 101040111, + "GroupType": "JsonGraph", + "StartDialogueID": 101040111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Hook", + "ConditionIDs": [ + 101040111 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040113": { + "GroupID": 101040113, + "GroupType": "JsonGraph", + "StartDialogueID": 101040113, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Natasha", + "ConditionIDs": [ + 101040103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040114": { + "GroupID": 101040114, + "GroupType": "JsonGraph", + "StartDialogueID": 101040114, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Hook", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040115": { + "GroupID": 101040115, + "GroupType": "JsonGraph", + "StartDialogueID": 101040115, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040116": { + "GroupID": 101040116, + "GroupType": "JsonGraph", + "StartDialogueID": 101040116, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040308": { + "GroupID": 101040308, + "GroupType": "JsonGraph", + "StartDialogueID": 101040308, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Mar_7th", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040309": { + "GroupID": 101040309, + "GroupType": "JsonGraph", + "StartDialogueID": 101040309, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Sampo", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040310": { + "GroupID": 101040310, + "GroupType": "JsonGraph", + "StartDialogueID": 101040310, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Bronya", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040311": { + "GroupID": 101040311, + "GroupType": "JsonGraph", + "StartDialogueID": 101040311, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_DanHeng", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040301": { + "GroupID": 101040301, + "GroupType": "JsonGraph", + "StartDialogueID": 101040301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Unknown", + "ConditionIDs": [ + 101040301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040302": { + "GroupID": 101040302, + "GroupType": "JsonGraph", + "StartDialogueID": 101040302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Unknown", + "ConditionIDs": [ + 101040302 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040303": { + "GroupID": 101040303, + "GroupType": "JsonGraph", + "StartDialogueID": 101040303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Unknown", + "ConditionIDs": [ + 101040303 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101040305": { + "GroupID": 101040305, + "GroupType": "JsonGraph", + "StartDialogueID": 101040305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101040107", + "ConditionIDs": [ + 101040305 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050103": { + "GroupID": 101050103, + "GroupType": "JsonGraph", + "StartDialogueID": 101050103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101050105", + "ConditionIDs": [ + 101050103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050104": { + "GroupID": 101050104, + "GroupType": "JsonGraph", + "StartDialogueID": 101050104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101050106", + "ConditionIDs": [ + 101050104 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050115": { + "GroupID": 101050115, + "GroupType": "JsonGraph", + "StartDialogueID": 101050115, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050116": { + "GroupID": 101050116, + "GroupType": "JsonGraph", + "StartDialogueID": 101050116, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050117": { + "GroupID": 101050117, + "GroupType": "JsonGraph", + "StartDialogueID": 101050117, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050118": { + "GroupID": 101050118, + "GroupType": "JsonGraph", + "StartDialogueID": 101050118, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050119": { + "GroupID": 101050119, + "GroupType": "JsonGraph", + "StartDialogueID": 101050119, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050120": { + "GroupID": 101050120, + "GroupType": "JsonGraph", + "StartDialogueID": 101050120, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_10", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050121": { + "GroupID": 101050121, + "GroupType": "JsonGraph", + "StartDialogueID": 101050121, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Bronya", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050122": { + "GroupID": 101050122, + "GroupType": "JsonGraph", + "StartDialogueID": 101050122, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Natasha", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050123": { + "GroupID": 101050123, + "GroupType": "JsonGraph", + "StartDialogueID": 101050123, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Seele", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101050124": { + "GroupID": 101050124, + "GroupType": "JsonGraph", + "StartDialogueID": 101050124, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101080101": { + "GroupID": 101080101, + "GroupType": "JsonGraph", + "StartDialogueID": 101080101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090105", + "ConditionIDs": [ + 101080101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101080102": { + "GroupID": 101080102, + "GroupType": "JsonGraph", + "StartDialogueID": 101080102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090106", + "ConditionIDs": [ + 101080102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101080103": { + "GroupID": 101080103, + "GroupType": "JsonGraph", + "StartDialogueID": 101080103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090107", + "ConditionIDs": [ + 101080103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090224": { + "GroupID": 101090224, + "GroupType": "JsonGraph", + "StartDialogueID": 101090224, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090109", + "ConditionIDs": [ + 101090224 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090225": { + "GroupID": 101090225, + "GroupType": "JsonGraph", + "StartDialogueID": 101090225, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090109", + "ConditionIDs": [ + 101090225 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090205": { + "GroupID": 101090205, + "GroupType": "JsonGraph", + "StartDialogueID": 101090205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090109", + "ConditionIDs": [ + 101090205 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090206": { + "GroupID": 101090206, + "GroupType": "JsonGraph", + "StartDialogueID": 101090206, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090109", + "ConditionIDs": [ + 101090206 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090218": { + "GroupID": 101090218, + "GroupType": "JsonGraph", + "StartDialogueID": 101090218, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090102", + "ConditionIDs": [ + 101090218 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090221": { + "GroupID": 101090221, + "GroupType": "JsonGraph", + "StartDialogueID": 101090221, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090222": { + "GroupID": 101090222, + "GroupType": "JsonGraph", + "StartDialogueID": 101090222, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090223": { + "GroupID": 101090223, + "GroupType": "Free", + "StartDialogueID": 101090223, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090228": { + "GroupID": 101090228, + "GroupType": "JsonGraph", + "StartDialogueID": 101090228, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101090109", + "ConditionIDs": [ + 101090228 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090233": { + "GroupID": 101090233, + "GroupType": "JsonGraph", + "StartDialogueID": 101090233, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Natasha", + "ConditionIDs": [ + 101090233 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090237": { + "GroupID": 101090237, + "GroupType": "JsonGraph", + "StartDialogueID": 101090237, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090238": { + "GroupID": 101090238, + "GroupType": "JsonGraph", + "StartDialogueID": 101090238, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090239": { + "GroupID": 101090239, + "GroupType": "JsonGraph", + "StartDialogueID": 101090239, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090240": { + "GroupID": 101090240, + "GroupType": "JsonGraph", + "StartDialogueID": 101090240, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Natasha", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090241": { + "GroupID": 101090241, + "GroupType": "JsonGraph", + "StartDialogueID": 101090241, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090242": { + "GroupID": 101090242, + "GroupType": "JsonGraph", + "StartDialogueID": 101090242, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Sampo", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101090243": { + "GroupID": 101090243, + "GroupType": "JsonGraph", + "StartDialogueID": 101090243, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101100102": { + "GroupID": 101100102, + "GroupType": "JsonGraph", + "StartDialogueID": 101100102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101100101", + "ConditionIDs": [ + 101100102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101100107": { + "GroupID": 101100107, + "GroupType": "JsonGraph", + "StartDialogueID": 101100107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101100102", + "ConditionIDs": [ + 101100107 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101100112": { + "GroupID": 101100112, + "GroupType": "JsonGraph", + "StartDialogueID": 101100112, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101100103", + "ConditionIDs": [ + 101100112 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101100113": { + "GroupID": 101100113, + "GroupType": "JsonGraph", + "StartDialogueID": 101100113, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101025808", + "ConditionIDs": [ + 101100113 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "101100114": { + "GroupID": 101100114, + "GroupType": "JsonGraph", + "StartDialogueID": 101100114, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_M202_NPC_10", + "ConditionIDs": [ + 101100114 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101100115": { + "GroupID": 101100115, + "GroupType": "JsonGraph", + "StartDialogueID": 101100115, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Seele", + "ConditionIDs": [ + 101100115 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101100205": { + "GroupID": 101100205, + "GroupType": "JsonGraph", + "StartDialogueID": 101100205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011018", + "ConditionIDs": [ + 101100205 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101100207": { + "GroupID": 101100207, + "GroupType": "JsonGraph", + "StartDialogueID": 101100207, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011018", + "ConditionIDs": [ + 101100207 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110103": { + "GroupID": 101110103, + "GroupType": "JsonGraph", + "StartDialogueID": 101110103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 101110103 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110106": { + "GroupID": 101110106, + "GroupType": "JsonGraph", + "StartDialogueID": 101110106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101018", + "ConditionIDs": [ + 101110106 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110107": { + "GroupID": 101110107, + "GroupType": "JsonGraph", + "StartDialogueID": 101110107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101110101", + "ConditionIDs": [ + 101110107 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110109": { + "GroupID": 101110109, + "GroupType": "JsonGraph", + "StartDialogueID": 101110109, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [ + 101110109 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110121": { + "GroupID": 101110121, + "GroupType": "JsonGraph", + "StartDialogueID": 101110121, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101018", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110122": { + "GroupID": 101110122, + "GroupType": "JsonGraph", + "StartDialogueID": 101110122, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101018", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110123": { + "GroupID": 101110123, + "GroupType": "JsonGraph", + "StartDialogueID": 101110123, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101018", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110124": { + "GroupID": 101110124, + "GroupType": "JsonGraph", + "StartDialogueID": 101110124, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110125": { + "GroupID": 101110125, + "GroupType": "JsonGraph", + "StartDialogueID": 101110125, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110126": { + "GroupID": 101110126, + "GroupType": "JsonGraph", + "StartDialogueID": 101110126, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110127": { + "GroupID": 101110127, + "GroupType": "JsonGraph", + "StartDialogueID": 101110127, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110202": { + "GroupID": 101110202, + "GroupType": "JsonGraph", + "StartDialogueID": 101110202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 101110202 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110204": { + "GroupID": 101110204, + "GroupType": "JsonGraph", + "StartDialogueID": 101110204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropName_301002", + "ConditionIDs": [ + 101110204 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110206": { + "GroupID": 101110206, + "GroupType": "JsonGraph", + "StartDialogueID": 101110206, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropName_101001", + "ConditionIDs": [ + 101110206 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110211": { + "GroupID": 101110211, + "GroupType": "JsonGraph", + "StartDialogueID": 101110211, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101100103", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101110212": { + "GroupID": 101110212, + "GroupType": "JsonGraph", + "StartDialogueID": 101110212, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101100104", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101140105": { + "GroupID": 101140105, + "GroupType": "JsonGraph", + "StartDialogueID": 101140105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101140106": { + "GroupID": 101140106, + "GroupType": "JsonGraph", + "StartDialogueID": 101140106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000102": { + "GroupID": 101000102, + "GroupType": "JsonGraph", + "StartDialogueID": 101000102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_1000002", + "ConditionIDs": [ + 101000102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000103": { + "GroupID": 101000103, + "GroupType": "JsonGraph", + "StartDialogueID": 101000103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_4", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000104": { + "GroupID": 101000104, + "GroupType": "JsonGraph", + "StartDialogueID": 101000104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_1000004", + "ConditionIDs": [ + 101000104 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000105": { + "GroupID": 101000105, + "GroupType": "JsonGraph", + "StartDialogueID": 101000105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100001002", + "ConditionIDs": [ + 101000105 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000111": { + "GroupID": 101000111, + "GroupType": "JsonGraph", + "StartDialogueID": 101000111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 101000111 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000201": { + "GroupID": 101000201, + "GroupType": "JsonGraph", + "StartDialogueID": 101000201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_1000002", + "ConditionIDs": [ + 101000201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000202": { + "GroupID": 101000202, + "GroupType": "JsonGraph", + "StartDialogueID": 101000202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_1000002", + "ConditionIDs": [ + 101000202 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000203": { + "GroupID": 101000203, + "GroupType": "JsonGraph", + "StartDialogueID": 101000203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_1000002", + "ConditionIDs": [ + 101000203 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000204": { + "GroupID": 101000204, + "GroupType": "JsonGraph", + "StartDialogueID": 101000204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_1000001", + "ConditionIDs": [ + 101000204 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000205": { + "GroupID": 101000205, + "GroupType": "JsonGraph", + "StartDialogueID": 101000205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100003005", + "ConditionIDs": [ + 101000205 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101000209": { + "GroupID": 101000209, + "GroupType": "JsonGraph", + "StartDialogueID": 101000209, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100003011", + "ConditionIDs": [ + 101000209 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100020109": { + "GroupID": 100020109, + "GroupType": "JsonGraph", + "StartDialogueID": 100020109, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 100020109 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100020121": { + "GroupID": 100020121, + "GroupType": "JsonGraph", + "StartDialogueID": 100020121, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100020122": { + "GroupID": 100020122, + "GroupType": "JsonGraph", + "StartDialogueID": 100020122, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100030103": { + "GroupID": 100030103, + "GroupType": "JsonGraph", + "StartDialogueID": 100030103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011001", + "ConditionIDs": [ + 100030103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100030111": { + "GroupID": 100030111, + "GroupType": "JsonGraph", + "StartDialogueID": 100030111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100013002", + "ConditionIDs": [ + 100030111 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100030112": { + "GroupID": 100030112, + "GroupType": "JsonGraph", + "StartDialogueID": 100030112, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100013003", + "ConditionIDs": [ + 100030112 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100030113": { + "GroupID": 100030113, + "GroupType": "JsonGraph", + "StartDialogueID": 100030113, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011003", + "ConditionIDs": [ + 100030113 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100030114": { + "GroupID": 100030114, + "GroupType": "JsonGraph", + "StartDialogueID": 100030114, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011001", + "ConditionIDs": [ + 100030114 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100030115": { + "GroupID": 100030115, + "GroupType": "JsonGraph", + "StartDialogueID": 100030115, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_110702", + "ConditionIDs": [ + 100030115 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100030116": { + "GroupID": 100030116, + "GroupType": "JsonGraph", + "StartDialogueID": 100030116, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011001", + "ConditionIDs": [ + 100030116 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100030117": { + "GroupID": 100030117, + "GroupType": "JsonGraph", + "StartDialogueID": 100030117, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_110702", + "ConditionIDs": [ + 100030117 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100030206": { + "GroupID": 100030206, + "GroupType": "JsonGraph", + "StartDialogueID": 100030206, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011001", + "ConditionIDs": [ + 100030206 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100050101": { + "GroupID": 100050101, + "GroupType": "JsonGraph", + "StartDialogueID": 100050101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100050102": { + "GroupID": 100050102, + "GroupType": "JsonGraph", + "StartDialogueID": 100050102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100050103": { + "GroupID": 100050103, + "GroupType": "JsonGraph", + "StartDialogueID": 100050103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [ + 100050101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100050104": { + "GroupID": 100050104, + "GroupType": "JsonGraph", + "StartDialogueID": 100050104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100050105": { + "GroupID": 100050105, + "GroupType": "JsonGraph", + "StartDialogueID": 100050105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100050108": { + "GroupID": 100050108, + "GroupType": "JsonGraph", + "StartDialogueID": 100050108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_501023527", + "ConditionIDs": [ + 100050108 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100060101": { + "GroupID": 100060101, + "GroupType": "JsonGraph", + "StartDialogueID": 100060101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [ + 100060101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100060110": { + "GroupID": 100060110, + "GroupType": "JsonGraph", + "StartDialogueID": 100060110, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_38", + "ConditionIDs": [ + 100060110 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100010117": { + "GroupID": 100010117, + "GroupType": "JsonGraph", + "StartDialogueID": 100010117, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 100010117 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100010118": { + "GroupID": 100010118, + "GroupType": "JsonGraph", + "StartDialogueID": 100010118, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 100010118 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100010119": { + "GroupID": 100010119, + "GroupType": "JsonGraph", + "StartDialogueID": 100010119, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 100010119 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100010123": { + "GroupID": 100010123, + "GroupType": "LockInteraction", + "StartDialogueID": 100010123, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 100010117 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100010124": { + "GroupID": 100010124, + "GroupType": "LockInteraction", + "StartDialogueID": 100010124, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 100010118 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100010127": { + "GroupID": 100010127, + "GroupType": "JsonGraph", + "StartDialogueID": 100010127, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 100010127 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "100010128": { + "GroupID": 100010128, + "GroupType": "JsonGraph", + "StartDialogueID": 100010128, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 100010128 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010001": { + "GroupID": 200010001, + "GroupType": "JsonGraph", + "StartDialogueID": 200010001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011003", + "ConditionIDs": [ + 200010001 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010100": { + "GroupID": 200010100, + "GroupType": "JsonGraph", + "StartDialogueID": 200010100, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011003", + "ConditionIDs": [ + 200010100 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010101": { + "GroupID": 200010101, + "GroupType": "JsonGraph", + "StartDialogueID": 200010101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011003", + "ConditionIDs": [ + 200010101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010103": { + "GroupID": 200010103, + "GroupType": "JsonGraph", + "StartDialogueID": 200010103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011003", + "ConditionIDs": [ + 200010103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010111": { + "GroupID": 200010111, + "GroupType": "JsonGraph", + "StartDialogueID": 200010111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011003", + "ConditionIDs": [ + 200010111 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010113": { + "GroupID": 200010113, + "GroupType": "JsonGraph", + "StartDialogueID": 200010113, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011003", + "ConditionIDs": [ + 200010113 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010121": { + "GroupID": 200010121, + "GroupType": "JsonGraph", + "StartDialogueID": 200010121, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011003", + "ConditionIDs": [ + 200010121 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010125": { + "GroupID": 200010125, + "GroupType": "JsonGraph", + "StartDialogueID": 200010125, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011003", + "ConditionIDs": [ + 200010125 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010201": { + "GroupID": 200010201, + "GroupType": "JsonGraph", + "StartDialogueID": 200010201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_200022701", + "ConditionIDs": [ + 200010201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "200010203": { + "GroupID": 200010203, + "GroupType": "JsonGraph", + "StartDialogueID": 200010203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000102", + "ConditionIDs": [ + 200010203 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010210": { + "GroupID": 200010210, + "GroupType": "JsonGraph", + "StartDialogueID": 200010210, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000102", + "ConditionIDs": [ + 200010210 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010211": { + "GroupID": 200010211, + "GroupType": "JsonGraph", + "StartDialogueID": 200010211, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000102", + "ConditionIDs": [ + 200010211 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200020101": { + "GroupID": 200020101, + "GroupType": "JsonGraph", + "StartDialogueID": 200020101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200020101", + "ConditionIDs": [ + 200020101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200020102": { + "GroupID": 200020102, + "GroupType": "JsonGraph", + "StartDialogueID": 200020102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_14", + "ConditionIDs": [ + 200020102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200020103": { + "GroupID": 200020103, + "GroupType": "JsonGraph", + "StartDialogueID": 200020103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_14", + "ConditionIDs": [ + 200020103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200020104": { + "GroupID": 200020104, + "GroupType": "JsonGraph", + "StartDialogueID": 200020104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_14", + "ConditionIDs": [ + 200020104 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200020105": { + "GroupID": 200020105, + "GroupType": "JsonGraph", + "StartDialogueID": 200020105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200020101", + "ConditionIDs": [ + 200020105 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200020106": { + "GroupID": 200020106, + "GroupType": "Free", + "StartDialogueID": 200020106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_14", + "ConditionIDs": [ + 200020101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010403": { + "GroupID": 200010403, + "GroupType": "JsonGraph", + "StartDialogueID": 200010403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000105", + "ConditionIDs": [ + 200010403 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010404": { + "GroupID": 200010404, + "GroupType": "JsonGraph", + "StartDialogueID": 200010404, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000105", + "ConditionIDs": [ + 200010404 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010406": { + "GroupID": 200010406, + "GroupType": "JsonGraph", + "StartDialogueID": 200010406, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200010406 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010407": { + "GroupID": 200010407, + "GroupType": "JsonGraph", + "StartDialogueID": 200010407, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200010407 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010408": { + "GroupID": 200010408, + "GroupType": "JsonGraph", + "StartDialogueID": 200010408, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200010408 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010409": { + "GroupID": 200010409, + "GroupType": "JsonGraph", + "StartDialogueID": 200010409, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200010409 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010410": { + "GroupID": 200010410, + "GroupType": "JsonGraph", + "StartDialogueID": 200010410, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000105", + "ConditionIDs": [ + 200010410 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010412": { + "GroupID": 200010412, + "GroupType": "JsonGraph", + "StartDialogueID": 200010412, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010413": { + "GroupID": 200010413, + "GroupType": "JsonGraph", + "StartDialogueID": 200010413, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010414": { + "GroupID": 200010414, + "GroupType": "JsonGraph", + "StartDialogueID": 200010414, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010601": { + "GroupID": 200010601, + "GroupType": "JsonGraph", + "StartDialogueID": 200010601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200010602", + "ConditionIDs": [ + 200010601 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200031201": { + "GroupID": 200031201, + "GroupType": "JsonGraph", + "StartDialogueID": 200031201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200010602", + "ConditionIDs": [ + 200031201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200031202": { + "GroupID": 200031202, + "GroupType": "JsonGraph", + "StartDialogueID": 200031202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200010602", + "ConditionIDs": [ + 200031202 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200031203": { + "GroupID": 200031203, + "GroupType": "JsonGraph", + "StartDialogueID": 200031203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200010602", + "ConditionIDs": [ + 200031203 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200031204": { + "GroupID": 200031204, + "GroupType": "JsonGraph", + "StartDialogueID": 200031204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200010602", + "ConditionIDs": [ + 200031204 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200031205": { + "GroupID": 200031205, + "GroupType": "JsonGraph", + "StartDialogueID": 200031205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200010602", + "ConditionIDs": [ + 200031205 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010801": { + "GroupID": 200010801, + "GroupType": "JsonGraph", + "StartDialogueID": 200010801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [ + 200010801 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010803": { + "GroupID": 200010803, + "GroupType": "JsonGraph", + "StartDialogueID": 200010803, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010806": { + "GroupID": 200010806, + "GroupType": "JsonGraph", + "StartDialogueID": 200010806, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010807": { + "GroupID": 200010807, + "GroupType": "JsonGraph", + "StartDialogueID": 200010807, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010809": { + "GroupID": 200010809, + "GroupType": "JsonGraph", + "StartDialogueID": 200010809, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010810": { + "GroupID": 200010810, + "GroupType": "JsonGraph", + "StartDialogueID": 200010810, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010813": { + "GroupID": 200010813, + "GroupType": "JsonGraph", + "StartDialogueID": 200010813, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010814": { + "GroupID": 200010814, + "GroupType": "JsonGraph", + "StartDialogueID": 200010814, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010816": { + "GroupID": 200010816, + "GroupType": "JsonGraph", + "StartDialogueID": 200010816, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [ + 200010816 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010817": { + "GroupID": 200010817, + "GroupType": "JsonGraph", + "StartDialogueID": 200010817, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [ + 200010817 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010823": { + "GroupID": 200010823, + "GroupType": "JsonGraph", + "StartDialogueID": 200010823, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [ + 200010823 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010824": { + "GroupID": 200010824, + "GroupType": "JsonGraph", + "StartDialogueID": 200010824, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [ + 200010824 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200010819": { + "GroupID": 200010819, + "GroupType": "JsonGraph", + "StartDialogueID": 200010819, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2000109", + "ConditionIDs": [ + 200010827 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011001": { + "GroupID": 200011001, + "GroupType": "JsonGraph", + "StartDialogueID": 200011001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011001", + "ConditionIDs": [ + 200011001 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011009": { + "GroupID": 200011009, + "GroupType": "JsonGraph", + "StartDialogueID": 200011009, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011009", + "ConditionIDs": [ + 200011009 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011020": { + "GroupID": 200011020, + "GroupType": "JsonGraph", + "StartDialogueID": 200011020, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011031": { + "GroupID": 200011031, + "GroupType": "JsonGraph", + "StartDialogueID": 200011031, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011009", + "ConditionIDs": [ + 200011031 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011032": { + "GroupID": 200011032, + "GroupType": "JsonGraph", + "StartDialogueID": 200011032, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200011032 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011201": { + "GroupID": 200011201, + "GroupType": "JsonGraph", + "StartDialogueID": 200011201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011201", + "ConditionIDs": [ + 200011201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011202": { + "GroupID": 200011202, + "GroupType": "JsonGraph", + "StartDialogueID": 200011202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011202", + "ConditionIDs": [ + 200011202 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011210": { + "GroupID": 200011210, + "GroupType": "JsonGraph", + "StartDialogueID": 200011210, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011210", + "ConditionIDs": [ + 200011210 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011220": { + "GroupID": 200011220, + "GroupType": "JsonGraph", + "StartDialogueID": 200011220, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011210", + "ConditionIDs": [ + 200011220 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011225": { + "GroupID": 200011225, + "GroupType": "JsonGraph", + "StartDialogueID": 200011225, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011210", + "ConditionIDs": [ + 200011225 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011226": { + "GroupID": 200011226, + "GroupType": "JsonGraph", + "StartDialogueID": 200011226, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011210", + "ConditionIDs": [ + 200011226 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011231": { + "GroupID": 200011231, + "GroupType": "JsonGraph", + "StartDialogueID": 200011231, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011210", + "ConditionIDs": [ + 200011231 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011232": { + "GroupID": 200011232, + "GroupType": "JsonGraph", + "StartDialogueID": 200011232, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011210", + "ConditionIDs": [ + 200011232 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011233": { + "GroupID": 200011233, + "GroupType": "JsonGraph", + "StartDialogueID": 200011233, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011210", + "ConditionIDs": [ + 200011233 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011241": { + "GroupID": 200011241, + "GroupType": "JsonGraph", + "StartDialogueID": 200011241, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_100011103", + "ConditionIDs": [ + 200011241 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011251": { + "GroupID": 200011251, + "GroupType": "JsonGraph", + "StartDialogueID": 200011251, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011251", + "ConditionIDs": [ + 200011251 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011261": { + "GroupID": 200011261, + "GroupType": "JsonGraph", + "StartDialogueID": 200011261, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011261", + "ConditionIDs": [ + 200011261 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011401": { + "GroupID": 200011401, + "GroupType": "JsonGraph", + "StartDialogueID": 200011401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011401", + "ConditionIDs": [ + 200011401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011402": { + "GroupID": 200011402, + "GroupType": "JsonGraph", + "StartDialogueID": 200011402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011402", + "ConditionIDs": [ + 200011402 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011405": { + "GroupID": 200011405, + "GroupType": "JsonGraph", + "StartDialogueID": 200011405, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011405", + "ConditionIDs": [ + 200011405 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011406": { + "GroupID": 200011406, + "GroupType": "JsonGraph", + "StartDialogueID": 200011406, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011406", + "ConditionIDs": [ + 200011406 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011601": { + "GroupID": 200011601, + "GroupType": "JsonGraph", + "StartDialogueID": 200011601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011601", + "ConditionIDs": [ + 200011601 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011602": { + "GroupID": 200011602, + "GroupType": "JsonGraph", + "StartDialogueID": 200011602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200011602 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011801": { + "GroupID": 200011801, + "GroupType": "JsonGraph", + "StartDialogueID": 200011801, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200011801 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011802": { + "GroupID": 200011802, + "GroupType": "JsonGraph", + "StartDialogueID": 200011802, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200011802 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200011803": { + "GroupID": 200011803, + "GroupType": "JsonGraph", + "StartDialogueID": 200011803, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 200011803 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200030101": { + "GroupID": 200030101, + "GroupType": "JsonGraph", + "StartDialogueID": 200030101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200030101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200030108": { + "GroupID": 200030108, + "GroupType": "JsonGraph", + "StartDialogueID": 200030108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200030108 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200030112": { + "GroupID": 200030112, + "GroupType": "JsonGraph", + "StartDialogueID": 200030112, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200030112 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200030205": { + "GroupID": 200030205, + "GroupType": "JsonGraph", + "StartDialogueID": 200030205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200030205 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200030301": { + "GroupID": 200030301, + "GroupType": "JsonGraph", + "StartDialogueID": 200030301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200030301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200030306": { + "GroupID": 200030306, + "GroupType": "JsonGraph", + "StartDialogueID": 200030306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200030306 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200030401": { + "GroupID": 200030401, + "GroupType": "JsonGraph", + "StartDialogueID": 200030401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200030401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200030404": { + "GroupID": 200030404, + "GroupType": "JsonGraph", + "StartDialogueID": 200030404, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200030404 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "200030405": { + "GroupID": 200030405, + "GroupType": "JsonGraph", + "StartDialogueID": 200030405, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_200011602", + "ConditionIDs": [ + 200030405 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101060101": { + "GroupID": 101060101, + "GroupType": "JsonGraph", + "StartDialogueID": 101060101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_11", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101060102": { + "GroupID": 101060102, + "GroupType": "JsonGraph", + "StartDialogueID": 101060102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_11", + "ConditionIDs": [ + 101060102 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "101060205": { + "GroupID": 101060205, + "GroupType": "JsonGraph", + "StartDialogueID": 101060205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023051", + "ConditionIDs": [ + 101060205 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101060210": { + "GroupID": 101060210, + "GroupType": "JsonGraph", + "StartDialogueID": 101060210, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023051", + "ConditionIDs": [ + 101060210 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101070101": { + "GroupID": 101070101, + "GroupType": "JsonGraph", + "StartDialogueID": 101070101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101070102": { + "GroupID": 101070102, + "GroupType": "Free", + "StartDialogueID": 101070102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101070103": { + "GroupID": 101070103, + "GroupType": "JsonGraph", + "StartDialogueID": 101070103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201223009", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101070104": { + "GroupID": 101070104, + "GroupType": "JsonGraph", + "StartDialogueID": 101070104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201223006", + "ConditionIDs": [ + 101070104 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101070105": { + "GroupID": 101070105, + "GroupType": "JsonGraph", + "StartDialogueID": 101070105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 101070105 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101070106": { + "GroupID": 101070106, + "GroupType": "JsonGraph", + "StartDialogueID": 101070106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 101070106 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101070107": { + "GroupID": 101070107, + "GroupType": "JsonGraph", + "StartDialogueID": 101070107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 101070107 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101120101": { + "GroupID": 101120101, + "GroupType": "JsonGraph", + "StartDialogueID": 101120101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201313010", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101130103": { + "GroupID": 101130103, + "GroupType": "JsonGraph", + "StartDialogueID": 101130103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101130114": { + "GroupID": 101130114, + "GroupType": "JsonGraph", + "StartDialogueID": 101130114, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201323011", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101130115": { + "GroupID": 101130115, + "GroupType": "JsonGraph", + "StartDialogueID": 101130115, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201323011", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101130116": { + "GroupID": 101130116, + "GroupType": "JsonGraph", + "StartDialogueID": 101130116, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201323010", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101130117": { + "GroupID": 101130117, + "GroupType": "JsonGraph", + "StartDialogueID": 101130117, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201323011", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101130118": { + "GroupID": 101130118, + "GroupType": "JsonGraph", + "StartDialogueID": 101130118, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201323010", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101130119": { + "GroupID": 101130119, + "GroupType": "JsonGraph", + "StartDialogueID": 101130119, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201323010", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "101080306": { + "GroupID": 101080306, + "GroupType": "JsonGraph", + "StartDialogueID": 101080306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101080306", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801000101": { + "GroupID": 801000101, + "GroupType": "JsonGraph", + "StartDialogueID": 801000101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801011001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801000102": { + "GroupID": 801000102, + "GroupType": "JsonGraph", + "StartDialogueID": 801000102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801011001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801000103": { + "GroupID": 801000103, + "GroupType": "JsonGraph", + "StartDialogueID": 801000103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801011001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "901010011": { + "GroupID": 901010011, + "GroupType": "JsonGraph", + "StartDialogueID": 901010011, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101011005", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999933": { + "GroupID": 9999933, + "GroupType": "JsonGraph", + "StartDialogueID": 9999933, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901021701", + "ConditionIDs": [ + 9999933 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999934": { + "GroupID": 9999934, + "GroupType": "JsonGraph", + "StartDialogueID": 9999934, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901021701", + "ConditionIDs": [ + 9999934 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999935": { + "GroupID": 9999935, + "GroupType": "JsonGraph", + "StartDialogueID": 9999935, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901021702", + "ConditionIDs": [ + 9999935 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999936": { + "GroupID": 9999936, + "GroupType": "JsonGraph", + "StartDialogueID": 9999936, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901021703", + "ConditionIDs": [ + 9999936 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999937": { + "GroupID": 9999937, + "GroupType": "JsonGraph", + "StartDialogueID": 9999937, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901021704", + "ConditionIDs": [ + 9999937 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999938": { + "GroupID": 9999938, + "GroupType": "JsonGraph", + "StartDialogueID": 9999938, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901021701", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "9999939": { + "GroupID": 9999939, + "GroupType": "JsonGraph", + "StartDialogueID": 9999939, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901021702", + "ConditionIDs": [ + 9999939 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "901021742": { + "GroupID": 901021742, + "GroupType": "JsonGraph", + "StartDialogueID": 901021742, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101050108", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "901022101": { + "GroupID": 901022101, + "GroupType": "JsonGraph", + "StartDialogueID": 901022101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101040103", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "901022201": { + "GroupID": 901022201, + "GroupType": "JsonGraph", + "StartDialogueID": 901022201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101050108", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "901022301": { + "GroupID": 901022301, + "GroupType": "JsonGraph", + "StartDialogueID": 901022301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101050108", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "901022401": { + "GroupID": 901022401, + "GroupType": "JsonGraph", + "StartDialogueID": 901022401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101040102", + "ConditionIDs": [ + 901022401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "999990100": { + "GroupID": 999990100, + "GroupType": "JsonGraph", + "StartDialogueID": 999990101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCTitle_200013008", + "ConditionIDs": [ + 999990100 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "999990101": { + "GroupID": 999990101, + "GroupType": "JsonGraph", + "StartDialogueID": 999990101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCTitle_200013008", + "ConditionIDs": [ + 999990101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "999990102": { + "GroupID": 999990102, + "GroupType": "JsonGraph", + "StartDialogueID": 999990102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCTitle_200013008", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "999990103": { + "GroupID": 999990103, + "GroupType": "JsonGraph", + "StartDialogueID": 999990103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCTitle_200013008", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "999990104": { + "GroupID": 999990104, + "GroupType": "JsonGraph", + "StartDialogueID": 999990104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCTitle_200013008", + "ConditionIDs": [ + 999990104 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "999990200": { + "GroupID": 999990200, + "GroupType": "JsonGraph", + "StartDialogueID": 999990201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCTitle_200013008", + "ConditionIDs": [ + 999990200 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "999990201": { + "GroupID": 999990201, + "GroupType": "JsonGraph", + "StartDialogueID": 999990201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCTitle_200013008", + "ConditionIDs": [ + 999990201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "999990202": { + "GroupID": 999990202, + "GroupType": "JsonGraph", + "StartDialogueID": 999990202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCTitle_200013008", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "999990301": { + "GroupID": 999990301, + "GroupType": "JsonGraph", + "StartDialogueID": 999990301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCTitle_200013008", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201030101": { + "GroupID": 201030101, + "GroupType": "JsonGraph", + "StartDialogueID": 201030101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101012201", + "ConditionIDs": [ + 201030101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201030202": { + "GroupID": 201030202, + "GroupType": "JsonGraph", + "StartDialogueID": 201030202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101012303", + "ConditionIDs": [ + 201030202 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201030204": { + "GroupID": 201030204, + "GroupType": "JsonGraph", + "StartDialogueID": 201030204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 201030204 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201030205": { + "GroupID": 201030205, + "GroupType": "JsonGraph", + "StartDialogueID": 201030205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101012401", + "ConditionIDs": [ + 201030205 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201030206": { + "GroupID": 201030206, + "GroupType": "JsonGraph", + "StartDialogueID": 201030206, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101012501", + "ConditionIDs": [ + 201030206 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201050101": { + "GroupID": 201050101, + "GroupType": "JsonGraph", + "StartDialogueID": 201050101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201050126": { + "GroupID": 201050126, + "GroupType": "JsonGraph", + "StartDialogueID": 201050126, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050106": { + "GroupID": 201050106, + "GroupType": "JsonGraph", + "StartDialogueID": 201050106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050106 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050107": { + "GroupID": 201050107, + "GroupType": "JsonGraph", + "StartDialogueID": 201050107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050107 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050109": { + "GroupID": 201050109, + "GroupType": "JsonGraph", + "StartDialogueID": 201050109, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050109 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050110": { + "GroupID": 201050110, + "GroupType": "JsonGraph", + "StartDialogueID": 201050110, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050110 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050111": { + "GroupID": 201050111, + "GroupType": "JsonGraph", + "StartDialogueID": 201050111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050111 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050112": { + "GroupID": 201050112, + "GroupType": "JsonGraph", + "StartDialogueID": 201050112, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050112 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050130": { + "GroupID": 201050130, + "GroupType": "LockInteraction", + "StartDialogueID": 201050130, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050108 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050131": { + "GroupID": 201050131, + "GroupType": "LockInteraction", + "StartDialogueID": 201050131, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050108 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050132": { + "GroupID": 201050132, + "GroupType": "LockInteraction", + "StartDialogueID": 201050132, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050108 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050133": { + "GroupID": 201050133, + "GroupType": "LockInteraction", + "StartDialogueID": 201050133, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050108 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050121": { + "GroupID": 201050121, + "GroupType": "JsonGraph", + "StartDialogueID": 201050121, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050121 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050122": { + "GroupID": 201050122, + "GroupType": "JsonGraph", + "StartDialogueID": 201050122, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050122 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050123": { + "GroupID": 201050123, + "GroupType": "JsonGraph", + "StartDialogueID": 201050123, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050123 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050118": { + "GroupID": 201050118, + "GroupType": "JsonGraph", + "StartDialogueID": 201050118, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_201214201", + "ConditionIDs": [ + 201050118 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201050119": { + "GroupID": 201050119, + "GroupType": "JsonGraph", + "StartDialogueID": 201050119, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050119 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050201": { + "GroupID": 201050201, + "GroupType": "JsonGraph", + "StartDialogueID": 201050201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050201 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050202": { + "GroupID": 201050202, + "GroupType": "JsonGraph", + "StartDialogueID": 201050202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 201050202 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050203": { + "GroupID": 201050203, + "GroupType": "JsonGraph", + "StartDialogueID": 201050203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050203 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050206": { + "GroupID": 201050206, + "GroupType": "JsonGraph", + "StartDialogueID": 201050206, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050206 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050208": { + "GroupID": 201050208, + "GroupType": "JsonGraph", + "StartDialogueID": 201050208, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 201050208 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201050209": { + "GroupID": 201050209, + "GroupType": "JsonGraph", + "StartDialogueID": 201050209, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010501", + "ConditionIDs": [ + 201050209 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070301": { + "GroupID": 201070301, + "GroupType": "JsonGraph", + "StartDialogueID": 201070301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_201070101", + "ConditionIDs": [ + 201070301 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070302": { + "GroupID": 201070302, + "GroupType": "JsonGraph", + "StartDialogueID": 201070302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Patient_01", + "ConditionIDs": [ + 201070302 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070303": { + "GroupID": 201070303, + "GroupType": "JsonGraph", + "StartDialogueID": 201070303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Patient_02", + "ConditionIDs": [ + 201070303 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070304": { + "GroupID": 201070304, + "GroupType": "JsonGraph", + "StartDialogueID": 201070304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Patient_03", + "ConditionIDs": [ + 201070304 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070305": { + "GroupID": 201070305, + "GroupType": "JsonGraph", + "StartDialogueID": 201070305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_201070801", + "ConditionIDs": [ + 201070305 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070306": { + "GroupID": 201070306, + "GroupType": "JsonGraph", + "StartDialogueID": 201070306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Patient_04", + "ConditionIDs": [ + 201070306 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070307": { + "GroupID": 201070307, + "GroupType": "JsonGraph", + "StartDialogueID": 201070307, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010703", + "ConditionIDs": [ + 201070307 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070310": { + "GroupID": 201070310, + "GroupType": "JsonGraph", + "StartDialogueID": 201070310, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Patient_06", + "ConditionIDs": [ + 201070310 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070311": { + "GroupID": 201070311, + "GroupType": "JsonGraph", + "StartDialogueID": 201070311, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010703", + "ConditionIDs": [ + 201070311 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070314": { + "GroupID": 201070314, + "GroupType": "JsonGraph", + "StartDialogueID": 201070314, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 201070314 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070315": { + "GroupID": 201070315, + "GroupType": "JsonGraph", + "StartDialogueID": 201070315, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010703", + "ConditionIDs": [ + 201070315 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070327": { + "GroupID": 201070327, + "GroupType": "JsonGraph", + "StartDialogueID": 201070327, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_201071201", + "ConditionIDs": [ + 201070327 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070333": { + "GroupID": 201070333, + "GroupType": "JsonGraph", + "StartDialogueID": 201070333, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Patient_05", + "ConditionIDs": [ + 201070333 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070334": { + "GroupID": 201070334, + "GroupType": "JsonGraph", + "StartDialogueID": 201070334, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Patient_09", + "ConditionIDs": [ + 201070334 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070336": { + "GroupID": 201070336, + "GroupType": "JsonGraph", + "StartDialogueID": 201070336, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_Patient_09", + "ConditionIDs": [ + 201070336 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070401": { + "GroupID": 201070401, + "GroupType": "JsonGraph", + "StartDialogueID": 201070401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010704", + "ConditionIDs": [ + 201070401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070501": { + "GroupID": 201070501, + "GroupType": "JsonGraph", + "StartDialogueID": 201070501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201223011", + "ConditionIDs": [ + 201070501 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070500": { + "GroupID": 201070500, + "GroupType": "JsonGraph", + "StartDialogueID": 201070500, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201223011", + "ConditionIDs": [ + 201070500 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070502": { + "GroupID": 201070502, + "GroupType": "JsonGraph", + "StartDialogueID": 201070502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023051", + "ConditionIDs": [ + 201070502 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070503": { + "GroupID": 201070503, + "GroupType": "JsonGraph", + "StartDialogueID": 201070503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201223011", + "ConditionIDs": [ + 201070503 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070504": { + "GroupID": 201070504, + "GroupType": "JsonGraph", + "StartDialogueID": 201070504, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023051", + "ConditionIDs": [ + 201070504 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070505": { + "GroupID": 201070505, + "GroupType": "JsonGraph", + "StartDialogueID": 201070505, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_201223011", + "ConditionIDs": [ + 201070505 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070101": { + "GroupID": 201070101, + "GroupType": "JsonGraph", + "StartDialogueID": 201070101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101026301", + "ConditionIDs": [ + 201070101 + ], + "Priority": 5, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070102": { + "GroupID": 201070102, + "GroupType": "JsonGraph", + "StartDialogueID": 201070102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010701", + "ConditionIDs": [ + 201070102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070104": { + "GroupID": 201070104, + "GroupType": "JsonGraph", + "StartDialogueID": 201070104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101026411", + "ConditionIDs": [ + 201070104 + ], + "Priority": 5, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070804": { + "GroupID": 201070804, + "GroupType": "JsonGraph", + "StartDialogueID": 201070804, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101026601", + "ConditionIDs": [ + 201070804 + ], + "Priority": 5, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201070806": { + "GroupID": 201070806, + "GroupType": "JsonGraph", + "StartDialogueID": 201070806, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021012", + "ConditionIDs": [ + 201070901 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070807": { + "GroupID": 201070807, + "GroupType": "JsonGraph", + "StartDialogueID": 201070807, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101050105", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070808": { + "GroupID": 201070808, + "GroupType": "JsonGraph", + "StartDialogueID": 201070808, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_SUB_NPC_02", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070809": { + "GroupID": 201070809, + "GroupType": "JsonGraph", + "StartDialogueID": 201070809, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentenceName_SUB_NPC_04", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201071001": { + "GroupID": 201071001, + "GroupType": "JsonGraph", + "StartDialogueID": 201071001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010710", + "ConditionIDs": [ + 201071001 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201071101": { + "GroupID": 201071101, + "GroupType": "JsonGraph", + "StartDialogueID": 201071101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010711", + "ConditionIDs": [ + 201071101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201071201": { + "GroupID": 201071201, + "GroupType": "JsonGraph", + "StartDialogueID": 201071201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010712", + "ConditionIDs": [ + 201071201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201071301": { + "GroupID": 201071301, + "GroupType": "JsonGraph", + "StartDialogueID": 201071301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010713", + "ConditionIDs": [ + 201071301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201071401": { + "GroupID": 201071401, + "GroupType": "JsonGraph", + "StartDialogueID": 201071401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010714", + "ConditionIDs": [ + 201071401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201070201": { + "GroupID": 201070201, + "GroupType": "JsonGraph", + "StartDialogueID": 201070201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010702", + "ConditionIDs": [ + 201070201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090101": { + "GroupID": 201090101, + "GroupType": "JsonGraph", + "StartDialogueID": 201090101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090102": { + "GroupID": 201090102, + "GroupType": "JsonGraph", + "StartDialogueID": 201090102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090102 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090104": { + "GroupID": 201090104, + "GroupType": "JsonGraph", + "StartDialogueID": 201090104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090104 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201090105": { + "GroupID": 201090105, + "GroupType": "JsonGraph", + "StartDialogueID": 201090105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090105 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090107": { + "GroupID": 201090107, + "GroupType": "JsonGraph", + "StartDialogueID": 201090107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090107 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090108": { + "GroupID": 201090108, + "GroupType": "JsonGraph", + "StartDialogueID": 201090108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090108 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090109": { + "GroupID": 201090109, + "GroupType": "JsonGraph", + "StartDialogueID": 201090109, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090109 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090111": { + "GroupID": 201090111, + "GroupType": "JsonGraph", + "StartDialogueID": 201090111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090111 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090113": { + "GroupID": 201090113, + "GroupType": "JsonGraph", + "StartDialogueID": 201090113, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090113 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090114": { + "GroupID": 201090114, + "GroupType": "JsonGraph", + "StartDialogueID": 201090114, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090114 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090115": { + "GroupID": 201090115, + "GroupType": "JsonGraph", + "StartDialogueID": 201090115, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090115 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090117": { + "GroupID": 201090117, + "GroupType": "JsonGraph", + "StartDialogueID": 201090117, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_201235018", + "ConditionIDs": [ + 201090117 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090118": { + "GroupID": 201090118, + "GroupType": "JsonGraph", + "StartDialogueID": 201090118, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090112 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090119": { + "GroupID": 201090119, + "GroupType": "JsonGraph", + "StartDialogueID": 201090119, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090119 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090202": { + "GroupID": 201090202, + "GroupType": "JsonGraph", + "StartDialogueID": 201090202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090202 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090203": { + "GroupID": 201090203, + "GroupType": "JsonGraph", + "StartDialogueID": 201090203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090203 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090206": { + "GroupID": 201090206, + "GroupType": "JsonGraph", + "StartDialogueID": 201090206, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090206 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090208": { + "GroupID": 201090208, + "GroupType": "JsonGraph", + "StartDialogueID": 201090208, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090208 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201090213": { + "GroupID": 201090213, + "GroupType": "JsonGraph", + "StartDialogueID": 201090213, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090213 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201090121": { + "GroupID": 201090121, + "GroupType": "JsonGraph", + "StartDialogueID": 201090121, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090121 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090122": { + "GroupID": 201090122, + "GroupType": "JsonGraph", + "StartDialogueID": 201090122, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090122 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201090123": { + "GroupID": 201090123, + "GroupType": "JsonGraph", + "StartDialogueID": 201090123, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090123 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090124": { + "GroupID": 201090124, + "GroupType": "JsonGraph", + "StartDialogueID": 201090124, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090124 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201090125": { + "GroupID": 201090125, + "GroupType": "JsonGraph", + "StartDialogueID": 201090125, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090125 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090126": { + "GroupID": 201090126, + "GroupType": "JsonGraph", + "StartDialogueID": 201090126, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090126 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090127": { + "GroupID": 201090127, + "GroupType": "JsonGraph", + "StartDialogueID": 201090127, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090127 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090128": { + "GroupID": 201090128, + "GroupType": "JsonGraph", + "StartDialogueID": 201090128, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090128 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090129": { + "GroupID": 201090129, + "GroupType": "JsonGraph", + "StartDialogueID": 201090129, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090129 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090130": { + "GroupID": 201090130, + "GroupType": "JsonGraph", + "StartDialogueID": 201090130, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090130 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090214": { + "GroupID": 201090214, + "GroupType": "JsonGraph", + "StartDialogueID": 201090214, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090214 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090209": { + "GroupID": 201090209, + "GroupType": "JsonGraph", + "StartDialogueID": 201090209, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010901", + "ConditionIDs": [ + 201090209 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201110101": { + "GroupID": 201110101, + "GroupType": "JsonGraph", + "StartDialogueID": 201110101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_12", + "ConditionIDs": [ + 201110101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201110103": { + "GroupID": 201110103, + "GroupType": "JsonGraph", + "StartDialogueID": 201110103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 201110103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201110108": { + "GroupID": 201110108, + "GroupType": "JsonGraph", + "StartDialogueID": 201110108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011101", + "ConditionIDs": [ + 201110108 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201110112": { + "GroupID": 201110112, + "GroupType": "JsonGraph", + "StartDialogueID": 201110112, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201110113": { + "GroupID": 201110113, + "GroupType": "JsonGraph", + "StartDialogueID": 201110113, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201110201": { + "GroupID": 201110201, + "GroupType": "JsonGraph", + "StartDialogueID": 201110201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101080306", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201110202": { + "GroupID": 201110202, + "GroupType": "JsonGraph", + "StartDialogueID": 201110202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_401120179", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201110203": { + "GroupID": 201110203, + "GroupType": "JsonGraph", + "StartDialogueID": 201110203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_401120175", + "ConditionIDs": [ + 201110203 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201110204": { + "GroupID": 201110204, + "GroupType": "JsonGraph", + "StartDialogueID": 201110204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_401120212", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201130101": { + "GroupID": 201130101, + "GroupType": "JsonGraph", + "StartDialogueID": 201130101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011301", + "ConditionIDs": [ + 201130101 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201130102": { + "GroupID": 201130102, + "GroupType": "JsonGraph", + "StartDialogueID": 201130102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011301", + "ConditionIDs": [ + 201130102 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201130103": { + "GroupID": 201130103, + "GroupType": "JsonGraph", + "StartDialogueID": 201130103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011301", + "ConditionIDs": [ + 201130103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201130106": { + "GroupID": 201130106, + "GroupType": "JsonGraph", + "StartDialogueID": 201130106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011301", + "ConditionIDs": [ + 201130106 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201130201": { + "GroupID": 201130201, + "GroupType": "JsonGraph", + "StartDialogueID": 201130201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011301", + "ConditionIDs": [ + 201130201 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201000101": { + "GroupID": 201000101, + "GroupType": "JsonGraph", + "StartDialogueID": 201000101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010001", + "ConditionIDs": [ + 201000101 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201000201": { + "GroupID": 201000201, + "GroupType": "JsonGraph", + "StartDialogueID": 201000201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_201000201", + "ConditionIDs": [ + 201000201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201000301": { + "GroupID": 201000301, + "GroupType": "JsonGraph", + "StartDialogueID": 201000301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_201000301", + "ConditionIDs": [ + 201000301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201000401": { + "GroupID": 201000401, + "GroupType": "JsonGraph", + "StartDialogueID": 201000401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010004", + "ConditionIDs": [ + 201000401 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "901210101": { + "GroupID": 901210101, + "GroupType": "JsonGraph", + "StartDialogueID": 901210101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "901210102": { + "GroupID": 901210102, + "GroupType": "JsonGraph", + "StartDialogueID": 901210102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210102", + "ConditionIDs": [ + 901210102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "901210103": { + "GroupID": 901210103, + "GroupType": "JsonGraph", + "StartDialogueID": 901210103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 901210103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701040201": { + "GroupID": 701040201, + "GroupType": "JsonGraph", + "StartDialogueID": 701040201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101040112", + "ConditionIDs": [ + 701040201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701040202": { + "GroupID": 701040202, + "GroupType": "JsonGraph", + "StartDialogueID": 701040202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101040112", + "ConditionIDs": [ + 701040202 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701040304": { + "GroupID": 701040304, + "GroupType": "JsonGraph", + "StartDialogueID": 701040304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101040112", + "ConditionIDs": [ + 701040304 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701040406": { + "GroupID": 701040406, + "GroupType": "JsonGraph", + "StartDialogueID": 701040406, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101040112", + "ConditionIDs": [ + 701040406 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701060101": { + "GroupID": 701060101, + "GroupType": "JsonGraph", + "StartDialogueID": 701060101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_701060101", + "ConditionIDs": [ + 701060101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701060102": { + "GroupID": 701060102, + "GroupType": "JsonGraph", + "StartDialogueID": 701060102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060103": { + "GroupID": 701060103, + "GroupType": "JsonGraph", + "StartDialogueID": 701060103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060103 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060104": { + "GroupID": 701060104, + "GroupType": "JsonGraph", + "StartDialogueID": 701060104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060104 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060105": { + "GroupID": 701060105, + "GroupType": "JsonGraph", + "StartDialogueID": 701060105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060105 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060106": { + "GroupID": 701060106, + "GroupType": "JsonGraph", + "StartDialogueID": 701060106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060106 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060108": { + "GroupID": 701060108, + "GroupType": "JsonGraph", + "StartDialogueID": 701060108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060108 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060109": { + "GroupID": 701060109, + "GroupType": "JsonGraph", + "StartDialogueID": 701060605, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060109 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060110": { + "GroupID": 701060110, + "GroupType": "JsonGraph", + "StartDialogueID": 701060604, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060109 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060111": { + "GroupID": 701060111, + "GroupType": "JsonGraph", + "StartDialogueID": 701060111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060108 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060201": { + "GroupID": 701060201, + "GroupType": "JsonGraph", + "StartDialogueID": 701060201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060202": { + "GroupID": 701060202, + "GroupType": "JsonGraph", + "StartDialogueID": 701060202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060203 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060203": { + "GroupID": 701060203, + "GroupType": "JsonGraph", + "StartDialogueID": 701060203, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060205 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060204": { + "GroupID": 701060204, + "GroupType": "JsonGraph", + "StartDialogueID": 701060204, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060205": { + "GroupID": 701060205, + "GroupType": "JsonGraph", + "StartDialogueID": 701060205, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060203 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060206": { + "GroupID": 701060206, + "GroupType": "JsonGraph", + "StartDialogueID": 701060206, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060205 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060301": { + "GroupID": 701060301, + "GroupType": "JsonGraph", + "StartDialogueID": 701060301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060302": { + "GroupID": 701060302, + "GroupType": "JsonGraph", + "StartDialogueID": 701060302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060303 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060303": { + "GroupID": 701060303, + "GroupType": "JsonGraph", + "StartDialogueID": 701060303, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060304 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060304": { + "GroupID": 701060304, + "GroupType": "JsonGraph", + "StartDialogueID": 701060304, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060305": { + "GroupID": 701060305, + "GroupType": "JsonGraph", + "StartDialogueID": 701060305, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060303 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060306": { + "GroupID": 701060306, + "GroupType": "JsonGraph", + "StartDialogueID": 701060306, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060304 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060401": { + "GroupID": 701060401, + "GroupType": "JsonGraph", + "StartDialogueID": 701060401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060402": { + "GroupID": 701060402, + "GroupType": "JsonGraph", + "StartDialogueID": 701060402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060403 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060403": { + "GroupID": 701060403, + "GroupType": "JsonGraph", + "StartDialogueID": 701060403, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060404 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060404": { + "GroupID": 701060404, + "GroupType": "JsonGraph", + "StartDialogueID": 701060404, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060401 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060405": { + "GroupID": 701060405, + "GroupType": "JsonGraph", + "StartDialogueID": 701060405, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060403 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060406": { + "GroupID": 701060406, + "GroupType": "JsonGraph", + "StartDialogueID": 701060406, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060404 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060501": { + "GroupID": 701060501, + "GroupType": "JsonGraph", + "StartDialogueID": 701060501, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060501 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060502": { + "GroupID": 701060502, + "GroupType": "JsonGraph", + "StartDialogueID": 701060502, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060503 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060503": { + "GroupID": 701060503, + "GroupType": "JsonGraph", + "StartDialogueID": 701060503, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060504 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060504": { + "GroupID": 701060504, + "GroupType": "JsonGraph", + "StartDialogueID": 701060504, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060501 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060505": { + "GroupID": 701060505, + "GroupType": "JsonGraph", + "StartDialogueID": 701060505, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [ + 701060503 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060506": { + "GroupID": 701060506, + "GroupType": "JsonGraph", + "StartDialogueID": 701060506, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [ + 701060504 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060601": { + "GroupID": 701060601, + "GroupType": "JsonGraph", + "StartDialogueID": 701060601, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060602": { + "GroupID": 701060602, + "GroupType": "JsonGraph", + "StartDialogueID": 701060602, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210103", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060603": { + "GroupID": 701060603, + "GroupType": "JsonGraph", + "StartDialogueID": 701060603, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701060604": { + "GroupID": 701060604, + "GroupType": "JsonGraph", + "StartDialogueID": 701060607, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_901210101", + "ConditionIDs": [], + "Priority": 2, + "IsExit": true, + "IconType": "ChatIcon" + }, + "701090101": { + "GroupID": 701090101, + "GroupType": "JsonGraph", + "StartDialogueID": 701090101, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_701090101", + "ConditionIDs": [ + 701090101 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701090102": { + "GroupID": 701090102, + "GroupType": "JsonGraph", + "StartDialogueID": 701090102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_701090301", + "ConditionIDs": [ + 701090102 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701090201": { + "GroupID": 701090201, + "GroupType": "JsonGraph", + "StartDialogueID": 701090201, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_701090101", + "ConditionIDs": [ + 701090201 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701090202": { + "GroupID": 701090202, + "GroupType": "JsonGraph", + "StartDialogueID": 701090202, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_701090301", + "ConditionIDs": [ + 701090202 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701090301": { + "GroupID": 701090301, + "GroupType": "JsonGraph", + "StartDialogueID": 701090301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_701090101", + "ConditionIDs": [ + 701090301 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "701090302": { + "GroupID": 701090302, + "GroupType": "JsonGraph", + "StartDialogueID": 701090302, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_701090301", + "ConditionIDs": [ + 701090302 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201090401": { + "GroupID": 201090401, + "GroupType": "JsonGraph", + "StartDialogueID": 201090401, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101026801", + "ConditionIDs": [ + 201090401 + ], + "Priority": 5, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201090402": { + "GroupID": 201090402, + "GroupType": "JsonGraph", + "StartDialogueID": 201090402, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021012", + "ConditionIDs": [ + 201090402 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090406": { + "GroupID": 201090406, + "GroupType": "JsonGraph", + "StartDialogueID": 201090406, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023001", + "ConditionIDs": [ + 201090406 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090416": { + "GroupID": 201090416, + "GroupType": "JsonGraph", + "StartDialogueID": 201090416, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023002", + "ConditionIDs": [ + 201090416 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090418": { + "GroupID": 201090418, + "GroupType": "JsonGraph", + "StartDialogueID": 201090418, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101023003", + "ConditionIDs": [ + 201090418 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090409": { + "GroupID": 201090409, + "GroupType": "JsonGraph", + "StartDialogueID": 201090409, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101027209", + "ConditionIDs": [ + 201090409 + ], + "Priority": 5, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201090413": { + "GroupID": 201090413, + "GroupType": "JsonGraph", + "StartDialogueID": 201090413, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "PropInteractTitle_1", + "ConditionIDs": [ + 201090413 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201090414": { + "GroupID": 201090414, + "GroupType": "JsonGraph", + "StartDialogueID": 201090414, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_101027301", + "ConditionIDs": [ + 201090414 + ], + "Priority": 5, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201090425": { + "GroupID": 201090425, + "GroupType": "JsonGraph", + "StartDialogueID": 201090425, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2010904", + "ConditionIDs": [ + 201090425 + ], + "Priority": 1, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140102": { + "GroupID": 201140102, + "GroupType": "JsonGraph", + "StartDialogueID": 201140102, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140102 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140103": { + "GroupID": 201140103, + "GroupType": "JsonGraph", + "StartDialogueID": 201140103, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140103 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140104": { + "GroupID": 201140104, + "GroupType": "JsonGraph", + "StartDialogueID": 201140104, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140104 + ], + "Priority": 4, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140105": { + "GroupID": 201140105, + "GroupType": "JsonGraph", + "StartDialogueID": 201140105, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140105 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140106": { + "GroupID": 201140106, + "GroupType": "JsonGraph", + "StartDialogueID": 201140106, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140106 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140107": { + "GroupID": 201140107, + "GroupType": "JsonGraph", + "StartDialogueID": 201140107, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140107 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140108": { + "GroupID": 201140108, + "GroupType": "JsonGraph", + "StartDialogueID": 201140108, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140108 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140109": { + "GroupID": 201140109, + "GroupType": "JsonGraph", + "StartDialogueID": 201140109, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140109 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140110": { + "GroupID": 201140110, + "GroupType": "JsonGraph", + "StartDialogueID": 201140110, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140110 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140111": { + "GroupID": 201140111, + "GroupType": "JsonGraph", + "StartDialogueID": 201140111, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140111 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140112": { + "GroupID": 201140112, + "GroupType": "JsonGraph", + "StartDialogueID": 201140112, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140112 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140113": { + "GroupID": 201140113, + "GroupType": "JsonGraph", + "StartDialogueID": 201140113, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140113 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140151": { + "GroupID": 201140151, + "GroupType": "JsonGraph", + "StartDialogueID": 201140151, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140151 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140152": { + "GroupID": 201140152, + "GroupType": "JsonGraph", + "StartDialogueID": 201140152, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140152 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140153": { + "GroupID": 201140153, + "GroupType": "JsonGraph", + "StartDialogueID": 201140153, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140153 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140154": { + "GroupID": 201140154, + "GroupType": "JsonGraph", + "StartDialogueID": 201140154, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140154 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140190": { + "GroupID": 201140190, + "GroupType": "JsonGraph", + "StartDialogueID": 201140190, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140190 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "201140191": { + "GroupID": 201140191, + "GroupType": "JsonGraph", + "StartDialogueID": 201140191, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140191 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatIcon" + }, + "201140192": { + "GroupID": 201140192, + "GroupType": "JsonGraph", + "StartDialogueID": 201140192, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "MissionName_2011401", + "ConditionIDs": [ + 201140192 + ], + "Priority": 3, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "811010001": { + "GroupID": 811010001, + "GroupType": "Phases", + "StartDialogueID": 811010001, + "NextDialogueGroupList": [ + 811010101, + 811010201, + 811010301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811010101": { + "GroupID": 811010101, + "GroupType": "Phases", + "StartDialogueID": 811010101, + "NextDialogueGroupList": [], + "DialogueEventID": 811010101, + "IsEnd": true, + "InteractTitle": "TalkSentence_911010101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811010201": { + "GroupID": 811010201, + "GroupType": "Phases", + "StartDialogueID": 811010201, + "NextDialogueGroupList": [], + "DialogueEventID": 811010201, + "IsEnd": true, + "InteractTitle": "TalkSentence_911010201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811010301": { + "GroupID": 811010301, + "GroupType": "Phases", + "StartDialogueID": 811010301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_911010301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "811020001": { + "GroupID": 811020001, + "GroupType": "Phases", + "StartDialogueID": 811020001, + "NextDialogueGroupList": [ + 811020101, + 811020201, + 811020301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811020101": { + "GroupID": 811020101, + "GroupType": "Phases", + "StartDialogueID": 811020101, + "NextDialogueGroupList": [], + "DialogueEventID": 811020101, + "IsEnd": true, + "InteractTitle": "TalkSentence_911020101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811020201": { + "GroupID": 811020201, + "GroupType": "Phases", + "StartDialogueID": 811020201, + "NextDialogueGroupList": [], + "DialogueEventID": 811020201, + "IsEnd": true, + "InteractTitle": "TalkSentence_911020201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811020301": { + "GroupID": 811020301, + "GroupType": "Phases", + "StartDialogueID": 811020301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_911020301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "811030001": { + "GroupID": 811030001, + "GroupType": "Phases", + "StartDialogueID": 811030001, + "NextDialogueGroupList": [ + 811030101, + 811030201, + 811030301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811030101": { + "GroupID": 811030101, + "GroupType": "Phases", + "StartDialogueID": 811030101, + "NextDialogueGroupList": [], + "DialogueEventID": 811030101, + "IsEnd": true, + "InteractTitle": "TalkSentence_911030101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811030201": { + "GroupID": 811030201, + "GroupType": "Phases", + "StartDialogueID": 811030201, + "NextDialogueGroupList": [], + "DialogueEventID": 811030201, + "IsEnd": true, + "InteractTitle": "TalkSentence_911030201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811030301": { + "GroupID": 811030301, + "GroupType": "Phases", + "StartDialogueID": 811030301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_911030301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "811000001": { + "GroupID": 811000001, + "GroupType": "LockInteraction", + "StartDialogueID": 811000001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811000002": { + "GroupID": 811000002, + "GroupType": "LockInteraction", + "StartDialogueID": 811000002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "811000003": { + "GroupID": 811000003, + "GroupType": "LockInteraction", + "StartDialogueID": 811000003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812010001": { + "GroupID": 812010001, + "GroupType": "Phases", + "StartDialogueID": 812010001, + "NextDialogueGroupList": [ + 812010101, + 812010201, + 812010301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812010101": { + "GroupID": 812010101, + "GroupType": "Phases", + "StartDialogueID": 812010101, + "NextDialogueGroupList": [], + "DialogueEventID": 812010101, + "IsEnd": true, + "InteractTitle": "TalkSentence_912010101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812010201": { + "GroupID": 812010201, + "GroupType": "Phases", + "StartDialogueID": 812010201, + "NextDialogueGroupList": [], + "DialogueEventID": 812010201, + "IsEnd": true, + "InteractTitle": "TalkSentence_912010201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812010301": { + "GroupID": 812010301, + "GroupType": "Phases", + "StartDialogueID": 812010301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_912010301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "812020001": { + "GroupID": 812020001, + "GroupType": "Phases", + "StartDialogueID": 812020001, + "NextDialogueGroupList": [ + 812020101, + 812020201, + 812020301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812020101": { + "GroupID": 812020101, + "GroupType": "Phases", + "StartDialogueID": 812020101, + "NextDialogueGroupList": [], + "DialogueEventID": 812020101, + "IsEnd": true, + "InteractTitle": "TalkSentence_912020101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812020201": { + "GroupID": 812020201, + "GroupType": "Phases", + "StartDialogueID": 812020201, + "NextDialogueGroupList": [], + "DialogueEventID": 812020201, + "IsEnd": true, + "InteractTitle": "TalkSentence_912020201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812020301": { + "GroupID": 812020301, + "GroupType": "Phases", + "StartDialogueID": 812020301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_912020301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "812030001": { + "GroupID": 812030001, + "GroupType": "Phases", + "StartDialogueID": 812030001, + "NextDialogueGroupList": [ + 812030101, + 812030201, + 812030301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812030101": { + "GroupID": 812030101, + "GroupType": "Phases", + "StartDialogueID": 812030101, + "NextDialogueGroupList": [], + "DialogueEventID": 812030101, + "IsEnd": true, + "InteractTitle": "TalkSentence_912030101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812030201": { + "GroupID": 812030201, + "GroupType": "Phases", + "StartDialogueID": 812030201, + "NextDialogueGroupList": [], + "DialogueEventID": 812030201, + "IsEnd": true, + "InteractTitle": "TalkSentence_912030201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812030301": { + "GroupID": 812030301, + "GroupType": "Phases", + "StartDialogueID": 812030301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_912030301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "812040001": { + "GroupID": 812040001, + "GroupType": "Phases", + "StartDialogueID": 812040001, + "NextDialogueGroupList": [ + 812010101, + 812010201, + 812010301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812040101": { + "GroupID": 812040101, + "GroupType": "Phases", + "StartDialogueID": 812040101, + "NextDialogueGroupList": [], + "DialogueEventID": 812040101, + "IsEnd": true, + "InteractTitle": "TalkSentence_912040101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812040201": { + "GroupID": 812040201, + "GroupType": "Phases", + "StartDialogueID": 812040201, + "NextDialogueGroupList": [], + "DialogueEventID": 812040201, + "IsEnd": true, + "InteractTitle": "TalkSentence_912040201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812040301": { + "GroupID": 812040301, + "GroupType": "Phases", + "StartDialogueID": 812040301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_912040301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "812050001": { + "GroupID": 812050001, + "GroupType": "Phases", + "StartDialogueID": 812050001, + "NextDialogueGroupList": [ + 812020101, + 812020201, + 812020301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812050101": { + "GroupID": 812050101, + "GroupType": "Phases", + "StartDialogueID": 812050101, + "NextDialogueGroupList": [], + "DialogueEventID": 812050101, + "IsEnd": true, + "InteractTitle": "TalkSentence_912050101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812050201": { + "GroupID": 812050201, + "GroupType": "Phases", + "StartDialogueID": 812050201, + "NextDialogueGroupList": [], + "DialogueEventID": 812050201, + "IsEnd": true, + "InteractTitle": "TalkSentence_912050201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812050301": { + "GroupID": 812050301, + "GroupType": "Phases", + "StartDialogueID": 812050301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_912050301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "812060001": { + "GroupID": 812060001, + "GroupType": "Phases", + "StartDialogueID": 812060001, + "NextDialogueGroupList": [ + 812030101, + 812030201, + 812030301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812060101": { + "GroupID": 812060101, + "GroupType": "Phases", + "StartDialogueID": 812060101, + "NextDialogueGroupList": [], + "DialogueEventID": 812060101, + "IsEnd": true, + "InteractTitle": "TalkSentence_912060101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812060201": { + "GroupID": 812060201, + "GroupType": "Phases", + "StartDialogueID": 812060201, + "NextDialogueGroupList": [], + "DialogueEventID": 812060201, + "IsEnd": true, + "InteractTitle": "TalkSentence_912060201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812060301": { + "GroupID": 812060301, + "GroupType": "Phases", + "StartDialogueID": 812060301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_912060301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "812000001": { + "GroupID": 812000001, + "GroupType": "LockInteraction", + "StartDialogueID": 812000001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812000002": { + "GroupID": 812000002, + "GroupType": "LockInteraction", + "StartDialogueID": 812000002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "812000003": { + "GroupID": 812000003, + "GroupType": "LockInteraction", + "StartDialogueID": 812000003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813010001": { + "GroupID": 813010001, + "GroupType": "Phases", + "StartDialogueID": 813010001, + "NextDialogueGroupList": [ + 813010101, + 813010201, + 813010301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813010101": { + "GroupID": 813010101, + "GroupType": "Phases", + "StartDialogueID": 813010101, + "NextDialogueGroupList": [], + "DialogueEventID": 813010101, + "IsEnd": true, + "InteractTitle": "TalkSentence_913010101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813010201": { + "GroupID": 813010201, + "GroupType": "Phases", + "StartDialogueID": 813010201, + "NextDialogueGroupList": [], + "DialogueEventID": 813010201, + "IsEnd": true, + "InteractTitle": "TalkSentence_913010201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813010301": { + "GroupID": 813010301, + "GroupType": "Phases", + "StartDialogueID": 813010301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_913010301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "813020001": { + "GroupID": 813020001, + "GroupType": "Phases", + "StartDialogueID": 813020001, + "NextDialogueGroupList": [ + 813020101, + 813020201, + 813020301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813020101": { + "GroupID": 813020101, + "GroupType": "Phases", + "StartDialogueID": 813020101, + "NextDialogueGroupList": [], + "DialogueEventID": 813020101, + "IsEnd": true, + "InteractTitle": "TalkSentence_913020101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813020201": { + "GroupID": 813020201, + "GroupType": "Phases", + "StartDialogueID": 813020201, + "NextDialogueGroupList": [], + "DialogueEventID": 813020201, + "IsEnd": true, + "InteractTitle": "TalkSentence_913020201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813020301": { + "GroupID": 813020301, + "GroupType": "Phases", + "StartDialogueID": 813020301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_913020301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "813030001": { + "GroupID": 813030001, + "GroupType": "Phases", + "StartDialogueID": 813030001, + "NextDialogueGroupList": [ + 813030101, + 813030201, + 813030301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813030101": { + "GroupID": 813030101, + "GroupType": "Phases", + "StartDialogueID": 813030101, + "NextDialogueGroupList": [], + "DialogueEventID": 813030101, + "IsEnd": true, + "InteractTitle": "TalkSentence_913030101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813030201": { + "GroupID": 813030201, + "GroupType": "Phases", + "StartDialogueID": 813030201, + "NextDialogueGroupList": [], + "DialogueEventID": 813030201, + "IsEnd": true, + "InteractTitle": "TalkSentence_913030201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813030301": { + "GroupID": 813030301, + "GroupType": "Phases", + "StartDialogueID": 813030301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_913030301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "813040001": { + "GroupID": 813040001, + "GroupType": "Phases", + "StartDialogueID": 813040001, + "NextDialogueGroupList": [ + 813010101, + 813010201, + 813010301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813040101": { + "GroupID": 813040101, + "GroupType": "Phases", + "StartDialogueID": 813040101, + "NextDialogueGroupList": [], + "DialogueEventID": 813040101, + "IsEnd": true, + "InteractTitle": "TalkSentence_913040101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813040201": { + "GroupID": 813040201, + "GroupType": "Phases", + "StartDialogueID": 813040201, + "NextDialogueGroupList": [], + "DialogueEventID": 813040201, + "IsEnd": true, + "InteractTitle": "TalkSentence_913040201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813040301": { + "GroupID": 813040301, + "GroupType": "Phases", + "StartDialogueID": 813040301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_913040301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "813050001": { + "GroupID": 813050001, + "GroupType": "Phases", + "StartDialogueID": 813050001, + "NextDialogueGroupList": [ + 813020101, + 813020201, + 813020301 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813050101": { + "GroupID": 813050101, + "GroupType": "Phases", + "StartDialogueID": 813050101, + "NextDialogueGroupList": [], + "DialogueEventID": 813050101, + "IsEnd": true, + "InteractTitle": "TalkSentence_913050101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813050201": { + "GroupID": 813050201, + "GroupType": "Phases", + "StartDialogueID": 813050201, + "NextDialogueGroupList": [], + "DialogueEventID": 813050201, + "IsEnd": true, + "InteractTitle": "TalkSentence_913050201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813050301": { + "GroupID": 813050301, + "GroupType": "Phases", + "StartDialogueID": 813050301, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "TalkSentence_913050301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatOutIcon" + }, + "813000001": { + "GroupID": 813000001, + "GroupType": "LockInteraction", + "StartDialogueID": 813000001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813000002": { + "GroupID": 813000002, + "GroupType": "LockInteraction", + "StartDialogueID": 813000002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "813000003": { + "GroupID": 813000003, + "GroupType": "LockInteraction", + "StartDialogueID": 813000003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_81301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "821010001": { + "GroupID": 821010001, + "GroupType": "LockInteraction", + "StartDialogueID": 821010001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_82101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "821010002": { + "GroupID": 821010002, + "GroupType": "LockInteraction", + "StartDialogueID": 821010002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_82101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "821010003": { + "GroupID": 821010003, + "GroupType": "LockInteraction", + "StartDialogueID": 821010003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_82101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "822010001": { + "GroupID": 822010001, + "GroupType": "LockInteraction", + "StartDialogueID": 822010001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_82201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "822010002": { + "GroupID": 822010002, + "GroupType": "LockInteraction", + "StartDialogueID": 822010002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_82201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "822010003": { + "GroupID": 822010003, + "GroupType": "LockInteraction", + "StartDialogueID": 822010003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_82201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "823010001": { + "GroupID": 823010001, + "GroupType": "LockInteraction", + "StartDialogueID": 823010001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_82301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "823010002": { + "GroupID": 823010002, + "GroupType": "LockInteraction", + "StartDialogueID": 823010002, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_82301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "823010003": { + "GroupID": 823010003, + "GroupType": "LockInteraction", + "StartDialogueID": 823010003, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_82301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "702000001": { + "GroupID": 702000001, + "GroupType": "JsonGraph", + "StartDialogueID": 702000001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021022", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "601026001": { + "GroupID": 601026001, + "GroupType": "JsonGraph", + "StartDialogueID": 601026001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026001 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026005": { + "GroupID": 601026005, + "GroupType": "JsonGraph", + "StartDialogueID": 601026005, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026005 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026008": { + "GroupID": 601026008, + "GroupType": "JsonGraph", + "StartDialogueID": 601026008, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026008 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026009": { + "GroupID": 601026009, + "GroupType": "JsonGraph", + "StartDialogueID": 601026009, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026009 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026010": { + "GroupID": 601026010, + "GroupType": "JsonGraph", + "StartDialogueID": 601026010, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026010 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026011": { + "GroupID": 601026011, + "GroupType": "JsonGraph", + "StartDialogueID": 601026011, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026011 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026012": { + "GroupID": 601026012, + "GroupType": "JsonGraph", + "StartDialogueID": 601026012, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026012 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026013": { + "GroupID": 601026013, + "GroupType": "JsonGraph", + "StartDialogueID": 601026013, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026013 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026014": { + "GroupID": 601026014, + "GroupType": "JsonGraph", + "StartDialogueID": 601026014, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026014 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026015": { + "GroupID": 601026015, + "GroupType": "JsonGraph", + "StartDialogueID": 601026015, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026015 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026016": { + "GroupID": 601026016, + "GroupType": "JsonGraph", + "StartDialogueID": 601026016, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026016 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026018": { + "GroupID": 601026018, + "GroupType": "JsonGraph", + "StartDialogueID": 601026018, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026018 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026019": { + "GroupID": 601026019, + "GroupType": "JsonGraph", + "StartDialogueID": 601026019, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026019 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026020": { + "GroupID": 601026020, + "GroupType": "JsonGraph", + "StartDialogueID": 601026020, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026020 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026021": { + "GroupID": 601026021, + "GroupType": "JsonGraph", + "StartDialogueID": 601026021, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026021 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "601026022": { + "GroupID": 601026022, + "GroupType": "JsonGraph", + "StartDialogueID": 601026022, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_101021023", + "ConditionIDs": [ + 601026022 + ], + "Priority": 2, + "IsExit": true, + "IconType": "ChatMissionIcon" + }, + "801110101": { + "GroupID": 801110101, + "GroupType": "Phases", + "StartDialogueID": 801110101, + "NextDialogueGroupList": [ + 801110111, + 801110121, + 801110131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801110101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801110111": { + "GroupID": 801110111, + "GroupType": "Phases", + "StartDialogueID": 801110111, + "NextDialogueGroupList": [], + "DialogueEventID": 801110111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901110111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801110121": { + "GroupID": 801110121, + "GroupType": "Phases", + "StartDialogueID": 801110121, + "NextDialogueGroupList": [], + "DialogueEventID": 801110121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901110121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801110131": { + "GroupID": 801110131, + "GroupType": "Phases", + "StartDialogueID": 801110131, + "NextDialogueGroupList": [], + "DialogueEventID": 801110131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901110131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801120101": { + "GroupID": 801120101, + "GroupType": "Phases", + "StartDialogueID": 801120101, + "NextDialogueGroupList": [ + 801120111, + 801120121, + 801120131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801120101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801120111": { + "GroupID": 801120111, + "GroupType": "Phases", + "StartDialogueID": 801120111, + "NextDialogueGroupList": [], + "DialogueEventID": 801120111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901120111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801120121": { + "GroupID": 801120121, + "GroupType": "Phases", + "StartDialogueID": 801120121, + "NextDialogueGroupList": [], + "DialogueEventID": 801120121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901120121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801120131": { + "GroupID": 801120131, + "GroupType": "Phases", + "StartDialogueID": 801120131, + "NextDialogueGroupList": [], + "DialogueEventID": 801120131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901120131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801120201": { + "GroupID": 801120201, + "GroupType": "Phases", + "StartDialogueID": 801120201, + "NextDialogueGroupList": [ + 801120211, + 801120221, + 801120231 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801120201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801120211": { + "GroupID": 801120211, + "GroupType": "Phases", + "StartDialogueID": 801120211, + "NextDialogueGroupList": [], + "DialogueEventID": 801120211, + "IsEnd": true, + "InteractTitle": "TalkSentence_901120211", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801120221": { + "GroupID": 801120221, + "GroupType": "Phases", + "StartDialogueID": 801120221, + "NextDialogueGroupList": [], + "DialogueEventID": 801120221, + "IsEnd": true, + "InteractTitle": "TalkSentence_901120221", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801120231": { + "GroupID": 801120231, + "GroupType": "Phases", + "StartDialogueID": 801120231, + "NextDialogueGroupList": [], + "DialogueEventID": 801120231, + "IsEnd": true, + "InteractTitle": "TalkSentence_901120231", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130101": { + "GroupID": 801130101, + "GroupType": "Phases", + "StartDialogueID": 801130101, + "NextDialogueGroupList": [ + 801130111, + 801130121, + 801130131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801130101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801130111": { + "GroupID": 801130111, + "GroupType": "Phases", + "StartDialogueID": 801130111, + "NextDialogueGroupList": [], + "DialogueEventID": 801130111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130121": { + "GroupID": 801130121, + "GroupType": "Phases", + "StartDialogueID": 801130121, + "NextDialogueGroupList": [], + "DialogueEventID": 801130121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130131": { + "GroupID": 801130131, + "GroupType": "Phases", + "StartDialogueID": 801130131, + "NextDialogueGroupList": [], + "DialogueEventID": 801130131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130201": { + "GroupID": 801130201, + "GroupType": "Phases", + "StartDialogueID": 801130201, + "NextDialogueGroupList": [ + 801130211, + 801130221, + 801130231 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801130201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801130211": { + "GroupID": 801130211, + "GroupType": "Phases", + "StartDialogueID": 801130211, + "NextDialogueGroupList": [], + "DialogueEventID": 801130211, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130211", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130221": { + "GroupID": 801130221, + "GroupType": "Phases", + "StartDialogueID": 801130221, + "NextDialogueGroupList": [], + "DialogueEventID": 801130221, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130221", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130231": { + "GroupID": 801130231, + "GroupType": "Phases", + "StartDialogueID": 801130231, + "NextDialogueGroupList": [], + "DialogueEventID": 801130231, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130231", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130301": { + "GroupID": 801130301, + "GroupType": "Phases", + "StartDialogueID": 801130301, + "NextDialogueGroupList": [ + 801130311, + 801130321, + 801130331 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801130301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801130311": { + "GroupID": 801130311, + "GroupType": "Phases", + "StartDialogueID": 801130311, + "NextDialogueGroupList": [], + "DialogueEventID": 801130311, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130311", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130321": { + "GroupID": 801130321, + "GroupType": "Phases", + "StartDialogueID": 801130321, + "NextDialogueGroupList": [], + "DialogueEventID": 801130321, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130321", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130331": { + "GroupID": 801130331, + "GroupType": "Phases", + "StartDialogueID": 801130331, + "NextDialogueGroupList": [], + "DialogueEventID": 801130331, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130331", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130401": { + "GroupID": 801130401, + "GroupType": "Phases", + "StartDialogueID": 801130401, + "NextDialogueGroupList": [ + 801130411, + 801130421, + 801130431 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801130401", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801130411": { + "GroupID": 801130411, + "GroupType": "Phases", + "StartDialogueID": 801130411, + "NextDialogueGroupList": [], + "DialogueEventID": 801130411, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130411", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130421": { + "GroupID": 801130421, + "GroupType": "Phases", + "StartDialogueID": 801130421, + "NextDialogueGroupList": [], + "DialogueEventID": 801130421, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130421", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130431": { + "GroupID": 801130431, + "GroupType": "Phases", + "StartDialogueID": 801130431, + "NextDialogueGroupList": [], + "DialogueEventID": 801130431, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130431", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130501": { + "GroupID": 801130501, + "GroupType": "Phases", + "StartDialogueID": 801130501, + "NextDialogueGroupList": [ + 801130511, + 801130521, + 801130531 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801130501", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801130511": { + "GroupID": 801130511, + "GroupType": "Phases", + "StartDialogueID": 801130511, + "NextDialogueGroupList": [], + "DialogueEventID": 801130511, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130511", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130521": { + "GroupID": 801130521, + "GroupType": "Phases", + "StartDialogueID": 801130521, + "NextDialogueGroupList": [], + "DialogueEventID": 801130521, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130521", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130531": { + "GroupID": 801130531, + "GroupType": "Phases", + "StartDialogueID": 801130531, + "NextDialogueGroupList": [], + "DialogueEventID": 801130531, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130531", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130601": { + "GroupID": 801130601, + "GroupType": "Phases", + "StartDialogueID": 801130601, + "NextDialogueGroupList": [ + 801130611, + 801130621, + 801130631 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801130601", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801130611": { + "GroupID": 801130611, + "GroupType": "Phases", + "StartDialogueID": 801130611, + "NextDialogueGroupList": [], + "DialogueEventID": 801130611, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130611", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130621": { + "GroupID": 801130621, + "GroupType": "Phases", + "StartDialogueID": 801130621, + "NextDialogueGroupList": [], + "DialogueEventID": 801130621, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130621", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130631": { + "GroupID": 801130631, + "GroupType": "Phases", + "StartDialogueID": 801130631, + "NextDialogueGroupList": [], + "DialogueEventID": 801130631, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130631", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130701": { + "GroupID": 801130701, + "GroupType": "Phases", + "StartDialogueID": 801130701, + "NextDialogueGroupList": [ + 801130711, + 801130721, + 801130731 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801130701", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801130711": { + "GroupID": 801130711, + "GroupType": "Phases", + "StartDialogueID": 801130711, + "NextDialogueGroupList": [], + "DialogueEventID": 801130711, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130711", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130721": { + "GroupID": 801130721, + "GroupType": "Phases", + "StartDialogueID": 801130721, + "NextDialogueGroupList": [], + "DialogueEventID": 801130721, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130721", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130731": { + "GroupID": 801130731, + "GroupType": "Phases", + "StartDialogueID": 801130731, + "NextDialogueGroupList": [], + "DialogueEventID": 801130731, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130731", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130801": { + "GroupID": 801130801, + "GroupType": "Phases", + "StartDialogueID": 801130801, + "NextDialogueGroupList": [ + 801130811, + 801130821, + 801130831 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801130801", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801130811": { + "GroupID": 801130811, + "GroupType": "Phases", + "StartDialogueID": 801130811, + "NextDialogueGroupList": [], + "DialogueEventID": 801130811, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130811", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130821": { + "GroupID": 801130821, + "GroupType": "Phases", + "StartDialogueID": 801130821, + "NextDialogueGroupList": [], + "DialogueEventID": 801130821, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130821", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130831": { + "GroupID": 801130831, + "GroupType": "Phases", + "StartDialogueID": 801130831, + "NextDialogueGroupList": [], + "DialogueEventID": 801130831, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130831", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130901": { + "GroupID": 801130901, + "GroupType": "Phases", + "StartDialogueID": 801130901, + "NextDialogueGroupList": [ + 801130911, + 801130921, + 801130931 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801130901", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801130911": { + "GroupID": 801130911, + "GroupType": "Phases", + "StartDialogueID": 801130911, + "NextDialogueGroupList": [], + "DialogueEventID": 801130911, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130911", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130921": { + "GroupID": 801130921, + "GroupType": "Phases", + "StartDialogueID": 801130921, + "NextDialogueGroupList": [], + "DialogueEventID": 801130921, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130921", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801130931": { + "GroupID": 801130931, + "GroupType": "Phases", + "StartDialogueID": 801130931, + "NextDialogueGroupList": [], + "DialogueEventID": 801130931, + "IsEnd": true, + "InteractTitle": "TalkSentence_901130931", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131001": { + "GroupID": 801131001, + "GroupType": "Phases", + "StartDialogueID": 801131001, + "NextDialogueGroupList": [ + 801131011, + 801131021, + 801131031 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801131001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801131011": { + "GroupID": 801131011, + "GroupType": "Phases", + "StartDialogueID": 801131011, + "NextDialogueGroupList": [], + "DialogueEventID": 801131011, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131011", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131021": { + "GroupID": 801131021, + "GroupType": "Phases", + "StartDialogueID": 801131021, + "NextDialogueGroupList": [], + "DialogueEventID": 801131021, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131021", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131031": { + "GroupID": 801131031, + "GroupType": "Phases", + "StartDialogueID": 801131031, + "NextDialogueGroupList": [], + "DialogueEventID": 801131031, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131031", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131101": { + "GroupID": 801131101, + "GroupType": "Phases", + "StartDialogueID": 801131101, + "NextDialogueGroupList": [ + 801131111, + 801131121, + 801131131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801131101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801131111": { + "GroupID": 801131111, + "GroupType": "Phases", + "StartDialogueID": 801131111, + "NextDialogueGroupList": [], + "DialogueEventID": 801131111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131121": { + "GroupID": 801131121, + "GroupType": "Phases", + "StartDialogueID": 801131121, + "NextDialogueGroupList": [], + "DialogueEventID": 801131121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131131": { + "GroupID": 801131131, + "GroupType": "Phases", + "StartDialogueID": 801131131, + "NextDialogueGroupList": [], + "DialogueEventID": 801131131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131201": { + "GroupID": 801131201, + "GroupType": "Phases", + "StartDialogueID": 801131201, + "NextDialogueGroupList": [ + 801131211, + 801131221, + 801131231 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801131201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801131211": { + "GroupID": 801131211, + "GroupType": "Phases", + "StartDialogueID": 801131211, + "NextDialogueGroupList": [], + "DialogueEventID": 801131211, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131211", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131221": { + "GroupID": 801131221, + "GroupType": "Phases", + "StartDialogueID": 801131221, + "NextDialogueGroupList": [], + "DialogueEventID": 801131221, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131221", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131231": { + "GroupID": 801131231, + "GroupType": "Phases", + "StartDialogueID": 801131231, + "NextDialogueGroupList": [], + "DialogueEventID": 801131231, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131231", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131301": { + "GroupID": 801131301, + "GroupType": "Phases", + "StartDialogueID": 801131301, + "NextDialogueGroupList": [ + 801131311, + 801131321, + 801131331 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801131301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801131311": { + "GroupID": 801131311, + "GroupType": "Phases", + "StartDialogueID": 801131311, + "NextDialogueGroupList": [], + "DialogueEventID": 801131311, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131311", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131321": { + "GroupID": 801131321, + "GroupType": "Phases", + "StartDialogueID": 801131321, + "NextDialogueGroupList": [], + "DialogueEventID": 801131321, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131321", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131331": { + "GroupID": 801131331, + "GroupType": "Phases", + "StartDialogueID": 801131331, + "NextDialogueGroupList": [], + "DialogueEventID": 801131331, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131331", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131401": { + "GroupID": 801131401, + "GroupType": "Phases", + "StartDialogueID": 801131401, + "NextDialogueGroupList": [ + 801131411, + 801131421, + 801131431 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801131401", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801131411": { + "GroupID": 801131411, + "GroupType": "Phases", + "StartDialogueID": 801131411, + "NextDialogueGroupList": [], + "DialogueEventID": 801131411, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131411", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131421": { + "GroupID": 801131421, + "GroupType": "Phases", + "StartDialogueID": 801131421, + "NextDialogueGroupList": [], + "DialogueEventID": 801131421, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131421", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131431": { + "GroupID": 801131431, + "GroupType": "Phases", + "StartDialogueID": 801131431, + "NextDialogueGroupList": [], + "DialogueEventID": 801131431, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131431", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131501": { + "GroupID": 801131501, + "GroupType": "Phases", + "StartDialogueID": 801131501, + "NextDialogueGroupList": [ + 801131511, + 801131521, + 801131531 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801131501", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801131511": { + "GroupID": 801131511, + "GroupType": "Phases", + "StartDialogueID": 801131511, + "NextDialogueGroupList": [], + "DialogueEventID": 801131511, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131511", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131521": { + "GroupID": 801131521, + "GroupType": "Phases", + "StartDialogueID": 801131521, + "NextDialogueGroupList": [], + "DialogueEventID": 801131521, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131521", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801131531": { + "GroupID": 801131531, + "GroupType": "Phases", + "StartDialogueID": 801131531, + "NextDialogueGroupList": [], + "DialogueEventID": 801131531, + "IsEnd": true, + "InteractTitle": "TalkSentence_901131531", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801140101": { + "GroupID": 801140101, + "GroupType": "Phases", + "StartDialogueID": 801140101, + "NextDialogueGroupList": [ + 801140111, + 801140121, + 801140131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801140101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801140111": { + "GroupID": 801140111, + "GroupType": "Phases", + "StartDialogueID": 801140111, + "NextDialogueGroupList": [], + "DialogueEventID": 801140111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901140111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801140121": { + "GroupID": 801140121, + "GroupType": "Phases", + "StartDialogueID": 801140121, + "NextDialogueGroupList": [], + "DialogueEventID": 801140121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901140121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801140131": { + "GroupID": 801140131, + "GroupType": "Phases", + "StartDialogueID": 801140131, + "NextDialogueGroupList": [], + "DialogueEventID": 801140131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901140131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150101": { + "GroupID": 801150101, + "GroupType": "Phases", + "StartDialogueID": 801150101, + "NextDialogueGroupList": [ + 801150111, + 801150121, + 801150131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801150101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801150111": { + "GroupID": 801150111, + "GroupType": "Phases", + "StartDialogueID": 801150111, + "NextDialogueGroupList": [], + "DialogueEventID": 801150111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150121": { + "GroupID": 801150121, + "GroupType": "Phases", + "StartDialogueID": 801150121, + "NextDialogueGroupList": [], + "DialogueEventID": 801150121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150131": { + "GroupID": 801150131, + "GroupType": "Phases", + "StartDialogueID": 801150131, + "NextDialogueGroupList": [], + "DialogueEventID": 801150131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150201": { + "GroupID": 801150201, + "GroupType": "Phases", + "StartDialogueID": 801150201, + "NextDialogueGroupList": [ + 801150211, + 801150221, + 801150231 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801150201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801150211": { + "GroupID": 801150211, + "GroupType": "Phases", + "StartDialogueID": 801150211, + "NextDialogueGroupList": [], + "DialogueEventID": 801150211, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150211", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150221": { + "GroupID": 801150221, + "GroupType": "Phases", + "StartDialogueID": 801150221, + "NextDialogueGroupList": [], + "DialogueEventID": 801150221, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150221", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150231": { + "GroupID": 801150231, + "GroupType": "Phases", + "StartDialogueID": 801150231, + "NextDialogueGroupList": [], + "DialogueEventID": 801150231, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150231", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150301": { + "GroupID": 801150301, + "GroupType": "Phases", + "StartDialogueID": 801150301, + "NextDialogueGroupList": [ + 801150311, + 801150321, + 801150331 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801150301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801150311": { + "GroupID": 801150311, + "GroupType": "Phases", + "StartDialogueID": 801150311, + "NextDialogueGroupList": [], + "DialogueEventID": 801150311, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150311", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150321": { + "GroupID": 801150321, + "GroupType": "Phases", + "StartDialogueID": 801150321, + "NextDialogueGroupList": [], + "DialogueEventID": 801150321, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150321", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150331": { + "GroupID": 801150331, + "GroupType": "Phases", + "StartDialogueID": 801150331, + "NextDialogueGroupList": [], + "DialogueEventID": 801150331, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150331", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150401": { + "GroupID": 801150401, + "GroupType": "Phases", + "StartDialogueID": 801150401, + "NextDialogueGroupList": [ + 801150411, + 801150421, + 801150431 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801150401", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801150411": { + "GroupID": 801150411, + "GroupType": "Phases", + "StartDialogueID": 801150411, + "NextDialogueGroupList": [], + "DialogueEventID": 801150411, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150411", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150421": { + "GroupID": 801150421, + "GroupType": "Phases", + "StartDialogueID": 801150421, + "NextDialogueGroupList": [], + "DialogueEventID": 801150421, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150421", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150431": { + "GroupID": 801150431, + "GroupType": "Phases", + "StartDialogueID": 801150431, + "NextDialogueGroupList": [], + "DialogueEventID": 801150431, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150431", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150501": { + "GroupID": 801150501, + "GroupType": "Phases", + "StartDialogueID": 801150501, + "NextDialogueGroupList": [ + 801150511, + 801150521, + 801150531 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801150501", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801150511": { + "GroupID": 801150511, + "GroupType": "Phases", + "StartDialogueID": 801150511, + "NextDialogueGroupList": [], + "DialogueEventID": 801150511, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150511", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150521": { + "GroupID": 801150521, + "GroupType": "Phases", + "StartDialogueID": 801150521, + "NextDialogueGroupList": [], + "DialogueEventID": 801150521, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150521", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150531": { + "GroupID": 801150531, + "GroupType": "Phases", + "StartDialogueID": 801150531, + "NextDialogueGroupList": [], + "DialogueEventID": 801150531, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150531", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150601": { + "GroupID": 801150601, + "GroupType": "Phases", + "StartDialogueID": 801150601, + "NextDialogueGroupList": [ + 801150611, + 801150621, + 801150631 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801150601", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801150611": { + "GroupID": 801150611, + "GroupType": "Phases", + "StartDialogueID": 801150611, + "NextDialogueGroupList": [], + "DialogueEventID": 801150611, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150611", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150621": { + "GroupID": 801150621, + "GroupType": "Phases", + "StartDialogueID": 801150621, + "NextDialogueGroupList": [], + "DialogueEventID": 801150621, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150621", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150631": { + "GroupID": 801150631, + "GroupType": "Phases", + "StartDialogueID": 801150631, + "NextDialogueGroupList": [], + "DialogueEventID": 801150631, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150631", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150701": { + "GroupID": 801150701, + "GroupType": "Phases", + "StartDialogueID": 801150701, + "NextDialogueGroupList": [ + 801150711, + 801150721, + 801150731 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801150701", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801150711": { + "GroupID": 801150711, + "GroupType": "Phases", + "StartDialogueID": 801150711, + "NextDialogueGroupList": [], + "DialogueEventID": 801150711, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150711", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150721": { + "GroupID": 801150721, + "GroupType": "Phases", + "StartDialogueID": 801150721, + "NextDialogueGroupList": [], + "DialogueEventID": 801150721, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150721", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150731": { + "GroupID": 801150731, + "GroupType": "Phases", + "StartDialogueID": 801150731, + "NextDialogueGroupList": [], + "DialogueEventID": 801150731, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150731", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150801": { + "GroupID": 801150801, + "GroupType": "Phases", + "StartDialogueID": 801150801, + "NextDialogueGroupList": [ + 801150811, + 801150821, + 801150831 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801150801", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801150811": { + "GroupID": 801150811, + "GroupType": "Phases", + "StartDialogueID": 801150811, + "NextDialogueGroupList": [], + "DialogueEventID": 801150811, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150811", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150821": { + "GroupID": 801150821, + "GroupType": "Phases", + "StartDialogueID": 801150821, + "NextDialogueGroupList": [], + "DialogueEventID": 801150821, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150821", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150831": { + "GroupID": 801150831, + "GroupType": "Phases", + "StartDialogueID": 801150831, + "NextDialogueGroupList": [], + "DialogueEventID": 801150831, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150831", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150901": { + "GroupID": 801150901, + "GroupType": "Phases", + "StartDialogueID": 801150901, + "NextDialogueGroupList": [ + 801150911, + 801150921, + 801150931 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801150901", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801150911": { + "GroupID": 801150911, + "GroupType": "Phases", + "StartDialogueID": 801150911, + "NextDialogueGroupList": [], + "DialogueEventID": 801150911, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150911", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150921": { + "GroupID": 801150921, + "GroupType": "Phases", + "StartDialogueID": 801150921, + "NextDialogueGroupList": [], + "DialogueEventID": 801150921, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150921", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801150931": { + "GroupID": 801150931, + "GroupType": "Phases", + "StartDialogueID": 801150931, + "NextDialogueGroupList": [], + "DialogueEventID": 801150931, + "IsEnd": true, + "InteractTitle": "TalkSentence_901150931", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151001": { + "GroupID": 801151001, + "GroupType": "Phases", + "StartDialogueID": 801151001, + "NextDialogueGroupList": [ + 801151011, + 801151021, + 801151031 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151011": { + "GroupID": 801151011, + "GroupType": "Phases", + "StartDialogueID": 801151011, + "NextDialogueGroupList": [], + "DialogueEventID": 801151011, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151011", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151021": { + "GroupID": 801151021, + "GroupType": "Phases", + "StartDialogueID": 801151021, + "NextDialogueGroupList": [], + "DialogueEventID": 801151021, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151021", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151031": { + "GroupID": 801151031, + "GroupType": "Phases", + "StartDialogueID": 801151031, + "NextDialogueGroupList": [], + "DialogueEventID": 801151031, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151031", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151101": { + "GroupID": 801151101, + "GroupType": "Phases", + "StartDialogueID": 801151101, + "NextDialogueGroupList": [ + 801151111, + 801151121, + 801151131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151111": { + "GroupID": 801151111, + "GroupType": "Phases", + "StartDialogueID": 801151111, + "NextDialogueGroupList": [], + "DialogueEventID": 801151111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151121": { + "GroupID": 801151121, + "GroupType": "Phases", + "StartDialogueID": 801151121, + "NextDialogueGroupList": [], + "DialogueEventID": 801151121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151131": { + "GroupID": 801151131, + "GroupType": "Phases", + "StartDialogueID": 801151131, + "NextDialogueGroupList": [], + "DialogueEventID": 801151131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151201": { + "GroupID": 801151201, + "GroupType": "Phases", + "StartDialogueID": 801151201, + "NextDialogueGroupList": [ + 801151211, + 801151221, + 801151231 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151211": { + "GroupID": 801151211, + "GroupType": "Phases", + "StartDialogueID": 801151211, + "NextDialogueGroupList": [], + "DialogueEventID": 801151211, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151211", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151221": { + "GroupID": 801151221, + "GroupType": "Phases", + "StartDialogueID": 801151221, + "NextDialogueGroupList": [], + "DialogueEventID": 801151221, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151221", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151231": { + "GroupID": 801151231, + "GroupType": "Phases", + "StartDialogueID": 801151231, + "NextDialogueGroupList": [], + "DialogueEventID": 801151231, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151231", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151301": { + "GroupID": 801151301, + "GroupType": "Phases", + "StartDialogueID": 801151301, + "NextDialogueGroupList": [ + 801151311, + 801151321, + 801151331 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151311": { + "GroupID": 801151311, + "GroupType": "Phases", + "StartDialogueID": 801151311, + "NextDialogueGroupList": [], + "DialogueEventID": 801151311, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151311", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151321": { + "GroupID": 801151321, + "GroupType": "Phases", + "StartDialogueID": 801151321, + "NextDialogueGroupList": [], + "DialogueEventID": 801151321, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151321", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151331": { + "GroupID": 801151331, + "GroupType": "Phases", + "StartDialogueID": 801151331, + "NextDialogueGroupList": [], + "DialogueEventID": 801151331, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151331", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151401": { + "GroupID": 801151401, + "GroupType": "Phases", + "StartDialogueID": 801151401, + "NextDialogueGroupList": [ + 801151411, + 801151421, + 801151431 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151401", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151411": { + "GroupID": 801151411, + "GroupType": "Phases", + "StartDialogueID": 801151411, + "NextDialogueGroupList": [], + "DialogueEventID": 801151411, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151411", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151421": { + "GroupID": 801151421, + "GroupType": "Phases", + "StartDialogueID": 801151421, + "NextDialogueGroupList": [], + "DialogueEventID": 801151421, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151421", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151431": { + "GroupID": 801151431, + "GroupType": "Phases", + "StartDialogueID": 801151431, + "NextDialogueGroupList": [], + "DialogueEventID": 801151431, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151431", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151501": { + "GroupID": 801151501, + "GroupType": "Phases", + "StartDialogueID": 801151501, + "NextDialogueGroupList": [ + 801151511, + 801151521, + 801151531 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151501", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151511": { + "GroupID": 801151511, + "GroupType": "Phases", + "StartDialogueID": 801151511, + "NextDialogueGroupList": [], + "DialogueEventID": 801151511, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151511", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151521": { + "GroupID": 801151521, + "GroupType": "Phases", + "StartDialogueID": 801151521, + "NextDialogueGroupList": [], + "DialogueEventID": 801151521, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151521", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151531": { + "GroupID": 801151531, + "GroupType": "Phases", + "StartDialogueID": 801151531, + "NextDialogueGroupList": [], + "DialogueEventID": 801151531, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151531", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151601": { + "GroupID": 801151601, + "GroupType": "Phases", + "StartDialogueID": 801151601, + "NextDialogueGroupList": [ + 801151611, + 801151621, + 801151631 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151601", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151611": { + "GroupID": 801151611, + "GroupType": "Phases", + "StartDialogueID": 801151611, + "NextDialogueGroupList": [], + "DialogueEventID": 801151611, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151611", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151621": { + "GroupID": 801151621, + "GroupType": "Phases", + "StartDialogueID": 801151621, + "NextDialogueGroupList": [], + "DialogueEventID": 801151621, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151621", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151631": { + "GroupID": 801151631, + "GroupType": "Phases", + "StartDialogueID": 801151631, + "NextDialogueGroupList": [], + "DialogueEventID": 801151631, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151631", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151701": { + "GroupID": 801151701, + "GroupType": "Phases", + "StartDialogueID": 801151701, + "NextDialogueGroupList": [ + 801151711, + 801151721, + 801151731 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151701", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151711": { + "GroupID": 801151711, + "GroupType": "Phases", + "StartDialogueID": 801151711, + "NextDialogueGroupList": [], + "DialogueEventID": 801151711, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151711", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151721": { + "GroupID": 801151721, + "GroupType": "Phases", + "StartDialogueID": 801151721, + "NextDialogueGroupList": [], + "DialogueEventID": 801151721, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151721", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151731": { + "GroupID": 801151731, + "GroupType": "Phases", + "StartDialogueID": 801151731, + "NextDialogueGroupList": [], + "DialogueEventID": 801151731, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151731", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151801": { + "GroupID": 801151801, + "GroupType": "Phases", + "StartDialogueID": 801151801, + "NextDialogueGroupList": [ + 801151811, + 801151821, + 801151831 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151801", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151811": { + "GroupID": 801151811, + "GroupType": "Phases", + "StartDialogueID": 801151811, + "NextDialogueGroupList": [], + "DialogueEventID": 801151811, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151811", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151821": { + "GroupID": 801151821, + "GroupType": "Phases", + "StartDialogueID": 801151821, + "NextDialogueGroupList": [], + "DialogueEventID": 801151821, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151821", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151831": { + "GroupID": 801151831, + "GroupType": "Phases", + "StartDialogueID": 801151831, + "NextDialogueGroupList": [], + "DialogueEventID": 801151831, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151831", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151901": { + "GroupID": 801151901, + "GroupType": "Phases", + "StartDialogueID": 801151901, + "NextDialogueGroupList": [ + 801151911, + 801151921, + 801151931 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801151901", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801151911": { + "GroupID": 801151911, + "GroupType": "Phases", + "StartDialogueID": 801151911, + "NextDialogueGroupList": [], + "DialogueEventID": 801151911, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151911", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151921": { + "GroupID": 801151921, + "GroupType": "Phases", + "StartDialogueID": 801151921, + "NextDialogueGroupList": [], + "DialogueEventID": 801151921, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151921", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801151931": { + "GroupID": 801151931, + "GroupType": "Phases", + "StartDialogueID": 801151931, + "NextDialogueGroupList": [], + "DialogueEventID": 801151931, + "IsEnd": true, + "InteractTitle": "TalkSentence_901151931", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152001": { + "GroupID": 801152001, + "GroupType": "Phases", + "StartDialogueID": 801152001, + "NextDialogueGroupList": [ + 801152011, + 801152021, + 801152031 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801152001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801152011": { + "GroupID": 801152011, + "GroupType": "Phases", + "StartDialogueID": 801152011, + "NextDialogueGroupList": [], + "DialogueEventID": 801152011, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152011", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152021": { + "GroupID": 801152021, + "GroupType": "Phases", + "StartDialogueID": 801152021, + "NextDialogueGroupList": [], + "DialogueEventID": 801152021, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152021", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152031": { + "GroupID": 801152031, + "GroupType": "Phases", + "StartDialogueID": 801152031, + "NextDialogueGroupList": [], + "DialogueEventID": 801152031, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152031", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152101": { + "GroupID": 801152101, + "GroupType": "Phases", + "StartDialogueID": 801152101, + "NextDialogueGroupList": [ + 801152111, + 801152121, + 801152131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801152101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801152111": { + "GroupID": 801152111, + "GroupType": "Phases", + "StartDialogueID": 801152111, + "NextDialogueGroupList": [], + "DialogueEventID": 801152111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152121": { + "GroupID": 801152121, + "GroupType": "Phases", + "StartDialogueID": 801152121, + "NextDialogueGroupList": [], + "DialogueEventID": 801152121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152131": { + "GroupID": 801152131, + "GroupType": "Phases", + "StartDialogueID": 801152131, + "NextDialogueGroupList": [], + "DialogueEventID": 801152131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152201": { + "GroupID": 801152201, + "GroupType": "Phases", + "StartDialogueID": 801152201, + "NextDialogueGroupList": [ + 801152211, + 801152221, + 801152231 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801152201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801152211": { + "GroupID": 801152211, + "GroupType": "Phases", + "StartDialogueID": 801152211, + "NextDialogueGroupList": [], + "DialogueEventID": 801152211, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152211", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152221": { + "GroupID": 801152221, + "GroupType": "Phases", + "StartDialogueID": 801152221, + "NextDialogueGroupList": [], + "DialogueEventID": 801152221, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152221", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152231": { + "GroupID": 801152231, + "GroupType": "Phases", + "StartDialogueID": 801152231, + "NextDialogueGroupList": [], + "DialogueEventID": 801152231, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152231", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152301": { + "GroupID": 801152301, + "GroupType": "Phases", + "StartDialogueID": 801152301, + "NextDialogueGroupList": [ + 801152311, + 801152321, + 801152331 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801152301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801152311": { + "GroupID": 801152311, + "GroupType": "Phases", + "StartDialogueID": 801152311, + "NextDialogueGroupList": [], + "DialogueEventID": 801152311, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152311", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152321": { + "GroupID": 801152321, + "GroupType": "Phases", + "StartDialogueID": 801152321, + "NextDialogueGroupList": [], + "DialogueEventID": 801152321, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152321", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152331": { + "GroupID": 801152331, + "GroupType": "Phases", + "StartDialogueID": 801152331, + "NextDialogueGroupList": [], + "DialogueEventID": 801152331, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152331", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152401": { + "GroupID": 801152401, + "GroupType": "Phases", + "StartDialogueID": 801152401, + "NextDialogueGroupList": [ + 801152411, + 801152421, + 801152431 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801152401", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801152411": { + "GroupID": 801152411, + "GroupType": "Phases", + "StartDialogueID": 801152411, + "NextDialogueGroupList": [], + "DialogueEventID": 801152411, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152411", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152421": { + "GroupID": 801152421, + "GroupType": "Phases", + "StartDialogueID": 801152421, + "NextDialogueGroupList": [], + "DialogueEventID": 801152421, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152421", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801152431": { + "GroupID": 801152431, + "GroupType": "Phases", + "StartDialogueID": 801152431, + "NextDialogueGroupList": [], + "DialogueEventID": 801152431, + "IsEnd": true, + "InteractTitle": "TalkSentence_901152431", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801160101": { + "GroupID": 801160101, + "GroupType": "Phases", + "StartDialogueID": 801160101, + "NextDialogueGroupList": [ + 801160111, + 801160121, + 801160131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801160101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801160111": { + "GroupID": 801160111, + "GroupType": "Phases", + "StartDialogueID": 801160111, + "NextDialogueGroupList": [], + "DialogueEventID": 801160111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901160111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801160121": { + "GroupID": 801160121, + "GroupType": "Phases", + "StartDialogueID": 801160121, + "NextDialogueGroupList": [], + "DialogueEventID": 801160121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901160121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801160131": { + "GroupID": 801160131, + "GroupType": "Phases", + "StartDialogueID": 801160131, + "NextDialogueGroupList": [], + "DialogueEventID": 801160131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901160131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170101": { + "GroupID": 801170101, + "GroupType": "Phases", + "StartDialogueID": 801170101, + "NextDialogueGroupList": [ + 801170111, + 801170121, + 801170131 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801170101", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801170111": { + "GroupID": 801170111, + "GroupType": "Phases", + "StartDialogueID": 801170111, + "NextDialogueGroupList": [], + "DialogueEventID": 801170111, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170111", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170121": { + "GroupID": 801170121, + "GroupType": "Phases", + "StartDialogueID": 801170121, + "NextDialogueGroupList": [], + "DialogueEventID": 801170121, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170121", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170131": { + "GroupID": 801170131, + "GroupType": "Phases", + "StartDialogueID": 801170131, + "NextDialogueGroupList": [], + "DialogueEventID": 801170131, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170131", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170201": { + "GroupID": 801170201, + "GroupType": "Phases", + "StartDialogueID": 801170201, + "NextDialogueGroupList": [ + 801170211, + 801170221, + 801170231 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801170201", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801170211": { + "GroupID": 801170211, + "GroupType": "Phases", + "StartDialogueID": 801170211, + "NextDialogueGroupList": [], + "DialogueEventID": 801170211, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170211", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170221": { + "GroupID": 801170221, + "GroupType": "Phases", + "StartDialogueID": 801170221, + "NextDialogueGroupList": [], + "DialogueEventID": 801170221, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170221", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170231": { + "GroupID": 801170231, + "GroupType": "Phases", + "StartDialogueID": 801170231, + "NextDialogueGroupList": [], + "DialogueEventID": 801170231, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170231", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170301": { + "GroupID": 801170301, + "GroupType": "Phases", + "StartDialogueID": 801170301, + "NextDialogueGroupList": [ + 801170311, + 801170321, + 801170331 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801170301", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801170311": { + "GroupID": 801170311, + "GroupType": "Phases", + "StartDialogueID": 801170311, + "NextDialogueGroupList": [], + "DialogueEventID": 801170311, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170311", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170321": { + "GroupID": 801170321, + "GroupType": "Phases", + "StartDialogueID": 801170321, + "NextDialogueGroupList": [], + "DialogueEventID": 801170321, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170321", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170331": { + "GroupID": 801170331, + "GroupType": "Phases", + "StartDialogueID": 801170331, + "NextDialogueGroupList": [], + "DialogueEventID": 801170331, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170331", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170401": { + "GroupID": 801170401, + "GroupType": "Phases", + "StartDialogueID": 801170401, + "NextDialogueGroupList": [ + 801170411, + 801170421, + 801170431 + ], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801170401", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + }, + "801170411": { + "GroupID": 801170411, + "GroupType": "Phases", + "StartDialogueID": 801170411, + "NextDialogueGroupList": [], + "DialogueEventID": 801170411, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170411", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170421": { + "GroupID": 801170421, + "GroupType": "Phases", + "StartDialogueID": 801170421, + "NextDialogueGroupList": [], + "DialogueEventID": 801170421, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170421", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801170431": { + "GroupID": 801170431, + "GroupType": "Phases", + "StartDialogueID": 801170431, + "NextDialogueGroupList": [], + "DialogueEventID": 801170431, + "IsEnd": true, + "InteractTitle": "TalkSentence_901170431", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "LevelIcon" + }, + "801121001": { + "GroupID": 801121001, + "GroupType": "LockInteraction", + "StartDialogueID": 801121001, + "NextDialogueGroupList": [], + "DialogueEventID": 0, + "IsEnd": false, + "InteractTitle": "NPCName_801121001", + "ConditionIDs": [], + "Priority": 1, + "IsExit": true, + "IconType": "ChatIcon" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/DialogueIconExcelTable.json b/CrepePackage/src/data/excel/DialogueIconExcelTable.json new file mode 100644 index 0000000..dc161ee --- /dev/null +++ b/CrepePackage/src/data/excel/DialogueIconExcelTable.json @@ -0,0 +1,58 @@ +{ + "ChatMissionIcon": { + "Type": "ChatMissionIcon", + "IconPath": "SpriteOutput/TalkIcon/ChatMissionIcon.png" + }, + "ChatLoopIcon": { + "Type": "ChatLoopIcon", + "IconPath": "SpriteOutput/TalkIcon/ChatIcon.png" + }, + "ChatContinueIcon": { + "Type": "ChatContinueIcon", + "IconPath": "SpriteOutput/TalkIcon/ChatContinueIcon.png" + }, + "ChatBackIcon": { + "Type": "ChatBackIcon", + "IconPath": "SpriteOutput/TalkIcon/ChatBackIcon.png" + }, + "ChatOutIcon": { + "Type": "ChatOutIcon", + "IconPath": "SpriteOutput/TalkIcon/ChatOutIcon.png" + }, + "ShopIcon": { + "Type": "ShopIcon", + "IconPath": "SpriteOutput/TalkIcon/ShopIcon.png" + }, + "BoxIcon": { + "Type": "BoxIcon", + "IconPath": "SpriteOutput/TalkIcon/BoxIcon.png" + }, + "CheckIcon": { + "Type": "CheckIcon", + "IconPath": "SpriteOutput/TalkIcon/CheckIcon.png" + }, + "HealHPIcon": { + "Type": "HealHPIcon", + "IconPath": "SpriteOutput/TalkIcon/HealHPIcon.png" + }, + "LevelIcon": { + "Type": "LevelIcon", + "IconPath": "SpriteOutput/TalkIcon/LevelIcon.png" + }, + "ChatIcon": { + "Type": "ChatIcon", + "IconPath": "SpriteOutput/TalkIcon/ChatIcon.png" + }, + "SpecialChatIcon": { + "Type": "SpecialChatIcon", + "IconPath": "SpriteOutput/TalkIcon/SpecialChatIcon.png" + }, + "Synthesis": { + "Type": "Synthesis", + "IconPath": "SpriteOutput/TalkIcon/Synthesis.png" + }, + "TriggerProp": { + "Type": "TriggerProp", + "IconPath": "SpriteOutput/TalkIcon/TriggerProp.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/DocumentaryDailyQuestPanelExcelTable.json b/CrepePackage/src/data/excel/DocumentaryDailyQuestPanelExcelTable.json new file mode 100644 index 0000000..f0d113b --- /dev/null +++ b/CrepePackage/src/data/excel/DocumentaryDailyQuestPanelExcelTable.json @@ -0,0 +1,13 @@ +{ + "101": { + "DailyID": 101, + "QuestList": [ + 1001231, + 1001230, + 1001229 + ], + "PanelDesc": { + "hash": 237061531 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/EliteGroupExcelTable.json b/CrepePackage/src/data/excel/EliteGroupExcelTable.json new file mode 100644 index 0000000..b86f45b --- /dev/null +++ b/CrepePackage/src/data/excel/EliteGroupExcelTable.json @@ -0,0 +1,1136 @@ +{ + "1": { + "EliteGroup": 1, + "AttackRatio": { + "RawValue": 4294967296 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 4294967296 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "2": { + "EliteGroup": 2, + "AttackRatio": { + "RawValue": 3435973840 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 7301444406 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "3": { + "EliteGroup": 3, + "AttackRatio": { + "RawValue": 3435973840 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 5583457486 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "4": { + "EliteGroup": 4, + "AttackRatio": { + "RawValue": 3435973840 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 4294967296 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "5": { + "EliteGroup": 5, + "AttackRatio": { + "RawValue": 4724464026 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6442450946 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "6": { + "EliteGroup": 6, + "AttackRatio": { + "RawValue": 4294967296 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6442450946 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "101": { + "EliteGroup": 101, + "AttackRatio": { + "RawValue": 4269197495 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 4123168608 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "102": { + "EliteGroup": 102, + "AttackRatio": { + "RawValue": 4423816315 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 4466765988 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "103": { + "EliteGroup": 103, + "AttackRatio": { + "RawValue": 5158255723 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 5411658794 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "104": { + "EliteGroup": 104, + "AttackRatio": { + "RawValue": 4900557685 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 5497558140 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "105": { + "EliteGroup": 105, + "AttackRatio": { + "RawValue": 5059471473 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 5841155524 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "106": { + "EliteGroup": 106, + "AttackRatio": { + "RawValue": 5866925326 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6957847022 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "107": { + "EliteGroup": 107, + "AttackRatio": { + "RawValue": 6734508720 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6871947676 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "201": { + "EliteGroup": 201, + "AttackRatio": { + "RawValue": 4380866642 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 5583457486 + }, + "SpeedRatio": { + "RawValue": 4380866642 + }, + "StanceRatio": { + "RawValue": 5669356832 + } + }, + "202": { + "EliteGroup": 202, + "AttackRatio": { + "RawValue": 4466765988 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6012954216 + }, + "SpeedRatio": { + "RawValue": 4466765988 + }, + "StanceRatio": { + "RawValue": 5755256178 + } + }, + "203": { + "EliteGroup": 203, + "AttackRatio": { + "RawValue": 4552665334 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6442450946 + }, + "SpeedRatio": { + "RawValue": 4552665334 + }, + "StanceRatio": { + "RawValue": 5841155524 + } + }, + "204": { + "EliteGroup": 204, + "AttackRatio": { + "RawValue": 4638564680 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6871947676 + }, + "SpeedRatio": { + "RawValue": 4638564680 + }, + "StanceRatio": { + "RawValue": 5927054870 + } + }, + "205": { + "EliteGroup": 205, + "AttackRatio": { + "RawValue": 4724464026 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 7301444406 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 6012954216 + } + }, + "206": { + "EliteGroup": 206, + "AttackRatio": { + "RawValue": 4810363372 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 7730941136 + }, + "SpeedRatio": { + "RawValue": 4810363372 + }, + "StanceRatio": { + "RawValue": 6098853562 + } + }, + "207": { + "EliteGroup": 207, + "AttackRatio": { + "RawValue": 4896262718 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 8160437866 + }, + "SpeedRatio": { + "RawValue": 4896262718 + }, + "StanceRatio": { + "RawValue": 6184752908 + } + }, + "208": { + "EliteGroup": 208, + "AttackRatio": { + "RawValue": 4982162064 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 8589934592 + }, + "SpeedRatio": { + "RawValue": 4982162064 + }, + "StanceRatio": { + "RawValue": 6270652254 + } + }, + "209": { + "EliteGroup": 209, + "AttackRatio": { + "RawValue": 5068061410 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 9019431322 + }, + "SpeedRatio": { + "RawValue": 5068061410 + }, + "StanceRatio": { + "RawValue": 6356551600 + } + }, + "210": { + "EliteGroup": 210, + "AttackRatio": { + "RawValue": 5153960756 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 9448928052 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 6442450946 + } + }, + "30001": { + "EliteGroup": 30001, + "AttackRatio": { + "RawValue": 1932735285 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6012954216 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30002": { + "EliteGroup": 30002, + "AttackRatio": { + "RawValue": 1932735285 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6528350292 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30003": { + "EliteGroup": 30003, + "AttackRatio": { + "RawValue": 2448131361 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 8203387539 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30004": { + "EliteGroup": 30004, + "AttackRatio": { + "RawValue": 4896262718 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 10436770531 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30005": { + "EliteGroup": 30005, + "AttackRatio": { + "RawValue": 5239860102 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 11209864645 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30006": { + "EliteGroup": 30006, + "AttackRatio": { + "RawValue": 5626407159 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 12068858105 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30007": { + "EliteGroup": 30007, + "AttackRatio": { + "RawValue": 6055903889 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 14946486192 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30008": { + "EliteGroup": 30008, + "AttackRatio": { + "RawValue": 5755256178 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 12927851561 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30009": { + "EliteGroup": 30009, + "AttackRatio": { + "RawValue": 5755256178 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 14946486192 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30010": { + "EliteGroup": 30010, + "AttackRatio": { + "RawValue": 5755256178 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 15977278344 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30011": { + "EliteGroup": 30011, + "AttackRatio": { + "RawValue": 5884105197 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 17093969842 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30012": { + "EliteGroup": 30012, + "AttackRatio": { + "RawValue": 6700148984 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 19542101199 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30061": { + "EliteGroup": 30061, + "AttackRatio": { + "RawValue": 5626407159 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 9277129360 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30062": { + "EliteGroup": 30062, + "AttackRatio": { + "RawValue": 6055903889 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 12283606470 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30063": { + "EliteGroup": 30063, + "AttackRatio": { + "RawValue": 6442450946 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 15032385538 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30041": { + "EliteGroup": 30041, + "AttackRatio": { + "RawValue": 2576980380 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6313601927 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30042": { + "EliteGroup": 30042, + "AttackRatio": { + "RawValue": 5798205851 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 12283606470 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30043": { + "EliteGroup": 30043, + "AttackRatio": { + "RawValue": 7902739828 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 20572893351 + }, + "SpeedRatio": { + "RawValue": 5239860102 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30044": { + "EliteGroup": 30044, + "AttackRatio": { + "RawValue": 7902739828 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 20572893351 + }, + "SpeedRatio": { + "RawValue": 5239860102 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30080": { + "EliteGroup": 30080, + "AttackRatio": { + "RawValue": 8589934592 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 25812753449 + }, + "SpeedRatio": { + "RawValue": 5411658794 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30090": { + "EliteGroup": 30090, + "AttackRatio": { + "RawValue": 8589934592 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 34359738368 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30141": { + "EliteGroup": 30141, + "AttackRatio": { + "RawValue": 2147483650 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 5841155524 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30142": { + "EliteGroup": 30142, + "AttackRatio": { + "RawValue": 5798205851 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 12283606470 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30145": { + "EliteGroup": 30145, + "AttackRatio": { + "RawValue": 5798205851 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 9964324128 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30143": { + "EliteGroup": 30143, + "AttackRatio": { + "RawValue": 7902739828 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 20572893351 + }, + "SpeedRatio": { + "RawValue": 5239860102 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30144": { + "EliteGroup": 30144, + "AttackRatio": { + "RawValue": 7902739828 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 20572893351 + }, + "SpeedRatio": { + "RawValue": 5239860102 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30180": { + "EliteGroup": 30180, + "AttackRatio": { + "RawValue": 8675833938 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 29033978924 + }, + "SpeedRatio": { + "RawValue": 6012954216 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "30190": { + "EliteGroup": 30190, + "AttackRatio": { + "RawValue": 6442450946 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 32641751452 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39001": { + "EliteGroup": 39001, + "AttackRatio": { + "RawValue": 1288490190 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 3435973840 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39002": { + "EliteGroup": 39002, + "AttackRatio": { + "RawValue": 1717986920 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 4294967296 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39003": { + "EliteGroup": 39003, + "AttackRatio": { + "RawValue": 2147483650 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 5153960756 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39004": { + "EliteGroup": 39004, + "AttackRatio": { + "RawValue": 2576980380 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 6012954216 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39005": { + "EliteGroup": 39005, + "AttackRatio": { + "RawValue": 5153960756 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 8203387539 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39006": { + "EliteGroup": 39006, + "AttackRatio": { + "RawValue": 5540507813 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 11209864645 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39007": { + "EliteGroup": 39007, + "AttackRatio": { + "RawValue": 5927054870 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 12068858105 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39008": { + "EliteGroup": 39008, + "AttackRatio": { + "RawValue": 6356551600 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 12927851561 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39009": { + "EliteGroup": 39009, + "AttackRatio": { + "RawValue": 2576980380 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 5583457486 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39010": { + "EliteGroup": 39010, + "AttackRatio": { + "RawValue": 5153960756 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 7215545060 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39011": { + "EliteGroup": 39011, + "AttackRatio": { + "RawValue": 6055903889 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 8976481649 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + }, + "39012": { + "EliteGroup": 39012, + "AttackRatio": { + "RawValue": 2576980380 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 5583457486 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/EquipmentExcelTable.json b/CrepePackage/src/data/excel/EquipmentExcelTable.json new file mode 100644 index 0000000..0df5539 --- /dev/null +++ b/CrepePackage/src/data/excel/EquipmentExcelTable.json @@ -0,0 +1,1642 @@ +{ + "20000": { + "EquipmentID": 20000, + "Release": false, + "EquipmentName": { + "hash": 1311665324 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Rogue", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20000, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20000.png", + "ImagePath": "SpriteOutput/LightConeFigures/20000.png", + "ItemRightPanelOffset": [ + 0.0, + -64.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -71.0, + 1.15 + ], + "BattleDialogOffset": [ + 12.0, + -6.0, + 0.6 + ], + "GachaResultOffset": [ + 14.0, + -9.0, + 0.5 + ] + }, + "20001": { + "EquipmentID": 20001, + "Release": false, + "EquipmentName": { + "hash": 1311665325 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Priest", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20001, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20001.png", + "ImagePath": "SpriteOutput/LightConeFigures/20001.png", + "ItemRightPanelOffset": [ + 0.0, + -52.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -92.0, + 1.15 + ], + "BattleDialogOffset": [ + 55.0, + 16.0, + 0.6 + ], + "GachaResultOffset": [ + 5.0, + 0.0, + 0.5 + ] + }, + "20002": { + "EquipmentID": 20002, + "Release": false, + "EquipmentName": { + "hash": 1311665322 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Warrior", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20002, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20002.png", + "ImagePath": "SpriteOutput/LightConeFigures/20002.png", + "ItemRightPanelOffset": [ + 0.0, + -101.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -78.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + 0.0, + 0.0, + 0.5 + ] + }, + "20003": { + "EquipmentID": 20003, + "Release": false, + "EquipmentName": { + "hash": 1311665323 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Knight", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20003, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20003.png", + "ImagePath": "SpriteOutput/LightConeFigures/20003.png", + "ItemRightPanelOffset": [ + 0.0, + -14.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + 20.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + 0.0, + 0.0, + 0.5 + ] + }, + "20004": { + "EquipmentID": 20004, + "Release": false, + "EquipmentName": { + "hash": 1311665328 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Warlock", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20004, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20004.png", + "ImagePath": "SpriteOutput/LightConeFigures/20004.png", + "ItemRightPanelOffset": [ + 0.0, + -114.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -163.0, + 1.15 + ], + "BattleDialogOffset": [ + 20.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + 0.0, + -3.0, + 0.5 + ] + }, + "20005": { + "EquipmentID": 20005, + "Release": false, + "EquipmentName": { + "hash": 1311665329 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Shaman", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20005, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20005.png", + "ImagePath": "SpriteOutput/LightConeFigures/20005.png", + "ItemRightPanelOffset": [ + 0.0, + -114.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -130.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + -4.0, + -3.0, + 0.5 + ] + }, + "20006": { + "EquipmentID": 20006, + "Release": false, + "EquipmentName": { + "hash": 1311665326 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Mage", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20006, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20006.png", + "ImagePath": "SpriteOutput/LightConeFigures/20006.png", + "ItemRightPanelOffset": [ + 0.0, + -162.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -186.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + -1.0, + -17.0, + 0.5 + ] + }, + "20007": { + "EquipmentID": 20007, + "Release": false, + "EquipmentName": { + "hash": 1311665327 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Rogue", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20007, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20007.png", + "ImagePath": "SpriteOutput/LightConeFigures/20007.png", + "ItemRightPanelOffset": [ + 0.0, + 141.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + 190.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + -8.0, + 16.0, + 0.5 + ] + }, + "20008": { + "EquipmentID": 20008, + "Release": false, + "EquipmentName": { + "hash": 1311665332 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Priest", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20008, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20008.png", + "ImagePath": "SpriteOutput/LightConeFigures/20008.png", + "ItemRightPanelOffset": [ + 0.0, + -37.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -4.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + -4.0, + 10.0, + 0.5 + ] + }, + "20009": { + "EquipmentID": 20009, + "Release": false, + "EquipmentName": { + "hash": 1311665333 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Warrior", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20009, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20009.png", + "ImagePath": "SpriteOutput/LightConeFigures/20009.png", + "ItemRightPanelOffset": [ + 0.0, + -62.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -90.0, + 1.15 + ], + "BattleDialogOffset": [ + 22.0, + 24.0, + 0.75 + ], + "GachaResultOffset": [ + -11.0, + 5.0, + 0.5 + ] + }, + "20010": { + "EquipmentID": 20010, + "Release": false, + "EquipmentName": { + "hash": -1417218031 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Knight", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20010, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20010.png", + "ImagePath": "SpriteOutput/LightConeFigures/20010.png", + "ItemRightPanelOffset": [ + 0.0, + 110.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + 90.0, + 1.15 + ], + "BattleDialogOffset": [ + -28.0, + 14.0, + 0.75 + ], + "GachaResultOffset": [ + -17.0, + -9.0, + 0.5 + ] + }, + "20011": { + "EquipmentID": 20011, + "Release": false, + "EquipmentName": { + "hash": -1417218030 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Warlock", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20011, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20011.png", + "ImagePath": "SpriteOutput/LightConeFigures/20011.png", + "ItemRightPanelOffset": [ + 0.0, + 82.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + 105.0, + 1.15 + ], + "BattleDialogOffset": [ + 32.0, + -25.0, + 0.75 + ], + "GachaResultOffset": [ + 12.0, + -7.0, + 0.5 + ] + }, + "20012": { + "EquipmentID": 20012, + "Release": false, + "EquipmentName": { + "hash": -1417218033 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Shaman", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20012, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20012.png", + "ImagePath": "SpriteOutput/LightConeFigures/20012.png", + "ItemRightPanelOffset": [ + 0.0, + 28.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + 0.0, + 1.15 + ], + "BattleDialogOffset": [ + -1.0, + -56.0, + 0.75 + ], + "GachaResultOffset": [ + -1.0, + -6.0, + 0.5 + ] + }, + "20013": { + "EquipmentID": 20013, + "Release": false, + "EquipmentName": { + "hash": -1417218032 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Mage", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 20013, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/20013.png", + "ImagePath": "SpriteOutput/LightConeFigures/20013.png", + "ItemRightPanelOffset": [ + 0.0, + 143.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + 150.0, + 1.15 + ], + "BattleDialogOffset": [ + 91.0, + -62.0, + 0.75 + ], + "GachaResultOffset": [ + -1.0, + -6.0, + 0.5 + ] + }, + "21000": { + "EquipmentID": 21000, + "Release": false, + "EquipmentName": { + "hash": -1397015055 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Priest", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21000, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21000.png", + "ImagePath": "SpriteOutput/LightConeFigures/21000.png", + "ItemRightPanelOffset": [ + 0.0, + -138.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -128.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + 8.0, + -11.0, + 0.47 + ] + }, + "21001": { + "EquipmentID": 21001, + "Release": false, + "EquipmentName": { + "hash": -1397015054 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Warlock", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21001, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21001.png", + "ImagePath": "SpriteOutput/LightConeFigures/21001.png", + "ItemRightPanelOffset": [ + 0.0, + -15.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + 10.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + 0.0, + 12.0, + 0.5 + ] + }, + "21002": { + "EquipmentID": 21002, + "Release": false, + "EquipmentName": { + "hash": -1397015057 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Knight", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21002, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21002.png", + "ImagePath": "SpriteOutput/LightConeFigures/21002.png", + "ItemRightPanelOffset": [ + 0.0, + -148.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -150.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + -6.0, + -43.0, + 0.63 + ] + }, + "21003": { + "EquipmentID": 21003, + "Release": false, + "EquipmentName": { + "hash": -1397015056 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Rogue", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21003, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21003.png", + "ImagePath": "SpriteOutput/LightConeFigures/21003.png", + "ItemRightPanelOffset": [ + 0.0, + -99.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -90.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + -8.0, + -6.0, + 0.45 + ] + }, + "21004": { + "EquipmentID": 21004, + "Release": false, + "EquipmentName": { + "hash": -1397015051 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Shaman", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21004, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21004.png", + "ImagePath": "SpriteOutput/LightConeFigures/21004.png", + "ItemRightPanelOffset": [ + 0.0, + -45.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -12.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + 0.0, + -6.0, + 0.45 + ] + }, + "21005": { + "EquipmentID": 21005, + "Release": false, + "EquipmentName": { + "hash": -1397015050 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Warrior", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21005, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21005.png", + "ImagePath": "SpriteOutput/LightConeFigures/21005.png", + "ItemRightPanelOffset": [ + 0.0, + -42.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -30.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + 1.0, + 7.0, + 0.7 + ] + }, + "21006": { + "EquipmentID": 21006, + "Release": false, + "EquipmentName": { + "hash": -1397015053 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Mage", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21006, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21006.png", + "ImagePath": "SpriteOutput/LightConeFigures/21006.png", + "ItemRightPanelOffset": [ + 0.0, + -107.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -130.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + 0.0, + -10.0, + 0.47 + ] + }, + "21007": { + "EquipmentID": 21007, + "Release": false, + "EquipmentName": { + "hash": -1397015052 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Priest", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21007, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21007.png", + "ImagePath": "SpriteOutput/LightConeFigures/21007.png", + "ItemRightPanelOffset": [ + 0.0, + -70.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -62.0, + 1.15 + ], + "BattleDialogOffset": [ + 32.0, + -63.0, + 0.75 + ], + "GachaResultOffset": [ + -32.0, + -10.0, + 0.47 + ] + }, + "21008": { + "EquipmentID": 21008, + "Release": false, + "EquipmentName": { + "hash": -1397015047 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Warlock", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21008, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21008.png", + "ImagePath": "SpriteOutput/LightConeFigures/21008.png", + "ItemRightPanelOffset": [ + 0.0, + -130.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -132.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + 7.0, + -19.0, + 0.53 + ] + }, + "21009": { + "EquipmentID": 21009, + "Release": false, + "EquipmentName": { + "hash": -1397015046 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Knight", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21009, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21009.png", + "ImagePath": "SpriteOutput/LightConeFigures/21009.png", + "ItemRightPanelOffset": [ + 0.0, + -130.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -139.0, + 1.15 + ], + "BattleDialogOffset": [ + -12.0, + -40.0, + 0.75 + ], + "GachaResultOffset": [ + -6.0, + -19.0, + 0.5 + ] + }, + "21010": { + "EquipmentID": 21010, + "Release": false, + "EquipmentName": { + "hash": 1331868300 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Rogue", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21010, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21010.png", + "ImagePath": "SpriteOutput/LightConeFigures/21010.png", + "ItemRightPanelOffset": [ + 0.0, + -137.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -139.0, + 1.15 + ], + "BattleDialogOffset": [ + 32.0, + -63.0, + 0.75 + ], + "GachaResultOffset": [ + -9.0, + -24.0, + 0.53 + ] + }, + "21011": { + "EquipmentID": 21011, + "Release": false, + "EquipmentName": { + "hash": 1331868301 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Shaman", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21011, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21011.png", + "ImagePath": "SpriteOutput/LightConeFigures/21011.png", + "ItemRightPanelOffset": [ + 0.0, + -155.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -146.0, + 1.15 + ], + "BattleDialogOffset": [ + -14.0, + -40.0, + 0.75 + ], + "GachaResultOffset": [ + 0.0, + -35.0, + 0.62 + ] + }, + "21012": { + "EquipmentID": 21012, + "Release": false, + "EquipmentName": { + "hash": 1331868298 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Warrior", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21012, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21012.png", + "ImagePath": "SpriteOutput/LightConeFigures/21012.png", + "ItemRightPanelOffset": [ + 0.0, + -120.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -132.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + -3.0, + -38.0, + 0.6 + ] + }, + "21013": { + "EquipmentID": 21013, + "Release": false, + "EquipmentName": { + "hash": 1331868299 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity4", + "AvatarBaseType": "Mage", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 2, + "SkillID": 21013, + "ExpProvide": 30000, + "CoinCost": 15000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/21013.png", + "ImagePath": "SpriteOutput/LightConeFigures/21013.png", + "ItemRightPanelOffset": [ + 0.0, + -77.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -92.0, + 1.15 + ], + "BattleDialogOffset": [ + 41.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + 44.0, + -38.0, + 0.8 + ] + }, + "23000": { + "EquipmentID": 23000, + "Release": false, + "EquipmentName": { + "hash": -1679340057 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Mage", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23000, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23000.png", + "ImagePath": "SpriteOutput/LightConeFigures/23000.png", + "ItemRightPanelOffset": [ + 0.0, + -143.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -158.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.75 + ], + "GachaResultOffset": [ + -3.0, + -96.0, + 1.0 + ] + }, + "23001": { + "EquipmentID": 23001, + "Release": false, + "EquipmentName": { + "hash": -1679340056 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Rogue", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23001, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23001.png", + "ImagePath": "SpriteOutput/LightConeFigures/23001.png", + "ItemRightPanelOffset": [ + 0.0, + -118.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -133.0, + 1.15 + ], + "BattleDialogOffset": [ + 44.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + 49.0, + -68.0, + 0.9 + ] + }, + "23002": { + "EquipmentID": 23002, + "Release": false, + "EquipmentName": { + "hash": -1679340059 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Warrior", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23002, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23002.png", + "ImagePath": "SpriteOutput/LightConeFigures/23002.png", + "ItemRightPanelOffset": [ + 0.0, + -122.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -126.0, + 1.15 + ], + "BattleDialogOffset": [ + -12.0, + -40.0, + 0.75 + ], + "GachaResultOffset": [ + 4.0, + -43.0, + 0.65 + ] + }, + "23003": { + "EquipmentID": 23003, + "Release": false, + "EquipmentName": { + "hash": -1679340058 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Shaman", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23003, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23003.png", + "ImagePath": "SpriteOutput/LightConeFigures/23003.png", + "ItemRightPanelOffset": [ + 0.0, + -58.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -50.0, + 1.15 + ], + "BattleDialogOffset": [ + 15.0, + -24.0, + 0.75 + ], + "GachaResultOffset": [ + 7.0, + 6.0, + 0.7 + ] + }, + "23004": { + "EquipmentID": 23004, + "Release": false, + "EquipmentName": { + "hash": -1679340053 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Warlock", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23004, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23004.png", + "ImagePath": "SpriteOutput/LightConeFigures/23004.png", + "ItemRightPanelOffset": [ + 0.0, + -137.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -168.0, + 1.15 + ], + "BattleDialogOffset": [ + -22.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + -18.0, + -45.0, + 0.62 + ] + }, + "23005": { + "EquipmentID": 23005, + "Release": false, + "EquipmentName": { + "hash": -1679340052 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Knight", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23005, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23005.png", + "ImagePath": "SpriteOutput/LightConeFigures/23005.png", + "ItemRightPanelOffset": [ + 0.0, + -140.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -145.0, + 1.15 + ], + "BattleDialogOffset": [ + -22.0, + 0.0, + 0.6 + ], + "GachaResultOffset": [ + -36.0, + -51.0, + 0.68 + ] + }, + "23006": { + "EquipmentID": 23006, + "Release": false, + "EquipmentName": { + "hash": -1679340055 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Warlock", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23006, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23006.png", + "ImagePath": "SpriteOutput/LightConeFigures/23006.png", + "ItemRightPanelOffset": [ + 0.0, + -100.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -76.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + 0.0, + -5.0, + 0.53 + ] + }, + "23007": { + "EquipmentID": 23007, + "Release": false, + "EquipmentName": { + "hash": -1679340054 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Warlock", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23007, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23007.png", + "ImagePath": "SpriteOutput/LightConeFigures/23007.png", + "ItemRightPanelOffset": [ + 0.0, + -60.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -68.0, + 1.15 + ], + "BattleDialogOffset": [ + 0.0, + -68.0, + 1.15 + ], + "GachaResultOffset": [ + -20.0, + 1.0, + 0.45 + ] + }, + "29000": { + "EquipmentID": 29000, + "Release": false, + "EquipmentName": { + "hash": -267715047 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity3", + "AvatarBaseType": "Unknown", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 1, + "SkillID": 29000, + "ExpProvide": 2000, + "CoinCost": 1000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/Icon_TestLightcone01.png", + "ImagePath": "SpriteOutput/LightConeFigures/Icon_TestLightcone01.png", + "ItemRightPanelOffset": [ + 0.0, + 0.0, + 1.0 + ], + "AvatarDetailOffset": [ + 0.0, + 0.0, + 1.0 + ], + "BattleDialogOffset": [ + 0.0, + 0.0, + 1.0 + ], + "GachaResultOffset": [ + 0.0, + 0.0, + 1.0 + ] + }, + "23008": { + "EquipmentID": 23008, + "Release": false, + "EquipmentName": { + "hash": -1679340049 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Priest", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23008, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23008.png", + "ImagePath": "SpriteOutput/LightConeFigures/23008.png", + "ItemRightPanelOffset": [ + 0.0, + -126.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -120.0, + 1.15 + ], + "BattleDialogOffset": [ + 33.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + 35.0, + -25.0, + 0.52 + ] + }, + "23009": { + "EquipmentID": 23009, + "Release": false, + "EquipmentName": { + "hash": -1679340048 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Warrior", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23009, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23009.png", + "ImagePath": "SpriteOutput/LightConeFigures/23009.png", + "ItemRightPanelOffset": [ + 0.0, + -172.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -175.0, + 1.15 + ], + "BattleDialogOffset": [ + 32.0, + -63.0, + 0.75 + ], + "GachaResultOffset": [ + -80.0, + -84.0, + 0.8 + ] + }, + "23010": { + "EquipmentID": 23010, + "Release": false, + "EquipmentName": { + "hash": 1049543298 + }, + "EquipmentDesc": { + "hash": 371857150 + }, + "Rarity": "CombatPowerLightconeRarity5", + "AvatarBaseType": "Mage", + "MaxPromotion": 5, + "MaxRank": 5, + "ExpType": 3, + "SkillID": 23010, + "ExpProvide": 60000, + "CoinCost": 30000, + "RankUpCost": 0, + "ThumbnailPath": "SpriteOutput/LightConeFigures/23010.png", + "ImagePath": "SpriteOutput/LightConeFigures/23010.png", + "ItemRightPanelOffset": [ + 0.0, + -106.0, + 0.7 + ], + "AvatarDetailOffset": [ + 0.0, + -126.0, + 1.15 + ], + "BattleDialogOffset": [ + 33.0, + 0.0, + 0.55 + ], + "GachaResultOffset": [ + -23.0, + -25.0, + 0.55 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/EquipmentExpItemExcelTable.json b/CrepePackage/src/data/excel/EquipmentExpItemExcelTable.json new file mode 100644 index 0000000..ef7b6a5 --- /dev/null +++ b/CrepePackage/src/data/excel/EquipmentExpItemExcelTable.json @@ -0,0 +1,12 @@ +{ + "221": { + "ItemID": 221, + "ExpProvide": 1000, + "CoinCost": 500 + }, + "222": { + "ItemID": 222, + "ExpProvide": 5000, + "CoinCost": 2500 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/EquipmentExpTypeExcelTable.json b/CrepePackage/src/data/excel/EquipmentExpTypeExcelTable.json new file mode 100644 index 0000000..8f9a972 --- /dev/null +++ b/CrepePackage/src/data/excel/EquipmentExpTypeExcelTable.json @@ -0,0 +1,1202 @@ +{ + "1:1": { + "ExpType": 1, + "Level": 1, + "Exp": 40 + }, + "1:2": { + "ExpType": 1, + "Level": 2, + "Exp": 60 + }, + "1:3": { + "ExpType": 1, + "Level": 3, + "Exp": 110 + }, + "1:4": { + "ExpType": 1, + "Level": 4, + "Exp": 170 + }, + "1:5": { + "ExpType": 1, + "Level": 5, + "Exp": 240 + }, + "1:6": { + "ExpType": 1, + "Level": 6, + "Exp": 320 + }, + "1:7": { + "ExpType": 1, + "Level": 7, + "Exp": 420 + }, + "1:8": { + "ExpType": 1, + "Level": 8, + "Exp": 530 + }, + "1:9": { + "ExpType": 1, + "Level": 9, + "Exp": 650 + }, + "1:10": { + "ExpType": 1, + "Level": 10, + "Exp": 780 + }, + "1:11": { + "ExpType": 1, + "Level": 11, + "Exp": 920 + }, + "1:12": { + "ExpType": 1, + "Level": 12, + "Exp": 1070 + }, + "1:13": { + "ExpType": 1, + "Level": 13, + "Exp": 1240 + }, + "1:14": { + "ExpType": 1, + "Level": 14, + "Exp": 1410 + }, + "1:15": { + "ExpType": 1, + "Level": 15, + "Exp": 1590 + }, + "1:16": { + "ExpType": 1, + "Level": 16, + "Exp": 1790 + }, + "1:17": { + "ExpType": 1, + "Level": 17, + "Exp": 1990 + }, + "1:18": { + "ExpType": 1, + "Level": 18, + "Exp": 2200 + }, + "1:19": { + "ExpType": 1, + "Level": 19, + "Exp": 2420 + }, + "1:20": { + "ExpType": 1, + "Level": 20, + "Exp": 2540 + }, + "1:21": { + "ExpType": 1, + "Level": 21, + "Exp": 2640 + }, + "1:22": { + "ExpType": 1, + "Level": 22, + "Exp": 2740 + }, + "1:23": { + "ExpType": 1, + "Level": 23, + "Exp": 2850 + }, + "1:24": { + "ExpType": 1, + "Level": 24, + "Exp": 2960 + }, + "1:25": { + "ExpType": 1, + "Level": 25, + "Exp": 3070 + }, + "1:26": { + "ExpType": 1, + "Level": 26, + "Exp": 3190 + }, + "1:27": { + "ExpType": 1, + "Level": 27, + "Exp": 3300 + }, + "1:28": { + "ExpType": 1, + "Level": 28, + "Exp": 3420 + }, + "1:29": { + "ExpType": 1, + "Level": 29, + "Exp": 3540 + }, + "1:30": { + "ExpType": 1, + "Level": 30, + "Exp": 3660 + }, + "1:31": { + "ExpType": 1, + "Level": 31, + "Exp": 3790 + }, + "1:32": { + "ExpType": 1, + "Level": 32, + "Exp": 3910 + }, + "1:33": { + "ExpType": 1, + "Level": 33, + "Exp": 4040 + }, + "1:34": { + "ExpType": 1, + "Level": 34, + "Exp": 4170 + }, + "1:35": { + "ExpType": 1, + "Level": 35, + "Exp": 4300 + }, + "1:36": { + "ExpType": 1, + "Level": 36, + "Exp": 4440 + }, + "1:37": { + "ExpType": 1, + "Level": 37, + "Exp": 4570 + }, + "1:38": { + "ExpType": 1, + "Level": 38, + "Exp": 4710 + }, + "1:39": { + "ExpType": 1, + "Level": 39, + "Exp": 4850 + }, + "1:40": { + "ExpType": 1, + "Level": 40, + "Exp": 4990 + }, + "1:41": { + "ExpType": 1, + "Level": 41, + "Exp": 5150 + }, + "1:42": { + "ExpType": 1, + "Level": 42, + "Exp": 5480 + }, + "1:43": { + "ExpType": 1, + "Level": 43, + "Exp": 5810 + }, + "1:44": { + "ExpType": 1, + "Level": 44, + "Exp": 6160 + }, + "1:45": { + "ExpType": 1, + "Level": 45, + "Exp": 6500 + }, + "1:46": { + "ExpType": 1, + "Level": 46, + "Exp": 6850 + }, + "1:47": { + "ExpType": 1, + "Level": 47, + "Exp": 7220 + }, + "1:48": { + "ExpType": 1, + "Level": 48, + "Exp": 7580 + }, + "1:49": { + "ExpType": 1, + "Level": 49, + "Exp": 7960 + }, + "1:50": { + "ExpType": 1, + "Level": 50, + "Exp": 8340 + }, + "1:51": { + "ExpType": 1, + "Level": 51, + "Exp": 8730 + }, + "1:52": { + "ExpType": 1, + "Level": 52, + "Exp": 9130 + }, + "1:53": { + "ExpType": 1, + "Level": 53, + "Exp": 9530 + }, + "1:54": { + "ExpType": 1, + "Level": 54, + "Exp": 9940 + }, + "1:55": { + "ExpType": 1, + "Level": 55, + "Exp": 10360 + }, + "1:56": { + "ExpType": 1, + "Level": 56, + "Exp": 10780 + }, + "1:57": { + "ExpType": 1, + "Level": 57, + "Exp": 11210 + }, + "1:58": { + "ExpType": 1, + "Level": 58, + "Exp": 11650 + }, + "1:59": { + "ExpType": 1, + "Level": 59, + "Exp": 12090 + }, + "1:60": { + "ExpType": 1, + "Level": 60, + "Exp": 12540 + }, + "1:61": { + "ExpType": 1, + "Level": 61, + "Exp": 13150 + }, + "1:62": { + "ExpType": 1, + "Level": 62, + "Exp": 13880 + }, + "1:63": { + "ExpType": 1, + "Level": 63, + "Exp": 14630 + }, + "1:64": { + "ExpType": 1, + "Level": 64, + "Exp": 15400 + }, + "1:65": { + "ExpType": 1, + "Level": 65, + "Exp": 16170 + }, + "1:66": { + "ExpType": 1, + "Level": 66, + "Exp": 16960 + }, + "1:67": { + "ExpType": 1, + "Level": 67, + "Exp": 17750 + }, + "1:68": { + "ExpType": 1, + "Level": 68, + "Exp": 18560 + }, + "1:69": { + "ExpType": 1, + "Level": 69, + "Exp": 19390 + }, + "1:70": { + "ExpType": 1, + "Level": 70, + "Exp": 20220 + }, + "1:71": { + "ExpType": 1, + "Level": 71, + "Exp": 21910 + }, + "1:72": { + "ExpType": 1, + "Level": 72, + "Exp": 24120 + }, + "1:73": { + "ExpType": 1, + "Level": 73, + "Exp": 26360 + }, + "1:74": { + "ExpType": 1, + "Level": 74, + "Exp": 28640 + }, + "1:75": { + "ExpType": 1, + "Level": 75, + "Exp": 30950 + }, + "1:76": { + "ExpType": 1, + "Level": 76, + "Exp": 33300 + }, + "1:77": { + "ExpType": 1, + "Level": 77, + "Exp": 35680 + }, + "1:78": { + "ExpType": 1, + "Level": 78, + "Exp": 38090 + }, + "1:79": { + "ExpType": 1, + "Level": 79, + "Exp": 40540 + }, + "1:80": { + "ExpType": 1, + "Level": 80, + "Exp": 0 + }, + "2:1": { + "ExpType": 2, + "Level": 1, + "Exp": 50 + }, + "2:2": { + "ExpType": 2, + "Level": 2, + "Exp": 80 + }, + "2:3": { + "ExpType": 2, + "Level": 3, + "Exp": 140 + }, + "2:4": { + "ExpType": 2, + "Level": 4, + "Exp": 220 + }, + "2:5": { + "ExpType": 2, + "Level": 5, + "Exp": 320 + }, + "2:6": { + "ExpType": 2, + "Level": 6, + "Exp": 430 + }, + "2:7": { + "ExpType": 2, + "Level": 7, + "Exp": 560 + }, + "2:8": { + "ExpType": 2, + "Level": 8, + "Exp": 700 + }, + "2:9": { + "ExpType": 2, + "Level": 9, + "Exp": 860 + }, + "2:10": { + "ExpType": 2, + "Level": 10, + "Exp": 1040 + }, + "2:11": { + "ExpType": 2, + "Level": 11, + "Exp": 1220 + }, + "2:12": { + "ExpType": 2, + "Level": 12, + "Exp": 1430 + }, + "2:13": { + "ExpType": 2, + "Level": 13, + "Exp": 1650 + }, + "2:14": { + "ExpType": 2, + "Level": 14, + "Exp": 1880 + }, + "2:15": { + "ExpType": 2, + "Level": 15, + "Exp": 2120 + }, + "2:16": { + "ExpType": 2, + "Level": 16, + "Exp": 2380 + }, + "2:17": { + "ExpType": 2, + "Level": 17, + "Exp": 2650 + }, + "2:18": { + "ExpType": 2, + "Level": 18, + "Exp": 2940 + }, + "2:19": { + "ExpType": 2, + "Level": 19, + "Exp": 3230 + }, + "2:20": { + "ExpType": 2, + "Level": 20, + "Exp": 3380 + }, + "2:21": { + "ExpType": 2, + "Level": 21, + "Exp": 3520 + }, + "2:22": { + "ExpType": 2, + "Level": 22, + "Exp": 3660 + }, + "2:23": { + "ExpType": 2, + "Level": 23, + "Exp": 3800 + }, + "2:24": { + "ExpType": 2, + "Level": 24, + "Exp": 3940 + }, + "2:25": { + "ExpType": 2, + "Level": 25, + "Exp": 4100 + }, + "2:26": { + "ExpType": 2, + "Level": 26, + "Exp": 4250 + }, + "2:27": { + "ExpType": 2, + "Level": 27, + "Exp": 4400 + }, + "2:28": { + "ExpType": 2, + "Level": 28, + "Exp": 4560 + }, + "2:29": { + "ExpType": 2, + "Level": 29, + "Exp": 4720 + }, + "2:30": { + "ExpType": 2, + "Level": 30, + "Exp": 4880 + }, + "2:31": { + "ExpType": 2, + "Level": 31, + "Exp": 5050 + }, + "2:32": { + "ExpType": 2, + "Level": 32, + "Exp": 5220 + }, + "2:33": { + "ExpType": 2, + "Level": 33, + "Exp": 5380 + }, + "2:34": { + "ExpType": 2, + "Level": 34, + "Exp": 5560 + }, + "2:35": { + "ExpType": 2, + "Level": 35, + "Exp": 5740 + }, + "2:36": { + "ExpType": 2, + "Level": 36, + "Exp": 5920 + }, + "2:37": { + "ExpType": 2, + "Level": 37, + "Exp": 6100 + }, + "2:38": { + "ExpType": 2, + "Level": 38, + "Exp": 6280 + }, + "2:39": { + "ExpType": 2, + "Level": 39, + "Exp": 6460 + }, + "2:40": { + "ExpType": 2, + "Level": 40, + "Exp": 6660 + }, + "2:41": { + "ExpType": 2, + "Level": 41, + "Exp": 6870 + }, + "2:42": { + "ExpType": 2, + "Level": 42, + "Exp": 7300 + }, + "2:43": { + "ExpType": 2, + "Level": 43, + "Exp": 7750 + }, + "2:44": { + "ExpType": 2, + "Level": 44, + "Exp": 8210 + }, + "2:45": { + "ExpType": 2, + "Level": 45, + "Exp": 8660 + }, + "2:46": { + "ExpType": 2, + "Level": 46, + "Exp": 9140 + }, + "2:47": { + "ExpType": 2, + "Level": 47, + "Exp": 9620 + }, + "2:48": { + "ExpType": 2, + "Level": 48, + "Exp": 10110 + }, + "2:49": { + "ExpType": 2, + "Level": 49, + "Exp": 10610 + }, + "2:50": { + "ExpType": 2, + "Level": 50, + "Exp": 11120 + }, + "2:51": { + "ExpType": 2, + "Level": 51, + "Exp": 11640 + }, + "2:52": { + "ExpType": 2, + "Level": 52, + "Exp": 12170 + }, + "2:53": { + "ExpType": 2, + "Level": 53, + "Exp": 12700 + }, + "2:54": { + "ExpType": 2, + "Level": 54, + "Exp": 13250 + }, + "2:55": { + "ExpType": 2, + "Level": 55, + "Exp": 13810 + }, + "2:56": { + "ExpType": 2, + "Level": 56, + "Exp": 14370 + }, + "2:57": { + "ExpType": 2, + "Level": 57, + "Exp": 14940 + }, + "2:58": { + "ExpType": 2, + "Level": 58, + "Exp": 15530 + }, + "2:59": { + "ExpType": 2, + "Level": 59, + "Exp": 16120 + }, + "2:60": { + "ExpType": 2, + "Level": 60, + "Exp": 16720 + }, + "2:61": { + "ExpType": 2, + "Level": 61, + "Exp": 17530 + }, + "2:62": { + "ExpType": 2, + "Level": 62, + "Exp": 18510 + }, + "2:63": { + "ExpType": 2, + "Level": 63, + "Exp": 19510 + }, + "2:64": { + "ExpType": 2, + "Level": 64, + "Exp": 20530 + }, + "2:65": { + "ExpType": 2, + "Level": 65, + "Exp": 21560 + }, + "2:66": { + "ExpType": 2, + "Level": 66, + "Exp": 22610 + }, + "2:67": { + "ExpType": 2, + "Level": 67, + "Exp": 23670 + }, + "2:68": { + "ExpType": 2, + "Level": 68, + "Exp": 24750 + }, + "2:69": { + "ExpType": 2, + "Level": 69, + "Exp": 25850 + }, + "2:70": { + "ExpType": 2, + "Level": 70, + "Exp": 26960 + }, + "2:71": { + "ExpType": 2, + "Level": 71, + "Exp": 29220 + }, + "2:72": { + "ExpType": 2, + "Level": 72, + "Exp": 32160 + }, + "2:73": { + "ExpType": 2, + "Level": 73, + "Exp": 35150 + }, + "2:74": { + "ExpType": 2, + "Level": 74, + "Exp": 38190 + }, + "2:75": { + "ExpType": 2, + "Level": 75, + "Exp": 41270 + }, + "2:76": { + "ExpType": 2, + "Level": 76, + "Exp": 44400 + }, + "2:77": { + "ExpType": 2, + "Level": 77, + "Exp": 47580 + }, + "2:78": { + "ExpType": 2, + "Level": 78, + "Exp": 50790 + }, + "2:79": { + "ExpType": 2, + "Level": 79, + "Exp": 54060 + }, + "2:80": { + "ExpType": 2, + "Level": 80, + "Exp": 0 + }, + "3:1": { + "ExpType": 3, + "Level": 1, + "Exp": 60 + }, + "3:2": { + "ExpType": 3, + "Level": 2, + "Exp": 100 + }, + "3:3": { + "ExpType": 3, + "Level": 3, + "Exp": 180 + }, + "3:4": { + "ExpType": 3, + "Level": 4, + "Exp": 280 + }, + "3:5": { + "ExpType": 3, + "Level": 5, + "Exp": 400 + }, + "3:6": { + "ExpType": 3, + "Level": 6, + "Exp": 540 + }, + "3:7": { + "ExpType": 3, + "Level": 7, + "Exp": 700 + }, + "3:8": { + "ExpType": 3, + "Level": 8, + "Exp": 880 + }, + "3:9": { + "ExpType": 3, + "Level": 9, + "Exp": 1080 + }, + "3:10": { + "ExpType": 3, + "Level": 10, + "Exp": 1300 + }, + "3:11": { + "ExpType": 3, + "Level": 11, + "Exp": 1530 + }, + "3:12": { + "ExpType": 3, + "Level": 12, + "Exp": 1790 + }, + "3:13": { + "ExpType": 3, + "Level": 13, + "Exp": 2060 + }, + "3:14": { + "ExpType": 3, + "Level": 14, + "Exp": 2350 + }, + "3:15": { + "ExpType": 3, + "Level": 15, + "Exp": 2650 + }, + "3:16": { + "ExpType": 3, + "Level": 16, + "Exp": 2980 + }, + "3:17": { + "ExpType": 3, + "Level": 17, + "Exp": 3310 + }, + "3:18": { + "ExpType": 3, + "Level": 18, + "Exp": 3670 + }, + "3:19": { + "ExpType": 3, + "Level": 19, + "Exp": 4040 + }, + "3:20": { + "ExpType": 3, + "Level": 20, + "Exp": 4230 + }, + "3:21": { + "ExpType": 3, + "Level": 21, + "Exp": 4400 + }, + "3:22": { + "ExpType": 3, + "Level": 22, + "Exp": 4570 + }, + "3:23": { + "ExpType": 3, + "Level": 23, + "Exp": 4750 + }, + "3:24": { + "ExpType": 3, + "Level": 24, + "Exp": 4930 + }, + "3:25": { + "ExpType": 3, + "Level": 25, + "Exp": 5120 + }, + "3:26": { + "ExpType": 3, + "Level": 26, + "Exp": 5310 + }, + "3:27": { + "ExpType": 3, + "Level": 27, + "Exp": 5500 + }, + "3:28": { + "ExpType": 3, + "Level": 28, + "Exp": 5700 + }, + "3:29": { + "ExpType": 3, + "Level": 29, + "Exp": 5900 + }, + "3:30": { + "ExpType": 3, + "Level": 30, + "Exp": 6100 + }, + "3:31": { + "ExpType": 3, + "Level": 31, + "Exp": 6310 + }, + "3:32": { + "ExpType": 3, + "Level": 32, + "Exp": 6520 + }, + "3:33": { + "ExpType": 3, + "Level": 33, + "Exp": 6730 + }, + "3:34": { + "ExpType": 3, + "Level": 34, + "Exp": 6950 + }, + "3:35": { + "ExpType": 3, + "Level": 35, + "Exp": 7170 + }, + "3:36": { + "ExpType": 3, + "Level": 36, + "Exp": 7400 + }, + "3:37": { + "ExpType": 3, + "Level": 37, + "Exp": 7620 + }, + "3:38": { + "ExpType": 3, + "Level": 38, + "Exp": 7850 + }, + "3:39": { + "ExpType": 3, + "Level": 39, + "Exp": 8080 + }, + "3:40": { + "ExpType": 3, + "Level": 40, + "Exp": 8320 + }, + "3:41": { + "ExpType": 3, + "Level": 41, + "Exp": 8590 + }, + "3:42": { + "ExpType": 3, + "Level": 42, + "Exp": 9130 + }, + "3:43": { + "ExpType": 3, + "Level": 43, + "Exp": 9690 + }, + "3:44": { + "ExpType": 3, + "Level": 44, + "Exp": 10260 + }, + "3:45": { + "ExpType": 3, + "Level": 45, + "Exp": 10830 + }, + "3:46": { + "ExpType": 3, + "Level": 46, + "Exp": 11420 + }, + "3:47": { + "ExpType": 3, + "Level": 47, + "Exp": 12030 + }, + "3:48": { + "ExpType": 3, + "Level": 48, + "Exp": 12640 + }, + "3:49": { + "ExpType": 3, + "Level": 49, + "Exp": 13260 + }, + "3:50": { + "ExpType": 3, + "Level": 50, + "Exp": 13900 + }, + "3:51": { + "ExpType": 3, + "Level": 51, + "Exp": 14550 + }, + "3:52": { + "ExpType": 3, + "Level": 52, + "Exp": 15210 + }, + "3:53": { + "ExpType": 3, + "Level": 53, + "Exp": 15880 + }, + "3:54": { + "ExpType": 3, + "Level": 54, + "Exp": 16560 + }, + "3:55": { + "ExpType": 3, + "Level": 55, + "Exp": 17260 + }, + "3:56": { + "ExpType": 3, + "Level": 56, + "Exp": 17960 + }, + "3:57": { + "ExpType": 3, + "Level": 57, + "Exp": 18680 + }, + "3:58": { + "ExpType": 3, + "Level": 58, + "Exp": 19410 + }, + "3:59": { + "ExpType": 3, + "Level": 59, + "Exp": 20150 + }, + "3:60": { + "ExpType": 3, + "Level": 60, + "Exp": 20900 + }, + "3:61": { + "ExpType": 3, + "Level": 61, + "Exp": 21910 + }, + "3:62": { + "ExpType": 3, + "Level": 62, + "Exp": 23140 + }, + "3:63": { + "ExpType": 3, + "Level": 63, + "Exp": 24390 + }, + "3:64": { + "ExpType": 3, + "Level": 64, + "Exp": 25660 + }, + "3:65": { + "ExpType": 3, + "Level": 65, + "Exp": 26950 + }, + "3:66": { + "ExpType": 3, + "Level": 66, + "Exp": 28260 + }, + "3:67": { + "ExpType": 3, + "Level": 67, + "Exp": 29590 + }, + "3:68": { + "ExpType": 3, + "Level": 68, + "Exp": 30940 + }, + "3:69": { + "ExpType": 3, + "Level": 69, + "Exp": 32310 + }, + "3:70": { + "ExpType": 3, + "Level": 70, + "Exp": 33700 + }, + "3:71": { + "ExpType": 3, + "Level": 71, + "Exp": 36520 + }, + "3:72": { + "ExpType": 3, + "Level": 72, + "Exp": 40200 + }, + "3:73": { + "ExpType": 3, + "Level": 73, + "Exp": 43940 + }, + "3:74": { + "ExpType": 3, + "Level": 74, + "Exp": 47740 + }, + "3:75": { + "ExpType": 3, + "Level": 75, + "Exp": 51590 + }, + "3:76": { + "ExpType": 3, + "Level": 76, + "Exp": 55500 + }, + "3:77": { + "ExpType": 3, + "Level": 77, + "Exp": 59470 + }, + "3:78": { + "ExpType": 3, + "Level": 78, + "Exp": 63490 + }, + "3:79": { + "ExpType": 3, + "Level": 79, + "Exp": 67570 + }, + "3:80": { + "ExpType": 3, + "Level": 80, + "Exp": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/EquipmentPromotionExcelTable.json b/CrepePackage/src/data/excel/EquipmentPromotionExcelTable.json new file mode 100644 index 0000000..e2a5b0e --- /dev/null +++ b/CrepePackage/src/data/excel/EquipmentPromotionExcelTable.json @@ -0,0 +1,8822 @@ +{ + "20000:0": { + "EquipmentID": 20000, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110121, + "ItemNum": 2 + }, + { + "ItemID": 112001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 164926744168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 61847529064 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20000:1": { + "EquipmentID": 20000, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110122, + "ItemNum": 4 + }, + { + "ItemID": 112001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 626721627836 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 235020610440 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20000:2": { + "EquipmentID": 20000, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110122, + "ItemNum": 8 + }, + { + "ItemID": 112002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1088516511500 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 408193691812 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20000:3": { + "EquipmentID": 20000, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110123, + "ItemNum": 6 + }, + { + "ItemID": 112003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1550311395168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 581366773188 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20000:4": { + "EquipmentID": 20000, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110123, + "ItemNum": 22 + }, + { + "ItemID": 112003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2012106278832 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 754539854564 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20000:5": { + "EquipmentID": 20000, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2473901162496 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 927712935936 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20001:0": { + "EquipmentID": 20001, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110171, + "ItemNum": 2 + }, + { + "ItemID": 111001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 51539607552 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20001:1": { + "EquipmentID": 20001, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110172, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 195850508700 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20001:2": { + "EquipmentID": 20001, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110172, + "ItemNum": 8 + }, + { + "ItemID": 111002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 340161409844 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20001:3": { + "EquipmentID": 20001, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110173, + "ItemNum": 6 + }, + { + "ItemID": 111003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 484472310992 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20001:4": { + "EquipmentID": 20001, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110173, + "ItemNum": 22 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 628783212136 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20001:5": { + "EquipmentID": 20001, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 773094113280 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20002:0": { + "EquipmentID": 20002, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110111, + "ItemNum": 2 + }, + { + "ItemID": 111011, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 164926744168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 72155450576 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 38654705664 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20002:1": { + "EquipmentID": 20002, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110112, + "ItemNum": 4 + }, + { + "ItemID": 111011, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 626721627836 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 274190712180 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 146887881524 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20002:2": { + "EquipmentID": 20002, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110112, + "ItemNum": 8 + }, + { + "ItemID": 111012, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1088516511500 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 476225973784 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 255121057384 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20002:3": { + "EquipmentID": 20002, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110113, + "ItemNum": 6 + }, + { + "ItemID": 111013, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1550311395168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 678261235388 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 363354233244 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20002:4": { + "EquipmentID": 20002, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110113, + "ItemNum": 22 + }, + { + "ItemID": 111013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2012106278832 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 880296496992 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 471587409104 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20002:5": { + "EquipmentID": 20002, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2473901162496 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 1082331758592 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 579820584960 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20003:0": { + "EquipmentID": 20003, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110141, + "ItemNum": 2 + }, + { + "ItemID": 111001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 164926744168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 51539607552 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "20003:1": { + "EquipmentID": 20003, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110142, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 626721627836 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 195850508700 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "20003:2": { + "EquipmentID": 20003, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110142, + "ItemNum": 8 + }, + { + "ItemID": 111002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1088516511500 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 340161409844 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "20003:3": { + "EquipmentID": 20003, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110143, + "ItemNum": 6 + }, + { + "ItemID": 111003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1550311395168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 484472310992 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "20003:4": { + "EquipmentID": 20003, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110143, + "ItemNum": 22 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2012106278832 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 628783212136 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "20003:5": { + "EquipmentID": 20003, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2473901162496 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 773094113280 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "20004:0": { + "EquipmentID": 20004, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110151, + "ItemNum": 2 + }, + { + "ItemID": 112011, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 164926744168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 61847529064 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20004:1": { + "EquipmentID": 20004, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110152, + "ItemNum": 4 + }, + { + "ItemID": 112011, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 626721627836 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 235020610440 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20004:2": { + "EquipmentID": 20004, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110152, + "ItemNum": 8 + }, + { + "ItemID": 112012, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1088516511500 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 408193691812 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20004:3": { + "EquipmentID": 20004, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110153, + "ItemNum": 6 + }, + { + "ItemID": 112013, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1550311395168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 581366773188 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20004:4": { + "EquipmentID": 20004, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110153, + "ItemNum": 22 + }, + { + "ItemID": 112013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2012106278832 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 754539854564 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20004:5": { + "EquipmentID": 20004, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2473901162496 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 927712935936 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20005:0": { + "EquipmentID": 20005, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110161, + "ItemNum": 2 + }, + { + "ItemID": 112001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 164926744168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 61847529064 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20005:1": { + "EquipmentID": 20005, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110162, + "ItemNum": 4 + }, + { + "ItemID": 112001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 626721627836 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 235020610440 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20005:2": { + "EquipmentID": 20005, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110162, + "ItemNum": 8 + }, + { + "ItemID": 112002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1088516511500 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 408193691812 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20005:3": { + "EquipmentID": 20005, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110163, + "ItemNum": 6 + }, + { + "ItemID": 112003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1550311395168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 581366773188 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20005:4": { + "EquipmentID": 20005, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110163, + "ItemNum": 22 + }, + { + "ItemID": 112003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2012106278832 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 754539854564 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20005:5": { + "EquipmentID": 20005, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2473901162496 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 927712935936 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20006:0": { + "EquipmentID": 20006, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110131, + "ItemNum": 2 + }, + { + "ItemID": 111001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 144310901148 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 72155450576 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20006:1": { + "EquipmentID": 20006, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110132, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 548381424356 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 274190712180 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20006:2": { + "EquipmentID": 20006, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110132, + "ItemNum": 8 + }, + { + "ItemID": 111002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 952451947564 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 476225973784 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20006:3": { + "EquipmentID": 20006, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110133, + "ItemNum": 6 + }, + { + "ItemID": 111003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1356522470772 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 678261235388 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20006:4": { + "EquipmentID": 20006, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110133, + "ItemNum": 22 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 1760592993980 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 880296496992 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20006:5": { + "EquipmentID": 20006, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2164663517184 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 1082331758592 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20007:0": { + "EquipmentID": 20007, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110121, + "ItemNum": 2 + }, + { + "ItemID": 112001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 144310901148 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 72155450576 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20007:1": { + "EquipmentID": 20007, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110122, + "ItemNum": 4 + }, + { + "ItemID": 112001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 548381424356 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 274190712180 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20007:2": { + "EquipmentID": 20007, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110122, + "ItemNum": 8 + }, + { + "ItemID": 112002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 952451947564 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 476225973784 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20007:3": { + "EquipmentID": 20007, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110123, + "ItemNum": 6 + }, + { + "ItemID": 112003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1356522470772 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 678261235388 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20007:4": { + "EquipmentID": 20007, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110123, + "ItemNum": 22 + }, + { + "ItemID": 112003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 1760592993980 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 880296496992 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20007:5": { + "EquipmentID": 20007, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2164663517184 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 1082331758592 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20008:0": { + "EquipmentID": 20008, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110171, + "ItemNum": 2 + }, + { + "ItemID": 111001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 61847529064 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 38654705664 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20008:1": { + "EquipmentID": 20008, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110172, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 235020610440 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 146887881524 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20008:2": { + "EquipmentID": 20008, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110172, + "ItemNum": 8 + }, + { + "ItemID": 111002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 408193691812 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 255121057384 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20008:3": { + "EquipmentID": 20008, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110173, + "ItemNum": 6 + }, + { + "ItemID": 111003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 581366773188 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 363354233244 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20008:4": { + "EquipmentID": 20008, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110173, + "ItemNum": 22 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 754539854564 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 471587409104 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20008:5": { + "EquipmentID": 20008, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 927712935936 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 579820584960 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20009:0": { + "EquipmentID": 20009, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110111, + "ItemNum": 2 + }, + { + "ItemID": 111011, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 164926744168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 72155450576 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 38654705664 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20009:1": { + "EquipmentID": 20009, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110112, + "ItemNum": 4 + }, + { + "ItemID": 111011, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 626721627836 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 274190712180 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 146887881524 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20009:2": { + "EquipmentID": 20009, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110112, + "ItemNum": 8 + }, + { + "ItemID": 111012, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1088516511500 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 476225973784 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 255121057384 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20009:3": { + "EquipmentID": 20009, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110113, + "ItemNum": 6 + }, + { + "ItemID": 111013, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1550311395168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 678261235388 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 363354233244 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20009:4": { + "EquipmentID": 20009, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110113, + "ItemNum": 22 + }, + { + "ItemID": 111013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2012106278832 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 880296496992 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 471587409104 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20009:5": { + "EquipmentID": 20009, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2473901162496 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 1082331758592 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 579820584960 + }, + "BaseDefenceAdd": { + "RawValue": 9277129360 + } + }, + "20010:0": { + "EquipmentID": 20010, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110141, + "ItemNum": 2 + }, + { + "ItemID": 111001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 51539607552 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20010:1": { + "EquipmentID": 20010, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110142, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 195850508700 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20010:2": { + "EquipmentID": 20010, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110142, + "ItemNum": 8 + }, + { + "ItemID": 111002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 340161409844 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20010:3": { + "EquipmentID": 20010, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110143, + "ItemNum": 6 + }, + { + "ItemID": 111003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 484472310992 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20010:4": { + "EquipmentID": 20010, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110143, + "ItemNum": 22 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 628783212136 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20010:5": { + "EquipmentID": 20010, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 773094113280 + }, + "BaseAttackAdd": { + "RawValue": 12369505816 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20011:0": { + "EquipmentID": 20011, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110151, + "ItemNum": 2 + }, + { + "ItemID": 112011, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 164926744168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 61847529064 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20011:1": { + "EquipmentID": 20011, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110152, + "ItemNum": 4 + }, + { + "ItemID": 112011, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 626721627836 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 235020610440 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20011:2": { + "EquipmentID": 20011, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110152, + "ItemNum": 8 + }, + { + "ItemID": 112012, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1088516511500 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 408193691812 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20011:3": { + "EquipmentID": 20011, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110153, + "ItemNum": 6 + }, + { + "ItemID": 112013, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1550311395168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 581366773188 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20011:4": { + "EquipmentID": 20011, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110153, + "ItemNum": 22 + }, + { + "ItemID": 112013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2012106278832 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 754539854564 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20011:5": { + "EquipmentID": 20011, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2473901162496 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 927712935936 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20012:0": { + "EquipmentID": 20012, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110161, + "ItemNum": 2 + }, + { + "ItemID": 112001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 164926744168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 61847529064 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20012:1": { + "EquipmentID": 20012, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110162, + "ItemNum": 4 + }, + { + "ItemID": 112001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 626721627836 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 235020610440 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20012:2": { + "EquipmentID": 20012, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110162, + "ItemNum": 8 + }, + { + "ItemID": 112002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1088516511500 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 408193691812 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20012:3": { + "EquipmentID": 20012, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110163, + "ItemNum": 6 + }, + { + "ItemID": 112003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1550311395168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 581366773188 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20012:4": { + "EquipmentID": 20012, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110163, + "ItemNum": 22 + }, + { + "ItemID": 112003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2012106278832 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 754539854564 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20012:5": { + "EquipmentID": 20012, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2473901162496 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 927712935936 + }, + "BaseAttackAdd": { + "RawValue": 14843406975 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20013:0": { + "EquipmentID": 20013, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 110131, + "ItemNum": 2 + }, + { + "ItemID": 111001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 144310901148 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 72155450576 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20013:1": { + "EquipmentID": 20013, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 110132, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 548381424356 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 274190712180 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20013:2": { + "EquipmentID": 20013, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 110132, + "ItemNum": 8 + }, + { + "ItemID": 111002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 952451947564 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 476225973784 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20013:3": { + "EquipmentID": 20013, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 110133, + "ItemNum": 6 + }, + { + "ItemID": 111003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1356522470772 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 678261235388 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20013:4": { + "EquipmentID": 20013, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 110133, + "ItemNum": 22 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 1760592993980 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 880296496992 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "20013:5": { + "EquipmentID": 20013, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2164663517184 + }, + "BaseHPAdd": { + "RawValue": 34634616274 + }, + "BaseAttack": { + "RawValue": 1082331758592 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21000:0": { + "EquipmentID": 21000, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110171, + "ItemNum": 3 + }, + { + "ItemID": 111001, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 82463372084 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21000:1": { + "EquipmentID": 21000, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110172, + "ItemNum": 5 + }, + { + "ItemID": 111001, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 313360813920 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21000:2": { + "EquipmentID": 21000, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110172, + "ItemNum": 10 + }, + { + "ItemID": 111002, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 544258255752 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21000:3": { + "EquipmentID": 21000, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110173, + "ItemNum": 9 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 775155697584 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21000:4": { + "EquipmentID": 21000, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110173, + "ItemNum": 28 + }, + { + "ItemID": 111003, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1006053139416 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21000:5": { + "EquipmentID": 21000, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1236950581248 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21001:0": { + "EquipmentID": 21001, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110151, + "ItemNum": 3 + }, + { + "ItemID": 112011, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 92771293596 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21001:1": { + "EquipmentID": 21001, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110152, + "ItemNum": 5 + }, + { + "ItemID": 112011, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 352530915656 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21001:2": { + "EquipmentID": 21001, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110152, + "ItemNum": 10 + }, + { + "ItemID": 112012, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 612290537720 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21001:3": { + "EquipmentID": 21001, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110153, + "ItemNum": 9 + }, + { + "ItemID": 112013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 872050159780 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21001:4": { + "EquipmentID": 21001, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110153, + "ItemNum": 28 + }, + { + "ItemID": 112013, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1131809781844 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21001:5": { + "EquipmentID": 21001, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1391569403904 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21002:0": { + "EquipmentID": 21002, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110141, + "ItemNum": 3 + }, + { + "ItemID": 111001, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 72155450576 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 90194313216 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "21002:1": { + "EquipmentID": 21002, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110142, + "ItemNum": 5 + }, + { + "ItemID": 111001, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 274190712180 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 342738390224 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "21002:2": { + "EquipmentID": 21002, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110142, + "ItemNum": 10 + }, + { + "ItemID": 111002, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 476225973784 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 595282467228 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "21002:3": { + "EquipmentID": 21002, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110143, + "ItemNum": 9 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 678261235388 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 847826544232 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "21002:4": { + "EquipmentID": 21002, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110143, + "ItemNum": 28 + }, + { + "ItemID": 111003, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 880296496992 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 1100370621236 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "21002:5": { + "EquipmentID": 21002, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1082331758592 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 1352914698240 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "21003:0": { + "EquipmentID": 21003, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110121, + "ItemNum": 3 + }, + { + "ItemID": 112001, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 92771293596 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21003:1": { + "EquipmentID": 21003, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110122, + "ItemNum": 5 + }, + { + "ItemID": 112001, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 352530915656 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21003:2": { + "EquipmentID": 21003, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110122, + "ItemNum": 10 + }, + { + "ItemID": 112002, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 612290537720 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21003:3": { + "EquipmentID": 21003, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110123, + "ItemNum": 9 + }, + { + "ItemID": 112003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 872050159780 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21003:4": { + "EquipmentID": 21003, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110123, + "ItemNum": 28 + }, + { + "ItemID": 112003, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1131809781844 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21003:5": { + "EquipmentID": 21003, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1391569403904 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21004:0": { + "EquipmentID": 21004, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110161, + "ItemNum": 3 + }, + { + "ItemID": 112001, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 82463372084 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 77309411328 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "21004:1": { + "EquipmentID": 21004, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110162, + "ItemNum": 5 + }, + { + "ItemID": 112001, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 313360813920 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 293775763048 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "21004:2": { + "EquipmentID": 21004, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110162, + "ItemNum": 10 + }, + { + "ItemID": 112002, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 544258255752 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 510242114768 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "21004:3": { + "EquipmentID": 21004, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110163, + "ItemNum": 9 + }, + { + "ItemID": 112003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 775155697584 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 726708466484 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "21004:4": { + "EquipmentID": 21004, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110163, + "ItemNum": 28 + }, + { + "ItemID": 112003, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1006053139416 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 943174818204 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "21004:5": { + "EquipmentID": 21004, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1236950581248 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 1159641169920 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "21005:0": { + "EquipmentID": 21005, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110111, + "ItemNum": 3 + }, + { + "ItemID": 111011, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 92771293596 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21005:1": { + "EquipmentID": 21005, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110112, + "ItemNum": 5 + }, + { + "ItemID": 111011, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 352530915656 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21005:2": { + "EquipmentID": 21005, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110112, + "ItemNum": 10 + }, + { + "ItemID": 111012, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 612290537720 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21005:3": { + "EquipmentID": 21005, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110113, + "ItemNum": 9 + }, + { + "ItemID": 111013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 872050159780 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21005:4": { + "EquipmentID": 21005, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110113, + "ItemNum": 28 + }, + { + "ItemID": 111013, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1131809781844 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21005:5": { + "EquipmentID": 21005, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1391569403904 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21006:0": { + "EquipmentID": 21006, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110131, + "ItemNum": 3 + }, + { + "ItemID": 112011, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 92771293596 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21006:1": { + "EquipmentID": 21006, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110132, + "ItemNum": 5 + }, + { + "ItemID": 112011, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 352530915656 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21006:2": { + "EquipmentID": 21006, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110132, + "ItemNum": 10 + }, + { + "ItemID": 112012, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 612290537720 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21006:3": { + "EquipmentID": 21006, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110133, + "ItemNum": 9 + }, + { + "ItemID": 112013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 872050159780 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21006:4": { + "EquipmentID": 21006, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110133, + "ItemNum": 28 + }, + { + "ItemID": 112013, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1131809781844 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21006:5": { + "EquipmentID": 21006, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1391569403904 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21007:0": { + "EquipmentID": 21007, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110171, + "ItemNum": 3 + }, + { + "ItemID": 111001, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 226774273232 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 72155450576 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21007:1": { + "EquipmentID": 21007, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110172, + "ItemNum": 5 + }, + { + "ItemID": 111001, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 861742238272 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 274190712180 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21007:2": { + "EquipmentID": 21007, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110172, + "ItemNum": 10 + }, + { + "ItemID": 111002, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1496710203312 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 476225973784 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21007:3": { + "EquipmentID": 21007, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110173, + "ItemNum": 9 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 2131678168352 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 678261235388 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21007:4": { + "EquipmentID": 21007, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110173, + "ItemNum": 28 + }, + { + "ItemID": 111003, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2766646133392 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 880296496992 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21007:5": { + "EquipmentID": 21007, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3401614098432 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1082331758592 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21008:0": { + "EquipmentID": 21008, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110151, + "ItemNum": 3 + }, + { + "ItemID": 112011, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 92771293596 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21008:1": { + "EquipmentID": 21008, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110152, + "ItemNum": 5 + }, + { + "ItemID": 112011, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 352530915656 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21008:2": { + "EquipmentID": 21008, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110152, + "ItemNum": 10 + }, + { + "ItemID": 112012, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 612290537720 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21008:3": { + "EquipmentID": 21008, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110153, + "ItemNum": 9 + }, + { + "ItemID": 112013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 872050159780 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21008:4": { + "EquipmentID": 21008, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110153, + "ItemNum": 28 + }, + { + "ItemID": 112013, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1131809781844 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21008:5": { + "EquipmentID": 21008, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1391569403904 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21009:0": { + "EquipmentID": 21009, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110141, + "ItemNum": 3 + }, + { + "ItemID": 111001, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 164926744168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 72155450576 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 103079215104 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "21009:1": { + "EquipmentID": 21009, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110142, + "ItemNum": 5 + }, + { + "ItemID": 111001, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 626721627836 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 274190712180 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 391701017396 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "21009:2": { + "EquipmentID": 21009, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110142, + "ItemNum": 10 + }, + { + "ItemID": 111002, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1088516511500 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 476225973784 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 680322819688 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "21009:3": { + "EquipmentID": 21009, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110143, + "ItemNum": 9 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1550311395168 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 678261235388 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 968944621980 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "21009:4": { + "EquipmentID": 21009, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110143, + "ItemNum": 28 + }, + { + "ItemID": 111003, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2012106278832 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 880296496992 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 1257566424272 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "21009:5": { + "EquipmentID": 21009, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2473901162496 + }, + "BaseHPAdd": { + "RawValue": 39582418599 + }, + "BaseAttack": { + "RawValue": 1082331758592 + }, + "BaseAttackAdd": { + "RawValue": 17317308137 + }, + "BaseDefence": { + "RawValue": 1546188226560 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "21010:0": { + "EquipmentID": 21010, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110121, + "ItemNum": 3 + }, + { + "ItemID": 112001, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 92771293596 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21010:1": { + "EquipmentID": 21010, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110122, + "ItemNum": 5 + }, + { + "ItemID": 112001, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 352530915656 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21010:2": { + "EquipmentID": 21010, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110122, + "ItemNum": 10 + }, + { + "ItemID": 112002, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 612290537720 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21010:3": { + "EquipmentID": 21010, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110123, + "ItemNum": 9 + }, + { + "ItemID": 112003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 872050159780 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21010:4": { + "EquipmentID": 21010, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110123, + "ItemNum": 28 + }, + { + "ItemID": 112003, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1131809781844 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21010:5": { + "EquipmentID": 21010, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1391569403904 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21011:0": { + "EquipmentID": 21011, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110161, + "ItemNum": 3 + }, + { + "ItemID": 112001, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 82463372084 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21011:1": { + "EquipmentID": 21011, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110162, + "ItemNum": 5 + }, + { + "ItemID": 112001, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 313360813920 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21011:2": { + "EquipmentID": 21011, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110162, + "ItemNum": 10 + }, + { + "ItemID": 112002, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 544258255752 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21011:3": { + "EquipmentID": 21011, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110163, + "ItemNum": 9 + }, + { + "ItemID": 112003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 775155697584 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21011:4": { + "EquipmentID": 21011, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110163, + "ItemNum": 28 + }, + { + "ItemID": 112003, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1006053139416 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21011:5": { + "EquipmentID": 21011, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1236950581248 + }, + "BaseAttackAdd": { + "RawValue": 19791209300 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "21012:0": { + "EquipmentID": 21012, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110111, + "ItemNum": 3 + }, + { + "ItemID": 111011, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 92771293596 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21012:1": { + "EquipmentID": 21012, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110112, + "ItemNum": 5 + }, + { + "ItemID": 111011, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 352530915656 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21012:2": { + "EquipmentID": 21012, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110112, + "ItemNum": 10 + }, + { + "ItemID": 111012, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 612290537720 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21012:3": { + "EquipmentID": 21012, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110113, + "ItemNum": 9 + }, + { + "ItemID": 111013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 872050159780 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21012:4": { + "EquipmentID": 21012, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110113, + "ItemNum": 28 + }, + { + "ItemID": 111013, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1131809781844 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21012:5": { + "EquipmentID": 21012, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1391569403904 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21013:0": { + "EquipmentID": 21013, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 8000 + }, + { + "ItemID": 110131, + "ItemNum": 3 + }, + { + "ItemID": 112011, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 103079215104 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 51539607552 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21013:1": { + "EquipmentID": 21013, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 32000 + }, + { + "ItemID": 110132, + "ItemNum": 5 + }, + { + "ItemID": 112011, + "ItemNum": 10 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 391701017396 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 195850508700 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21013:2": { + "EquipmentID": 21013, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 80000 + }, + { + "ItemID": 110132, + "ItemNum": 10 + }, + { + "ItemID": 112012, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 680322819688 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 340161409844 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21013:3": { + "EquipmentID": 21013, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 160000 + }, + { + "ItemID": 110133, + "ItemNum": 9 + }, + { + "ItemID": 112013, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 968944621980 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 484472310992 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21013:4": { + "EquipmentID": 21013, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 320000 + }, + { + "ItemID": 110133, + "ItemNum": 28 + }, + { + "ItemID": 112013, + "ItemNum": 4 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1257566424272 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 628783212136 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "21013:5": { + "EquipmentID": 21013, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1546188226560 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 773094113280 + }, + "BaseDefenceAdd": { + "RawValue": 12369505816 + } + }, + "23000:0": { + "EquipmentID": 23000, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110131, + "ItemNum": 4 + }, + { + "ItemID": 112011, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 123695058128 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 77309411328 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23000:1": { + "EquipmentID": 23000, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110132, + "ItemNum": 6 + }, + { + "ItemID": 112011, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 470041220876 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 293775763048 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23000:2": { + "EquipmentID": 23000, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110132, + "ItemNum": 12 + }, + { + "ItemID": 112012, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 816387383624 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 510242114768 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23000:3": { + "EquipmentID": 23000, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110133, + "ItemNum": 12 + }, + { + "ItemID": 112013, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1162733546376 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 726708466484 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23000:4": { + "EquipmentID": 23000, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110133, + "ItemNum": 34 + }, + { + "ItemID": 112013, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1509079709124 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 943174818204 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23000:5": { + "EquipmentID": 23000, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1855425871872 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 1159641169920 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23001:0": { + "EquipmentID": 23001, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110121, + "ItemNum": 4 + }, + { + "ItemID": 112001, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 226774273232 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 113387136616 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 77309411328 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23001:1": { + "EquipmentID": 23001, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110122, + "ItemNum": 6 + }, + { + "ItemID": 112001, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 861742238272 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 430871119136 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 293775763048 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23001:2": { + "EquipmentID": 23001, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110122, + "ItemNum": 12 + }, + { + "ItemID": 112002, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1496710203312 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 748355101656 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 510242114768 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23001:3": { + "EquipmentID": 23001, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110123, + "ItemNum": 12 + }, + { + "ItemID": 112003, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 2131678168352 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1065839084176 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 726708466484 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23001:4": { + "EquipmentID": 23001, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110123, + "ItemNum": 34 + }, + { + "ItemID": 112003, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2766646133392 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1383323066696 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 943174818204 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23001:5": { + "EquipmentID": 23001, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3401614098432 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1700807049216 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 1159641169920 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23002:0": { + "EquipmentID": 23002, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110111, + "ItemNum": 4 + }, + { + "ItemID": 111011, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 226774273232 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 123695058128 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 64424509440 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "23002:1": { + "EquipmentID": 23002, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110112, + "ItemNum": 6 + }, + { + "ItemID": 111011, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 861742238272 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 470041220876 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 244813135872 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "23002:2": { + "EquipmentID": 23002, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110112, + "ItemNum": 12 + }, + { + "ItemID": 111012, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1496710203312 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 816387383624 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 425201762304 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "23002:3": { + "EquipmentID": 23002, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110113, + "ItemNum": 12 + }, + { + "ItemID": 111013, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 2131678168352 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1162733546376 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 605590388736 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "23002:4": { + "EquipmentID": 23002, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110113, + "ItemNum": 34 + }, + { + "ItemID": 111013, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2766646133392 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1509079709124 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 785979015168 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "23002:5": { + "EquipmentID": 23002, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3401614098432 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1855425871872 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 966367641600 + }, + "BaseDefenceAdd": { + "RawValue": 15461882268 + } + }, + "23003:0": { + "EquipmentID": 23003, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110161, + "ItemNum": 4 + }, + { + "ItemID": 112001, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 226774273232 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 103079215104 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 90194313216 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23003:1": { + "EquipmentID": 23003, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110162, + "ItemNum": 6 + }, + { + "ItemID": 112001, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 861742238272 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 391701017396 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 342738390224 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23003:2": { + "EquipmentID": 23003, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110162, + "ItemNum": 12 + }, + { + "ItemID": 112002, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1496710203312 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 680322819688 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 595282467228 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23003:3": { + "EquipmentID": 23003, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110163, + "ItemNum": 12 + }, + { + "ItemID": 112003, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 2131678168352 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 968944621980 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 847826544232 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23003:4": { + "EquipmentID": 23003, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110163, + "ItemNum": 34 + }, + { + "ItemID": 112003, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2766646133392 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1257566424272 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 1100370621236 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23003:5": { + "EquipmentID": 23003, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3401614098432 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1546188226560 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 1352914698240 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23004:0": { + "EquipmentID": 23004, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110151, + "ItemNum": 4 + }, + { + "ItemID": 112011, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 113387136616 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 90194313216 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23004:1": { + "EquipmentID": 23004, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110152, + "ItemNum": 6 + }, + { + "ItemID": 112011, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 430871119136 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 342738390224 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23004:2": { + "EquipmentID": 23004, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110152, + "ItemNum": 12 + }, + { + "ItemID": 112012, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 748355101656 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 595282467228 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23004:3": { + "EquipmentID": 23004, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110153, + "ItemNum": 12 + }, + { + "ItemID": 112013, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1065839084176 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 847826544232 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23004:4": { + "EquipmentID": 23004, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110153, + "ItemNum": 34 + }, + { + "ItemID": 112013, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1383323066696 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 1100370621236 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23004:5": { + "EquipmentID": 23004, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1700807049216 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 1352914698240 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23005:0": { + "EquipmentID": 23005, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110141, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 92771293596 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 115964116992 + }, + "BaseDefenceAdd": { + "RawValue": 27831388080 + } + }, + "23005:1": { + "EquipmentID": 23005, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110142, + "ItemNum": 6 + }, + { + "ItemID": 111001, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 352530915656 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 440663644572 + }, + "BaseDefenceAdd": { + "RawValue": 27831388080 + } + }, + "23005:2": { + "EquipmentID": 23005, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110142, + "ItemNum": 12 + }, + { + "ItemID": 111002, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 612290537720 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 765363172148 + }, + "BaseDefenceAdd": { + "RawValue": 27831388080 + } + }, + "23005:3": { + "EquipmentID": 23005, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110143, + "ItemNum": 12 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 872050159780 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 1090062699728 + }, + "BaseDefenceAdd": { + "RawValue": 27831388080 + } + }, + "23005:4": { + "EquipmentID": 23005, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110143, + "ItemNum": 34 + }, + { + "ItemID": 111003, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1131809781844 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 1414762227304 + }, + "BaseDefenceAdd": { + "RawValue": 27831388080 + } + }, + "23005:5": { + "EquipmentID": 23005, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1391569403904 + }, + "BaseAttackAdd": { + "RawValue": 22265110462 + }, + "BaseDefence": { + "RawValue": 1739461754880 + }, + "BaseDefenceAdd": { + "RawValue": 27831388080 + } + }, + "23006:0": { + "EquipmentID": 23006, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110151, + "ItemNum": 4 + }, + { + "ItemID": 112011, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 103079215104 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 103079215104 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "23006:1": { + "EquipmentID": 23006, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110152, + "ItemNum": 6 + }, + { + "ItemID": 112011, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 391701017396 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 391701017396 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "23006:2": { + "EquipmentID": 23006, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110152, + "ItemNum": 12 + }, + { + "ItemID": 112012, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 680322819688 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 680322819688 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "23006:3": { + "EquipmentID": 23006, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110153, + "ItemNum": 12 + }, + { + "ItemID": 112013, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 968944621980 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 968944621980 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "23006:4": { + "EquipmentID": 23006, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110153, + "ItemNum": 34 + }, + { + "ItemID": 112013, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1257566424272 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 1257566424272 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "23006:5": { + "EquipmentID": 23006, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1546188226560 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 1546188226560 + }, + "BaseDefenceAdd": { + "RawValue": 24739011628 + } + }, + "23007:0": { + "EquipmentID": 23007, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110151, + "ItemNum": 4 + }, + { + "ItemID": 112011, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 185542587188 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 123695058128 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 90194313216 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23007:1": { + "EquipmentID": 23007, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110152, + "ItemNum": 6 + }, + { + "ItemID": 112011, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 705061831312 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 470041220876 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 342738390224 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23007:2": { + "EquipmentID": 23007, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110152, + "ItemNum": 12 + }, + { + "ItemID": 112012, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1224581075436 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 816387383624 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 595282467228 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23007:3": { + "EquipmentID": 23007, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110153, + "ItemNum": 12 + }, + { + "ItemID": 112013, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1744100319560 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1162733546376 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 847826544232 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23007:4": { + "EquipmentID": 23007, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110153, + "ItemNum": 34 + }, + { + "ItemID": 112013, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2263619563684 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1509079709124 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 1100370621236 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23007:5": { + "EquipmentID": 23007, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 2783138807808 + }, + "BaseHPAdd": { + "RawValue": 44530220924 + }, + "BaseAttack": { + "RawValue": 1855425871872 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 1352914698240 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "29000:0": { + "EquipmentID": 29000, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 6000 + }, + { + "ItemID": 111001, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 226774273232 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 103079215104 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 90194313216 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "29000:1": { + "EquipmentID": 29000, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 24000 + }, + { + "ItemID": 111001, + "ItemNum": 5 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 861742238272 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 391701017396 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 342738390224 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "29000:2": { + "EquipmentID": 29000, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 60000 + }, + { + "ItemID": 111002, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1496710203312 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 680322819688 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 595282467228 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "29000:3": { + "EquipmentID": 29000, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 120000 + }, + { + "ItemID": 111003, + "ItemNum": 1 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 2131678168352 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 968944621980 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 847826544232 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "29000:4": { + "EquipmentID": 29000, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 240000 + }, + { + "ItemID": 111003, + "ItemNum": 2 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2766646133392 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1257566424272 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 1100370621236 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "29000:5": { + "EquipmentID": 29000, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3401614098432 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1546188226560 + }, + "BaseAttackAdd": { + "RawValue": 24739011628 + }, + "BaseDefence": { + "RawValue": 1352914698240 + }, + "BaseDefenceAdd": { + "RawValue": 21646635172 + } + }, + "23008:0": { + "EquipmentID": 23008, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110171, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 226774273232 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 113387136616 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 77309411328 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23008:1": { + "EquipmentID": 23008, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110172, + "ItemNum": 6 + }, + { + "ItemID": 111001, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 861742238272 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 430871119136 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 293775763048 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23008:2": { + "EquipmentID": 23008, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110172, + "ItemNum": 12 + }, + { + "ItemID": 111002, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1496710203312 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 748355101656 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 510242114768 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23008:3": { + "EquipmentID": 23008, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110173, + "ItemNum": 12 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 2131678168352 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1065839084176 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 726708466484 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23008:4": { + "EquipmentID": 23008, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110173, + "ItemNum": 34 + }, + { + "ItemID": 111003, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2766646133392 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1383323066696 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 943174818204 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23008:5": { + "EquipmentID": 23008, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3401614098432 + }, + "BaseHPAdd": { + "RawValue": 54425825577 + }, + "BaseAttack": { + "RawValue": 1700807049216 + }, + "BaseAttackAdd": { + "RawValue": 27212912787 + }, + "BaseDefence": { + "RawValue": 1159641169920 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23009:0": { + "EquipmentID": 23009, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110111, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 123695058128 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 77309411328 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23009:1": { + "EquipmentID": 23009, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110112, + "ItemNum": 6 + }, + { + "ItemID": 111001, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 470041220876 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 293775763048 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23009:2": { + "EquipmentID": 23009, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110112, + "ItemNum": 12 + }, + { + "ItemID": 111002, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 816387383624 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 510242114768 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23009:3": { + "EquipmentID": 23009, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110113, + "ItemNum": 12 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1162733546376 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 726708466484 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23009:4": { + "EquipmentID": 23009, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110113, + "ItemNum": 34 + }, + { + "ItemID": 111003, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1509079709124 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 943174818204 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23009:5": { + "EquipmentID": 23009, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1855425871872 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 1159641169920 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23010:0": { + "EquipmentID": 23010, + "Promotion": 0, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 10000 + }, + { + "ItemID": 110131, + "ItemNum": 4 + }, + { + "ItemID": 111001, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 1, + "PlayerLevelRequire": 0, + "MaxLevel": 20, + "BaseHP": { + "RawValue": 206158430208 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 123695058128 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 77309411328 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23010:1": { + "EquipmentID": 23010, + "Promotion": 1, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 40000 + }, + { + "ItemID": 110132, + "ItemNum": 6 + }, + { + "ItemID": 111001, + "ItemNum": 15 + } + ], + "WorldLevelRequire": 2, + "PlayerLevelRequire": 0, + "MaxLevel": 40, + "BaseHP": { + "RawValue": 783402034792 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 470041220876 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 293775763048 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23010:2": { + "EquipmentID": 23010, + "Promotion": 2, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 100000 + }, + { + "ItemID": 110132, + "ItemNum": 12 + }, + { + "ItemID": 111002, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 3, + "PlayerLevelRequire": 0, + "MaxLevel": 50, + "BaseHP": { + "RawValue": 1360645639376 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 816387383624 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 510242114768 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23010:3": { + "EquipmentID": 23010, + "Promotion": 3, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 200000 + }, + { + "ItemID": 110133, + "ItemNum": 12 + }, + { + "ItemID": 111003, + "ItemNum": 3 + } + ], + "WorldLevelRequire": 4, + "PlayerLevelRequire": 0, + "MaxLevel": 60, + "BaseHP": { + "RawValue": 1937889243956 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1162733546376 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 726708466484 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23010:4": { + "EquipmentID": 23010, + "Promotion": 4, + "PromotionCostList": [ + { + "ItemID": 2, + "ItemNum": 400000 + }, + { + "ItemID": 110133, + "ItemNum": 34 + }, + { + "ItemID": 111003, + "ItemNum": 6 + } + ], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 70, + "BaseHP": { + "RawValue": 2515132848540 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1509079709124 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 943174818204 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + }, + "23010:5": { + "EquipmentID": 23010, + "Promotion": 5, + "PromotionCostList": [], + "WorldLevelRequire": 5, + "PlayerLevelRequire": 0, + "MaxLevel": 80, + "BaseHP": { + "RawValue": 3092376453120 + }, + "BaseHPAdd": { + "RawValue": 49478023252 + }, + "BaseAttack": { + "RawValue": 1855425871872 + }, + "BaseAttackAdd": { + "RawValue": 29686813953 + }, + "BaseDefence": { + "RawValue": 1159641169920 + }, + "BaseDefenceAdd": { + "RawValue": 18554258720 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/EquipmentSkillExcelTable.json b/CrepePackage/src/data/excel/EquipmentSkillExcelTable.json new file mode 100644 index 0000000..0dadb2f --- /dev/null +++ b/CrepePackage/src/data/excel/EquipmentSkillExcelTable.json @@ -0,0 +1,3842 @@ +{ + "20000:1": { + "SkillID": 20000, + "SkillName": { + "hash": -953112923 + }, + "SkillDesc": { + "hash": 1777866215 + }, + "Level": 1, + "AbilityName": "Ability20000", + "ParamList": [ + { + "RawValue": 515396076 + } + ] + }, + "20000:2": { + "SkillID": 20000, + "SkillName": { + "hash": -953112923 + }, + "SkillDesc": { + "hash": 1777866215 + }, + "Level": 2, + "AbilityName": "Ability20000", + "ParamList": [ + { + "RawValue": 644245095 + } + ] + }, + "20000:3": { + "SkillID": 20000, + "SkillName": { + "hash": -953112923 + }, + "SkillDesc": { + "hash": 1777866215 + }, + "Level": 3, + "AbilityName": "Ability20000", + "ParamList": [ + { + "RawValue": 773094114 + } + ] + }, + "20000:4": { + "SkillID": 20000, + "SkillName": { + "hash": -953112923 + }, + "SkillDesc": { + "hash": 1777866215 + }, + "Level": 4, + "AbilityName": "Ability20000", + "ParamList": [ + { + "RawValue": 901943133 + } + ] + }, + "20000:5": { + "SkillID": 20000, + "SkillName": { + "hash": -953112923 + }, + "SkillDesc": { + "hash": 1777866215 + }, + "Level": 5, + "AbilityName": "Ability20000", + "ParamList": [ + { + "RawValue": 1030792152 + } + ] + }, + "20001:1": { + "SkillID": 20001, + "SkillName": { + "hash": 612971018 + }, + "SkillDesc": { + "hash": -951017140 + }, + "Level": 1, + "AbilityName": "Ability20001", + "ParamList": [ + { + "RawValue": 687194768 + } + ] + }, + "20001:2": { + "SkillID": 20001, + "SkillName": { + "hash": 612971018 + }, + "SkillDesc": { + "hash": -951017140 + }, + "Level": 2, + "AbilityName": "Ability20001", + "ParamList": [ + { + "RawValue": 858993460 + } + ] + }, + "20001:3": { + "SkillID": 20001, + "SkillName": { + "hash": 612971018 + }, + "SkillDesc": { + "hash": -951017140 + }, + "Level": 3, + "AbilityName": "Ability20001", + "ParamList": [ + { + "RawValue": 1030792152 + } + ] + }, + "20001:4": { + "SkillID": 20001, + "SkillName": { + "hash": 612971018 + }, + "SkillDesc": { + "hash": -951017140 + }, + "Level": 4, + "AbilityName": "Ability20001", + "ParamList": [ + { + "RawValue": 1202590844 + } + ] + }, + "20001:5": { + "SkillID": 20001, + "SkillName": { + "hash": 612971018 + }, + "SkillDesc": { + "hash": -951017140 + }, + "Level": 5, + "AbilityName": "Ability20001", + "ParamList": [ + { + "RawValue": 1374389536 + } + ] + }, + "20002:1": { + "SkillID": 20002, + "SkillName": { + "hash": 209686491 + }, + "SkillDesc": { + "hash": 615066801 + }, + "Level": 1, + "AbilityName": "Ability20002", + "ParamList": [ + { + "RawValue": 687194768 + } + ] + }, + "20002:2": { + "SkillID": 20002, + "SkillName": { + "hash": 209686491 + }, + "SkillDesc": { + "hash": 615066801 + }, + "Level": 2, + "AbilityName": "Ability20002", + "ParamList": [ + { + "RawValue": 858993460 + } + ] + }, + "20002:3": { + "SkillID": 20002, + "SkillName": { + "hash": 209686491 + }, + "SkillDesc": { + "hash": 615066801 + }, + "Level": 3, + "AbilityName": "Ability20002", + "ParamList": [ + { + "RawValue": 1030792152 + } + ] + }, + "20002:4": { + "SkillID": 20002, + "SkillName": { + "hash": 209686491 + }, + "SkillDesc": { + "hash": 615066801 + }, + "Level": 4, + "AbilityName": "Ability20002", + "ParamList": [ + { + "RawValue": 1202590844 + } + ] + }, + "20002:5": { + "SkillID": 20002, + "SkillName": { + "hash": 209686491 + }, + "SkillDesc": { + "hash": 615066801 + }, + "Level": 5, + "AbilityName": "Ability20002", + "ParamList": [ + { + "RawValue": 1374389536 + } + ] + }, + "20003:1": { + "SkillID": 20003, + "SkillName": { + "hash": 1775770432 + }, + "SkillDesc": { + "hash": -2113816554 + }, + "Level": 1, + "AbilityName": "Ability20003", + "ParamList": [ + { + "RawValue": 687194768 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 687194768 + } + ] + }, + "20003:2": { + "SkillID": 20003, + "SkillName": { + "hash": 1775770432 + }, + "SkillDesc": { + "hash": -2113816554 + }, + "Level": 2, + "AbilityName": "Ability20003", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + } + ] + }, + "20003:3": { + "SkillID": 20003, + "SkillName": { + "hash": 1775770432 + }, + "SkillDesc": { + "hash": -2113816554 + }, + "Level": 3, + "AbilityName": "Ability20003", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 1030792152 + } + ] + }, + "20003:4": { + "SkillID": 20003, + "SkillName": { + "hash": 1775770432 + }, + "SkillDesc": { + "hash": -2113816554 + }, + "Level": 4, + "AbilityName": "Ability20003", + "ParamList": [ + { + "RawValue": 1202590844 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 1202590844 + } + ] + }, + "20003:5": { + "SkillID": 20003, + "SkillName": { + "hash": 1775770432 + }, + "SkillDesc": { + "hash": -2113816554 + }, + "Level": 5, + "AbilityName": "Ability20003", + "ParamList": [ + { + "RawValue": 1374389536 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 1374389536 + } + ] + }, + "20004:1": { + "SkillID": 20004, + "SkillName": { + "hash": 1372485905 + }, + "SkillDesc": { + "hash": -191502253 + }, + "Level": 1, + "AbilityName": "Ability20004", + "ParamList": [ + { + "RawValue": 858993460 + } + ] + }, + "20004:2": { + "SkillID": 20004, + "SkillName": { + "hash": 1372485905 + }, + "SkillDesc": { + "hash": -191502253 + }, + "Level": 2, + "AbilityName": "Ability20004", + "ParamList": [ + { + "RawValue": 1073741825 + } + ] + }, + "20004:3": { + "SkillID": 20004, + "SkillName": { + "hash": 1372485905 + }, + "SkillDesc": { + "hash": -191502253 + }, + "Level": 3, + "AbilityName": "Ability20004", + "ParamList": [ + { + "RawValue": 1288490190 + } + ] + }, + "20004:4": { + "SkillID": 20004, + "SkillName": { + "hash": 1372485905 + }, + "SkillDesc": { + "hash": -191502253 + }, + "Level": 4, + "AbilityName": "Ability20004", + "ParamList": [ + { + "RawValue": 1503238555 + } + ] + }, + "20004:5": { + "SkillID": 20004, + "SkillName": { + "hash": 1372485905 + }, + "SkillDesc": { + "hash": -191502253 + }, + "Level": 5, + "AbilityName": "Ability20004", + "ParamList": [ + { + "RawValue": 1717986920 + } + ] + }, + "20005:1": { + "SkillID": 20005, + "SkillName": { + "hash": -1356397450 + }, + "SkillDesc": { + "hash": 1374581688 + }, + "Level": 1, + "AbilityName": "Ability20005", + "ParamList": [ + { + "RawValue": 343597384 + } + ] + }, + "20005:2": { + "SkillID": 20005, + "SkillName": { + "hash": -1356397450 + }, + "SkillDesc": { + "hash": 1374581688 + }, + "Level": 2, + "AbilityName": "Ability20005", + "ParamList": [ + { + "RawValue": 429496730 + } + ] + }, + "20005:3": { + "SkillID": 20005, + "SkillName": { + "hash": -1356397450 + }, + "SkillDesc": { + "hash": 1374581688 + }, + "Level": 3, + "AbilityName": "Ability20005", + "ParamList": [ + { + "RawValue": 515396076 + } + ] + }, + "20005:4": { + "SkillID": 20005, + "SkillName": { + "hash": -1356397450 + }, + "SkillDesc": { + "hash": 1374581688 + }, + "Level": 4, + "AbilityName": "Ability20005", + "ParamList": [ + { + "RawValue": 601295422 + } + ] + }, + "20005:5": { + "SkillID": 20005, + "SkillName": { + "hash": -1356397450 + }, + "SkillDesc": { + "hash": 1374581688 + }, + "Level": 5, + "AbilityName": "Ability20005", + "ParamList": [ + { + "RawValue": 687194768 + } + ] + }, + "20006:1": { + "SkillID": 20006, + "SkillName": { + "hash": -1759681977 + }, + "SkillDesc": { + "hash": -1354301667 + }, + "Level": 1, + "AbilityName": "Ability20006", + "ParamList": [ + { + "RawValue": 858993460 + } + ] + }, + "20006:2": { + "SkillID": 20006, + "SkillName": { + "hash": -1759681977 + }, + "SkillDesc": { + "hash": -1354301667 + }, + "Level": 2, + "AbilityName": "Ability20006", + "ParamList": [ + { + "RawValue": 1073741825 + } + ] + }, + "20006:3": { + "SkillID": 20006, + "SkillName": { + "hash": -1759681977 + }, + "SkillDesc": { + "hash": -1354301667 + }, + "Level": 3, + "AbilityName": "Ability20006", + "ParamList": [ + { + "RawValue": 1288490190 + } + ] + }, + "20006:4": { + "SkillID": 20006, + "SkillName": { + "hash": -1759681977 + }, + "SkillDesc": { + "hash": -1354301667 + }, + "Level": 4, + "AbilityName": "Ability20006", + "ParamList": [ + { + "RawValue": 1503238555 + } + ] + }, + "20006:5": { + "SkillID": 20006, + "SkillName": { + "hash": -1759681977 + }, + "SkillDesc": { + "hash": -1354301667 + }, + "Level": 5, + "AbilityName": "Ability20006", + "ParamList": [ + { + "RawValue": 1717986920 + } + ] + }, + "20007:1": { + "SkillID": 20007, + "SkillName": { + "hash": -193598036 + }, + "SkillDesc": { + "hash": 211782274 + }, + "Level": 1, + "AbilityName": "Ability20007", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + } + ] + }, + "20007:2": { + "SkillID": 20007, + "SkillName": { + "hash": -193598036 + }, + "SkillDesc": { + "hash": 211782274 + }, + "Level": 2, + "AbilityName": "Ability20007", + "ParamList": [ + { + "RawValue": 1073741825 + }, + { + "RawValue": 12884901888 + } + ] + }, + "20007:3": { + "SkillID": 20007, + "SkillName": { + "hash": -193598036 + }, + "SkillDesc": { + "hash": 211782274 + }, + "Level": 3, + "AbilityName": "Ability20007", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 12884901888 + } + ] + }, + "20007:4": { + "SkillID": 20007, + "SkillName": { + "hash": -193598036 + }, + "SkillDesc": { + "hash": 211782274 + }, + "Level": 4, + "AbilityName": "Ability20007", + "ParamList": [ + { + "RawValue": 1503238555 + }, + { + "RawValue": 12884901888 + } + ] + }, + "20007:5": { + "SkillID": 20007, + "SkillName": { + "hash": -193598036 + }, + "SkillDesc": { + "hash": 211782274 + }, + "Level": 5, + "AbilityName": "Ability20007", + "ParamList": [ + { + "RawValue": 1717986920 + }, + { + "RawValue": 12884901888 + } + ] + }, + "20008:1": { + "SkillID": 20008, + "SkillName": { + "hash": -596882563 + }, + "SkillDesc": { + "hash": 2134096575 + }, + "Level": 1, + "AbilityName": "Ability20008", + "ParamList": [ + { + "RawValue": 34359738368 + } + ] + }, + "20008:2": { + "SkillID": 20008, + "SkillName": { + "hash": -596882563 + }, + "SkillDesc": { + "hash": 2134096575 + }, + "Level": 2, + "AbilityName": "Ability20008", + "ParamList": [ + { + "RawValue": 38654705664 + } + ] + }, + "20008:3": { + "SkillID": 20008, + "SkillName": { + "hash": -596882563 + }, + "SkillDesc": { + "hash": 2134096575 + }, + "Level": 3, + "AbilityName": "Ability20008", + "ParamList": [ + { + "RawValue": 42949672960 + } + ] + }, + "20008:4": { + "SkillID": 20008, + "SkillName": { + "hash": -596882563 + }, + "SkillDesc": { + "hash": 2134096575 + }, + "Level": 4, + "AbilityName": "Ability20008", + "ParamList": [ + { + "RawValue": 47244640256 + } + ] + }, + "20008:5": { + "SkillID": 20008, + "SkillName": { + "hash": -596882563 + }, + "SkillDesc": { + "hash": 2134096575 + }, + "Level": 5, + "AbilityName": "Ability20008", + "ParamList": [ + { + "RawValue": 51539607552 + } + ] + }, + "20009:1": { + "SkillID": 20009, + "SkillName": { + "hash": 969201378 + }, + "SkillDesc": { + "hash": -594786780 + }, + "Level": 1, + "AbilityName": "Ability20009", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + } + ] + }, + "20009:2": { + "SkillID": 20009, + "SkillName": { + "hash": 969201378 + }, + "SkillDesc": { + "hash": -594786780 + }, + "Level": 2, + "AbilityName": "Ability20009", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1073741825 + } + ] + }, + "20009:3": { + "SkillID": 20009, + "SkillName": { + "hash": 969201378 + }, + "SkillDesc": { + "hash": -594786780 + }, + "Level": 3, + "AbilityName": "Ability20009", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ] + }, + "20009:4": { + "SkillID": 20009, + "SkillName": { + "hash": 969201378 + }, + "SkillDesc": { + "hash": -594786780 + }, + "Level": 4, + "AbilityName": "Ability20009", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1503238555 + } + ] + }, + "20009:5": { + "SkillID": 20009, + "SkillName": { + "hash": 969201378 + }, + "SkillDesc": { + "hash": -594786780 + }, + "Level": 5, + "AbilityName": "Ability20009", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1717986920 + } + ] + }, + "20010:1": { + "SkillID": 20010, + "SkillName": { + "hash": -953112924 + }, + "SkillDesc": { + "hash": 1777866214 + }, + "Level": 1, + "AbilityName": "Ability20010", + "ParamList": [ + { + "RawValue": 773094114 + } + ] + }, + "20010:2": { + "SkillID": 20010, + "SkillName": { + "hash": -953112924 + }, + "SkillDesc": { + "hash": 1777866214 + }, + "Level": 2, + "AbilityName": "Ability20010", + "ParamList": [ + { + "RawValue": 901943133 + } + ] + }, + "20010:3": { + "SkillID": 20010, + "SkillName": { + "hash": -953112924 + }, + "SkillDesc": { + "hash": 1777866214 + }, + "Level": 3, + "AbilityName": "Ability20010", + "ParamList": [ + { + "RawValue": 1030792152 + } + ] + }, + "20010:4": { + "SkillID": 20010, + "SkillName": { + "hash": -953112924 + }, + "SkillDesc": { + "hash": 1777866214 + }, + "Level": 4, + "AbilityName": "Ability20010", + "ParamList": [ + { + "RawValue": 1159641171 + } + ] + }, + "20010:5": { + "SkillID": 20010, + "SkillName": { + "hash": -953112924 + }, + "SkillDesc": { + "hash": 1777866214 + }, + "Level": 5, + "AbilityName": "Ability20010", + "ParamList": [ + { + "RawValue": 1288490190 + } + ] + }, + "20011:1": { + "SkillID": 20011, + "SkillName": { + "hash": 612971017 + }, + "SkillDesc": { + "hash": -951017141 + }, + "Level": 1, + "AbilityName": "Ability20011", + "ParamList": [ + { + "RawValue": 1030792152 + } + ] + }, + "20011:2": { + "SkillID": 20011, + "SkillName": { + "hash": 612971017 + }, + "SkillDesc": { + "hash": -951017141 + }, + "Level": 2, + "AbilityName": "Ability20011", + "ParamList": [ + { + "RawValue": 1288490190 + } + ] + }, + "20011:3": { + "SkillID": 20011, + "SkillName": { + "hash": 612971017 + }, + "SkillDesc": { + "hash": -951017141 + }, + "Level": 3, + "AbilityName": "Ability20011", + "ParamList": [ + { + "RawValue": 1546188228 + } + ] + }, + "20011:4": { + "SkillID": 20011, + "SkillName": { + "hash": 612971017 + }, + "SkillDesc": { + "hash": -951017141 + }, + "Level": 4, + "AbilityName": "Ability20011", + "ParamList": [ + { + "RawValue": 1803886266 + } + ] + }, + "20011:5": { + "SkillID": 20011, + "SkillName": { + "hash": 612971017 + }, + "SkillDesc": { + "hash": -951017141 + }, + "Level": 5, + "AbilityName": "Ability20011", + "ParamList": [ + { + "RawValue": 2061584304 + } + ] + }, + "20012:1": { + "SkillID": 20012, + "SkillName": { + "hash": 209686490 + }, + "SkillDesc": { + "hash": 615066800 + }, + "Level": 1, + "AbilityName": "Ability20012", + "ParamList": [ + { + "RawValue": 343597384 + } + ] + }, + "20012:2": { + "SkillID": 20012, + "SkillName": { + "hash": 209686490 + }, + "SkillDesc": { + "hash": 615066800 + }, + "Level": 2, + "AbilityName": "Ability20012", + "ParamList": [ + { + "RawValue": 429496730 + } + ] + }, + "20012:3": { + "SkillID": 20012, + "SkillName": { + "hash": 209686490 + }, + "SkillDesc": { + "hash": 615066800 + }, + "Level": 3, + "AbilityName": "Ability20012", + "ParamList": [ + { + "RawValue": 515396076 + } + ] + }, + "20012:4": { + "SkillID": 20012, + "SkillName": { + "hash": 209686490 + }, + "SkillDesc": { + "hash": 615066800 + }, + "Level": 4, + "AbilityName": "Ability20012", + "ParamList": [ + { + "RawValue": 601295422 + } + ] + }, + "20012:5": { + "SkillID": 20012, + "SkillName": { + "hash": 209686490 + }, + "SkillDesc": { + "hash": 615066800 + }, + "Level": 5, + "AbilityName": "Ability20012", + "ParamList": [ + { + "RawValue": 687194768 + } + ] + }, + "20013:1": { + "SkillID": 20013, + "SkillName": { + "hash": 1775770431 + }, + "SkillDesc": { + "hash": -2113816555 + }, + "Level": 1, + "AbilityName": "Ability20013", + "ParamList": [ + { + "RawValue": 34359738368 + } + ] + }, + "20013:2": { + "SkillID": 20013, + "SkillName": { + "hash": 1775770431 + }, + "SkillDesc": { + "hash": -2113816555 + }, + "Level": 2, + "AbilityName": "Ability20013", + "ParamList": [ + { + "RawValue": 42949672960 + } + ] + }, + "20013:3": { + "SkillID": 20013, + "SkillName": { + "hash": 1775770431 + }, + "SkillDesc": { + "hash": -2113816555 + }, + "Level": 3, + "AbilityName": "Ability20013", + "ParamList": [ + { + "RawValue": 51539607552 + } + ] + }, + "20013:4": { + "SkillID": 20013, + "SkillName": { + "hash": 1775770431 + }, + "SkillDesc": { + "hash": -2113816555 + }, + "Level": 4, + "AbilityName": "Ability20013", + "ParamList": [ + { + "RawValue": 60129542144 + } + ] + }, + "20013:5": { + "SkillID": 20013, + "SkillName": { + "hash": 1775770431 + }, + "SkillDesc": { + "hash": -2113816555 + }, + "Level": 5, + "AbilityName": "Ability20013", + "ParamList": [ + { + "RawValue": 68719476736 + } + ] + }, + "21000:1": { + "SkillID": 21000, + "SkillName": { + "hash": -953113020 + }, + "SkillDesc": { + "hash": 1777866118 + }, + "Level": 1, + "AbilityName": "Ability21000", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 858993460 + } + ] + }, + "21000:2": { + "SkillID": 21000, + "SkillName": { + "hash": -953113020 + }, + "SkillDesc": { + "hash": 1777866118 + }, + "Level": 2, + "AbilityName": "Ability21000", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 1073741825 + } + ] + }, + "21000:3": { + "SkillID": 21000, + "SkillName": { + "hash": -953113020 + }, + "SkillDesc": { + "hash": 1777866118 + }, + "Level": 3, + "AbilityName": "Ability21000", + "ParamList": [ + { + "RawValue": 773094114 + }, + { + "RawValue": 1288490190 + } + ] + }, + "21000:4": { + "SkillID": 21000, + "SkillName": { + "hash": -953113020 + }, + "SkillDesc": { + "hash": 1777866118 + }, + "Level": 4, + "AbilityName": "Ability21000", + "ParamList": [ + { + "RawValue": 901943133 + }, + { + "RawValue": 1503238555 + } + ] + }, + "21000:5": { + "SkillID": 21000, + "SkillName": { + "hash": -953113020 + }, + "SkillDesc": { + "hash": 1777866118 + }, + "Level": 5, + "AbilityName": "Ability21000", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 1717986920 + } + ] + }, + "21001:1": { + "SkillID": 21001, + "SkillName": { + "hash": 612970921 + }, + "SkillDesc": { + "hash": -951017237 + }, + "Level": 1, + "AbilityName": "Ability21001", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21001:2": { + "SkillID": 21001, + "SkillName": { + "hash": 612970921 + }, + "SkillDesc": { + "hash": -951017237 + }, + "Level": 2, + "AbilityName": "Ability21001", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21001:3": { + "SkillID": 21001, + "SkillName": { + "hash": 612970921 + }, + "SkillDesc": { + "hash": -951017237 + }, + "Level": 3, + "AbilityName": "Ability21001", + "ParamList": [ + { + "RawValue": 773094114 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21001:4": { + "SkillID": 21001, + "SkillName": { + "hash": 612970921 + }, + "SkillDesc": { + "hash": -951017237 + }, + "Level": 4, + "AbilityName": "Ability21001", + "ParamList": [ + { + "RawValue": 901943133 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21001:5": { + "SkillID": 21001, + "SkillName": { + "hash": 612970921 + }, + "SkillDesc": { + "hash": -951017237 + }, + "Level": 5, + "AbilityName": "Ability21001", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21002:1": { + "SkillID": 21002, + "SkillName": { + "hash": 209686394 + }, + "SkillDesc": { + "hash": 615066704 + }, + "Level": 1, + "AbilityName": "Ability21002", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 343597384 + } + ] + }, + "21002:2": { + "SkillID": 21002, + "SkillName": { + "hash": 209686394 + }, + "SkillDesc": { + "hash": 615066704 + }, + "Level": 2, + "AbilityName": "Ability21002", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 386547057 + } + ] + }, + "21002:3": { + "SkillID": 21002, + "SkillName": { + "hash": 209686394 + }, + "SkillDesc": { + "hash": 615066704 + }, + "Level": 3, + "AbilityName": "Ability21002", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 429496730 + } + ] + }, + "21002:4": { + "SkillID": 21002, + "SkillName": { + "hash": 209686394 + }, + "SkillDesc": { + "hash": 615066704 + }, + "Level": 4, + "AbilityName": "Ability21002", + "ParamList": [ + { + "RawValue": 1803886266 + }, + { + "RawValue": 472446403 + } + ] + }, + "21002:5": { + "SkillID": 21002, + "SkillName": { + "hash": 209686394 + }, + "SkillDesc": { + "hash": 615066704 + }, + "Level": 5, + "AbilityName": "Ability21002", + "ParamList": [ + { + "RawValue": 2061584304 + }, + { + "RawValue": 515396076 + } + ] + }, + "21003:1": { + "SkillID": 21003, + "SkillName": { + "hash": 1775770335 + }, + "SkillDesc": { + "hash": -2113816651 + }, + "Level": 1, + "AbilityName": "Ability21003", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 515396076 + } + ] + }, + "21003:2": { + "SkillID": 21003, + "SkillName": { + "hash": 1775770335 + }, + "SkillDesc": { + "hash": -2113816651 + }, + "Level": 2, + "AbilityName": "Ability21003", + "ParamList": [ + { + "RawValue": 1073741825 + }, + { + "RawValue": 644245095 + } + ] + }, + "21003:3": { + "SkillID": 21003, + "SkillName": { + "hash": 1775770335 + }, + "SkillDesc": { + "hash": -2113816651 + }, + "Level": 3, + "AbilityName": "Ability21003", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 773094114 + } + ] + }, + "21003:4": { + "SkillID": 21003, + "SkillName": { + "hash": 1775770335 + }, + "SkillDesc": { + "hash": -2113816651 + }, + "Level": 4, + "AbilityName": "Ability21003", + "ParamList": [ + { + "RawValue": 1503238555 + }, + { + "RawValue": 901943133 + } + ] + }, + "21003:5": { + "SkillID": 21003, + "SkillName": { + "hash": 1775770335 + }, + "SkillDesc": { + "hash": -2113816651 + }, + "Level": 5, + "AbilityName": "Ability21003", + "ParamList": [ + { + "RawValue": 1717986920 + }, + { + "RawValue": 1030792152 + } + ] + }, + "21004:1": { + "SkillID": 21004, + "SkillName": { + "hash": 1372485808 + }, + "SkillDesc": { + "hash": -191502350 + }, + "Level": 1, + "AbilityName": "Ability21004", + "ParamList": [ + { + "RawValue": 687194768 + }, + { + "RawValue": 34359738368 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21004:2": { + "SkillID": 21004, + "SkillName": { + "hash": 1372485808 + }, + "SkillDesc": { + "hash": -191502350 + }, + "Level": 2, + "AbilityName": "Ability21004", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21004:3": { + "SkillID": 21004, + "SkillName": { + "hash": 1372485808 + }, + "SkillDesc": { + "hash": -191502350 + }, + "Level": 3, + "AbilityName": "Ability21004", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 51539607552 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21004:4": { + "SkillID": 21004, + "SkillName": { + "hash": 1372485808 + }, + "SkillDesc": { + "hash": -191502350 + }, + "Level": 4, + "AbilityName": "Ability21004", + "ParamList": [ + { + "RawValue": 1202590844 + }, + { + "RawValue": 60129542144 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21004:5": { + "SkillID": 21004, + "SkillName": { + "hash": 1372485808 + }, + "SkillDesc": { + "hash": -191502350 + }, + "Level": 5, + "AbilityName": "Ability21004", + "ParamList": [ + { + "RawValue": 1374389536 + }, + { + "RawValue": 68719476736 + }, + { + "RawValue": 12884901888 + } + ] + }, + "21005:1": { + "SkillID": 21005, + "SkillName": { + "hash": -1356397547 + }, + "SkillDesc": { + "hash": 1374581591 + }, + "Level": 1, + "AbilityName": "Ability21005", + "ParamList": [ + { + "RawValue": 515396076 + } + ] + }, + "21005:2": { + "SkillID": 21005, + "SkillName": { + "hash": -1356397547 + }, + "SkillDesc": { + "hash": 1374581591 + }, + "Level": 2, + "AbilityName": "Ability21005", + "ParamList": [ + { + "RawValue": 644245095 + } + ] + }, + "21005:3": { + "SkillID": 21005, + "SkillName": { + "hash": -1356397547 + }, + "SkillDesc": { + "hash": 1374581591 + }, + "Level": 3, + "AbilityName": "Ability21005", + "ParamList": [ + { + "RawValue": 773094114 + } + ] + }, + "21005:4": { + "SkillID": 21005, + "SkillName": { + "hash": -1356397547 + }, + "SkillDesc": { + "hash": 1374581591 + }, + "Level": 4, + "AbilityName": "Ability21005", + "ParamList": [ + { + "RawValue": 901943133 + } + ] + }, + "21005:5": { + "SkillID": 21005, + "SkillName": { + "hash": -1356397547 + }, + "SkillDesc": { + "hash": 1374581591 + }, + "Level": 5, + "AbilityName": "Ability21005", + "ParamList": [ + { + "RawValue": 1030792152 + } + ] + }, + "21006:1": { + "SkillID": 21006, + "SkillName": { + "hash": -1759682074 + }, + "SkillDesc": { + "hash": -1354301764 + }, + "Level": 1, + "AbilityName": "Ability21006", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 1030792152 + } + ] + }, + "21006:2": { + "SkillID": 21006, + "SkillName": { + "hash": -1759682074 + }, + "SkillDesc": { + "hash": -1354301764 + }, + "Level": 2, + "AbilityName": "Ability21006", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ] + }, + "21006:3": { + "SkillID": 21006, + "SkillName": { + "hash": -1759682074 + }, + "SkillDesc": { + "hash": -1354301764 + }, + "Level": 3, + "AbilityName": "Ability21006", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 1546188228 + } + ] + }, + "21006:4": { + "SkillID": 21006, + "SkillName": { + "hash": -1759682074 + }, + "SkillDesc": { + "hash": -1354301764 + }, + "Level": 4, + "AbilityName": "Ability21006", + "ParamList": [ + { + "RawValue": 1803886266 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 1803886266 + } + ] + }, + "21006:5": { + "SkillID": 21006, + "SkillName": { + "hash": -1759682074 + }, + "SkillDesc": { + "hash": -1354301764 + }, + "Level": 5, + "AbilityName": "Ability21006", + "ParamList": [ + { + "RawValue": 2061584304 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 2061584304 + } + ] + }, + "21007:1": { + "SkillID": 21007, + "SkillName": { + "hash": -193598133 + }, + "SkillDesc": { + "hash": 211782177 + }, + "Level": 1, + "AbilityName": "Ability21007", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 17179869184 + } + ] + }, + "21007:2": { + "SkillID": 21007, + "SkillName": { + "hash": -193598133 + }, + "SkillDesc": { + "hash": 211782177 + }, + "Level": 2, + "AbilityName": "Ability21007", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 21474836480 + } + ] + }, + "21007:3": { + "SkillID": 21007, + "SkillName": { + "hash": -193598133 + }, + "SkillDesc": { + "hash": 211782177 + }, + "Level": 3, + "AbilityName": "Ability21007", + "ParamList": [ + { + "RawValue": 773094114 + }, + { + "RawValue": 25769803776 + } + ] + }, + "21007:4": { + "SkillID": 21007, + "SkillName": { + "hash": -193598133 + }, + "SkillDesc": { + "hash": 211782177 + }, + "Level": 4, + "AbilityName": "Ability21007", + "ParamList": [ + { + "RawValue": 901943133 + }, + { + "RawValue": 30064771072 + } + ] + }, + "21007:5": { + "SkillID": 21007, + "SkillName": { + "hash": -193598133 + }, + "SkillDesc": { + "hash": 211782177 + }, + "Level": 5, + "AbilityName": "Ability21007", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 34359738368 + } + ] + }, + "21008:1": { + "SkillID": 21008, + "SkillName": { + "hash": -596882660 + }, + "SkillDesc": { + "hash": 2134096478 + }, + "Level": 1, + "AbilityName": "Ability21008", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 1030792152 + } + ] + }, + "21008:2": { + "SkillID": 21008, + "SkillName": { + "hash": -596882660 + }, + "SkillDesc": { + "hash": 2134096478 + }, + "Level": 2, + "AbilityName": "Ability21008", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 1288490190 + } + ] + }, + "21008:3": { + "SkillID": 21008, + "SkillName": { + "hash": -596882660 + }, + "SkillDesc": { + "hash": 2134096478 + }, + "Level": 3, + "AbilityName": "Ability21008", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 1546188228 + } + ] + }, + "21008:4": { + "SkillID": 21008, + "SkillName": { + "hash": -596882660 + }, + "SkillDesc": { + "hash": 2134096478 + }, + "Level": 4, + "AbilityName": "Ability21008", + "ParamList": [ + { + "RawValue": 1803886266 + }, + { + "RawValue": 1803886266 + } + ] + }, + "21008:5": { + "SkillID": 21008, + "SkillName": { + "hash": -596882660 + }, + "SkillDesc": { + "hash": 2134096478 + }, + "Level": 5, + "AbilityName": "Ability21008", + "ParamList": [ + { + "RawValue": 2061584304 + }, + { + "RawValue": 2061584304 + } + ] + }, + "21009:1": { + "SkillID": 21009, + "SkillName": { + "hash": 969201281 + }, + "SkillDesc": { + "hash": -594786877 + }, + "Level": 1, + "AbilityName": "Ability21009", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1030792152 + } + ] + }, + "21009:2": { + "SkillID": 21009, + "SkillName": { + "hash": 969201281 + }, + "SkillDesc": { + "hash": -594786877 + }, + "Level": 2, + "AbilityName": "Ability21009", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1159641171 + } + ] + }, + "21009:3": { + "SkillID": 21009, + "SkillName": { + "hash": 969201281 + }, + "SkillDesc": { + "hash": -594786877 + }, + "Level": 3, + "AbilityName": "Ability21009", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1288490190 + } + ] + }, + "21009:4": { + "SkillID": 21009, + "SkillName": { + "hash": 969201281 + }, + "SkillDesc": { + "hash": -594786877 + }, + "Level": 4, + "AbilityName": "Ability21009", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1417339209 + } + ] + }, + "21009:5": { + "SkillID": 21009, + "SkillName": { + "hash": 969201281 + }, + "SkillDesc": { + "hash": -594786877 + }, + "Level": 5, + "AbilityName": "Ability21009", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1546188228 + } + ] + }, + "21010:1": { + "SkillID": 21010, + "SkillName": { + "hash": -953113019 + }, + "SkillDesc": { + "hash": 1777866119 + }, + "Level": 1, + "AbilityName": "Ability21010", + "ParamList": [ + { + "RawValue": 343597384 + }, + { + "RawValue": 21474836480 + } + ] + }, + "21010:2": { + "SkillID": 21010, + "SkillName": { + "hash": -953113019 + }, + "SkillDesc": { + "hash": 1777866119 + }, + "Level": 2, + "AbilityName": "Ability21010", + "ParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 21474836480 + } + ] + }, + "21010:3": { + "SkillID": 21010, + "SkillName": { + "hash": -953113019 + }, + "SkillDesc": { + "hash": 1777866119 + }, + "Level": 3, + "AbilityName": "Ability21010", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 21474836480 + } + ] + }, + "21010:4": { + "SkillID": 21010, + "SkillName": { + "hash": -953113019 + }, + "SkillDesc": { + "hash": 1777866119 + }, + "Level": 4, + "AbilityName": "Ability21010", + "ParamList": [ + { + "RawValue": 601295422 + }, + { + "RawValue": 21474836480 + } + ] + }, + "21010:5": { + "SkillID": 21010, + "SkillName": { + "hash": -953113019 + }, + "SkillDesc": { + "hash": 1777866119 + }, + "Level": 5, + "AbilityName": "Ability21010", + "ParamList": [ + { + "RawValue": 687194768 + }, + { + "RawValue": 21474836480 + } + ] + }, + "21011:1": { + "SkillID": 21011, + "SkillName": { + "hash": 612970922 + }, + "SkillDesc": { + "hash": -951017236 + }, + "Level": 1, + "AbilityName": "Ability21011", + "ParamList": [ + { + "RawValue": 687194768 + } + ] + }, + "21011:2": { + "SkillID": 21011, + "SkillName": { + "hash": 612970922 + }, + "SkillDesc": { + "hash": -951017236 + }, + "Level": 2, + "AbilityName": "Ability21011", + "ParamList": [ + { + "RawValue": 858993460 + } + ] + }, + "21011:3": { + "SkillID": 21011, + "SkillName": { + "hash": 612970922 + }, + "SkillDesc": { + "hash": -951017236 + }, + "Level": 3, + "AbilityName": "Ability21011", + "ParamList": [ + { + "RawValue": 1030792152 + } + ] + }, + "21011:4": { + "SkillID": 21011, + "SkillName": { + "hash": 612970922 + }, + "SkillDesc": { + "hash": -951017236 + }, + "Level": 4, + "AbilityName": "Ability21011", + "ParamList": [ + { + "RawValue": 1202590844 + } + ] + }, + "21011:5": { + "SkillID": 21011, + "SkillName": { + "hash": 612970922 + }, + "SkillDesc": { + "hash": -951017236 + }, + "Level": 5, + "AbilityName": "Ability21011", + "ParamList": [ + { + "RawValue": 1374389536 + } + ] + }, + "21012:1": { + "SkillID": 21012, + "SkillName": { + "hash": 209686395 + }, + "SkillDesc": { + "hash": 615066705 + }, + "Level": 1, + "AbilityName": "Ability21012", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + } + ] + }, + "21012:2": { + "SkillID": 21012, + "SkillName": { + "hash": 209686395 + }, + "SkillDesc": { + "hash": 615066705 + }, + "Level": 2, + "AbilityName": "Ability21012", + "ParamList": [ + { + "RawValue": 1073741825 + }, + { + "RawValue": 1073741825 + } + ] + }, + "21012:3": { + "SkillID": 21012, + "SkillName": { + "hash": 209686395 + }, + "SkillDesc": { + "hash": 615066705 + }, + "Level": 3, + "AbilityName": "Ability21012", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 1288490190 + } + ] + }, + "21012:4": { + "SkillID": 21012, + "SkillName": { + "hash": 209686395 + }, + "SkillDesc": { + "hash": 615066705 + }, + "Level": 4, + "AbilityName": "Ability21012", + "ParamList": [ + { + "RawValue": 1503238555 + }, + { + "RawValue": 1503238555 + } + ] + }, + "21012:5": { + "SkillID": 21012, + "SkillName": { + "hash": 209686395 + }, + "SkillDesc": { + "hash": 615066705 + }, + "Level": 5, + "AbilityName": "Ability21012", + "ParamList": [ + { + "RawValue": 1717986920 + }, + { + "RawValue": 1717986920 + } + ] + }, + "21013:1": { + "SkillID": 21013, + "SkillName": { + "hash": 1775770336 + }, + "SkillDesc": { + "hash": -2113816650 + }, + "Level": 1, + "AbilityName": "Ability21013", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 77309411328 + } + ] + }, + "21013:2": { + "SkillID": 21013, + "SkillName": { + "hash": 1775770336 + }, + "SkillDesc": { + "hash": -2113816650 + }, + "Level": 2, + "AbilityName": "Ability21013", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 90194313216 + } + ] + }, + "21013:3": { + "SkillID": 21013, + "SkillName": { + "hash": 1775770336 + }, + "SkillDesc": { + "hash": -2113816650 + }, + "Level": 3, + "AbilityName": "Ability21013", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 103079215104 + } + ] + }, + "21013:4": { + "SkillID": 21013, + "SkillName": { + "hash": 1775770336 + }, + "SkillDesc": { + "hash": -2113816650 + }, + "Level": 4, + "AbilityName": "Ability21013", + "ParamList": [ + { + "RawValue": 1803886266 + }, + { + "RawValue": 115964116992 + } + ] + }, + "21013:5": { + "SkillID": 21013, + "SkillName": { + "hash": 1775770336 + }, + "SkillDesc": { + "hash": -2113816650 + }, + "Level": 5, + "AbilityName": "Ability21013", + "ParamList": [ + { + "RawValue": 2061584304 + }, + { + "RawValue": 128849018880 + } + ] + }, + "23000:1": { + "SkillID": 23000, + "SkillName": { + "hash": -953113086 + }, + "SkillDesc": { + "hash": 1777866052 + }, + "Level": 1, + "AbilityName": "Ability23000", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 343597384 + } + ] + }, + "23000:2": { + "SkillID": 23000, + "SkillName": { + "hash": -953113086 + }, + "SkillDesc": { + "hash": 1777866052 + }, + "Level": 2, + "AbilityName": "Ability23000", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 429496730 + } + ] + }, + "23000:3": { + "SkillID": 23000, + "SkillName": { + "hash": -953113086 + }, + "SkillDesc": { + "hash": 1777866052 + }, + "Level": 3, + "AbilityName": "Ability23000", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 515396076 + } + ] + }, + "23000:4": { + "SkillID": 23000, + "SkillName": { + "hash": -953113086 + }, + "SkillDesc": { + "hash": 1777866052 + }, + "Level": 4, + "AbilityName": "Ability23000", + "ParamList": [ + { + "RawValue": 1803886266 + }, + { + "RawValue": 601295422 + } + ] + }, + "23000:5": { + "SkillID": 23000, + "SkillName": { + "hash": -953113086 + }, + "SkillDesc": { + "hash": 1777866052 + }, + "Level": 5, + "AbilityName": "Ability23000", + "ParamList": [ + { + "RawValue": 2061584304 + }, + { + "RawValue": 687194768 + } + ] + }, + "23001:1": { + "SkillID": 23001, + "SkillName": { + "hash": 612970855 + }, + "SkillDesc": { + "hash": -951017303 + }, + "Level": 1, + "AbilityName": "Ability23001", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 64424509440 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 25769803776 + } + ] + }, + "23001:2": { + "SkillID": 23001, + "SkillName": { + "hash": 612970855 + }, + "SkillDesc": { + "hash": -951017303 + }, + "Level": 2, + "AbilityName": "Ability23001", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 64424509440 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 25769803776 + } + ] + }, + "23001:3": { + "SkillID": 23001, + "SkillName": { + "hash": 612970855 + }, + "SkillDesc": { + "hash": -951017303 + }, + "Level": 3, + "AbilityName": "Ability23001", + "ParamList": [ + { + "RawValue": 773094114 + }, + { + "RawValue": 64424509440 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 25769803776 + } + ] + }, + "23001:4": { + "SkillID": 23001, + "SkillName": { + "hash": 612970855 + }, + "SkillDesc": { + "hash": -951017303 + }, + "Level": 4, + "AbilityName": "Ability23001", + "ParamList": [ + { + "RawValue": 901943133 + }, + { + "RawValue": 64424509440 + }, + { + "RawValue": 601295422 + }, + { + "RawValue": 601295422 + }, + { + "RawValue": 25769803776 + } + ] + }, + "23001:5": { + "SkillID": 23001, + "SkillName": { + "hash": 612970855 + }, + "SkillDesc": { + "hash": -951017303 + }, + "Level": 5, + "AbilityName": "Ability23001", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 64424509440 + }, + { + "RawValue": 687194768 + }, + { + "RawValue": 687194768 + }, + { + "RawValue": 25769803776 + } + ] + }, + "23002:1": { + "SkillID": 23002, + "SkillName": { + "hash": 209686328 + }, + "SkillDesc": { + "hash": 615066638 + }, + "Level": 1, + "AbilityName": "Ability23002", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 858993460 + } + ] + }, + "23002:2": { + "SkillID": 23002, + "SkillName": { + "hash": 209686328 + }, + "SkillDesc": { + "hash": 615066638 + }, + "Level": 2, + "AbilityName": "Ability23002", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 1073741825 + } + ] + }, + "23002:3": { + "SkillID": 23002, + "SkillName": { + "hash": 209686328 + }, + "SkillDesc": { + "hash": 615066638 + }, + "Level": 3, + "AbilityName": "Ability23002", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 1288490190 + } + ] + }, + "23002:4": { + "SkillID": 23002, + "SkillName": { + "hash": 209686328 + }, + "SkillDesc": { + "hash": 615066638 + }, + "Level": 4, + "AbilityName": "Ability23002", + "ParamList": [ + { + "RawValue": 1803886266 + }, + { + "RawValue": 601295422 + }, + { + "RawValue": 1503238555 + } + ] + }, + "23002:5": { + "SkillID": 23002, + "SkillName": { + "hash": 209686328 + }, + "SkillDesc": { + "hash": 615066638 + }, + "Level": 5, + "AbilityName": "Ability23002", + "ParamList": [ + { + "RawValue": 2061584304 + }, + { + "RawValue": 687194768 + }, + { + "RawValue": 1717986920 + } + ] + }, + "23003:1": { + "SkillID": 23003, + "SkillName": { + "hash": 1775770269 + }, + "SkillDesc": { + "hash": -2113816717 + }, + "Level": 1, + "AbilityName": "Ability23003", + "ParamList": [ + { + "RawValue": 687194768 + }, + { + "RawValue": 42949672960 + } + ] + }, + "23003:2": { + "SkillID": 23003, + "SkillName": { + "hash": 1775770269 + }, + "SkillDesc": { + "hash": -2113816717 + }, + "Level": 2, + "AbilityName": "Ability23003", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 53687091202 + } + ] + }, + "23003:3": { + "SkillID": 23003, + "SkillName": { + "hash": 1775770269 + }, + "SkillDesc": { + "hash": -2113816717 + }, + "Level": 3, + "AbilityName": "Ability23003", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 64424509440 + } + ] + }, + "23003:4": { + "SkillID": 23003, + "SkillName": { + "hash": 1775770269 + }, + "SkillDesc": { + "hash": -2113816717 + }, + "Level": 4, + "AbilityName": "Ability23003", + "ParamList": [ + { + "RawValue": 1202590844 + }, + { + "RawValue": 75161927682 + } + ] + }, + "23003:5": { + "SkillID": 23003, + "SkillName": { + "hash": 1775770269 + }, + "SkillDesc": { + "hash": -2113816717 + }, + "Level": 5, + "AbilityName": "Ability23003", + "ParamList": [ + { + "RawValue": 1374389536 + }, + { + "RawValue": 85899345920 + } + ] + }, + "23004:1": { + "SkillID": 23004, + "SkillName": { + "hash": 1372485742 + }, + "SkillDesc": { + "hash": -191502416 + }, + "Level": 1, + "AbilityName": "Ability23004", + "ParamList": [ + { + "RawValue": 1202590844 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23004:2": { + "SkillID": 23004, + "SkillName": { + "hash": 1372485742 + }, + "SkillDesc": { + "hash": -191502416 + }, + "Level": 2, + "AbilityName": "Ability23004", + "ParamList": [ + { + "RawValue": 1503238555 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23004:3": { + "SkillID": 23004, + "SkillName": { + "hash": 1372485742 + }, + "SkillDesc": { + "hash": -191502416 + }, + "Level": 3, + "AbilityName": "Ability23004", + "ParamList": [ + { + "RawValue": 1803886266 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23004:4": { + "SkillID": 23004, + "SkillName": { + "hash": 1372485742 + }, + "SkillDesc": { + "hash": -191502416 + }, + "Level": 4, + "AbilityName": "Ability23004", + "ParamList": [ + { + "RawValue": 2104533977 + }, + { + "RawValue": 601295422 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23004:5": { + "SkillID": 23004, + "SkillName": { + "hash": 1372485742 + }, + "SkillDesc": { + "hash": -191502416 + }, + "Level": 5, + "AbilityName": "Ability23004", + "ParamList": [ + { + "RawValue": 2405181688 + }, + { + "RawValue": 687194768 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23005:1": { + "SkillID": 23005, + "SkillName": { + "hash": -1356397613 + }, + "SkillDesc": { + "hash": 1374581525 + }, + "Level": 1, + "AbilityName": "Ability23005", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + } + ] + }, + "23005:2": { + "SkillID": 23005, + "SkillName": { + "hash": -1356397613 + }, + "SkillDesc": { + "hash": 1374581525 + }, + "Level": 2, + "AbilityName": "Ability23005", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 1073741825 + } + ] + }, + "23005:3": { + "SkillID": 23005, + "SkillName": { + "hash": -1356397613 + }, + "SkillDesc": { + "hash": 1374581525 + }, + "Level": 3, + "AbilityName": "Ability23005", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 1288490190 + } + ] + }, + "23005:4": { + "SkillID": 23005, + "SkillName": { + "hash": -1356397613 + }, + "SkillDesc": { + "hash": 1374581525 + }, + "Level": 4, + "AbilityName": "Ability23005", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1503238555 + }, + { + "RawValue": 1503238555 + }, + { + "RawValue": 1503238555 + } + ] + }, + "23005:5": { + "SkillID": 23005, + "SkillName": { + "hash": -1356397613 + }, + "SkillDesc": { + "hash": 1374581525 + }, + "Level": 5, + "AbilityName": "Ability23005", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 1717986920 + } + ] + }, + "23006:1": { + "SkillID": 23006, + "SkillName": { + "hash": -1759682140 + }, + "SkillDesc": { + "hash": -1354301830 + }, + "Level": 1, + "AbilityName": "Ability23006", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 687194768 + }, + { + "RawValue": 171798692 + }, + { + "RawValue": 21474836480 + } + ] + }, + "23006:2": { + "SkillID": 23006, + "SkillName": { + "hash": -1759682140 + }, + "SkillDesc": { + "hash": -1354301830 + }, + "Level": 2, + "AbilityName": "Ability23006", + "ParamList": [ + { + "RawValue": 987842479 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 21474836480 + } + ] + }, + "23006:3": { + "SkillID": 23006, + "SkillName": { + "hash": -1759682140 + }, + "SkillDesc": { + "hash": -1354301830 + }, + "Level": 3, + "AbilityName": "Ability23006", + "ParamList": [ + { + "RawValue": 1116691498 + }, + { + "RawValue": 1030792152 + }, + { + "RawValue": 257698038 + }, + { + "RawValue": 21474836480 + } + ] + }, + "23006:4": { + "SkillID": 23006, + "SkillName": { + "hash": -1759682140 + }, + "SkillDesc": { + "hash": -1354301830 + }, + "Level": 4, + "AbilityName": "Ability23006", + "ParamList": [ + { + "RawValue": 1245540517 + }, + { + "RawValue": 1202590844 + }, + { + "RawValue": 300647711 + }, + { + "RawValue": 21474836480 + } + ] + }, + "23006:5": { + "SkillID": 23006, + "SkillName": { + "hash": -1759682140 + }, + "SkillDesc": { + "hash": -1354301830 + }, + "Level": 5, + "AbilityName": "Ability23006", + "ParamList": [ + { + "RawValue": 1374389536 + }, + { + "RawValue": 1374389536 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 21474836480 + } + ] + }, + "23007:1": { + "SkillID": 23007, + "SkillName": { + "hash": -193598199 + }, + "SkillDesc": { + "hash": 211782111 + }, + "Level": 1, + "AbilityName": "Ability23007", + "ParamList": [ + { + "RawValue": 3435973840 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 1717986920 + } + ] + }, + "23007:2": { + "SkillID": 23007, + "SkillName": { + "hash": -193598199 + }, + "SkillDesc": { + "hash": 211782111 + }, + "Level": 2, + "AbilityName": "Ability23007", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 2147483650 + } + ] + }, + "23007:3": { + "SkillID": 23007, + "SkillName": { + "hash": -193598199 + }, + "SkillDesc": { + "hash": 211782111 + }, + "Level": 3, + "AbilityName": "Ability23007", + "ParamList": [ + { + "RawValue": 5153960756 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 2576980380 + } + ] + }, + "23007:4": { + "SkillID": 23007, + "SkillName": { + "hash": -193598199 + }, + "SkillDesc": { + "hash": 211782111 + }, + "Level": 4, + "AbilityName": "Ability23007", + "ParamList": [ + { + "RawValue": 6012954216 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 3006477110 + } + ] + }, + "23007:5": { + "SkillID": 23007, + "SkillName": { + "hash": -193598199 + }, + "SkillDesc": { + "hash": 211782111 + }, + "Level": 5, + "AbilityName": "Ability23007", + "ParamList": [ + { + "RawValue": 6871947676 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 3435973840 + } + ] + }, + "29000:1": { + "SkillID": 29000, + "SkillName": { + "hash": -953113284 + }, + "SkillDesc": { + "hash": 1777865854 + }, + "Level": 1, + "AbilityName": "Ability29000", + "ParamList": [] + }, + "29000:2": { + "SkillID": 29000, + "SkillName": { + "hash": -953113284 + }, + "SkillDesc": { + "hash": 1777865854 + }, + "Level": 2, + "AbilityName": "Ability29000", + "ParamList": [] + }, + "29000:3": { + "SkillID": 29000, + "SkillName": { + "hash": -953113284 + }, + "SkillDesc": { + "hash": 1777865854 + }, + "Level": 3, + "AbilityName": "Ability29000", + "ParamList": [] + }, + "29000:4": { + "SkillID": 29000, + "SkillName": { + "hash": -953113284 + }, + "SkillDesc": { + "hash": 1777865854 + }, + "Level": 4, + "AbilityName": "Ability29000", + "ParamList": [] + }, + "29000:5": { + "SkillID": 29000, + "SkillName": { + "hash": -953113284 + }, + "SkillDesc": { + "hash": 1777865854 + }, + "Level": 5, + "AbilityName": "Ability29000", + "ParamList": [] + }, + "23008:1": { + "SkillID": 23008, + "SkillName": { + "hash": -596882726 + }, + "SkillDesc": { + "hash": 2134096412 + }, + "Level": 1, + "AbilityName": "Ability23008", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 68719476736 + }, + { + "RawValue": 21474836480 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23008:2": { + "SkillID": 23008, + "SkillName": { + "hash": -596882726 + }, + "SkillDesc": { + "hash": 2134096412 + }, + "Level": 2, + "AbilityName": "Ability23008", + "ParamList": [ + { + "RawValue": 1073741825 + }, + { + "RawValue": 85899345920 + }, + { + "RawValue": 21474836480 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23008:3": { + "SkillID": 23008, + "SkillName": { + "hash": -596882726 + }, + "SkillDesc": { + "hash": 2134096412 + }, + "Level": 3, + "AbilityName": "Ability23008", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 103079215104 + }, + { + "RawValue": 21474836480 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23008:4": { + "SkillID": 23008, + "SkillName": { + "hash": -596882726 + }, + "SkillDesc": { + "hash": 2134096412 + }, + "Level": 4, + "AbilityName": "Ability23008", + "ParamList": [ + { + "RawValue": 1503238555 + }, + { + "RawValue": 120259084288 + }, + { + "RawValue": 21474836480 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23008:5": { + "SkillID": 23008, + "SkillName": { + "hash": -596882726 + }, + "SkillDesc": { + "hash": 2134096412 + }, + "Level": 5, + "AbilityName": "Ability23008", + "ParamList": [ + { + "RawValue": 1717986920 + }, + { + "RawValue": 137438953472 + }, + { + "RawValue": 21474836480 + }, + { + "RawValue": 12884901888 + } + ] + }, + "23009:1": { + "SkillID": 23009, + "SkillName": { + "hash": 969201215 + }, + "SkillDesc": { + "hash": -594786943 + }, + "Level": 1, + "AbilityName": "Ability23009", + "ParamList": [ + { + "RawValue": 687194768 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 687194768 + } + ] + }, + "23009:2": { + "SkillID": 23009, + "SkillName": { + "hash": 969201215 + }, + "SkillDesc": { + "hash": -594786943 + }, + "Level": 2, + "AbilityName": "Ability23009", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 1610612736 + }, + { + "RawValue": 1610612736 + }, + { + "RawValue": 858993460 + } + ] + }, + "23009:3": { + "SkillID": 23009, + "SkillName": { + "hash": 969201215 + }, + "SkillDesc": { + "hash": -594786943 + }, + "Level": 3, + "AbilityName": "Ability23009", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 1932735285 + }, + { + "RawValue": 1932735285 + }, + { + "RawValue": 1030792152 + } + ] + }, + "23009:4": { + "SkillID": 23009, + "SkillName": { + "hash": 969201215 + }, + "SkillDesc": { + "hash": -594786943 + }, + "Level": 4, + "AbilityName": "Ability23009", + "ParamList": [ + { + "RawValue": 1202590844 + }, + { + "RawValue": 2254857831 + }, + { + "RawValue": 2254857831 + }, + { + "RawValue": 1202590844 + } + ] + }, + "23009:5": { + "SkillID": 23009, + "SkillName": { + "hash": 969201215 + }, + "SkillDesc": { + "hash": -594786943 + }, + "Level": 5, + "AbilityName": "Ability23009", + "ParamList": [ + { + "RawValue": 1374389536 + }, + { + "RawValue": 2576980380 + }, + { + "RawValue": 2576980380 + }, + { + "RawValue": 1374389536 + } + ] + }, + "23010:1": { + "SkillID": 23010, + "SkillName": { + "hash": -953113085 + }, + "SkillDesc": { + "hash": 1777866053 + }, + "Level": 1, + "AbilityName": "Ability23010", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 687194768 + }, + { + "RawValue": 2576980380 + } + ] + }, + "23010:2": { + "SkillID": 23010, + "SkillName": { + "hash": -953113085 + }, + "SkillDesc": { + "hash": 1777866053 + }, + "Level": 2, + "AbilityName": "Ability23010", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 2576980380 + } + ] + }, + "23010:3": { + "SkillID": 23010, + "SkillName": { + "hash": -953113085 + }, + "SkillDesc": { + "hash": 1777866053 + }, + "Level": 3, + "AbilityName": "Ability23010", + "ParamList": [ + { + "RawValue": 773094114 + }, + { + "RawValue": 1030792152 + }, + { + "RawValue": 2576980380 + } + ] + }, + "23010:4": { + "SkillID": 23010, + "SkillName": { + "hash": -953113085 + }, + "SkillDesc": { + "hash": 1777866053 + }, + "Level": 4, + "AbilityName": "Ability23010", + "ParamList": [ + { + "RawValue": 901943133 + }, + { + "RawValue": 1202590844 + }, + { + "RawValue": 2576980380 + } + ] + }, + "23010:5": { + "SkillID": 23010, + "SkillName": { + "hash": -953113085 + }, + "SkillDesc": { + "hash": 1777866053 + }, + "Level": 5, + "AbilityName": "Ability23010", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 1374389536 + }, + { + "RawValue": 2576980380 + } + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/EventMissionChallengeExcelTable.json b/CrepePackage/src/data/excel/EventMissionChallengeExcelTable.json new file mode 100644 index 0000000..c5ef40e --- /dev/null +++ b/CrepePackage/src/data/excel/EventMissionChallengeExcelTable.json @@ -0,0 +1,44 @@ +{ + "900003": { + "ID": 900003, + "LimitTime": 60, + "IsBeginPrepare": true, + "IsCancellable": true + }, + "900004": { + "ID": 900004, + "LimitTime": 10, + "IsBeginPrepare": false, + "IsCancellable": true + }, + "900005": { + "ID": 900005, + "LimitTime": 60, + "IsBeginPrepare": false, + "IsCancellable": true + }, + "900008": { + "ID": 900008, + "LimitTime": 30, + "IsBeginPrepare": false, + "IsCancellable": true + }, + "900011": { + "ID": 900011, + "LimitTime": 0, + "IsBeginPrepare": false, + "IsCancellable": false + }, + "900012": { + "ID": 900012, + "LimitTime": 0, + "IsBeginPrepare": false, + "IsCancellable": false + }, + "900015": { + "ID": 900015, + "LimitTime": 0, + "IsBeginPrepare": false, + "IsCancellable": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ExpTypeExcelTable.json b/CrepePackage/src/data/excel/ExpTypeExcelTable.json new file mode 100644 index 0000000..f66cbe1 --- /dev/null +++ b/CrepePackage/src/data/excel/ExpTypeExcelTable.json @@ -0,0 +1,1002 @@ +{ + "1:1": { + "TypeID": 1, + "Level": 1, + "Exp": 200 + }, + "1:2": { + "TypeID": 1, + "Level": 2, + "Exp": 300 + }, + "1:3": { + "TypeID": 1, + "Level": 3, + "Exp": 500 + }, + "1:4": { + "TypeID": 1, + "Level": 4, + "Exp": 600 + }, + "1:5": { + "TypeID": 1, + "Level": 5, + "Exp": 1050 + }, + "1:6": { + "TypeID": 1, + "Level": 6, + "Exp": 1860 + }, + "1:7": { + "TypeID": 1, + "Level": 7, + "Exp": 2580 + }, + "1:8": { + "TypeID": 1, + "Level": 8, + "Exp": 3400 + }, + "1:9": { + "TypeID": 1, + "Level": 9, + "Exp": 4290 + }, + "1:10": { + "TypeID": 1, + "Level": 10, + "Exp": 5270 + }, + "1:11": { + "TypeID": 1, + "Level": 11, + "Exp": 6340 + }, + "1:12": { + "TypeID": 1, + "Level": 12, + "Exp": 7480 + }, + "1:13": { + "TypeID": 1, + "Level": 13, + "Exp": 8700 + }, + "1:14": { + "TypeID": 1, + "Level": 14, + "Exp": 10000 + }, + "1:15": { + "TypeID": 1, + "Level": 15, + "Exp": 11380 + }, + "1:16": { + "TypeID": 1, + "Level": 16, + "Exp": 12830 + }, + "1:17": { + "TypeID": 1, + "Level": 17, + "Exp": 14350 + }, + "1:18": { + "TypeID": 1, + "Level": 18, + "Exp": 15950 + }, + "1:19": { + "TypeID": 1, + "Level": 19, + "Exp": 17630 + }, + "1:20": { + "TypeID": 1, + "Level": 20, + "Exp": 18420 + }, + "1:21": { + "TypeID": 1, + "Level": 21, + "Exp": 18710 + }, + "1:22": { + "TypeID": 1, + "Level": 22, + "Exp": 19000 + }, + "1:23": { + "TypeID": 1, + "Level": 23, + "Exp": 19300 + }, + "1:24": { + "TypeID": 1, + "Level": 24, + "Exp": 19600 + }, + "1:25": { + "TypeID": 1, + "Level": 25, + "Exp": 19900 + }, + "1:26": { + "TypeID": 1, + "Level": 26, + "Exp": 20210 + }, + "1:27": { + "TypeID": 1, + "Level": 27, + "Exp": 20530 + }, + "1:28": { + "TypeID": 1, + "Level": 28, + "Exp": 20840 + }, + "1:29": { + "TypeID": 1, + "Level": 29, + "Exp": 21160 + }, + "1:30": { + "TypeID": 1, + "Level": 30, + "Exp": 21490 + }, + "1:31": { + "TypeID": 1, + "Level": 31, + "Exp": 21810 + }, + "1:32": { + "TypeID": 1, + "Level": 32, + "Exp": 22140 + }, + "1:33": { + "TypeID": 1, + "Level": 33, + "Exp": 22470 + }, + "1:34": { + "TypeID": 1, + "Level": 34, + "Exp": 22810 + }, + "1:35": { + "TypeID": 1, + "Level": 35, + "Exp": 23150 + }, + "1:36": { + "TypeID": 1, + "Level": 36, + "Exp": 23490 + }, + "1:37": { + "TypeID": 1, + "Level": 37, + "Exp": 23830 + }, + "1:38": { + "TypeID": 1, + "Level": 38, + "Exp": 24180 + }, + "1:39": { + "TypeID": 1, + "Level": 39, + "Exp": 24530 + }, + "1:40": { + "TypeID": 1, + "Level": 40, + "Exp": 24880 + }, + "1:41": { + "TypeID": 1, + "Level": 41, + "Exp": 30420 + }, + "1:42": { + "TypeID": 1, + "Level": 42, + "Exp": 34690 + }, + "1:43": { + "TypeID": 1, + "Level": 43, + "Exp": 39080 + }, + "1:44": { + "TypeID": 1, + "Level": 44, + "Exp": 43570 + }, + "1:45": { + "TypeID": 1, + "Level": 45, + "Exp": 48180 + }, + "1:46": { + "TypeID": 1, + "Level": 46, + "Exp": 52890 + }, + "1:47": { + "TypeID": 1, + "Level": 47, + "Exp": 57720 + }, + "1:48": { + "TypeID": 1, + "Level": 48, + "Exp": 62650 + }, + "1:49": { + "TypeID": 1, + "Level": 49, + "Exp": 67700 + }, + "1:50": { + "TypeID": 1, + "Level": 50, + "Exp": 72850 + }, + "1:51": { + "TypeID": 1, + "Level": 51, + "Exp": 78120 + }, + "1:52": { + "TypeID": 1, + "Level": 52, + "Exp": 83490 + }, + "1:53": { + "TypeID": 1, + "Level": 53, + "Exp": 88980 + }, + "1:54": { + "TypeID": 1, + "Level": 54, + "Exp": 94580 + }, + "1:55": { + "TypeID": 1, + "Level": 55, + "Exp": 100280 + }, + "1:56": { + "TypeID": 1, + "Level": 56, + "Exp": 106100 + }, + "1:57": { + "TypeID": 1, + "Level": 57, + "Exp": 112030 + }, + "1:58": { + "TypeID": 1, + "Level": 58, + "Exp": 118080 + }, + "1:59": { + "TypeID": 1, + "Level": 59, + "Exp": 124230 + }, + "1:60": { + "TypeID": 1, + "Level": 60, + "Exp": 132800 + }, + "1:61": { + "TypeID": 1, + "Level": 61, + "Exp": 139790 + }, + "1:62": { + "TypeID": 1, + "Level": 62, + "Exp": 146910 + }, + "1:63": { + "TypeID": 1, + "Level": 63, + "Exp": 154150 + }, + "1:64": { + "TypeID": 1, + "Level": 64, + "Exp": 161510 + }, + "1:65": { + "TypeID": 1, + "Level": 65, + "Exp": 169000 + }, + "1:66": { + "TypeID": 1, + "Level": 66, + "Exp": 176610 + }, + "1:67": { + "TypeID": 1, + "Level": 67, + "Exp": 184350 + }, + "1:68": { + "TypeID": 1, + "Level": 68, + "Exp": 192220 + }, + "1:69": { + "TypeID": 1, + "Level": 69, + "Exp": 200210 + }, + "1:70": { + "TypeID": 1, + "Level": 70, + "Exp": 224070 + }, + "1:71": { + "TypeID": 1, + "Level": 71, + "Exp": 249900 + }, + "1:72": { + "TypeID": 1, + "Level": 72, + "Exp": 276150 + }, + "1:73": { + "TypeID": 1, + "Level": 73, + "Exp": 302820 + }, + "1:74": { + "TypeID": 1, + "Level": 74, + "Exp": 329910 + }, + "1:75": { + "TypeID": 1, + "Level": 75, + "Exp": 357440 + }, + "1:76": { + "TypeID": 1, + "Level": 76, + "Exp": 385380 + }, + "1:77": { + "TypeID": 1, + "Level": 77, + "Exp": 413750 + }, + "1:78": { + "TypeID": 1, + "Level": 78, + "Exp": 442550 + }, + "1:79": { + "TypeID": 1, + "Level": 79, + "Exp": 471780 + }, + "1:80": { + "TypeID": 1, + "Level": 80, + "Exp": 517940 + }, + "1:81": { + "TypeID": 1, + "Level": 81, + "Exp": 544680 + }, + "1:82": { + "TypeID": 1, + "Level": 82, + "Exp": 571810 + }, + "1:83": { + "TypeID": 1, + "Level": 83, + "Exp": 599320 + }, + "1:84": { + "TypeID": 1, + "Level": 84, + "Exp": 627210 + }, + "1:85": { + "TypeID": 1, + "Level": 85, + "Exp": 655480 + }, + "1:86": { + "TypeID": 1, + "Level": 86, + "Exp": 684140 + }, + "1:87": { + "TypeID": 1, + "Level": 87, + "Exp": 713190 + }, + "1:88": { + "TypeID": 1, + "Level": 88, + "Exp": 742620 + }, + "1:89": { + "TypeID": 1, + "Level": 89, + "Exp": 772440 + }, + "1:90": { + "TypeID": 1, + "Level": 90, + "Exp": 802650 + }, + "1:91": { + "TypeID": 1, + "Level": 91, + "Exp": 833250 + }, + "1:92": { + "TypeID": 1, + "Level": 92, + "Exp": 864230 + }, + "1:93": { + "TypeID": 1, + "Level": 93, + "Exp": 895610 + }, + "1:94": { + "TypeID": 1, + "Level": 94, + "Exp": 927380 + }, + "1:95": { + "TypeID": 1, + "Level": 95, + "Exp": 959530 + }, + "1:96": { + "TypeID": 1, + "Level": 96, + "Exp": 992080 + }, + "1:97": { + "TypeID": 1, + "Level": 97, + "Exp": 1025020 + }, + "1:98": { + "TypeID": 1, + "Level": 98, + "Exp": 1058360 + }, + "1:99": { + "TypeID": 1, + "Level": 99, + "Exp": 1092080 + }, + "1:100": { + "TypeID": 1, + "Level": 100, + "Exp": 0 + }, + "2:1": { + "TypeID": 2, + "Level": 1, + "Exp": 200 + }, + "2:2": { + "TypeID": 2, + "Level": 2, + "Exp": 300 + }, + "2:3": { + "TypeID": 2, + "Level": 3, + "Exp": 500 + }, + "2:4": { + "TypeID": 2, + "Level": 4, + "Exp": 600 + }, + "2:5": { + "TypeID": 2, + "Level": 5, + "Exp": 1050 + }, + "2:6": { + "TypeID": 2, + "Level": 6, + "Exp": 1400 + }, + "2:7": { + "TypeID": 2, + "Level": 7, + "Exp": 1810 + }, + "2:8": { + "TypeID": 2, + "Level": 8, + "Exp": 2260 + }, + "2:9": { + "TypeID": 2, + "Level": 9, + "Exp": 2750 + }, + "2:10": { + "TypeID": 2, + "Level": 10, + "Exp": 3300 + }, + "2:11": { + "TypeID": 2, + "Level": 11, + "Exp": 3890 + }, + "2:12": { + "TypeID": 2, + "Level": 12, + "Exp": 4530 + }, + "2:13": { + "TypeID": 2, + "Level": 13, + "Exp": 5200 + }, + "2:14": { + "TypeID": 2, + "Level": 14, + "Exp": 5930 + }, + "2:15": { + "TypeID": 2, + "Level": 15, + "Exp": 6690 + }, + "2:16": { + "TypeID": 2, + "Level": 16, + "Exp": 7500 + }, + "2:17": { + "TypeID": 2, + "Level": 17, + "Exp": 8340 + }, + "2:18": { + "TypeID": 2, + "Level": 18, + "Exp": 9230 + }, + "2:19": { + "TypeID": 2, + "Level": 19, + "Exp": 10160 + }, + "2:20": { + "TypeID": 2, + "Level": 20, + "Exp": 11130 + }, + "2:21": { + "TypeID": 2, + "Level": 21, + "Exp": 12140 + }, + "2:22": { + "TypeID": 2, + "Level": 22, + "Exp": 13190 + }, + "2:23": { + "TypeID": 2, + "Level": 23, + "Exp": 14270 + }, + "2:24": { + "TypeID": 2, + "Level": 24, + "Exp": 15400 + }, + "2:25": { + "TypeID": 2, + "Level": 25, + "Exp": 16560 + }, + "2:26": { + "TypeID": 2, + "Level": 26, + "Exp": 17760 + }, + "2:27": { + "TypeID": 2, + "Level": 27, + "Exp": 19000 + }, + "2:28": { + "TypeID": 2, + "Level": 28, + "Exp": 20280 + }, + "2:29": { + "TypeID": 2, + "Level": 29, + "Exp": 21590 + }, + "2:30": { + "TypeID": 2, + "Level": 30, + "Exp": 22940 + }, + "2:31": { + "TypeID": 2, + "Level": 31, + "Exp": 24320 + }, + "2:32": { + "TypeID": 2, + "Level": 32, + "Exp": 25750 + }, + "2:33": { + "TypeID": 2, + "Level": 33, + "Exp": 27200 + }, + "2:34": { + "TypeID": 2, + "Level": 34, + "Exp": 28700 + }, + "2:35": { + "TypeID": 2, + "Level": 35, + "Exp": 30230 + }, + "2:36": { + "TypeID": 2, + "Level": 36, + "Exp": 31790 + }, + "2:37": { + "TypeID": 2, + "Level": 37, + "Exp": 33390 + }, + "2:38": { + "TypeID": 2, + "Level": 38, + "Exp": 35030 + }, + "2:39": { + "TypeID": 2, + "Level": 39, + "Exp": 36690 + }, + "2:40": { + "TypeID": 2, + "Level": 40, + "Exp": 38400 + }, + "2:41": { + "TypeID": 2, + "Level": 41, + "Exp": 40420 + }, + "2:42": { + "TypeID": 2, + "Level": 42, + "Exp": 44690 + }, + "2:43": { + "TypeID": 2, + "Level": 43, + "Exp": 49080 + }, + "2:44": { + "TypeID": 2, + "Level": 44, + "Exp": 53570 + }, + "2:45": { + "TypeID": 2, + "Level": 45, + "Exp": 58180 + }, + "2:46": { + "TypeID": 2, + "Level": 46, + "Exp": 62890 + }, + "2:47": { + "TypeID": 2, + "Level": 47, + "Exp": 67720 + }, + "2:48": { + "TypeID": 2, + "Level": 48, + "Exp": 72650 + }, + "2:49": { + "TypeID": 2, + "Level": 49, + "Exp": 77700 + }, + "2:50": { + "TypeID": 2, + "Level": 50, + "Exp": 82850 + }, + "2:51": { + "TypeID": 2, + "Level": 51, + "Exp": 88120 + }, + "2:52": { + "TypeID": 2, + "Level": 52, + "Exp": 93490 + }, + "2:53": { + "TypeID": 2, + "Level": 53, + "Exp": 98980 + }, + "2:54": { + "TypeID": 2, + "Level": 54, + "Exp": 104580 + }, + "2:55": { + "TypeID": 2, + "Level": 55, + "Exp": 110280 + }, + "2:56": { + "TypeID": 2, + "Level": 56, + "Exp": 116100 + }, + "2:57": { + "TypeID": 2, + "Level": 57, + "Exp": 122030 + }, + "2:58": { + "TypeID": 2, + "Level": 58, + "Exp": 128080 + }, + "2:59": { + "TypeID": 2, + "Level": 59, + "Exp": 134230 + }, + "2:60": { + "TypeID": 2, + "Level": 60, + "Exp": 143200 + }, + "2:61": { + "TypeID": 2, + "Level": 61, + "Exp": 150190 + }, + "2:62": { + "TypeID": 2, + "Level": 62, + "Exp": 157310 + }, + "2:63": { + "TypeID": 2, + "Level": 63, + "Exp": 164550 + }, + "2:64": { + "TypeID": 2, + "Level": 64, + "Exp": 171910 + }, + "2:65": { + "TypeID": 2, + "Level": 65, + "Exp": 179400 + }, + "2:66": { + "TypeID": 2, + "Level": 66, + "Exp": 187010 + }, + "2:67": { + "TypeID": 2, + "Level": 67, + "Exp": 194750 + }, + "2:68": { + "TypeID": 2, + "Level": 68, + "Exp": 202620 + }, + "2:69": { + "TypeID": 2, + "Level": 69, + "Exp": 210610 + }, + "2:70": { + "TypeID": 2, + "Level": 70, + "Exp": 224070 + }, + "2:71": { + "TypeID": 2, + "Level": 71, + "Exp": 249900 + }, + "2:72": { + "TypeID": 2, + "Level": 72, + "Exp": 276150 + }, + "2:73": { + "TypeID": 2, + "Level": 73, + "Exp": 302820 + }, + "2:74": { + "TypeID": 2, + "Level": 74, + "Exp": 329910 + }, + "2:75": { + "TypeID": 2, + "Level": 75, + "Exp": 357440 + }, + "2:76": { + "TypeID": 2, + "Level": 76, + "Exp": 385380 + }, + "2:77": { + "TypeID": 2, + "Level": 77, + "Exp": 413750 + }, + "2:78": { + "TypeID": 2, + "Level": 78, + "Exp": 442550 + }, + "2:79": { + "TypeID": 2, + "Level": 79, + "Exp": 471780 + }, + "2:80": { + "TypeID": 2, + "Level": 80, + "Exp": 517940 + }, + "2:81": { + "TypeID": 2, + "Level": 81, + "Exp": 544680 + }, + "2:82": { + "TypeID": 2, + "Level": 82, + "Exp": 571810 + }, + "2:83": { + "TypeID": 2, + "Level": 83, + "Exp": 599320 + }, + "2:84": { + "TypeID": 2, + "Level": 84, + "Exp": 627210 + }, + "2:85": { + "TypeID": 2, + "Level": 85, + "Exp": 655480 + }, + "2:86": { + "TypeID": 2, + "Level": 86, + "Exp": 684140 + }, + "2:87": { + "TypeID": 2, + "Level": 87, + "Exp": 713190 + }, + "2:88": { + "TypeID": 2, + "Level": 88, + "Exp": 742620 + }, + "2:89": { + "TypeID": 2, + "Level": 89, + "Exp": 772440 + }, + "2:90": { + "TypeID": 2, + "Level": 90, + "Exp": 802650 + }, + "2:91": { + "TypeID": 2, + "Level": 91, + "Exp": 833250 + }, + "2:92": { + "TypeID": 2, + "Level": 92, + "Exp": 864230 + }, + "2:93": { + "TypeID": 2, + "Level": 93, + "Exp": 895610 + }, + "2:94": { + "TypeID": 2, + "Level": 94, + "Exp": 927380 + }, + "2:95": { + "TypeID": 2, + "Level": 95, + "Exp": 959530 + }, + "2:96": { + "TypeID": 2, + "Level": 96, + "Exp": 992080 + }, + "2:97": { + "TypeID": 2, + "Level": 97, + "Exp": 1025020 + }, + "2:98": { + "TypeID": 2, + "Level": 98, + "Exp": 1058360 + }, + "2:99": { + "TypeID": 2, + "Level": 99, + "Exp": 1092080 + }, + "2:100": { + "TypeID": 2, + "Level": 100, + "Exp": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ExpeditionGroupExcelTable.json b/CrepePackage/src/data/excel/ExpeditionGroupExcelTable.json new file mode 100644 index 0000000..340ab59 --- /dev/null +++ b/CrepePackage/src/data/excel/ExpeditionGroupExcelTable.json @@ -0,0 +1,37 @@ +{ + "1": { + "GroupID": 1, + "Name": { + "hash": 822723971 + }, + "IconPath": "SpriteOutput/ItemIcon/110111.png" + }, + "2": { + "GroupID": 2, + "Name": { + "hash": 822723970 + }, + "IconPath": "SpriteOutput/ItemIcon/213.png" + }, + "3": { + "GroupID": 3, + "Name": { + "hash": 822723969 + }, + "IconPath": "SpriteOutput/ItemIcon/222.png" + }, + "4": { + "GroupID": 4, + "Name": { + "hash": 822723976 + }, + "IconPath": "SpriteOutput/ItemIcon/2.png" + }, + "5": { + "GroupID": 5, + "Name": { + "hash": 822723975 + }, + "IconPath": "SpriteOutput/ItemIcon/180002.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ExpeditionRewardExcelTable.json b/CrepePackage/src/data/excel/ExpeditionRewardExcelTable.json new file mode 100644 index 0000000..1e45d9b --- /dev/null +++ b/CrepePackage/src/data/excel/ExpeditionRewardExcelTable.json @@ -0,0 +1,562 @@ +{ + "1001:4:1": { + "ExpeditionID": 1001, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114111, + "ExtraRewardID": 0 + }, + "1001:4:2": { + "ExpeditionID": 1001, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114111, + "ExtraRewardID": 115111 + }, + "1001:8:1": { + "ExpeditionID": 1001, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114112, + "ExtraRewardID": 0 + }, + "1001:8:2": { + "ExpeditionID": 1001, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114112, + "ExtraRewardID": 115112 + }, + "1001:12:1": { + "ExpeditionID": 1001, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114113, + "ExtraRewardID": 0 + }, + "1001:12:2": { + "ExpeditionID": 1001, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114113, + "ExtraRewardID": 115113 + }, + "1001:20:1": { + "ExpeditionID": 1001, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114115, + "ExtraRewardID": 0 + }, + "1001:20:2": { + "ExpeditionID": 1001, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114115, + "ExtraRewardID": 115115 + }, + "1002:4:1": { + "ExpeditionID": 1002, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114121, + "ExtraRewardID": 0 + }, + "1002:4:2": { + "ExpeditionID": 1002, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114121, + "ExtraRewardID": 115121 + }, + "1002:8:1": { + "ExpeditionID": 1002, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114122, + "ExtraRewardID": 0 + }, + "1002:8:2": { + "ExpeditionID": 1002, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114122, + "ExtraRewardID": 115122 + }, + "1002:12:1": { + "ExpeditionID": 1002, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114123, + "ExtraRewardID": 0 + }, + "1002:12:2": { + "ExpeditionID": 1002, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114123, + "ExtraRewardID": 115123 + }, + "1002:20:1": { + "ExpeditionID": 1002, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114125, + "ExtraRewardID": 0 + }, + "1002:20:2": { + "ExpeditionID": 1002, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114125, + "ExtraRewardID": 115125 + }, + "1003:4:1": { + "ExpeditionID": 1003, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114131, + "ExtraRewardID": 0 + }, + "1003:4:2": { + "ExpeditionID": 1003, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114131, + "ExtraRewardID": 115131 + }, + "1003:8:1": { + "ExpeditionID": 1003, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114132, + "ExtraRewardID": 0 + }, + "1003:8:2": { + "ExpeditionID": 1003, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114132, + "ExtraRewardID": 115132 + }, + "1003:12:1": { + "ExpeditionID": 1003, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114133, + "ExtraRewardID": 0 + }, + "1003:12:2": { + "ExpeditionID": 1003, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114133, + "ExtraRewardID": 115133 + }, + "1003:20:1": { + "ExpeditionID": 1003, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114135, + "ExtraRewardID": 0 + }, + "1003:20:2": { + "ExpeditionID": 1003, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114135, + "ExtraRewardID": 115135 + }, + "1004:4:1": { + "ExpeditionID": 1004, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114141, + "ExtraRewardID": 0 + }, + "1004:4:2": { + "ExpeditionID": 1004, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114141, + "ExtraRewardID": 115141 + }, + "1004:8:1": { + "ExpeditionID": 1004, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114142, + "ExtraRewardID": 0 + }, + "1004:8:2": { + "ExpeditionID": 1004, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114142, + "ExtraRewardID": 115142 + }, + "1004:12:1": { + "ExpeditionID": 1004, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114143, + "ExtraRewardID": 0 + }, + "1004:12:2": { + "ExpeditionID": 1004, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114143, + "ExtraRewardID": 115143 + }, + "1004:20:1": { + "ExpeditionID": 1004, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114145, + "ExtraRewardID": 0 + }, + "1004:20:2": { + "ExpeditionID": 1004, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114145, + "ExtraRewardID": 115145 + }, + "2001:4:1": { + "ExpeditionID": 2001, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114211, + "ExtraRewardID": 0 + }, + "2001:4:2": { + "ExpeditionID": 2001, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114211, + "ExtraRewardID": 115211 + }, + "2001:8:1": { + "ExpeditionID": 2001, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114212, + "ExtraRewardID": 0 + }, + "2001:8:2": { + "ExpeditionID": 2001, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114212, + "ExtraRewardID": 115212 + }, + "2001:12:1": { + "ExpeditionID": 2001, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114213, + "ExtraRewardID": 0 + }, + "2001:12:2": { + "ExpeditionID": 2001, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114213, + "ExtraRewardID": 115213 + }, + "2001:20:1": { + "ExpeditionID": 2001, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114215, + "ExtraRewardID": 0 + }, + "2001:20:2": { + "ExpeditionID": 2001, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114215, + "ExtraRewardID": 115215 + }, + "3001:4:1": { + "ExpeditionID": 3001, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114311, + "ExtraRewardID": 0 + }, + "3001:4:2": { + "ExpeditionID": 3001, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114311, + "ExtraRewardID": 115311 + }, + "3001:8:1": { + "ExpeditionID": 3001, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114312, + "ExtraRewardID": 0 + }, + "3001:8:2": { + "ExpeditionID": 3001, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114312, + "ExtraRewardID": 115312 + }, + "3001:12:1": { + "ExpeditionID": 3001, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114313, + "ExtraRewardID": 0 + }, + "3001:12:2": { + "ExpeditionID": 3001, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114313, + "ExtraRewardID": 115313 + }, + "3001:20:1": { + "ExpeditionID": 3001, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114315, + "ExtraRewardID": 0 + }, + "3001:20:2": { + "ExpeditionID": 3001, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114315, + "ExtraRewardID": 115315 + }, + "4001:4:1": { + "ExpeditionID": 4001, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114411, + "ExtraRewardID": 0 + }, + "4001:4:2": { + "ExpeditionID": 4001, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114411, + "ExtraRewardID": 115411 + }, + "4001:8:1": { + "ExpeditionID": 4001, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114412, + "ExtraRewardID": 0 + }, + "4001:8:2": { + "ExpeditionID": 4001, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114412, + "ExtraRewardID": 115412 + }, + "4001:12:1": { + "ExpeditionID": 4001, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114413, + "ExtraRewardID": 0 + }, + "4001:12:2": { + "ExpeditionID": 4001, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114413, + "ExtraRewardID": 115413 + }, + "4001:20:1": { + "ExpeditionID": 4001, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114415, + "ExtraRewardID": 0 + }, + "4001:20:2": { + "ExpeditionID": 4001, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114415, + "ExtraRewardID": 115415 + }, + "5001:4:1": { + "ExpeditionID": 5001, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114511, + "ExtraRewardID": 0 + }, + "5001:4:2": { + "ExpeditionID": 5001, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114511, + "ExtraRewardID": 115511 + }, + "5001:8:1": { + "ExpeditionID": 5001, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114512, + "ExtraRewardID": 0 + }, + "5001:8:2": { + "ExpeditionID": 5001, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114512, + "ExtraRewardID": 115512 + }, + "5001:12:1": { + "ExpeditionID": 5001, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114513, + "ExtraRewardID": 0 + }, + "5001:12:2": { + "ExpeditionID": 5001, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114513, + "ExtraRewardID": 115513 + }, + "5001:20:1": { + "ExpeditionID": 5001, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114515, + "ExtraRewardID": 0 + }, + "5001:20:2": { + "ExpeditionID": 5001, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114515, + "ExtraRewardID": 115515 + }, + "5002:4:1": { + "ExpeditionID": 5002, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114521, + "ExtraRewardID": 0 + }, + "5002:4:2": { + "ExpeditionID": 5002, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114521, + "ExtraRewardID": 115521 + }, + "5002:8:1": { + "ExpeditionID": 5002, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114522, + "ExtraRewardID": 0 + }, + "5002:8:2": { + "ExpeditionID": 5002, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114522, + "ExtraRewardID": 115522 + }, + "5002:12:1": { + "ExpeditionID": 5002, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114523, + "ExtraRewardID": 0 + }, + "5002:12:2": { + "ExpeditionID": 5002, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114523, + "ExtraRewardID": 115523 + }, + "5002:20:1": { + "ExpeditionID": 5002, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114525, + "ExtraRewardID": 0 + }, + "5002:20:2": { + "ExpeditionID": 5002, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114525, + "ExtraRewardID": 115525 + }, + "5003:4:1": { + "ExpeditionID": 5003, + "Duration": 4, + "AvatarNum": 1, + "RewardID": 114531, + "ExtraRewardID": 0 + }, + "5003:4:2": { + "ExpeditionID": 5003, + "Duration": 4, + "AvatarNum": 2, + "RewardID": 114531, + "ExtraRewardID": 115531 + }, + "5003:8:1": { + "ExpeditionID": 5003, + "Duration": 8, + "AvatarNum": 1, + "RewardID": 114532, + "ExtraRewardID": 0 + }, + "5003:8:2": { + "ExpeditionID": 5003, + "Duration": 8, + "AvatarNum": 2, + "RewardID": 114532, + "ExtraRewardID": 115532 + }, + "5003:12:1": { + "ExpeditionID": 5003, + "Duration": 12, + "AvatarNum": 1, + "RewardID": 114533, + "ExtraRewardID": 0 + }, + "5003:12:2": { + "ExpeditionID": 5003, + "Duration": 12, + "AvatarNum": 2, + "RewardID": 114533, + "ExtraRewardID": 115533 + }, + "5003:20:1": { + "ExpeditionID": 5003, + "Duration": 20, + "AvatarNum": 1, + "RewardID": 114535, + "ExtraRewardID": 0 + }, + "5003:20:2": { + "ExpeditionID": 5003, + "Duration": 20, + "AvatarNum": 2, + "RewardID": 114535, + "ExtraRewardID": 115535 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ExtraEffectExcelTable.json b/CrepePackage/src/data/excel/ExtraEffectExcelTable.json new file mode 100644 index 0000000..c015210 --- /dev/null +++ b/CrepePackage/src/data/excel/ExtraEffectExcelTable.json @@ -0,0 +1,200 @@ +{ + "10002030": { + "ExtraEffectID": 10002030, + "ExtraEffectName": { + "hash": -941417595 + }, + "ExtraEffectDesc": { + "hash": 2099804807 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "ExtraEffectType": 2 + }, + "10002070": { + "ExtraEffectID": 10002070, + "ExtraEffectName": { + "hash": -941417599 + }, + "ExtraEffectDesc": { + "hash": 2099804803 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "ExtraEffectType": 1 + }, + "10002080": { + "ExtraEffectID": 10002080, + "ExtraEffectName": { + "hash": -941417588 + }, + "ExtraEffectDesc": { + "hash": 2099804818 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "ExtraEffectType": 2 + }, + "40010201": { + "ExtraEffectID": 40010201, + "ExtraEffectName": { + "hash": 423301719 + }, + "ExtraEffectDesc": { + "hash": -830443303 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 2 + }, + "40010202": { + "ExtraEffectID": 40010202, + "ExtraEffectName": { + "hash": 1989385660 + }, + "ExtraEffectDesc": { + "hash": 735640638 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 2 + }, + "40010301": { + "ExtraEffectID": 40010301, + "ExtraEffectName": { + "hash": -1122579246 + }, + "ExtraEffectDesc": { + "hash": 1918643028 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 1 + }, + "40010302": { + "ExtraEffectID": 40010302, + "ExtraEffectName": { + "hash": -719294719 + }, + "ExtraEffectDesc": { + "hash": -1973039741 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 1 + }, + "40010401": { + "ExtraEffectID": 40010401, + "ExtraEffectName": { + "hash": 1270276725 + }, + "ExtraEffectDesc": { + "hash": -1112768305 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 1 + }, + "40010501": { + "ExtraEffectID": 40010501, + "ExtraEffectName": { + "hash": -275604240 + }, + "ExtraEffectDesc": { + "hash": 1636318026 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 2 + }, + "40010502": { + "ExtraEffectID": 40010502, + "ExtraEffectName": { + "hash": -1841688181 + }, + "ExtraEffectDesc": { + "hash": 70234085 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 2 + }, + "40010503": { + "ExtraEffectID": 40010503, + "ExtraEffectName": { + "hash": 887195174 + }, + "ExtraEffectDesc": { + "hash": -1495849856 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 2 + }, + "40010601": { + "ExtraEffectID": 40010601, + "ExtraEffectName": { + "hash": 987951723 + }, + "ExtraEffectDesc": { + "hash": -1395093307 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 2 + }, + "40010602": { + "ExtraEffectID": 40010602, + "ExtraEffectName": { + "hash": -1740931632 + }, + "ExtraEffectDesc": { + "hash": 170990634 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 2 + }, + "40010701": { + "ExtraEffectID": 40010701, + "ExtraEffectName": { + "hash": -557929242 + }, + "ExtraEffectDesc": { + "hash": 1353993024 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 1 + }, + "40010801": { + "ExtraEffectID": 40010801, + "ExtraEffectName": { + "hash": 1834926729 + }, + "ExtraEffectDesc": { + "hash": 581181707 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 3 + }, + "50000101": { + "ExtraEffectID": 50000101, + "ExtraEffectName": { + "hash": 1928484578 + }, + "ExtraEffectDesc": { + "hash": 674739556 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 1 + }, + "50000102": { + "ExtraEffectID": 50000102, + "ExtraEffectName": { + "hash": 1525200051 + }, + "ExtraEffectDesc": { + "hash": 271455029 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 1 + }, + "30001010": { + "ExtraEffectID": 30001010, + "ExtraEffectName": { + "hash": -941489372 + }, + "ExtraEffectDesc": { + "hash": 2099876650 + }, + "ExtraEffectIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "ExtraEffectType": 3 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/FarmElementConfigExcelTable.json b/CrepePackage/src/data/excel/FarmElementConfigExcelTable.json new file mode 100644 index 0000000..1e44de0 --- /dev/null +++ b/CrepePackage/src/data/excel/FarmElementConfigExcelTable.json @@ -0,0 +1,725 @@ +{ + "2001:0": { + "ID": 2001, + "WorldLevel": 0, + "MappingInfoID": 2001, + "DropList": [ + 1000899, + 1000339, + 2003015, + 2003103 + ], + "StaminaCost": 30 + }, + "2001:1": { + "ID": 2001, + "WorldLevel": 1, + "MappingInfoID": 2001, + "DropList": [ + 1000899, + 1000389, + 2003111 + ], + "StaminaCost": 30 + }, + "2001:2": { + "ID": 2001, + "WorldLevel": 2, + "MappingInfoID": 2001, + "DropList": [ + 1000899, + 1000404, + 2003116 + ], + "StaminaCost": 30 + }, + "2001:3": { + "ID": 2001, + "WorldLevel": 3, + "MappingInfoID": 2001, + "DropList": [ + 1000899, + 1000409, + 1001020, + 2003204 + ], + "StaminaCost": 30 + }, + "2001:4": { + "ID": 2001, + "WorldLevel": 4, + "MappingInfoID": 2001, + "DropList": [ + 1000899, + 1000409, + 1001020, + 2003204 + ], + "StaminaCost": 30 + }, + "1101:0": { + "ID": 1101, + "WorldLevel": 0, + "MappingInfoID": 1101, + "DropList": [ + 1000909, + 1000403, + 980000, + 1004210, + 910051 + ], + "StaminaCost": 30 + }, + "1101:1": { + "ID": 1101, + "WorldLevel": 1, + "MappingInfoID": 1101, + "DropList": [ + 1000909, + 1000405, + 980001, + 1004210, + 910052 + ], + "StaminaCost": 30 + }, + "1101:2": { + "ID": 1101, + "WorldLevel": 2, + "MappingInfoID": 1101, + "DropList": [ + 1000909, + 1000407, + 980000, + 980001, + 1004211, + 910053 + ], + "StaminaCost": 30 + }, + "1101:3": { + "ID": 1101, + "WorldLevel": 3, + "MappingInfoID": 1101, + "DropList": [ + 1000909, + 1000409, + 980002, + 1004212, + 910054 + ], + "StaminaCost": 30 + }, + "1101:4": { + "ID": 1101, + "WorldLevel": 4, + "MappingInfoID": 1101, + "DropList": [ + 1000909, + 1000411, + 980000, + 980002, + 1004212, + 910055 + ], + "StaminaCost": 30 + }, + "1101:5": { + "ID": 1101, + "WorldLevel": 5, + "MappingInfoID": 1101, + "DropList": [ + 1000909, + 1000413, + 980001, + 980002, + 1004213, + 910056 + ], + "StaminaCost": 30 + }, + "1101:6": { + "ID": 1101, + "WorldLevel": 6, + "MappingInfoID": 1101, + "DropList": [ + 1000909, + 1000415, + 980002, + 980002, + 1004213, + 910057 + ], + "StaminaCost": 30 + }, + "1102:0": { + "ID": 1102, + "WorldLevel": 0, + "MappingInfoID": 1102, + "DropList": [ + 1000909, + 1000403, + 980000, + 1004200, + 910041 + ], + "StaminaCost": 30 + }, + "1102:1": { + "ID": 1102, + "WorldLevel": 1, + "MappingInfoID": 1102, + "DropList": [ + 1000909, + 1000405, + 980001, + 1004200, + 910042 + ], + "StaminaCost": 30 + }, + "1102:2": { + "ID": 1102, + "WorldLevel": 2, + "MappingInfoID": 1102, + "DropList": [ + 1000909, + 1000407, + 980000, + 980001, + 1004201, + 910043 + ], + "StaminaCost": 30 + }, + "1102:3": { + "ID": 1102, + "WorldLevel": 3, + "MappingInfoID": 1102, + "DropList": [ + 1000909, + 1000409, + 980002, + 1004202, + 910044 + ], + "StaminaCost": 30 + }, + "1102:4": { + "ID": 1102, + "WorldLevel": 4, + "MappingInfoID": 1102, + "DropList": [ + 1000909, + 1000411, + 980000, + 980002, + 1004202, + 910045 + ], + "StaminaCost": 30 + }, + "1102:5": { + "ID": 1102, + "WorldLevel": 5, + "MappingInfoID": 1102, + "DropList": [ + 1000909, + 1000413, + 980001, + 980002, + 1004203, + 910046 + ], + "StaminaCost": 30 + }, + "1102:6": { + "ID": 1102, + "WorldLevel": 6, + "MappingInfoID": 1102, + "DropList": [ + 1000909, + 1000415, + 980002, + 980002, + 1004203, + 910047 + ], + "StaminaCost": 30 + }, + "1103:0": { + "ID": 1103, + "WorldLevel": 0, + "MappingInfoID": 1103, + "DropList": [ + 1000909, + 1000403, + 980000, + 1004190, + 910031 + ], + "StaminaCost": 30 + }, + "1103:1": { + "ID": 1103, + "WorldLevel": 1, + "MappingInfoID": 1103, + "DropList": [ + 1000909, + 1000405, + 980001, + 1004190, + 910032 + ], + "StaminaCost": 30 + }, + "1103:2": { + "ID": 1103, + "WorldLevel": 2, + "MappingInfoID": 1103, + "DropList": [ + 1000909, + 1000407, + 980000, + 980001, + 1004191, + 910033 + ], + "StaminaCost": 30 + }, + "1103:3": { + "ID": 1103, + "WorldLevel": 3, + "MappingInfoID": 1103, + "DropList": [ + 1000909, + 1000409, + 980002, + 1004192, + 910034 + ], + "StaminaCost": 30 + }, + "1103:4": { + "ID": 1103, + "WorldLevel": 4, + "MappingInfoID": 1103, + "DropList": [ + 1000909, + 1000411, + 980000, + 980002, + 1004192, + 910035 + ], + "StaminaCost": 30 + }, + "1103:5": { + "ID": 1103, + "WorldLevel": 5, + "MappingInfoID": 1103, + "DropList": [ + 1000909, + 1000413, + 980001, + 980002, + 1004193, + 910036 + ], + "StaminaCost": 30 + }, + "1103:6": { + "ID": 1103, + "WorldLevel": 6, + "MappingInfoID": 1103, + "DropList": [ + 1000909, + 1000415, + 980002, + 980002, + 1004193, + 910037 + ], + "StaminaCost": 30 + }, + "1104:0": { + "ID": 1104, + "WorldLevel": 0, + "MappingInfoID": 1104, + "DropList": [ + 1000909, + 1000403, + 980000, + 1004170, + 910011 + ], + "StaminaCost": 30 + }, + "1104:1": { + "ID": 1104, + "WorldLevel": 1, + "MappingInfoID": 1104, + "DropList": [ + 1000909, + 1000405, + 980001, + 1004170, + 910012 + ], + "StaminaCost": 30 + }, + "1104:2": { + "ID": 1104, + "WorldLevel": 2, + "MappingInfoID": 1104, + "DropList": [ + 1000909, + 1000407, + 980000, + 980001, + 1004171, + 910013 + ], + "StaminaCost": 30 + }, + "1104:3": { + "ID": 1104, + "WorldLevel": 3, + "MappingInfoID": 1104, + "DropList": [ + 1000909, + 1000409, + 980002, + 1004172, + 910014 + ], + "StaminaCost": 30 + }, + "1104:4": { + "ID": 1104, + "WorldLevel": 4, + "MappingInfoID": 1104, + "DropList": [ + 1000909, + 1000411, + 980000, + 980002, + 1004172, + 910015 + ], + "StaminaCost": 30 + }, + "1104:5": { + "ID": 1104, + "WorldLevel": 5, + "MappingInfoID": 1104, + "DropList": [ + 1000909, + 1000413, + 980001, + 980002, + 1004173, + 910016 + ], + "StaminaCost": 30 + }, + "1104:6": { + "ID": 1104, + "WorldLevel": 6, + "MappingInfoID": 1104, + "DropList": [ + 1000909, + 1000415, + 980002, + 980002, + 1004173, + 910017 + ], + "StaminaCost": 30 + }, + "1105:0": { + "ID": 1105, + "WorldLevel": 0, + "MappingInfoID": 1105, + "DropList": [ + 1000909, + 1000403, + 980000, + 1004160, + 910001 + ], + "StaminaCost": 30 + }, + "1105:1": { + "ID": 1105, + "WorldLevel": 1, + "MappingInfoID": 1105, + "DropList": [ + 1000909, + 1000405, + 980001, + 1004160, + 910002 + ], + "StaminaCost": 30 + }, + "1105:2": { + "ID": 1105, + "WorldLevel": 2, + "MappingInfoID": 1105, + "DropList": [ + 1000909, + 1000407, + 980000, + 980001, + 1004161, + 910003 + ], + "StaminaCost": 30 + }, + "1105:3": { + "ID": 1105, + "WorldLevel": 3, + "MappingInfoID": 1105, + "DropList": [ + 1000909, + 1000409, + 980002, + 1004162, + 910004 + ], + "StaminaCost": 30 + }, + "1105:4": { + "ID": 1105, + "WorldLevel": 4, + "MappingInfoID": 1105, + "DropList": [ + 1000909, + 1000411, + 980000, + 980002, + 1004162, + 910005 + ], + "StaminaCost": 30 + }, + "1105:5": { + "ID": 1105, + "WorldLevel": 5, + "MappingInfoID": 1105, + "DropList": [ + 1000909, + 1000413, + 980001, + 980002, + 1004163, + 910006 + ], + "StaminaCost": 30 + }, + "1105:6": { + "ID": 1105, + "WorldLevel": 6, + "MappingInfoID": 1105, + "DropList": [ + 1000909, + 1000415, + 980002, + 980002, + 1004163, + 910007 + ], + "StaminaCost": 30 + }, + "1106:0": { + "ID": 1106, + "WorldLevel": 0, + "MappingInfoID": 1106, + "DropList": [ + 1000909, + 1000403, + 980000, + 1004180, + 910021 + ], + "StaminaCost": 30 + }, + "1106:1": { + "ID": 1106, + "WorldLevel": 1, + "MappingInfoID": 1106, + "DropList": [ + 1000909, + 1000405, + 980001, + 1004180, + 910022 + ], + "StaminaCost": 30 + }, + "1106:2": { + "ID": 1106, + "WorldLevel": 2, + "MappingInfoID": 1106, + "DropList": [ + 1000909, + 1000407, + 980000, + 980001, + 1004181, + 910023 + ], + "StaminaCost": 30 + }, + "1106:3": { + "ID": 1106, + "WorldLevel": 3, + "MappingInfoID": 1106, + "DropList": [ + 1000909, + 1000409, + 980002, + 1004182, + 910024 + ], + "StaminaCost": 30 + }, + "1106:4": { + "ID": 1106, + "WorldLevel": 4, + "MappingInfoID": 1106, + "DropList": [ + 1000909, + 1000411, + 980000, + 980002, + 1004182, + 910025 + ], + "StaminaCost": 30 + }, + "1106:5": { + "ID": 1106, + "WorldLevel": 5, + "MappingInfoID": 1106, + "DropList": [ + 1000909, + 1000413, + 980001, + 980002, + 1004183, + 910026 + ], + "StaminaCost": 30 + }, + "1106:6": { + "ID": 1106, + "WorldLevel": 6, + "MappingInfoID": 1106, + "DropList": [ + 1000909, + 1000415, + 980002, + 980002, + 1004183, + 910027 + ], + "StaminaCost": 30 + }, + "1107:0": { + "ID": 1107, + "WorldLevel": 0, + "MappingInfoID": 1107, + "DropList": [ + 1000909, + 1000403, + 980000, + 1004220, + 910061 + ], + "StaminaCost": 30 + }, + "1107:1": { + "ID": 1107, + "WorldLevel": 1, + "MappingInfoID": 1107, + "DropList": [ + 1000909, + 1000405, + 980001, + 1004220, + 910062 + ], + "StaminaCost": 30 + }, + "1107:2": { + "ID": 1107, + "WorldLevel": 2, + "MappingInfoID": 1107, + "DropList": [ + 1000909, + 1000407, + 980000, + 980001, + 1004221, + 910063 + ], + "StaminaCost": 30 + }, + "1107:3": { + "ID": 1107, + "WorldLevel": 3, + "MappingInfoID": 1107, + "DropList": [ + 1000909, + 1000409, + 980002, + 1004222, + 910064 + ], + "StaminaCost": 30 + }, + "1107:4": { + "ID": 1107, + "WorldLevel": 4, + "MappingInfoID": 1107, + "DropList": [ + 1000909, + 1000411, + 980000, + 980002, + 1004222, + 910065 + ], + "StaminaCost": 30 + }, + "1107:5": { + "ID": 1107, + "WorldLevel": 5, + "MappingInfoID": 1107, + "DropList": [ + 1000909, + 1000413, + 980001, + 980002, + 1004223, + 910066 + ], + "StaminaCost": 30 + }, + "1107:6": { + "ID": 1107, + "WorldLevel": 6, + "MappingInfoID": 1107, + "DropList": [ + 1000909, + 1000415, + 980002, + 980002, + 1004223, + 910067 + ], + "StaminaCost": 30 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/FarmWorldLevelExcelTable.json b/CrepePackage/src/data/excel/FarmWorldLevelExcelTable.json new file mode 100644 index 0000000..3843c93 --- /dev/null +++ b/CrepePackage/src/data/excel/FarmWorldLevelExcelTable.json @@ -0,0 +1,39 @@ +{ + "COCOON": { + "FarmType": "COCOON", + "WorldLevelList": [ + 0, + 1, + 2, + 3, + 4 + ] + }, + "COCOON2": { + "FarmType": "COCOON2", + "WorldLevelList": [ + 1, + 2, + 3, + 4 + ] + }, + "ELEMENT": { + "FarmType": "ELEMENT", + "WorldLevelList": [ + 1, + 2, + 3, + 4 + ] + }, + "RELIC": { + "FarmType": "RELIC", + "WorldLevelList": [ + 1, + 2, + 3, + 4 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/FinishWayExcelTable.json b/CrepePackage/src/data/excel/FinishWayExcelTable.json new file mode 100644 index 0000000..e5f61bd --- /dev/null +++ b/CrepePackage/src/data/excel/FinishWayExcelTable.json @@ -0,0 +1,39647 @@ +{ + "1000101": { + "ID": 1000101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1000102": { + "ID": 1000102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "1000103": { + "ID": 1000103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": true + }, + "1000104": { + "ID": 1000104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": true + }, + "1000201": { + "ID": 1000201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000202": { + "ID": 1000202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 20, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000203": { + "ID": 1000203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 20, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": true + }, + "1000301": { + "ID": 1000301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentStarCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1000302": { + "ID": 1000302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000401": { + "ID": 1000401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BuyShopGoods", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 90020, + 90021 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1000500": { + "ID": 1000500, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1000001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000501": { + "ID": 1000501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010202 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000502": { + "ID": 1000502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010408 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000503": { + "ID": 1000503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010602 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000504": { + "ID": 1000504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010407 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000505": { + "ID": 1000505, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010803 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000506": { + "ID": 1000506, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010809 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000601": { + "ID": 1000601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010503 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000701": { + "ID": 1000701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "1000702": { + "ID": 1000702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000703": { + "ID": 1000703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000704": { + "ID": 1000704, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010601 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000705": { + "ID": 1000705, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyCocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1000706": { + "ID": 1000706, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1000801": { + "ID": 1000801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentStarCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 3, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": false + }, + "1000802": { + "ID": 1000802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 20, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1000803": { + "ID": 1000803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarUnlockSkilltreeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000804": { + "ID": 1000804, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarPromoteCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000805": { + "ID": 1000805, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010704 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000806": { + "ID": 1000806, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1000807": { + "ID": 1000807, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1000808": { + "ID": 1000808, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 9, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1000901": { + "ID": 1000901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetAvatarStar", + "ParamType": "GreaterEqual", + "ParamInt1": 3, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 8, + "IsBackTrack": false + }, + "1000902": { + "ID": 1000902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 30, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1000903": { + "ID": 1000903, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 30, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1000904": { + "ID": 1000904, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010312, + 2010313, + 2010314, + 2010315, + 2010322, + 2010323, + 2010304, + 2010505, + 2010502, + 2010606, + 2010608, + 2010703, + 2010702, + 2010906, + 2010902, + 4019901, + 2010403, + 2010406 + ], + "ParamItemList": [], + "Progress": 7, + "IsBackTrack": true + }, + "1000905": { + "ID": 1000905, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010903 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1000906": { + "ID": 1000906, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarUnlockSkilltreeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1000907": { + "ID": 1000907, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 9, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001001": { + "ID": 1001001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": true + }, + "1001002": { + "ID": 1001002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011003 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001003": { + "ID": 1001003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001004": { + "ID": 1001004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001005": { + "ID": 1001005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 12, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001006": { + "ID": 1001006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 30, + "IsBackTrack": false + }, + "1001201": { + "ID": 1001201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 30, + "IsBackTrack": true + }, + "1001202": { + "ID": 1001202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": true + }, + "1001203": { + "ID": 1001203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": true + }, + "1001204": { + "ID": 1001204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 15, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001205": { + "ID": 1001205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BookNum", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": false + }, + "1001206": { + "ID": 1001206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 50, + "IsBackTrack": false + }, + "1001207": { + "ID": 1001207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1000401 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001208": { + "ID": 1001208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010501 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001209": { + "ID": 1001209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010902 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "2000101": { + "ID": 2000101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000102, + 2000103, + 2000104 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "2000102": { + "ID": 2000102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 11, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "2000103": { + "ID": 2000103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyCocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "2000104": { + "ID": 2000104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001101": { + "ID": 1001101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AutoFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001102": { + "ID": 1001102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AutoFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001103": { + "ID": 1001103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AutoFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001104": { + "ID": 1001104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 900010, + 900011, + 900012, + 900013 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "1001105": { + "ID": 1001105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicSuit", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 4, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001106": { + "ID": 1001106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinishCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "1001107": { + "ID": 1001107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 900001, + 900002 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001108": { + "ID": 1001108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "1001109": { + "ID": 1001109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "HeroPathLevel", + "ParamType": "Equal", + "ParamInt1": 190, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "1001110": { + "ID": 1001110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "HeroPathLevelUpCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "1001111": { + "ID": 1001111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001112": { + "ID": 1001112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "1001113": { + "ID": 1001113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 102, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001114": { + "ID": 1001114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarRankUp", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 8001, + 8002, + 8003, + 8004 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001115": { + "ID": 1001115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMainMission", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 202, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001116": { + "ID": 1001116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevel", + "ParamType": "Equal", + "ParamInt1": 8001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 40, + "IsBackTrack": true + }, + "1001117": { + "ID": 1001117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmElementFinish", + "ParamType": "Equal", + "ParamInt1": 1101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001118": { + "ID": 1001118, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "1001119": { + "ID": 1001119, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmRelicFinish", + "ParamType": "Equal", + "ParamInt1": 1201, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001120": { + "ID": 1001120, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmRelicFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "1001121": { + "ID": 1001121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyMaterialStageFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": false + }, + "1001122": { + "ID": 1001122, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 2, + "ParamInt2": 3, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001123": { + "ID": 1001123, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreFinish", + "ParamType": "GreaterEqual", + "ParamInt1": 2, + "ParamInt2": 2, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001124": { + "ID": 1001124, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 4000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001125": { + "ID": 1001125, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001122, + 1001123, + 1001124 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "9000001": { + "ID": 9000001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80102, + "ParamInt2": 80102001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "9000002": { + "ID": 9000002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 80103201, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "9000003": { + "ID": 9000003, + "MazePlaneID": 80102, + "MazeFloorID": 80102001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 18, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "9000004": { + "ID": 9000004, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": false + }, + "9000005": { + "ID": 9000005, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "9000006": { + "ID": 9000006, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 103 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "9000007": { + "ID": 9000007, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 104 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "9000008": { + "ID": 9000008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreFinish", + "ParamType": "GreaterEqual", + "ParamInt1": 2, + "ParamInt2": 1, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "9000009": { + "ID": 9000009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreFinish", + "ParamType": "GreaterEqual", + "ParamInt1": 2, + "ParamInt2": 2, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "9000010": { + "ID": 9000010, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishDailyMissionCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "9000011": { + "ID": 9000011, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeStars", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": true + }, + "9000012": { + "ID": 9000012, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeStars", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": true + }, + "9000013": { + "ID": 9000013, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001, + 1002, + 1003 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "9000014": { + "ID": 9000014, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemCompose", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 9 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "1001229": { + "ID": 1001229, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 11, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "1001230": { + "ID": 1001230, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 11, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 50, + "IsBackTrack": false + }, + "1001231": { + "ID": 1001231, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyCocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001232": { + "ID": 1001232, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001233": { + "ID": 1001233, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001234": { + "ID": 1001234, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001235": { + "ID": 1001235, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001236": { + "ID": 1001236, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyCocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001237": { + "ID": 1001237, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010239 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001238": { + "ID": 1001238, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinishCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001239": { + "ID": 1001239, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010501 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001240": { + "ID": 1001240, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010701 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001241": { + "ID": 1001241, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": false + }, + "1001242": { + "ID": 1001242, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicSuit", + "ParamType": "GreaterEqual", + "ParamInt1": 3, + "ParamInt2": 4, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001243": { + "ID": 1001243, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001244": { + "ID": 1001244, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarPromoteCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001245": { + "ID": 1001245, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyEquipmentPromoteCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001246": { + "ID": 1001246, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 103, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001247": { + "ID": 1001247, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarUnlockSkilltreeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001248": { + "ID": 1001248, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "1001249": { + "ID": 1001249, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010902 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001250": { + "ID": 1001250, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 910001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001251": { + "ID": 1001251, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarRankUp", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 8001, + 8002, + 8003, + 8004 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001252": { + "ID": 1001252, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 105, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001253": { + "ID": 1001253, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011301 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001254": { + "ID": 1001254, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001255": { + "ID": 1001255, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001256": { + "ID": 1001256, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001257": { + "ID": 1001257, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001258": { + "ID": 1001258, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 50, + "IsBackTrack": false + }, + "1001259": { + "ID": 1001259, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 107, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001260": { + "ID": 1001260, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicSuit", + "ParamType": "GreaterEqual", + "ParamInt1": 4, + "ParamInt2": 5, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001261": { + "ID": 1001261, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010902 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001262": { + "ID": 1001262, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000101, + 2000131, + 2000121, + 2000115, + 2000202, + 2000105, + 2000102, + 2000109, + 2000111, + 2010501, + 2010706, + 2010902, + 2010302, + 2010502, + 2010708, + 2010904, + 2010703, + 2011401, + 2011101, + 2011301, + 2000113, + 6010239, + 6010236, + 6010237, + 6010234, + 6010254, + 6010222, + 6010224, + 6010223, + 6010244, + 6010242 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001263": { + "ID": 1001263, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001264": { + "ID": 1001264, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001265": { + "ID": 1001265, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011301 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001266": { + "ID": 1001266, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010239, + 6010236, + 6010237, + 6010234, + 6010254, + 6010222, + 6010224, + 6010223, + 6010244, + 6010242 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "1001267": { + "ID": 1001267, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 108, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001268": { + "ID": 1001268, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": true + }, + "1001269": { + "ID": 1001269, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 103, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001270": { + "ID": 1001270, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011301 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001271": { + "ID": 1001271, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001252, + 1001253, + 1001254, + 1001255, + 1001256 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001272": { + "ID": 1001272, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000101, + 2000131, + 2000121, + 2000115, + 2000202, + 2000105, + 2000102, + 2000109, + 2000111, + 2010501, + 2010706, + 2010902, + 2010302, + 2010502, + 2010708, + 2010904, + 2010703, + 2011401, + 2011101, + 2011301, + 2000113 + ], + "ParamItemList": [], + "Progress": 21, + "IsBackTrack": true + }, + "1001273": { + "ID": 1001273, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010239, + 6010254, + 6010223, + 6010244, + 6010242 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "1001274": { + "ID": 1001274, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010239, + 6010254, + 6010223, + 6010244, + 6010242 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001275": { + "ID": 1001275, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 1005, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001276": { + "ID": 1001276, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmRelicFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 30, + "IsBackTrack": false + }, + "1001277": { + "ID": 1001277, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001278": { + "ID": 1001278, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 30, + "IsBackTrack": false + }, + "1001279": { + "ID": 1001279, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmElementFinish", + "ParamType": "Equal", + "ParamInt1": 1101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001280": { + "ID": 1001280, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmElementFinish", + "ParamType": "Equal", + "ParamInt1": 1102, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001281": { + "ID": 1001281, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmElementFinish", + "ParamType": "Equal", + "ParamInt1": 1103, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001282": { + "ID": 1001282, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmElementFinish", + "ParamType": "Equal", + "ParamInt1": 1104, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001283": { + "ID": 1001283, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmElementFinish", + "ParamType": "Equal", + "ParamInt1": 1105, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001284": { + "ID": 1001284, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmElementFinish", + "ParamType": "Equal", + "ParamInt1": 1106, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001285": { + "ID": 1001285, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmElementFinish", + "ParamType": "Equal", + "ParamInt1": 1107, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001286": { + "ID": 1001286, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmRelicFinish", + "ParamType": "Equal", + "ParamInt1": 1201, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001287": { + "ID": 1001287, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmRelicFinish", + "ParamType": "Equal", + "ParamInt1": 1202, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001288": { + "ID": 1001288, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmRelicFinish", + "ParamType": "Equal", + "ParamInt1": 1203, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001289": { + "ID": 1001289, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmRelicFinish", + "ParamType": "Equal", + "ParamInt1": 1204, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001290": { + "ID": 1001290, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmRelicFinish", + "ParamType": "Equal", + "ParamInt1": 1205, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001311": { + "ID": 1001311, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001312": { + "ID": 1001312, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001313": { + "ID": 1001313, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001314": { + "ID": 1001314, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001321": { + "ID": 1001321, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001322": { + "ID": 1001322, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreRoomFinishCnt", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001323": { + "ID": 1001323, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010239 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001324": { + "ID": 1001324, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010701 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001331": { + "ID": 1001331, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": false + }, + "1001332": { + "ID": 1001332, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001333": { + "ID": 1001333, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicSuit", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 2, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001334": { + "ID": 1001334, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarPromoteCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001335": { + "ID": 1001335, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyEquipmentPromoteCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001336": { + "ID": 1001336, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinishCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001341": { + "ID": 1001341, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarUnlockSkilltreeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001342": { + "ID": 1001342, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 103, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001343": { + "ID": 1001343, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "1001344": { + "ID": 1001344, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreRoomFinishCnt", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001345": { + "ID": 1001345, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarRankUp", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 8001, + 8002, + 8003, + 8004 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001346": { + "ID": 1001346, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010903 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001351": { + "ID": 1001351, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicSuit", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 5, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001352": { + "ID": 1001352, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 106, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001353": { + "ID": 1001353, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001354": { + "ID": 1001354, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001355": { + "ID": 1001355, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011301 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001361": { + "ID": 1001361, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001362": { + "ID": 1001362, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 60, + "IsBackTrack": false + }, + "1001363": { + "ID": 1001363, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarUnlockSkilltreeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "1001364": { + "ID": 1001364, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 6, + "ParamInt2": 1, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001365": { + "ID": 1001365, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 50000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001366": { + "ID": 1001366, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 109, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001371": { + "ID": 1001371, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1301 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001372": { + "ID": 1001372, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicSuit", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 5, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001373": { + "ID": 1001373, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 111, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001374": { + "ID": 1001374, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 50, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001375": { + "ID": 1001375, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 50, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001381": { + "ID": 1001381, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 7, + "IsBackTrack": true + }, + "1001382": { + "ID": 1001382, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 113, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001383": { + "ID": 1001383, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 9, + "ParamInt2": 1, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001384": { + "ID": 1001384, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarUnlockSkilltreeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": true + }, + "1001391": { + "ID": 1001391, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 120, + "IsBackTrack": false + }, + "1001392": { + "ID": 1001392, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 12, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001393": { + "ID": 1001393, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 115, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001394": { + "ID": 1001394, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 60, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001395": { + "ID": 1001395, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 60, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001501": { + "ID": 1001501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AutoFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001502": { + "ID": 1001502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishDailyMissionCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001503": { + "ID": 1001503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyMaterialStageFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001504": { + "ID": 1001504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 11, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 150, + "IsBackTrack": false + }, + "1001511": { + "ID": 1001511, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "1001512": { + "ID": 1001512, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmRelicFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "1001513": { + "ID": 1001513, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010 + ], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": false + }, + "1001515": { + "ID": 1001515, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 11, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1200, + "IsBackTrack": false + }, + "1001516": { + "ID": 1001516, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1301 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "1001517": { + "ID": 1001517, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 300000, + "IsBackTrack": false + }, + "1001518": { + "ID": 1001518, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreRoomFinishCnt", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "1001521": { + "ID": 1001521, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1000501 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001522": { + "ID": 1001522, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 16, + "IsBackTrack": true + }, + "1001523": { + "ID": 1001523, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001526": { + "ID": 1001526, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeStars", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": true + }, + "1001527": { + "ID": 1001527, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishDailyMissionCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 7, + "IsBackTrack": false + }, + "1001601": { + "ID": 1001601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001311, + 1001312, + 1001313, + 1001314 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001602": { + "ID": 1001602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001321, + 1001322, + 1001324 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "1001603": { + "ID": 1001603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001331, + 1001332, + 1001333, + 1001334, + 1001335, + 1001336 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": true + }, + "1001604": { + "ID": 1001604, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001341, + 1001342, + 1001343, + 1001344, + 1001345, + 1001346 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": true + }, + "1001605": { + "ID": 1001605, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001351, + 1001352, + 1001353, + 1001354, + 1001355 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001606": { + "ID": 1001606, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001361, + 1001362, + 1001363, + 1001364, + 1001365, + 1001366 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": true + }, + "1001607": { + "ID": 1001607, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001371, + 1001372, + 1001373, + 1001374, + 1001375 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001608": { + "ID": 1001608, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001381, + 1001382, + 1001383, + 1001384 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001609": { + "ID": 1001609, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001391, + 1001392, + 1001393, + 1001394, + 1001395 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001711": { + "ID": 1001711, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001712": { + "ID": 1001712, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001713": { + "ID": 1001713, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "1001714": { + "ID": 1001714, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1000601 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001715": { + "ID": 1001715, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001721": { + "ID": 1001721, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001722": { + "ID": 1001722, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010701 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001723": { + "ID": 1001723, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": false + }, + "1001724": { + "ID": 1001724, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicSuit", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 2, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001725": { + "ID": 1001725, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreRoomFinishCnt", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001731": { + "ID": 1001731, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001732": { + "ID": 1001732, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarPromoteCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001733": { + "ID": 1001733, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyEquipmentPromoteCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001734": { + "ID": 1001734, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001735": { + "ID": 1001735, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 100, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001741": { + "ID": 1001741, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 103, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001742": { + "ID": 1001742, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarRankUp", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 8001, + 8002, + 8003, + 8004 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001743": { + "ID": 1001743, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011202 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001744": { + "ID": 1001744, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicSuit", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 5, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001745": { + "ID": 1001745, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarUnlockSkilltreeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001751": { + "ID": 1001751, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 106, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001752": { + "ID": 1001752, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001753": { + "ID": 1001753, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001754": { + "ID": 1001754, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011403 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001755": { + "ID": 1001755, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 8, + "IsBackTrack": true + }, + "1001761": { + "ID": 1001761, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 60, + "IsBackTrack": false + }, + "1001762": { + "ID": 1001762, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarUnlockSkilltreeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "1001763": { + "ID": 1001763, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 6, + "ParamInt2": 1, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001764": { + "ID": 1001764, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 50000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001765": { + "ID": 1001765, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 109, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001771": { + "ID": 1001771, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1301, + 1302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001772": { + "ID": 1001772, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicSuit", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 5, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "1001773": { + "ID": 1001773, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 111, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001774": { + "ID": 1001774, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 50, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001775": { + "ID": 1001775, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 50, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001781": { + "ID": 1001781, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 12, + "IsBackTrack": true + }, + "1001782": { + "ID": 1001782, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 113, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001783": { + "ID": 1001783, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 9, + "ParamInt2": 1, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001784": { + "ID": 1001784, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AllAvatarUnlockSkilltreeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": true + }, + "1001791": { + "ID": 1001791, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 16, + "IsBackTrack": true + }, + "1001792": { + "ID": 1001792, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropTypeInteract", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 13, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "1001793": { + "ID": 1001793, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 12, + "ParamInt2": 1, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1001794": { + "ID": 1001794, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinish", + "ParamType": "Equal", + "ParamInt1": 115, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001795": { + "ID": 1001795, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 60, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001796": { + "ID": 1001796, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 60, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1001801": { + "ID": 1001801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AutoFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001802": { + "ID": 1001802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishDailyMissionCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001803": { + "ID": 1001803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyMaterialStageFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001804": { + "ID": 1001804, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 11, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 150, + "IsBackTrack": false + }, + "1001901": { + "ID": 1001901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueQuestFinishWithGameMode", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 5, + 6 + ], + "ParamItemList": [], + "Progress": 12, + "IsBackTrack": false + }, + "1001902": { + "ID": 1001902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "1001903": { + "ID": 1001903, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmRelicFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "1001904": { + "ID": 1001904, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010 + ], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": false + }, + "1001905": { + "ID": 1001905, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 11, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1000, + "IsBackTrack": false + }, + "1001906": { + "ID": 1001906, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1301, + 1302 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "1001907": { + "ID": 1001907, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 300000, + "IsBackTrack": false + }, + "1001921": { + "ID": 1001921, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemCompose", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 9 + ], + "ParamItemList": [], + "Progress": 30, + "IsBackTrack": false + }, + "1001922": { + "ID": 1001922, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 14, + "IsBackTrack": true + }, + "1001923": { + "ID": 1001923, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 301003, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "1001924": { + "ID": 1001924, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeStars", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": true + }, + "1001925": { + "ID": 1001925, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishDailyMissionCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 7, + "IsBackTrack": false + }, + "1002001": { + "ID": 1002001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001711, + 1001712, + 1001713, + 1001714, + 1001715 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1002002": { + "ID": 1002002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001721, + 1001722, + 1001723, + 1001724, + 1001725 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1002003": { + "ID": 1002003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001731, + 1001732, + 1001733, + 1001734, + 1001735 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1002004": { + "ID": 1002004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001741, + 1001742, + 1001743, + 1001744, + 1001745 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1002005": { + "ID": 1002005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001751, + 1001752, + 1001753, + 1001754, + 1001755 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1002006": { + "ID": 1002006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001761, + 1001762, + 1001763, + 1001764, + 1001765 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1002007": { + "ID": 1002007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001771, + 1001772, + 1001773, + 1001774, + 1001775 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "1002008": { + "ID": 1002008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001781, + 1001782, + 1001783, + 1001784 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "1002009": { + "ID": 1002009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001791, + 1001792, + 1001793, + 1001794, + 1001795, + 1001796 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": true + }, + "4100001": { + "ID": 4100001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4200001": { + "ID": 4200001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4300001": { + "ID": 4300001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4400001": { + "ID": 4400001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4000001": { + "ID": 4000001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1000201 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010101": { + "ID": 4010101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011403 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010102": { + "ID": 4010102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 80, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "4010103": { + "ID": 4010103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 80, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "4010104": { + "ID": 4010104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 10, + "ParamInt2": 4, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010105": { + "ID": 4010105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 15, + "ParamInt2": 5, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010201": { + "ID": 4010201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010202": { + "ID": 4010202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 60, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010203": { + "ID": 4010203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 80, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010301": { + "ID": 4010301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 40, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010302": { + "ID": 4010302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 60, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010303": { + "ID": 4010303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AvatarLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 80, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010401": { + "ID": 4010401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 15, + "ParamInt2": 5, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "4010501": { + "ID": 4010501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UnlockSkilltreeCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 18, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4010502": { + "ID": 4010502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UnlockSkilltreeCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 18, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": true + }, + "4010503": { + "ID": 4010503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UnlockSkilltreeCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 18, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": true + }, + "4020101": { + "ID": 4020101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetAvatarStar", + "ParamType": "GreaterEqual", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4020102": { + "ID": 4020102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetAvatarStar", + "ParamType": "GreaterEqual", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "4020103": { + "ID": 4020103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetAvatarStar", + "ParamType": "GreaterEqual", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4020201": { + "ID": 4020201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetAvatarStar", + "ParamType": "GreaterEqual", + "ParamInt1": 4, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4020202": { + "ID": 4020202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetAvatarStar", + "ParamType": "GreaterEqual", + "ParamInt1": 4, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": true + }, + "4020203": { + "ID": 4020203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetAvatarStar", + "ParamType": "GreaterEqual", + "ParamInt1": 4, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 50, + "IsBackTrack": true + }, + "4020301": { + "ID": 4020301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentStarCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4020302": { + "ID": 4020302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentStarCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "4020303": { + "ID": 4020303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentStarCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4020401": { + "ID": 4020401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentTypeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4020402": { + "ID": 4020402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentTypeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": true + }, + "4020403": { + "ID": 4020403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EquipmentTypeCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 40, + "IsBackTrack": true + }, + "4020501": { + "ID": 4020501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 4, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4020502": { + "ID": 4020502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RelicLevelCnt", + "ParamType": "GreaterEqual", + "ParamInt1": 1, + "ParamInt2": 5, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4020601": { + "ID": 4020601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BookNum", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": false + }, + "4020602": { + "ID": 4020602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BookNum", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4020603": { + "ID": 4020603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BookNum", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 200, + "IsBackTrack": false + }, + "4020701": { + "ID": 4020701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItem", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1000000, + "IsBackTrack": false + }, + "4020702": { + "ID": 4020702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItem", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10000000, + "IsBackTrack": false + }, + "4020801": { + "ID": 4020801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemCompose", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 9 + ], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4020802": { + "ID": 4020802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemCompose", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 9 + ], + "ParamItemList": [], + "Progress": 1000, + "IsBackTrack": false + }, + "4030101": { + "ID": 4030101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1000501 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4030102": { + "ID": 4030102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4030103": { + "ID": 4030103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010902 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4030104": { + "ID": 4030104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011403 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4030105": { + "ID": 4030105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4030106": { + "ID": 4030106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4030107": { + "ID": 4030107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010902 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4030108": { + "ID": 4030108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011102 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4030109": { + "ID": 4030109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011301 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4030110": { + "ID": 4030110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011404 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4040101": { + "ID": 4040101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4040102": { + "ID": 4040102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 50, + "IsBackTrack": false + }, + "4040103": { + "ID": 4040103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 150, + "IsBackTrack": false + }, + "4040201": { + "ID": 4040201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4040202": { + "ID": 4040202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 50, + "IsBackTrack": false + }, + "4040203": { + "ID": 4040203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4040301": { + "ID": 4040301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 203 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4040302": { + "ID": 4040302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 203 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "4040401": { + "ID": 4040401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "4040402": { + "ID": 4040402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201 + ], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": false + }, + "4040501": { + "ID": 4040501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 202 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4040502": { + "ID": 4040502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 202 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "4040601": { + "ID": 4040601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 103 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4040602": { + "ID": 4040602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 103 + ], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "4040701": { + "ID": 4040701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithGameMode", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 8002040, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4040702": { + "ID": 4040702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithGameMode", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 8002040, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4040703": { + "ID": 4040703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithGameMode", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 8002040, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 50, + "IsBackTrack": false + }, + "4050101": { + "ID": 4050101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 100, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": true + }, + "4050102": { + "ID": 4050102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 100, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "4050103": { + "ID": 4050103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 100, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4050201": { + "ID": 4050201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "4050202": { + "ID": 4050202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 8, + "IsBackTrack": true + }, + "4050203": { + "ID": 4050203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PrestigeLevel", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": true + }, + "4050301": { + "ID": 4050301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4050302": { + "ID": 4050302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItemWithList", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 190124, + 190126, + 190128, + 190129, + 190130, + 190131, + 190132, + 190133, + 190134, + 190138, + 190140, + 190141, + 190142, + 190179, + 190180, + 190182, + 190185 + ], + "ParamItemList": [], + "Progress": 17, + "IsBackTrack": false + }, + "4050303": { + "ID": 4050303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItemWithList", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 190117, + 190127, + 190139, + 190143, + 190187, + 190193 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": false + }, + "4050304": { + "ID": 4050304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4050305": { + "ID": 4050305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 3010201, + 3010202, + 3010203, + 3010204, + 3010205, + 3010206, + 3010207, + 3010208, + 3010209, + 3010210, + 3010211, + 3010212, + 3010213, + 3010214 + ], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4050306": { + "ID": 4050306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4050307": { + "ID": 4050307, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4050308": { + "ID": 4050308, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4050309": { + "ID": 4050309, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4050310": { + "ID": 4050310, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4060101": { + "ID": 4060101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4060102": { + "ID": 4060102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 400, + "IsBackTrack": false + }, + "4060103": { + "ID": 4060103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmElementFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 800, + "IsBackTrack": false + }, + "4060201": { + "ID": 4060201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010 + ], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4060202": { + "ID": 4060202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010 + ], + "ParamItemList": [], + "Progress": 500, + "IsBackTrack": false + }, + "4060203": { + "ID": 4060203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001, + 1002, + 1003, + 1004, + 1005, + 1006, + 1007, + 1008, + 1009, + 1010 + ], + "ParamItemList": [], + "Progress": 1000, + "IsBackTrack": false + }, + "4060301": { + "ID": 4060301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmRelicFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4060302": { + "ID": 4060302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmRelicFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 400, + "IsBackTrack": false + }, + "4060303": { + "ID": 4060303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "AnyFarmRelicFinish", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 800, + "IsBackTrack": false + }, + "4060401": { + "ID": 4060401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1301, + 1302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4060402": { + "ID": 4060402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1301, + 1302 + ], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4080101": { + "ID": 4080101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsecutiveLoginDays", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 30, + "IsBackTrack": false + }, + "4080102": { + "ID": 4080102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsecutiveLoginDays", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 360, + "IsBackTrack": false + }, + "4080201": { + "ID": 4080201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "4080202": { + "ID": 4080202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "4080203": { + "ID": 4080203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": true + }, + "4080301": { + "ID": 4080301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200003, + 200011, + 200020 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "4090101": { + "ID": 4090101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4090102": { + "ID": 4090102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4090103": { + "ID": 4090103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4090201": { + "ID": 4090201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4090202": { + "ID": 4090202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4090203": { + "ID": 4090203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4090301": { + "ID": 4090301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithRogue", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1, + 2, + 3 + ], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": false + }, + "4090302": { + "ID": 4090302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithRogue", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1, + 2, + 3 + ], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4090303": { + "ID": 4090303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithRogue", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1, + 2, + 3 + ], + "ParamItemList": [], + "Progress": 1000, + "IsBackTrack": false + }, + "4090401": { + "ID": 4090401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithRogue", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "4090402": { + "ID": 4090402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithRogue", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2 + ], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": false + }, + "4090403": { + "ID": 4090403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithRogue", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2 + ], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4090501": { + "ID": 4090501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItem", + "ParamType": "Equal", + "ParamInt1": 31, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 500, + "IsBackTrack": false + }, + "4090502": { + "ID": 4090502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItem", + "ParamType": "Equal", + "ParamInt1": 31, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5000, + "IsBackTrack": false + }, + "4090503": { + "ID": 4090503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItem", + "ParamType": "Equal", + "ParamInt1": 31, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20000, + "IsBackTrack": false + }, + "4090601": { + "ID": 4090601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItemWithType", + "ParamType": "Equal", + "ParamInt1": 14, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "4090602": { + "ID": 4090602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItemWithType", + "ParamType": "Equal", + "ParamInt1": 14, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 50, + "IsBackTrack": false + }, + "4090603": { + "ID": 4090603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItemWithType", + "ParamType": "Equal", + "ParamInt1": 14, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 500, + "IsBackTrack": false + }, + "4090701": { + "ID": 4090701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueBlessLevel", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "4090702": { + "ID": 4090702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueBlessLevel", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "4090703": { + "ID": 4090703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4090704": { + "ID": 4090704, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4090705": { + "ID": 4090705, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4090706": { + "ID": 4090706, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4090707": { + "ID": 4090707, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4090801": { + "ID": 4090801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithGameMode", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 8002050, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4090802": { + "ID": 4090802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4090901": { + "ID": 4090901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 502, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 200, + "IsBackTrack": false + }, + "4090902": { + "ID": 4090902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 502, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1000, + "IsBackTrack": false + }, + "4090903": { + "ID": 4090903, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 502, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5000, + "IsBackTrack": false + }, + "4091001": { + "ID": 4091001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "DialogueEventCntWithGameMode", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "4091002": { + "ID": 4091002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "DialogueEventCntWithGameMode", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 50, + "IsBackTrack": false + }, + "4091003": { + "ID": 4091003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "DialogueEventCntWithGameMode", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "4091101": { + "ID": 4091101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4091102": { + "ID": 4091102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4091201": { + "ID": 4091201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4091202": { + "ID": 4091202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "4091301": { + "ID": 4091301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueAppraisalResult", + "ParamType": "GreaterEqual", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "4091302": { + "ID": 4091302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueAppraisalResult", + "ParamType": "GreaterEqual", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 200, + "IsBackTrack": false + }, + "4070101": { + "ID": 4070101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070201": { + "ID": 4070201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20002, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20002 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070301": { + "ID": 4070301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20003, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20003 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070302": { + "ID": 4070302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20004, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20004 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070401": { + "ID": 4070401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20005, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20005 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070402": { + "ID": 4070402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20006, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20006 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070501": { + "ID": 4070501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20007, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20007 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070502": { + "ID": 4070502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20008, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20008 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070601": { + "ID": 4070601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20009, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20009 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070602": { + "ID": 4070602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20010, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20010 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070603": { + "ID": 4070603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20011, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20011 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070604": { + "ID": 4070604, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20012, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20012 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070701": { + "ID": 4070701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20013, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20013 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070702": { + "ID": 4070702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20014, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20014 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070703": { + "ID": 4070703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20015, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20015 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070605": { + "ID": 4070605, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20016, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20016 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070801": { + "ID": 4070801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20017, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20017 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070802": { + "ID": 4070802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20018, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20018 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070901": { + "ID": 4070901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20019, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20019 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4070902": { + "ID": 4070902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20020, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20020 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071001": { + "ID": 4071001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20021, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20021 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071101": { + "ID": 4071101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20022, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20022 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071102": { + "ID": 4071102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20023, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20023 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071002": { + "ID": 4071002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20024, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20024 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071003": { + "ID": 4071003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20025, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20025 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071004": { + "ID": 4071004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20026, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20026 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071005": { + "ID": 4071005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20027, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20027 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071201": { + "ID": 4071201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20028, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20028 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071202": { + "ID": 4071202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20029, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20029 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071301": { + "ID": 4071301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 20030, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 20030 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071401": { + "ID": 4071401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071402": { + "ID": 4071402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30002, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30002 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071501": { + "ID": 4071501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30003, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30003 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071502": { + "ID": 4071502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30004, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30004 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071601": { + "ID": 4071601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30005, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30005 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071602": { + "ID": 4071602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30006, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30006 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071701": { + "ID": 4071701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30007, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30007 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071702": { + "ID": 4071702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30008, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30008 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071703": { + "ID": 4071703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30009, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30009 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071704": { + "ID": 4071704, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30010, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30010 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071705": { + "ID": 4071705, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30011, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30011 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "4071706": { + "ID": 4071706, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "BattleChallenge", + "ParamType": "ListContain", + "ParamInt1": 30012, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 30012 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "5000001": { + "ID": 5000001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1000101 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5000002": { + "ID": 5000002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1000203 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5000003": { + "ID": 5000003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1000401 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5001001": { + "ID": 5001001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000101 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5001002": { + "ID": 5001002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000131 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5001003": { + "ID": 5001003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000121 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5001004": { + "ID": 5001004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000102 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5001005": { + "ID": 5001005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000105 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5001006": { + "ID": 5001006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "5001007": { + "ID": 5001007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000109 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5001008": { + "ID": 5001008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000111 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5001009": { + "ID": 5001009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000113 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5001010": { + "ID": 5001010, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000117 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5002001": { + "ID": 5002001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000107 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5002002": { + "ID": 5002002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 5003004, + 5003106, + 5003205 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "5002003": { + "ID": 5002003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000304 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5003001": { + "ID": 5003001, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5003002": { + "ID": 5003002, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 7, + "IsBackTrack": false + }, + "5003003": { + "ID": 5003003, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5003004": { + "ID": 5003004, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 28, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5003101": { + "ID": 5003101, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5003102": { + "ID": 5003102, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": false + }, + "5003103": { + "ID": 5003103, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 9, + "IsBackTrack": false + }, + "5003104": { + "ID": 5003104, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5003105": { + "ID": 5003105, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 8, + "IsBackTrack": false + }, + "5003106": { + "ID": 5003106, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 46, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5003201": { + "ID": 5003201, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5003202": { + "ID": 5003202, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": false + }, + "5003203": { + "ID": 5003203, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5003204": { + "ID": 5003204, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "5003205": { + "ID": 5003205, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 33, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5010001": { + "ID": 5010001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010101 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5010002": { + "ID": 5010002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5010003": { + "ID": 5010003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010501 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5010004": { + "ID": 5010004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010701 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5010005": { + "ID": 5010005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010902 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5010006": { + "ID": 5010006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011102 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5010007": { + "ID": 5010007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011301 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5010008": { + "ID": 5010008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1011403 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011001": { + "ID": 5011001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010302, + 2010303, + 2010304 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5011002": { + "ID": 5011002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010501 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011003": { + "ID": 5011003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010502 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011004": { + "ID": 5011004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010703 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011005": { + "ID": 5011005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2011401 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011006": { + "ID": 5011006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010706 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011007": { + "ID": 5011007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010708 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011008": { + "ID": 5011008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010904 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011009": { + "ID": 5011009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010902 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011010": { + "ID": 5011010, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2011101 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5011011": { + "ID": 5011011, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2011302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5012007": { + "ID": 5012007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200003 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "5012025": { + "ID": 5012025, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 7010605 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5012026": { + "ID": 5012026, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "5012027": { + "ID": 5012027, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "5012028": { + "ID": 5012028, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "5012029": { + "ID": 5012029, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishQuest", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 5013003, + 5013008, + 5013015, + 5013020, + 5013025, + 5013031, + 5013036, + 5013038 + ], + "ParamItemList": [], + "Progress": 8, + "IsBackTrack": true + }, + "5012030": { + "ID": 5012030, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010710 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5012031": { + "ID": 5012031, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010714 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5012032": { + "ID": 5012032, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2010503 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5012033": { + "ID": 5012033, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 103 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": false + }, + "5013001": { + "ID": 5013001, + "MazePlaneID": 20101, + "MazeFloorID": 20101001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "5013002": { + "ID": 5013002, + "MazePlaneID": 20101, + "MazeFloorID": 20101001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "5013003": { + "ID": 5013003, + "MazePlaneID": 20101, + "MazeFloorID": 20101001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 34, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5013004": { + "ID": 5013004, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013005": { + "ID": 5013005, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": false + }, + "5013006": { + "ID": 5013006, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "5013007": { + "ID": 5013007, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": false + }, + "5013008": { + "ID": 5013008, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 24, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5013009": { + "ID": 5013009, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013010": { + "ID": 5013010, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 8, + "IsBackTrack": false + }, + "5013011": { + "ID": 5013011, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013012": { + "ID": 5013012, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 8, + "IsBackTrack": false + }, + "5013013": { + "ID": 5013013, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 12, + "IsBackTrack": false + }, + "5013014": { + "ID": 5013014, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "5013015": { + "ID": 5013015, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 55, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5013016": { + "ID": 5013016, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013017": { + "ID": 5013017, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 7, + "IsBackTrack": false + }, + "5013018": { + "ID": 5013018, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013019": { + "ID": 5013019, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 6, + "IsBackTrack": false + }, + "5013020": { + "ID": 5013020, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 63, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5013021": { + "ID": 5013021, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013022": { + "ID": 5013022, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 7, + "IsBackTrack": false + }, + "5013023": { + "ID": 5013023, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "5013024": { + "ID": 5013024, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": false + }, + "5013025": { + "ID": 5013025, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 52, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5013026": { + "ID": 5013026, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013027": { + "ID": 5013027, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 7, + "IsBackTrack": false + }, + "5013028": { + "ID": 5013028, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "5013029": { + "ID": 5013029, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": false + }, + "5013030": { + "ID": 5013030, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "5013031": { + "ID": 5013031, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 31, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5013032": { + "ID": 5013032, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013033": { + "ID": 5013033, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 8, + "IsBackTrack": false + }, + "5013034": { + "ID": 5013034, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 102, + 103, + 104 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013035": { + "ID": 5013035, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "WorldLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "5013036": { + "ID": 5013036, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 15, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "5013037": { + "ID": 5013037, + "MazePlaneID": 20134, + "MazeFloorID": 20134001, + "FinishType": "TreasureChestOpenCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "5013038": { + "ID": 5013038, + "MazePlaneID": 20134, + "MazeFloorID": 20134001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 12, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "901601": { + "ID": 901601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_9016", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901602": { + "ID": 901602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20122, + "ParamInt2": 20122001, + "ParamInt3": 0, + "ParamStr1": "Mission_9016", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901701": { + "ID": 901701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_9017", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909010101": { + "ID": 909010101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909010201": { + "ID": 909010201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909010301": { + "ID": 909010301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901010101": { + "ID": 901010101, + "MazePlaneID": 30103, + "MazeFloorID": 30103001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "Mission_901010101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020101": { + "ID": 901020101, + "MazePlaneID": 30106, + "MazeFloorID": 30106001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "Mission_901010101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901030101": { + "ID": 901030101, + "MazePlaneID": 30109, + "MazeFloorID": 30109001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "Mission_901010101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901040101": { + "ID": 901040101, + "MazePlaneID": 30112, + "MazeFloorID": 30112001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "Mission_901010101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901050101": { + "ID": 901050101, + "MazePlaneID": 30115, + "MazeFloorID": 30115001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "Mission_901010101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401010101": { + "ID": 401010101, + "MazePlaneID": 20101, + "MazeFloorID": 20101001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401010201": { + "ID": 401010201, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 13, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401010301": { + "ID": 401010301, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 22, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401010401": { + "ID": 401010401, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 29, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401010500": { + "ID": 401010500, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 11, + "IsBackTrack": true + }, + "401010501": { + "ID": 401010501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ChallengeFinishCnt", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401010502": { + "ID": 401010502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1150900, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "401010601": { + "ID": 401010601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_401010601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401010602": { + "ID": 401010602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1151500, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "401010701": { + "ID": 401010701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80104, + "ParamInt2": 80104001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401010801": { + "ID": 401010801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80107, + "ParamInt2": 80107001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401010901": { + "ID": 401010901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_401010901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401011001": { + "ID": 401011001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "401011101": { + "ID": 401011101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": true + }, + "401011201": { + "ID": 401011201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 22, + "IsBackTrack": true + }, + "401011301": { + "ID": 401011301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 21, + "IsBackTrack": true + }, + "401011401": { + "ID": 401011401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1150600, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "401011402": { + "ID": 401011402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_401011402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401011403": { + "ID": 401011403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemCompose", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 3, + 6, + 9 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401011501": { + "ID": 401011501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1151300, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "401011502": { + "ID": 401011502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1301, + 1302 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401011601": { + "ID": 401011601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 4010118 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "401011602": { + "ID": 401011602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80112, + "ParamInt2": 80112001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401011603": { + "ID": 401011603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401011703": { + "ID": 401011703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401011704": { + "ID": 401011704, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80112, + "ParamInt2": 80112001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401011701": { + "ID": 401011701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80110, + "ParamInt2": 80110001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401011702": { + "ID": 401011702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80112, + "ParamInt2": 80112001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901100102": { + "ID": 901100102, + "MazePlaneID": 90134, + "MazeFloorID": 90134001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901100104": { + "ID": 901100104, + "MazePlaneID": 90134, + "MazeFloorID": 90134001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 200002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901100105": { + "ID": 901100105, + "MazePlaneID": 90134, + "MazeFloorID": 90134001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 200003, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020101": { + "ID": 301020101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020102": { + "ID": 301020102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021501": { + "ID": 301021501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020201": { + "ID": 301020201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020202": { + "ID": 301020202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020301": { + "ID": 301020301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020302": { + "ID": 301020302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020401": { + "ID": 301020401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020402": { + "ID": 301020402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020501": { + "ID": 301020501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020502": { + "ID": 301020502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020502", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020601": { + "ID": 301020601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020602": { + "ID": 301020602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020602", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020701": { + "ID": 301020701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020702": { + "ID": 301020702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020702", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020801": { + "ID": 301020801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020802": { + "ID": 301020802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020802", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020901": { + "ID": 301020901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301020902": { + "ID": 301020902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020902", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021001": { + "ID": 301021001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021002": { + "ID": 301021002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021101": { + "ID": 301021101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021102": { + "ID": 301021102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021201": { + "ID": 301021201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021202": { + "ID": 301021202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021301": { + "ID": 301021301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021302": { + "ID": 301021302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021401": { + "ID": 301021401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301020601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021402": { + "ID": 301021402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021601": { + "ID": 301021601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021701": { + "ID": 301021701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021701", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021801": { + "ID": 301021801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301021901": { + "ID": 301021901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301021901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301022001": { + "ID": 301022001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301022001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300010101": { + "ID": 300010101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300010101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300010102": { + "ID": 300010102, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 41, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300020101": { + "ID": 300020101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300020101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300020102": { + "ID": 300020102, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 54, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052101": { + "ID": 300052101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052102": { + "ID": 300052102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052103": { + "ID": 300052103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052104": { + "ID": 300052104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052105": { + "ID": 300052105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052201": { + "ID": 300052201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052202": { + "ID": 300052202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052203": { + "ID": 300052203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052301": { + "ID": 300052301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052302": { + "ID": 300052302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052303": { + "ID": 300052303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052401": { + "ID": 300052401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052402": { + "ID": 300052402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052403": { + "ID": 300052403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052501": { + "ID": 300052501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052502": { + "ID": 300052502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052502", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052503": { + "ID": 300052503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052503", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052601": { + "ID": 300052601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052602": { + "ID": 300052602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052602", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052603": { + "ID": 300052603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052603", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052701": { + "ID": 300052701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052701", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052702": { + "ID": 300052702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052702", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "300052703": { + "ID": 300052703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_300052703", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301010201": { + "ID": 301010201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301010201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301010202": { + "ID": 301010202, + "MazePlaneID": 20101, + "MazeFloorID": 20101001, + "FinishType": "InteractPropList", + "ParamType": "ListContain", + "ParamInt1": 13, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301010202", + "ParamIntList": [ + 300001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301010204": { + "ID": 301010204, + "MazePlaneID": 20101, + "MazeFloorID": 20101001, + "FinishType": "InteractPropList", + "ParamType": "ListContain", + "ParamInt1": 21, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301010204", + "ParamIntList": [ + 300001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301010205": { + "ID": 301010205, + "MazePlaneID": 20101, + "MazeFloorID": 20101001, + "FinishType": "InteractPropList", + "ParamType": "ListContain", + "ParamInt1": 22, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301010205", + "ParamIntList": [ + 300001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301010203": { + "ID": 301010203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301010203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301010206": { + "ID": 301010206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301010206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301010207": { + "ID": 301010207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301010207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301010208": { + "ID": 301010208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301010208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301030101": { + "ID": 301030101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301030101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301030102": { + "ID": 301030102, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301030301": { + "ID": 301030301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301030301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301030302": { + "ID": 301030302, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "InteractPropList", + "ParamType": "ListContain", + "ParamInt1": 22, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301030302", + "ParamIntList": [ + 300001, + 300002, + 300003 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "301030303": { + "ID": 301030303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301030303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301030304": { + "ID": 301030304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301030304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042101": { + "ID": 301042101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042102": { + "ID": 301042102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042103": { + "ID": 301042103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042104": { + "ID": 301042104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042105": { + "ID": 301042105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042201": { + "ID": 301042201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042202": { + "ID": 301042202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042203": { + "ID": 301042203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042204": { + "ID": 301042204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042205": { + "ID": 301042205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042301": { + "ID": 301042301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042302": { + "ID": 301042302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042303": { + "ID": 301042303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042304": { + "ID": 301042304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042305": { + "ID": 301042305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042306": { + "ID": 301042306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042306", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042307": { + "ID": 301042307, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042307", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301042308": { + "ID": 301042308, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301042308", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301050101": { + "ID": 301050101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301050101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301050102": { + "ID": 301050102, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 77, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301050301": { + "ID": 301050301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301050301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301050302": { + "ID": 301050302, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "InteractPropList", + "ParamType": "ListContain", + "ParamInt1": 28, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301050302", + "ParamIntList": [ + 300001, + 300002, + 300003 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "301050303": { + "ID": 301050303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301050303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301050304": { + "ID": 301050304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301050304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301070101": { + "ID": 301070101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301070101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301070102": { + "ID": 301070102, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 73, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301090101": { + "ID": 301090101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301090101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301090102": { + "ID": 301090102, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 32, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101101": { + "ID": 301101101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101102": { + "ID": 301101102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101103": { + "ID": 301101103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101104": { + "ID": 301101104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101201": { + "ID": 301101201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101202": { + "ID": 301101202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101203": { + "ID": 301101203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101204": { + "ID": 301101204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 201212, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101205": { + "ID": 301101205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101301": { + "ID": 301101301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101302": { + "ID": 301101302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101303": { + "ID": 301101303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101304": { + "ID": 301101304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301101305": { + "ID": 301101305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301101305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111101": { + "ID": 301111101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111102": { + "ID": 301111102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111201": { + "ID": 301111201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111202": { + "ID": 301111202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 201311, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111203": { + "ID": 301111203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111204": { + "ID": 301111204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111301": { + "ID": 301111301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111302": { + "ID": 301111302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111303": { + "ID": 301111303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111304": { + "ID": 301111304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301111305": { + "ID": 301111305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301111305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301130101": { + "ID": 301130101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_301130101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "301130102": { + "ID": 301130102, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401050101": { + "ID": 401050101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1003 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401030201": { + "ID": 401030201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 19, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401030202": { + "ID": 401030202, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 19, + "ParamInt2": 300003, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401990101": { + "ID": 401990101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10000, + "ParamInt2": 10000000, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "401990102": { + "ID": 401990102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_401990102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020201": { + "ID": 901020201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020301": { + "ID": 901020301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020302": { + "ID": 901020302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020401": { + "ID": 901020401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020402": { + "ID": 901020402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020501": { + "ID": 901020501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020701": { + "ID": 901020701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020701", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020702": { + "ID": 901020702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020702", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020703": { + "ID": 901020703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020703", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020704": { + "ID": 901020704, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020704", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020705": { + "ID": 901020705, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020705", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020801": { + "ID": 901020801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020802": { + "ID": 901020802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020802", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020803": { + "ID": 901020803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020803", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901020804": { + "ID": 901020804, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020804", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021001": { + "ID": 901021001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021101": { + "ID": 901021101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021102": { + "ID": 901021102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021103": { + "ID": 901021103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021104": { + "ID": 901021104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901027001": { + "ID": 901027001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901027001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901027002": { + "ID": 901027002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901027002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901027003": { + "ID": 901027003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901027003", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901027004": { + "ID": 901027004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901027004", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901027101": { + "ID": 901027101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901027101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901027102": { + "ID": 901027102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901027102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020101": { + "ID": 601020101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020102": { + "ID": 601020102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020103": { + "ID": 601020103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020104": { + "ID": 601020104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020105": { + "ID": 601020105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020106": { + "ID": 601020106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020107": { + "ID": 601020107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020108": { + "ID": 601020108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010202 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020109": { + "ID": 601020109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010203 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020110": { + "ID": 601020110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010204 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020111": { + "ID": 601020111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010205 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020112": { + "ID": 601020112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010206 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020113": { + "ID": 601020113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020201": { + "ID": 601020201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121205, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020202": { + "ID": 601020202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020203": { + "ID": 601020203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140058, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020204": { + "ID": 601020204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020301": { + "ID": 601020301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020302": { + "ID": 601020302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020303": { + "ID": 601020303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020303", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 100000 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020304": { + "ID": 601020304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140001, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020305": { + "ID": 601020305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020306": { + "ID": 601020306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140059, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020307": { + "ID": 601020307, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020307", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020401": { + "ID": 601020401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020402": { + "ID": 601020402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140060, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020403": { + "ID": 601020403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020501": { + "ID": 601020501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020502": { + "ID": 601020502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020502", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020503": { + "ID": 601020503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140061, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020504": { + "ID": 601020504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020504", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020601": { + "ID": 601020601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121206, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020602": { + "ID": 601020602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020602", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020603": { + "ID": 601020603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140062, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020604": { + "ID": 601020604, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020604", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020701": { + "ID": 601020701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020701", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020702": { + "ID": 601020702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140063, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020703": { + "ID": 601020703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020703", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140063, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020801": { + "ID": 601020801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140064, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601020802": { + "ID": 601020802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020802", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020901": { + "ID": 601020901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601020902": { + "ID": 601020902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601020902", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021001": { + "ID": 601021001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021002": { + "ID": 601021002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021101": { + "ID": 601021101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021102": { + "ID": 601021102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021201": { + "ID": 601021201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021301": { + "ID": 601021301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021302": { + "ID": 601021302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021303": { + "ID": 601021303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021401": { + "ID": 601021401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021402": { + "ID": 601021402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021403": { + "ID": 601021403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021501": { + "ID": 601021501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021502": { + "ID": 601021502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021502", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021503": { + "ID": 601021503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021503", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021504": { + "ID": 601021504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021504", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021505": { + "ID": 601021505, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021505", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021601": { + "ID": 601021601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021602": { + "ID": 601021602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021602", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021603": { + "ID": 601021603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021603", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021604": { + "ID": 601021604, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021604", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021605": { + "ID": 601021605, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021605", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021701": { + "ID": 601021701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021701", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021702": { + "ID": 601021702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021702", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021801": { + "ID": 601021801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021802": { + "ID": 601021802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021802", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021803": { + "ID": 601021803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021803", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021804": { + "ID": 601021804, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021804", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021805": { + "ID": 601021805, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021805", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021806": { + "ID": 601021806, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021806", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021901": { + "ID": 601021901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021902": { + "ID": 601021902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021902", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601021903": { + "ID": 601021903, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601021903", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022001": { + "ID": 601022001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022101": { + "ID": 601022101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022102": { + "ID": 601022102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022103": { + "ID": 601022103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022104": { + "ID": 601022104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022105": { + "ID": 601022105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022106": { + "ID": 601022106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022107": { + "ID": 601022107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022108": { + "ID": 601022108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022109": { + "ID": 601022109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022110": { + "ID": 601022110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022201": { + "ID": 601022201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022202": { + "ID": 601022202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022203": { + "ID": 601022203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022204": { + "ID": 601022204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022205": { + "ID": 601022205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022206": { + "ID": 601022206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022207": { + "ID": 601022207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022207", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140043, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601022208": { + "ID": 601022208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022208", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140044, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601022209": { + "ID": 601022209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022209", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140045, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601022210": { + "ID": 601022210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022210", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022211": { + "ID": 601022211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022211", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022212": { + "ID": 601022212, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022212", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022213": { + "ID": 601022213, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022213", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022214": { + "ID": 601022214, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022214", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022215": { + "ID": 601022215, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022215", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022216": { + "ID": 601022216, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022216", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022217": { + "ID": 601022217, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022217", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022218": { + "ID": 601022218, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022218", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022219": { + "ID": 601022219, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022219", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022220": { + "ID": 601022220, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601022208, + 601022209 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022221": { + "ID": 601022221, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601022208, + 601022209 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022222": { + "ID": 601022222, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022222", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022301": { + "ID": 601022301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022302": { + "ID": 601022302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022303": { + "ID": 601022303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010202, + 6010203, + 6010204, + 6010205, + 6010206, + 6010207, + 6010208 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "601022304": { + "ID": 601022304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022401": { + "ID": 601022401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022402": { + "ID": 601022402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022403": { + "ID": 601022403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022404": { + "ID": 601022404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022404", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022405": { + "ID": 601022405, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022405", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022406": { + "ID": 601022406, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022406", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022407": { + "ID": 601022407, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022407", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022408": { + "ID": 601022408, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022408", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022409": { + "ID": 601022409, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022409", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022410": { + "ID": 601022410, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022410", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140043, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601022411": { + "ID": 601022411, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022411", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140044, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601022412": { + "ID": 601022412, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022412", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140045, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601022413": { + "ID": 601022413, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022413", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022414": { + "ID": 601022414, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022414", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022415": { + "ID": 601022415, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022415", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022416": { + "ID": 601022416, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022416", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022417": { + "ID": 601022417, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022417", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022418": { + "ID": 601022418, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022418", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022419": { + "ID": 601022419, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022419", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022420": { + "ID": 601022420, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022420", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022421": { + "ID": 601022421, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022421", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022422": { + "ID": 601022422, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022422", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022423": { + "ID": 601022423, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022423", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022424": { + "ID": 601022424, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601022410, + 601022411, + 601022412 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022425": { + "ID": 601022425, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601022410, + 601022411, + 601022412 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022426": { + "ID": 601022426, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022426", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022427": { + "ID": 601022427, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022427", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022428": { + "ID": 601022428, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022428", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140044, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601022429": { + "ID": 601022429, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022429", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022501": { + "ID": 601022501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022502": { + "ID": 601022502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022502", + "ParamIntList": [ + 6010224 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022503": { + "ID": 601022503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022503", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022601": { + "ID": 601022601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022602": { + "ID": 601022602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022602", + "ParamIntList": [ + 6010224 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601022603": { + "ID": 601022603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601022603", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040101": { + "ID": 601040101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040102": { + "ID": 601040102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040103": { + "ID": 601040103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040104": { + "ID": 601040104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040104", + "ParamIntList": [ + 601040105, + 601040106 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040105": { + "ID": 601040105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040105", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 100 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601040106": { + "ID": 601040106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040107": { + "ID": 601040107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040107", + "ParamIntList": [ + 601040108, + 601040109, + 601040110 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "601040108": { + "ID": 601040108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040109": { + "ID": 601040109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040110": { + "ID": 601040110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040111": { + "ID": 601040111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040112": { + "ID": 601040112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040113": { + "ID": 601040113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040114": { + "ID": 601040114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040115": { + "ID": 601040115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040116": { + "ID": 601040116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040201": { + "ID": 601040201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040202": { + "ID": 601040202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040202", + "ParamIntList": [ + 601040203, + 601040204, + 601040205 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "601040203": { + "ID": 601040203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040204": { + "ID": 601040204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040205": { + "ID": 601040205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040206": { + "ID": 601040206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040207": { + "ID": 601040207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040208": { + "ID": 601040208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040301": { + "ID": 601040301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040302": { + "ID": 601040302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040302", + "ParamIntList": [ + 601040303, + 601040304, + 601040305 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "601040303": { + "ID": 601040303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040304": { + "ID": 601040304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040305": { + "ID": 601040305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601040306": { + "ID": 601040306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601040306", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021201": { + "ID": 901021201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021301": { + "ID": 901021301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021302": { + "ID": 901021302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021401": { + "ID": 901021401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021402": { + "ID": 901021402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101005, + "ParamInt3": 0, + "ParamStr1": "Mission_901021402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021403": { + "ID": 901021403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021501": { + "ID": 901021501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021601": { + "ID": 901021601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909990301": { + "ID": 909990301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "909990301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909990302": { + "ID": 909990302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "909990302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909990303": { + "ID": 909990303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "909990303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909990304": { + "ID": 909990304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "909990304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909990305": { + "ID": 909990305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_909990305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021801": { + "ID": 901021801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021802": { + "ID": 901021802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021802", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021803": { + "ID": 901021803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021803", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021901": { + "ID": 901021901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021902": { + "ID": 901021902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 900006, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901021903": { + "ID": 901021903, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901021903", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022001": { + "ID": 901022001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901022001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909990601": { + "ID": 909990601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItem", + "ParamType": "Equal", + "ParamInt1": 231, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "909990701": { + "ID": 909990701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItem", + "ParamType": "Equal", + "ParamInt1": 232, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "909990801": { + "ID": 909990801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 900003 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "909991301": { + "ID": 909991301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CreateCharacter", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010190": { + "ID": 100010190, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300006, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010191": { + "ID": 100010191, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 21, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100012101": { + "ID": 100012101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100012101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100011301": { + "ID": 100011301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100011301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100041001": { + "ID": 100041001, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300005, + "ParamInt3": 1, + "ParamStr1": "Mission_100040103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100051001": { + "ID": 100051001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010100": { + "ID": 100010100, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010100", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010101": { + "ID": 100010101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetTrialAvatar", + "ParamType": "Equal", + "ParamInt1": 1001005, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010102": { + "ID": 100010102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010103": { + "ID": 100010103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20001001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010104": { + "ID": 100010104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010105": { + "ID": 100010105, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300002, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010106": { + "ID": 100010106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010107": { + "ID": 100010107, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300004, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010108": { + "ID": 100010108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010109": { + "ID": 100010109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010110": { + "ID": 100010110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetTrialAvatar", + "ParamType": "Equal", + "ParamInt1": 1001006, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010111": { + "ID": 100010111, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300006, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010112": { + "ID": 100010112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010113": { + "ID": 100010113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20001006, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010114": { + "ID": 100010114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010115": { + "ID": 100010115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010116": { + "ID": 100010116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010117": { + "ID": 100010117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010118": { + "ID": 100010118, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010118", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010119": { + "ID": 100010119, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010119", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010120": { + "ID": 100010120, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "DelTrialAvatar", + "ParamType": "Equal", + "ParamInt1": 1001005, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010121": { + "ID": 100010121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20002, + "ParamInt2": 20002001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010122": { + "ID": 100010122, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 21, + "ParamInt2": 200003, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "100010123": { + "ID": 100010123, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "DelTrialAvatar", + "ParamType": "Equal", + "ParamInt1": 1001006, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010124": { + "ID": 100010124, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300029, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010125": { + "ID": 100010125, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010125", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010126": { + "ID": 100010126, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300018, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010127": { + "ID": 100010127, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010127", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010128": { + "ID": 100010128, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010128", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010129": { + "ID": 100010129, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010129", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010130": { + "ID": 100010130, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 21, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "100010131": { + "ID": 100010131, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010131", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010132": { + "ID": 100010132, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010132", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010133": { + "ID": 100010133, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010133", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010134": { + "ID": 100010134, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CreateCharacter", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010135": { + "ID": 100010135, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010135", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010136": { + "ID": 100010136, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010136", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010137": { + "ID": 100010137, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100010137", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020101": { + "ID": 100020101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020102": { + "ID": 100020102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020103": { + "ID": 100020103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020104": { + "ID": 100020104, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300002, + "ParamInt3": 1, + "ParamStr1": "Mission_100020104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020105": { + "ID": 100020105, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 16, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "100020106": { + "ID": 100020106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020107": { + "ID": 100020107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020108": { + "ID": 100020108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020109": { + "ID": 100020109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020110": { + "ID": 100020110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020111": { + "ID": 100020111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020112": { + "ID": 100020112, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300006, + "ParamInt3": 1, + "ParamStr1": "Mission_100020112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020113": { + "ID": 100020113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020114": { + "ID": 100020114, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300010, + "ParamInt3": 1, + "ParamStr1": "Mission_100020114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020119": { + "ID": 100020119, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020119", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020115": { + "ID": 100020115, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300002, + "ParamInt3": 1, + "ParamStr1": "Mission_100020115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020116": { + "ID": 100020116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20002009, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020117": { + "ID": 100020117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020118": { + "ID": 100020118, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10001, + "ParamInt2": 10001001, + "ParamInt3": 0, + "ParamStr1": "Mission_100020118", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020131": { + "ID": 100020131, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 200002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "100020132": { + "ID": 100020132, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 200004, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "100020133": { + "ID": 100020133, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100020133", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030100": { + "ID": 100030100, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030100", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030101": { + "ID": 100030101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030103": { + "ID": 100030103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030200": { + "ID": 100030200, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 101, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030200", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030201": { + "ID": 100030201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030202": { + "ID": 100030202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030203": { + "ID": 100030203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030205": { + "ID": 100030205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "DelTrialAvatar", + "ParamType": "Equal", + "ParamInt1": 1011003, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030206": { + "ID": 100030206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030204": { + "ID": 100030204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20003, + "ParamInt2": 20003001, + "ParamInt3": 0, + "ParamStr1": "Mission_100030204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030110": { + "ID": 100030110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 100030112, + 100030113, + 100030116, + 100030117 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "100030111": { + "ID": 100030111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030112": { + "ID": 100030112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030113": { + "ID": 100030113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030114": { + "ID": 100030114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030115": { + "ID": 100030115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030116": { + "ID": 100030116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030117": { + "ID": 100030117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030131": { + "ID": 100030131, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 100030110, + 100030112 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030132": { + "ID": 100030132, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 100030110, + 100030113 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030133": { + "ID": 100030133, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 100030110, + 100030116 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030134": { + "ID": 100030134, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 100030110, + 100030117 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030211": { + "ID": 100030211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 100030112, + 100030113, + 100030116, + 100030117 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": false + }, + "100030212": { + "ID": 100030212, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030212", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030121": { + "ID": 100030121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030122": { + "ID": 100030122, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030122", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030123": { + "ID": 100030123, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030123", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030124": { + "ID": 100030124, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030124", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030125": { + "ID": 100030125, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100030125", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030126": { + "ID": 100030126, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20003, + "ParamInt2": 20003001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040101": { + "ID": 100040101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetTrialAvatar", + "ParamType": "Equal", + "ParamInt1": 1011003, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040102": { + "ID": 100040102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040123": { + "ID": 100040123, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "100040103": { + "ID": 100040103, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300005, + "ParamInt3": 1, + "ParamStr1": "Mission_100040103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040104": { + "ID": 100040104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040114": { + "ID": 100040114, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 300015, + "ParamInt3": 1, + "ParamStr1": "Mission_100040114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040105": { + "ID": 100040105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040106": { + "ID": 100040106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040107": { + "ID": 100040107, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300003, + "ParamInt3": 1, + "ParamStr1": "Mission_100040107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040108": { + "ID": 100040108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040109": { + "ID": 100040109, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300007, + "ParamInt3": 1, + "ParamStr1": "Mission_100040109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040110": { + "ID": 100040110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20003011, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040111": { + "ID": 100040111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040112": { + "ID": 100040112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040113": { + "ID": 100040113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10001, + "ParamInt2": 10001001, + "ParamInt3": 0, + "ParamStr1": "Mission_100040113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040115": { + "ID": 100040115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040120": { + "ID": 100040120, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040120", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040121": { + "ID": 100040121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040122": { + "ID": 100040122, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040122", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040130": { + "ID": 100040130, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10001, + "ParamInt2": 10001001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040141": { + "ID": 100040141, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040141", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040142": { + "ID": 100040142, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040142", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040143": { + "ID": 100040143, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040143", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040144": { + "ID": 100040144, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040144", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040145": { + "ID": 100040145, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 300002, + "ParamInt3": 0, + "ParamStr1": "Mission_100040145", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040146": { + "ID": 100040146, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040146", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040147": { + "ID": 100040147, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100040147", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050101": { + "ID": 100050101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100050101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050102": { + "ID": 100050102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10000, + "ParamInt2": 10000000, + "ParamInt3": 0, + "ParamStr1": "Mission_100050102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050112": { + "ID": 100050112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100050112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050103": { + "ID": 100050103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100050103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050104": { + "ID": 100050104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100050104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050105": { + "ID": 100050105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100050105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050106": { + "ID": 100050106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100050106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050107": { + "ID": 100050107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100050107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050108": { + "ID": 100050108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100050108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200050200": { + "ID": 200050200, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20003, + "ParamInt2": 20003001, + "ParamInt3": 0, + "ParamStr1": "Mission_200050200", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050201": { + "ID": 100050201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10000, + "ParamInt2": 10000000, + "ParamInt3": 0, + "ParamStr1": "Mission_100050201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050000": { + "ID": 100050000, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100050000", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050001": { + "ID": 100050001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10001, + "ParamInt2": 10001001, + "ParamInt3": 0, + "ParamStr1": "Mission_100050001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200000101": { + "ID": 200000101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 9, + "IsBackTrack": true + }, + "200000201": { + "ID": 200000201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": true + }, + "200000301": { + "ID": 200000301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 17, + "IsBackTrack": true + }, + "200000401": { + "ID": 200000401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 18, + "IsBackTrack": true + }, + "100050200": { + "ID": 100050200, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200050102, + 200050103, + 200050104 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200050102": { + "ID": 200050102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20001, + "ParamInt2": 20001001, + "ParamInt3": 0, + "ParamStr1": "Mission_200050102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200050103": { + "ID": 200050103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20002, + "ParamInt2": 20002001, + "ParamInt3": 0, + "ParamStr1": "Mission_200050103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200050104": { + "ID": 200050104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20003, + "ParamInt2": 20003001, + "ParamInt3": 0, + "ParamStr1": "Mission_200050104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060101": { + "ID": 100060101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100060101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060102": { + "ID": 100060102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80112, + "ParamInt2": 80112001, + "ParamInt3": 0, + "ParamStr1": "Mission_100060102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060103": { + "ID": 100060103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80106, + "ParamInt2": 80106003, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060104": { + "ID": 100060104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060105": { + "ID": 100060105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80112, + "ParamInt2": 80112001, + "ParamInt3": 0, + "ParamStr1": "Mission_100060105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060110": { + "ID": 100060110, + "MazePlaneID": 80112, + "MazeFloorID": 80112001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300001, + "ParamInt3": 2, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060111": { + "ID": 100060111, + "MazePlaneID": 80112, + "MazeFloorID": 80112001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060112": { + "ID": 100060112, + "MazePlaneID": 80112, + "MazeFloorID": 80112001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060113": { + "ID": 100060113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_100060113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200060001": { + "ID": 200060001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200060101": { + "ID": 200060101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200060102": { + "ID": 200060102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80112, + "ParamInt2": 80112001, + "ParamInt3": 0, + "ParamStr1": "Mission_200060102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200060201": { + "ID": 200060201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 502, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200060202": { + "ID": 200060202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80104, + "ParamInt2": 80104001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200060203": { + "ID": 200060203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 80104, + "ParamInt2": 80104002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200060204": { + "ID": 200060204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200060204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200060205": { + "ID": 200060205, + "MazePlaneID": 80112, + "MazeFloorID": 80112001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300002, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200060206": { + "ID": 200060206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200060206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010110": { + "ID": 200010110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1010300, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011000": { + "ID": 200011000, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1010400, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010800": { + "ID": 200010800, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1010500, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030100": { + "ID": 200030100, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1010600, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011200": { + "ID": 200011200, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1010700, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010001": { + "ID": 200010001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010002": { + "ID": 200010002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010003": { + "ID": 200010003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010003", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010007": { + "ID": 200010007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010005 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010004": { + "ID": 200010004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010002, + 200010003 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010005": { + "ID": 200010005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1010000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "200010006": { + "ID": 200010006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010100": { + "ID": 200010100, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010100", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010101": { + "ID": 200010101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010102": { + "ID": 200010102, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 300002, + "ParamInt3": 8, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010103": { + "ID": 200010103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010104": { + "ID": 200010104, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300011, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010121": { + "ID": 200010121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010122": { + "ID": 200010122, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010122", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010123": { + "ID": 200010123, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010123", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010124": { + "ID": 200010124, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010124", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010125": { + "ID": 200010125, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010125", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010111": { + "ID": 200010111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010112": { + "ID": 200010112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 14, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "Mission_200010112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "200010113": { + "ID": 200010113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010200": { + "ID": 200010200, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1010200, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010201": { + "ID": 200010201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010202": { + "ID": 200010202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20003207, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010203": { + "ID": 200010203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010204": { + "ID": 200010204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010207": { + "ID": 200010207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010208": { + "ID": 200010208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010209": { + "ID": 200010209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20003005, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010210": { + "ID": 200010210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20003208, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010211": { + "ID": 200010211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010211", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020100": { + "ID": 200020100, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200020100", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020101": { + "ID": 200020101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200020101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020102": { + "ID": 200020102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20003207, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020103": { + "ID": 200020103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20003208, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020104": { + "ID": 200020104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20003209, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020112": { + "ID": 200020112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200020112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020113": { + "ID": 200020113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200020113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020114": { + "ID": 200020114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200020114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020105": { + "ID": 200020105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200020105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020106": { + "ID": 200020106, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300009, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020107": { + "ID": 200020107, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300008, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010400": { + "ID": 200010400, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1010100, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010401": { + "ID": 200010401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010402": { + "ID": 200010402, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 24, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010403": { + "ID": 200010403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010404": { + "ID": 200010404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010404", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010405": { + "ID": 200010405, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010405", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010411": { + "ID": 200010411, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010411", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010412": { + "ID": 200010412, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010412", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010413": { + "ID": 200010413, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010413", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010414": { + "ID": 200010414, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010414", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010406": { + "ID": 200010406, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010406", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010407": { + "ID": 200010407, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010407", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010408": { + "ID": 200010408, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010408", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010409": { + "ID": 200010409, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010409", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010410": { + "ID": 200010410, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010410", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010610": { + "ID": 200010610, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010611, + 200010612, + 200010613 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "200010611": { + "ID": 200010611, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 140084, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010612": { + "ID": 200010612, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 140085, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010613": { + "ID": 200010613, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 140086, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010614": { + "ID": 200010614, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010614", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010615": { + "ID": 200010615, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010611, + 200010612, + 200010613, + 200010614 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010616": { + "ID": 200010616, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010616", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010617": { + "ID": 200010617, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010616", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010601": { + "ID": 200010601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2000310, + 2000311, + 2000312 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": true + }, + "200010602": { + "ID": 200010602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140084, + "ItemNum": 1 + }, + { + "ItemID": 140085, + "ItemNum": 1 + }, + { + "ItemID": 140086, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "200010603": { + "ID": 200010603, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300016, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031300": { + "ID": 200031300, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031300", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031301": { + "ID": 200031301, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 44, + "ParamInt2": 300007, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031302": { + "ID": 200031302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031001": { + "ID": 200031001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031101": { + "ID": 200031101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031102": { + "ID": 200031102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031201": { + "ID": 200031201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031202": { + "ID": 200031202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031203": { + "ID": 200031203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031204": { + "ID": 200031204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031205": { + "ID": 200031205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200031205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010801": { + "ID": 200010801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010802": { + "ID": 200010802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010802", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010803": { + "ID": 200010803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010803", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010804": { + "ID": 200010804, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010804", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010805": { + "ID": 200010805, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010805", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010806": { + "ID": 200010806, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010807, + 200010808 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "200010807": { + "ID": 200010807, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010807", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010808": { + "ID": 200010808, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010808", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010809": { + "ID": 200010809, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010809", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010810": { + "ID": 200010810, + "MazePlaneID": 20002, + "MazeFloorID": 20002001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 51, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "Mission_200010112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "200010811": { + "ID": 200010811, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010811", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010812": { + "ID": 200010812, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010810 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010813": { + "ID": 200010813, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010813", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010814": { + "ID": 200010814, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010814", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010815": { + "ID": 200010815, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010815", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010831": { + "ID": 200010831, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20003210, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010831", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010832": { + "ID": 200010832, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20003211, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010832", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010816": { + "ID": 200010816, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010831, + 200010832 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010817": { + "ID": 200010817, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010821, + 200010822 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010818": { + "ID": 200010818, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010825, + 200010826 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010821": { + "ID": 200010821, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010821", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010822": { + "ID": 200010822, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010822", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010823": { + "ID": 200010823, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010823", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010824": { + "ID": 200010824, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010824", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010825": { + "ID": 200010825, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010825", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010826": { + "ID": 200010826, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010826", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010827": { + "ID": 200010827, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010827", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010828": { + "ID": 200010828, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200010823", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010829": { + "ID": 200010829, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200010827, + 200010828 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011001": { + "ID": 200011001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011020": { + "ID": 200011020, + "MazePlaneID": 10001, + "MazeFloorID": 10001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 17, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011021": { + "ID": 200011021, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011021", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011002": { + "ID": 200011002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011003": { + "ID": 200011003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011003", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011004": { + "ID": 200011004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011004", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011005": { + "ID": 200011005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140071, + "ItemNum": 2 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "200011006": { + "ID": 200011006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011006", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011007": { + "ID": 200011007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011007", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011008": { + "ID": 200011008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011008", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011009": { + "ID": 200011009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200011012, + 200011013 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011010": { + "ID": 200011010, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140072, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "200011011": { + "ID": 200011011, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140073, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "200011012": { + "ID": 200011012, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011012", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011013": { + "ID": 200011013, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011013", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011017": { + "ID": 200011017, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200011008 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011018": { + "ID": 200011018, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140074, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "200011029": { + "ID": 200011029, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011012", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011030": { + "ID": 200011030, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011013", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011031": { + "ID": 200011031, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140073, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "200011032": { + "ID": 200011032, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140072, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "200011033": { + "ID": 200011033, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011033", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011034": { + "ID": 200011034, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011034", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011035": { + "ID": 200011035, + "MazePlaneID": 10001, + "MazeFloorID": 10001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 14, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011036": { + "ID": 200011036, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200011035, + 200011033 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011201": { + "ID": 200011201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011202": { + "ID": 200011202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200011203, + 200011204, + 200011205 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "200011203": { + "ID": 200011203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011204": { + "ID": 200011204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011205": { + "ID": 200011205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011206": { + "ID": 200011206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011207": { + "ID": 200011207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20001, + "ParamInt2": 20001001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011208": { + "ID": 200011208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011209": { + "ID": 200011209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011209", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011210": { + "ID": 200011210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011210", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011211": { + "ID": 200011211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011211", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011212": { + "ID": 200011212, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 9, + "ParamInt2": 300001, + "ParamInt3": 12, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011213": { + "ID": 200011213, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 9, + "ParamInt2": 300001, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011214": { + "ID": 200011214, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011214", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011215": { + "ID": 200011215, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300012, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011216": { + "ID": 200011216, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011216", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011217": { + "ID": 200011217, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 300001, + "ParamInt3": 12, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011218": { + "ID": 200011218, + "MazePlaneID": 20001, + "MazeFloorID": 20001001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300012, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011219": { + "ID": 200011219, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011219", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011220": { + "ID": 200011220, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200011222, + 200011223, + 200011224 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011221": { + "ID": 200011221, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011221", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011222": { + "ID": 200011222, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011222", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011223": { + "ID": 200011223, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011223", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011224": { + "ID": 200011224, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011224", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011231": { + "ID": 200011231, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011231", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011232": { + "ID": 200011232, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011232", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011233": { + "ID": 200011233, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011233", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011225": { + "ID": 200011225, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140075, + "ItemNum": 1 + }, + { + "ItemID": 140076, + "ItemNum": 1 + }, + { + "ItemID": 140077, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "200011226": { + "ID": 200011226, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011226", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011241": { + "ID": 200011241, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011241", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011251": { + "ID": 200011251, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011251", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011261": { + "ID": 200011261, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011261", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011801": { + "ID": 200011801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011802": { + "ID": 200011802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011802", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011803": { + "ID": 200011803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011803", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011804": { + "ID": 200011804, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011804", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011401": { + "ID": 200011401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011402": { + "ID": 200011402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011403": { + "ID": 200011403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011404": { + "ID": 200011404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011404", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011405": { + "ID": 200011405, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011405", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011406": { + "ID": 200011406, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140084, + "ItemNum": 1 + }, + { + "ItemID": 140085, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "200011413": { + "ID": 200011413, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011413", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011601": { + "ID": 200011601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011602": { + "ID": 200011602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200011602", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030101": { + "ID": 200030101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030102": { + "ID": 200030102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030103": { + "ID": 200030103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030104": { + "ID": 200030104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030105": { + "ID": 200030105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030106": { + "ID": 200030106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030107": { + "ID": 200030107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030108": { + "ID": 200030108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030109": { + "ID": 200030109, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 300005, + "ParamInt3": 12, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030110": { + "ID": 200030110, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 300005, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030111": { + "ID": 200030111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030112": { + "ID": 200030112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030200": { + "ID": 200030200, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300025, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030201": { + "ID": 200030201, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 300010, + "ParamInt3": 12, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030202": { + "ID": 200030202, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 300010, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030203": { + "ID": 200030203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030204": { + "ID": 200030204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030205": { + "ID": 200030205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030300": { + "ID": 200030300, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300025, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030301": { + "ID": 200030301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030302": { + "ID": 200030302, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 300011, + "ParamInt3": 12, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030303": { + "ID": 200030303, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 300011, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030304": { + "ID": 200030304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030305": { + "ID": 200030305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030306": { + "ID": 200030306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030306", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030400": { + "ID": 200030400, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300025, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030401": { + "ID": 200030401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030402": { + "ID": 200030402, + "MazePlaneID": 20003, + "MazeFloorID": 20003001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 18, + "ParamInt2": 300012, + "ParamInt3": 12, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030403": { + "ID": 200030403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030404": { + "ID": 200030404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030404", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030405": { + "ID": 200030405, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_200030405", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000102": { + "ID": 101000102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101000102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000103": { + "ID": 101000103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101000103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000104": { + "ID": 101000104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101000104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000106": { + "ID": 101000106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101000106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000201": { + "ID": 101000201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101000201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000202": { + "ID": 101000202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101000202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000206": { + "ID": 101000206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101000206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000203": { + "ID": 101000203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101000203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000204": { + "ID": 101000204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101000204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101000205": { + "ID": 101000205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20101, + "ParamInt2": 20101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010101": { + "ID": 101010101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101010101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010102": { + "ID": 101010102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101010102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010107": { + "ID": 101010107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101010107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010108": { + "ID": 101010108, + "MazePlaneID": 20101, + "MazeFloorID": 20101001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 25, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010109": { + "ID": 101010109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101010109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010110": { + "ID": 101010110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20101012, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010113": { + "ID": 101010113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101010113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010114": { + "ID": 101010114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010105": { + "ID": 101010105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101010105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010111": { + "ID": 101010111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20101012, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010112": { + "ID": 101010112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20101202, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101010106": { + "ID": 101010106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101010106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020101": { + "ID": 101020101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020102": { + "ID": 101020102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020116": { + "ID": 101020116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020103": { + "ID": 101020103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020104": { + "ID": 101020104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020105": { + "ID": 101020105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020106": { + "ID": 101020106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020107": { + "ID": 101020107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020108": { + "ID": 101020108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020109": { + "ID": 101020109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020110": { + "ID": 101020110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020111": { + "ID": 101020111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020112": { + "ID": 101020112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020113": { + "ID": 101020113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020114": { + "ID": 101020114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020115": { + "ID": 101020115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020201": { + "ID": 101020201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020202": { + "ID": 101020202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101006, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020203": { + "ID": 101020203, + "MazePlaneID": 10101, + "MazeFloorID": 10101006, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020204": { + "ID": 101020204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020205": { + "ID": 101020205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020206": { + "ID": 101020206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020207": { + "ID": 101020207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020210": { + "ID": 101020210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020210", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020208": { + "ID": 101020208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020209": { + "ID": 101020209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20111, + "ParamInt2": 20111001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020301": { + "ID": 101020301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020302": { + "ID": 101020302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101020302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101020303": { + "ID": 101020303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1010202 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030101": { + "ID": 101030101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101030101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030102": { + "ID": 101030102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101030102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030103": { + "ID": 101030103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101030103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030104": { + "ID": 101030104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101030104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030105": { + "ID": 101030105, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 21, + "ParamInt2": 300007, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030106": { + "ID": 101030106, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 7, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200004, + 200005 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "101030107": { + "ID": 101030107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101030107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030201": { + "ID": 101030201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101030201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030202": { + "ID": 101030202, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 200008, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030203": { + "ID": 101030203, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 21, + "ParamInt2": 300004, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030204": { + "ID": 101030204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20111010, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030205": { + "ID": 101030205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101030205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101030301": { + "ID": 101030301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101030301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040101": { + "ID": 101040101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102003, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040114": { + "ID": 101040114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040102": { + "ID": 101040102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040103": { + "ID": 101040103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040104": { + "ID": 101040104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040105": { + "ID": 101040105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040111": { + "ID": 101040111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040112": { + "ID": 101040112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040106": { + "ID": 101040106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040107": { + "ID": 101040107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040108": { + "ID": 101040108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040113": { + "ID": 101040113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101040106, + 101040107, + 101040108 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "101040115": { + "ID": 101040115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040116": { + "ID": 101040116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040117": { + "ID": 101040117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040109": { + "ID": 101040109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040110": { + "ID": 101040110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040202": { + "ID": 101040202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102004, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040203": { + "ID": 101040203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040204": { + "ID": 101040204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040201": { + "ID": 101040201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040301": { + "ID": 101040301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040306": { + "ID": 101040306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040306", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040302": { + "ID": 101040302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040303": { + "ID": 101040303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040304": { + "ID": 101040304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040305": { + "ID": 101040305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101040305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101040401": { + "ID": 101040401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 31041, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "101050001": { + "ID": 101050001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20121, + "ParamInt2": 20121001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050101": { + "ID": 101050101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20121, + "ParamInt2": 20121001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050102": { + "ID": 101050102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050103": { + "ID": 101050103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050104": { + "ID": 101050104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050105": { + "ID": 101050105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050124": { + "ID": 101050124, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050124", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050115": { + "ID": 101050115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050106": { + "ID": 101050106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121004, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050107": { + "ID": 101050107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050113": { + "ID": 101050113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050108": { + "ID": 101050108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 101050118 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050125": { + "ID": 101050125, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050125", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050126": { + "ID": 101050126, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050126", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050117": { + "ID": 101050117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050118": { + "ID": 101050118, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050118", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050119": { + "ID": 101050119, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140033, + "ItemNum": 1 + }, + { + "ItemID": 140039, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "101050109": { + "ID": 101050109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050123": { + "ID": 101050123, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050123", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050114": { + "ID": 101050114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121005, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050112": { + "ID": 101050112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050110": { + "ID": 101050110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121008, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050111": { + "ID": 101050111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050116": { + "ID": 101050116, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300005, + "ParamInt3": 15, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050120": { + "ID": 101050120, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050120", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050121": { + "ID": 101050121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101050122": { + "ID": 101050122, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101050122", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060101": { + "ID": 101060101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060106": { + "ID": 101060106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060107": { + "ID": 101060107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060105": { + "ID": 101060105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060104": { + "ID": 101060104, + "MazePlaneID": 10102, + "MazeFloorID": 10102002, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 9, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060103": { + "ID": 101060103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060201": { + "ID": 101060201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterMapByEntrance", + "ParamType": "Equal", + "ParamInt1": 101020102, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060209": { + "ID": 101060209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060209", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060202": { + "ID": 101060202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060207": { + "ID": 101060207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060208": { + "ID": 101060208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060203": { + "ID": 101060203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101060210": { + "ID": 101060210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101060210", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070101": { + "ID": 101070101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20122, + "ParamInt2": 20122001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070115": { + "ID": 101070115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070102": { + "ID": 101070102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070126": { + "ID": 101070126, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070126", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070127": { + "ID": 101070127, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070127", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070128": { + "ID": 101070128, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070128", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070122": { + "ID": 101070122, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070122", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070103": { + "ID": 101070103, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 29, + "ParamInt2": 300002, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070118": { + "ID": 101070118, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070118", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070119": { + "ID": 101070119, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070119", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070123": { + "ID": 101070123, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070123", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070109": { + "ID": 101070109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070110": { + "ID": 101070110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070116": { + "ID": 101070116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070130": { + "ID": 101070130, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070130", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070105": { + "ID": 101070105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20122010, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070114": { + "ID": 101070114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070112": { + "ID": 101070112, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070131": { + "ID": 101070131, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070113": { + "ID": 101070113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070107": { + "ID": 101070107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070129": { + "ID": 101070129, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070129", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070117": { + "ID": 101070117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070108": { + "ID": 101070108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070120": { + "ID": 101070120, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070120", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101070121": { + "ID": 101070121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101070121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101080101": { + "ID": 101080101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140090, + "ItemNum": 1 + }, + { + "ItemID": 140091, + "ItemNum": 1 + }, + { + "ItemID": 149991, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "101080104": { + "ID": 101080104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101080104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101080102": { + "ID": 101080102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101080102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101080103": { + "ID": 101080103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101080103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101080105": { + "ID": 101080105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101080105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101080106": { + "ID": 101080106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101080106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090101": { + "ID": 101090101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20123, + "ParamInt2": 20123001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090237": { + "ID": 101090237, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090237", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090201": { + "ID": 101090201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090236": { + "ID": 101090236, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090236", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090238": { + "ID": 101090238, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090238", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090202": { + "ID": 101090202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20123001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090224": { + "ID": 101090224, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140034, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "101090203": { + "ID": 101090203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20123002, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090204": { + "ID": 101090204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090205": { + "ID": 101090205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090229": { + "ID": 101090229, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090229", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090230": { + "ID": 101090230, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090230", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090225": { + "ID": 101090225, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140035, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "101090206": { + "ID": 101090206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20123003, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090207": { + "ID": 101090207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090208": { + "ID": 101090208, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 8, + "ParamInt2": 300003, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090209": { + "ID": 101090209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090209", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090210": { + "ID": 101090210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090210", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090226": { + "ID": 101090226, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20122, + "ParamInt2": 20122001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090211": { + "ID": 101090211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090211", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090212": { + "ID": 101090212, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20123004, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090213": { + "ID": 101090213, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090213", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090214": { + "ID": 101090214, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20123, + "ParamInt2": 20123001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090215": { + "ID": 101090215, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090215", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090222": { + "ID": 101090222, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 8, + "ParamInt2": 300001, + "ParamInt3": 15, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090216": { + "ID": 101090216, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090216", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090217": { + "ID": 101090217, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090217", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090218": { + "ID": 101090218, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090218", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090231": { + "ID": 101090231, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090231", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090227": { + "ID": 101090227, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090227", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090232": { + "ID": 101090232, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 8, + "ParamInt2": 300005, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090219": { + "ID": 101090219, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20123010, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090220": { + "ID": 101090220, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090220", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090221": { + "ID": 101090221, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090221", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090233": { + "ID": 101090233, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090233", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090234": { + "ID": 101090234, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090234", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090235": { + "ID": 101090235, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090235", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090301": { + "ID": 101090301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090401": { + "ID": 101090401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101090501": { + "ID": 101090501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101090501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100101": { + "ID": 101100101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100113": { + "ID": 101100113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100102": { + "ID": 101100102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100103": { + "ID": 101100103, + "MazePlaneID": 10102, + "MazeFloorID": 10102002, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 11, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100111": { + "ID": 101100111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100104": { + "ID": 101100104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20122, + "ParamInt2": 20122001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100105": { + "ID": 101100105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100106": { + "ID": 101100106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100110": { + "ID": 101100110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100107": { + "ID": 101100107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100108": { + "ID": 101100108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100112": { + "ID": 101100112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100109": { + "ID": 101100109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100201": { + "ID": 101100201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100202": { + "ID": 101100202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100203": { + "ID": 101100203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100212": { + "ID": 101100212, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100212", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100209": { + "ID": 101100209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20131013, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100210": { + "ID": 101100210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20131014, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100211": { + "ID": 101100211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20131016, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100208": { + "ID": 101100208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100204": { + "ID": 101100204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101007, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100213": { + "ID": 101100213, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100213", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100205": { + "ID": 101100205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100206": { + "ID": 101100206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101100207": { + "ID": 101100207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101100207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110001": { + "ID": 101110001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20131, + "ParamInt2": 20131001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110100": { + "ID": 101110100, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20131, + "ParamInt2": 20131001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110108": { + "ID": 101110108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110101": { + "ID": 101110101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110110": { + "ID": 101110110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110102": { + "ID": 101110102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110103": { + "ID": 101110103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110104": { + "ID": 101110104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110105": { + "ID": 101110105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110106": { + "ID": 101110106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110107": { + "ID": 101110107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20131001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110109": { + "ID": 101110109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110201": { + "ID": 101110201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110202": { + "ID": 101110202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20131202, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110203": { + "ID": 101110203, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300026, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110211": { + "ID": 101110211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110211", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110204": { + "ID": 101110204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110205": { + "ID": 101110205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20131012, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110206": { + "ID": 101110206, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300009, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110207": { + "ID": 101110207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20131015, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110208": { + "ID": 101110208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110209": { + "ID": 101110209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101110209", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110210": { + "ID": 101110210, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300010, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101110301": { + "ID": 101110301, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300004, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101120101": { + "ID": 101120101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20132000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101120103": { + "ID": 101120103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101120103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101120104": { + "ID": 101120104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10000, + "ParamInt2": 10000000, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101120105": { + "ID": 101120105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101120105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101120201": { + "ID": 101120201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20132, + "ParamInt2": 20132001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130112": { + "ID": 101130112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130101": { + "ID": 101130101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130102": { + "ID": 101130102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130103": { + "ID": 101130103, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 300003, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130148": { + "ID": 101130148, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130104": { + "ID": 101130104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130133": { + "ID": 101130133, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300013, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130134": { + "ID": 101130134, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130134", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130139": { + "ID": 101130139, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130139", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130138": { + "ID": 101130138, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130138", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130141": { + "ID": 101130141, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130141", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130105": { + "ID": 101130105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130106": { + "ID": 101130106, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300018, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130149": { + "ID": 101130149, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130107": { + "ID": 101130107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130108": { + "ID": 101130108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130109": { + "ID": 101130109, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300015, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130110": { + "ID": 101130110, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300016, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130111": { + "ID": 101130111, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300017, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130142": { + "ID": 101130142, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 200015, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "101130143": { + "ID": 101130143, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130143", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130114": { + "ID": 101130114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130144": { + "ID": 101130144, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 200010, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "101130145": { + "ID": 101130145, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130145", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130115": { + "ID": 101130115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130116": { + "ID": 101130116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130146": { + "ID": 101130146, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 200012, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "101130147": { + "ID": 101130147, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130147", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130117": { + "ID": 101130117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130132": { + "ID": 101130132, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130132", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130119": { + "ID": 101130119, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130119", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130120": { + "ID": 101130120, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 200007, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "101130121": { + "ID": 101130121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130122": { + "ID": 101130122, + "MazePlaneID": 20132, + "MazeFloorID": 20132001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300007, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130123": { + "ID": 101130123, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130123", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130150": { + "ID": 101130150, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130150", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130124": { + "ID": 101130124, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20132013, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130125": { + "ID": 101130125, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101130125", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101130126": { + "ID": 101130126, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20133, + "ParamInt2": 20133001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140101": { + "ID": 101140101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140102": { + "ID": 101140102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140103": { + "ID": 101140103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20133001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140104": { + "ID": 101140104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20133002, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140105": { + "ID": 101140105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140200": { + "ID": 101140200, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140200", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140201": { + "ID": 101140201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140202": { + "ID": 101140202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20133003, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140203": { + "ID": 101140203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140300": { + "ID": 101140300, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140300", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140301": { + "ID": 101140301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140302": { + "ID": 101140302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140303": { + "ID": 101140303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140400": { + "ID": 101140400, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140400", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140401": { + "ID": 101140401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20133003, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140402": { + "ID": 101140402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_101140402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "101140403": { + "ID": 101140403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023101": { + "ID": 601023101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023102": { + "ID": 601023102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023103": { + "ID": 601023103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023104": { + "ID": 601023104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023105": { + "ID": 601023105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023106": { + "ID": 601023106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023107": { + "ID": 601023107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900008, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023108": { + "ID": 601023108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023109": { + "ID": 601023109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023201": { + "ID": 601023201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023202": { + "ID": 601023202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601023207 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023203": { + "ID": 601023203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 1000 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023204": { + "ID": 601023204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900012, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023205": { + "ID": 601023205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 6000 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023206": { + "ID": 601023206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 10000 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023207": { + "ID": 601023207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023208": { + "ID": 601023208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601023211 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023209": { + "ID": 601023209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 1000 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023210": { + "ID": 601023210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900008, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023211": { + "ID": 601023211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023211", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023212": { + "ID": 601023212, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023212", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023301": { + "ID": 601023301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023302": { + "ID": 601023302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023303": { + "ID": 601023303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023304": { + "ID": 601023304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023305": { + "ID": 601023305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023306": { + "ID": 601023306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023306", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023307": { + "ID": 601023307, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023307", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023308": { + "ID": 601023308, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023308", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023309": { + "ID": 601023309, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023309", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023310": { + "ID": 601023310, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023310", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023401": { + "ID": 601023401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023402": { + "ID": 601023402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900009, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023404": { + "ID": 601023404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023404", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023405": { + "ID": 601023405, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023405", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023406": { + "ID": 601023406, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023406", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023407": { + "ID": 601023407, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023407", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023408": { + "ID": 601023408, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601023402 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023501": { + "ID": 601023501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023502": { + "ID": 601023502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023502", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023503": { + "ID": 601023503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140001, + "ItemNum": 5 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023504": { + "ID": 601023504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140001, + "ItemNum": 5 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023505": { + "ID": 601023505, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140001, + "ItemNum": 10 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023601": { + "ID": 601023601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023602": { + "ID": 601023602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 900010, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "601023603": { + "ID": 601023603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900010, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023701": { + "ID": 601023701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023701", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023702": { + "ID": 601023702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023702", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023703": { + "ID": 601023703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023703", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024101": { + "ID": 601024101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024102": { + "ID": 601024102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024103": { + "ID": 601024103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024104": { + "ID": 601024104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024105": { + "ID": 601024105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024106": { + "ID": 601024106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024107": { + "ID": 601024107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024108": { + "ID": 601024108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024109": { + "ID": 601024109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024110": { + "ID": 601024110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024111": { + "ID": 601024111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601024103, + 601024104 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024201": { + "ID": 601024201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024202": { + "ID": 601024202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024203": { + "ID": 601024203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101002, + "ParamInt3": 0, + "ParamStr1": "Mission_601024203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024204": { + "ID": 601024204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024205": { + "ID": 601024205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024206": { + "ID": 601024206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101002, + "ParamInt3": 0, + "ParamStr1": "Mission_601024206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024207": { + "ID": 601024207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024208": { + "ID": 601024208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024209": { + "ID": 601024209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 100058 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024210": { + "ID": 601024210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024210", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024301": { + "ID": 601024301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024302": { + "ID": 601024302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024303": { + "ID": 601024303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024304": { + "ID": 601024304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024305": { + "ID": 601024305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024306": { + "ID": 601024306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024306", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024307": { + "ID": 601024307, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024307", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024308": { + "ID": 601024308, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024308", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024309": { + "ID": 601024309, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024309", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024310": { + "ID": 601024310, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024310", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024311": { + "ID": 601024311, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024311", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024312": { + "ID": 601024312, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024312", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024313": { + "ID": 601024313, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024313", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024314": { + "ID": 601024314, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024314", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024315": { + "ID": 601024315, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024315", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024316": { + "ID": 601024316, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024316", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024317": { + "ID": 601024317, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024317", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024318": { + "ID": 601024318, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024318", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024319": { + "ID": 601024319, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024319", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024320": { + "ID": 601024320, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024320", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024401": { + "ID": 601024401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024402": { + "ID": 601024402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024403": { + "ID": 601024403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024404": { + "ID": 601024404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024404", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024405": { + "ID": 601024405, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024405", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024406": { + "ID": 601024406, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20101201, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024407": { + "ID": 601024407, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024407", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023801": { + "ID": 601023801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023802": { + "ID": 601023802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900012, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023803": { + "ID": 601023803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023803", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023804": { + "ID": 601023804, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023804", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023805": { + "ID": 601023805, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023805", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023806": { + "ID": 601023806, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023806", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023807": { + "ID": 601023807, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140001, + "ItemNum": 5 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023808": { + "ID": 601023808, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023808", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023809": { + "ID": 601023809, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023809", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023810": { + "ID": 601023810, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023810", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023811": { + "ID": 601023811, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 140001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "601023812": { + "ID": 601023812, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 33, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023813": { + "ID": 601023813, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023813", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023814": { + "ID": 601023814, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101005, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023815": { + "ID": 601023815, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601023809, + 601023814 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023816": { + "ID": 601023816, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601023807, + 601023813 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023901": { + "ID": 601023901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023902": { + "ID": 601023902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 140001, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": true + }, + "601023903": { + "ID": 601023903, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 34, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023904": { + "ID": 601023904, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 27, + "ParamInt2": 200006, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023905": { + "ID": 601023905, + "MazePlaneID": 20111, + "MazeFloorID": 20111001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 27, + "ParamInt2": 200008, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601023906": { + "ID": 601023906, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140001, + "ItemNum": 5 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601023907": { + "ID": 601023907, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601023907", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024001": { + "ID": 601024001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 900008, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024002": { + "ID": 601024002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024003": { + "ID": 601024003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010232 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601024004": { + "ID": 601024004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601024004", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025001": { + "ID": 601025001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 25, + "IsBackTrack": true + }, + "601025101": { + "ID": 601025101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": true + }, + "201110201": { + "ID": 201110201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20131, + "ParamInt2": 20131001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110202": { + "ID": 201110202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201110202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110203": { + "ID": 201110203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 21, + "ParamInt2": 300005, + "ParamInt3": 10, + "ParamStr1": "Mission_201110203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110204": { + "ID": 201110204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201110204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030101": { + "ID": 201030101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030201": { + "ID": 201030201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030202": { + "ID": 201030202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030203": { + "ID": 201030203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030204": { + "ID": 201030204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030205": { + "ID": 201030205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030206": { + "ID": 201030206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030207": { + "ID": 201030207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201030208, + 201030206 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030208": { + "ID": 201030208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030209": { + "ID": 201030209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030209", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030301": { + "ID": 201030301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201030401": { + "ID": 201030401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201030401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050001": { + "ID": 201050001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050002": { + "ID": 201050002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1110600, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050101": { + "ID": 201050101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050102": { + "ID": 201050102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121201, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050103": { + "ID": 201050103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050104": { + "ID": 201050104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050106": { + "ID": 201050106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050107": { + "ID": 201050107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050108": { + "ID": 201050108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201050109, + 201050110, + 201050111, + 201050112 + ], + "ParamItemList": [], + "Progress": 4, + "IsBackTrack": false + }, + "201050109": { + "ID": 201050109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050110": { + "ID": 201050110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050111": { + "ID": 201050111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050112": { + "ID": 201050112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050113": { + "ID": 201050113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050114": { + "ID": 201050114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050115": { + "ID": 201050115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050116": { + "ID": 201050116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050117": { + "ID": 201050117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050120": { + "ID": 201050120, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050120", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050121": { + "ID": 201050121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050122": { + "ID": 201050122, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050122", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050123": { + "ID": 201050123, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050123", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050128": { + "ID": 201050128, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050128", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050124": { + "ID": 201050124, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050124", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050126": { + "ID": 201050126, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050126", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050129": { + "ID": 201050129, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050129", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050127": { + "ID": 201050127, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121202, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050125": { + "ID": 201050125, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121202, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050105": { + "ID": 201050105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050118": { + "ID": 201050118, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050118", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050119": { + "ID": 201050119, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050119", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050200": { + "ID": 201050200, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1110200, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201050201": { + "ID": 201050201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050202": { + "ID": 201050202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050205": { + "ID": 201050205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20121208, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050206": { + "ID": 201050206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140023, + "ItemNum": 1 + }, + { + "ItemID": 140021, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201050207": { + "ID": 201050207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050208": { + "ID": 201050208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050209": { + "ID": 201050209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140022, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201050210": { + "ID": 201050210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050210", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050211": { + "ID": 201050211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140066, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201050301": { + "ID": 201050301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201050301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050302": { + "ID": 201050302, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 54, + "ParamInt2": 300001, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050303": { + "ID": 201050303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140067, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201070201": { + "ID": 201070201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070202": { + "ID": 201070202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1110700, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070301": { + "ID": 201070301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070302": { + "ID": 201070302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070303": { + "ID": 201070303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070304": { + "ID": 201070304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070305": { + "ID": 201070305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070306": { + "ID": 201070306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070306", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070307": { + "ID": 201070307, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070307", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070308": { + "ID": 201070308, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102001, + "ParamInt3": 0, + "ParamStr1": "Mission_201070308", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070309": { + "ID": 201070309, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070309", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070310": { + "ID": 201070310, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070310", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070311": { + "ID": 201070311, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070311", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070312": { + "ID": 201070312, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20123208, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070313": { + "ID": 201070313, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20123209, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070314": { + "ID": 201070314, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070314", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070315": { + "ID": 201070315, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070315", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070326": { + "ID": 201070326, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070326", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070327": { + "ID": 201070327, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070327", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070328": { + "ID": 201070328, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102001, + "ParamInt3": 0, + "ParamStr1": "Mission_201070327", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070331": { + "ID": 201070331, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070331", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070332": { + "ID": 201070332, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070332", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070333": { + "ID": 201070333, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070333", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070334": { + "ID": 201070334, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070334", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070335": { + "ID": 201070335, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070335", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070336": { + "ID": 201070336, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201070327 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070337": { + "ID": 201070337, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201070327 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070391": { + "ID": 201070391, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070391", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070392": { + "ID": 201070392, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070392", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070501": { + "ID": 201070501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1110300, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201070500": { + "ID": 201070500, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070500", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070503": { + "ID": 201070503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070503", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070524": { + "ID": 201070524, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070520", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070510": { + "ID": 201070510, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 30, + "ParamInt2": 300002, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070511": { + "ID": 201070511, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070511", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070521": { + "ID": 201070521, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070521", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070522": { + "ID": 201070522, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 31, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070523": { + "ID": 201070523, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070523", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070504": { + "ID": 201070504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070504", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070505": { + "ID": 201070505, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070505", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070506": { + "ID": 201070506, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 17, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001, + 200002 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": true + }, + "201070520": { + "ID": 201070520, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 17, + "ParamInt2": 200002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201070508": { + "ID": 201070508, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070508", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070509": { + "ID": 201070509, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070509", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070512": { + "ID": 201070512, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070512", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070513": { + "ID": 201070513, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070513", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070516": { + "ID": 201070516, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070516", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070517": { + "ID": 201070517, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070517", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070518": { + "ID": 201070518, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140065, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201070519": { + "ID": 201070519, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070519", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070601": { + "ID": 201070601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070106": { + "ID": 201070106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070100": { + "ID": 201070100, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1110000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201070101": { + "ID": 201070101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070102": { + "ID": 201070102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20122205, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070103": { + "ID": 201070103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070104": { + "ID": 201070104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070801": { + "ID": 201070801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070802": { + "ID": 201070802, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 35, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201070803": { + "ID": 201070803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070803", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070804": { + "ID": 201070804, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140068, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201070805": { + "ID": 201070805, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070805", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070901": { + "ID": 201070901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201070901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071001": { + "ID": 201071001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20122211, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071002": { + "ID": 201071002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201071002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071101": { + "ID": 201071101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20122212, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071102": { + "ID": 201071102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201071102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071201": { + "ID": 201071201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20122213, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071202": { + "ID": 201071202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201071202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071301": { + "ID": 201071301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20122214, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071302": { + "ID": 201071302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201071302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071401": { + "ID": 201071401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20122215, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201071402": { + "ID": 201071402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201071402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090100": { + "ID": 201090100, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1110100, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201090101": { + "ID": 201090101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090102": { + "ID": 201090102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140069, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201090103": { + "ID": 201090103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090104": { + "ID": 201090104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090105": { + "ID": 201090105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090106": { + "ID": 201090106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201090107, + 201090108, + 201090109 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "201090107": { + "ID": 201090107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090108": { + "ID": 201090108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090109": { + "ID": 201090109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090111": { + "ID": 201090111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090110": { + "ID": 201090110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201090121, + 201090122, + 201090123 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "201090119": { + "ID": 201090119, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090119", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090112": { + "ID": 201090112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20123201, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090120": { + "ID": 201090120, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090120", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090113": { + "ID": 201090113, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090114": { + "ID": 201090114, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 12, + "ParamInt2": 200002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201090115": { + "ID": 201090115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140103, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201090116": { + "ID": 201090116, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300002, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090117": { + "ID": 201090117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090118": { + "ID": 201090118, + "MazePlaneID": 20123, + "MazeFloorID": 20123001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 300003, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090121": { + "ID": 201090121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090122": { + "ID": 201090122, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090122", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090123": { + "ID": 201090123, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090123", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090124": { + "ID": 201090124, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090124", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090125": { + "ID": 201090125, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201090111 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090201": { + "ID": 201090201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090202": { + "ID": 201090202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090203": { + "ID": 201090203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090204": { + "ID": 201090204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20123203, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090205": { + "ID": 201090205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090206": { + "ID": 201090206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140104, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201090214": { + "ID": 201090214, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090214", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090207": { + "ID": 201090207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090211": { + "ID": 201090211, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090211", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090212": { + "ID": 201090212, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090212", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090208": { + "ID": 201090208, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090208", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090213": { + "ID": 201090213, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090213", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090209": { + "ID": 201090209, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090209", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090210": { + "ID": 201090210, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090210", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090301": { + "ID": 201090301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110112": { + "ID": 201110112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1110400, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201110101": { + "ID": 201110101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201110101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110102": { + "ID": 201110102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201110103, + 201110104, + 201110105 + ], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "201110103": { + "ID": 201110103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201110103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110104": { + "ID": 201110104, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 26, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110105": { + "ID": 201110105, + "MazePlaneID": 20131, + "MazeFloorID": 20131001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 17, + "ParamInt2": 200002, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110106": { + "ID": 201110106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140017, + "ItemNum": 3 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201110107": { + "ID": 201110107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201110107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110108": { + "ID": 201110108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201110108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110111": { + "ID": 201110111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201110111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110109": { + "ID": 201110109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20131203, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201110110": { + "ID": 201110110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201110110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130107": { + "ID": 201130107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130105": { + "ID": 201130105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1110500, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201130101": { + "ID": 201130101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130102": { + "ID": 201130102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130103": { + "ID": 201130103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130104": { + "ID": 201130104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101007, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130106": { + "ID": 201130106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2011303 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130201": { + "ID": 201130201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140098, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201130202": { + "ID": 201130202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140024, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201130203": { + "ID": 201130203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130301": { + "ID": 201130301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130302": { + "ID": 201130302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130303": { + "ID": 201130303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130304": { + "ID": 201130304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130305": { + "ID": 201130305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130306": { + "ID": 201130306, + "MazePlaneID": 40101, + "MazeFloorID": 40101001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130307": { + "ID": 201130307, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130307", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130308": { + "ID": 201130308, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130308", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130309": { + "ID": 201130309, + "MazePlaneID": 40101, + "MazeFloorID": 40101001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130310": { + "ID": 201130310, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300001, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130311": { + "ID": 201130311, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201130311", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201130312": { + "ID": 201130312, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201000101": { + "ID": 201000101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201000101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201000201": { + "ID": 201000201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201000201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201000301": { + "ID": 201000301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201000301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201000401": { + "ID": 201000401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201000401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201000501": { + "ID": 201000501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 17, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201000502": { + "ID": 201000502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 21, + "ParamInt2": 300006, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201000503": { + "ID": 201000503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201000501, + 201000502 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040101": { + "ID": 701040101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040102": { + "ID": 701040102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040103": { + "ID": 701040103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040104": { + "ID": 701040104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040105": { + "ID": 701040105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060101": { + "ID": 701060101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060102": { + "ID": 701060102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060103": { + "ID": 701060103, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 60, + "ParamInt2": 300002, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060104": { + "ID": 701060104, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 60, + "ParamInt2": 300003, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060105": { + "ID": 701060105, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 60, + "ParamInt2": 300004, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060106": { + "ID": 701060106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060107": { + "ID": 701060107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060108": { + "ID": 701060108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060109": { + "ID": 701060109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060110": { + "ID": 701060110, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 51, + "ParamInt2": 300002, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060201": { + "ID": 701060201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060202": { + "ID": 701060202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060203": { + "ID": 701060203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060204": { + "ID": 701060204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060205": { + "ID": 701060205, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 63, + "ParamInt2": 300002, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060301": { + "ID": 701060301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060302": { + "ID": 701060302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060303": { + "ID": 701060303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060304": { + "ID": 701060304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060305": { + "ID": 701060305, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 64, + "ParamInt2": 300002, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060401": { + "ID": 701060401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060402": { + "ID": 701060402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060403": { + "ID": 701060403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060404": { + "ID": 701060404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060404", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060405": { + "ID": 701060405, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 65, + "ParamInt2": 300002, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060501": { + "ID": 701060501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060502": { + "ID": 701060502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060502", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060503": { + "ID": 701060503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060503", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060504": { + "ID": 701060504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701060504", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701060505": { + "ID": 701060505, + "MazePlaneID": 20121, + "MazeFloorID": 20121001, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 66, + "ParamInt2": 300002, + "ParamInt3": 13, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701080101": { + "ID": 701080101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701080101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701080102": { + "ID": 701080102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701080102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701080201": { + "ID": 701080201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701080201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701080301": { + "ID": 701080301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701080301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090101": { + "ID": 701090101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701090101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090102": { + "ID": 701090102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701090102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090103": { + "ID": 701090103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 900017, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090104": { + "ID": 701090104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701090104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090201": { + "ID": 701090201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701090201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090202": { + "ID": 701090202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701090202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090203": { + "ID": 701090203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 900018, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090204": { + "ID": 701090204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701090204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090301": { + "ID": 701090301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701090301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090302": { + "ID": 701090302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701090302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090303": { + "ID": 701090303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 900019, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701090304": { + "ID": 701090304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701090304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "999990401": { + "ID": 999990401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_999990401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "999990402": { + "ID": 999990402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_999990402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050601": { + "ID": 201050601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1009 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050602": { + "ID": 201050602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1151000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201050701": { + "ID": 201050701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmElementFinish", + "ParamType": "Equal", + "ParamInt1": 1105, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201050702": { + "ID": 201050702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1151100, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201070701": { + "ID": 201070701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FarmRelicFinish", + "ParamType": "Equal", + "ParamInt1": 1203, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201070702": { + "ID": 201070702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1151200, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "200040101": { + "ID": 200040101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "CocoonFinish", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1001 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200040102": { + "ID": 200040102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1150300, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "601025204": { + "ID": 601025204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025205": { + "ID": 601025205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025206": { + "ID": 601025206, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025206", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025201": { + "ID": 601025201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 900005, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "601025202": { + "ID": 601025202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900005, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601025203": { + "ID": 601025203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025207": { + "ID": 601025207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601025201 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025301": { + "ID": 601025301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601025304, + 601025308 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025302": { + "ID": 601025302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025303": { + "ID": 601025303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025304": { + "ID": 601025304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900015, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601025305": { + "ID": 601025305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025306": { + "ID": 601025306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025306", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025307": { + "ID": 601025307, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025307", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025308": { + "ID": 601025308, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900015, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601025309": { + "ID": 601025309, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025309", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025310": { + "ID": 601025310, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601025305, + 601025309 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025311": { + "ID": 601025311, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601025301 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025312": { + "ID": 601025312, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601025301 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025401": { + "ID": 601025401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601025406, + 601025407, + 601025408, + 601025409 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025402": { + "ID": 601025402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900006, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601025403": { + "ID": 601025403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900006, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601025404": { + "ID": 601025404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900014, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601025405": { + "ID": 601025405, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 900014, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601025406": { + "ID": 601025406, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025406", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025407": { + "ID": 601025407, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025407", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025408": { + "ID": 601025408, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025408", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025409": { + "ID": 601025409, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025409", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025410": { + "ID": 601025410, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601025406, + 601025407, + 601025408, + 601025409 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025501": { + "ID": 601025501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025502": { + "ID": 601025502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025502", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025503": { + "ID": 601025503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025503", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025504": { + "ID": 601025504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010241 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601025505": { + "ID": 601025505, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601025505", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026101": { + "ID": 601026101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026201": { + "ID": 601026201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026301": { + "ID": 601026301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 8, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026401": { + "ID": 601026401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 9, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026501": { + "ID": 601026501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 8, + "ParamInt2": 300003, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026601": { + "ID": 601026601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 80, + "ParamInt2": 300002, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022101": { + "ID": 901022101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901022101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022102": { + "ID": 901022102, + "MazePlaneID": 90101, + "MazeFloorID": 90101007, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 300004, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022103": { + "ID": 901022103, + "MazePlaneID": 90101, + "MazeFloorID": 90101007, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300003, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022104": { + "ID": 901022104, + "MazePlaneID": 90101, + "MazeFloorID": 90101007, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022105": { + "ID": 901022105, + "MazePlaneID": 90101, + "MazeFloorID": 90101007, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300004, + "ParamInt3": 12, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022106": { + "ID": 901022106, + "MazePlaneID": 90101, + "MazeFloorID": 90101007, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022107": { + "ID": 901022107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901022107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022201": { + "ID": 901022201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901022201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022202": { + "ID": 901022202, + "MazePlaneID": 90101, + "MazeFloorID": 90101003, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 8, + "ParamInt2": 300004, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022203": { + "ID": 901022203, + "MazePlaneID": 90101, + "MazeFloorID": 90101003, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022204": { + "ID": 901022204, + "MazePlaneID": 90101, + "MazeFloorID": 90101003, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300002, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022205": { + "ID": 901022205, + "MazePlaneID": 90101, + "MazeFloorID": 90101003, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300002, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022206": { + "ID": 901022206, + "MazePlaneID": 90101, + "MazeFloorID": 90101003, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 300010, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022207": { + "ID": 901022207, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901022207", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022301": { + "ID": 901022301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901022301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022302": { + "ID": 901022302, + "MazePlaneID": 90101, + "MazeFloorID": 90101009, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022303": { + "ID": 901022303, + "MazePlaneID": 90101, + "MazeFloorID": 90101009, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300001, + "ParamInt3": 12, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901022304": { + "ID": 901022304, + "MazePlaneID": 90101, + "MazeFloorID": 90101009, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 300004, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090401": { + "ID": 201090401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090402": { + "ID": 201090402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090424": { + "ID": 201090424, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102003, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090416": { + "ID": 201090416, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090403": { + "ID": 201090403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090404": { + "ID": 201090404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090404", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090406": { + "ID": 201090406, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140082, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201090407": { + "ID": 201090407, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090407", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090422": { + "ID": 201090422, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140095, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201090423": { + "ID": 201090423, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090423", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090418": { + "ID": 201090418, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140096, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201090419": { + "ID": 201090419, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090419", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090408": { + "ID": 201090408, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090408", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090420": { + "ID": 201090420, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090420", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090421": { + "ID": 201090421, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090421", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090425": { + "ID": 201090425, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090425", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090409": { + "ID": 201090409, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090409", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090417": { + "ID": 201090417, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 20122, + "ParamInt2": 20122001, + "ParamInt3": 0, + "ParamStr1": "Mission_201090417", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090410": { + "ID": 201090410, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090410", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090411": { + "ID": 201090411, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090411", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090426": { + "ID": 201090426, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090426", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090412": { + "ID": 201090412, + "MazePlaneID": 20122, + "MazeFloorID": 20122001, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 53, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "Mission_201090412", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": true + }, + "201090413": { + "ID": 201090413, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090413", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090427": { + "ID": 201090427, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090427", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201090414": { + "ID": 201090414, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140083, + "ItemNum": 1 + }, + { + "ItemID": 140097, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "201090415": { + "ID": 201090415, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201090415", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140001": { + "ID": 201140001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140002": { + "ID": 201140002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "MessageSectionFinish", + "ParamType": "Equal", + "ParamInt1": 1110800, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140101": { + "ID": 201140101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140102": { + "ID": 201140102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140103": { + "ID": 201140103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140104": { + "ID": 201140104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140105": { + "ID": 201140105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140106": { + "ID": 201140106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140107": { + "ID": 201140107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140108": { + "ID": 201140108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140109": { + "ID": 201140109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140110": { + "ID": 201140110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140111": { + "ID": 201140111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140112": { + "ID": 201140112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20132202, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140113": { + "ID": 201140113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 20132201, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140114": { + "ID": 201140114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140115": { + "ID": 201140115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140116": { + "ID": 201140116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140117": { + "ID": 201140117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140141": { + "ID": 201140141, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140141", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140142": { + "ID": 201140142, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140142", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140143": { + "ID": 201140143, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140143", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140144": { + "ID": 201140144, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140144", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140145": { + "ID": 201140145, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 201140115 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140146": { + "ID": 201140146, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140146", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140147": { + "ID": 201140147, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140147", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140151": { + "ID": 201140151, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140151", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140152": { + "ID": 201140152, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140152", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140153": { + "ID": 201140153, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140153", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140154": { + "ID": 201140154, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140154", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "201140192": { + "ID": 201140192, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_201140192", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052101": { + "ID": 901052101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901052101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052102": { + "ID": 901052102, + "MazePlaneID": 90101, + "MazeFloorID": 90101012, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 2, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200001, + 200002 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "901052103": { + "ID": 901052103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901052103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052104": { + "ID": 901052104, + "MazePlaneID": 90101, + "MazeFloorID": 90101012, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300001, + "ParamInt3": 1, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052105": { + "ID": 901052105, + "MazePlaneID": 90101, + "MazeFloorID": 90101012, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052106": { + "ID": 901052106, + "MazePlaneID": 90101, + "MazeFloorID": 90101012, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 4, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052107": { + "ID": 901052107, + "MazePlaneID": 90101, + "MazeFloorID": 90101012, + "FinishType": "KillMonsterList", + "ParamType": "ListContain", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 200003, + 200004 + ], + "ParamItemList": [], + "Progress": 2, + "IsBackTrack": false + }, + "901052108": { + "ID": 901052108, + "MazePlaneID": 90101, + "MazeFloorID": 90101012, + "FinishType": "KillMonster", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 200001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052109": { + "ID": 901052109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901052109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052110": { + "ID": 901052110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901052110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052111": { + "ID": 901052111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901052111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "901052112": { + "ID": 901052112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901052112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040201": { + "ID": 701040201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 140111, + "ItemNum": 1 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "701040202": { + "ID": 701040202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040301": { + "ID": 701040301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040302": { + "ID": 701040302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItem", + "ParamType": "Equal", + "ParamInt1": 190904, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040303": { + "ID": 701040303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 900106 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040304": { + "ID": 701040304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040401": { + "ID": 701040401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040402": { + "ID": 701040402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 900105 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040403": { + "ID": 701040403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 900107 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040404": { + "ID": 701040404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMissionEvent", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 900108 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040405": { + "ID": 701040405, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040405", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "701040406": { + "ID": 701040406, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_701040406", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090101": { + "ID": 601090101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090102": { + "ID": 601090102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601090103 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090103": { + "ID": 601090103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090104": { + "ID": 601090104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090105": { + "ID": 601090105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090106": { + "ID": 601090106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10102, + "ParamInt2": 10102001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090107": { + "ID": 601090107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090108": { + "ID": 601090108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090109": { + "ID": 601090109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090110": { + "ID": 601090110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090111": { + "ID": 601090111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090201": { + "ID": 601090201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090202": { + "ID": 601090202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090203": { + "ID": 601090203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601090204 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090204": { + "ID": 601090204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090205": { + "ID": 601090205, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090205", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090301": { + "ID": 601090301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090302": { + "ID": 601090302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090303": { + "ID": 601090303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601090304 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090304": { + "ID": 601090304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090305": { + "ID": 601090305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090310": { + "ID": 601090310, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090310", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090401": { + "ID": 601090401, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601090402 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090402": { + "ID": 601090402, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090402", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090403": { + "ID": 601090403, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090403", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090404": { + "ID": 601090404, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601090405 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090405": { + "ID": 601090405, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090405", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090406": { + "ID": 601090406, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090406", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090410": { + "ID": 601090410, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090410", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090501": { + "ID": 601090501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601090506, + 601090507 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090506": { + "ID": 601090506, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 1000 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601090507": { + "ID": 601090507, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090507", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090502": { + "ID": 601090502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090502", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090503": { + "ID": 601090503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601090504 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090504": { + "ID": 601090504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090504", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090505": { + "ID": 601090505, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090505", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090510": { + "ID": 601090510, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090510", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090601": { + "ID": 601090601, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601090606, + 601090607, + 601090608 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090606": { + "ID": 601090606, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 500 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601090607": { + "ID": 601090607, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 1500 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601090608": { + "ID": 601090608, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ConsumeMissionItem", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [ + { + "ItemID": 2, + "ItemNum": 3000 + } + ], + "Progress": 1, + "IsBackTrack": false + }, + "601090602": { + "ID": 601090602, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090602", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090603": { + "ID": 601090603, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601090604 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090604": { + "ID": 601090604, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090604", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090605": { + "ID": 601090605, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090605", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090610": { + "ID": 601090610, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090610", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090701": { + "ID": 601090701, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090701", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090702": { + "ID": 601090702, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090702", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090703": { + "ID": 601090703, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090703", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090801": { + "ID": 601090801, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090802": { + "ID": 601090802, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090802", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090803": { + "ID": 601090803, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090803", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090901": { + "ID": 601090901, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090902": { + "ID": 601090902, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090902", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601090903": { + "ID": 601090903, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601090903", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091001": { + "ID": 601091001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091002": { + "ID": 601091002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091003": { + "ID": 601091003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091003", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091004": { + "ID": 601091004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091004", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091005": { + "ID": 601091005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091005", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091201": { + "ID": 601091201, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091202": { + "ID": 601091202, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091202", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091203": { + "ID": 601091203, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091203", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091204": { + "ID": 601091204, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091204", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091301": { + "ID": 601091301, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091302": { + "ID": 601091302, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091302", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091303": { + "ID": 601091303, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091303", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091304": { + "ID": 601091304, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091304", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091305": { + "ID": 601091305, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091305", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091306": { + "ID": 601091306, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091306", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091307": { + "ID": 601091307, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091307", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091308": { + "ID": 601091308, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091308", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601091309": { + "ID": 601091309, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601091309", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026001": { + "ID": 601026001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026002": { + "ID": 601026002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026003": { + "ID": 601026003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026003", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026004": { + "ID": 601026004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026004", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026005": { + "ID": 601026005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026005", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026006": { + "ID": 601026006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026006", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026007": { + "ID": 601026007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026007", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026008": { + "ID": 601026008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026008", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026009": { + "ID": 601026009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026009", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026010": { + "ID": 601026010, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026010", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026011": { + "ID": 601026011, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026011", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026012": { + "ID": 601026012, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026012", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026013": { + "ID": 601026013, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026013", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026014": { + "ID": 601026014, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026014", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026015": { + "ID": 601026015, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026015", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026016": { + "ID": 601026016, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026016", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026017": { + "ID": 601026017, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026017", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026018": { + "ID": 601026018, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 9000020, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026018", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026019": { + "ID": 601026019, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026019", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026020": { + "ID": 601026020, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026020", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "601026021": { + "ID": 601026021, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_601026021", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010101": { + "ID": 902010101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_902010101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010102": { + "ID": 902010102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_902010102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010103": { + "ID": 902010103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_902010103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010104": { + "ID": 902010104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_902010104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010105": { + "ID": 902010105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 300004, + "ParamInt3": 1, + "ParamStr1": "Mission_902010105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010106": { + "ID": 902010106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_902010106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010107": { + "ID": 902010107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_902010107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010108": { + "ID": 902010108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_902010108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010109": { + "ID": 902010109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_902010109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "902010110": { + "ID": 902010110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_902010110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100001": { + "ID": 100001, + "MazePlaneID": 10101, + "MazeFloorID": 10101001, + "FinishType": "EnterRegion", + "ParamType": "Equal", + "ParamInt1": 30, + "ParamInt2": 300001, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100002": { + "ID": 100002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100002", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100003": { + "ID": 100003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100003", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100004": { + "ID": 100004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100005": { + "ID": 100005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100005", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100006": { + "ID": 100006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_901020501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100007": { + "ID": 100007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100007", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100008": { + "ID": 100008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100008", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100009": { + "ID": 100009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100009", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100010": { + "ID": 100010, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100010", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100011": { + "ID": 100011, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100011", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100012": { + "ID": 100012, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 900005, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100013": { + "ID": 100013, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100013", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100014": { + "ID": 100014, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100014", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100015": { + "ID": 100015, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 900007, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100016": { + "ID": 100016, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ItemNum", + "ParamType": "Equal", + "ParamInt1": 900006, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100017": { + "ID": 100017, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100017", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100018": { + "ID": 100018, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100018", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100019": { + "ID": 100019, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100019", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100020": { + "ID": 100020, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100020", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100021": { + "ID": 100021, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100021", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100022": { + "ID": 100022, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100022", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100023": { + "ID": 100023, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100023", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100024": { + "ID": 100024, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100024", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100025": { + "ID": 100025, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100025", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100026": { + "ID": 100026, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100026", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100027": { + "ID": 100027, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100027", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100030": { + "ID": 100030, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100030", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100031": { + "ID": 100031, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100031", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100032": { + "ID": 100032, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100032", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100033": { + "ID": 100033, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100033", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100034": { + "ID": 100034, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100034", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100035": { + "ID": 100035, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100035", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100036": { + "ID": 100036, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100036", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100037": { + "ID": 100037, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100037", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100038": { + "ID": 100038, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100038", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100039": { + "ID": 100039, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "EnterFloor", + "ParamType": "Equal", + "ParamInt1": 10101, + "ParamInt2": 10101001, + "ParamInt3": 0, + "ParamStr1": "EventMission_100039", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100040": { + "ID": 100040, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100040", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100041": { + "ID": 100041, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100041", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100042": { + "ID": 100042, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100042", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100043": { + "ID": 100043, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100043", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100044": { + "ID": 100044, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100044", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100045": { + "ID": 100045, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100045", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100046": { + "ID": 100046, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100046", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100047": { + "ID": 100047, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100047", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100048": { + "ID": 100048, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100048", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100049": { + "ID": 100049, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100049", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100101": { + "ID": 100101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100102": { + "ID": 100102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100103": { + "ID": 100103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100050": { + "ID": 100050, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100050", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100051": { + "ID": 100051, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100051", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100052": { + "ID": 100052, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100052", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100053": { + "ID": 100053, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100053", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100054": { + "ID": 100054, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100054", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100055": { + "ID": 100055, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100055", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100056": { + "ID": 100056, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100056", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100057": { + "ID": 100057, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100057", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100058": { + "ID": 100058, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100058", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100059": { + "ID": 100059, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100059", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100060": { + "ID": 100060, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100060", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100061": { + "ID": 100061, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100061", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100062": { + "ID": 100062, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100062", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100063": { + "ID": 100063, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100063", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100064": { + "ID": 100064, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601023814 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100065": { + "ID": 100065, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100065", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100066": { + "ID": 100066, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100066", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100067": { + "ID": 100067, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100067", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100068": { + "ID": 100068, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601023207 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100069": { + "ID": 100069, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100069", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100070": { + "ID": 100070, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601023903 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100071": { + "ID": 100071, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010239 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100072": { + "ID": 100072, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "SubMissionFinishCnt", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 601025206 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100073": { + "ID": 100073, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010252 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100074": { + "ID": 100074, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010254 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100075": { + "ID": 100075, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100075", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100076": { + "ID": 100076, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010253 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100077": { + "ID": 100077, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010253 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100078": { + "ID": 100078, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010253 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100079": { + "ID": 100079, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 11, + "IsBackTrack": false + }, + "100080": { + "ID": 100080, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100080", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100081": { + "ID": 100081, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100081", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100082": { + "ID": 100082, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PlayerLevel", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 20, + "IsBackTrack": false + }, + "100083": { + "ID": 100083, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "FinishMission", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 6010253 + ], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100084": { + "ID": 100084, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100084", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100085": { + "ID": 100085, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100085", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100086": { + "ID": 100086, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100086", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100087": { + "ID": 100087, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100087", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100088": { + "ID": 100088, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100088", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100089": { + "ID": 100089, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100089", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100090": { + "ID": 100090, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100090", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100091": { + "ID": 100091, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100091", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100092": { + "ID": 100092, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100092", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100093": { + "ID": 100093, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100093", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100094": { + "ID": 100094, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100094", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100110": { + "ID": 100110, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100110", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100111": { + "ID": 100111, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100111", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100112": { + "ID": 100112, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100112", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100113": { + "ID": 100113, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100113", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100114": { + "ID": 100114, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100114", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100115": { + "ID": 100115, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100115", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100116": { + "ID": 100116, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100116", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100117": { + "ID": 100117, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100117", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100118": { + "ID": 100118, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100118", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100119": { + "ID": 100119, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100119", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100120": { + "ID": 100120, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100120", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100121": { + "ID": 100121, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100121", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "100122": { + "ID": 100122, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_100122", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200001": { + "ID": 200001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501020101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200002": { + "ID": 200002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501020102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200003": { + "ID": 200003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501020103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200009": { + "ID": 200009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501020201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200010": { + "ID": 200010, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501020301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200004": { + "ID": 200004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501021101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200005": { + "ID": 200005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501021201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200006": { + "ID": 200006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501021301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200007": { + "ID": 200007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501021401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200008": { + "ID": 200008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501021501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200011": { + "ID": 200011, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501021801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200012": { + "ID": 200012, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501021901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200013": { + "ID": 200013, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022001", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200014": { + "ID": 200014, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200015": { + "ID": 200015, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200016": { + "ID": 200016, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200017": { + "ID": 200017, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200018": { + "ID": 200018, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022501", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200019": { + "ID": 200019, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022601", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200020": { + "ID": 200020, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022701", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200021": { + "ID": 200021, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022801", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200022": { + "ID": 200022, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501022901", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200023": { + "ID": 200023, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501023101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200024": { + "ID": 200024, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501023201", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200025": { + "ID": 200025, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501023301", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200026": { + "ID": 200026, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "Mission_501023401", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200027": { + "ID": 200027, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200027", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200028": { + "ID": 200028, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200028", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200029": { + "ID": 200029, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200029", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200030": { + "ID": 200030, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200030", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200031": { + "ID": 200031, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200031", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200032": { + "ID": 200032, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200032", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200033": { + "ID": 200033, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200033", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200034": { + "ID": 200034, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200034", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200035": { + "ID": 200035, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200035", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200036": { + "ID": 200036, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200036", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200037": { + "ID": 200037, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200037", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200038": { + "ID": 200038, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200038", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200039": { + "ID": 200039, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200039", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200040": { + "ID": 200040, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200040", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200041": { + "ID": 200041, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200041", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200042": { + "ID": 200042, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200042", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200043": { + "ID": 200043, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200043", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200044": { + "ID": 200044, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200044", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200045": { + "ID": 200045, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200045", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200046": { + "ID": 200046, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200046", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200047": { + "ID": 200047, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200047", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200048": { + "ID": 200048, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200048", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200049": { + "ID": 200049, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200049", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200050": { + "ID": 200050, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200050", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200051": { + "ID": 200051, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200051", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200052": { + "ID": 200052, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_200052", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200101": { + "ID": 200101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 6, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "EventMission_200101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200102": { + "ID": 200102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "EventMission_200102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200103": { + "ID": 200103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 8, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "EventMission_200103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "200104": { + "ID": 200104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "PropState", + "ParamType": "Equal", + "ParamInt1": 9, + "ParamInt2": 300001, + "ParamInt3": 19, + "ParamStr1": "EventMission_200104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900003": { + "ID": 900003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ClientProgress", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "900004": { + "ID": 900004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ClientProgress", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900005": { + "ID": 900005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ClientProgress", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": false + }, + "900006": { + "ID": 900006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ClientProgress", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900007": { + "ID": 900007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ClientProgress", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900008": { + "ID": 900008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ClientProgress", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 15, + "IsBackTrack": false + }, + "900009": { + "ID": 900009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "StageWin", + "ParamType": "Equal", + "ParamInt1": 9000010, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900010": { + "ID": 900010, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900010", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900011": { + "ID": 900011, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900011", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900012": { + "ID": 900012, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900012", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900013": { + "ID": 900013, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900013", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900014": { + "ID": 900014, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900014", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900015": { + "ID": 900015, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "ClientProgress", + "ParamType": "NoPara", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "900016": { + "ID": 900016, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900016", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900101": { + "ID": 900101, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900101", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900102": { + "ID": 900102, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900102", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900103": { + "ID": 900103, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900103", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900104": { + "ID": 900104, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900104", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900105": { + "ID": 900105, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900105", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900106": { + "ID": 900106, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900106", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900107": { + "ID": 900107, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900107", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900108": { + "ID": 900108, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900108", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "900109": { + "ID": 900109, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "Talk", + "ParamType": "Equal", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "EventMission_900109", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10000": { + "ID": 10000, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreRoomFinishCnt", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10001": { + "ID": 10001, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreRoomFinishCnt", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10002": { + "ID": 10002, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreRoomFinishCnt", + "ParamType": "Equal", + "ParamInt1": 3, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10003": { + "ID": 10003, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreRoomFinishCnt", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10004": { + "ID": 10004, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueExploreRoomFinishCnt", + "ParamType": "Equal", + "ParamInt1": 7, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10005": { + "ID": 10005, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 40000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10006": { + "ID": 10006, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueGetBuffTypeCnt", + "ParamType": "Equal", + "ParamInt1": 124, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "10007": { + "ID": 10007, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItemWithType", + "ParamType": "Equal", + "ParamInt1": 14, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "10008": { + "ID": 10008, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithGameMode", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 8002050, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10009": { + "ID": 10009, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueBlessLevel", + "ParamType": "Equal", + "ParamInt1": 1, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "10010": { + "ID": 10010, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueGetBuffTypeCnt", + "ParamType": "Equal", + "ParamInt1": 120, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "10011": { + "ID": 10011, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "GetItemWithType", + "ParamType": "Equal", + "ParamInt1": 13, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 30, + "IsBackTrack": false + }, + "10012": { + "ID": 10012, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueBlessLevel", + "ParamType": "Equal", + "ParamInt1": 2, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 3, + "IsBackTrack": false + }, + "10013": { + "ID": 10013, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "UseItem", + "ParamType": "Equal", + "ParamInt1": 502, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 100, + "IsBackTrack": false + }, + "10014": { + "ID": 10014, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueAppraisalResult", + "ParamType": "GreaterEqual", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 60, + "IsBackTrack": false + }, + "10015": { + "ID": 10015, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "DialogueEventCntWithGameMode", + "ParamType": "Equal", + "ParamInt1": 5, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "10016": { + "ID": 10016, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithRogue", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 1 + ], + "ParamItemList": [], + "Progress": 30, + "IsBackTrack": false + }, + "10017": { + "ID": 10017, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "KillMonsterWithRogue", + "ParamType": "ListContain", + "ParamInt1": 0, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [ + 2 + ], + "ParamItemList": [], + "Progress": 10, + "IsBackTrack": false + }, + "10018": { + "ID": 10018, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueGetBuffTypeCnt", + "ParamType": "Equal", + "ParamInt1": 121, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "10019": { + "ID": 10019, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueGetBuffTypeCnt", + "ParamType": "Equal", + "ParamInt1": 126, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "10021": { + "ID": 10021, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueGetBuffTypeCnt", + "ParamType": "Equal", + "ParamInt1": 122, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "10020": { + "ID": 10020, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueGetBuffTypeCnt", + "ParamType": "Equal", + "ParamInt1": 125, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 5, + "IsBackTrack": false + }, + "10501": { + "ID": 10501, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 2000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10502": { + "ID": 10502, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 4000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10503": { + "ID": 10503, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 8000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10504": { + "ID": 10504, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 16000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10505": { + "ID": 10505, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 24000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10506": { + "ID": 10506, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 32000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10507": { + "ID": 10507, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 40000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10508": { + "ID": 10508, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 50000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10509": { + "ID": 10509, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 60000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + }, + "10510": { + "ID": 10510, + "MazePlaneID": 0, + "MazeFloorID": 0, + "FinishType": "RogueChallengeScore", + "ParamType": "GreaterEqual", + "ParamInt1": 80000, + "ParamInt2": 0, + "ParamInt3": 0, + "ParamStr1": "", + "ParamIntList": [], + "ParamItemList": [], + "Progress": 1, + "IsBackTrack": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/FuncEntranceConfigExcelTable.json b/CrepePackage/src/data/excel/FuncEntranceConfigExcelTable.json new file mode 100644 index 0000000..edc7b49 --- /dev/null +++ b/CrepePackage/src/data/excel/FuncEntranceConfigExcelTable.json @@ -0,0 +1,652 @@ +{ + "2": { + "ID": 2, + "FuncName": { + "hash": 1405076994 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/MapIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/MapIcon.png", + "GotoID": 200, + "ChannelRegion": [], + "UnlockMainMission": 1010301, + "UnlockID": 200, + "UnlockDesc": { + "hash": -693209280 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "3": { + "ID": 3, + "FuncName": { + "hash": -592780657 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/TeamIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/TeamIcon.png", + "GotoID": 300, + "ChannelRegion": [], + "UnlockMainMission": 1010401, + "UnlockID": 300, + "UnlockDesc": { + "hash": 2035674075 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "4": { + "ID": 4, + "FuncName": { + "hash": -676993900 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/AvatarIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/AvatarIcon.png", + "GotoID": 400, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 400, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "Avatar", + "UnlockPrompt": false + }, + "5": { + "ID": 5, + "FuncName": { + "hash": 888911468 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/InventoryIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/InventoryIcon.png", + "GotoID": 500, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 500, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": false + }, + "6": { + "ID": 6, + "FuncName": { + "hash": -1868259488 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/ShopIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/ShopIcon.png", + "GotoID": 600, + "ChannelRegion": [], + "UnlockMainMission": 1010401, + "UnlockID": 600, + "UnlockDesc": { + "hash": 1632389548 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": false + }, + "7": { + "ID": 7, + "FuncName": { + "hash": -1034393270 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/QuestIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/QuestIcon.png", + "GotoID": 700, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "8": { + "ID": 8, + "FuncName": { + "hash": -1927936373 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/ActivityIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/ActivityIcon.png", + "GotoID": 800, + "ChannelRegion": [], + "UnlockMainMission": 1010503, + "UnlockID": 800, + "UnlockDesc": { + "hash": -1499778334 + }, + "RedDot": "ActivityQuest_All", + "RedDotHud": "ActivityQuest_All", + "UnlockPrompt": true + }, + "9": { + "ID": 9, + "FuncName": { + "hash": -617741829 + }, + "FuncIconPath": "SpriteOutput/UI/MobilePhone/EnvelopeIcon.png", + "FuncHudIconPath": "SpriteOutput/UI/MobilePhone/EnvelopeIcon.png", + "GotoID": 900, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "Mail", + "RedDotHud": "", + "UnlockPrompt": true + }, + "10": { + "ID": 10, + "FuncName": { + "hash": 2050919576 + }, + "FuncIconPath": "SpriteOutput/UI/MobilePhone/NoticeIcon.png", + "FuncHudIconPath": "SpriteOutput/UI/MobilePhone/NoticeIcon.png", + "GotoID": 1000, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "Notice", + "RedDotHud": "", + "UnlockPrompt": true + }, + "11": { + "ID": 11, + "FuncName": { + "hash": -1818257148 + }, + "FuncIconPath": "SpriteOutput/UI/MobilePhone/SetIcon.png", + "FuncHudIconPath": "SpriteOutput/UI/MobilePhone/SetIcon.png", + "GotoID": 1100, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "12": { + "ID": 12, + "FuncName": { + "hash": 1523911446 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/FeedbackIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/FeedbackIcon.png", + "GotoID": 1200, + "ChannelRegion": [ + "HoyoDome" + ], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "13": { + "ID": 13, + "FuncName": { + "hash": 1835464452 + }, + "FuncIconPath": "SpriteOutput/UI/MobilePhone/ShutdownIcon.png", + "FuncHudIconPath": "SpriteOutput/UI/MobilePhone/ShutdownIcon.png", + "GotoID": 1300, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "14": { + "ID": 14, + "FuncName": { + "hash": 1734708759 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/BookIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/BookIcon.png", + "GotoID": 1400, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "15": { + "ID": 15, + "FuncName": { + "hash": -2133251693 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/DailyQuestIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/DailyQuestIcon.png", + "GotoID": 1500, + "ChannelRegion": [], + "UnlockMainMission": 1010503, + "UnlockID": 1500, + "UnlockDesc": { + "hash": 1306839696 + }, + "RedDot": "Activity", + "RedDotHud": "Activity", + "UnlockPrompt": true + }, + "16": { + "ID": 16, + "FuncName": { + "hash": -37685941 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/ActivityIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/ActivityIcon.png", + "GotoID": 1600, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "21": { + "ID": 21, + "FuncName": { + "hash": 1263402164 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/DeveStrategyIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/DeveStrategyIcon.png", + "GotoID": 2100, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 2100, + "UnlockDesc": { + "hash": -259244241 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": false + }, + "23": { + "ID": 23, + "FuncName": { + "hash": 891994066 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/DrawcardIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/DrawcardIcon.png", + "GotoID": 2300, + "ChannelRegion": [], + "UnlockMainMission": 1010503, + "UnlockID": 2300, + "UnlockDesc": { + "hash": -259244243 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "24": { + "ID": 24, + "FuncName": { + "hash": 363422225 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/PrestigeIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/PrestigeIcon.png", + "GotoID": 2400, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 2400, + "UnlockDesc": { + "hash": -259244244 + }, + "RedDot": "Prestige", + "RedDotHud": "", + "UnlockPrompt": true + }, + "25": { + "ID": 25, + "FuncName": { + "hash": 963639618 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/TeachIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/TeachIcon.png", + "GotoID": 2500, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 2500, + "UnlockDesc": { + "hash": -259244245 + }, + "RedDot": "TutorialOverview", + "RedDotHud": "TutorialOverview", + "UnlockPrompt": true + }, + "301": { + "ID": 301, + "FuncName": { + "hash": 1485179821 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/TeamIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/TeamIcon.png", + "GotoID": 301, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "302": { + "ID": 302, + "FuncName": { + "hash": 1741094670 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/TeamIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/TeamIcon.png", + "GotoID": 302, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "505": { + "ID": 505, + "FuncName": { + "hash": 406917470 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/InventoryIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/InventoryIcon.png", + "GotoID": 505, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "9901": { + "ID": 9901, + "FuncName": { + "hash": -1318200081 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/DailyQuestIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/DailyQuestIcon.png", + "GotoID": 9901, + "ChannelRegion": [], + "UnlockMainMission": 1010503, + "UnlockID": 9901, + "UnlockDesc": { + "hash": -240802427 + }, + "RedDot": "", + "RedDotHud": "Activity", + "UnlockPrompt": true + }, + "9903": { + "ID": 9903, + "FuncName": { + "hash": -1318200079 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/DailyQuestIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/DailyQuestIcon.png", + "GotoID": 9903, + "ChannelRegion": [], + "UnlockMainMission": 1010503, + "UnlockID": 9903, + "UnlockDesc": { + "hash": -240802429 + }, + "RedDot": "", + "RedDotHud": "Activity", + "UnlockPrompt": false + }, + "26": { + "ID": 26, + "FuncName": { + "hash": -4577460 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/FeedbackIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/FeedbackIcon.png", + "GotoID": 2600, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "CustomerIM", + "RedDotHud": "", + "UnlockPrompt": true + }, + "27": { + "ID": 27, + "FuncName": { + "hash": 1405076994 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/MapIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/MapIcon.png", + "GotoID": 2700, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 0, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": false + }, + "28": { + "ID": 28, + "FuncName": { + "hash": 911331385 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/AchievementIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/AchievementIcon.png", + "GotoID": 2900, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 2800, + "UnlockDesc": { + "hash": 371857150 + }, + "RedDot": "AchievementEnter", + "RedDotHud": "Activity", + "UnlockPrompt": false + }, + "29": { + "ID": 29, + "FuncName": { + "hash": -1219150119 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/MessagesIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/MessagesIcon.png", + "GotoID": 3000, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 2900, + "UnlockDesc": { + "hash": -259244249 + }, + "RedDot": "PhoneMessageEntrance", + "RedDotHud": "PhoneMessageEntrance", + "UnlockPrompt": true + }, + "9913": { + "ID": 9913, + "FuncName": { + "hash": -335552697 + }, + "FuncIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "FuncHudIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "GotoID": 9913, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 9913, + "UnlockDesc": { + "hash": 1325281512 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "9914": { + "ID": 9914, + "FuncName": { + "hash": 1230531244 + }, + "FuncIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "FuncHudIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "GotoID": 9914, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 9914, + "UnlockDesc": { + "hash": 1325281509 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "9915": { + "ID": 9915, + "FuncName": { + "hash": -1024586405 + }, + "FuncIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "FuncHudIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "GotoID": 9915, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 9915, + "UnlockDesc": { + "hash": 1325281510 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "9916": { + "ID": 9916, + "FuncName": { + "hash": -1387144342 + }, + "FuncIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "FuncHudIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "GotoID": 9916, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 9916, + "UnlockDesc": { + "hash": 1325281507 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "9917": { + "ID": 9917, + "FuncName": { + "hash": -1498352111 + }, + "FuncIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "FuncHudIconPath": "SpriteOutput/TabIcon/DailyQuest/DailyQuestExploreIcon.png", + "GotoID": 9917, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 9917, + "UnlockDesc": { + "hash": 1325281508 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": false + }, + "30": { + "ID": 30, + "FuncName": { + "hash": -507333037 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/AssignmentIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/AssignmentIcon.png", + "GotoID": 3100, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 3100, + "UnlockDesc": { + "hash": -1825328181 + }, + "RedDot": "ExpeditionGroup_All", + "RedDotHud": "", + "UnlockPrompt": true + }, + "9918": { + "ID": 9918, + "FuncName": { + "hash": -964140281 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/Novice/NoviceRogueIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/Novice/NoviceRogueIcon.png", + "GotoID": 9918, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 9918, + "UnlockDesc": { + "hash": 1325281521 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + }, + "9919": { + "ID": 9919, + "FuncName": { + "hash": -654035323 + }, + "FuncIconPath": "SpriteOutput/PhoneAPPIcon/Novice/NoviceCapsuleShopIcon.png", + "FuncHudIconPath": "SpriteOutput/PhoneAPPIcon/Novice/NoviceCapsuleShopIcon.png", + "GotoID": 9919, + "ChannelRegion": [], + "UnlockMainMission": 0, + "UnlockID": 9919, + "UnlockDesc": { + "hash": 1325281522 + }, + "RedDot": "", + "RedDotHud": "", + "UnlockPrompt": true + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/FuncEntranceListConfigExcelTable.json b/CrepePackage/src/data/excel/FuncEntranceListConfigExcelTable.json new file mode 100644 index 0000000..faddc5d --- /dev/null +++ b/CrepePackage/src/data/excel/FuncEntranceListConfigExcelTable.json @@ -0,0 +1,423 @@ +{ + "1": { + "GameModeType": 1, + "FuncEntranceIDList": [ + 29, + 24, + 2, + 7, + 3, + 4, + 5, + 25, + 23, + 28, + 6, + 14, + 15, + 8, + 12, + 26, + 30 + ], + "BottomFuncEntranceIDList": [ + 9, + 10, + 11 + ], + "HudFuncEntranceIDList": [ + 8, + 23, + 15, + 6, + 5, + 3, + 4 + ], + "LeftHudFuncEntranceIDList": [ + 25 + ], + "UnlockGotoTypeList": [ + 3, + 2, + 7, + 4, + 5, + 6, + 8, + 11, + 14, + 15, + 12, + 20, + 18, + 23, + 22, + 19, + 9, + 10, + 11, + 24, + 25, + 17, + 27, + 28, + 29, + 30 + ] + }, + "2": { + "GameModeType": 2, + "FuncEntranceIDList": [ + 29, + 24, + 2, + 7, + 3, + 4, + 5, + 25, + 23, + 28, + 6, + 14, + 15, + 8, + 12, + 26, + 30 + ], + "BottomFuncEntranceIDList": [ + 9, + 10, + 11 + ], + "HudFuncEntranceIDList": [ + 8, + 23, + 15, + 6, + 5, + 3, + 4 + ], + "LeftHudFuncEntranceIDList": [ + 25 + ], + "UnlockGotoTypeList": [ + 3, + 2, + 7, + 4, + 5, + 6, + 8, + 11, + 14, + 15, + 12, + 20, + 18, + 23, + 22, + 19, + 9, + 10, + 11, + 24, + 25, + 17, + 27, + 28, + 29, + 30 + ] + }, + "3": { + "GameModeType": 3, + "FuncEntranceIDList": [ + 29, + 24, + 2, + 7, + 3, + 4, + 5, + 25, + 23, + 28, + 6, + 14, + 15, + 8, + 12, + 26, + 30 + ], + "BottomFuncEntranceIDList": [ + 9, + 10, + 11 + ], + "HudFuncEntranceIDList": [ + 8, + 23, + 15, + 6, + 5, + 3, + 4 + ], + "LeftHudFuncEntranceIDList": [ + 25 + ], + "UnlockGotoTypeList": [ + 3, + 2, + 7, + 4, + 5, + 6, + 8, + 11, + 14, + 15, + 12, + 20, + 18, + 23, + 22, + 19, + 9, + 10, + 11, + 24, + 25, + 17, + 27, + 28, + 29, + 30 + ] + }, + "4": { + "GameModeType": 4, + "FuncEntranceIDList": [], + "BottomFuncEntranceIDList": [], + "HudFuncEntranceIDList": [], + "LeftHudFuncEntranceIDList": [ + 25 + ], + "UnlockGotoTypeList": [ + 25 + ] + }, + "5": { + "GameModeType": 5, + "FuncEntranceIDList": [], + "BottomFuncEntranceIDList": [], + "HudFuncEntranceIDList": [ + 301, + 4 + ], + "LeftHudFuncEntranceIDList": [ + 25 + ], + "UnlockGotoTypeList": [ + 4, + 3, + 25, + 26, + 27 + ] + }, + "6": { + "GameModeType": 6, + "FuncEntranceIDList": [], + "BottomFuncEntranceIDList": [], + "HudFuncEntranceIDList": [ + 302, + 4 + ], + "LeftHudFuncEntranceIDList": [ + 25 + ], + "UnlockGotoTypeList": [ + 4, + 3, + 25, + 27 + ] + }, + "7": { + "GameModeType": 7, + "FuncEntranceIDList": [ + 29, + 24, + 2, + 7, + 3, + 4, + 5, + 25, + 23, + 28, + 6, + 14, + 15, + 8, + 12, + 26, + 30 + ], + "BottomFuncEntranceIDList": [ + 9, + 10, + 11 + ], + "HudFuncEntranceIDList": [ + 8, + 23, + 15, + 6, + 5, + 3, + 4 + ], + "LeftHudFuncEntranceIDList": [ + 25 + ], + "UnlockGotoTypeList": [ + 3, + 2, + 7, + 4, + 5, + 6, + 8, + 11, + 14, + 15, + 12, + 20, + 18, + 23, + 22, + 9, + 10, + 11, + 19, + 24, + 25, + 17, + 27, + 28, + 29, + 30 + ] + }, + "8": { + "GameModeType": 8, + "FuncEntranceIDList": [ + 7, + 4, + 5, + 23, + 6, + 28, + 12 + ], + "BottomFuncEntranceIDList": [ + 9, + 10, + 11 + ], + "HudFuncEntranceIDList": [ + 4, + 5, + 6, + 23 + ], + "LeftHudFuncEntranceIDList": [ + 25 + ], + "UnlockGotoTypeList": [ + 4, + 5, + 6, + 7, + 12, + 23, + 25, + 9, + 10, + 11, + 17, + 28, + 29, + 30 + ] + }, + "9": { + "GameModeType": 9, + "FuncEntranceIDList": [ + 7, + 4, + 5, + 23, + 6, + 28, + 12 + ], + "BottomFuncEntranceIDList": [ + 9, + 10, + 11 + ], + "HudFuncEntranceIDList": [ + 4, + 5, + 6, + 23 + ], + "LeftHudFuncEntranceIDList": [ + 25 + ], + "UnlockGotoTypeList": [ + 4, + 5, + 6, + 7, + 12, + 23, + 9, + 25, + 10, + 11, + 17, + 28, + 29, + 30 + ] + }, + "10": { + "GameModeType": 10, + "FuncEntranceIDList": [], + "BottomFuncEntranceIDList": [], + "HudFuncEntranceIDList": [], + "LeftHudFuncEntranceIDList": [], + "UnlockGotoTypeList": [] + }, + "11": { + "GameModeType": 11, + "FuncEntranceIDList": [], + "BottomFuncEntranceIDList": [], + "HudFuncEntranceIDList": [ + 4 + ], + "LeftHudFuncEntranceIDList": [], + "UnlockGotoTypeList": [ + 4 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/GameplayGuideDataConfigExcelTable.json b/CrepePackage/src/data/excel/GameplayGuideDataConfigExcelTable.json new file mode 100644 index 0000000..cd4eb71 --- /dev/null +++ b/CrepePackage/src/data/excel/GameplayGuideDataConfigExcelTable.json @@ -0,0 +1,384 @@ +{ + "1001": { + "ID": 1001, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_03.png", + "TabIconPath": "SpriteOutput/TabIcon/Shop/ShopMaterialsIcon.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2010101, + "UnlockMission": [ + 1010202 + ], + "TabID": 1001, + "FarmType": "FarmCocoon", + "FarmID": 1001 + }, + "1002": { + "ID": 1002, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_03.png", + "TabIconPath": "SpriteOutput/TabIcon/Shop/ShopMaterialsIcon.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2011101, + "UnlockMission": [ + 1010302 + ], + "TabID": 1001, + "FarmType": "FarmCocoon", + "FarmID": 1002 + }, + "1003": { + "ID": 1003, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_03.png", + "TabIconPath": "SpriteOutput/TabIcon/Shop/ShopMaterialsIcon.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2012101, + "UnlockMission": [ + 1010501 + ], + "TabID": 1001, + "FarmType": "FarmCocoon", + "FarmID": 1003 + }, + "1004": { + "ID": 1004, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_04.png", + "TabIconPath": "SpriteOutput/ProfessionIconSmall/IconProfessionWarriorSmall.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2000101, + "UnlockMission": [ + 1010902 + ], + "TabID": 1002, + "FarmType": "FarmCocoon", + "FarmID": 1004 + }, + "1005": { + "ID": 1005, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_04.png", + "TabIconPath": "SpriteOutput/ProfessionIconSmall/IconProfessionKnightSmall.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2000301, + "UnlockMission": [ + 1010902 + ], + "TabID": 1002, + "FarmType": "FarmCocoon", + "FarmID": 1005 + }, + "1006": { + "ID": 1006, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_04.png", + "TabIconPath": "SpriteOutput/ProfessionIconSmall/IconProfessionRogueSmall.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2010101, + "UnlockMission": [ + 1010902 + ], + "TabID": 1002, + "FarmType": "FarmCocoon", + "FarmID": 1006 + }, + "1007": { + "ID": 1007, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_04.png", + "TabIconPath": "SpriteOutput/ProfessionIconSmall/IconProfessionPirestSmall.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2011101, + "UnlockMission": [ + 1010902 + ], + "TabID": 1002, + "FarmType": "FarmCocoon", + "FarmID": 1007 + }, + "1008": { + "ID": 1008, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_04.png", + "TabIconPath": "SpriteOutput/ProfessionIconSmall/IconProfessionMageSmall.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2012201, + "UnlockMission": [ + 1010902 + ], + "TabID": 1002, + "FarmType": "FarmCocoon", + "FarmID": 1008 + }, + "1009": { + "ID": 1009, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_04.png", + "TabIconPath": "SpriteOutput/ProfessionIconSmall/IconProfessionShamanSmall.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2012301, + "UnlockMission": [ + 1010902 + ], + "TabID": 1002, + "FarmType": "FarmCocoon", + "FarmID": 1009 + }, + "1010": { + "ID": 1010, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_04.png", + "TabIconPath": "SpriteOutput/ProfessionIconSmall/IconProfessionWarlockSmall.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2013101, + "UnlockMission": [ + 1011102 + ], + "TabID": 1002, + "FarmType": "FarmCocoon", + "FarmID": 1010 + }, + "1101": { + "ID": 1101, + "IconPath": "SpriteOutput/MosterIcon/Monster_8013010.png", + "TabIconPath": "SpriteOutput/UI/Nature/IconNatureColorQuantum.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2000201, + "UnlockMission": [ + 4010101, + 1000201 + ], + "TabID": 1003, + "FarmType": "FarmElement", + "FarmID": 1101 + }, + "1102": { + "ID": 1102, + "IconPath": "SpriteOutput/MosterIcon/Monster_8003050.png", + "TabIconPath": "SpriteOutput/UI/Nature/IconNatureColorWind.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2000301, + "UnlockMission": [ + 4010101, + 1000401 + ], + "TabID": 1003, + "FarmType": "FarmElement", + "FarmID": 1102 + }, + "1103": { + "ID": 1103, + "IconPath": "SpriteOutput/MosterIcon/Monster_8003030.png", + "TabIconPath": "SpriteOutput/UI/Nature/IconNatureColorThunder.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2011101, + "UnlockMission": [ + 4010101, + 1010302 + ], + "TabID": 1003, + "FarmType": "FarmElement", + "FarmID": 1103 + }, + "1104": { + "ID": 1104, + "IconPath": "SpriteOutput/MosterIcon/Monster_8003020.png", + "TabIconPath": "SpriteOutput/UI/Nature/IconNatureColorFire.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2000101, + "UnlockMission": [ + 4010101, + 1000101 + ], + "TabID": 1003, + "FarmType": "FarmElement", + "FarmID": 1104 + }, + "1105": { + "ID": 1105, + "IconPath": "SpriteOutput/MosterIcon/Monster_1013020.png", + "TabIconPath": "SpriteOutput/UI/Nature/IconNaturePhysical.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2012101, + "UnlockMission": [ + 4010101, + 1010501 + ], + "TabID": 1003, + "FarmType": "FarmElement", + "FarmID": 1105 + }, + "1106": { + "ID": 1106, + "IconPath": "SpriteOutput/MosterIcon/Monster_1023020.png", + "TabIconPath": "SpriteOutput/UI/Nature/IconNatureColorIce.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2012301, + "UnlockMission": [ + 4010101, + 1010902 + ], + "TabID": 1003, + "FarmType": "FarmElement", + "FarmID": 1106 + }, + "1107": { + "ID": 1107, + "IconPath": "SpriteOutput/MosterIcon/Monster_8003010.png", + "TabIconPath": "SpriteOutput/UI/Nature/IconNatureColorImaginary.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2013201, + "UnlockMission": [ + 1011301, + 4010101 + ], + "TabID": 1003, + "FarmType": "FarmElement", + "FarmID": 1107 + }, + "1201": { + "ID": 1201, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_01.png", + "TabIconPath": "SpriteOutput/UI/Avatar/IconAvatarRelic.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2000201, + "UnlockMission": [ + 1011102 + ], + "TabID": 1004, + "FarmType": "FarmRelic", + "FarmID": 1201 + }, + "1202": { + "ID": 1202, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_01.png", + "TabIconPath": "SpriteOutput/UI/Avatar/IconAvatarRelic.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2012101, + "UnlockMission": [ + 1011102 + ], + "TabID": 1004, + "FarmType": "FarmRelic", + "FarmID": 1202 + }, + "1203": { + "ID": 1203, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_01.png", + "TabIconPath": "SpriteOutput/UI/Avatar/IconAvatarRelic.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2012201, + "UnlockMission": [ + 1011102 + ], + "TabID": 1004, + "FarmType": "FarmRelic", + "FarmID": 1203 + }, + "1204": { + "ID": 1204, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_01.png", + "TabIconPath": "SpriteOutput/UI/Avatar/IconAvatarRelic.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2013101, + "UnlockMission": [ + 1011102 + ], + "TabID": 1004, + "FarmType": "FarmRelic", + "FarmID": 1204 + }, + "1205": { + "ID": 1205, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_01.png", + "TabIconPath": "SpriteOutput/UI/Avatar/IconAvatarRelic.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2013201, + "UnlockMission": [ + 1011301 + ], + "TabID": 1004, + "FarmType": "FarmRelic", + "FarmID": 1205 + }, + "1206": { + "ID": 1206, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_01.png", + "TabIconPath": "SpriteOutput/UI/Avatar/IconAvatarRelic.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2013401, + "UnlockMission": [ + 1011403 + ], + "TabID": 1004, + "FarmType": "FarmRelic", + "FarmID": 1206 + }, + "1301": { + "ID": 1301, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_02.png", + "TabIconPath": "SpriteOutput/UI/Avatar/IconAvatarPaths.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2000301, + "UnlockMission": [ + 1011403 + ], + "TabID": 1005, + "FarmType": "FarmCocoon", + "FarmID": 1301 + }, + "1302": { + "ID": 1302, + "IconPath": "SpriteOutput/AdventureEnterIcon/Adventure_02.png", + "TabIconPath": "SpriteOutput/UI/Avatar/IconAvatarPaths.png", + "Desc": { + "hash": 371857150 + }, + "MapEntranceID": 2013401, + "UnlockMission": [ + 1011403 + ], + "TabID": 1005, + "FarmType": "FarmCocoon", + "FarmID": 1302 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/GameplayGuideTabConfigExcelTable.json b/CrepePackage/src/data/excel/GameplayGuideTabConfigExcelTable.json new file mode 100644 index 0000000..c9ae553 --- /dev/null +++ b/CrepePackage/src/data/excel/GameplayGuideTabConfigExcelTable.json @@ -0,0 +1,37 @@ +{ + "1001": { + "ID": 1001, + "Name": { + "hash": -1126160188 + }, + "IconPath": "SpriteOutput/ItemIcon/2.png" + }, + "1002": { + "ID": 1002, + "Name": { + "hash": -1126160189 + }, + "IconPath": "SpriteOutput/ItemIcon/110111.png" + }, + "1003": { + "ID": 1003, + "Name": { + "hash": -1126160190 + }, + "IconPath": "SpriteOutput/ItemIcon/110002.png" + }, + "1004": { + "ID": 1004, + "Name": { + "hash": -1126160183 + }, + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_1.png" + }, + "1005": { + "ID": 1005, + "Name": { + "hash": -1126160184 + }, + "IconPath": "SpriteOutput/ItemIcon/110501.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/GameplayTutoGuideConfigExcelTable.json b/CrepePackage/src/data/excel/GameplayTutoGuideConfigExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/GameplayTutoGuideConfigExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/GameplayTutoGuidePageConfigExcelTable.json b/CrepePackage/src/data/excel/GameplayTutoGuidePageConfigExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/GameplayTutoGuidePageConfigExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/GotoConfigExcelTable.json b/CrepePackage/src/data/excel/GotoConfigExcelTable.json new file mode 100644 index 0000000..9be069b --- /dev/null +++ b/CrepePackage/src/data/excel/GotoConfigExcelTable.json @@ -0,0 +1,1031 @@ +{ + "200": { + "ID": 200, + "GotoType": 2, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 1010301, + "UnlockID": 200 + }, + "300": { + "ID": 300, + "GotoType": 3, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 1010401, + "UnlockID": 300 + }, + "400": { + "ID": 400, + "GotoType": 4, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 400 + }, + "500": { + "ID": 500, + "GotoType": 5, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 500 + }, + "600": { + "ID": 600, + "GotoType": 6, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 1010401, + "UnlockID": 600 + }, + "700": { + "ID": 700, + "GotoType": 7, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 700 + }, + "800": { + "ID": 800, + "GotoType": 8, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 1010503, + "UnlockID": 800 + }, + "900": { + "ID": 900, + "GotoType": 9, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 900 + }, + "1000": { + "ID": 1000, + "GotoType": 10, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "1100": { + "ID": 1100, + "GotoType": 11, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "1200": { + "ID": 1200, + "GotoType": 12, + "ParamIntList": [], + "ParamStringList": [ + "OpenURL6", + "operation_feedback_url" + ], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "1300": { + "ID": 1300, + "GotoType": 13, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "1400": { + "ID": 1400, + "GotoType": 14, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 1400 + }, + "1500": { + "ID": 1500, + "GotoType": 15, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 1010503, + "UnlockID": 1500 + }, + "1600": { + "ID": 1600, + "GotoType": 16, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "1700": { + "ID": 1700, + "GotoType": 17, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "1800": { + "ID": 1800, + "GotoType": 18, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 1010301, + "UnlockID": 1800 + }, + "1900": { + "ID": 1900, + "GotoType": 19, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 1900 + }, + "2000": { + "ID": 2000, + "GotoType": 20, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "2100": { + "ID": 2100, + "GotoType": 21, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 2100 + }, + "2200": { + "ID": 2200, + "GotoType": 22, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "2300": { + "ID": 2300, + "GotoType": 23, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 2300 + }, + "2400": { + "ID": 2400, + "GotoType": 24, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 2400 + }, + "2500": { + "ID": 2500, + "GotoType": 25, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 2500 + }, + "2600": { + "ID": 2600, + "GotoType": 12, + "ParamIntList": [], + "ParamStringList": [ + "OpenURL7", + "custom_service_url" + ], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "2700": { + "ID": 2700, + "GotoType": 26, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "2800": { + "ID": 2800, + "GotoType": 27, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "2900": { + "ID": 2900, + "GotoType": 28, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "3000": { + "ID": 3000, + "GotoType": 29, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 3000 + }, + "3100": { + "ID": 3100, + "GotoType": 30, + "ParamIntList": [], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 3100 + }, + "201": { + "ID": 201, + "GotoType": 2, + "ParamIntList": [ + 1000001, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 1010301, + "UnlockID": 200 + }, + "202": { + "ID": 202, + "GotoType": 2, + "ParamIntList": [ + 1010101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 1010301, + "UnlockID": 200 + }, + "203": { + "ID": 203, + "GotoType": 2, + "ParamIntList": [ + 1010201, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 1010301, + "UnlockID": 200 + }, + "204": { + "ID": 204, + "GotoType": 2, + "ParamIntList": [ + 2010101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "205": { + "ID": 205, + "GotoType": 2, + "ParamIntList": [ + 2011101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "206": { + "ID": 206, + "GotoType": 2, + "ParamIntList": [ + 2012101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "207": { + "ID": 207, + "GotoType": 2, + "ParamIntList": [ + 2012201, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "208": { + "ID": 208, + "GotoType": 2, + "ParamIntList": [ + 2012301, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "209": { + "ID": 209, + "GotoType": 2, + "ParamIntList": [ + 2013101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "210": { + "ID": 210, + "GotoType": 2, + "ParamIntList": [ + 2013201, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "211": { + "ID": 211, + "GotoType": 2, + "ParamIntList": [ + 1000101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "212": { + "ID": 212, + "GotoType": 2, + "ParamIntList": [ + 2000101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "213": { + "ID": 213, + "GotoType": 2, + "ParamIntList": [ + 2000201, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "214": { + "ID": 214, + "GotoType": 2, + "ParamIntList": [ + 2000301, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "215": { + "ID": 215, + "GotoType": 2, + "ParamIntList": [ + 1000102, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "216": { + "ID": 216, + "GotoType": 2, + "ParamIntList": [ + 2013401, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "217": { + "ID": 217, + "GotoType": 2, + "ParamIntList": [ + 1000001, + 2215 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "218": { + "ID": 218, + "GotoType": 2, + "ParamIntList": [ + 1010201, + 2206 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 200 + }, + "301": { + "ID": 301, + "GotoType": 3, + "ParamIntList": [ + 2 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "302": { + "ID": 302, + "GotoType": 3, + "ParamIntList": [ + 5 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "404": { + "ID": 404, + "GotoType": 4, + "ParamIntList": [ + 0, + 1 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 400 + }, + "405": { + "ID": 405, + "GotoType": 4, + "ParamIntList": [ + 0, + 2 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 9906 + }, + "406": { + "ID": 406, + "GotoType": 4, + "ParamIntList": [ + 0, + 3 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 400 + }, + "407": { + "ID": 407, + "GotoType": 4, + "ParamIntList": [ + 0, + 5 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 400 + }, + "505": { + "ID": 505, + "GotoType": 5, + "ParamIntList": [ + 2 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 0 + }, + "601": { + "ID": 601, + "GotoType": 6, + "ParamIntList": [ + 1, + 101 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 600 + }, + "602": { + "ID": 602, + "GotoType": 6, + "ParamIntList": [ + 1, + 102 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 600 + }, + "603": { + "ID": 603, + "GotoType": 6, + "ParamIntList": [ + 1, + 999 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 600 + }, + "604": { + "ID": 604, + "GotoType": 6, + "ParamIntList": [ + 1, + 504 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 604 + }, + "605": { + "ID": 605, + "GotoType": 6, + "ParamIntList": [ + 1, + 998 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 600 + }, + "607": { + "ID": 607, + "GotoType": 6, + "ParamIntList": [ + 1, + 504 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 607 + }, + "701": { + "ID": 701, + "GotoType": 7, + "ParamIntList": [ + 1 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 700 + }, + "702": { + "ID": 702, + "GotoType": 7, + "ParamIntList": [ + 2 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 700 + }, + "703": { + "ID": 703, + "GotoType": 7, + "ParamIntList": [ + 3 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 700 + }, + "1501": { + "ID": 1501, + "GotoType": 15, + "ParamIntList": [ + 1 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 1500 + }, + "1502": { + "ID": 1502, + "GotoType": 15, + "ParamIntList": [ + 2 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 1500 + }, + "1503": { + "ID": 1503, + "GotoType": 15, + "ParamIntList": [ + 3 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 1500 + }, + "21001": { + "ID": 21001, + "GotoType": 2, + "ParamIntList": [ + 2011101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 21001 + }, + "21002": { + "ID": 21002, + "GotoType": 2, + "ParamIntList": [ + 2012201, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 21002 + }, + "21003": { + "ID": 21003, + "GotoType": 2, + "ParamIntList": [ + 2012301, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 21003 + }, + "21004": { + "ID": 21004, + "GotoType": 2, + "ParamIntList": [ + 2013201, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 21004 + }, + "22001": { + "ID": 22001, + "GotoType": 2, + "ParamIntList": [ + 2010101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 22001 + }, + "22002": { + "ID": 22002, + "GotoType": 2, + "ParamIntList": [ + 2011101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 22002 + }, + "22003": { + "ID": 22003, + "GotoType": 2, + "ParamIntList": [ + 2012101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 22003 + }, + "22004": { + "ID": 22004, + "GotoType": 2, + "ParamIntList": [ + 2012201, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 22004 + }, + "22005": { + "ID": 22005, + "GotoType": 2, + "ParamIntList": [ + 2012301, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 22005 + }, + "22006": { + "ID": 22006, + "GotoType": 2, + "ParamIntList": [ + 2013101, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 22006 + }, + "22007": { + "ID": 22007, + "GotoType": 2, + "ParamIntList": [ + 2013201, + 0 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 22007 + }, + "23001": { + "ID": 23001, + "GotoType": 2, + "ParamIntList": [ + 2012101, + 1105 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23001 + }, + "23002": { + "ID": 23002, + "GotoType": 2, + "ParamIntList": [ + 2000101, + 1104 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23002 + }, + "23003": { + "ID": 23003, + "GotoType": 2, + "ParamIntList": [ + 2012301, + 1106 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23003 + }, + "23004": { + "ID": 23004, + "GotoType": 2, + "ParamIntList": [ + 2011101, + 1103 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23004 + }, + "23005": { + "ID": 23005, + "GotoType": 2, + "ParamIntList": [ + 2000301, + 1102 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23005 + }, + "23006": { + "ID": 23006, + "GotoType": 2, + "ParamIntList": [ + 2013201, + 1107 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23006 + }, + "23007": { + "ID": 23007, + "GotoType": 2, + "ParamIntList": [ + 2000201, + 1101 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23007 + }, + "23008": { + "ID": 23008, + "GotoType": 2, + "ParamIntList": [ + 2010101, + 1001 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23008 + }, + "23009": { + "ID": 23009, + "GotoType": 2, + "ParamIntList": [ + 2011101, + 1002 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23009 + }, + "23010": { + "ID": 23010, + "GotoType": 2, + "ParamIntList": [ + 2012101, + 1003 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23010 + }, + "23101": { + "ID": 23101, + "GotoType": 2, + "ParamIntList": [ + 2000101, + 1004 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23101 + }, + "23102": { + "ID": 23102, + "GotoType": 2, + "ParamIntList": [ + 2000301, + 1005 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23102 + }, + "23103": { + "ID": 23103, + "GotoType": 2, + "ParamIntList": [ + 2010101, + 1006 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23103 + }, + "23104": { + "ID": 23104, + "GotoType": 2, + "ParamIntList": [ + 2011101, + 1007 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23104 + }, + "23105": { + "ID": 23105, + "GotoType": 2, + "ParamIntList": [ + 2012201, + 1008 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23105 + }, + "23106": { + "ID": 23106, + "GotoType": 2, + "ParamIntList": [ + 2012301, + 1009 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23106 + }, + "23107": { + "ID": 23107, + "GotoType": 2, + "ParamIntList": [ + 2013101, + 1010 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23107 + }, + "23108": { + "ID": 23108, + "GotoType": 2, + "ParamIntList": [ + 2000201, + 1201 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23108 + }, + "23109": { + "ID": 23109, + "GotoType": 2, + "ParamIntList": [ + 2012101, + 1202 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23109 + }, + "23110": { + "ID": 23110, + "GotoType": 2, + "ParamIntList": [ + 2012201, + 1203 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23110 + }, + "23111": { + "ID": 23111, + "GotoType": 2, + "ParamIntList": [ + 2013101, + 1204 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23111 + }, + "23112": { + "ID": 23112, + "GotoType": 2, + "ParamIntList": [ + 2013201, + 1205 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23112 + }, + "23113": { + "ID": 23113, + "GotoType": 2, + "ParamIntList": [ + 2013401, + 1206 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 23113 + }, + "24001": { + "ID": 24001, + "GotoType": 2, + "ParamIntList": [ + 2000301, + 1301 + ], + "ParamStringList": [], + "UnlockMainMission": 0, + "UnlockID": 24001 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/GuideResExcelTable.json b/CrepePackage/src/data/excel/GuideResExcelTable.json new file mode 100644 index 0000000..9b8d598 --- /dev/null +++ b/CrepePackage/src/data/excel/GuideResExcelTable.json @@ -0,0 +1,22 @@ +{ + "1": { + "ID": 1, + "PrefabPath": "UI/Guide/GuideArrow.prefab" + }, + "2": { + "ID": 2, + "PrefabPath": "UI/Guide/GuideMessage.prefab" + }, + "3": { + "ID": 3, + "PrefabPath": "UI/Guide/GuideTips.prefab" + }, + "4": { + "ID": 4, + "PrefabPath": "UI/Guide/GuideArrowTips.prefab" + }, + "5": { + "ID": 5, + "PrefabPath": "UI/Guide/GuideMessageNoIcon.prefab" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/HPShowRuleExcelTable.json b/CrepePackage/src/data/excel/HPShowRuleExcelTable.json new file mode 100644 index 0000000..21ba851 --- /dev/null +++ b/CrepePackage/src/data/excel/HPShowRuleExcelTable.json @@ -0,0 +1,20 @@ +{ + "1": { + "ID": 1, + "Max": 0.3, + "Color": "#e23977ff", + "IsDanger": true + }, + "2": { + "ID": 2, + "Max": 0.7, + "Color": "#d6e5fcff", + "IsDanger": false + }, + "3": { + "ID": 3, + "Max": 1.0, + "Color": "#d6e5fcff", + "IsDanger": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/HardLevelGroupExcelTable.json b/CrepePackage/src/data/excel/HardLevelGroupExcelTable.json new file mode 100644 index 0000000..9133d4a --- /dev/null +++ b/CrepePackage/src/data/excel/HardLevelGroupExcelTable.json @@ -0,0 +1,7802 @@ +{ + "1:1": { + "HardLevelGroup": 1, + "Level": 1, + "AttackRatio": { + "RawValue": 2576980380 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 3865470570 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:2": { + "HardLevelGroup": 1, + "Level": 2, + "AttackRatio": { + "RawValue": 3035777378 + }, + "DefenceRatio": { + "RawValue": 4499489344 + }, + "HPRatio": { + "RawValue": 4221093864 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:3": { + "HardLevelGroup": 1, + "Level": 3, + "AttackRatio": { + "RawValue": 3533340752 + }, + "DefenceRatio": { + "RawValue": 4704011392 + }, + "HPRatio": { + "RawValue": 4583589097 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:4": { + "HardLevelGroup": 1, + "Level": 4, + "AttackRatio": { + "RawValue": 4902778185 + }, + "DefenceRatio": { + "RawValue": 4908533443 + }, + "HPRatio": { + "RawValue": 6291066236 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:5": { + "HardLevelGroup": 1, + "Level": 5, + "AttackRatio": { + "RawValue": 5265909079 + }, + "DefenceRatio": { + "RawValue": 5113055491 + }, + "HPRatio": { + "RawValue": 6710504151 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 2783138807808 + }, + { + "RawValue": 1408749273088 + }, + { + "RawValue": 2611340115968 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:6": { + "HardLevelGroup": 1, + "Level": 6, + "AttackRatio": { + "RawValue": 5559633304 + }, + "DefenceRatio": { + "RawValue": 5317577536 + }, + "HPRatio": { + "RawValue": 7137694487 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 2972117368832 + }, + { + "RawValue": 1408749273088 + }, + { + "RawValue": 2765958938624 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:7": { + "HardLevelGroup": 1, + "Level": 7, + "AttackRatio": { + "RawValue": 5936383541 + }, + "DefenceRatio": { + "RawValue": 5522099584 + }, + "HPRatio": { + "RawValue": 7572650117 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3143916060672 + }, + { + "RawValue": 1425929142272 + }, + { + "RawValue": 2920577761280 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:8": { + "HardLevelGroup": 1, + "Level": 8, + "AttackRatio": { + "RawValue": 6235381987 + }, + "DefenceRatio": { + "RawValue": 5726621632 + }, + "HPRatio": { + "RawValue": 8015379640 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3332894621696 + }, + { + "RawValue": 1425929142272 + }, + { + "RawValue": 3075196583936 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:9": { + "HardLevelGroup": 1, + "Level": 9, + "AttackRatio": { + "RawValue": 6534895824 + }, + "DefenceRatio": { + "RawValue": 5931143683 + }, + "HPRatio": { + "RawValue": 8465891646 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3521873182720 + }, + { + "RawValue": 1425929142272 + }, + { + "RawValue": 3246995275776 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:10": { + "HardLevelGroup": 1, + "Level": 10, + "AttackRatio": { + "RawValue": 6834894996 + }, + "DefenceRatio": { + "RawValue": 6135665728 + }, + "HPRatio": { + "RawValue": 8924194718 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3710851743744 + }, + { + "RawValue": 1443109011456 + }, + { + "RawValue": 3401614098432 + }, + { + "RawValue": 1116691496960 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:11": { + "HardLevelGroup": 1, + "Level": 11, + "AttackRatio": { + "RawValue": 8009173416 + }, + "DefenceRatio": { + "RawValue": 6340187776 + }, + "HPRatio": { + "RawValue": 10120154133 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3917010173952 + }, + { + "RawValue": 1443109011456 + }, + { + "RawValue": 3556232921088 + }, + { + "RawValue": 1357209665536 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:12": { + "HardLevelGroup": 1, + "Level": 12, + "AttackRatio": { + "RawValue": 9183451829 + }, + "DefenceRatio": { + "RawValue": 6544714119 + }, + "HPRatio": { + "RawValue": 11316113548 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4105988734976 + }, + { + "RawValue": 1460288880640 + }, + { + "RawValue": 3728031612928 + }, + { + "RawValue": 1597727834112 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:13": { + "HardLevelGroup": 1, + "Level": 13, + "AttackRatio": { + "RawValue": 10357730252 + }, + "DefenceRatio": { + "RawValue": 6749236167 + }, + "HPRatio": { + "RawValue": 12512068668 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4312147165184 + }, + { + "RawValue": 1460288880640 + }, + { + "RawValue": 3882650435584 + }, + { + "RawValue": 1821066133504 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:14": { + "HardLevelGroup": 1, + "Level": 14, + "AttackRatio": { + "RawValue": 11532008666 + }, + "DefenceRatio": { + "RawValue": 6953758212 + }, + "HPRatio": { + "RawValue": 13708028079 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4501125726208 + }, + { + "RawValue": 1477468749824 + }, + { + "RawValue": 4054449127424 + }, + { + "RawValue": 2061584302080 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:15": { + "HardLevelGroup": 1, + "Level": 15, + "AttackRatio": { + "RawValue": 12706287086 + }, + "DefenceRatio": { + "RawValue": 7158280263 + }, + "HPRatio": { + "RawValue": 14903987491 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4707284156416 + }, + { + "RawValue": 1477468749824 + }, + { + "RawValue": 4209067950080 + }, + { + "RawValue": 2302102470656 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:16": { + "HardLevelGroup": 1, + "Level": 16, + "AttackRatio": { + "RawValue": 13880565505 + }, + "DefenceRatio": { + "RawValue": 7362802311 + }, + "HPRatio": { + "RawValue": 16099946906 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4913442586624 + }, + { + "RawValue": 1494648619008 + }, + { + "RawValue": 4380866641920 + }, + { + "RawValue": 2559800508416 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:17": { + "HardLevelGroup": 1, + "Level": 17, + "AttackRatio": { + "RawValue": 15054843922 + }, + "DefenceRatio": { + "RawValue": 7567324359 + }, + "HPRatio": { + "RawValue": 17295902019 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 5102421147648 + }, + { + "RawValue": 1494648619008 + }, + { + "RawValue": 4552665333760 + }, + { + "RawValue": 2800318676992 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:18": { + "HardLevelGroup": 1, + "Level": 18, + "AttackRatio": { + "RawValue": 16229122342 + }, + "DefenceRatio": { + "RawValue": 7771846404 + }, + "HPRatio": { + "RawValue": 18491861437 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 5308579577856 + }, + { + "RawValue": 1494648619008 + }, + { + "RawValue": 4724464025600 + }, + { + "RawValue": 3040836845568 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:19": { + "HardLevelGroup": 1, + "Level": 19, + "AttackRatio": { + "RawValue": 17403400758 + }, + "DefenceRatio": { + "RawValue": 7976368452 + }, + "HPRatio": { + "RawValue": 19687820852 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 5514738008064 + }, + { + "RawValue": 1511828488192 + }, + { + "RawValue": 4896262717440 + }, + { + "RawValue": 3298534883328 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:20": { + "HardLevelGroup": 1, + "Level": 20, + "AttackRatio": { + "RawValue": 18577679178 + }, + "DefenceRatio": { + "RawValue": 8180890503 + }, + "HPRatio": { + "RawValue": 20883780267 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 5738076307456 + }, + { + "RawValue": 1511828488192 + }, + { + "RawValue": 5068061409280 + }, + { + "RawValue": 3556232921088 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:21": { + "HardLevelGroup": 1, + "Level": 21, + "AttackRatio": { + "RawValue": 20083357272 + }, + "DefenceRatio": { + "RawValue": 8385412551 + }, + "HPRatio": { + "RawValue": 22407475744 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 7765300871168 + }, + { + "RawValue": 1529008357376 + }, + { + "RawValue": 6992206757888 + }, + { + "RawValue": 3693671874560 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:22": { + "HardLevelGroup": 1, + "Level": 22, + "AttackRatio": { + "RawValue": 21589039663 + }, + "DefenceRatio": { + "RawValue": 8589934592 + }, + "HPRatio": { + "RawValue": 23931166936 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 7988639170560 + }, + { + "RawValue": 1529008357376 + }, + { + "RawValue": 7181185318912 + }, + { + "RawValue": 3831110828032 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:23": { + "HardLevelGroup": 1, + "Level": 23, + "AttackRatio": { + "RawValue": 23094722052 + }, + "DefenceRatio": { + "RawValue": 8794456640 + }, + "HPRatio": { + "RawValue": 25454862420 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 8211977469952 + }, + { + "RawValue": 1546188226560 + }, + { + "RawValue": 7370163879936 + }, + { + "RawValue": 3968549781504 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:24": { + "HardLevelGroup": 1, + "Level": 24, + "AttackRatio": { + "RawValue": 24600400149 + }, + "DefenceRatio": { + "RawValue": 8998978688 + }, + "HPRatio": { + "RawValue": 26978557900 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 8435315769344 + }, + { + "RawValue": 1546188226560 + }, + { + "RawValue": 7559142440960 + }, + { + "RawValue": 4105988734976 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:25": { + "HardLevelGroup": 1, + "Level": 25, + "AttackRatio": { + "RawValue": 26106082537 + }, + "DefenceRatio": { + "RawValue": 9203500739 + }, + "HPRatio": { + "RawValue": 28502253384 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 8675833937920 + }, + { + "RawValue": 1546188226560 + }, + { + "RawValue": 7748121001984 + }, + { + "RawValue": 4243427688448 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:26": { + "HardLevelGroup": 1, + "Level": 26, + "AttackRatio": { + "RawValue": 27611760634 + }, + "DefenceRatio": { + "RawValue": 9408022787 + }, + "HPRatio": { + "RawValue": 30025948871 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 8899172237312 + }, + { + "RawValue": 1563368095744 + }, + { + "RawValue": 7937099563008 + }, + { + "RawValue": 4380866641920 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:27": { + "HardLevelGroup": 1, + "Level": 27, + "AttackRatio": { + "RawValue": 29117443023 + }, + "DefenceRatio": { + "RawValue": 9612544832 + }, + "HPRatio": { + "RawValue": 31549644348 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 9122510536704 + }, + { + "RawValue": 1563368095744 + }, + { + "RawValue": 8126078124032 + }, + { + "RawValue": 4535485464576 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:28": { + "HardLevelGroup": 1, + "Level": 28, + "AttackRatio": { + "RawValue": 30623121116 + }, + "DefenceRatio": { + "RawValue": 9817066880 + }, + "HPRatio": { + "RawValue": 33073335540 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 9363028705280 + }, + { + "RawValue": 1580547964928 + }, + { + "RawValue": 8315056685056 + }, + { + "RawValue": 4672924418048 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:29": { + "HardLevelGroup": 1, + "Level": 29, + "AttackRatio": { + "RawValue": 32128803511 + }, + "DefenceRatio": { + "RawValue": 10021588928 + }, + "HPRatio": { + "RawValue": 34597031017 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 9603546873856 + }, + { + "RawValue": 1580547964928 + }, + { + "RawValue": 8521215115264 + }, + { + "RawValue": 4827543240704 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:30": { + "HardLevelGroup": 1, + "Level": 30, + "AttackRatio": { + "RawValue": 33634481605 + }, + "DefenceRatio": { + "RawValue": 10226110979 + }, + "HPRatio": { + "RawValue": 36120726501 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 9826885173248 + }, + { + "RawValue": 3813930958848 + }, + { + "RawValue": 9191230013440 + }, + { + "RawValue": 4964982194176 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:31": { + "HardLevelGroup": 1, + "Level": 31, + "AttackRatio": { + "RawValue": 35140163993 + }, + "DefenceRatio": { + "RawValue": 10430633024 + }, + "HPRatio": { + "RawValue": 37644421988 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 10067403341824 + }, + { + "RawValue": 3831110828032 + }, + { + "RawValue": 9380208574464 + }, + { + "RawValue": 5136780886016 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:32": { + "HardLevelGroup": 1, + "Level": 32, + "AttackRatio": { + "RawValue": 36645842090 + }, + "DefenceRatio": { + "RawValue": 10635155072 + }, + "HPRatio": { + "RawValue": 39168117465 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 10307921510400 + }, + { + "RawValue": 3848290697216 + }, + { + "RawValue": 9586367004672 + }, + { + "RawValue": 5308579577856 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:33": { + "HardLevelGroup": 1, + "Level": 33, + "AttackRatio": { + "RawValue": 38151524482 + }, + "DefenceRatio": { + "RawValue": 10839681415 + }, + "HPRatio": { + "RawValue": 40691812949 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 10548439678976 + }, + { + "RawValue": 3865470566400 + }, + { + "RawValue": 9792525434880 + }, + { + "RawValue": 5497558138880 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:34": { + "HardLevelGroup": 1, + "Level": 34, + "AttackRatio": { + "RawValue": 39657206867 + }, + "DefenceRatio": { + "RawValue": 11044203463 + }, + "HPRatio": { + "RawValue": 42215508433 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 10788957847552 + }, + { + "RawValue": 3882650435584 + }, + { + "RawValue": 9998683865088 + }, + { + "RawValue": 5669356830720 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:35": { + "HardLevelGroup": 1, + "Level": 35, + "AttackRatio": { + "RawValue": 41162884967 + }, + "DefenceRatio": { + "RawValue": 11248725508 + }, + "HPRatio": { + "RawValue": 43739199621 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 11046655885312 + }, + { + "RawValue": 3899830304768 + }, + { + "RawValue": 10204842295296 + }, + { + "RawValue": 5841155522560 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:36": { + "HardLevelGroup": 1, + "Level": 36, + "AttackRatio": { + "RawValue": 42668567356 + }, + "DefenceRatio": { + "RawValue": 11453247559 + }, + "HPRatio": { + "RawValue": 45262895105 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 11287174053888 + }, + { + "RawValue": 3934190043136 + }, + { + "RawValue": 10411000725504 + }, + { + "RawValue": 6030134083584 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:37": { + "HardLevelGroup": 1, + "Level": 37, + "AttackRatio": { + "RawValue": 44174245446 + }, + "DefenceRatio": { + "RawValue": 11657769607 + }, + "HPRatio": { + "RawValue": 46786590589 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 11527692222464 + }, + { + "RawValue": 3951369912320 + }, + { + "RawValue": 10617159155712 + }, + { + "RawValue": 6201932775424 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:38": { + "HardLevelGroup": 1, + "Level": 38, + "AttackRatio": { + "RawValue": 45679927841 + }, + "DefenceRatio": { + "RawValue": 11862291655 + }, + "HPRatio": { + "RawValue": 48310286066 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 11785390260224 + }, + { + "RawValue": 3968549781504 + }, + { + "RawValue": 10823317585920 + }, + { + "RawValue": 6390911336448 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:39": { + "HardLevelGroup": 1, + "Level": 39, + "AttackRatio": { + "RawValue": 47185605935 + }, + "DefenceRatio": { + "RawValue": 12066813700 + }, + "HPRatio": { + "RawValue": 49833981556 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 12043088297984 + }, + { + "RawValue": 3985729650688 + }, + { + "RawValue": 11046655885312 + }, + { + "RawValue": 6579889897472 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:40": { + "HardLevelGroup": 1, + "Level": 40, + "AttackRatio": { + "RawValue": 48691288323 + }, + "DefenceRatio": { + "RawValue": 12271335748 + }, + "HPRatio": { + "RawValue": 51357677037 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 12300786335744 + }, + { + "RawValue": 4002909519872 + }, + { + "RawValue": 11252814315520 + }, + { + "RawValue": 7095285972992 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:41": { + "HardLevelGroup": 1, + "Level": 41, + "AttackRatio": { + "RawValue": 51573030990 + }, + "DefenceRatio": { + "RawValue": 12475857799 + }, + "HPRatio": { + "RawValue": 55902547002 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 14551349198848 + }, + { + "RawValue": 4020089389056 + }, + { + "RawValue": 13400297963520 + }, + { + "RawValue": 7473243095040 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:42": { + "HardLevelGroup": 1, + "Level": 42, + "AttackRatio": { + "RawValue": 54454777953 + }, + "DefenceRatio": { + "RawValue": 12680379847 + }, + "HPRatio": { + "RawValue": 60447421263 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 14826227105792 + }, + { + "RawValue": 4037269258240 + }, + { + "RawValue": 13623636262912 + }, + { + "RawValue": 7851200217088 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:43": { + "HardLevelGroup": 1, + "Level": 43, + "AttackRatio": { + "RawValue": 57336524912 + }, + "DefenceRatio": { + "RawValue": 12884901888 + }, + "HPRatio": { + "RawValue": 64992291235 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 15083925143552 + }, + { + "RawValue": 4054449127424 + }, + { + "RawValue": 13846974562304 + }, + { + "RawValue": 8229157339136 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:44": { + "HardLevelGroup": 1, + "Level": 44, + "AttackRatio": { + "RawValue": 60218267582 + }, + "DefenceRatio": { + "RawValue": 13089423936 + }, + "HPRatio": { + "RawValue": 69537165499 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 15358803050496 + }, + { + "RawValue": 4071628996608 + }, + { + "RawValue": 14070312861696 + }, + { + "RawValue": 8607114461184 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:45": { + "HardLevelGroup": 1, + "Level": 45, + "AttackRatio": { + "RawValue": 63100014545 + }, + "DefenceRatio": { + "RawValue": 13293945984 + }, + "HPRatio": { + "RawValue": 74082039760 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 15633680957440 + }, + { + "RawValue": 4088808865792 + }, + { + "RawValue": 14310831030272 + }, + { + "RawValue": 9122510536704 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:46": { + "HardLevelGroup": 1, + "Level": 46, + "AttackRatio": { + "RawValue": 65981761507 + }, + "DefenceRatio": { + "RawValue": 13498468035 + }, + "HPRatio": { + "RawValue": 78626909729 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 15908558864384 + }, + { + "RawValue": 4105988734976 + }, + { + "RawValue": 14534169329664 + }, + { + "RawValue": 9655086481408 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:47": { + "HardLevelGroup": 1, + "Level": 47, + "AttackRatio": { + "RawValue": 68863504171 + }, + "DefenceRatio": { + "RawValue": 13702990083 + }, + "HPRatio": { + "RawValue": 83171783993 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 16183436771328 + }, + { + "RawValue": 4123168604160 + }, + { + "RawValue": 14774687498240 + }, + { + "RawValue": 10204842295296 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:48": { + "HardLevelGroup": 1, + "Level": 48, + "AttackRatio": { + "RawValue": 71745251137 + }, + "DefenceRatio": { + "RawValue": 13907512128 + }, + "HPRatio": { + "RawValue": 87716658254 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 16458314678272 + }, + { + "RawValue": 4140348473344 + }, + { + "RawValue": 14998025797632 + }, + { + "RawValue": 10771777978368 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:49": { + "HardLevelGroup": 1, + "Level": 49, + "AttackRatio": { + "RawValue": 74626998096 + }, + "DefenceRatio": { + "RawValue": 14112034176 + }, + "HPRatio": { + "RawValue": 92261528223 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 16733192585216 + }, + { + "RawValue": 4157528342528 + }, + { + "RawValue": 15238543966208 + }, + { + "RawValue": 11355893530624 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:50": { + "HardLevelGroup": 1, + "Level": 50, + "AttackRatio": { + "RawValue": 77508740760 + }, + "DefenceRatio": { + "RawValue": 14316556224 + }, + "HPRatio": { + "RawValue": 96806402487 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 17025250361344 + }, + { + "RawValue": 7301444403200 + }, + { + "RawValue": 15479062134784 + }, + { + "RawValue": 11957188952064 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "1:51": { + "HardLevelGroup": 1, + "Level": 51, + "AttackRatio": { + "RawValue": 82003243651 + }, + "DefenceRatio": { + "RawValue": 14521078275 + }, + "HPRatio": { + "RawValue": 106530715252 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 19396072308736 + }, + { + "RawValue": 7335804141568 + }, + { + "RawValue": 17729624997888 + }, + { + "RawValue": 12575664242688 + } + ], + "StatusProbability": { + "RawValue": 21474835 + }, + "StatusResistance": { + "RawValue": 17179868 + } + }, + "1:52": { + "HardLevelGroup": 1, + "Level": 52, + "AttackRatio": { + "RawValue": 86497746533 + }, + "DefenceRatio": { + "RawValue": 14725600320 + }, + "HPRatio": { + "RawValue": 116255028013 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 19688130084864 + }, + { + "RawValue": 7370163879936 + }, + { + "RawValue": 17970143166464 + }, + { + "RawValue": 13194139533312 + } + ], + "StatusProbability": { + "RawValue": 42949673 + }, + "StatusResistance": { + "RawValue": 34359736 + } + }, + "1:53": { + "HardLevelGroup": 1, + "Level": 53, + "AttackRatio": { + "RawValue": 90992249424 + }, + "DefenceRatio": { + "RawValue": 14930122368 + }, + "HPRatio": { + "RawValue": 125979340781 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 19997367730176 + }, + { + "RawValue": 7404523618304 + }, + { + "RawValue": 18227841204224 + }, + { + "RawValue": 13846974562304 + } + ], + "StatusProbability": { + "RawValue": 64424508 + }, + "StatusResistance": { + "RawValue": 51539607 + } + }, + "1:54": { + "HardLevelGroup": 1, + "Level": 54, + "AttackRatio": { + "RawValue": 95486752309 + }, + "DefenceRatio": { + "RawValue": 15134648711 + }, + "HPRatio": { + "RawValue": 135703653546 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 20289425506304 + }, + { + "RawValue": 7438883356672 + }, + { + "RawValue": 18485539241984 + }, + { + "RawValue": 14499809591296 + } + ], + "StatusProbability": { + "RawValue": 85899346 + }, + "StatusResistance": { + "RawValue": 68719475 + } + }, + "1:55": { + "HardLevelGroup": 1, + "Level": 55, + "AttackRatio": { + "RawValue": 99981259489 + }, + "DefenceRatio": { + "RawValue": 15339170759 + }, + "HPRatio": { + "RawValue": 145427966311 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 20581483282432 + }, + { + "RawValue": 7473243095040 + }, + { + "RawValue": 18726057410560 + }, + { + "RawValue": 15187004358656 + } + ], + "StatusProbability": { + "RawValue": 107374181 + }, + "StatusResistance": { + "RawValue": 85899346 + } + }, + "1:56": { + "HardLevelGroup": 1, + "Level": 56, + "AttackRatio": { + "RawValue": 104475762377 + }, + "DefenceRatio": { + "RawValue": 15543692804 + }, + "HPRatio": { + "RawValue": 155152279069 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 20890720927744 + }, + { + "RawValue": 7490422964224 + }, + { + "RawValue": 18983755448320 + }, + { + "RawValue": 15874199126016 + } + ], + "StatusProbability": { + "RawValue": 128849019 + }, + "StatusResistance": { + "RawValue": 103079214 + } + }, + "1:57": { + "HardLevelGroup": 1, + "Level": 57, + "AttackRatio": { + "RawValue": 108970265265 + }, + "DefenceRatio": { + "RawValue": 15748214855 + }, + "HPRatio": { + "RawValue": 164876591834 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 21182778703872 + }, + { + "RawValue": 7524782702592 + }, + { + "RawValue": 19241453486080 + }, + { + "RawValue": 16595753631744 + } + ], + "StatusProbability": { + "RawValue": 150323854 + }, + "StatusResistance": { + "RawValue": 120259082 + } + }, + "1:58": { + "HardLevelGroup": 1, + "Level": 58, + "AttackRatio": { + "RawValue": 113464768150 + }, + "DefenceRatio": { + "RawValue": 15952736903 + }, + "HPRatio": { + "RawValue": 174600904602 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 21492016349184 + }, + { + "RawValue": 7559142440960 + }, + { + "RawValue": 19499151523840 + }, + { + "RawValue": 17317308137472 + } + ], + "StatusProbability": { + "RawValue": 171798692 + }, + "StatusResistance": { + "RawValue": 137438953 + } + }, + "1:59": { + "HardLevelGroup": 1, + "Level": 59, + "AttackRatio": { + "RawValue": 117959271038 + }, + "DefenceRatio": { + "RawValue": 16157258951 + }, + "HPRatio": { + "RawValue": 184325217367 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 21801253994496 + }, + { + "RawValue": 7593502179328 + }, + { + "RawValue": 19756849561600 + }, + { + "RawValue": 18056042512384 + } + ], + "StatusProbability": { + "RawValue": 193273527 + }, + "StatusResistance": { + "RawValue": 154618821 + } + }, + "1:60": { + "HardLevelGroup": 1, + "Level": 60, + "AttackRatio": { + "RawValue": 122453773929 + }, + "DefenceRatio": { + "RawValue": 16361780996 + }, + "HPRatio": { + "RawValue": 194049530131 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 22110491639808 + }, + { + "RawValue": 10892037062656 + }, + { + "RawValue": 20014547599360 + }, + { + "RawValue": 18811956756480 + } + ], + "StatusProbability": { + "RawValue": 214748365 + }, + "StatusResistance": { + "RawValue": 171798692 + } + }, + "1:61": { + "HardLevelGroup": 1, + "Level": 61, + "AttackRatio": { + "RawValue": 128166561465 + }, + "DefenceRatio": { + "RawValue": 16566303044 + }, + "HPRatio": { + "RawValue": 212997718956 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24601572671488 + }, + { + "RawValue": 10943576670208 + }, + { + "RawValue": 22385369546752 + }, + { + "RawValue": 19567871000576 + } + ], + "StatusProbability": { + "RawValue": 236223200 + }, + "StatusResistance": { + "RawValue": 188978560 + } + }, + "1:62": { + "HardLevelGroup": 1, + "Level": 62, + "AttackRatio": { + "RawValue": 133879349003 + }, + "DefenceRatio": { + "RawValue": 16770825095 + }, + "HPRatio": { + "RawValue": 231945912069 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24927990185984 + }, + { + "RawValue": 10977936408576 + }, + { + "RawValue": 22643067584512 + }, + { + "RawValue": 20340965113856 + } + ], + "StatusProbability": { + "RawValue": 257698038 + }, + "StatusResistance": { + "RawValue": 206158428 + } + }, + "1:63": { + "HardLevelGroup": 1, + "Level": 63, + "AttackRatio": { + "RawValue": 139592136545 + }, + "DefenceRatio": { + "RawValue": 16975347143 + }, + "HPRatio": { + "RawValue": 250894100897 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 25254407700480 + }, + { + "RawValue": 11029476016128 + }, + { + "RawValue": 22917945491456 + }, + { + "RawValue": 21114059227136 + } + ], + "StatusProbability": { + "RawValue": 279172873 + }, + "StatusResistance": { + "RawValue": 223338299 + } + }, + "1:64": { + "HardLevelGroup": 1, + "Level": 64, + "AttackRatio": { + "RawValue": 145304924087 + }, + "DefenceRatio": { + "RawValue": 17179869184 + }, + "HPRatio": { + "RawValue": 269842294017 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 25563645345792 + }, + { + "RawValue": 11063835754496 + }, + { + "RawValue": 23192823398400 + }, + { + "RawValue": 21887153340416 + } + ], + "StatusProbability": { + "RawValue": 300647711 + }, + "StatusResistance": { + "RawValue": 240518167 + } + }, + "1:65": { + "HardLevelGroup": 1, + "Level": 65, + "AttackRatio": { + "RawValue": 151017711625 + }, + "DefenceRatio": { + "RawValue": 17384391232 + }, + "HPRatio": { + "RawValue": 288790482838 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 25890062860288 + }, + { + "RawValue": 11115375362048 + }, + { + "RawValue": 23467701305344 + }, + { + "RawValue": 23244363005952 + } + ], + "StatusProbability": { + "RawValue": 322122546 + }, + "StatusResistance": { + "RawValue": 257698038 + } + }, + "1:66": { + "HardLevelGroup": 1, + "Level": 66, + "AttackRatio": { + "RawValue": 156730499167 + }, + "DefenceRatio": { + "RawValue": 17588913280 + }, + "HPRatio": { + "RawValue": 307738675964 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 26216480374784 + }, + { + "RawValue": 11166914969600 + }, + { + "RawValue": 23759759081472 + }, + { + "RawValue": 24635932409856 + } + ], + "StatusProbability": { + "RawValue": 343597384 + }, + "StatusResistance": { + "RawValue": 274877906 + } + }, + "1:67": { + "HardLevelGroup": 1, + "Level": 67, + "AttackRatio": { + "RawValue": 162443282414 + }, + "DefenceRatio": { + "RawValue": 17793435331 + }, + "HPRatio": { + "RawValue": 326686864782 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 26560077758464 + }, + { + "RawValue": 11201274707968 + }, + { + "RawValue": 24034636988416 + }, + { + "RawValue": 26079041421312 + } + ], + "StatusProbability": { + "RawValue": 365072219 + }, + "StatusResistance": { + "RawValue": 292057774 + } + }, + "1:68": { + "HardLevelGroup": 1, + "Level": 68, + "AttackRatio": { + "RawValue": 168156069952 + }, + "DefenceRatio": { + "RawValue": 17997957379 + }, + "HPRatio": { + "RawValue": 345635057902 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 26886495272960 + }, + { + "RawValue": 11252814315520 + }, + { + "RawValue": 24309514895360 + }, + { + "RawValue": 27556510171136 + } + ], + "StatusProbability": { + "RawValue": 386547057 + }, + "StatusResistance": { + "RawValue": 309237645 + } + }, + "1:69": { + "HardLevelGroup": 1, + "Level": 69, + "AttackRatio": { + "RawValue": 173868857494 + }, + "DefenceRatio": { + "RawValue": 18202479424 + }, + "HPRatio": { + "RawValue": 364583246727 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 27212912787456 + }, + { + "RawValue": 11287174053888 + }, + { + "RawValue": 24601572671488 + }, + { + "RawValue": 29085518528512 + } + ], + "StatusProbability": { + "RawValue": 408021892 + }, + "StatusResistance": { + "RawValue": 326417513 + } + }, + "1:70": { + "HardLevelGroup": 1, + "Level": 70, + "AttackRatio": { + "RawValue": 179581645030 + }, + "DefenceRatio": { + "RawValue": 18407001472 + }, + "HPRatio": { + "RawValue": 383531439846 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 27556510171136 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 24876450578432 + }, + { + "RawValue": 29858612641792 + } + ], + "StatusProbability": { + "RawValue": 429496730 + }, + "StatusResistance": { + "RawValue": 343597384 + } + }, + "1:71": { + "HardLevelGroup": 1, + "Level": 71, + "AttackRatio": { + "RawValue": 188795728565 + }, + "DefenceRatio": { + "RawValue": 18611523520 + }, + "HPRatio": { + "RawValue": 431077642639 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 30047591202816 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 27247272525824 + }, + { + "RawValue": 30511447670784 + } + ], + "StatusProbability": { + "RawValue": 450971565 + }, + "StatusResistance": { + "RawValue": 360777252 + } + }, + "1:72": { + "HardLevelGroup": 1, + "Level": 72, + "AttackRatio": { + "RawValue": 198009807804 + }, + "DefenceRatio": { + "RawValue": 18816045571 + }, + "HPRatio": { + "RawValue": 478623845435 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 30270929502208 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 27419071217664 + }, + { + "RawValue": 31147102830592 + } + ], + "StatusProbability": { + "RawValue": 472446403 + }, + "StatusResistance": { + "RawValue": 377957120 + } + }, + "1:73": { + "HardLevelGroup": 1, + "Level": 73, + "AttackRatio": { + "RawValue": 207223891336 + }, + "DefenceRatio": { + "RawValue": 19020567616 + }, + "HPRatio": { + "RawValue": 526170043933 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 30494267801600 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 27608049778688 + }, + { + "RawValue": 31799937859584 + } + ], + "StatusProbability": { + "RawValue": 493921238 + }, + "StatusResistance": { + "RawValue": 395136991 + } + }, + "1:74": { + "HardLevelGroup": 1, + "Level": 74, + "AttackRatio": { + "RawValue": 216437970579 + }, + "DefenceRatio": { + "RawValue": 19225089664 + }, + "HPRatio": { + "RawValue": 573716246729 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 30734785970176 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 27797028339712 + }, + { + "RawValue": 32452772888576 + } + ], + "StatusProbability": { + "RawValue": 515396076 + }, + "StatusResistance": { + "RawValue": 412316859 + } + }, + "1:75": { + "HardLevelGroup": 1, + "Level": 75, + "AttackRatio": { + "RawValue": 225652054111 + }, + "DefenceRatio": { + "RawValue": 19429616007 + }, + "HPRatio": { + "RawValue": 621262449525 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 30958124269568 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 27986006900736 + }, + { + "RawValue": 33191507263488 + } + ], + "StatusProbability": { + "RawValue": 536870911 + }, + "StatusResistance": { + "RawValue": 429496730 + } + }, + "1:76": { + "HardLevelGroup": 1, + "Level": 76, + "AttackRatio": { + "RawValue": 234866133351 + }, + "DefenceRatio": { + "RawValue": 19634138055 + }, + "HPRatio": { + "RawValue": 668808652318 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 31181462568960 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 28174985461760 + }, + { + "RawValue": 33930241638400 + } + ], + "StatusProbability": { + "RawValue": 558345749 + }, + "StatusResistance": { + "RawValue": 446676598 + } + }, + "1:77": { + "HardLevelGroup": 1, + "Level": 77, + "AttackRatio": { + "RawValue": 244080216886 + }, + "DefenceRatio": { + "RawValue": 19838660100 + }, + "HPRatio": { + "RawValue": 716354855114 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 31404800868352 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 28363964022784 + }, + { + "RawValue": 34668976013312 + } + ], + "StatusProbability": { + "RawValue": 579820584 + }, + "StatusResistance": { + "RawValue": 463856466 + } + }, + "1:78": { + "HardLevelGroup": 1, + "Level": 78, + "AttackRatio": { + "RawValue": 253294296129 + }, + "DefenceRatio": { + "RawValue": 20043182151 + }, + "HPRatio": { + "RawValue": 763901053615 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 31628139167744 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 28535762714624 + }, + { + "RawValue": 35407710388224 + } + ], + "StatusProbability": { + "RawValue": 601295422 + }, + "StatusResistance": { + "RawValue": 481036337 + } + }, + "1:79": { + "HardLevelGroup": 1, + "Level": 79, + "AttackRatio": { + "RawValue": 262508379660 + }, + "DefenceRatio": { + "RawValue": 20247704199 + }, + "HPRatio": { + "RawValue": 811447256411 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 31868657336320 + }, + { + "RawValue": 14740327759872 + }, + { + "RawValue": 28724741275648 + }, + { + "RawValue": 36146444763136 + } + ], + "StatusProbability": { + "RawValue": 622770257 + }, + "StatusResistance": { + "RawValue": 498216205 + } + }, + "1:80": { + "HardLevelGroup": 1, + "Level": 80, + "AttackRatio": { + "RawValue": 271722458897 + }, + "DefenceRatio": { + "RawValue": 20452226247 + }, + "HPRatio": { + "RawValue": 858993459200 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 644245095 + }, + "StatusResistance": { + "RawValue": 515396076 + } + }, + "1:81": { + "HardLevelGroup": 1, + "Level": 81, + "AttackRatio": { + "RawValue": 276241370084 + }, + "DefenceRatio": { + "RawValue": 20656748292 + }, + "HPRatio": { + "RawValue": 914828034048 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 665719930 + }, + "StatusResistance": { + "RawValue": 532575944 + } + }, + "1:82": { + "HardLevelGroup": 1, + "Level": 82, + "AttackRatio": { + "RawValue": 280797170744 + }, + "DefenceRatio": { + "RawValue": 20861270340 + }, + "HPRatio": { + "RawValue": 971500127518 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 687194768 + }, + "StatusResistance": { + "RawValue": 549755812 + } + }, + "1:83": { + "HardLevelGroup": 1, + "Level": 83, + "AttackRatio": { + "RawValue": 285389895237 + }, + "DefenceRatio": { + "RawValue": 21065792391 + }, + "HPRatio": { + "RawValue": 1029022302395 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 708669603 + }, + "StatusResistance": { + "RawValue": 566935683 + } + }, + "1:84": { + "HardLevelGroup": 1, + "Level": 84, + "AttackRatio": { + "RawValue": 290019590811 + }, + "DefenceRatio": { + "RawValue": 21270314439 + }, + "HPRatio": { + "RawValue": 1087407310428 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 730144441 + }, + "StatusResistance": { + "RawValue": 584115551 + } + }, + "1:85": { + "HardLevelGroup": 1, + "Level": 85, + "AttackRatio": { + "RawValue": 294686296115 + }, + "DefenceRatio": { + "RawValue": 21474836480 + }, + "HPRatio": { + "RawValue": 1146668092358 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 751619276 + }, + "StatusResistance": { + "RawValue": 601295422 + } + }, + "1:86": { + "HardLevelGroup": 1, + "Level": 86, + "AttackRatio": { + "RawValue": 299390049810 + }, + "DefenceRatio": { + "RawValue": 21679358528 + }, + "HPRatio": { + "RawValue": 1206817786489 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 773094114 + }, + "StatusResistance": { + "RawValue": 618475290 + } + }, + "1:87": { + "HardLevelGroup": 1, + "Level": 87, + "AttackRatio": { + "RawValue": 304130894846 + }, + "DefenceRatio": { + "RawValue": 21883880576 + }, + "HPRatio": { + "RawValue": 1267869728691 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 794568949 + }, + "StatusResistance": { + "RawValue": 635655158 + } + }, + "1:88": { + "HardLevelGroup": 1, + "Level": 88, + "AttackRatio": { + "RawValue": 308908869866 + }, + "DefenceRatio": { + "RawValue": 22088402627 + }, + "HPRatio": { + "RawValue": 1329837443825 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 816043787 + }, + "StatusResistance": { + "RawValue": 652835029 + } + }, + "1:89": { + "HardLevelGroup": 1, + "Level": 89, + "AttackRatio": { + "RawValue": 313724017828 + }, + "DefenceRatio": { + "RawValue": 22292924675 + }, + "HPRatio": { + "RawValue": 1392734680073 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 837518622 + }, + "StatusResistance": { + "RawValue": 670014897 + } + }, + "1:90": { + "HardLevelGroup": 1, + "Level": 90, + "AttackRatio": { + "RawValue": 318576373094 + }, + "DefenceRatio": { + "RawValue": 22497446720 + }, + "HPRatio": { + "RawValue": 1456575374609 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 858993460 + }, + "StatusResistance": { + "RawValue": 687194768 + } + }, + "1:91": { + "HardLevelGroup": 1, + "Level": 91, + "AttackRatio": { + "RawValue": 320263341758 + }, + "DefenceRatio": { + "RawValue": 22701968768 + }, + "HPRatio": { + "RawValue": 1521373675052 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 880468295 + }, + "StatusResistance": { + "RawValue": 704374636 + } + }, + "1:92": { + "HardLevelGroup": 1, + "Level": 92, + "AttackRatio": { + "RawValue": 321953793646 + }, + "DefenceRatio": { + "RawValue": 22906490816 + }, + "HPRatio": { + "RawValue": 1587143956662 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 901943133 + }, + "StatusResistance": { + "RawValue": 721554504 + } + }, + "1:93": { + "HardLevelGroup": 1, + "Level": 93, + "AttackRatio": { + "RawValue": 323647655730 + }, + "DefenceRatio": { + "RawValue": 23111012867 + }, + "HPRatio": { + "RawValue": 1653900787961 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 923417968 + }, + "StatusResistance": { + "RawValue": 738734375 + } + }, + "1:94": { + "HardLevelGroup": 1, + "Level": 94, + "AttackRatio": { + "RawValue": 325344872189 + }, + "DefenceRatio": { + "RawValue": 23315534912 + }, + "HPRatio": { + "RawValue": 1721658973711 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 944892806 + }, + "StatusResistance": { + "RawValue": 755914243 + } + }, + "1:95": { + "HardLevelGroup": 1, + "Level": 95, + "AttackRatio": { + "RawValue": 327045382882 + }, + "DefenceRatio": { + "RawValue": 23520056960 + }, + "HPRatio": { + "RawValue": 1790433529107 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 966367641 + }, + "StatusResistance": { + "RawValue": 773094114 + } + }, + "1:96": { + "HardLevelGroup": 1, + "Level": 96, + "AttackRatio": { + "RawValue": 328749131988 + }, + "DefenceRatio": { + "RawValue": 23724583303 + }, + "HPRatio": { + "RawValue": 1860239705580 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 987842479 + }, + "StatusResistance": { + "RawValue": 790273982 + } + }, + "1:97": { + "HardLevelGroup": 1, + "Level": 97, + "AttackRatio": { + "RawValue": 330456059367 + }, + "DefenceRatio": { + "RawValue": 23929105351 + }, + "HPRatio": { + "RawValue": 1931092973608 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 1009317314 + }, + "StatusResistance": { + "RawValue": 807453850 + } + }, + "1:98": { + "HardLevelGroup": 1, + "Level": 98, + "AttackRatio": { + "RawValue": 332166113475 + }, + "DefenceRatio": { + "RawValue": 24133627396 + }, + "HPRatio": { + "RawValue": 2003009039887 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 1030792152 + }, + "StatusResistance": { + "RawValue": 824633721 + } + }, + "1:99": { + "HardLevelGroup": 1, + "Level": 99, + "AttackRatio": { + "RawValue": 333879247081 + }, + "DefenceRatio": { + "RawValue": 24338149447 + }, + "HPRatio": { + "RawValue": 2076003851618 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 1052266987 + }, + "StatusResistance": { + "RawValue": 841813589 + } + }, + "1:100": { + "HardLevelGroup": 1, + "Level": 100, + "AttackRatio": { + "RawValue": 335595408640 + }, + "DefenceRatio": { + "RawValue": 24542671495 + }, + "HPRatio": { + "RawValue": 2150093579371 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 32091995635712 + }, + { + "RawValue": 15874199126016 + }, + { + "RawValue": 28913719836672 + }, + { + "RawValue": 36885179138048 + } + ], + "StatusProbability": { + "RawValue": 1073741825 + }, + "StatusResistance": { + "RawValue": 858993460 + } + }, + "2:1": { + "HardLevelGroup": 2, + "Level": 1, + "AttackRatio": { + "RawValue": 2576980380 + }, + "DefenceRatio": { + "RawValue": 4294967296 + }, + "HPRatio": { + "RawValue": 3865470570 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:2": { + "HardLevelGroup": 2, + "Level": 2, + "AttackRatio": { + "RawValue": 3035777378 + }, + "DefenceRatio": { + "RawValue": 4499489344 + }, + "HPRatio": { + "RawValue": 4221093864 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:3": { + "HardLevelGroup": 2, + "Level": 3, + "AttackRatio": { + "RawValue": 3533340752 + }, + "DefenceRatio": { + "RawValue": 4704011392 + }, + "HPRatio": { + "RawValue": 4583589097 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:4": { + "HardLevelGroup": 2, + "Level": 4, + "AttackRatio": { + "RawValue": 4902778185 + }, + "DefenceRatio": { + "RawValue": 4908533443 + }, + "HPRatio": { + "RawValue": 6291066236 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:5": { + "HardLevelGroup": 2, + "Level": 5, + "AttackRatio": { + "RawValue": 5265909079 + }, + "DefenceRatio": { + "RawValue": 5113055491 + }, + "HPRatio": { + "RawValue": 6710504151 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 2087354105856 + }, + { + "RawValue": 1056561954816 + }, + { + "RawValue": 1958505086976 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:6": { + "HardLevelGroup": 2, + "Level": 6, + "AttackRatio": { + "RawValue": 5559633304 + }, + "DefenceRatio": { + "RawValue": 5317577536 + }, + "HPRatio": { + "RawValue": 7137694487 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 2229088026624 + }, + { + "RawValue": 1056561954816 + }, + { + "RawValue": 2074469203968 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:7": { + "HardLevelGroup": 2, + "Level": 7, + "AttackRatio": { + "RawValue": 5936383541 + }, + "DefenceRatio": { + "RawValue": 5522099584 + }, + "HPRatio": { + "RawValue": 7572650117 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 2357937045504 + }, + { + "RawValue": 1069446856704 + }, + { + "RawValue": 2190433320960 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:8": { + "HardLevelGroup": 2, + "Level": 8, + "AttackRatio": { + "RawValue": 6235381987 + }, + "DefenceRatio": { + "RawValue": 5726621632 + }, + "HPRatio": { + "RawValue": 8015379640 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 2499670966272 + }, + { + "RawValue": 1069446856704 + }, + { + "RawValue": 2306397437952 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:9": { + "HardLevelGroup": 2, + "Level": 9, + "AttackRatio": { + "RawValue": 6534895824 + }, + "DefenceRatio": { + "RawValue": 5931143683 + }, + "HPRatio": { + "RawValue": 8465891646 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 2641404887040 + }, + { + "RawValue": 1069446856704 + }, + { + "RawValue": 2435246456832 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:10": { + "HardLevelGroup": 2, + "Level": 10, + "AttackRatio": { + "RawValue": 6834894996 + }, + "DefenceRatio": { + "RawValue": 6135665728 + }, + "HPRatio": { + "RawValue": 8924194718 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 2783138807808 + }, + { + "RawValue": 1082331758592 + }, + { + "RawValue": 2551210573824 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:11": { + "HardLevelGroup": 2, + "Level": 11, + "AttackRatio": { + "RawValue": 8009173416 + }, + "DefenceRatio": { + "RawValue": 6340187776 + }, + "HPRatio": { + "RawValue": 10120154133 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 2937757630464 + }, + { + "RawValue": 1082331758592 + }, + { + "RawValue": 2667174690816 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:12": { + "HardLevelGroup": 2, + "Level": 12, + "AttackRatio": { + "RawValue": 9183451829 + }, + "DefenceRatio": { + "RawValue": 6544714119 + }, + "HPRatio": { + "RawValue": 11316113548 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3079491551232 + }, + { + "RawValue": 1095216660480 + }, + { + "RawValue": 2796023709696 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:13": { + "HardLevelGroup": 2, + "Level": 13, + "AttackRatio": { + "RawValue": 10357730252 + }, + "DefenceRatio": { + "RawValue": 6749236167 + }, + "HPRatio": { + "RawValue": 12512068668 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3234110373888 + }, + { + "RawValue": 1095216660480 + }, + { + "RawValue": 2911987826688 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:14": { + "HardLevelGroup": 2, + "Level": 14, + "AttackRatio": { + "RawValue": 11532008666 + }, + "DefenceRatio": { + "RawValue": 6953758212 + }, + "HPRatio": { + "RawValue": 13708028079 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3375844294656 + }, + { + "RawValue": 1108101562368 + }, + { + "RawValue": 3040836845568 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:15": { + "HardLevelGroup": 2, + "Level": 15, + "AttackRatio": { + "RawValue": 12706287086 + }, + "DefenceRatio": { + "RawValue": 7158280263 + }, + "HPRatio": { + "RawValue": 14903987491 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3530463117312 + }, + { + "RawValue": 1108101562368 + }, + { + "RawValue": 3156800962560 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:16": { + "HardLevelGroup": 2, + "Level": 16, + "AttackRatio": { + "RawValue": 13880565505 + }, + "DefenceRatio": { + "RawValue": 7362802311 + }, + "HPRatio": { + "RawValue": 16099946906 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3685081939968 + }, + { + "RawValue": 1120986464256 + }, + { + "RawValue": 3285649981440 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:17": { + "HardLevelGroup": 2, + "Level": 17, + "AttackRatio": { + "RawValue": 15054843922 + }, + "DefenceRatio": { + "RawValue": 7567324359 + }, + "HPRatio": { + "RawValue": 17295902019 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3826815860736 + }, + { + "RawValue": 1120986464256 + }, + { + "RawValue": 3414499000320 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:18": { + "HardLevelGroup": 2, + "Level": 18, + "AttackRatio": { + "RawValue": 16229122342 + }, + "DefenceRatio": { + "RawValue": 7771846404 + }, + "HPRatio": { + "RawValue": 18491861437 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 3981434683392 + }, + { + "RawValue": 1120986464256 + }, + { + "RawValue": 3543348019200 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:19": { + "HardLevelGroup": 2, + "Level": 19, + "AttackRatio": { + "RawValue": 17403400758 + }, + "DefenceRatio": { + "RawValue": 7976368452 + }, + "HPRatio": { + "RawValue": 19687820852 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4136053506048 + }, + { + "RawValue": 1133871366144 + }, + { + "RawValue": 3672197038080 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:20": { + "HardLevelGroup": 2, + "Level": 20, + "AttackRatio": { + "RawValue": 18577679178 + }, + "DefenceRatio": { + "RawValue": 8180890503 + }, + "HPRatio": { + "RawValue": 20883780267 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 4303557230592 + }, + { + "RawValue": 1133871366144 + }, + { + "RawValue": 3801046056960 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:21": { + "HardLevelGroup": 2, + "Level": 21, + "AttackRatio": { + "RawValue": 20083357272 + }, + "DefenceRatio": { + "RawValue": 8385412551 + }, + "HPRatio": { + "RawValue": 22407475744 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 5823975653376 + }, + { + "RawValue": 1146756268032 + }, + { + "RawValue": 5244155068416 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:22": { + "HardLevelGroup": 2, + "Level": 22, + "AttackRatio": { + "RawValue": 21589039663 + }, + "DefenceRatio": { + "RawValue": 8589934592 + }, + "HPRatio": { + "RawValue": 23931166936 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 5991479377920 + }, + { + "RawValue": 1146756268032 + }, + { + "RawValue": 5385888989184 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:23": { + "HardLevelGroup": 2, + "Level": 23, + "AttackRatio": { + "RawValue": 23094722052 + }, + "DefenceRatio": { + "RawValue": 8794456640 + }, + "HPRatio": { + "RawValue": 25454862420 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 6158983102464 + }, + { + "RawValue": 1159641169920 + }, + { + "RawValue": 5527622909952 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:24": { + "HardLevelGroup": 2, + "Level": 24, + "AttackRatio": { + "RawValue": 24600400149 + }, + "DefenceRatio": { + "RawValue": 8998978688 + }, + "HPRatio": { + "RawValue": 26978557900 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 6326486827008 + }, + { + "RawValue": 1159641169920 + }, + { + "RawValue": 5669356830720 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:25": { + "HardLevelGroup": 2, + "Level": 25, + "AttackRatio": { + "RawValue": 26106082537 + }, + "DefenceRatio": { + "RawValue": 9203500739 + }, + "HPRatio": { + "RawValue": 28502253384 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 6506875453440 + }, + { + "RawValue": 1159641169920 + }, + { + "RawValue": 5811090751488 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:26": { + "HardLevelGroup": 2, + "Level": 26, + "AttackRatio": { + "RawValue": 27611760634 + }, + "DefenceRatio": { + "RawValue": 9408022787 + }, + "HPRatio": { + "RawValue": 30025948871 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 6674379177984 + }, + { + "RawValue": 1172526071808 + }, + { + "RawValue": 5952824672256 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:27": { + "HardLevelGroup": 2, + "Level": 27, + "AttackRatio": { + "RawValue": 29117443023 + }, + "DefenceRatio": { + "RawValue": 9612544832 + }, + "HPRatio": { + "RawValue": 31549644348 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 6841882902528 + }, + { + "RawValue": 1172526071808 + }, + { + "RawValue": 6094558593024 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:28": { + "HardLevelGroup": 2, + "Level": 28, + "AttackRatio": { + "RawValue": 30623121116 + }, + "DefenceRatio": { + "RawValue": 9817066880 + }, + "HPRatio": { + "RawValue": 33073335540 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 7022271528960 + }, + { + "RawValue": 1185410973696 + }, + { + "RawValue": 6236292513792 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:29": { + "HardLevelGroup": 2, + "Level": 29, + "AttackRatio": { + "RawValue": 32128803511 + }, + "DefenceRatio": { + "RawValue": 10021588928 + }, + "HPRatio": { + "RawValue": 34597031017 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 7202660155392 + }, + { + "RawValue": 1185410973696 + }, + { + "RawValue": 6390911336448 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:30": { + "HardLevelGroup": 2, + "Level": 30, + "AttackRatio": { + "RawValue": 33634481605 + }, + "DefenceRatio": { + "RawValue": 10226110979 + }, + "HPRatio": { + "RawValue": 36120726501 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 7370163879936 + }, + { + "RawValue": 2860448219136 + }, + { + "RawValue": 6893422510080 + }, + { + "RawValue": 0 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:31": { + "HardLevelGroup": 2, + "Level": 31, + "AttackRatio": { + "RawValue": 35140163993 + }, + "DefenceRatio": { + "RawValue": 10430633024 + }, + "HPRatio": { + "RawValue": 37644421988 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 7550552506368 + }, + { + "RawValue": 2873333121024 + }, + { + "RawValue": 7035156430848 + }, + { + "RawValue": 1868310773760 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:32": { + "HardLevelGroup": 2, + "Level": 32, + "AttackRatio": { + "RawValue": 36645842090 + }, + "DefenceRatio": { + "RawValue": 10635155072 + }, + "HPRatio": { + "RawValue": 39168117465 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 7730941132800 + }, + { + "RawValue": 2886218022912 + }, + { + "RawValue": 7189775253504 + }, + { + "RawValue": 2074469203968 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:33": { + "HardLevelGroup": 2, + "Level": 33, + "AttackRatio": { + "RawValue": 38151524482 + }, + "DefenceRatio": { + "RawValue": 10839681415 + }, + "HPRatio": { + "RawValue": 40691812949 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 7911329759232 + }, + { + "RawValue": 2899102924800 + }, + { + "RawValue": 7344394076160 + }, + { + "RawValue": 2267742732288 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:34": { + "HardLevelGroup": 2, + "Level": 34, + "AttackRatio": { + "RawValue": 39657206867 + }, + "DefenceRatio": { + "RawValue": 11044203463 + }, + "HPRatio": { + "RawValue": 42215508433 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 8091718385664 + }, + { + "RawValue": 2911987826688 + }, + { + "RawValue": 7499012898816 + }, + { + "RawValue": 2280627634176 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:35": { + "HardLevelGroup": 2, + "Level": 35, + "AttackRatio": { + "RawValue": 41162884967 + }, + "DefenceRatio": { + "RawValue": 11248725508 + }, + "HPRatio": { + "RawValue": 43739199621 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 8284991913984 + }, + { + "RawValue": 2924872728576 + }, + { + "RawValue": 7653631721472 + }, + { + "RawValue": 2473901162496 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:36": { + "HardLevelGroup": 2, + "Level": 36, + "AttackRatio": { + "RawValue": 42668567356 + }, + "DefenceRatio": { + "RawValue": 11453247559 + }, + "HPRatio": { + "RawValue": 45262895105 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 8465380540416 + }, + { + "RawValue": 2950642532352 + }, + { + "RawValue": 7808250544128 + }, + { + "RawValue": 2486786064384 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:37": { + "HardLevelGroup": 2, + "Level": 37, + "AttackRatio": { + "RawValue": 44174245446 + }, + "DefenceRatio": { + "RawValue": 11657769607 + }, + "HPRatio": { + "RawValue": 46786590589 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 8645769166848 + }, + { + "RawValue": 2963527434240 + }, + { + "RawValue": 7962869366784 + }, + { + "RawValue": 2499670966272 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:38": { + "HardLevelGroup": 2, + "Level": 38, + "AttackRatio": { + "RawValue": 45679927841 + }, + "DefenceRatio": { + "RawValue": 11862291655 + }, + "HPRatio": { + "RawValue": 48310286066 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 8839042695168 + }, + { + "RawValue": 2976412336128 + }, + { + "RawValue": 8117488189440 + }, + { + "RawValue": 2512555868160 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:39": { + "HardLevelGroup": 2, + "Level": 39, + "AttackRatio": { + "RawValue": 47185605935 + }, + "DefenceRatio": { + "RawValue": 12066813700 + }, + "HPRatio": { + "RawValue": 49833981556 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 9032316223488 + }, + { + "RawValue": 2989297238016 + }, + { + "RawValue": 8284991913984 + }, + { + "RawValue": 2525440770048 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:40": { + "HardLevelGroup": 2, + "Level": 40, + "AttackRatio": { + "RawValue": 48691288323 + }, + "DefenceRatio": { + "RawValue": 12271335748 + }, + "HPRatio": { + "RawValue": 51357677037 + }, + "SpeedRatio": { + "RawValue": 4294967296 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 9225589751808 + }, + { + "RawValue": 3002182139904 + }, + { + "RawValue": 8439610736640 + }, + { + "RawValue": 5463198400512 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:41": { + "HardLevelGroup": 2, + "Level": 41, + "AttackRatio": { + "RawValue": 51573030990 + }, + "DefenceRatio": { + "RawValue": 12475857799 + }, + "HPRatio": { + "RawValue": 55902547002 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 10913511899136 + }, + { + "RawValue": 3015067041792 + }, + { + "RawValue": 10050223472640 + }, + { + "RawValue": 5488968204288 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:42": { + "HardLevelGroup": 2, + "Level": 42, + "AttackRatio": { + "RawValue": 54454777953 + }, + "DefenceRatio": { + "RawValue": 12680379847 + }, + "HPRatio": { + "RawValue": 60447421263 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 11119670329344 + }, + { + "RawValue": 3027951943680 + }, + { + "RawValue": 10217727197184 + }, + { + "RawValue": 5901285064704 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:43": { + "HardLevelGroup": 2, + "Level": 43, + "AttackRatio": { + "RawValue": 57336524912 + }, + "DefenceRatio": { + "RawValue": 12884901888 + }, + "HPRatio": { + "RawValue": 64992291235 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 11312943857664 + }, + { + "RawValue": 3040836845568 + }, + { + "RawValue": 10385230921728 + }, + { + "RawValue": 5927054868480 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:44": { + "HardLevelGroup": 2, + "Level": 44, + "AttackRatio": { + "RawValue": 60218267582 + }, + "DefenceRatio": { + "RawValue": 13089423936 + }, + "HPRatio": { + "RawValue": 69537165499 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 11519102287872 + }, + { + "RawValue": 3053721747456 + }, + { + "RawValue": 10552734646272 + }, + { + "RawValue": 6352256630784 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:45": { + "HardLevelGroup": 2, + "Level": 45, + "AttackRatio": { + "RawValue": 63100014545 + }, + "DefenceRatio": { + "RawValue": 13293945984 + }, + "HPRatio": { + "RawValue": 74082039760 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 11725260718080 + }, + { + "RawValue": 3066606649344 + }, + { + "RawValue": 10733123272704 + }, + { + "RawValue": 6378026434560 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:46": { + "HardLevelGroup": 2, + "Level": 46, + "AttackRatio": { + "RawValue": 65981761507 + }, + "DefenceRatio": { + "RawValue": 13498468035 + }, + "HPRatio": { + "RawValue": 78626909729 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 11931419148288 + }, + { + "RawValue": 3079491551232 + }, + { + "RawValue": 10900626997248 + }, + { + "RawValue": 6403796238336 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:47": { + "HardLevelGroup": 2, + "Level": 47, + "AttackRatio": { + "RawValue": 68863504171 + }, + "DefenceRatio": { + "RawValue": 13702990083 + }, + "HPRatio": { + "RawValue": 83171783993 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 12137577578496 + }, + { + "RawValue": 3092376453120 + }, + { + "RawValue": 11081015623680 + }, + { + "RawValue": 6442450944000 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:48": { + "HardLevelGroup": 2, + "Level": 48, + "AttackRatio": { + "RawValue": 71745251137 + }, + "DefenceRatio": { + "RawValue": 13907512128 + }, + "HPRatio": { + "RawValue": 87716658254 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 12343736008704 + }, + { + "RawValue": 3105261355008 + }, + { + "RawValue": 11248519348224 + }, + { + "RawValue": 6468220747776 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:49": { + "HardLevelGroup": 2, + "Level": 49, + "AttackRatio": { + "RawValue": 74626998096 + }, + "DefenceRatio": { + "RawValue": 14112034176 + }, + "HPRatio": { + "RawValue": 92261528223 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 12549894438912 + }, + { + "RawValue": 3118146256896 + }, + { + "RawValue": 11428907974656 + }, + { + "RawValue": 6493990551552 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:50": { + "HardLevelGroup": 2, + "Level": 50, + "AttackRatio": { + "RawValue": 77508740760 + }, + "DefenceRatio": { + "RawValue": 14316556224 + }, + "HPRatio": { + "RawValue": 96806402487 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 12768937771008 + }, + { + "RawValue": 5476083302400 + }, + { + "RawValue": 11609296601088 + }, + { + "RawValue": 13851269529600 + } + ], + "StatusProbability": { + "RawValue": 0 + }, + "StatusResistance": { + "RawValue": 0 + } + }, + "2:51": { + "HardLevelGroup": 2, + "Level": 51, + "AttackRatio": { + "RawValue": 82003243651 + }, + "DefenceRatio": { + "RawValue": 14521078275 + }, + "HPRatio": { + "RawValue": 106530715252 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 14547054231552 + }, + { + "RawValue": 5501853106176 + }, + { + "RawValue": 13297218748416 + }, + { + "RawValue": 13915694039040 + } + ], + "StatusProbability": { + "RawValue": 21474835 + }, + "StatusResistance": { + "RawValue": 17179868 + } + }, + "2:52": { + "HardLevelGroup": 2, + "Level": 52, + "AttackRatio": { + "RawValue": 86497746533 + }, + "DefenceRatio": { + "RawValue": 14725600320 + }, + "HPRatio": { + "RawValue": 116255028013 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 14766097563648 + }, + { + "RawValue": 5527622909952 + }, + { + "RawValue": 13477607374848 + }, + { + "RawValue": 14791867367424 + } + ], + "StatusProbability": { + "RawValue": 42949673 + }, + "StatusResistance": { + "RawValue": 34359736 + } + }, + "2:53": { + "HardLevelGroup": 2, + "Level": 53, + "AttackRatio": { + "RawValue": 90992249424 + }, + "DefenceRatio": { + "RawValue": 14930122368 + }, + "HPRatio": { + "RawValue": 125979340781 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 14998025797632 + }, + { + "RawValue": 5553392713728 + }, + { + "RawValue": 13670880903168 + }, + { + "RawValue": 14856291876864 + } + ], + "StatusProbability": { + "RawValue": 64424508 + }, + "StatusResistance": { + "RawValue": 51539607 + } + }, + "2:54": { + "HardLevelGroup": 2, + "Level": 54, + "AttackRatio": { + "RawValue": 95486752309 + }, + "DefenceRatio": { + "RawValue": 15134648711 + }, + "HPRatio": { + "RawValue": 135703653546 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 15217069129728 + }, + { + "RawValue": 5579162517504 + }, + { + "RawValue": 13864154431488 + }, + { + "RawValue": 15758235009024 + } + ], + "StatusProbability": { + "RawValue": 85899346 + }, + "StatusResistance": { + "RawValue": 68719475 + } + }, + "2:55": { + "HardLevelGroup": 2, + "Level": 55, + "AttackRatio": { + "RawValue": 99981259489 + }, + "DefenceRatio": { + "RawValue": 15339170759 + }, + "HPRatio": { + "RawValue": 145427966311 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 15436112461824 + }, + { + "RawValue": 5604932321280 + }, + { + "RawValue": 14044543057920 + }, + { + "RawValue": 15822659518464 + } + ], + "StatusProbability": { + "RawValue": 107374181 + }, + "StatusResistance": { + "RawValue": 85899346 + } + }, + "2:56": { + "HardLevelGroup": 2, + "Level": 56, + "AttackRatio": { + "RawValue": 104475762377 + }, + "DefenceRatio": { + "RawValue": 15543692804 + }, + "HPRatio": { + "RawValue": 155152279069 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 15668040695808 + }, + { + "RawValue": 5617817223168 + }, + { + "RawValue": 14237816586240 + }, + { + "RawValue": 15887084027904 + } + ], + "StatusProbability": { + "RawValue": 128849019 + }, + "StatusResistance": { + "RawValue": 103079214 + } + }, + "2:57": { + "HardLevelGroup": 2, + "Level": 57, + "AttackRatio": { + "RawValue": 108970265265 + }, + "DefenceRatio": { + "RawValue": 15748214855 + }, + "HPRatio": { + "RawValue": 164876591834 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 15887084027904 + }, + { + "RawValue": 5643587026944 + }, + { + "RawValue": 14431090114560 + }, + { + "RawValue": 15951508537344 + } + ], + "StatusProbability": { + "RawValue": 150323854 + }, + "StatusResistance": { + "RawValue": 120259082 + } + }, + "2:58": { + "HardLevelGroup": 2, + "Level": 58, + "AttackRatio": { + "RawValue": 113464768150 + }, + "DefenceRatio": { + "RawValue": 15952736903 + }, + "HPRatio": { + "RawValue": 174600904602 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 16119012261888 + }, + { + "RawValue": 5669356830720 + }, + { + "RawValue": 14624363642880 + }, + { + "RawValue": 16015933046784 + } + ], + "StatusProbability": { + "RawValue": 171798692 + }, + "StatusResistance": { + "RawValue": 137438953 + } + }, + "2:59": { + "HardLevelGroup": 2, + "Level": 59, + "AttackRatio": { + "RawValue": 117959271038 + }, + "DefenceRatio": { + "RawValue": 16157258951 + }, + "HPRatio": { + "RawValue": 184325217367 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 16350940495872 + }, + { + "RawValue": 5695126634496 + }, + { + "RawValue": 14817637171200 + }, + { + "RawValue": 16080357556224 + } + ], + "StatusProbability": { + "RawValue": 193273527 + }, + "StatusResistance": { + "RawValue": 154618821 + } + }, + "2:60": { + "HardLevelGroup": 2, + "Level": 60, + "AttackRatio": { + "RawValue": 122453773929 + }, + "DefenceRatio": { + "RawValue": 16361780996 + }, + "HPRatio": { + "RawValue": 194049530131 + }, + "SpeedRatio": { + "RawValue": 4509715661 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 16582868729856 + }, + { + "RawValue": 8169027796992 + }, + { + "RawValue": 15010910699520 + }, + { + "RawValue": 16995185590272 + } + ], + "StatusProbability": { + "RawValue": 214748365 + }, + "StatusResistance": { + "RawValue": 171798692 + } + }, + "2:61": { + "HardLevelGroup": 2, + "Level": 61, + "AttackRatio": { + "RawValue": 128166561465 + }, + "DefenceRatio": { + "RawValue": 16566303044 + }, + "HPRatio": { + "RawValue": 212997718956 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 18451179503616 + }, + { + "RawValue": 8207682502656 + }, + { + "RawValue": 16789027160064 + }, + { + "RawValue": 17072495001600 + } + ], + "StatusProbability": { + "RawValue": 236223200 + }, + "StatusResistance": { + "RawValue": 188978560 + } + }, + "2:62": { + "HardLevelGroup": 2, + "Level": 62, + "AttackRatio": { + "RawValue": 133879349003 + }, + "DefenceRatio": { + "RawValue": 16770825095 + }, + "HPRatio": { + "RawValue": 231945912069 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 18695992639488 + }, + { + "RawValue": 8233452306432 + }, + { + "RawValue": 16982300688384 + }, + { + "RawValue": 18000207937536 + } + ], + "StatusProbability": { + "RawValue": 257698038 + }, + "StatusResistance": { + "RawValue": 206158428 + } + }, + "2:63": { + "HardLevelGroup": 2, + "Level": 63, + "AttackRatio": { + "RawValue": 139592136545 + }, + "DefenceRatio": { + "RawValue": 16975347143 + }, + "HPRatio": { + "RawValue": 250894100897 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 18940805775360 + }, + { + "RawValue": 8272107012096 + }, + { + "RawValue": 17188459118592 + }, + { + "RawValue": 18077517348864 + } + ], + "StatusProbability": { + "RawValue": 279172873 + }, + "StatusResistance": { + "RawValue": 223338299 + } + }, + "2:64": { + "HardLevelGroup": 2, + "Level": 64, + "AttackRatio": { + "RawValue": 145304924087 + }, + "DefenceRatio": { + "RawValue": 17179869184 + }, + "HPRatio": { + "RawValue": 269842294017 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 19172734009344 + }, + { + "RawValue": 8297876815872 + }, + { + "RawValue": 17394617548800 + }, + { + "RawValue": 19005230284800 + } + ], + "StatusProbability": { + "RawValue": 300647711 + }, + "StatusResistance": { + "RawValue": 240518167 + } + }, + "2:65": { + "HardLevelGroup": 2, + "Level": 65, + "AttackRatio": { + "RawValue": 151017711625 + }, + "DefenceRatio": { + "RawValue": 17384391232 + }, + "HPRatio": { + "RawValue": 288790482838 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 19417547145216 + }, + { + "RawValue": 8336531521536 + }, + { + "RawValue": 17600775979008 + }, + { + "RawValue": 19082539696128 + } + ], + "StatusProbability": { + "RawValue": 322122546 + }, + "StatusResistance": { + "RawValue": 257698038 + } + }, + "2:66": { + "HardLevelGroup": 2, + "Level": 66, + "AttackRatio": { + "RawValue": 156730499167 + }, + "DefenceRatio": { + "RawValue": 17588913280 + }, + "HPRatio": { + "RawValue": 307738675964 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 19662360281088 + }, + { + "RawValue": 8375186227200 + }, + { + "RawValue": 17819819311104 + }, + { + "RawValue": 19159849107456 + } + ], + "StatusProbability": { + "RawValue": 343597384 + }, + "StatusResistance": { + "RawValue": 274877906 + } + }, + "2:67": { + "HardLevelGroup": 2, + "Level": 67, + "AttackRatio": { + "RawValue": 162443282414 + }, + "DefenceRatio": { + "RawValue": 17793435331 + }, + "HPRatio": { + "RawValue": 326686864782 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 19920058318848 + }, + { + "RawValue": 8400956030976 + }, + { + "RawValue": 18025977741312 + }, + { + "RawValue": 19237158518784 + } + ], + "StatusProbability": { + "RawValue": 365072219 + }, + "StatusResistance": { + "RawValue": 292057774 + } + }, + "2:68": { + "HardLevelGroup": 2, + "Level": 68, + "AttackRatio": { + "RawValue": 168156069952 + }, + "DefenceRatio": { + "RawValue": 17997957379 + }, + "HPRatio": { + "RawValue": 345635057902 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 20164871454720 + }, + { + "RawValue": 8439610736640 + }, + { + "RawValue": 18232136171520 + }, + { + "RawValue": 19314467930112 + } + ], + "StatusProbability": { + "RawValue": 386547057 + }, + "StatusResistance": { + "RawValue": 309237645 + } + }, + "2:69": { + "HardLevelGroup": 2, + "Level": 69, + "AttackRatio": { + "RawValue": 173868857494 + }, + "DefenceRatio": { + "RawValue": 18202479424 + }, + "HPRatio": { + "RawValue": 364583246727 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 20409684590592 + }, + { + "RawValue": 8465380540416 + }, + { + "RawValue": 18451179503616 + }, + { + "RawValue": 19391777341440 + } + ], + "StatusProbability": { + "RawValue": 408021892 + }, + "StatusResistance": { + "RawValue": 326417513 + } + }, + "2:70": { + "HardLevelGroup": 2, + "Level": 70, + "AttackRatio": { + "RawValue": 179581645030 + }, + "DefenceRatio": { + "RawValue": 18407001472 + }, + "HPRatio": { + "RawValue": 383531439846 + }, + "SpeedRatio": { + "RawValue": 4724464026 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 20667382628352 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 18657337933824 + }, + { + "RawValue": 25447681228800 + } + ], + "StatusProbability": { + "RawValue": 429496730 + }, + "StatusResistance": { + "RawValue": 343597384 + } + }, + "2:71": { + "HardLevelGroup": 2, + "Level": 71, + "AttackRatio": { + "RawValue": 188795728565 + }, + "DefenceRatio": { + "RawValue": 18611523520 + }, + "HPRatio": { + "RawValue": 431077642639 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 22535693402112 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 20435454394368 + }, + { + "RawValue": 25447681228800 + } + ], + "StatusProbability": { + "RawValue": 450971565 + }, + "StatusResistance": { + "RawValue": 360777252 + } + }, + "2:72": { + "HardLevelGroup": 2, + "Level": 72, + "AttackRatio": { + "RawValue": 198009807804 + }, + "DefenceRatio": { + "RawValue": 18816045571 + }, + "HPRatio": { + "RawValue": 478623845435 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 22703197126656 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 20564303413248 + }, + { + "RawValue": 26555782791168 + } + ], + "StatusProbability": { + "RawValue": 472446403 + }, + "StatusResistance": { + "RawValue": 377957120 + } + }, + "2:73": { + "HardLevelGroup": 2, + "Level": 73, + "AttackRatio": { + "RawValue": 207223891336 + }, + "DefenceRatio": { + "RawValue": 19020567616 + }, + "HPRatio": { + "RawValue": 526170043933 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 22870700851200 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 20706037334016 + }, + { + "RawValue": 26555782791168 + } + ], + "StatusProbability": { + "RawValue": 493921238 + }, + "StatusResistance": { + "RawValue": 395136991 + } + }, + "2:74": { + "HardLevelGroup": 2, + "Level": 74, + "AttackRatio": { + "RawValue": 216437970579 + }, + "DefenceRatio": { + "RawValue": 19225089664 + }, + "HPRatio": { + "RawValue": 573716246729 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 23051089477632 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 20847771254784 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 515396076 + }, + "StatusResistance": { + "RawValue": 412316859 + } + }, + "2:75": { + "HardLevelGroup": 2, + "Level": 75, + "AttackRatio": { + "RawValue": 225652054111 + }, + "DefenceRatio": { + "RawValue": 19429616007 + }, + "HPRatio": { + "RawValue": 621262449525 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 23218593202176 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 20989505175552 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 536870911 + }, + "StatusResistance": { + "RawValue": 429496730 + } + }, + "2:76": { + "HardLevelGroup": 2, + "Level": 76, + "AttackRatio": { + "RawValue": 234866133351 + }, + "DefenceRatio": { + "RawValue": 19634138055 + }, + "HPRatio": { + "RawValue": 668808652318 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 23386096926720 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 21131239096320 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 558345749 + }, + "StatusResistance": { + "RawValue": 446676598 + } + }, + "2:77": { + "HardLevelGroup": 2, + "Level": 77, + "AttackRatio": { + "RawValue": 244080216886 + }, + "DefenceRatio": { + "RawValue": 19838660100 + }, + "HPRatio": { + "RawValue": 716354855114 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 23553600651264 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 21272973017088 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 579820584 + }, + "StatusResistance": { + "RawValue": 463856466 + } + }, + "2:78": { + "HardLevelGroup": 2, + "Level": 78, + "AttackRatio": { + "RawValue": 253294296129 + }, + "DefenceRatio": { + "RawValue": 20043182151 + }, + "HPRatio": { + "RawValue": 763901053615 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 23721104375808 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 21401822035968 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 601295422 + }, + "StatusResistance": { + "RawValue": 481036337 + } + }, + "2:79": { + "HardLevelGroup": 2, + "Level": 79, + "AttackRatio": { + "RawValue": 262508379660 + }, + "DefenceRatio": { + "RawValue": 20247704199 + }, + "HPRatio": { + "RawValue": 811447256411 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 23901493002240 + }, + { + "RawValue": 11055245819904 + }, + { + "RawValue": 21543555956736 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 622770257 + }, + "StatusResistance": { + "RawValue": 498216205 + } + }, + "2:80": { + "HardLevelGroup": 2, + "Level": 80, + "AttackRatio": { + "RawValue": 271722458897 + }, + "DefenceRatio": { + "RawValue": 20452226247 + }, + "HPRatio": { + "RawValue": 858993459200 + }, + "SpeedRatio": { + "RawValue": 4939212391 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 644245095 + }, + "StatusResistance": { + "RawValue": 515396076 + } + }, + "2:81": { + "HardLevelGroup": 2, + "Level": 81, + "AttackRatio": { + "RawValue": 276241370084 + }, + "DefenceRatio": { + "RawValue": 20656748292 + }, + "HPRatio": { + "RawValue": 914828034048 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 665719930 + }, + "StatusResistance": { + "RawValue": 532575944 + } + }, + "2:82": { + "HardLevelGroup": 2, + "Level": 82, + "AttackRatio": { + "RawValue": 280797170744 + }, + "DefenceRatio": { + "RawValue": 20861270340 + }, + "HPRatio": { + "RawValue": 971500127518 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 687194768 + }, + "StatusResistance": { + "RawValue": 549755812 + } + }, + "2:83": { + "HardLevelGroup": 2, + "Level": 83, + "AttackRatio": { + "RawValue": 285389895237 + }, + "DefenceRatio": { + "RawValue": 21065792391 + }, + "HPRatio": { + "RawValue": 1029022302395 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 708669603 + }, + "StatusResistance": { + "RawValue": 566935683 + } + }, + "2:84": { + "HardLevelGroup": 2, + "Level": 84, + "AttackRatio": { + "RawValue": 290019590811 + }, + "DefenceRatio": { + "RawValue": 21270314439 + }, + "HPRatio": { + "RawValue": 1087407310428 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 730144441 + }, + "StatusResistance": { + "RawValue": 584115551 + } + }, + "2:85": { + "HardLevelGroup": 2, + "Level": 85, + "AttackRatio": { + "RawValue": 294686296115 + }, + "DefenceRatio": { + "RawValue": 21474836480 + }, + "HPRatio": { + "RawValue": 1146668092358 + }, + "SpeedRatio": { + "RawValue": 5153960756 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 751619276 + }, + "StatusResistance": { + "RawValue": 601295422 + } + }, + "2:86": { + "HardLevelGroup": 2, + "Level": 86, + "AttackRatio": { + "RawValue": 299390049810 + }, + "DefenceRatio": { + "RawValue": 21679358528 + }, + "HPRatio": { + "RawValue": 1206817786489 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 773094114 + }, + "StatusResistance": { + "RawValue": 618475290 + } + }, + "2:87": { + "HardLevelGroup": 2, + "Level": 87, + "AttackRatio": { + "RawValue": 304130894846 + }, + "DefenceRatio": { + "RawValue": 21883880576 + }, + "HPRatio": { + "RawValue": 1267869728691 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 794568949 + }, + "StatusResistance": { + "RawValue": 635655158 + } + }, + "2:88": { + "HardLevelGroup": 2, + "Level": 88, + "AttackRatio": { + "RawValue": 308908869866 + }, + "DefenceRatio": { + "RawValue": 22088402627 + }, + "HPRatio": { + "RawValue": 1329837443825 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 816043787 + }, + "StatusResistance": { + "RawValue": 652835029 + } + }, + "2:89": { + "HardLevelGroup": 2, + "Level": 89, + "AttackRatio": { + "RawValue": 313724017828 + }, + "DefenceRatio": { + "RawValue": 22292924675 + }, + "HPRatio": { + "RawValue": 1392734680073 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 837518622 + }, + "StatusResistance": { + "RawValue": 670014897 + } + }, + "2:90": { + "HardLevelGroup": 2, + "Level": 90, + "AttackRatio": { + "RawValue": 318576373094 + }, + "DefenceRatio": { + "RawValue": 22497446720 + }, + "HPRatio": { + "RawValue": 1456575374609 + }, + "SpeedRatio": { + "RawValue": 5368709121 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 858993460 + }, + "StatusResistance": { + "RawValue": 687194768 + } + }, + "2:91": { + "HardLevelGroup": 2, + "Level": 91, + "AttackRatio": { + "RawValue": 320263341758 + }, + "DefenceRatio": { + "RawValue": 22701968768 + }, + "HPRatio": { + "RawValue": 1521373675052 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 880468295 + }, + "StatusResistance": { + "RawValue": 704374636 + } + }, + "2:92": { + "HardLevelGroup": 2, + "Level": 92, + "AttackRatio": { + "RawValue": 321953793646 + }, + "DefenceRatio": { + "RawValue": 22906490816 + }, + "HPRatio": { + "RawValue": 1587143956662 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 901943133 + }, + "StatusResistance": { + "RawValue": 721554504 + } + }, + "2:93": { + "HardLevelGroup": 2, + "Level": 93, + "AttackRatio": { + "RawValue": 323647655730 + }, + "DefenceRatio": { + "RawValue": 23111012867 + }, + "HPRatio": { + "RawValue": 1653900787961 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 923417968 + }, + "StatusResistance": { + "RawValue": 738734375 + } + }, + "2:94": { + "HardLevelGroup": 2, + "Level": 94, + "AttackRatio": { + "RawValue": 325344872189 + }, + "DefenceRatio": { + "RawValue": 23315534912 + }, + "HPRatio": { + "RawValue": 1721658973711 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 944892806 + }, + "StatusResistance": { + "RawValue": 755914243 + } + }, + "2:95": { + "HardLevelGroup": 2, + "Level": 95, + "AttackRatio": { + "RawValue": 327045382882 + }, + "DefenceRatio": { + "RawValue": 23520056960 + }, + "HPRatio": { + "RawValue": 1790433529107 + }, + "SpeedRatio": { + "RawValue": 5583457486 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 966367641 + }, + "StatusResistance": { + "RawValue": 773094114 + } + }, + "2:96": { + "HardLevelGroup": 2, + "Level": 96, + "AttackRatio": { + "RawValue": 328749131988 + }, + "DefenceRatio": { + "RawValue": 23724583303 + }, + "HPRatio": { + "RawValue": 1860239705580 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 987842479 + }, + "StatusResistance": { + "RawValue": 790273982 + } + }, + "2:97": { + "HardLevelGroup": 2, + "Level": 97, + "AttackRatio": { + "RawValue": 330456059367 + }, + "DefenceRatio": { + "RawValue": 23929105351 + }, + "HPRatio": { + "RawValue": 1931092973608 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 1009317314 + }, + "StatusResistance": { + "RawValue": 807453850 + } + }, + "2:98": { + "HardLevelGroup": 2, + "Level": 98, + "AttackRatio": { + "RawValue": 332166113475 + }, + "DefenceRatio": { + "RawValue": 24133627396 + }, + "HPRatio": { + "RawValue": 2003009039887 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 1030792152 + }, + "StatusResistance": { + "RawValue": 824633721 + } + }, + "2:99": { + "HardLevelGroup": 2, + "Level": 99, + "AttackRatio": { + "RawValue": 333879247081 + }, + "DefenceRatio": { + "RawValue": 24338149447 + }, + "HPRatio": { + "RawValue": 2076003851618 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 1052266987 + }, + "StatusResistance": { + "RawValue": 841813589 + } + }, + "2:100": { + "HardLevelGroup": 2, + "Level": 100, + "AttackRatio": { + "RawValue": 335595408640 + }, + "DefenceRatio": { + "RawValue": 24542671495 + }, + "HPRatio": { + "RawValue": 2150093579371 + }, + "SpeedRatio": { + "RawValue": 5798205851 + }, + "StanceRatio": { + "RawValue": 4294967296 + }, + "CombatPowerList": [ + { + "RawValue": 24068996726784 + }, + { + "RawValue": 11905649344512 + }, + { + "RawValue": 21685289877504 + }, + { + "RawValue": 27663884353536 + } + ], + "StatusProbability": { + "RawValue": 1073741825 + }, + "StatusResistance": { + "RawValue": 858993460 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/HeroConfigExcelTable.json b/CrepePackage/src/data/excel/HeroConfigExcelTable.json new file mode 100644 index 0000000..eaab71c --- /dev/null +++ b/CrepePackage/src/data/excel/HeroConfigExcelTable.json @@ -0,0 +1,22 @@ +{ + "8001": { + "HeroAvatarID": 8001, + "Gender": "GENDER_MAN", + "UnlockMissionID": 0 + }, + "8002": { + "HeroAvatarID": 8002, + "Gender": "GENDER_WOMAN", + "UnlockMissionID": 0 + }, + "8003": { + "HeroAvatarID": 8003, + "Gender": "GENDER_MAN", + "UnlockMissionID": 1011403 + }, + "8004": { + "HeroAvatarID": 8004, + "Gender": "GENDER_WOMAN", + "UnlockMissionID": 1011403 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/InControlActionMapExcelTable.json b/CrepePackage/src/data/excel/InControlActionMapExcelTable.json new file mode 100644 index 0000000..671a032 --- /dev/null +++ b/CrepePackage/src/data/excel/InControlActionMapExcelTable.json @@ -0,0 +1,1447 @@ +{ + "Maze_MouseOperating": { + "actionName": "Maze_MouseOperating", + "actionTextmapID": { + "hash": 759559385 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 0 + ], + "isSettingComboKey": false, + "defaultKey": "LeftAlt", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [] + }, + "Maze_Avatar": { + "actionName": "Maze_Avatar", + "actionTextmapID": { + "hash": -1373810116 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 5, + 6, + 8, + 9, + 11 + ], + "isSettingComboKey": false, + "defaultKey": "C", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [ + 400 + ] + }, + "Maze_Team": { + "actionName": "Maze_Team", + "actionTextmapID": { + "hash": -1087064008 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "T", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [ + 300, + 301, + 302 + ] + }, + "Maze_Map": { + "actionName": "Maze_Map", + "actionTextmapID": { + "hash": 849287801 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 5 + ], + "isSettingComboKey": false, + "defaultKey": "M", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Capture", + "Share", + "View", + "Back", + "Create" + ], + "FuncGotoIDList": [ + 200, + 2700 + ] + }, + "Maze_Bag": { + "actionName": "Maze_Bag", + "actionTextmapID": { + "hash": 412245537 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 5, + 8, + 9 + ], + "isSettingComboKey": false, + "defaultKey": "B", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [ + 500, + 505, + 500 + ] + }, + "Maze_Job": { + "actionName": "Maze_Job", + "actionTextmapID": { + "hash": 1138261028 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 4, + 8, + 9 + ], + "isSettingComboKey": false, + "defaultKey": "J", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [ + 700 + ] + }, + "Maze_Shop": { + "actionName": "Maze_Shop", + "actionTextmapID": { + "hash": 1547711189 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 8, + 9 + ], + "isSettingComboKey": false, + "defaultKey": "P", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [ + 600 + ] + }, + "Maze_ShortCutWheel": { + "actionName": "Maze_ShortCutWheel", + "actionTextmapID": { + "hash": 818886562 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6, + 8, + 9 + ], + "isSettingComboKey": false, + "defaultKey": "Tab", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftBumper" + ], + "FuncGotoIDList": [] + }, + "Maze_Gacha": { + "actionName": "Maze_Gacha", + "actionTextmapID": { + "hash": 1830364425 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 8, + 9 + ], + "isSettingComboKey": false, + "defaultKey": "N", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [ + 2300 + ] + }, + "Maze_TutorialOverView": { + "actionName": "Maze_TutorialOverView", + "actionTextmapID": { + "hash": -1974924236 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3 + ], + "isSettingComboKey": false, + "defaultKey": "H", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [ + 2500 + ] + }, + "Maze_Phone": { + "actionName": "Maze_Phone", + "actionTextmapID": { + "hash": -2036981791 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 3 + ], + "isSettingComboKey": false, + "defaultKey": "Escape", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Options", + "Menu", + "Start" + ], + "FuncGotoIDList": [ + 1900 + ] + }, + "Maze_ClosePage": { + "actionName": "Maze_ClosePage", + "actionTextmapID": { + "hash": -1424625968 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 3, + 4, + 5, + 6, + 8, + 9, + 10, + 11 + ], + "isSettingComboKey": false, + "defaultKey": "Escape", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action2" + ], + "FuncGotoIDList": [] + }, + "Maze_MoveUp": { + "actionName": "Maze_MoveUp", + "actionTextmapID": { + "hash": -1388597319 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "W", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftStickUp" + ], + "FuncGotoIDList": [] + }, + "Maze_MoveDown": { + "actionName": "Maze_MoveDown", + "actionTextmapID": { + "hash": -1630427712 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "S", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftStickDown" + ], + "FuncGotoIDList": [] + }, + "Maze_MoveLeft": { + "actionName": "Maze_MoveLeft", + "actionTextmapID": { + "hash": -743305005 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "A", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftStickLeft" + ], + "FuncGotoIDList": [] + }, + "Maze_MoveRight": { + "actionName": "Maze_MoveRight", + "actionTextmapID": { + "hash": 814254470 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "D", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftStickRight" + ], + "FuncGotoIDList": [] + }, + "Maze_Walk": { + "actionName": "Maze_Walk", + "actionTextmapID": { + "hash": 2065306720 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "Control", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [] + }, + "Maze_FastRun": { + "actionName": "Maze_FastRun", + "actionTextmapID": { + "hash": -1111841388 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "LeftShift", + "defaultMouseType": "RightButton", + "defaultInControlTypes": [ + "RightBumper" + ], + "FuncGotoIDList": [] + }, + "Maze_LookUp": { + "actionName": "Maze_LookUp", + "actionTextmapID": { + "hash": -2128684161 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "PositiveY", + "defaultInControlTypes": [ + "RightStickUp" + ], + "FuncGotoIDList": [] + }, + "Maze_LookDown": { + "actionName": "Maze_LookDown", + "actionTextmapID": { + "hash": -485519354 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "NegativeY", + "defaultInControlTypes": [ + "RightStickDown" + ], + "FuncGotoIDList": [] + }, + "Maze_LookLeft": { + "actionName": "Maze_LookLeft", + "actionTextmapID": { + "hash": -209842871 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "NegativeX", + "defaultInControlTypes": [ + "RightStickLeft" + ], + "FuncGotoIDList": [] + }, + "Maze_LookRight": { + "actionName": "Maze_LookRight", + "actionTextmapID": { + "hash": -71704212 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "PositiveX", + "defaultInControlTypes": [ + "RightStickRight" + ], + "FuncGotoIDList": [] + }, + "Maze_LookForward": { + "actionName": "Maze_LookForward", + "actionTextmapID": { + "hash": 1992207681 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "PositiveScrollWheel", + "defaultInControlTypes": [ + "LeftTrigger" + ], + "FuncGotoIDList": [] + }, + "Maze_LookBack": { + "actionName": "Maze_LookBack", + "actionTextmapID": { + "hash": -1460102287 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "NegativeScrollWheel", + "defaultInControlTypes": [ + "RightTrigger" + ], + "FuncGotoIDList": [] + }, + "Maze_InteractSelectUp": { + "actionName": "Maze_InteractSelectUp", + "actionTextmapID": { + "hash": -527254794 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "PositiveScrollWheel", + "defaultInControlTypes": [ + "RightStickButton" + ], + "FuncGotoIDList": [] + }, + "Maze_InteractSelectDown": { + "actionName": "Maze_InteractSelectDown", + "actionTextmapID": { + "hash": 540233609 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "NegativeScrollWheel", + "defaultInControlTypes": [ + "RightStickButton" + ], + "FuncGotoIDList": [] + }, + "Maze_CameraReset": { + "actionName": "Maze_CameraReset", + "actionTextmapID": { + "hash": -604642279 + }, + "bindingSettingsType": 3, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "CapsLock", + "defaultMouseType": "", + "defaultInControlTypes": [ + "RightStickButton" + ], + "FuncGotoIDList": [] + }, + "Maze_SelectCharacter1": { + "actionName": "Maze_SelectCharacter1", + "actionTextmapID": { + "hash": -515664131 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "Key1", + "defaultMouseType": "", + "defaultInControlTypes": [ + "DPadUp" + ], + "FuncGotoIDList": [] + }, + "Maze_SelectCharacter2": { + "actionName": "Maze_SelectCharacter2", + "actionTextmapID": { + "hash": -515664134 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "Key2", + "defaultMouseType": "", + "defaultInControlTypes": [ + "DPadRight" + ], + "FuncGotoIDList": [] + }, + "Maze_SelectCharacter3": { + "actionName": "Maze_SelectCharacter3", + "actionTextmapID": { + "hash": -515664133 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "Key3", + "defaultMouseType": "", + "defaultInControlTypes": [ + "DPadDown" + ], + "FuncGotoIDList": [] + }, + "Maze_SelectCharacter4": { + "actionName": "Maze_SelectCharacter4", + "actionTextmapID": { + "hash": -515664128 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 3, + 4, + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "Key4", + "defaultMouseType": "", + "defaultInControlTypes": [ + "DPadLeft" + ], + "FuncGotoIDList": [] + }, + "Maze_FollowJob": { + "actionName": "Maze_FollowJob", + "actionTextmapID": { + "hash": -1830859873 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 3 + ], + "isSettingComboKey": false, + "defaultKey": "V", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftStickButton" + ], + "FuncGotoIDList": [] + }, + "Maze_ChallengeEndGame": { + "actionName": "Maze_ChallengeEndGame", + "actionTextmapID": { + "hash": -634177493 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 4, + 8, + 9, + 10, + 11 + ], + "isSettingComboKey": false, + "defaultKey": "Escape", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Options", + "Menu", + "Start" + ], + "FuncGotoIDList": [] + }, + "Maze_RogueEndGame": { + "actionName": "Maze_RogueEndGame", + "actionTextmapID": { + "hash": 992288688 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 5, + 6 + ], + "isSettingComboKey": false, + "defaultKey": "Escape", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Options", + "Menu", + "Start" + ], + "FuncGotoIDList": [] + }, + "Battle_SelectTargetLeft": { + "actionName": "Battle_SelectTargetLeft", + "actionTextmapID": { + "hash": -836707038 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "A", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftBumper", + "LeftStickLeft", + "DPadLeft" + ], + "FuncGotoIDList": [] + }, + "Battle_SelectTargetRight": { + "actionName": "Battle_SelectTargetRight", + "actionTextmapID": { + "hash": -1384156139 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "D", + "defaultMouseType": "", + "defaultInControlTypes": [ + "RightBumper", + "LeftStickRight", + "DPadRight" + ], + "FuncGotoIDList": [] + }, + "Battle_ReleaseUltra1": { + "actionName": "Battle_ReleaseUltra1", + "actionTextmapID": { + "hash": -1332951226 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "Key1", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action3" + ], + "FuncGotoIDList": [] + }, + "Battle_ReleaseUltra2": { + "actionName": "Battle_ReleaseUltra2", + "actionTextmapID": { + "hash": 1395932129 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "Key2", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action4" + ], + "FuncGotoIDList": [] + }, + "Battle_ReleaseUltra3": { + "actionName": "Battle_ReleaseUltra3", + "actionTextmapID": { + "hash": -170151812 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "Key3", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action2" + ], + "FuncGotoIDList": [] + }, + "Battle_ReleaseUltra4": { + "actionName": "Battle_ReleaseUltra4", + "actionTextmapID": { + "hash": -2092466113 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "Key4", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action1" + ], + "FuncGotoIDList": [] + }, + "Battle_SkillSelect": { + "actionName": "Battle_SkillSelect", + "actionTextmapID": { + "hash": -1288995491 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "RightButton", + "defaultInControlTypes": [], + "FuncGotoIDList": [] + }, + "Battle_NormalAttack": { + "actionName": "Battle_NormalAttack", + "actionTextmapID": { + "hash": -1761489333 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "Q", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action3" + ], + "FuncGotoIDList": [] + }, + "Battle_BPSkill": { + "actionName": "Battle_BPSkill", + "actionTextmapID": { + "hash": 170678375 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "E", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action4" + ], + "FuncGotoIDList": [] + }, + "Battle_SkillRelease": { + "actionName": "Battle_SkillRelease", + "actionTextmapID": { + "hash": -981527188 + }, + "bindingSettingsType": 4, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "Space", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action1" + ], + "FuncGotoIDList": [] + }, + "Battle_ClosePage": { + "actionName": "Battle_ClosePage", + "actionTextmapID": { + "hash": -1222787511 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "Escape", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action2" + ], + "FuncGotoIDList": [] + }, + "Battle_TriggerUltra": { + "actionName": "Battle_TriggerUltra", + "actionTextmapID": { + "hash": 546644164 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "RightTrigger" + ], + "FuncGotoIDList": [] + }, + "Battle_ReleaseColossusSkill": { + "actionName": "Battle_ReleaseColossusSkill", + "actionTextmapID": { + "hash": 1656730773 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 2 + ], + "isSettingComboKey": false, + "defaultKey": "R", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action2" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeA": { + "actionName": "Menu_UnchangeA", + "actionTextmapID": { + "hash": 1315499641 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action1" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeB": { + "actionName": "Menu_UnchangeB", + "actionTextmapID": { + "hash": -250584300 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action2" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeX": { + "actionName": "Menu_UnchangeX", + "actionTextmapID": { + "hash": 1812892502 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action3" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeY": { + "actionName": "Menu_UnchangeY", + "actionTextmapID": { + "hash": 246808561 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action4" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeBack": { + "actionName": "Menu_UnchangeBack", + "actionTextmapID": { + "hash": 1923425935 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Capture", + "Share", + "View", + "Back", + "Create" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeOption": { + "actionName": "Menu_UnchangeOption", + "actionTextmapID": { + "hash": 297754091 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Options", + "Menu", + "Start" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeLeftBumper": { + "actionName": "Menu_UnchangeLeftBumper", + "actionTextmapID": { + "hash": 1393049184 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftBumper" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeRightBumper": { + "actionName": "Menu_UnchangeRightBumper", + "actionTextmapID": { + "hash": -1481032123 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "RightBumper" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeLeftTrigger": { + "actionName": "Menu_UnchangeLeftTrigger", + "actionTextmapID": { + "hash": 469862771 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftTrigger" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeRightTrigger": { + "actionName": "Menu_UnchangeRightTrigger", + "actionTextmapID": { + "hash": 861322880 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "RightTrigger" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeLeftStickButton": { + "actionName": "Menu_UnchangeLeftStickButton", + "actionTextmapID": { + "hash": 307277347 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftStickButton" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeRightStickButton": { + "actionName": "Menu_UnchangeRightStickButton", + "actionTextmapID": { + "hash": 2078591212 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "RightStickButton" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeDPadUp": { + "actionName": "Menu_UnchangeDPadUp", + "actionTextmapID": { + "hash": -1471683438 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "DPadUp" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeDPadDown": { + "actionName": "Menu_UnchangeDPadDown", + "actionTextmapID": { + "hash": 601141731 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "DPadDown" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeDPadLeft": { + "actionName": "Menu_UnchangeDPadLeft", + "actionTextmapID": { + "hash": 876818982 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "DPadLeft" + ], + "FuncGotoIDList": [] + }, + "Menu_UnchangeDPadRight": { + "actionName": "Menu_UnchangeDPadRight", + "actionTextmapID": { + "hash": -67347619 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "DPadRight" + ], + "FuncGotoIDList": [] + }, + "Menu_Confirm": { + "actionName": "Menu_Confirm", + "actionTextmapID": { + "hash": -1584564381 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action1" + ], + "FuncGotoIDList": [] + }, + "Menu_Cancel": { + "actionName": "Menu_Cancel", + "actionTextmapID": { + "hash": 772781171 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action2" + ], + "FuncGotoIDList": [] + }, + "Menu_ContinueDialog": { + "actionName": "Menu_ContinueDialog", + "actionTextmapID": { + "hash": 1071854592 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "Space", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action1" + ], + "FuncGotoIDList": [] + }, + "Menu_MazeInteract": { + "actionName": "Menu_MazeInteract", + "actionTextmapID": { + "hash": -1649047864 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "F", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action1" + ], + "FuncGotoIDList": [] + }, + "Menu_MazeEnemyDetail": { + "actionName": "Menu_MazeEnemyDetail", + "actionTextmapID": { + "hash": -1704589443 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "Z", + "defaultMouseType": "", + "defaultInControlTypes": [ + "RightStickButton" + ], + "FuncGotoIDList": [] + }, + "Menu_MazeAttack": { + "actionName": "Menu_MazeAttack", + "actionTextmapID": { + "hash": -1752600294 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "", + "defaultMouseType": "LeftButton", + "defaultInControlTypes": [ + "Action3" + ], + "FuncGotoIDList": [] + }, + "Menu_MazeSkill": { + "actionName": "Menu_MazeSkill", + "actionTextmapID": { + "hash": 578219875 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "E", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Action4" + ], + "FuncGotoIDList": [] + }, + "Menu_BattleAuto": { + "actionName": "Menu_BattleAuto", + "actionTextmapID": { + "hash": -27269772 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "V", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Capture", + "Share", + "View", + "Back", + "Create" + ], + "FuncGotoIDList": [] + }, + "Menu_BattleFast": { + "actionName": "Menu_BattleFast", + "actionTextmapID": { + "hash": -1452191605 + }, + "bindingSettingsType": 1, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "B", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftTrigger" + ], + "FuncGotoIDList": [] + }, + "Menu_BattlePause": { + "actionName": "Menu_BattlePause", + "actionTextmapID": { + "hash": 1429558293 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "Escape", + "defaultMouseType": "", + "defaultInControlTypes": [ + "Options", + "Menu", + "Start" + ], + "FuncGotoIDList": [] + }, + "Menu_BattleEnemyDetail": { + "actionName": "Menu_BattleEnemyDetail", + "actionTextmapID": { + "hash": 1447809800 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "Z", + "defaultMouseType": "", + "defaultInControlTypes": [ + "RightStickButton" + ], + "FuncGotoIDList": [] + }, + "Menu_BattleAvatarDetail": { + "actionName": "Menu_BattleAvatarDetail", + "actionTextmapID": { + "hash": -972845305 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "C", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftStickButton" + ], + "FuncGotoIDList": [] + }, + "Menu_MazeGuideHint": { + "actionName": "Menu_MazeGuideHint", + "actionTextmapID": { + "hash": 813677907 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "G", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftStickButton" + ], + "FuncGotoIDList": [] + }, + "Menu_MazeInterruptLimitMission": { + "actionName": "Menu_MazeInterruptLimitMission", + "actionTextmapID": { + "hash": 2072398190 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "I", + "defaultMouseType": "", + "defaultInControlTypes": [ + "LeftStickButton" + ], + "FuncGotoIDList": [] + }, + "Menu_TinyGameEvent": { + "actionName": "Menu_TinyGameEvent", + "actionTextmapID": { + "hash": 1848041465 + }, + "bindingSettingsType": 0, + "actionTypeList": [ + 1 + ], + "isSettingComboKey": false, + "defaultKey": "R", + "defaultMouseType": "", + "defaultInControlTypes": [], + "FuncGotoIDList": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/InControlKeyInfoExcelTable.json b/CrepePackage/src/data/excel/InControlKeyInfoExcelTable.json new file mode 100644 index 0000000..9260e43 --- /dev/null +++ b/CrepePackage/src/data/excel/InControlKeyInfoExcelTable.json @@ -0,0 +1,688 @@ +{ + "A": { + "key": "A", + "isSettingKey": true, + "keyString": { + "hash": -216179283 + } + }, + "B": { + "key": "B", + "isSettingKey": true, + "keyString": { + "hash": 1349904658 + } + }, + "C": { + "key": "C", + "isSettingKey": true, + "keyString": { + "hash": -1378978697 + } + }, + "D": { + "key": "D", + "isSettingKey": true, + "keyString": { + "hash": 187105244 + } + }, + "E": { + "key": "E", + "isSettingKey": true, + "keyString": { + "hash": 1753189185 + } + }, + "F": { + "key": "F", + "isSettingKey": true, + "keyString": { + "hash": -975694170 + } + }, + "G": { + "key": "G", + "isSettingKey": true, + "keyString": { + "hash": 590389771 + } + }, + "H": { + "key": "H", + "isSettingKey": true, + "keyString": { + "hash": -1426032864 + } + }, + "I": { + "key": "I", + "isSettingKey": true, + "keyString": { + "hash": 140051077 + } + }, + "J": { + "key": "J", + "isSettingKey": true, + "keyString": { + "hash": 1706135018 + } + }, + "K": { + "key": "K", + "isSettingKey": true, + "keyString": { + "hash": -1022748337 + } + }, + "L": { + "key": "L", + "isSettingKey": true, + "keyString": { + "hash": 543335604 + } + }, + "M": { + "key": "M", + "isSettingKey": true, + "keyString": { + "hash": 2109419545 + } + }, + "N": { + "key": "N", + "isSettingKey": true, + "keyString": { + "hash": -619463810 + } + }, + "O": { + "key": "O", + "isSettingKey": true, + "keyString": { + "hash": 946620131 + } + }, + "P": { + "key": "P", + "isSettingKey": true, + "keyString": { + "hash": -1069802504 + } + }, + "Q": { + "key": "Q", + "isSettingKey": true, + "keyString": { + "hash": 496281437 + } + }, + "R": { + "key": "R", + "isSettingKey": true, + "keyString": { + "hash": 2062365378 + } + }, + "S": { + "key": "S", + "isSettingKey": true, + "keyString": { + "hash": -666517977 + } + }, + "T": { + "key": "T", + "isSettingKey": true, + "keyString": { + "hash": 899565964 + } + }, + "U": { + "key": "U", + "isSettingKey": true, + "keyString": { + "hash": -1829317391 + } + }, + "V": { + "key": "V", + "isSettingKey": true, + "keyString": { + "hash": -263233450 + } + }, + "W": { + "key": "W", + "isSettingKey": true, + "keyString": { + "hash": 1302850491 + } + }, + "X": { + "key": "X", + "isSettingKey": true, + "keyString": { + "hash": -713572144 + } + }, + "Y": { + "key": "Y", + "isSettingKey": true, + "keyString": { + "hash": 852511797 + } + }, + "Z": { + "key": "Z", + "isSettingKey": true, + "keyString": { + "hash": -1876371558 + } + }, + "F1": { + "key": "F1", + "isSettingKey": true, + "keyString": { + "hash": -128097161 + } + }, + "F2": { + "key": "F2", + "isSettingKey": true, + "keyString": { + "hash": -128097160 + } + }, + "F3": { + "key": "F3", + "isSettingKey": true, + "keyString": { + "hash": -128097159 + } + }, + "F4": { + "key": "F4", + "isSettingKey": true, + "keyString": { + "hash": -128097158 + } + }, + "F5": { + "key": "F5", + "isSettingKey": true, + "keyString": { + "hash": -128097157 + } + }, + "F6": { + "key": "F6", + "isSettingKey": true, + "keyString": { + "hash": -128097156 + } + }, + "F7": { + "key": "F7", + "isSettingKey": true, + "keyString": { + "hash": -128097155 + } + }, + "F8": { + "key": "F8", + "isSettingKey": true, + "keyString": { + "hash": -128097154 + } + }, + "F9": { + "key": "F9", + "isSettingKey": true, + "keyString": { + "hash": -128097153 + } + }, + "F10": { + "key": "F10", + "isSettingKey": true, + "keyString": { + "hash": 4245575 + } + }, + "F11": { + "key": "F11", + "isSettingKey": true, + "keyString": { + "hash": 1570329516 + } + }, + "F12": { + "key": "F12", + "isSettingKey": true, + "keyString": { + "hash": 1167044989 + } + }, + "Key0": { + "key": "Key0", + "isSettingKey": true, + "keyString": { + "hash": -1269960169 + } + }, + "Key1": { + "key": "Key1", + "isSettingKey": true, + "keyString": { + "hash": -1269960170 + } + }, + "Key2": { + "key": "Key2", + "isSettingKey": true, + "keyString": { + "hash": -1269960167 + } + }, + "Key3": { + "key": "Key3", + "isSettingKey": true, + "keyString": { + "hash": -1269960168 + } + }, + "Key4": { + "key": "Key4", + "isSettingKey": true, + "keyString": { + "hash": -1269960173 + } + }, + "Key5": { + "key": "Key5", + "isSettingKey": true, + "keyString": { + "hash": -1269960174 + } + }, + "Key6": { + "key": "Key6", + "isSettingKey": true, + "keyString": { + "hash": -1269960171 + } + }, + "Key7": { + "key": "Key7", + "isSettingKey": true, + "keyString": { + "hash": -1269960172 + } + }, + "Key8": { + "key": "Key8", + "isSettingKey": true, + "keyString": { + "hash": -1269960161 + } + }, + "Key9": { + "key": "Key9", + "isSettingKey": true, + "keyString": { + "hash": -1269960162 + } + }, + "Space": { + "key": "Space", + "isSettingKey": true, + "keyString": { + "hash": -1131720626 + } + }, + "Minus": { + "key": "Minus", + "isSettingKey": true, + "keyString": { + "hash": -1696818156 + } + }, + "Equals": { + "key": "Equals", + "isSettingKey": true, + "keyString": { + "hash": 1880330055 + } + }, + "Backspace": { + "key": "Backspace", + "isSettingKey": true, + "keyString": { + "hash": 984837679 + } + }, + "LeftBracket": { + "key": "LeftBracket", + "isSettingKey": true, + "keyString": { + "hash": -776142149 + } + }, + "RightBracket": { + "key": "RightBracket", + "isSettingKey": true, + "keyString": { + "hash": 1890043086 + } + }, + "Semicolon": { + "key": "Semicolon", + "isSettingKey": true, + "keyString": { + "hash": -761882945 + } + }, + "Quote": { + "key": "Quote", + "isSettingKey": true, + "keyString": { + "hash": 1994574144 + } + }, + "Backslash": { + "key": "Backslash", + "isSettingKey": true, + "keyString": { + "hash": 937783892 + } + }, + "Comma": { + "key": "Comma", + "isSettingKey": true, + "keyString": { + "hash": -2146381787 + } + }, + "Period": { + "key": "Period", + "isSettingKey": true, + "keyString": { + "hash": -1699966303 + } + }, + "Slash": { + "key": "Slash", + "isSettingKey": true, + "keyString": { + "hash": -15974471 + } + }, + "LeftArrow": { + "key": "LeftArrow", + "isSettingKey": true, + "keyString": { + "hash": -996784758 + } + }, + "RightArrow": { + "key": "RightArrow", + "isSettingKey": true, + "keyString": { + "hash": 2102402249 + } + }, + "UpArrow": { + "key": "UpArrow", + "isSettingKey": true, + "keyString": { + "hash": -515204886 + } + }, + "DownArrow": { + "key": "DownArrow", + "isSettingKey": true, + "keyString": { + "hash": 1222525463 + } + }, + "Backquote": { + "key": "Backquote", + "isSettingKey": true, + "keyString": { + "hash": -1669365211 + } + }, + "Return": { + "key": "Return", + "isSettingKey": true, + "keyString": { + "hash": -90894006 + } + }, + "Shift": { + "key": "Shift", + "isSettingKey": false, + "keyString": { + "hash": -244597204 + } + }, + "Alt": { + "key": "Alt", + "isSettingKey": false, + "keyString": { + "hash": -136916963 + } + }, + "Control": { + "key": "Control", + "isSettingKey": false, + "keyString": { + "hash": 2137048891 + } + }, + "Escape": { + "key": "Escape", + "isSettingKey": false, + "keyString": { + "hash": 1968046445 + } + }, + "None": { + "key": "None", + "isSettingKey": false, + "keyString": { + "hash": 645706194 + } + }, + "Home": { + "key": "Home", + "isSettingKey": false, + "keyString": { + "hash": 1250503819 + } + }, + "Pad0": { + "key": "Pad0", + "isSettingKey": true, + "keyString": { + "hash": -1088650179 + } + }, + "Pad1": { + "key": "Pad1", + "isSettingKey": true, + "keyString": { + "hash": -1088650180 + } + }, + "Pad2": { + "key": "Pad2", + "isSettingKey": true, + "keyString": { + "hash": -1088650177 + } + }, + "Pad3": { + "key": "Pad3", + "isSettingKey": true, + "keyString": { + "hash": -1088650178 + } + }, + "Pad4": { + "key": "Pad4", + "isSettingKey": true, + "keyString": { + "hash": -1088650175 + } + }, + "Pad5": { + "key": "Pad5", + "isSettingKey": true, + "keyString": { + "hash": -1088650176 + } + }, + "Pad6": { + "key": "Pad6", + "isSettingKey": true, + "keyString": { + "hash": -1088650173 + } + }, + "Pad7": { + "key": "Pad7", + "isSettingKey": true, + "keyString": { + "hash": -1088650174 + } + }, + "Pad8": { + "key": "Pad8", + "isSettingKey": true, + "keyString": { + "hash": -1088650171 + } + }, + "Pad9": { + "key": "Pad9", + "isSettingKey": true, + "keyString": { + "hash": -1088650172 + } + }, + "PadDivide": { + "key": "PadDivide", + "isSettingKey": true, + "keyString": { + "hash": 1768225204 + } + }, + "PadMultiply": { + "key": "PadMultiply", + "isSettingKey": true, + "keyString": { + "hash": -1526617239 + } + }, + "PadMinus": { + "key": "PadMinus", + "isSettingKey": true, + "keyString": { + "hash": -383122991 + } + }, + "PadPlus": { + "key": "PadPlus", + "isSettingKey": true, + "keyString": { + "hash": -1669675917 + } + }, + "PadEnter": { + "key": "PadEnter", + "isSettingKey": true, + "keyString": { + "hash": 1236654453 + } + }, + "PadPeriod": { + "key": "PadPeriod", + "isSettingKey": true, + "keyString": { + "hash": -959128752 + } + }, + "CapsLock": { + "key": "CapsLock", + "isSettingKey": true, + "keyString": { + "hash": 1242648122 + } + }, + "LeftShift": { + "key": "LeftShift", + "isSettingKey": true, + "keyString": { + "hash": -1836146821 + } + }, + "LeftAlt": { + "key": "LeftAlt", + "isSettingKey": true, + "keyString": { + "hash": 2035502928 + } + }, + "LeftCommand": { + "key": "LeftCommand", + "isSettingKey": false, + "keyString": { + "hash": 657870442 + } + }, + "LeftControl": { + "key": "LeftControl", + "isSettingKey": true, + "keyString": { + "hash": -1578459398 + } + }, + "RightShift": { + "key": "RightShift", + "isSettingKey": true, + "keyString": { + "hash": -1056635726 + } + }, + "RightAlt": { + "key": "RightAlt", + "isSettingKey": true, + "keyString": { + "hash": -1079941555 + } + }, + "RightCommand": { + "key": "RightCommand", + "isSettingKey": false, + "keyString": { + "hash": -1176066781 + } + }, + "RightControl": { + "key": "RightControl", + "isSettingKey": true, + "keyString": { + "hash": 1888588323 + } + }, + "Tab": { + "key": "Tab", + "isSettingKey": false, + "keyString": { + "hash": -1562096745 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/InControlMouseTypeInfoExcelTable.json b/CrepePackage/src/data/excel/InControlMouseTypeInfoExcelTable.json new file mode 100644 index 0000000..882061a --- /dev/null +++ b/CrepePackage/src/data/excel/InControlMouseTypeInfoExcelTable.json @@ -0,0 +1,77 @@ +{ + "LeftButton": { + "controlType": "LeftButton", + "isSettingMouseType": false, + "iconForMouse": "SpriteOutput/KeyMapIcons/PC/IconMouseLeftKey.png" + }, + "RightButton": { + "controlType": "RightButton", + "isSettingMouseType": false, + "iconForMouse": "SpriteOutput/KeyMapIcons/PC/IconMouseRightKey.png" + }, + "MiddleButton": { + "controlType": "MiddleButton", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "NegativeX": { + "controlType": "NegativeX", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "PositiveX": { + "controlType": "PositiveX", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "NegativeY": { + "controlType": "NegativeY", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "PositiveY": { + "controlType": "PositiveY", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "PositiveScrollWheel": { + "controlType": "PositiveScrollWheel", + "isSettingMouseType": false, + "iconForMouse": "SpriteOutput/KeyMapIcons/PC/IconMouseCenterKeyScroll.png" + }, + "NegativeScrollWheel": { + "controlType": "NegativeScrollWheel", + "isSettingMouseType": false, + "iconForMouse": "SpriteOutput/KeyMapIcons/PC/IconMouseCenterKeyScroll.png" + }, + "Button4": { + "controlType": "Button4", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "Button5": { + "controlType": "Button5", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "Button6": { + "controlType": "Button6", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "Button7": { + "controlType": "Button7", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "Button8": { + "controlType": "Button8", + "isSettingMouseType": false, + "iconForMouse": "" + }, + "Button9": { + "controlType": "Button9", + "isSettingMouseType": false, + "iconForMouse": "" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/InteractExcelTable.json b/CrepePackage/src/data/excel/InteractExcelTable.json new file mode 100644 index 0000000..1684847 --- /dev/null +++ b/CrepePackage/src/data/excel/InteractExcelTable.json @@ -0,0 +1,678 @@ +{ + "1010": { + "InteractID": 1010, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1011": { + "InteractID": 1011, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": true, + "InteractDesc": { + "hash": 371857150 + } + }, + "1020": { + "InteractID": 1020, + "SrcState": "Closed", + "TargetState": "Locked", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1030": { + "InteractID": 1030, + "SrcState": "Closed", + "TargetState": "BridgeState1", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1040": { + "InteractID": 1040, + "SrcState": "Closed", + "TargetState": "BridgeState2", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1050": { + "InteractID": 1050, + "SrcState": "Closed", + "TargetState": "BridgeState3", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1060": { + "InteractID": 1060, + "SrcState": "Closed", + "TargetState": "BridgeState4", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1090": { + "InteractID": 1090, + "SrcState": "Closed", + "TargetState": "TriggerDisable", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1100": { + "InteractID": 1100, + "SrcState": "Open", + "TargetState": "Closed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1120": { + "InteractID": 1120, + "SrcState": "Open", + "TargetState": "Locked", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1190": { + "InteractID": 1190, + "SrcState": "Open", + "TargetState": "TriggerDisable", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1200": { + "InteractID": 1200, + "SrcState": "Locked", + "TargetState": "Closed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1210": { + "InteractID": 1210, + "SrcState": "Locked", + "TargetState": "Open", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1230": { + "InteractID": 1230, + "SrcState": "Locked", + "TargetState": "BridgeState1", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1300": { + "InteractID": 1300, + "SrcState": "BridgeState1", + "TargetState": "Closed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1340": { + "InteractID": 1340, + "SrcState": "BridgeState1", + "TargetState": "BridgeState2", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1350": { + "InteractID": 1350, + "SrcState": "BridgeState1", + "TargetState": "BridgeState3", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1360": { + "InteractID": 1360, + "SrcState": "BridgeState1", + "TargetState": "BridgeState4", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1400": { + "InteractID": 1400, + "SrcState": "BridgeState2", + "TargetState": "Closed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1430": { + "InteractID": 1430, + "SrcState": "BridgeState2", + "TargetState": "BridgeState1", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1450": { + "InteractID": 1450, + "SrcState": "BridgeState2", + "TargetState": "BridgeState3", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1500": { + "InteractID": 1500, + "SrcState": "BridgeState3", + "TargetState": "Closed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1530": { + "InteractID": 1530, + "SrcState": "BridgeState3", + "TargetState": "BridgeState1", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1540": { + "InteractID": 1540, + "SrcState": "BridgeState3", + "TargetState": "BridgeState2", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1560": { + "InteractID": 1560, + "SrcState": "BridgeState3", + "TargetState": "BridgeState4", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1600": { + "InteractID": 1600, + "SrcState": "BridgeState4", + "TargetState": "Closed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1610": { + "InteractID": 1610, + "SrcState": "BridgeState4", + "TargetState": "Open", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1630": { + "InteractID": 1630, + "SrcState": "BridgeState4", + "TargetState": "BridgeState1", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "1650": { + "InteractID": 1650, + "SrcState": "BridgeState4", + "TargetState": "BridgeState3", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "3010": { + "InteractID": 3010, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CostItem", + "ItemCostList": [ + { + "ItemID": 149992, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": -1897267716 + } + }, + "3011": { + "InteractID": 3011, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CheckItem", + "ItemCostList": [ + { + "ItemID": 140037, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": -1897267717 + } + }, + "3012": { + "InteractID": 3012, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CheckItem", + "ItemCostList": [ + { + "ItemID": 140037, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": -1897267714 + } + }, + "3013": { + "InteractID": 3013, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CheckItem", + "ItemCostList": [ + { + "ItemID": 140037, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": -1897267715 + } + }, + "3014": { + "InteractID": 3014, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CostItem", + "ItemCostList": [ + { + "ItemID": 140026, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": -1897267712 + } + }, + "3015": { + "InteractID": 3015, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CostItem", + "ItemCostList": [ + { + "ItemID": 140036, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": -1897267713 + } + }, + "3016": { + "InteractID": 3016, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CheckItem", + "ItemCostList": [ + { + "ItemID": 140037, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": -1897267710 + } + }, + "3017": { + "InteractID": 3017, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CostItem", + "ItemCostList": [ + { + "ItemID": 140046, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": -1897267711 + } + }, + "3200": { + "InteractID": 3200, + "SrcState": "Locked", + "TargetState": "Closed", + "InteractCostType": "CheckItem", + "ItemCostList": [ + { + "ItemID": 140037, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": 831615705 + } + }, + "3801": { + "InteractID": 3801, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CostItem", + "ItemCostList": [ + { + "ItemID": 32, + "ItemNum": 2 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": 831615902 + } + }, + "10100": { + "InteractID": 10100, + "SrcState": "Closed", + "TargetState": "TriggerEnable", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "11000": { + "InteractID": 11000, + "SrcState": "TriggerEnable", + "TargetState": "Closed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "11010": { + "InteractID": 11010, + "SrcState": "TriggerEnable", + "TargetState": "Open", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "11090": { + "InteractID": 11090, + "SrcState": "TriggerEnable", + "TargetState": "TriggerDisable", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "11100": { + "InteractID": 11100, + "SrcState": "Open", + "TargetState": "TriggerEnable", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "11700": { + "InteractID": 11700, + "SrcState": "WaitActive", + "TargetState": "Closed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "12140": { + "InteractID": 12140, + "SrcState": "Locked", + "TargetState": "Elevator1", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "19100": { + "InteractID": 19100, + "SrcState": "TriggerDisable", + "TargetState": "TriggerEnable", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "111120": { + "InteractID": 111120, + "SrcState": "ChestLocked", + "TargetState": "ChestClosed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "112110": { + "InteractID": 112110, + "SrcState": "ChestClosed", + "TargetState": "ChestLocked", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "112131": { + "InteractID": 112131, + "SrcState": "ChestClosed", + "TargetState": "ChestUsed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": true, + "InteractDesc": { + "hash": 371857150 + } + }, + "114150": { + "InteractID": 114150, + "SrcState": "Elevator1", + "TargetState": "Elevator2", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "115140": { + "InteractID": 115140, + "SrcState": "Elevator2", + "TargetState": "Elevator1", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "118191": { + "InteractID": 118191, + "SrcState": "EventClose", + "TargetState": "EventOpen", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": true, + "InteractDesc": { + "hash": 371857150 + } + }, + "120120": { + "InteractID": 120120, + "SrcState": "Hidden", + "TargetState": "ChestClosed", + "InteractCostType": "None", + "ItemCostList": [], + "IsEvent": false, + "InteractDesc": { + "hash": 371857150 + } + }, + "301180": { + "InteractID": 301180, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CheckItem", + "ItemCostList": [ + { + "ItemID": 180, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": 1458444403 + } + }, + "301181": { + "InteractID": 301181, + "SrcState": "Closed", + "TargetState": "Open", + "InteractCostType": "CheckItem", + "ItemCostList": [ + { + "ItemID": 181, + "ItemNum": 1 + } + ], + "IsEvent": false, + "InteractDesc": { + "hash": 1458444404 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/IntroDataExcelTable.json b/CrepePackage/src/data/excel/IntroDataExcelTable.json new file mode 100644 index 0000000..e77a657 --- /dev/null +++ b/CrepePackage/src/data/excel/IntroDataExcelTable.json @@ -0,0 +1,137 @@ +{ + "1": { + "ID": 1, + "Title": "InfoText_WorldLevel_Title", + "Desc": "InfoText_WorldLevel_Text" + }, + "2": { + "ID": 2, + "Title": "InfoText_ChallengeMaze_Title", + "Desc": "InfoText_ChallengeMaze_Text" + }, + "3": { + "ID": 3, + "Title": "InfoText_ItemCompose_Title", + "Desc": "InfoText_ItemCompose_Text" + }, + "4": { + "ID": 4, + "Title": "InfoText_Character_Title", + "Desc": "InfoText_Character_Text" + }, + "5": { + "ID": 5, + "Title": "InfoText_SkillTree_Title", + "Desc": "InfoText_SkillTree_Text" + }, + "6": { + "ID": 6, + "Title": "InfoText_LightCone_Title", + "Desc": "InfoText_LightCone_Text" + }, + "7": { + "ID": 7, + "Title": "InfoText_DailyRecord_Title", + "Desc": "InfoText_DailyRecord_Text" + }, + "8": { + "ID": 8, + "Title": "InfoText_Mission_Title", + "Desc": "InfoText_Mission_Text" + }, + "9": { + "ID": 9, + "Title": "InfoText_Map_Title", + "Desc": "InfoText_Map_Text" + }, + "10": { + "ID": 10, + "Title": "InfoText_Cocoon_Title", + "Desc": "InfoText_Cocoon_Text" + }, + "11": { + "ID": 11, + "Title": "InfoText_Mail_Title", + "Desc": "InfoText_Mail_Text" + }, + "12": { + "ID": 12, + "Title": "InfoText_Rogue_Title", + "Desc": "InfoText_Rogue_Text1" + }, + "13": { + "ID": 13, + "Title": "InfoText_HeroPaths_Title", + "Desc": "InfoText_HeroPaths_Text" + }, + "14": { + "ID": 14, + "Title": "InfoText_Prestige_Title", + "Desc": "InfoText_Prestige_Text" + }, + "15": { + "ID": 15, + "Title": "InfoText_Cocoon2_Title", + "Desc": "InfoText_Cocoon2_Text" + }, + "16": { + "ID": 16, + "Title": "InfoText_FarmElement_Title", + "Desc": "InfoText_FarmElement_Text" + }, + "17": { + "ID": 17, + "Title": "InfoText_FarmRelic_Title", + "Desc": "InfoText_FarmRelic_Text" + }, + "18": { + "ID": 18, + "Title": "InfoText_HealPool_Title", + "Desc": "InfoText_HealPool_Text" + }, + "19": { + "ID": 19, + "Title": "InfoText_RogueGacha_Title", + "Desc": "InfoText_RogueGacha_Text" + }, + "20": { + "ID": 20, + "Title": "InfoText_ChallengeMaze_Theme1_Title", + "Desc": "InfoText_ChallengeMaze_Theme1_Text" + }, + "21": { + "ID": 21, + "Title": "InfoText_Rogue_Title", + "Desc": "InfoText_Rogue_Text1" + }, + "22": { + "ID": 22, + "Title": "InfoText_Rogue_Title", + "Desc": "InfoText_Rogue_Text1" + }, + "23": { + "ID": 23, + "Title": "InfoText_RogueAppraisal_Title", + "Desc": "InfoText_RogueAppraisal_Text" + }, + "24": { + "ID": 24, + "Title": "InfoText_Achievement_Title", + "Desc": "InfoText_Achievement_Text" + }, + "25": { + "ID": 25, + "Title": "InfoText_Expedition_Title", + "Desc": "InfoText_Expedition_Text" + }, + "26": { + "ID": 26, + "Title": "InfoText_PhoneMessage_Title", + "Desc": "InfoText_PhoneMessage_Text" + }, + "27": { + "ID": 27, + "Title": "InfoText_PhoneNotifications_Title", + "Desc": "InfoText_PhoneNotifications_Text" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/InventorySortExcelTable.json b/CrepePackage/src/data/excel/InventorySortExcelTable.json new file mode 100644 index 0000000..2566cfa --- /dev/null +++ b/CrepePackage/src/data/excel/InventorySortExcelTable.json @@ -0,0 +1,116 @@ +{ + "Count": { + "SortType": "Count", + "SortTypeName": { + "hash": 842389391 + } + }, + "Rarity": { + "SortType": "Rarity", + "SortTypeName": { + "hash": 439104864 + } + }, + "Level": { + "SortType": "Level", + "SortTypeName": { + "hash": 2005188805 + } + }, + "AvatarBaseType": { + "SortType": "AvatarBaseType", + "SortTypeName": { + "hash": 1601904278 + } + }, + "Attack": { + "SortType": "Attack", + "SortTypeName": { + "hash": -1126979077 + } + }, + "Defence": { + "SortType": "Defence", + "SortTypeName": { + "hash": -1530263604 + } + }, + "HP": { + "SortType": "HP", + "SortTypeName": { + "hash": 35820337 + } + }, + "ObtainTime": { + "SortType": "ObtainTime", + "SortTypeName": { + "hash": -1079924910 + } + }, + "HPAddedRatio": { + "SortType": "HPAddedRatio", + "SortTypeName": { + "hash": 486159031 + } + }, + "HPDelta": { + "SortType": "HPDelta", + "SortTypeName": { + "hash": -1265111329 + } + }, + "AttackAddedRatio": { + "SortType": "AttackAddedRatio", + "SortTypeName": { + "hash": -1265111328 + } + }, + "AttackDelta": { + "SortType": "AttackDelta", + "SortTypeName": { + "hash": -1265111327 + } + }, + "DefenceAddedRatio": { + "SortType": "DefenceAddedRatio", + "SortTypeName": { + "hash": -1265111326 + } + }, + "DefenceDelta": { + "SortType": "DefenceDelta", + "SortTypeName": { + "hash": -1265111333 + } + }, + "SpeedBase": { + "SortType": "SpeedBase", + "SortTypeName": { + "hash": -1265111332 + } + }, + "CriticalChance": { + "SortType": "CriticalChance", + "SortTypeName": { + "hash": -1265111331 + } + }, + "CriticalDamage": { + "SortType": "CriticalDamage", + "SortTypeName": { + "hash": -1265111330 + } + }, + "StatusProbability": { + "SortType": "StatusProbability", + "SortTypeName": { + "hash": -1265111337 + } + }, + "StatusResistance": { + "SortType": "StatusResistance", + "SortTypeName": { + "hash": -1265111336 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/InventoryTabExcelTable.json b/CrepePackage/src/data/excel/InventoryTabExcelTable.json new file mode 100644 index 0000000..c83ca23 --- /dev/null +++ b/CrepePackage/src/data/excel/InventoryTabExcelTable.json @@ -0,0 +1,168 @@ +{ + "101": { + "ID": 101, + "TabName": { + "hash": -136005327 + }, + "IconImagePath": "SpriteOutput/TabIcon/Inventory/InventoryMaterialsIcon.png", + "DisplayInventoryType": "Normal", + "DisplayItemType": [ + "Virtual", + "Placeholder", + "Material" + ], + "TabSortWeight": 10, + "ItemSortTypeList": [ + "Count", + "Rarity" + ], + "DisplayCapacityLimit": 0 + }, + "102": { + "ID": 102, + "TabName": { + "hash": -1702089268 + }, + "IconImagePath": "SpriteOutput/TabIcon/Inventory/InventoryLightConeIcon.png", + "DisplayInventoryType": "Normal", + "DisplayItemType": [ + "Equipment" + ], + "TabSortWeight": 9, + "ItemSortTypeList": [ + "Rarity", + "Level", + "AvatarBaseType", + "Attack", + "Defence", + "HP", + "ObtainTime" + ], + "DisplayCapacityLimit": 2000 + }, + "103": { + "ID": 103, + "TabName": { + "hash": 1026794087 + }, + "IconImagePath": "SpriteOutput/TabIcon/Inventory/InventoryQuestIcon.png", + "DisplayInventoryType": "Normal", + "DisplayItemType": [ + "Mission" + ], + "TabSortWeight": 6, + "ItemSortTypeList": [ + "Rarity" + ], + "DisplayCapacityLimit": 0 + }, + "104": { + "ID": 104, + "TabName": { + "hash": -895520214 + }, + "IconImagePath": "SpriteOutput/TabIcon/Inventory/InventoryConsumablesIcon.png", + "DisplayInventoryType": "Normal", + "DisplayItemType": [ + "Food" + ], + "TabSortWeight": 7, + "ItemSortTypeList": [ + "Rarity" + ], + "DisplayCapacityLimit": 0 + }, + "105": { + "ID": 105, + "TabName": { + "hash": 1833363141 + }, + "IconImagePath": "SpriteOutput/TabIcon/Inventory/InventoryOtherIcon.png", + "DisplayInventoryType": "Normal", + "DisplayItemType": [ + "Gift" + ], + "TabSortWeight": 5, + "ItemSortTypeList": [ + "Rarity" + ], + "DisplayCapacityLimit": 0 + }, + "106": { + "ID": 106, + "TabName": { + "hash": 267279200 + }, + "IconImagePath": "SpriteOutput/TabIcon/Inventory/InventoryIcon.png", + "DisplayInventoryType": "Normal", + "DisplayItemType": [ + "Relic" + ], + "TabSortWeight": 8, + "ItemSortTypeList": [ + "Rarity", + "Level", + "ObtainTime", + "HPAddedRatio", + "HPDelta", + "AttackAddedRatio", + "AttackDelta", + "DefenceAddedRatio", + "DefenceDelta", + "SpeedBase", + "CriticalChance", + "CriticalDamage", + "StatusProbability" + ], + "DisplayCapacityLimit": 2000 + }, + "107": { + "ID": 107, + "TabName": { + "hash": -1298804741 + }, + "IconImagePath": "SpriteOutput/TabIcon/Inventory/InventoryConsumablesIcon.png", + "DisplayInventoryType": "Rogue", + "DisplayItemType": [ + "RogueFood" + ], + "TabSortWeight": 1, + "ItemSortTypeList": [ + "Rarity" + ], + "DisplayCapacityLimit": 0 + }, + "108": { + "ID": 108, + "TabName": { + "hash": 1786308974 + }, + "IconImagePath": "SpriteOutput/TabIcon/Inventory/InventoryLightConeIcon.png", + "DisplayInventoryType": "Rogue", + "DisplayItemType": [ + "RogueMiracle" + ], + "TabSortWeight": 2, + "ItemSortTypeList": [ + "Rarity" + ], + "DisplayCapacityLimit": 0 + }, + "109": { + "ID": 109, + "TabName": { + "hash": 220225033 + }, + "IconImagePath": "SpriteOutput/TabIcon/Inventory/InventoryMaterialsIcon.png", + "DisplayInventoryType": "Rogue", + "DisplayItemType": [ + "RogueStone" + ], + "TabSortWeight": 3, + "ItemSortTypeList": [ + "Count", + "Rarity" + ], + "DisplayCapacityLimit": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ItemComposeConfigExcelTable.json b/CrepePackage/src/data/excel/ItemComposeConfigExcelTable.json new file mode 100644 index 0000000..3287508 --- /dev/null +++ b/CrepePackage/src/data/excel/ItemComposeConfigExcelTable.json @@ -0,0 +1,734 @@ +{ + "301": { + "ID": 301, + "ItemID": 111002, + "MaterialCost": [ + { + "ItemID": 111001, + "ItemNum": 5 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "302": { + "ID": 302, + "ItemID": 111003, + "MaterialCost": [ + { + "ItemID": 111002, + "ItemNum": 5 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 2, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "303": { + "ID": 303, + "ItemID": 112002, + "MaterialCost": [ + { + "ItemID": 112001, + "ItemNum": 5 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 3, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "304": { + "ID": 304, + "ItemID": 112003, + "MaterialCost": [ + { + "ItemID": 112002, + "ItemNum": 5 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 4, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "305": { + "ID": 305, + "ItemID": 112012, + "MaterialCost": [ + { + "ItemID": 112011, + "ItemNum": 5 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 5, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "306": { + "ID": 306, + "ItemID": 112013, + "MaterialCost": [ + { + "ItemID": 112012, + "ItemNum": 5 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 6, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "307": { + "ID": 307, + "ItemID": 111012, + "MaterialCost": [ + { + "ItemID": 111011, + "ItemNum": 5 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 7, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "308": { + "ID": 308, + "ItemID": 111013, + "MaterialCost": [ + { + "ItemID": 111012, + "ItemNum": 5 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 8, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "201": { + "ID": 201, + "ItemID": 110112, + "MaterialCost": [ + { + "ItemID": 110111, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "202": { + "ID": 202, + "ItemID": 110122, + "MaterialCost": [ + { + "ItemID": 110121, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "203": { + "ID": 203, + "ItemID": 110132, + "MaterialCost": [ + { + "ItemID": 110131, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "204": { + "ID": 204, + "ItemID": 110142, + "MaterialCost": [ + { + "ItemID": 110141, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "205": { + "ID": 205, + "ItemID": 110152, + "MaterialCost": [ + { + "ItemID": 110151, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "206": { + "ID": 206, + "ItemID": 110162, + "MaterialCost": [ + { + "ItemID": 110161, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "207": { + "ID": 207, + "ItemID": 110172, + "MaterialCost": [ + { + "ItemID": 110171, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 2, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "211": { + "ID": 211, + "ItemID": 110113, + "MaterialCost": [ + { + "ItemID": 110112, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "212": { + "ID": 212, + "ItemID": 110123, + "MaterialCost": [ + { + "ItemID": 110122, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "213": { + "ID": 213, + "ItemID": 110133, + "MaterialCost": [ + { + "ItemID": 110132, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "214": { + "ID": 214, + "ItemID": 110143, + "MaterialCost": [ + { + "ItemID": 110142, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "215": { + "ID": 215, + "ItemID": 110153, + "MaterialCost": [ + { + "ItemID": 110152, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "216": { + "ID": 216, + "ItemID": 110163, + "MaterialCost": [ + { + "ItemID": 110162, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "217": { + "ID": 217, + "ItemID": 110173, + "MaterialCost": [ + { + "ItemID": 110172, + "ItemNum": 3 + } + ], + "CoinCost": 20, + "Type": 12, + "Order": 1, + "WorldLevelRequire": 4, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "1001": { + "ID": 1001, + "ItemID": 71000, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 1, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1002": { + "ID": 1002, + "ItemID": 71001, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 2, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1003": { + "ID": 1003, + "ItemID": 71002, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 3, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1004": { + "ID": 1004, + "ItemID": 71003, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 4, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1005": { + "ID": 1005, + "ItemID": 71004, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 5, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1006": { + "ID": 1006, + "ItemID": 71005, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 6, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1007": { + "ID": 1007, + "ItemID": 71006, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 7, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1008": { + "ID": 1008, + "ItemID": 71007, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 8, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1009": { + "ID": 1009, + "ItemID": 71008, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 9, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1010": { + "ID": 1010, + "ItemID": 71009, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 10, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1011": { + "ID": 1011, + "ItemID": 71010, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 11, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "1012": { + "ID": 1012, + "ItemID": 71011, + "MaterialCost": [ + { + "ItemID": 235, + "ItemNum": 8 + } + ], + "CoinCost": 5000, + "Type": 21, + "Order": 12, + "WorldLevelRequire": 4, + "MaxCount": 20, + "IsShowHoldNumber": false + }, + "2101": { + "ID": 2101, + "ItemID": 400004, + "MaterialCost": [ + { + "ItemID": 180001, + "ItemNum": 1 + }, + { + "ItemID": 180002, + "ItemNum": 1 + } + ], + "CoinCost": 0, + "Type": 2, + "Order": 1, + "WorldLevelRequire": 0, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "2102": { + "ID": 2102, + "ItemID": 400005, + "MaterialCost": [ + { + "ItemID": 180002, + "ItemNum": 1 + }, + { + "ItemID": 180003, + "ItemNum": 1 + } + ], + "CoinCost": 0, + "Type": 2, + "Order": 2, + "WorldLevelRequire": 0, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "2203": { + "ID": 2203, + "ItemID": 401003, + "MaterialCost": [ + { + "ItemID": 180001, + "ItemNum": 2 + }, + { + "ItemID": 181003, + "ItemNum": 2 + } + ], + "CoinCost": 0, + "Type": 2, + "Order": 3, + "WorldLevelRequire": 0, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "2204": { + "ID": 2204, + "ItemID": 401004, + "MaterialCost": [ + { + "ItemID": 180003, + "ItemNum": 1 + }, + { + "ItemID": 181003, + "ItemNum": 3 + } + ], + "CoinCost": 0, + "Type": 2, + "Order": 4, + "WorldLevelRequire": 0, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "2205": { + "ID": 2205, + "ItemID": 401005, + "MaterialCost": [ + { + "ItemID": 180003, + "ItemNum": 1 + }, + { + "ItemID": 181002, + "ItemNum": 3 + } + ], + "CoinCost": 0, + "Type": 2, + "Order": 5, + "WorldLevelRequire": 0, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "2307": { + "ID": 2307, + "ItemID": 402001, + "MaterialCost": [ + { + "ItemID": 180001, + "ItemNum": 5 + }, + { + "ItemID": 182002, + "ItemNum": 3 + } + ], + "CoinCost": 0, + "Type": 2, + "Order": 7, + "WorldLevelRequire": 0, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "2308": { + "ID": 2308, + "ItemID": 402002, + "MaterialCost": [ + { + "ItemID": 181001, + "ItemNum": 4 + }, + { + "ItemID": 182004, + "ItemNum": 3 + } + ], + "CoinCost": 0, + "Type": 2, + "Order": 8, + "WorldLevelRequire": 0, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "2409": { + "ID": 2409, + "ItemID": 403001, + "MaterialCost": [ + { + "ItemID": 181001, + "ItemNum": 6 + }, + { + "ItemID": 182001, + "ItemNum": 2 + }, + { + "ItemID": 183002, + "ItemNum": 1 + } + ], + "CoinCost": 0, + "Type": 2, + "Order": 9, + "WorldLevelRequire": 0, + "MaxCount": 9999, + "IsShowHoldNumber": true + }, + "2410": { + "ID": 2410, + "ItemID": 403002, + "MaterialCost": [ + { + "ItemID": 181002, + "ItemNum": 5 + }, + { + "ItemID": 182003, + "ItemNum": 3 + }, + { + "ItemID": 183001, + "ItemNum": 1 + } + ], + "CoinCost": 0, + "Type": 2, + "Order": 10, + "WorldLevelRequire": 0, + "MaxCount": 9999, + "IsShowHoldNumber": true + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ItemComposeTypeExcelTable.json b/CrepePackage/src/data/excel/ItemComposeTypeExcelTable.json new file mode 100644 index 0000000..8abf22e --- /dev/null +++ b/CrepePackage/src/data/excel/ItemComposeTypeExcelTable.json @@ -0,0 +1,44 @@ +{ + "10": { + "TypeID": 10, + "TypeTextmapID": "ItemComposeType_10", + "TypeIconPath": "SpriteOutput/TabIcon/Material/MaterialAllIcon.png", + "IsMainType": true, + "MainTypeID": 0 + }, + "12": { + "TypeID": 12, + "TypeTextmapID": "ItemComposeType_12", + "TypeIconPath": "SpriteOutput/TabIcon/Material/MaterialOccupationIcon.png", + "IsMainType": false, + "MainTypeID": 10 + }, + "20": { + "TypeID": 20, + "TypeTextmapID": "ItemComposeType_20", + "TypeIconPath": "SpriteOutput/TabIcon/Inventory/InventoryIcon.png", + "IsMainType": true, + "MainTypeID": 0 + }, + "21": { + "TypeID": 21, + "TypeTextmapID": "ItemComposeType_21", + "TypeIconPath": "SpriteOutput/TabIcon/Inventory/InventoryIcon.png", + "IsMainType": false, + "MainTypeID": 20 + }, + "1": { + "TypeID": 1, + "TypeTextmapID": "ItemComposeType_1", + "TypeIconPath": "SpriteOutput/TabIcon/Inventory/InventoryConsumablesIcon.png", + "IsMainType": true, + "MainTypeID": 0 + }, + "2": { + "TypeID": 2, + "TypeTextmapID": "ItemComposeType_2", + "TypeIconPath": "SpriteOutput/TabIcon/Inventory/InventoryConsumablesIcon.png", + "IsMainType": false, + "MainTypeID": 1 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ItemCureInfoDataExcelTable.json b/CrepePackage/src/data/excel/ItemCureInfoDataExcelTable.json new file mode 100644 index 0000000..391bb53 --- /dev/null +++ b/CrepePackage/src/data/excel/ItemCureInfoDataExcelTable.json @@ -0,0 +1,192 @@ +{ + "189001": { + "ID": 189001, + "CureInfoTitle": { + "hash": 1845138937 + }, + "CureInfoDesc": { + "hash": 487603356 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/GamePlayTest_1.png" + }, + "189002": { + "ID": 189002, + "CureInfoTitle": { + "hash": 1441854410 + }, + "CureInfoDesc": { + "hash": 487603355 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/GamePlayTest_5.png" + }, + "189003": { + "ID": 189003, + "CureInfoTitle": { + "hash": -1287028945 + }, + "CureInfoDesc": { + "hash": 487603354 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/GamePlayTest_6.png" + }, + "189004": { + "ID": 189004, + "CureInfoTitle": { + "hash": -1690313472 + }, + "CureInfoDesc": { + "hash": 487603361 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/GamePlayTest_7.png" + }, + "189005": { + "ID": 189005, + "CureInfoTitle": { + "hash": -124229531 + }, + "CureInfoDesc": { + "hash": 487603360 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/GamePlayTest_8.png" + }, + "189006": { + "ID": 189006, + "CureInfoTitle": { + "hash": -527514058 + }, + "CureInfoDesc": { + "hash": 487603359 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/GamePlayTest_9.png" + }, + "140066": { + "ID": 140066, + "CureInfoTitle": { + "hash": 569836757 + }, + "CureInfoDesc": { + "hash": -218213510 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/SubMissionTest_2.png" + }, + "140067": { + "ID": 140067, + "CureInfoTitle": { + "hash": 2135920698 + }, + "CureInfoDesc": { + "hash": -218213511 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/SubMissionTest_1.png" + }, + "140074": { + "ID": 140074, + "CureInfoTitle": { + "hash": -592962658 + }, + "CureInfoDesc": { + "hash": -1784297449 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/Mission2000110_4.png" + }, + "140075": { + "ID": 140075, + "CureInfoTitle": { + "hash": 973121283 + }, + "CureInfoDesc": { + "hash": -1784297450 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/SubMission2000101_1.png" + }, + "140076": { + "ID": 140076, + "CureInfoTitle": { + "hash": 569836756 + }, + "CureInfoDesc": { + "hash": -1784297451 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/SubMission2000101_2.png" + }, + "140077": { + "ID": 140077, + "CureInfoTitle": { + "hash": 2135920697 + }, + "CureInfoDesc": { + "hash": -1784297452 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/SubMission2000101_3.png" + }, + "140087": { + "ID": 140087, + "CureInfoTitle": { + "hash": 2135920696 + }, + "CureInfoDesc": { + "hash": 588355543 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/SubMissionTest_3.png" + }, + "140112": { + "ID": 140112, + "CureInfoTitle": { + "hash": 186755211 + }, + "CureInfoDesc": { + "hash": -621498130 + }, + "ImgPath": "SpriteOutput/UI/TempSprite/Mission2000104_1.png" + }, + "190903": { + "ID": 190903, + "CureInfoTitle": { + "hash": 1065162976 + }, + "CureInfoDesc": { + "hash": 944586767 + }, + "ImgPath": "" + }, + "190904": { + "ID": 190904, + "CureInfoTitle": { + "hash": 661878449 + }, + "CureInfoDesc": { + "hash": 944586774 + }, + "ImgPath": "" + }, + "190905": { + "ID": 190905, + "CureInfoTitle": { + "hash": -2067004906 + }, + "CureInfoDesc": { + "hash": 944586773 + }, + "ImgPath": "" + }, + "190906": { + "ID": 190906, + "CureInfoTitle": { + "hash": 1824677863 + }, + "CureInfoDesc": { + "hash": 944586772 + }, + "ImgPath": "" + }, + "140097": { + "ID": 140097, + "CureInfoTitle": { + "hash": 2135920695 + }, + "CureInfoDesc": { + "hash": -977728398 + }, + "ImgPath": "" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ItemExcelTable.json b/CrepePackage/src/data/excel/ItemExcelTable.json new file mode 100644 index 0000000..e1d556a --- /dev/null +++ b/CrepePackage/src/data/excel/ItemExcelTable.json @@ -0,0 +1,30544 @@ +{ + "1": { + "ID": 1, + "ItemType": "Virtual", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 149180418 + }, + "ItemDesc": { + "hash": -457414216 + }, + "ItemBGDesc": { + "hash": -1663070049 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/900001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/900001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/900001.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "2": { + "ID": 2, + "ItemType": "Virtual", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1715264359 + }, + "ItemDesc": { + "hash": -860698743 + }, + "ItemBGDesc": { + "hash": -1259785522 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/2.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/2.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/2.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "3": { + "ID": 3, + "ItemType": "Virtual", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1013618996 + }, + "ItemDesc": { + "hash": 705385198 + }, + "ItemBGDesc": { + "hash": 1469097833 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11": { + "ID": 11, + "ItemType": "Virtual", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1565190479 + }, + "ItemDesc": { + "hash": 2123544071 + }, + "ItemBGDesc": { + "hash": 1895721198 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21": { + "ID": 21, + "ItemType": "Virtual", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 893462 + }, + "ItemDesc": { + "hash": 1720259544 + }, + "ItemBGDesc": { + "hash": -1995961571 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/21.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/21.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/21.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "22": { + "ID": 22, + "ItemType": "Virtual", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 893465 + }, + "ItemDesc": { + "hash": 1720259547 + }, + "ItemBGDesc": { + "hash": -1995961572 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/22.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/22.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/22.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "31": { + "ID": 31, + "ItemType": "Virtual", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1566977403 + }, + "ItemDesc": { + "hash": -1008623811 + }, + "ItemBGDesc": { + "hash": 732921784 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/31.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/31.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/31.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "32": { + "ID": 32, + "ItemType": "Virtual", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1566977406 + }, + "ItemDesc": { + "hash": -1008623808 + }, + "ItemBGDesc": { + "hash": 732921783 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/32.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/32.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/32.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "33": { + "ID": 33, + "ItemType": "Virtual", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1566977405 + }, + "ItemDesc": { + "hash": -1008623809 + }, + "ItemBGDesc": { + "hash": 732921782 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/120002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/120002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/120002.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "41": { + "ID": 41, + "ItemType": "Virtual", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1161905952 + }, + "ItemDesc": { + "hash": -1768138698 + }, + "ItemBGDesc": { + "hash": 1492436671 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/41.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/41.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/41.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "101": { + "ID": 101, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -225636707 + }, + "ItemDesc": { + "hash": 1231576883 + }, + "ItemBGDesc": { + "hash": -1063159420 + }, + "ItemIconPath": "SpriteOutput/ItemFigures/101.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/101.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemFigures/101.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "102": { + "ID": 102, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 177647820 + }, + "ItemDesc": { + "hash": -334507058 + }, + "ItemBGDesc": { + "hash": 502924521 + }, + "ItemIconPath": "SpriteOutput/ItemFigures/102.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/102.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemFigures/102.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "170": { + "ID": 170, + "ItemType": "PrestigeExp", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1340447231 + }, + "ItemDesc": { + "hash": -1497306467 + }, + "ItemBGDesc": { + "hash": 1665723936 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "171": { + "ID": 171, + "ItemType": "PrestigeExp", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -225636710 + }, + "ItemDesc": { + "hash": 1231576888 + }, + "ItemBGDesc": { + "hash": -1063159419 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "180": { + "ID": 180, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1340447242 + }, + "ItemDesc": { + "hash": -1497306464 + }, + "ItemBGDesc": { + "hash": 1665723943 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "181": { + "ID": 181, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -225636699 + }, + "ItemDesc": { + "hash": 1231576891 + }, + "ItemBGDesc": { + "hash": -1063159412 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190": { + "ID": 190, + "ItemType": "Virtual", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1340447241 + }, + "ItemDesc": { + "hash": -1497306465 + }, + "ItemBGDesc": { + "hash": 1665723942 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191": { + "ID": 191, + "ItemType": "Virtual", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -225636700 + }, + "ItemDesc": { + "hash": 1231576890 + }, + "ItemBGDesc": { + "hash": -1063159413 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "192": { + "ID": 192, + "ItemType": "Virtual", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 177647827 + }, + "ItemDesc": { + "hash": -334507051 + }, + "ItemBGDesc": { + "hash": 502924528 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "193": { + "ID": 193, + "ItemType": "Virtual", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1388436114 + }, + "ItemDesc": { + "hash": -1900590992 + }, + "ItemBGDesc": { + "hash": 2069008469 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "194": { + "ID": 194, + "ItemType": "Virtual", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -985151587 + }, + "ItemDesc": { + "hash": 472062003 + }, + "ItemBGDesc": { + "hash": -303644526 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "195": { + "ID": 195, + "ItemType": "Virtual", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1743731768 + }, + "ItemDesc": { + "hash": -1094021938 + }, + "ItemBGDesc": { + "hash": 1262439415 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "196": { + "ID": 196, + "ItemType": "Virtual", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 2147016295 + }, + "ItemDesc": { + "hash": 1634861417 + }, + "ItemBGDesc": { + "hash": -1466443940 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 9999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "201": { + "ID": 201, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 197850796 + }, + "ItemDesc": { + "hash": 1090414382 + }, + "ItemBGDesc": { + "hash": 1968251913 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/201.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/201.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/201.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 201, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "211": { + "ID": 211, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 1, + "isVisible": true, + "ItemName": { + "hash": 197850795 + }, + "ItemDesc": { + "hash": 1090414381 + }, + "ItemBGDesc": { + "hash": 1968251912 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/211.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/211.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/211.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "212": { + "ID": 212, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 1, + "isVisible": true, + "ItemName": { + "hash": -205433732 + }, + "ItemDesc": { + "hash": -1638468974 + }, + "ItemBGDesc": { + "hash": 402167971 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/212.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/212.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/212.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "213": { + "ID": 213, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 1, + "isVisible": true, + "ItemName": { + "hash": 1360650209 + }, + "ItemDesc": { + "hash": -72385033 + }, + "ItemBGDesc": { + "hash": -1163915970 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/213.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/213.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/213.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "221": { + "ID": 221, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 5, + "isVisible": true, + "ItemName": { + "hash": 197850798 + }, + "ItemDesc": { + "hash": 1090414384 + }, + "ItemBGDesc": { + "hash": 1968251911 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/221.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/221.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/221.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "222": { + "ID": 222, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 5, + "isVisible": true, + "ItemName": { + "hash": -205433729 + }, + "ItemDesc": { + "hash": -1638468971 + }, + "ItemBGDesc": { + "hash": 402167970 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/222.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/222.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/222.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "231": { + "ID": 231, + "ItemType": "Material", + "Rarity": "Normal", + "PurposeType": 6, + "isVisible": true, + "ItemName": { + "hash": 197850797 + }, + "ItemDesc": { + "hash": 1090414383 + }, + "ItemBGDesc": { + "hash": 1968251910 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/231.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/231.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/231.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "232": { + "ID": 232, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 6, + "isVisible": true, + "ItemName": { + "hash": -205433730 + }, + "ItemDesc": { + "hash": -1638468972 + }, + "ItemBGDesc": { + "hash": 402167969 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/232.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/232.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/232.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "233": { + "ID": 233, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 6, + "isVisible": true, + "ItemName": { + "hash": 1360650211 + }, + "ItemDesc": { + "hash": -72385031 + }, + "ItemBGDesc": { + "hash": -1163915972 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "234": { + "ID": 234, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 6, + "isVisible": true, + "ItemName": { + "hash": 601135324 + }, + "ItemDesc": { + "hash": 1493698910 + }, + "ItemBGDesc": { + "hash": 1564967383 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "235": { + "ID": 235, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -2127748031 + }, + "ItemDesc": { + "hash": -1235184445 + }, + "ItemBGDesc": { + "hash": -1116558 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/235.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/235.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/235.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "241": { + "ID": 241, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 4, + "isVisible": true, + "ItemName": { + "hash": 197850792 + }, + "ItemDesc": { + "hash": 1090414386 + }, + "ItemBGDesc": { + "hash": 1968251917 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/241.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/241.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/241.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "251": { + "ID": 251, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 197850791 + }, + "ItemDesc": { + "hash": 1090414385 + }, + "ItemBGDesc": { + "hash": 1968251916 + }, + "ItemIconPath": "SpriteOutput/ItemFigures/251.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/251.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemFigures/251.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "252": { + "ID": 252, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -205433736 + }, + "ItemDesc": { + "hash": -1638468970 + }, + "ItemBGDesc": { + "hash": 402167975 + }, + "ItemIconPath": "SpriteOutput/ItemFigures/252.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/252.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemFigures/252.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "501": { + "ID": 501, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 339013297 + }, + "ItemDesc": { + "hash": 1796226887 + }, + "ItemBGDesc": { + "hash": -1627809424 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/501.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/501.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/501.png", + "IsAutoUse": false, + "PileLimit": 10000, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "502": { + "ID": 502, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 742297824 + }, + "ItemDesc": { + "hash": 230142946 + }, + "ItemBGDesc": { + "hash": -61725483 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/502.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/502.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/502.png", + "IsAutoUse": false, + "PileLimit": 999999999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "999": { + "ID": 999, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711167068 + }, + "ItemDesc": { + "hash": -253953478 + }, + "ItemBGDesc": { + "hash": 1746277515 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70001": { + "ID": 70001, + "ItemType": "Gift", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -258211845 + }, + "ItemDesc": { + "hash": -868384611 + }, + "ItemBGDesc": { + "hash": -738852294 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/70000.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/70000.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/70000.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70001, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70002": { + "ID": 70002, + "ItemType": "Gift", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1824295786 + }, + "ItemDesc": { + "hash": -465100084 + }, + "ItemBGDesc": { + "hash": -1142136821 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/70000.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/70000.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/70000.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70002, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70003": { + "ID": 70003, + "ItemType": "Gift", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 904587569 + }, + "ItemDesc": { + "hash": -2031184025 + }, + "ItemBGDesc": { + "hash": 423947120 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/70000.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/70000.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/70000.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70003, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70011": { + "ID": 70011, + "ItemType": "Gift", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -258211846 + }, + "ItemDesc": { + "hash": -868384612 + }, + "ItemBGDesc": { + "hash": -738852295 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71004.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70011, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70012": { + "ID": 70012, + "ItemType": "Gift", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1824295787 + }, + "ItemDesc": { + "hash": -465100085 + }, + "ItemBGDesc": { + "hash": -1142136822 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71005.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70012, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70013": { + "ID": 70013, + "ItemType": "Gift", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 904587568 + }, + "ItemDesc": { + "hash": -2031184026 + }, + "ItemBGDesc": { + "hash": 423947119 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71006.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70013, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70014": { + "ID": 70014, + "ItemType": "Gift", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -661496373 + }, + "ItemDesc": { + "hash": -1271669139 + }, + "ItemBGDesc": { + "hash": -335567768 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70014, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70021": { + "ID": 70021, + "ItemType": "Gift", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -258211843 + }, + "ItemDesc": { + "hash": -868384609 + }, + "ItemBGDesc": { + "hash": -738852296 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71004.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70021, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70022": { + "ID": 70022, + "ItemType": "Gift", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1824295784 + }, + "ItemDesc": { + "hash": -465100082 + }, + "ItemBGDesc": { + "hash": -1142136823 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71005.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70022, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70023": { + "ID": 70023, + "ItemType": "Gift", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 904587571 + }, + "ItemDesc": { + "hash": -2031184023 + }, + "ItemBGDesc": { + "hash": 423947118 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71006.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70023, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70024": { + "ID": 70024, + "ItemType": "Gift", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -661496370 + }, + "ItemDesc": { + "hash": -1271669136 + }, + "ItemBGDesc": { + "hash": -335567769 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70024, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70031": { + "ID": 70031, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -258211844 + }, + "ItemDesc": { + "hash": -868384610 + }, + "ItemBGDesc": { + "hash": -738852297 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71004.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70031, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70032": { + "ID": 70032, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1824295785 + }, + "ItemDesc": { + "hash": -465100083 + }, + "ItemBGDesc": { + "hash": -1142136824 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71005.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70032, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70033": { + "ID": 70033, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 904587570 + }, + "ItemDesc": { + "hash": -2031184024 + }, + "ItemBGDesc": { + "hash": 423947117 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71006.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70033, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70034": { + "ID": 70034, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -661496371 + }, + "ItemDesc": { + "hash": -1271669137 + }, + "ItemBGDesc": { + "hash": -335567770 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70034, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70041": { + "ID": 70041, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -258211849 + }, + "ItemDesc": { + "hash": -868384607 + }, + "ItemBGDesc": { + "hash": -738852290 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71004.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70041, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70042": { + "ID": 70042, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1824295790 + }, + "ItemDesc": { + "hash": -465100080 + }, + "ItemBGDesc": { + "hash": -1142136817 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71005.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70042, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70043": { + "ID": 70043, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 904587565 + }, + "ItemDesc": { + "hash": -2031184021 + }, + "ItemBGDesc": { + "hash": 423947124 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71006.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70043, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "70044": { + "ID": 70044, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -661496376 + }, + "ItemDesc": { + "hash": -1271669134 + }, + "ItemBGDesc": { + "hash": -335567763 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 70044, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71000": { + "ID": 71000, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1307871999 + }, + "ItemDesc": { + "hash": 697699233 + }, + "ItemBGDesc": { + "hash": 1990031092 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71000.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71000.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71000.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71000, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71001": { + "ID": 71001, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -258211942 + }, + "ItemDesc": { + "hash": -868384708 + }, + "ItemBGDesc": { + "hash": -738852263 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71001.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71001, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71002": { + "ID": 71002, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1824295883 + }, + "ItemDesc": { + "hash": -465100181 + }, + "ItemBGDesc": { + "hash": -1142136790 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71002.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71002, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71003": { + "ID": 71003, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 904587472 + }, + "ItemDesc": { + "hash": -2031184122 + }, + "ItemBGDesc": { + "hash": 423947151 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71003.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71003, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71004": { + "ID": 71004, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -661496469 + }, + "ItemDesc": { + "hash": -1271669235 + }, + "ItemBGDesc": { + "hash": -335567736 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71004.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71004, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71005": { + "ID": 71005, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2067386886 + }, + "ItemDesc": { + "hash": 1457214120 + }, + "ItemBGDesc": { + "hash": 1230516205 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71005.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71005, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71006": { + "ID": 71006, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 501302945 + }, + "ItemDesc": { + "hash": 1860498647 + }, + "ItemBGDesc": { + "hash": 827231678 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71006.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71006, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71007": { + "ID": 71007, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1064780996 + }, + "ItemDesc": { + "hash": 294414706 + }, + "ItemBGDesc": { + "hash": -1901651677 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71007, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71008": { + "ID": 71008, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1664102359 + }, + "ItemDesc": { + "hash": 1053929593 + }, + "ItemBGDesc": { + "hash": -1948705844 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71008.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71008, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71009": { + "ID": 71009, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 98018418 + }, + "ItemDesc": { + "hash": -512154348 + }, + "ItemBGDesc": { + "hash": -382621903 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71009.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71009, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71010": { + "ID": 71010, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1307872000 + }, + "ItemDesc": { + "hash": 697699234 + }, + "ItemBGDesc": { + "hash": 1990031093 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71010.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71010, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "71011": { + "ID": 71011, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -258211941 + }, + "ItemDesc": { + "hash": -868384707 + }, + "ItemBGDesc": { + "hash": -738852262 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71011.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 71011, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81011": { + "ID": 81011, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2132507142 + }, + "ItemDesc": { + "hash": -1289098960 + }, + "ItemBGDesc": { + "hash": -948563561 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71000.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71000.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71000.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 101 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81012": { + "ID": 81012, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -566423201 + }, + "ItemDesc": { + "hash": -1692383487 + }, + "ItemBGDesc": { + "hash": -545279034 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71000.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71000.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71000.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 101 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81013": { + "ID": 81013, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 999660740 + }, + "ItemDesc": { + "hash": -126299546 + }, + "ItemBGDesc": { + "hash": -2111362975 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71000.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71000.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71000.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 101 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81014": { + "ID": 81014, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1729222615 + }, + "ItemDesc": { + "hash": -885814433 + }, + "ItemBGDesc": { + "hash": -1351848088 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71000.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71000.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71000.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 101 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81021": { + "ID": 81021, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2132507141 + }, + "ItemDesc": { + "hash": -1289098959 + }, + "ItemBGDesc": { + "hash": -948563564 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 102 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81022": { + "ID": 81022, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -566423200 + }, + "ItemDesc": { + "hash": -1692383486 + }, + "ItemBGDesc": { + "hash": -545279037 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 102 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81023": { + "ID": 81023, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 999660741 + }, + "ItemDesc": { + "hash": -126299545 + }, + "ItemBGDesc": { + "hash": -2111362978 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 102 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81024": { + "ID": 81024, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1729222614 + }, + "ItemDesc": { + "hash": -885814432 + }, + "ItemBGDesc": { + "hash": -1351848091 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 102 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81031": { + "ID": 81031, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2132507140 + }, + "ItemDesc": { + "hash": -1289098958 + }, + "ItemBGDesc": { + "hash": -948563563 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 103 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81032": { + "ID": 81032, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -566423199 + }, + "ItemDesc": { + "hash": -1692383485 + }, + "ItemBGDesc": { + "hash": -545279036 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 103 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81033": { + "ID": 81033, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 999660742 + }, + "ItemDesc": { + "hash": -126299544 + }, + "ItemBGDesc": { + "hash": -2111362977 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 103 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81034": { + "ID": 81034, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1729222613 + }, + "ItemDesc": { + "hash": -885814431 + }, + "ItemBGDesc": { + "hash": -1351848090 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 103 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81041": { + "ID": 81041, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2132507147 + }, + "ItemDesc": { + "hash": -1289098957 + }, + "ItemBGDesc": { + "hash": -948563558 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 104 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81042": { + "ID": 81042, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -566423206 + }, + "ItemDesc": { + "hash": -1692383484 + }, + "ItemBGDesc": { + "hash": -545279031 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 104 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81043": { + "ID": 81043, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 999660735 + }, + "ItemDesc": { + "hash": -126299543 + }, + "ItemBGDesc": { + "hash": -2111362972 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 104 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81044": { + "ID": 81044, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1729222620 + }, + "ItemDesc": { + "hash": -885814430 + }, + "ItemBGDesc": { + "hash": -1351848085 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 104 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81051": { + "ID": 81051, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2132507146 + }, + "ItemDesc": { + "hash": -1289098956 + }, + "ItemBGDesc": { + "hash": -948563557 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 105 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81052": { + "ID": 81052, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -566423205 + }, + "ItemDesc": { + "hash": -1692383483 + }, + "ItemBGDesc": { + "hash": -545279030 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 105 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81053": { + "ID": 81053, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 999660736 + }, + "ItemDesc": { + "hash": -126299542 + }, + "ItemBGDesc": { + "hash": -2111362971 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 105 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81054": { + "ID": 81054, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1729222619 + }, + "ItemDesc": { + "hash": -885814429 + }, + "ItemBGDesc": { + "hash": -1351848084 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 105 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81061": { + "ID": 81061, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2132507145 + }, + "ItemDesc": { + "hash": -1289098955 + }, + "ItemBGDesc": { + "hash": -948563560 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71005.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 106 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81062": { + "ID": 81062, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -566423204 + }, + "ItemDesc": { + "hash": -1692383482 + }, + "ItemBGDesc": { + "hash": -545279033 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71005.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 106 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81063": { + "ID": 81063, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 999660737 + }, + "ItemDesc": { + "hash": -126299541 + }, + "ItemBGDesc": { + "hash": -2111362974 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71005.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 106 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81064": { + "ID": 81064, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1729222618 + }, + "ItemDesc": { + "hash": -885814428 + }, + "ItemBGDesc": { + "hash": -1351848087 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71005.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 106 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81071": { + "ID": 81071, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2132507144 + }, + "ItemDesc": { + "hash": -1289098954 + }, + "ItemBGDesc": { + "hash": -948563559 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 107 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81072": { + "ID": 81072, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -566423203 + }, + "ItemDesc": { + "hash": -1692383481 + }, + "ItemBGDesc": { + "hash": -545279032 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 107 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81073": { + "ID": 81073, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 999660738 + }, + "ItemDesc": { + "hash": -126299540 + }, + "ItemBGDesc": { + "hash": -2111362973 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 107 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81074": { + "ID": 81074, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1729222617 + }, + "ItemDesc": { + "hash": -885814427 + }, + "ItemBGDesc": { + "hash": -1351848086 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 107 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81081": { + "ID": 81081, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2132507135 + }, + "ItemDesc": { + "hash": -1289098953 + }, + "ItemBGDesc": { + "hash": -948563554 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 108 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81082": { + "ID": 81082, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -566423194 + }, + "ItemDesc": { + "hash": -1692383480 + }, + "ItemBGDesc": { + "hash": -545279027 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 108 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81083": { + "ID": 81083, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 999660747 + }, + "ItemDesc": { + "hash": -126299539 + }, + "ItemBGDesc": { + "hash": -2111362968 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 108 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81084": { + "ID": 81084, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1729222608 + }, + "ItemDesc": { + "hash": -885814426 + }, + "ItemBGDesc": { + "hash": -1351848081 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 108 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81091": { + "ID": 81091, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2132507134 + }, + "ItemDesc": { + "hash": -1289098952 + }, + "ItemBGDesc": { + "hash": -948563553 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71008.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 109 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81092": { + "ID": 81092, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -566423193 + }, + "ItemDesc": { + "hash": -1692383479 + }, + "ItemBGDesc": { + "hash": -545279026 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71008.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 109 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81093": { + "ID": 81093, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 999660748 + }, + "ItemDesc": { + "hash": -126299538 + }, + "ItemBGDesc": { + "hash": -2111362967 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71008.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 109 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81094": { + "ID": 81094, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1729222607 + }, + "ItemDesc": { + "hash": -885814425 + }, + "ItemBGDesc": { + "hash": -1351848080 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71008.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 109 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81101": { + "ID": 81101, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 616579188 + }, + "ItemDesc": { + "hash": 1459987370 + }, + "ItemBGDesc": { + "hash": 597317403 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 110 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81102": { + "ID": 81102, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1019863715 + }, + "ItemDesc": { + "hash": -106096571 + }, + "ItemBGDesc": { + "hash": -2131565952 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 110 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81103": { + "ID": 81103, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -546220226 + }, + "ItemDesc": { + "hash": -1672180512 + }, + "ItemBGDesc": { + "hash": -565482011 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 110 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81104": { + "ID": 81104, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -142935699 + }, + "ItemDesc": { + "hash": 700472483 + }, + "ItemBGDesc": { + "hash": 1356832290 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 110 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81111": { + "ID": 81111, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 616579189 + }, + "ItemDesc": { + "hash": 1459987371 + }, + "ItemBGDesc": { + "hash": 597317404 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71010.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 111 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81112": { + "ID": 81112, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1019863716 + }, + "ItemDesc": { + "hash": -106096570 + }, + "ItemBGDesc": { + "hash": -2131565951 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71010.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 111 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81113": { + "ID": 81113, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -546220225 + }, + "ItemDesc": { + "hash": -1672180511 + }, + "ItemBGDesc": { + "hash": -565482010 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71010.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 111 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81114": { + "ID": 81114, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -142935698 + }, + "ItemDesc": { + "hash": 700472484 + }, + "ItemBGDesc": { + "hash": 1356832291 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71010.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 111 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81121": { + "ID": 81121, + "ItemType": "RelicSetShowOnly", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 616579190 + }, + "ItemDesc": { + "hash": 1459987372 + }, + "ItemBGDesc": { + "hash": 597317401 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 112 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81122": { + "ID": 81122, + "ItemType": "RelicSetShowOnly", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1019863717 + }, + "ItemDesc": { + "hash": -106096569 + }, + "ItemBGDesc": { + "hash": -2131565954 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 112 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81123": { + "ID": 81123, + "ItemType": "RelicSetShowOnly", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -546220224 + }, + "ItemDesc": { + "hash": -1672180510 + }, + "ItemBGDesc": { + "hash": -565482013 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 112 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "81124": { + "ID": 81124, + "ItemType": "RelicSetShowOnly", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -142935697 + }, + "ItemDesc": { + "hash": 700472485 + }, + "ItemBGDesc": { + "hash": 1356832288 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/71011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [ + 112 + ], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110001": { + "ID": 110001, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488366514 + }, + "ItemDesc": { + "hash": 1725868680 + }, + "ItemBGDesc": { + "hash": -114977681 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110002": { + "ID": 110002, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488366515 + }, + "ItemDesc": { + "hash": 1725868681 + }, + "ItemBGDesc": { + "hash": -114977684 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110003": { + "ID": 110003, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488366516 + }, + "ItemDesc": { + "hash": 1725868682 + }, + "ItemBGDesc": { + "hash": -114977683 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71007.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110011": { + "ID": 110011, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077717427 + }, + "ItemDesc": { + "hash": 159784739 + }, + "ItemBGDesc": { + "hash": 1451106260 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71008.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110012": { + "ID": 110012, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077717426 + }, + "ItemDesc": { + "hash": 159784740 + }, + "ItemBGDesc": { + "hash": 1451106257 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71008.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110013": { + "ID": 110013, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077717425 + }, + "ItemDesc": { + "hash": 159784741 + }, + "ItemBGDesc": { + "hash": 1451106258 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71008.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110021": { + "ID": 110021, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674432900 + }, + "ItemDesc": { + "hash": -1406299202 + }, + "ItemBGDesc": { + "hash": -1277777095 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71008.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110022": { + "ID": 110022, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674432899 + }, + "ItemDesc": { + "hash": -1406299201 + }, + "ItemBGDesc": { + "hash": -1277777098 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110023": { + "ID": 110023, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674432898 + }, + "ItemDesc": { + "hash": -1406299200 + }, + "ItemBGDesc": { + "hash": -1277777097 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110031": { + "ID": 110031, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054450455 + }, + "ItemDesc": { + "hash": 1322584153 + }, + "ItemBGDesc": { + "hash": 288306846 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110032": { + "ID": 110032, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054450456 + }, + "ItemDesc": { + "hash": 1322584154 + }, + "ItemBGDesc": { + "hash": 288306843 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110033": { + "ID": 110033, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054450457 + }, + "ItemDesc": { + "hash": 1322584155 + }, + "ItemBGDesc": { + "hash": 288306844 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71010.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110041": { + "ID": 110041, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837232314 + }, + "ItemDesc": { + "hash": -599730148 + }, + "ItemBGDesc": { + "hash": -2084346149 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71010.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110042": { + "ID": 110042, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837232313 + }, + "ItemDesc": { + "hash": -599730147 + }, + "ItemBGDesc": { + "hash": -2084346152 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71010.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110043": { + "ID": 110043, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837232312 + }, + "ItemDesc": { + "hash": -599730146 + }, + "ItemBGDesc": { + "hash": -2084346151 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71010.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110051": { + "ID": 110051, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891651041 + }, + "ItemDesc": { + "hash": 2129153207 + }, + "ItemBGDesc": { + "hash": -518262208 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110052": { + "ID": 110052, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891651042 + }, + "ItemDesc": { + "hash": 2129153208 + }, + "ItemBGDesc": { + "hash": -518262211 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110053": { + "ID": 110053, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891651043 + }, + "ItemDesc": { + "hash": 2129153209 + }, + "ItemBGDesc": { + "hash": -518262210 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110061": { + "ID": 110061, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294935568 + }, + "ItemDesc": { + "hash": 563069266 + }, + "ItemBGDesc": { + "hash": 1047821733 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/71011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/71011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110062": { + "ID": 110062, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294935569 + }, + "ItemDesc": { + "hash": 563069267 + }, + "ItemBGDesc": { + "hash": 1047821730 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110062.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110062.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110062.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110063": { + "ID": 110063, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294935570 + }, + "ItemDesc": { + "hash": 563069268 + }, + "ItemBGDesc": { + "hash": 1047821731 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110061.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110061.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110061.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110111": { + "ID": 110111, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -1077717460 + }, + "ItemDesc": { + "hash": 159784706 + }, + "ItemBGDesc": { + "hash": 1451106355 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110111.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110111.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110111.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110112": { + "ID": 110112, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -1077717457 + }, + "ItemDesc": { + "hash": 159784709 + }, + "ItemBGDesc": { + "hash": 1451106354 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110112.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110112.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110112.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110113": { + "ID": 110113, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -1077717458 + }, + "ItemDesc": { + "hash": 159784708 + }, + "ItemBGDesc": { + "hash": 1451106353 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110111.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110111.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110111.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110121": { + "ID": 110121, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -674432933 + }, + "ItemDesc": { + "hash": -1406299235 + }, + "ItemBGDesc": { + "hash": -1277777000 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110121.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110121.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110121.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110122": { + "ID": 110122, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -674432930 + }, + "ItemDesc": { + "hash": -1406299232 + }, + "ItemBGDesc": { + "hash": -1277777001 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110122.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110122.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110122.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110123": { + "ID": 110123, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -674432931 + }, + "ItemDesc": { + "hash": -1406299233 + }, + "ItemBGDesc": { + "hash": -1277777002 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110121.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110121.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110121.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110131": { + "ID": 110131, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": 2054450422 + }, + "ItemDesc": { + "hash": 1322584120 + }, + "ItemBGDesc": { + "hash": 288306941 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110131.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110131.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110131.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110132": { + "ID": 110132, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": 2054450425 + }, + "ItemDesc": { + "hash": 1322584123 + }, + "ItemBGDesc": { + "hash": 288306940 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110132.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110132.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110132.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110133": { + "ID": 110133, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": 2054450424 + }, + "ItemDesc": { + "hash": 1322584122 + }, + "ItemBGDesc": { + "hash": 288306939 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110131.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110131.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110131.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110141": { + "ID": 110141, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -1837232347 + }, + "ItemDesc": { + "hash": -599730181 + }, + "ItemBGDesc": { + "hash": -2084346054 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110141.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110141.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110141.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110142": { + "ID": 110142, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -1837232344 + }, + "ItemDesc": { + "hash": -599730178 + }, + "ItemBGDesc": { + "hash": -2084346055 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110142.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110142.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110142.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110143": { + "ID": 110143, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -1837232345 + }, + "ItemDesc": { + "hash": -599730179 + }, + "ItemBGDesc": { + "hash": -2084346056 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110141.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110141.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110141.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110151": { + "ID": 110151, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": 891651008 + }, + "ItemDesc": { + "hash": 2129153174 + }, + "ItemBGDesc": { + "hash": -518262113 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110151.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110151.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110151.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110152": { + "ID": 110152, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": 891651011 + }, + "ItemDesc": { + "hash": 2129153177 + }, + "ItemBGDesc": { + "hash": -518262114 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110152.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110152.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110152.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110153": { + "ID": 110153, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": 891651010 + }, + "ItemDesc": { + "hash": 2129153176 + }, + "ItemBGDesc": { + "hash": -518262115 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110151.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110151.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110151.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110161": { + "ID": 110161, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": 1294935535 + }, + "ItemDesc": { + "hash": 563069233 + }, + "ItemBGDesc": { + "hash": 1047821828 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110161.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110161.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110161.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110162": { + "ID": 110162, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": 1294935538 + }, + "ItemDesc": { + "hash": 563069236 + }, + "ItemBGDesc": { + "hash": 1047821827 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110162.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110162.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110162.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110163": { + "ID": 110163, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": 1294935537 + }, + "ItemDesc": { + "hash": 563069235 + }, + "ItemBGDesc": { + "hash": 1047821826 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110161.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110161.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110161.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110171": { + "ID": 110171, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -271148406 + }, + "ItemDesc": { + "hash": -1003014708 + }, + "ItemBGDesc": { + "hash": -1681061527 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110171.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110171.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110171.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110172": { + "ID": 110172, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -271148403 + }, + "ItemDesc": { + "hash": -1003014705 + }, + "ItemBGDesc": { + "hash": -1681061528 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110172.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110172.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110172.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110173": { + "ID": 110173, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 3, + "isVisible": true, + "ItemName": { + "hash": -271148404 + }, + "ItemDesc": { + "hash": -1003014706 + }, + "ItemBGDesc": { + "hash": -1681061529 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110173.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110173.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110173.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110400": { + "ID": 110400, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 2, + "isVisible": true, + "ItemName": { + "hash": 488366381 + }, + "ItemDesc": { + "hash": 1725868811 + }, + "ItemBGDesc": { + "hash": -114977550 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110400.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110400.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110400.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110401": { + "ID": 110401, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 2, + "isVisible": true, + "ItemName": { + "hash": 488366382 + }, + "ItemDesc": { + "hash": 1725868812 + }, + "ItemBGDesc": { + "hash": -114977549 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110402": { + "ID": 110402, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 2, + "isVisible": true, + "ItemName": { + "hash": 488366383 + }, + "ItemDesc": { + "hash": 1725868813 + }, + "ItemBGDesc": { + "hash": -114977552 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110012.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110403": { + "ID": 110403, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 2, + "isVisible": true, + "ItemName": { + "hash": 488366384 + }, + "ItemDesc": { + "hash": 1725868814 + }, + "ItemBGDesc": { + "hash": -114977551 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110022.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110022.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110022.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110404": { + "ID": 110404, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 2, + "isVisible": true, + "ItemName": { + "hash": 488366385 + }, + "ItemDesc": { + "hash": 1725868807 + }, + "ItemBGDesc": { + "hash": -114977554 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110405": { + "ID": 110405, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 2, + "isVisible": true, + "ItemName": { + "hash": 488366386 + }, + "ItemDesc": { + "hash": 1725868808 + }, + "ItemBGDesc": { + "hash": -114977553 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110042.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110042.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110042.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110406": { + "ID": 110406, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 2, + "isVisible": true, + "ItemName": { + "hash": 488366387 + }, + "ItemDesc": { + "hash": 1725868809 + }, + "ItemBGDesc": { + "hash": -114977556 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110052.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110052.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110052.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110407": { + "ID": 110407, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 2, + "isVisible": true, + "ItemName": { + "hash": 488366388 + }, + "ItemDesc": { + "hash": 1725868810 + }, + "ItemBGDesc": { + "hash": -114977555 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110062.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110062.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110062.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110501": { + "ID": 110501, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 4, + "isVisible": true, + "ItemName": { + "hash": 488366349 + }, + "ItemDesc": { + "hash": 1725868779 + }, + "ItemBGDesc": { + "hash": -114977454 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110501.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110501.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110501.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110502": { + "ID": 110502, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 4, + "isVisible": true, + "ItemName": { + "hash": 488366352 + }, + "ItemDesc": { + "hash": 1725868782 + }, + "ItemBGDesc": { + "hash": -114977455 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110502.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110502.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110502.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "110503": { + "ID": 110503, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 4, + "isVisible": true, + "ItemName": { + "hash": 488366351 + }, + "ItemDesc": { + "hash": 1725868781 + }, + "ItemBGDesc": { + "hash": -114977456 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "111001": { + "ID": 111001, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": 1792328429 + }, + "ItemDesc": { + "hash": -1265136701 + }, + "ItemBGDesc": { + "hash": -1418939596 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/111001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/111001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/111001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "111002": { + "ID": 111002, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": 1792328430 + }, + "ItemDesc": { + "hash": -1265136700 + }, + "ItemBGDesc": { + "hash": -1418939599 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/111002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/111002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/111002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "111003": { + "ID": 111003, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": 1792328431 + }, + "ItemDesc": { + "hash": -1265136699 + }, + "ItemBGDesc": { + "hash": -1418939598 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/111002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/111002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/111002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "111011": { + "ID": 111011, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": -936554926 + }, + "ItemDesc": { + "hash": 300947240 + }, + "ItemBGDesc": { + "hash": 1309943759 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/111011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/111011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/111011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "111012": { + "ID": 111012, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": -936554925 + }, + "ItemDesc": { + "hash": 300947241 + }, + "ItemBGDesc": { + "hash": 1309943756 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/111012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/111012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/111012.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "111013": { + "ID": 111013, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": -936554924 + }, + "ItemDesc": { + "hash": 300947242 + }, + "ItemBGDesc": { + "hash": 1309943757 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/111013.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/111013.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/111013.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "112001": { + "ID": 112001, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": 770691516 + }, + "ItemDesc": { + "hash": 1443543678 + }, + "ItemBGDesc": { + "hash": 167347321 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "112002": { + "ID": 112002, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": 770691517 + }, + "ItemDesc": { + "hash": 1443543679 + }, + "ItemBGDesc": { + "hash": 167347318 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "112003": { + "ID": 112003, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": 770691518 + }, + "ItemDesc": { + "hash": 1443543680 + }, + "ItemBGDesc": { + "hash": 167347319 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "112011": { + "ID": 112011, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": -795392425 + }, + "ItemDesc": { + "hash": -122540263 + }, + "ItemBGDesc": { + "hash": 1733431262 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "112012": { + "ID": 112012, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": -795392424 + }, + "ItemDesc": { + "hash": -122540262 + }, + "ItemBGDesc": { + "hash": 1733431259 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112012.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "112013": { + "ID": 112013, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 7, + "isVisible": true, + "ItemName": { + "hash": -795392423 + }, + "ItemDesc": { + "hash": -122540261 + }, + "ItemBGDesc": { + "hash": 1733431260 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "112021": { + "ID": 112021, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1933490930 + }, + "ItemDesc": { + "hash": 280744264 + }, + "ItemBGDesc": { + "hash": 1330146735 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112021.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "112022": { + "ID": 112022, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1933490931 + }, + "ItemDesc": { + "hash": 280744265 + }, + "ItemBGDesc": { + "hash": 1330146732 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112022.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112022.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112022.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "112023": { + "ID": 112023, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1933490932 + }, + "ItemDesc": { + "hash": 280744266 + }, + "ItemBGDesc": { + "hash": 1330146733 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112021.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "120001": { + "ID": 120001, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488371891 + }, + "ItemDesc": { + "hash": 1725874057 + }, + "ItemBGDesc": { + "hash": -114980884 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/120001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/120001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/120001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "120002": { + "ID": 120002, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488371890 + }, + "ItemDesc": { + "hash": 1725874056 + }, + "ItemBGDesc": { + "hash": -114980881 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/120002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/120002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/120002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140001": { + "ID": 140001, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365357 + }, + "ItemDesc": { + "hash": 1725876235 + }, + "ItemBGDesc": { + "hash": -114974350 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140002": { + "ID": 140002, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365360 + }, + "ItemDesc": { + "hash": 1725876238 + }, + "ItemBGDesc": { + "hash": -114974351 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140003": { + "ID": 140003, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365359 + }, + "ItemDesc": { + "hash": 1725876237 + }, + "ItemBGDesc": { + "hash": -114974352 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140004": { + "ID": 140004, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365362 + }, + "ItemDesc": { + "hash": 1725876232 + }, + "ItemBGDesc": { + "hash": -114974353 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140006": { + "ID": 140006, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365364 + }, + "ItemDesc": { + "hash": 1725876234 + }, + "ItemBGDesc": { + "hash": -114974355 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140007": { + "ID": 140007, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365363 + }, + "ItemDesc": { + "hash": 1725876233 + }, + "ItemBGDesc": { + "hash": -114974356 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140007.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140008": { + "ID": 140008, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365366 + }, + "ItemDesc": { + "hash": 1725876244 + }, + "ItemBGDesc": { + "hash": -114974341 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140008.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140008.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140009": { + "ID": 140009, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365365 + }, + "ItemDesc": { + "hash": 1725876243 + }, + "ItemBGDesc": { + "hash": -114974342 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140009.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140010": { + "ID": 140010, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718583 + }, + "ItemDesc": { + "hash": 159792295 + }, + "ItemBGDesc": { + "hash": 1451109592 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140010.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140010.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140011": { + "ID": 140011, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718584 + }, + "ItemDesc": { + "hash": 159792294 + }, + "ItemBGDesc": { + "hash": 1451109591 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140012": { + "ID": 140012, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718581 + }, + "ItemDesc": { + "hash": 159792297 + }, + "ItemBGDesc": { + "hash": 1451109590 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140013": { + "ID": 140013, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718582 + }, + "ItemDesc": { + "hash": 159792296 + }, + "ItemBGDesc": { + "hash": 1451109589 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140013.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140013.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140013.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140014": { + "ID": 140014, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718579 + }, + "ItemDesc": { + "hash": 159792291 + }, + "ItemBGDesc": { + "hash": 1451109588 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140014.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140014.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140014.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140015": { + "ID": 140015, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718580 + }, + "ItemDesc": { + "hash": 159792290 + }, + "ItemBGDesc": { + "hash": 1451109587 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140015.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140015.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Item_Mission_Keys.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140016": { + "ID": 140016, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718577 + }, + "ItemDesc": { + "hash": 159792293 + }, + "ItemBGDesc": { + "hash": 1451109586 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140016.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140016.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110131.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140017": { + "ID": 140017, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718578 + }, + "ItemDesc": { + "hash": 159792292 + }, + "ItemBGDesc": { + "hash": 1451109585 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140017.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140017.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140017.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140019": { + "ID": 140019, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718576 + }, + "ItemDesc": { + "hash": 159792302 + }, + "ItemBGDesc": { + "hash": 1451109599 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140019.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140019.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140019.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140021": { + "ID": 140021, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674434057 + }, + "ItemDesc": { + "hash": -1406291647 + }, + "ItemBGDesc": { + "hash": -1277773764 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140021.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140022": { + "ID": 140022, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674434054 + }, + "ItemDesc": { + "hash": -1406291644 + }, + "ItemBGDesc": { + "hash": -1277773765 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140022.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140022.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140022.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140023": { + "ID": 140023, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674434055 + }, + "ItemDesc": { + "hash": -1406291645 + }, + "ItemBGDesc": { + "hash": -1277773766 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140023.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140023.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140023.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140024": { + "ID": 140024, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674434052 + }, + "ItemDesc": { + "hash": -1406291650 + }, + "ItemBGDesc": { + "hash": -1277773767 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140024.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140024.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140024.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140025": { + "ID": 140025, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674434053 + }, + "ItemDesc": { + "hash": -1406291651 + }, + "ItemBGDesc": { + "hash": -1277773768 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140025.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140025.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140026": { + "ID": 140026, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674434050 + }, + "ItemDesc": { + "hash": -1406291648 + }, + "ItemBGDesc": { + "hash": -1277773769 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140026.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140026.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140026.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140027": { + "ID": 140027, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674434051 + }, + "ItemDesc": { + "hash": -1406291649 + }, + "ItemBGDesc": { + "hash": -1277773770 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140027.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140027.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140027.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140028": { + "ID": 140028, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674434048 + }, + "ItemDesc": { + "hash": -1406291638 + }, + "ItemBGDesc": { + "hash": -1277773755 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140028.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140028.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140028.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140029": { + "ID": 140029, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674434049 + }, + "ItemDesc": { + "hash": -1406291639 + }, + "ItemBGDesc": { + "hash": -1277773756 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140029.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140029.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140029.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140030": { + "ID": 140030, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054449299 + }, + "ItemDesc": { + "hash": 1322591709 + }, + "ItemBGDesc": { + "hash": 288310178 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140030.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140030.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140032": { + "ID": 140032, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054449301 + }, + "ItemDesc": { + "hash": 1322591711 + }, + "ItemBGDesc": { + "hash": 288310176 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140033": { + "ID": 140033, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054449300 + }, + "ItemDesc": { + "hash": 1322591710 + }, + "ItemBGDesc": { + "hash": 288310175 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140034": { + "ID": 140034, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054449303 + }, + "ItemDesc": { + "hash": 1322591705 + }, + "ItemBGDesc": { + "hash": 288310174 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140035": { + "ID": 140035, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054449302 + }, + "ItemDesc": { + "hash": 1322591704 + }, + "ItemBGDesc": { + "hash": 288310173 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140036": { + "ID": 140036, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054449305 + }, + "ItemDesc": { + "hash": 1322591707 + }, + "ItemBGDesc": { + "hash": 288310172 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140037": { + "ID": 140037, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054449304 + }, + "ItemDesc": { + "hash": 1322591706 + }, + "ItemBGDesc": { + "hash": 288310171 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140037.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140037.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140037.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140038": { + "ID": 140038, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054449307 + }, + "ItemDesc": { + "hash": 1322591717 + }, + "ItemBGDesc": { + "hash": 288310186 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140039": { + "ID": 140039, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054449306 + }, + "ItemDesc": { + "hash": 1322591716 + }, + "ItemBGDesc": { + "hash": 288310185 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140040": { + "ID": 140040, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837233470 + }, + "ItemDesc": { + "hash": -599722592 + }, + "ItemBGDesc": { + "hash": -2084342817 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140041": { + "ID": 140041, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837233471 + }, + "ItemDesc": { + "hash": -599722593 + }, + "ItemBGDesc": { + "hash": -2084342818 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140043": { + "ID": 140043, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837233469 + }, + "ItemDesc": { + "hash": -599722591 + }, + "ItemBGDesc": { + "hash": -2084342820 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140044": { + "ID": 140044, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837233466 + }, + "ItemDesc": { + "hash": -599722596 + }, + "ItemBGDesc": { + "hash": -2084342821 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140045": { + "ID": 140045, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837233467 + }, + "ItemDesc": { + "hash": -599722597 + }, + "ItemBGDesc": { + "hash": -2084342822 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140046": { + "ID": 140046, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837233464 + }, + "ItemDesc": { + "hash": -599722594 + }, + "ItemBGDesc": { + "hash": -2084342823 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140009.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140047": { + "ID": 140047, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837233465 + }, + "ItemDesc": { + "hash": -599722595 + }, + "ItemBGDesc": { + "hash": -2084342824 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/120002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/120002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/120002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140048": { + "ID": 140048, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837233462 + }, + "ItemDesc": { + "hash": -599722584 + }, + "ItemBGDesc": { + "hash": -2084342809 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/120001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/120001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/120001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140049": { + "ID": 140049, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837233463 + }, + "ItemDesc": { + "hash": -599722585 + }, + "ItemBGDesc": { + "hash": -2084342810 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140050": { + "ID": 140050, + "ItemType": "Mission", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649885 + }, + "ItemDesc": { + "hash": 2129160763 + }, + "ItemBGDesc": { + "hash": -518258876 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140051": { + "ID": 140051, + "ItemType": "Mission", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649884 + }, + "ItemDesc": { + "hash": 2129160762 + }, + "ItemBGDesc": { + "hash": -518258877 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140052": { + "ID": 140052, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649887 + }, + "ItemDesc": { + "hash": 2129160765 + }, + "ItemBGDesc": { + "hash": -518258878 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140053": { + "ID": 140053, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649886 + }, + "ItemDesc": { + "hash": 2129160764 + }, + "ItemBGDesc": { + "hash": -518258879 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140054": { + "ID": 140054, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649889 + }, + "ItemDesc": { + "hash": 2129160759 + }, + "ItemBGDesc": { + "hash": -518258880 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140055": { + "ID": 140055, + "ItemType": "Mission", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649888 + }, + "ItemDesc": { + "hash": 2129160758 + }, + "ItemBGDesc": { + "hash": -518258881 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140056": { + "ID": 140056, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649891 + }, + "ItemDesc": { + "hash": 2129160761 + }, + "ItemBGDesc": { + "hash": -518258882 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/120001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/120001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/120001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140057": { + "ID": 140057, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649890 + }, + "ItemDesc": { + "hash": 2129160760 + }, + "ItemBGDesc": { + "hash": -518258883 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140019.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140019.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140019.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140058": { + "ID": 140058, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649893 + }, + "ItemDesc": { + "hash": 2129160771 + }, + "ItemBGDesc": { + "hash": -518258868 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140059": { + "ID": 140059, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891649892 + }, + "ItemDesc": { + "hash": 2129160770 + }, + "ItemBGDesc": { + "hash": -518258869 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140060": { + "ID": 140060, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934412 + }, + "ItemDesc": { + "hash": 563076822 + }, + "ItemBGDesc": { + "hash": 1047825065 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140061": { + "ID": 140061, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934411 + }, + "ItemDesc": { + "hash": 563076821 + }, + "ItemBGDesc": { + "hash": 1047825064 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140062": { + "ID": 140062, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934414 + }, + "ItemDesc": { + "hash": 563076824 + }, + "ItemBGDesc": { + "hash": 1047825063 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140063": { + "ID": 140063, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934413 + }, + "ItemDesc": { + "hash": 563076823 + }, + "ItemBGDesc": { + "hash": 1047825062 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140064": { + "ID": 140064, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934416 + }, + "ItemDesc": { + "hash": 563076818 + }, + "ItemBGDesc": { + "hash": 1047825061 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140065": { + "ID": 140065, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934415 + }, + "ItemDesc": { + "hash": 563076817 + }, + "ItemBGDesc": { + "hash": 1047825060 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140065.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140065.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140065.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140066": { + "ID": 140066, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934418 + }, + "ItemDesc": { + "hash": 563076820 + }, + "ItemBGDesc": { + "hash": 1047825059 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140066.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140066.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140066.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 140066, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140067": { + "ID": 140067, + "ItemType": "Mission", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934417 + }, + "ItemDesc": { + "hash": 563076819 + }, + "ItemBGDesc": { + "hash": 1047825058 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140066.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140066.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140066.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 140067, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140068": { + "ID": 140068, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934420 + }, + "ItemDesc": { + "hash": 563076830 + }, + "ItemBGDesc": { + "hash": 1047825073 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140068.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140068.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140068.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140069": { + "ID": 140069, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294934419 + }, + "ItemDesc": { + "hash": 563076829 + }, + "ItemBGDesc": { + "hash": 1047825072 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140069.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140069.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140069.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140071": { + "ID": 140071, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271149530 + }, + "ItemDesc": { + "hash": -1003007120 + }, + "ItemBGDesc": { + "hash": -1681058291 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140071.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140071.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140071.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140072": { + "ID": 140072, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271149527 + }, + "ItemDesc": { + "hash": -1003007117 + }, + "ItemBGDesc": { + "hash": -1681058292 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140072.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140072.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140072.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140073": { + "ID": 140073, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271149528 + }, + "ItemDesc": { + "hash": -1003007118 + }, + "ItemBGDesc": { + "hash": -1681058293 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140073.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140073.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140073.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140074": { + "ID": 140074, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271149525 + }, + "ItemDesc": { + "hash": -1003007123 + }, + "ItemBGDesc": { + "hash": -1681058294 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113007.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 140074, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140075": { + "ID": 140075, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271149526 + }, + "ItemDesc": { + "hash": -1003007124 + }, + "ItemBGDesc": { + "hash": -1681058295 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113006.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 140075, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140076": { + "ID": 140076, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271149523 + }, + "ItemDesc": { + "hash": -1003007121 + }, + "ItemBGDesc": { + "hash": -1681058296 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113006.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 140076, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140077": { + "ID": 140077, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271149524 + }, + "ItemDesc": { + "hash": -1003007122 + }, + "ItemBGDesc": { + "hash": -1681058297 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113006.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 140077, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140078": { + "ID": 140078, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271149521 + }, + "ItemDesc": { + "hash": -1003007111 + }, + "ItemBGDesc": { + "hash": -1681058282 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140079": { + "ID": 140079, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271149522 + }, + "ItemDesc": { + "hash": -1003007112 + }, + "ItemBGDesc": { + "hash": -1681058283 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140080": { + "ID": 140080, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595718 + }, + "ItemDesc": { + "hash": 2082106596 + }, + "ItemBGDesc": { + "hash": 241256011 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140081": { + "ID": 140081, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595717 + }, + "ItemDesc": { + "hash": 2082106595 + }, + "ItemBGDesc": { + "hash": 241256010 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140082": { + "ID": 140082, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595720 + }, + "ItemDesc": { + "hash": 2082106598 + }, + "ItemBGDesc": { + "hash": 241256009 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140082.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140082.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140082.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140083": { + "ID": 140083, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595719 + }, + "ItemDesc": { + "hash": 2082106597 + }, + "ItemBGDesc": { + "hash": 241256008 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140082.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140082.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140082.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140084": { + "ID": 140084, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595722 + }, + "ItemDesc": { + "hash": 2082106592 + }, + "ItemBGDesc": { + "hash": 241256007 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140084.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140084.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140084.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140085": { + "ID": 140085, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595721 + }, + "ItemDesc": { + "hash": 2082106591 + }, + "ItemBGDesc": { + "hash": 241256006 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140085.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140085.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140085.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140086": { + "ID": 140086, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595724 + }, + "ItemDesc": { + "hash": 2082106594 + }, + "ItemBGDesc": { + "hash": 241256005 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140086.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140086.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140086.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140087": { + "ID": 140087, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595723 + }, + "ItemDesc": { + "hash": 2082106593 + }, + "ItemBGDesc": { + "hash": 241256004 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140066.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140066.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140066.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 140087, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140088": { + "ID": 140088, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595726 + }, + "ItemDesc": { + "hash": 2082106604 + }, + "ItemBGDesc": { + "hash": 241256019 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140019.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140019.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140019.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140089": { + "ID": 140089, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844595725 + }, + "ItemDesc": { + "hash": 2082106603 + }, + "ItemBGDesc": { + "hash": 241256018 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140090": { + "ID": 140090, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488223 + }, + "ItemDesc": { + "hash": 516022655 + }, + "ItemBGDesc": { + "hash": 1807339952 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140082.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140082.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140082.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140091": { + "ID": 140091, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488224 + }, + "ItemDesc": { + "hash": 516022654 + }, + "ItemBGDesc": { + "hash": 1807339951 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140082.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140082.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140082.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140092": { + "ID": 140092, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488221 + }, + "ItemDesc": { + "hash": 516022657 + }, + "ItemBGDesc": { + "hash": 1807339950 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140092.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140092.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140092.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140093": { + "ID": 140093, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488222 + }, + "ItemDesc": { + "hash": 516022656 + }, + "ItemBGDesc": { + "hash": 1807339949 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140092.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140092.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140092.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140094": { + "ID": 140094, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488219 + }, + "ItemDesc": { + "hash": 516022651 + }, + "ItemBGDesc": { + "hash": 1807339948 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140092.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140092.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140092.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140095": { + "ID": 140095, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488220 + }, + "ItemDesc": { + "hash": 516022650 + }, + "ItemBGDesc": { + "hash": 1807339947 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140082.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140082.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140082.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140096": { + "ID": 140096, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488217 + }, + "ItemDesc": { + "hash": 516022653 + }, + "ItemBGDesc": { + "hash": 1807339946 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140082.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140082.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140082.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140097": { + "ID": 140097, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488218 + }, + "ItemDesc": { + "hash": 516022652 + }, + "ItemBGDesc": { + "hash": 1807339945 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140098": { + "ID": 140098, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488215 + }, + "ItemDesc": { + "hash": 516022663 + }, + "ItemBGDesc": { + "hash": 1807339960 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140099": { + "ID": 140099, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721488216 + }, + "ItemDesc": { + "hash": 516022662 + }, + "ItemBGDesc": { + "hash": 1807339959 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140099.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140099.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140099.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140100": { + "ID": 140100, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365261 + }, + "ItemDesc": { + "hash": 1725876139 + }, + "ItemBGDesc": { + "hash": -114974318 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140099.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140099.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140099.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140101": { + "ID": 140101, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365262 + }, + "ItemDesc": { + "hash": 1725876140 + }, + "ItemBGDesc": { + "hash": -114974317 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140099.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140099.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140099.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140103": { + "ID": 140103, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365264 + }, + "ItemDesc": { + "hash": 1725876142 + }, + "ItemBGDesc": { + "hash": -114974319 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140104": { + "ID": 140104, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365265 + }, + "ItemDesc": { + "hash": 1725876135 + }, + "ItemBGDesc": { + "hash": -114974322 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140105": { + "ID": 140105, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365266 + }, + "ItemDesc": { + "hash": 1725876136 + }, + "ItemBGDesc": { + "hash": -114974321 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140105.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140105.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140105.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140106": { + "ID": 140106, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365267 + }, + "ItemDesc": { + "hash": 1725876137 + }, + "ItemBGDesc": { + "hash": -114974324 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140105.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140105.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140105.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140107": { + "ID": 140107, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365268 + }, + "ItemDesc": { + "hash": 1725876138 + }, + "ItemBGDesc": { + "hash": -114974323 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140105.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140105.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140105.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140108": { + "ID": 140108, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365269 + }, + "ItemDesc": { + "hash": 1725876147 + }, + "ItemBGDesc": { + "hash": -114974310 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140108.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140108.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140108.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140109": { + "ID": 140109, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488365270 + }, + "ItemDesc": { + "hash": 1725876148 + }, + "ItemBGDesc": { + "hash": -114974309 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113005.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140110": { + "ID": 140110, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718680 + }, + "ItemDesc": { + "hash": 159792198 + }, + "ItemBGDesc": { + "hash": 1451109623 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140110.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140110.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140110.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140111": { + "ID": 140111, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718679 + }, + "ItemDesc": { + "hash": 159792199 + }, + "ItemBGDesc": { + "hash": 1451109624 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140009.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140009.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140009.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140112": { + "ID": 140112, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077718678 + }, + "ItemDesc": { + "hash": 159792200 + }, + "ItemBGDesc": { + "hash": 1451109621 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113007.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113007.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113007.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 140112, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "140113": { + "ID": 140113, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 85865692 + }, + "ItemDesc": { + "hash": -130213090 + }, + "ItemBGDesc": { + "hash": -517478503 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140005.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/140005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140005.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149975": { + "ID": 149975, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1259286864 + }, + "ItemDesc": { + "hash": -1991144462 + }, + "ItemBGDesc": { + "hash": 1343446789 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149976": { + "ID": 149976, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1259286863 + }, + "ItemDesc": { + "hash": -1991144461 + }, + "ItemBGDesc": { + "hash": 1343446786 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149977": { + "ID": 149977, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1259286862 + }, + "ItemDesc": { + "hash": -1991144460 + }, + "ItemBGDesc": { + "hash": 1343446787 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149978": { + "ID": 149978, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1259286877 + }, + "ItemDesc": { + "hash": -1991144467 + }, + "ItemBGDesc": { + "hash": 1343446784 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140028.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140028.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140028.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149979": { + "ID": 149979, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1259286876 + }, + "ItemDesc": { + "hash": -1991144466 + }, + "ItemBGDesc": { + "hash": 1343446785 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140028.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140028.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140028.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149980": { + "ID": 149980, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 306797072 + }, + "ItemDesc": { + "hash": 1544307950 + }, + "ItemBGDesc": { + "hash": 1390500959 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149981": { + "ID": 149981, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 306797073 + }, + "ItemDesc": { + "hash": 1544307951 + }, + "ItemBGDesc": { + "hash": 1390500960 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149982": { + "ID": 149982, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 306797074 + }, + "ItemDesc": { + "hash": 1544307952 + }, + "ItemBGDesc": { + "hash": 1390500957 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149991": { + "ID": 149991, + "ItemType": "Mission", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1872881014 + }, + "ItemDesc": { + "hash": -1184575404 + }, + "ItemBGDesc": { + "hash": -175582981 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140082.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140082.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140082.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149992": { + "ID": 149992, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1872881015 + }, + "ItemDesc": { + "hash": -1184575403 + }, + "ItemBGDesc": { + "hash": -175582984 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149993": { + "ID": 149993, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1872881016 + }, + "ItemDesc": { + "hash": -1184575402 + }, + "ItemBGDesc": { + "hash": -175582983 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149994": { + "ID": 149994, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1872881017 + }, + "ItemDesc": { + "hash": -1184575409 + }, + "ItemBGDesc": { + "hash": -175582986 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "149995": { + "ID": 149995, + "ItemType": "Mission", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1872881018 + }, + "ItemDesc": { + "hash": -1184575408 + }, + "ItemBGDesc": { + "hash": -175582985 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "180001": { + "ID": 180001, + "ItemType": "Material", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488378425 + }, + "ItemDesc": { + "hash": 1725880591 + }, + "ItemBGDesc": { + "hash": -114969994 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/180001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/180001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/180001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "180002": { + "ID": 180002, + "ItemType": "Material", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488378428 + }, + "ItemDesc": { + "hash": 1725880594 + }, + "ItemBGDesc": { + "hash": -114969995 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/180002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/180002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/180002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "180003": { + "ID": 180003, + "ItemType": "Material", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488378427 + }, + "ItemDesc": { + "hash": 1725880593 + }, + "ItemBGDesc": { + "hash": -114969996 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/408001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/408001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/408001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "181001": { + "ID": 181001, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792340340 + }, + "ItemDesc": { + "hash": -1265124790 + }, + "ItemBGDesc": { + "hash": -1418931909 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/181001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/181001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/181001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "181002": { + "ID": 181002, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792340343 + }, + "ItemDesc": { + "hash": -1265124787 + }, + "ItemBGDesc": { + "hash": -1418931910 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/181002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/181002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/181002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "181003": { + "ID": 181003, + "ItemType": "Material", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792340342 + }, + "ItemDesc": { + "hash": -1265124788 + }, + "ItemBGDesc": { + "hash": -1418931911 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/181003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/181003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/181003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "182001": { + "ID": 182001, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 770703427 + }, + "ItemDesc": { + "hash": 1443555589 + }, + "ItemBGDesc": { + "hash": 167355008 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/182001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/182001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/182001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "182002": { + "ID": 182002, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 770703430 + }, + "ItemDesc": { + "hash": 1443555592 + }, + "ItemBGDesc": { + "hash": 167355007 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/182002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/182002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/182002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "182003": { + "ID": 182003, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 770703429 + }, + "ItemDesc": { + "hash": 1443555591 + }, + "ItemBGDesc": { + "hash": 167355006 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/182003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/182003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/182003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "182004": { + "ID": 182004, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 770703424 + }, + "ItemDesc": { + "hash": 1443555594 + }, + "ItemBGDesc": { + "hash": 167355013 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/182004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/182004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/182004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "183001": { + "ID": 183001, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2074665342 + }, + "ItemDesc": { + "hash": -1547449792 + }, + "ItemBGDesc": { + "hash": -1136606907 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/183001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/183001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/183001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "183002": { + "ID": 183002, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2074665345 + }, + "ItemDesc": { + "hash": -1547449789 + }, + "ItemBGDesc": { + "hash": -1136606908 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/183002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/183002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/183002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "189001": { + "ID": 189001, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 663040332 + }, + "ItemDesc": { + "hash": 1900542498 + }, + "ItemBGDesc": { + "hash": 1746735379 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 189001, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "189002": { + "ID": 189002, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 663040335 + }, + "ItemDesc": { + "hash": 1900542501 + }, + "ItemBGDesc": { + "hash": 1746735378 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 189002, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "189003": { + "ID": 189003, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 663040334 + }, + "ItemDesc": { + "hash": 1900542500 + }, + "ItemBGDesc": { + "hash": 1746735377 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 189003, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "189004": { + "ID": 189004, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 663040329 + }, + "ItemDesc": { + "hash": 1900542503 + }, + "ItemBGDesc": { + "hash": 1746735384 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 189004, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "189005": { + "ID": 189005, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 663040328 + }, + "ItemDesc": { + "hash": 1900542502 + }, + "ItemBGDesc": { + "hash": 1746735383 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 189005, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "189006": { + "ID": 189006, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 663040331 + }, + "ItemDesc": { + "hash": 1900542505 + }, + "ItemBGDesc": { + "hash": 1746735382 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": 4, + "UseDataID": 189006, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190101": { + "ID": 190101, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375193 + }, + "ItemDesc": { + "hash": 1725877359 + }, + "ItemBGDesc": { + "hash": -114968874 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190102": { + "ID": 190102, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375196 + }, + "ItemDesc": { + "hash": 1725877362 + }, + "ItemBGDesc": { + "hash": -114968875 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190103": { + "ID": 190103, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375195 + }, + "ItemDesc": { + "hash": 1725877361 + }, + "ItemBGDesc": { + "hash": -114968876 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190104": { + "ID": 190104, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375190 + }, + "ItemDesc": { + "hash": 1725877364 + }, + "ItemBGDesc": { + "hash": -114968869 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190105": { + "ID": 190105, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375189 + }, + "ItemDesc": { + "hash": 1725877363 + }, + "ItemBGDesc": { + "hash": -114968870 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190106": { + "ID": 190106, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375192 + }, + "ItemDesc": { + "hash": 1725877366 + }, + "ItemBGDesc": { + "hash": -114968871 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190107": { + "ID": 190107, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375191 + }, + "ItemDesc": { + "hash": 1725877365 + }, + "ItemBGDesc": { + "hash": -114968872 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190108": { + "ID": 190108, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375186 + }, + "ItemDesc": { + "hash": 1725877352 + }, + "ItemBGDesc": { + "hash": -114968881 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190109": { + "ID": 190109, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375185 + }, + "ItemDesc": { + "hash": 1725877351 + }, + "ItemBGDesc": { + "hash": -114968882 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190110": { + "ID": 190110, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708747 + }, + "ItemDesc": { + "hash": 159793419 + }, + "ItemBGDesc": { + "hash": 1451115068 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190111": { + "ID": 190111, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708748 + }, + "ItemDesc": { + "hash": 159793418 + }, + "ItemBGDesc": { + "hash": 1451115067 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190112": { + "ID": 190112, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708745 + }, + "ItemDesc": { + "hash": 159793421 + }, + "ItemBGDesc": { + "hash": 1451115066 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190113": { + "ID": 190113, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708746 + }, + "ItemDesc": { + "hash": 159793420 + }, + "ItemBGDesc": { + "hash": 1451115065 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190114": { + "ID": 190114, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708751 + }, + "ItemDesc": { + "hash": 159793423 + }, + "ItemBGDesc": { + "hash": 1451115072 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190115": { + "ID": 190115, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708752 + }, + "ItemDesc": { + "hash": 159793422 + }, + "ItemBGDesc": { + "hash": 1451115071 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190116": { + "ID": 190116, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708749 + }, + "ItemDesc": { + "hash": 159793425 + }, + "ItemBGDesc": { + "hash": 1451115070 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190117": { + "ID": 190117, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708750 + }, + "ItemDesc": { + "hash": 159793424 + }, + "ItemBGDesc": { + "hash": 1451115069 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190118": { + "ID": 190118, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708755 + }, + "ItemDesc": { + "hash": 159793411 + }, + "ItemBGDesc": { + "hash": 1451115060 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190119": { + "ID": 190119, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1077708756 + }, + "ItemDesc": { + "hash": 159793410 + }, + "ItemBGDesc": { + "hash": 1451115059 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190120": { + "ID": 190120, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424220 + }, + "ItemDesc": { + "hash": -1406290522 + }, + "ItemBGDesc": { + "hash": -1277768287 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190121": { + "ID": 190121, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424221 + }, + "ItemDesc": { + "hash": -1406290523 + }, + "ItemBGDesc": { + "hash": -1277768288 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190122": { + "ID": 190122, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424218 + }, + "ItemDesc": { + "hash": -1406290520 + }, + "ItemBGDesc": { + "hash": -1277768289 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190123": { + "ID": 190123, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424219 + }, + "ItemDesc": { + "hash": -1406290521 + }, + "ItemBGDesc": { + "hash": -1277768290 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190124": { + "ID": 190124, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424224 + }, + "ItemDesc": { + "hash": -1406290518 + }, + "ItemBGDesc": { + "hash": -1277768283 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190125": { + "ID": 190125, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424225 + }, + "ItemDesc": { + "hash": -1406290519 + }, + "ItemBGDesc": { + "hash": -1277768284 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190126": { + "ID": 190126, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424222 + }, + "ItemDesc": { + "hash": -1406290516 + }, + "ItemBGDesc": { + "hash": -1277768285 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190127": { + "ID": 190127, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424223 + }, + "ItemDesc": { + "hash": -1406290517 + }, + "ItemBGDesc": { + "hash": -1277768286 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190128": { + "ID": 190128, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424228 + }, + "ItemDesc": { + "hash": -1406290530 + }, + "ItemBGDesc": { + "hash": -1277768295 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190129": { + "ID": 190129, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -674424229 + }, + "ItemDesc": { + "hash": -1406290531 + }, + "ItemBGDesc": { + "hash": -1277768296 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190130": { + "ID": 190130, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459135 + }, + "ItemDesc": { + "hash": 1322592833 + }, + "ItemBGDesc": { + "hash": 288315654 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190131": { + "ID": 190131, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459134 + }, + "ItemDesc": { + "hash": 1322592832 + }, + "ItemBGDesc": { + "hash": 288315653 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190132": { + "ID": 190132, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459137 + }, + "ItemDesc": { + "hash": 1322592835 + }, + "ItemBGDesc": { + "hash": 288315652 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190133": { + "ID": 190133, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459136 + }, + "ItemDesc": { + "hash": 1322592834 + }, + "ItemBGDesc": { + "hash": 288315651 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190134": { + "ID": 190134, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459131 + }, + "ItemDesc": { + "hash": 1322592837 + }, + "ItemBGDesc": { + "hash": 288315658 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190135": { + "ID": 190135, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459130 + }, + "ItemDesc": { + "hash": 1322592836 + }, + "ItemBGDesc": { + "hash": 288315657 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190136": { + "ID": 190136, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459133 + }, + "ItemDesc": { + "hash": 1322592839 + }, + "ItemBGDesc": { + "hash": 288315656 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190137": { + "ID": 190137, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459132 + }, + "ItemDesc": { + "hash": 1322592838 + }, + "ItemBGDesc": { + "hash": 288315655 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190138": { + "ID": 190138, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459127 + }, + "ItemDesc": { + "hash": 1322592825 + }, + "ItemBGDesc": { + "hash": 288315646 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190139": { + "ID": 190139, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2054459126 + }, + "ItemDesc": { + "hash": 1322592824 + }, + "ItemBGDesc": { + "hash": 288315645 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190140": { + "ID": 190140, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223634 + }, + "ItemDesc": { + "hash": -599721468 + }, + "ItemBGDesc": { + "hash": -2084337341 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190141": { + "ID": 190141, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223635 + }, + "ItemDesc": { + "hash": -599721469 + }, + "ItemBGDesc": { + "hash": -2084337342 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190142": { + "ID": 190142, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223632 + }, + "ItemDesc": { + "hash": -599721466 + }, + "ItemBGDesc": { + "hash": -2084337343 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190143": { + "ID": 190143, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223633 + }, + "ItemDesc": { + "hash": -599721467 + }, + "ItemBGDesc": { + "hash": -2084337344 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190144": { + "ID": 190144, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223638 + }, + "ItemDesc": { + "hash": -599721464 + }, + "ItemBGDesc": { + "hash": -2084337337 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190145": { + "ID": 190145, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223639 + }, + "ItemDesc": { + "hash": -599721465 + }, + "ItemBGDesc": { + "hash": -2084337338 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190146": { + "ID": 190146, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223636 + }, + "ItemDesc": { + "hash": -599721462 + }, + "ItemBGDesc": { + "hash": -2084337339 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190147": { + "ID": 190147, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223637 + }, + "ItemDesc": { + "hash": -599721463 + }, + "ItemBGDesc": { + "hash": -2084337340 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190148": { + "ID": 190148, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223642 + }, + "ItemDesc": { + "hash": -599721476 + }, + "ItemBGDesc": { + "hash": -2084337349 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190149": { + "ID": 190149, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1837223643 + }, + "ItemDesc": { + "hash": -599721477 + }, + "ItemBGDesc": { + "hash": -2084337350 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190150": { + "ID": 190150, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659721 + }, + "ItemDesc": { + "hash": 2129161887 + }, + "ItemBGDesc": { + "hash": -518253400 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190151": { + "ID": 190151, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659720 + }, + "ItemDesc": { + "hash": 2129161886 + }, + "ItemBGDesc": { + "hash": -518253401 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190152": { + "ID": 190152, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659723 + }, + "ItemDesc": { + "hash": 2129161889 + }, + "ItemBGDesc": { + "hash": -518253402 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190153": { + "ID": 190153, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659722 + }, + "ItemDesc": { + "hash": 2129161888 + }, + "ItemBGDesc": { + "hash": -518253403 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190154": { + "ID": 190154, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659717 + }, + "ItemDesc": { + "hash": 2129161891 + }, + "ItemBGDesc": { + "hash": -518253396 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190155": { + "ID": 190155, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659716 + }, + "ItemDesc": { + "hash": 2129161890 + }, + "ItemBGDesc": { + "hash": -518253397 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190156": { + "ID": 190156, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659719 + }, + "ItemDesc": { + "hash": 2129161893 + }, + "ItemBGDesc": { + "hash": -518253398 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190157": { + "ID": 190157, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659718 + }, + "ItemDesc": { + "hash": 2129161892 + }, + "ItemBGDesc": { + "hash": -518253399 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190178": { + "ID": 190178, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139701 + }, + "ItemDesc": { + "hash": -1003006003 + }, + "ItemBGDesc": { + "hash": -1681052822 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190179": { + "ID": 190179, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139702 + }, + "ItemDesc": { + "hash": -1003006004 + }, + "ItemBGDesc": { + "hash": -1681052823 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190180": { + "ID": 190180, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605554 + }, + "ItemDesc": { + "hash": 2082107720 + }, + "ItemBGDesc": { + "hash": 241261487 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190181": { + "ID": 190181, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605553 + }, + "ItemDesc": { + "hash": 2082107719 + }, + "ItemBGDesc": { + "hash": 241261486 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190182": { + "ID": 190182, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605556 + }, + "ItemDesc": { + "hash": 2082107722 + }, + "ItemBGDesc": { + "hash": 241261485 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190183": { + "ID": 190183, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605555 + }, + "ItemDesc": { + "hash": 2082107721 + }, + "ItemBGDesc": { + "hash": 241261484 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190184": { + "ID": 190184, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605550 + }, + "ItemDesc": { + "hash": 2082107724 + }, + "ItemBGDesc": { + "hash": 241261491 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190185": { + "ID": 190185, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605549 + }, + "ItemDesc": { + "hash": 2082107723 + }, + "ItemBGDesc": { + "hash": 241261490 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190186": { + "ID": 190186, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605552 + }, + "ItemDesc": { + "hash": 2082107726 + }, + "ItemBGDesc": { + "hash": 241261489 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190187": { + "ID": 190187, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605551 + }, + "ItemDesc": { + "hash": 2082107725 + }, + "ItemBGDesc": { + "hash": 241261488 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190188": { + "ID": 190188, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605546 + }, + "ItemDesc": { + "hash": 2082107712 + }, + "ItemBGDesc": { + "hash": 241261479 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190189": { + "ID": 190189, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 844605545 + }, + "ItemDesc": { + "hash": 2082107711 + }, + "ItemBGDesc": { + "hash": 241261478 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190190": { + "ID": 190190, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478387 + }, + "ItemDesc": { + "hash": 516023779 + }, + "ItemBGDesc": { + "hash": 1807345428 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190191": { + "ID": 190191, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478388 + }, + "ItemDesc": { + "hash": 516023778 + }, + "ItemBGDesc": { + "hash": 1807345427 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190192": { + "ID": 190192, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478385 + }, + "ItemDesc": { + "hash": 516023781 + }, + "ItemBGDesc": { + "hash": 1807345426 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190193": { + "ID": 190193, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478386 + }, + "ItemDesc": { + "hash": 516023780 + }, + "ItemBGDesc": { + "hash": 1807345425 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190194": { + "ID": 190194, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478391 + }, + "ItemDesc": { + "hash": 516023783 + }, + "ItemBGDesc": { + "hash": 1807345432 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190195": { + "ID": 190195, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478392 + }, + "ItemDesc": { + "hash": 516023782 + }, + "ItemBGDesc": { + "hash": 1807345431 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190196": { + "ID": 190196, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478389 + }, + "ItemDesc": { + "hash": 516023785 + }, + "ItemBGDesc": { + "hash": 1807345430 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190197": { + "ID": 190197, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478390 + }, + "ItemDesc": { + "hash": 516023784 + }, + "ItemBGDesc": { + "hash": 1807345429 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190198": { + "ID": 190198, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478395 + }, + "ItemDesc": { + "hash": 516023771 + }, + "ItemBGDesc": { + "hash": 1807345420 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190199": { + "ID": 190199, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -721478396 + }, + "ItemDesc": { + "hash": 516023770 + }, + "ItemBGDesc": { + "hash": 1807345419 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190200": { + "ID": 190200, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375291 + }, + "ItemDesc": { + "hash": 1725877457 + }, + "ItemBGDesc": { + "hash": -114969036 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190201": { + "ID": 190201, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375292 + }, + "ItemDesc": { + "hash": 1725877458 + }, + "ItemBGDesc": { + "hash": -114969035 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190202": { + "ID": 190202, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375289 + }, + "ItemDesc": { + "hash": 1725877455 + }, + "ItemBGDesc": { + "hash": -114969034 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190203": { + "ID": 190203, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375290 + }, + "ItemDesc": { + "hash": 1725877456 + }, + "ItemBGDesc": { + "hash": -114969033 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190204": { + "ID": 190204, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375287 + }, + "ItemDesc": { + "hash": 1725877461 + }, + "ItemBGDesc": { + "hash": -114969032 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190205": { + "ID": 190205, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375288 + }, + "ItemDesc": { + "hash": 1725877462 + }, + "ItemBGDesc": { + "hash": -114969031 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190206": { + "ID": 190206, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375285 + }, + "ItemDesc": { + "hash": 1725877459 + }, + "ItemBGDesc": { + "hash": -114969030 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190207": { + "ID": 190207, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375286 + }, + "ItemDesc": { + "hash": 1725877460 + }, + "ItemBGDesc": { + "hash": -114969029 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190208": { + "ID": 190208, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375283 + }, + "ItemDesc": { + "hash": 1725877449 + }, + "ItemBGDesc": { + "hash": -114969044 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190209": { + "ID": 190209, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488375284 + }, + "ItemDesc": { + "hash": 1725877450 + }, + "ItemBGDesc": { + "hash": -114969043 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190901": { + "ID": 190901, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488374929 + }, + "ItemDesc": { + "hash": 1725877095 + }, + "ItemBGDesc": { + "hash": -114969138 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190902": { + "ID": 190902, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488374932 + }, + "ItemDesc": { + "hash": 1725877098 + }, + "ItemBGDesc": { + "hash": -114969139 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190903": { + "ID": 190903, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488374931 + }, + "ItemDesc": { + "hash": 1725877097 + }, + "ItemBGDesc": { + "hash": -114969140 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190904": { + "ID": 190904, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488374926 + }, + "ItemDesc": { + "hash": 1725877100 + }, + "ItemBGDesc": { + "hash": -114969133 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190905": { + "ID": 190905, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488374925 + }, + "ItemDesc": { + "hash": 1725877099 + }, + "ItemBGDesc": { + "hash": -114969134 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190906": { + "ID": 190906, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488374928 + }, + "ItemDesc": { + "hash": 1725877102 + }, + "ItemBGDesc": { + "hash": -114969135 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190907": { + "ID": 190907, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 488374927 + }, + "ItemDesc": { + "hash": 1725877101 + }, + "ItemBGDesc": { + "hash": -114969136 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190158": { + "ID": 190158, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659713 + }, + "ItemDesc": { + "hash": 2129161879 + }, + "ItemBGDesc": { + "hash": -518253408 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190159": { + "ID": 190159, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 891659712 + }, + "ItemDesc": { + "hash": 2129161878 + }, + "ItemBGDesc": { + "hash": -518253409 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190160": { + "ID": 190160, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944248 + }, + "ItemDesc": { + "hash": 563077946 + }, + "ItemBGDesc": { + "hash": 1047830541 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190161": { + "ID": 190161, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944247 + }, + "ItemDesc": { + "hash": 563077945 + }, + "ItemBGDesc": { + "hash": 1047830540 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190162": { + "ID": 190162, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944250 + }, + "ItemDesc": { + "hash": 563077948 + }, + "ItemBGDesc": { + "hash": 1047830539 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190163": { + "ID": 190163, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944249 + }, + "ItemDesc": { + "hash": 563077947 + }, + "ItemBGDesc": { + "hash": 1047830538 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190164": { + "ID": 190164, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944244 + }, + "ItemDesc": { + "hash": 563077950 + }, + "ItemBGDesc": { + "hash": 1047830545 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190165": { + "ID": 190165, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944243 + }, + "ItemDesc": { + "hash": 563077949 + }, + "ItemBGDesc": { + "hash": 1047830544 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190166": { + "ID": 190166, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944246 + }, + "ItemDesc": { + "hash": 563077952 + }, + "ItemBGDesc": { + "hash": 1047830543 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190167": { + "ID": 190167, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944245 + }, + "ItemDesc": { + "hash": 563077951 + }, + "ItemBGDesc": { + "hash": 1047830542 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190168": { + "ID": 190168, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944240 + }, + "ItemDesc": { + "hash": 563077938 + }, + "ItemBGDesc": { + "hash": 1047830533 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190169": { + "ID": 190169, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1294944239 + }, + "ItemDesc": { + "hash": 563077937 + }, + "ItemBGDesc": { + "hash": 1047830532 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190170": { + "ID": 190170, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139693 + }, + "ItemDesc": { + "hash": -1003005995 + }, + "ItemBGDesc": { + "hash": -1681052814 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190171": { + "ID": 190171, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139694 + }, + "ItemDesc": { + "hash": -1003005996 + }, + "ItemBGDesc": { + "hash": -1681052815 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190172": { + "ID": 190172, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139691 + }, + "ItemDesc": { + "hash": -1003005993 + }, + "ItemBGDesc": { + "hash": -1681052816 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190173": { + "ID": 190173, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139692 + }, + "ItemDesc": { + "hash": -1003005994 + }, + "ItemBGDesc": { + "hash": -1681052817 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190174": { + "ID": 190174, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139697 + }, + "ItemDesc": { + "hash": -1003005991 + }, + "ItemBGDesc": { + "hash": -1681052810 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190175": { + "ID": 190175, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139698 + }, + "ItemDesc": { + "hash": -1003005992 + }, + "ItemBGDesc": { + "hash": -1681052811 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190176": { + "ID": 190176, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139695 + }, + "ItemDesc": { + "hash": -1003005989 + }, + "ItemBGDesc": { + "hash": -1681052812 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "190177": { + "ID": 190177, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -271139696 + }, + "ItemDesc": { + "hash": -1003005990 + }, + "ItemBGDesc": { + "hash": -1681052813 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191001": { + "ID": 191001, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792337141 + }, + "ItemDesc": { + "hash": -1265127989 + }, + "ItemBGDesc": { + "hash": -1418930884 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191002": { + "ID": 191002, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792337142 + }, + "ItemDesc": { + "hash": -1265127988 + }, + "ItemBGDesc": { + "hash": -1418930887 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191003": { + "ID": 191003, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792337143 + }, + "ItemDesc": { + "hash": -1265127987 + }, + "ItemBGDesc": { + "hash": -1418930886 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191004": { + "ID": 191004, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792337136 + }, + "ItemDesc": { + "hash": -1265127986 + }, + "ItemBGDesc": { + "hash": -1418930881 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191005": { + "ID": 191005, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792337137 + }, + "ItemDesc": { + "hash": -1265127985 + }, + "ItemBGDesc": { + "hash": -1418930880 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191006": { + "ID": 191006, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792337138 + }, + "ItemDesc": { + "hash": -1265127984 + }, + "ItemBGDesc": { + "hash": -1418930883 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191007": { + "ID": 191007, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792337139 + }, + "ItemDesc": { + "hash": -1265127983 + }, + "ItemBGDesc": { + "hash": -1418930882 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191008": { + "ID": 191008, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792337132 + }, + "ItemDesc": { + "hash": -1265127998 + }, + "ItemBGDesc": { + "hash": -1418930893 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191009": { + "ID": 191009, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1792337133 + }, + "ItemDesc": { + "hash": -1265127997 + }, + "ItemBGDesc": { + "hash": -1418930892 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191010": { + "ID": 191010, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546215 + }, + "ItemDesc": { + "hash": 300955951 + }, + "ItemBGDesc": { + "hash": 1309952470 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191011": { + "ID": 191011, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546214 + }, + "ItemDesc": { + "hash": 300955952 + }, + "ItemBGDesc": { + "hash": 1309952471 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191012": { + "ID": 191012, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546213 + }, + "ItemDesc": { + "hash": 300955953 + }, + "ItemBGDesc": { + "hash": 1309952468 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191013": { + "ID": 191013, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546212 + }, + "ItemDesc": { + "hash": 300955954 + }, + "ItemBGDesc": { + "hash": 1309952469 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191014": { + "ID": 191014, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546219 + }, + "ItemDesc": { + "hash": 300955955 + }, + "ItemBGDesc": { + "hash": 1309952474 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191015": { + "ID": 191015, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546218 + }, + "ItemDesc": { + "hash": 300955956 + }, + "ItemBGDesc": { + "hash": 1309952475 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191016": { + "ID": 191016, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546217 + }, + "ItemDesc": { + "hash": 300955957 + }, + "ItemBGDesc": { + "hash": 1309952472 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191017": { + "ID": 191017, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546216 + }, + "ItemDesc": { + "hash": 300955958 + }, + "ItemBGDesc": { + "hash": 1309952473 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191018": { + "ID": 191018, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546223 + }, + "ItemDesc": { + "hash": 300955943 + }, + "ItemBGDesc": { + "hash": 1309952462 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191019": { + "ID": 191019, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -936546222 + }, + "ItemDesc": { + "hash": 300955944 + }, + "ItemBGDesc": { + "hash": 1309952463 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191020": { + "ID": 191020, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537726 + }, + "ItemDesc": { + "hash": -102328576 + }, + "ItemBGDesc": { + "hash": 1713236997 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191021": { + "ID": 191021, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537727 + }, + "ItemDesc": { + "hash": -102328575 + }, + "ItemBGDesc": { + "hash": 1713236998 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191022": { + "ID": 191022, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537728 + }, + "ItemDesc": { + "hash": -102328574 + }, + "ItemBGDesc": { + "hash": 1713236995 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191023": { + "ID": 191023, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537729 + }, + "ItemDesc": { + "hash": -102328573 + }, + "ItemBGDesc": { + "hash": 1713236996 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191024": { + "ID": 191024, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537722 + }, + "ItemDesc": { + "hash": -102328572 + }, + "ItemBGDesc": { + "hash": 1713237001 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191025": { + "ID": 191025, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537723 + }, + "ItemDesc": { + "hash": -102328571 + }, + "ItemBGDesc": { + "hash": 1713237002 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191026": { + "ID": 191026, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537724 + }, + "ItemDesc": { + "hash": -102328570 + }, + "ItemBGDesc": { + "hash": 1713236999 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191027": { + "ID": 191027, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537725 + }, + "ItemDesc": { + "hash": -102328569 + }, + "ItemBGDesc": { + "hash": 1713237000 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191028": { + "ID": 191028, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537718 + }, + "ItemDesc": { + "hash": -102328584 + }, + "ItemBGDesc": { + "hash": 1713236989 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191029": { + "ID": 191029, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 629537719 + }, + "ItemDesc": { + "hash": -102328583 + }, + "ItemBGDesc": { + "hash": 1713236990 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191030": { + "ID": 191030, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -2099345629 + }, + "ItemDesc": { + "hash": 1463755365 + }, + "ItemBGDesc": { + "hash": 147153056 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191031": { + "ID": 191031, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -2099345628 + }, + "ItemDesc": { + "hash": 1463755366 + }, + "ItemBGDesc": { + "hash": 147153057 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191032": { + "ID": 191032, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -2099345627 + }, + "ItemDesc": { + "hash": 1463755367 + }, + "ItemBGDesc": { + "hash": 147153054 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191033": { + "ID": 191033, + "ItemType": "Book", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -2099345626 + }, + "ItemDesc": { + "hash": 1463755368 + }, + "ItemBGDesc": { + "hash": 147153055 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191034": { + "ID": 191034, + "ItemType": "Book", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -2099345633 + }, + "ItemDesc": { + "hash": 1463755369 + }, + "ItemBGDesc": { + "hash": 147153060 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191035": { + "ID": 191035, + "ItemType": "Book", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -2099345632 + }, + "ItemDesc": { + "hash": 1463755370 + }, + "ItemBGDesc": { + "hash": 147153061 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "191036": { + "ID": 191036, + "ItemType": "Book", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -2099345631 + }, + "ItemDesc": { + "hash": 1463755371 + }, + "ItemBGDesc": { + "hash": 147153058 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "398001": { + "ID": 398001, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 85865692 + }, + "ItemDesc": { + "hash": -130213090 + }, + "ItemBGDesc": { + "hash": -517478503 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140005.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/140005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140005.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 398001, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399981": { + "ID": 399981, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1033596950 + }, + "ItemDesc": { + "hash": 817518168 + }, + "ItemBGDesc": { + "hash": 2117296349 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399981, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399982": { + "ID": 399982, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1033596953 + }, + "ItemDesc": { + "hash": 817518171 + }, + "ItemBGDesc": { + "hash": 2117296348 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399982, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399986": { + "ID": 399986, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1033596949 + }, + "ItemDesc": { + "hash": 817518175 + }, + "ItemBGDesc": { + "hash": 2117296352 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399986, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399987": { + "ID": 399987, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1033596948 + }, + "ItemDesc": { + "hash": 817518174 + }, + "ItemBGDesc": { + "hash": 2117296351 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399987, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399988": { + "ID": 399988, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1033596959 + }, + "ItemDesc": { + "hash": 817518177 + }, + "ItemBGDesc": { + "hash": 2117296358 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399988, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399989": { + "ID": 399989, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1033596958 + }, + "ItemDesc": { + "hash": 817518176 + }, + "ItemBGDesc": { + "hash": 2117296357 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399989, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399990": { + "ID": 399990, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286404 + }, + "ItemDesc": { + "hash": -1911365186 + }, + "ItemBGDesc": { + "hash": 551212409 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399990, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399991": { + "ID": 399991, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286405 + }, + "ItemDesc": { + "hash": -1911365187 + }, + "ItemBGDesc": { + "hash": 551212408 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399991, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399992": { + "ID": 399992, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286402 + }, + "ItemDesc": { + "hash": -1911365184 + }, + "ItemBGDesc": { + "hash": 551212407 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399992, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399993": { + "ID": 399993, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286403 + }, + "ItemDesc": { + "hash": -1911365185 + }, + "ItemBGDesc": { + "hash": 551212406 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399993, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399994": { + "ID": 399994, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286408 + }, + "ItemDesc": { + "hash": -1911365182 + }, + "ItemBGDesc": { + "hash": 551212413 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399994, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399995": { + "ID": 399995, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286409 + }, + "ItemDesc": { + "hash": -1911365183 + }, + "ItemBGDesc": { + "hash": 551212412 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110012.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399995, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399996": { + "ID": 399996, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286406 + }, + "ItemDesc": { + "hash": -1911365180 + }, + "ItemBGDesc": { + "hash": 551212411 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110011.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399996, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399997": { + "ID": 399997, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286407 + }, + "ItemDesc": { + "hash": -1911365181 + }, + "ItemBGDesc": { + "hash": 551212410 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110021.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399997, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399998": { + "ID": 399998, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286396 + }, + "ItemDesc": { + "hash": -1911365178 + }, + "ItemBGDesc": { + "hash": 551212417 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110022.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110022.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110022.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399998, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399999": { + "ID": 399999, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1695286397 + }, + "ItemDesc": { + "hash": -1911365179 + }, + "ItemBGDesc": { + "hash": 551212416 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110021.png", + "IsAutoUse": true, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399999, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "400001": { + "ID": 400001, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023020896 + }, + "ItemDesc": { + "hash": -1034444234 + }, + "ItemBGDesc": { + "hash": -760698945 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/400001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/400001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/400001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 400001, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "400002": { + "ID": 400002, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023020899 + }, + "ItemDesc": { + "hash": -1034444231 + }, + "ItemBGDesc": { + "hash": -760698946 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/400002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/400002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/400002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 400002, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "400003": { + "ID": 400003, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023020898 + }, + "ItemDesc": { + "hash": -1034444232 + }, + "ItemBGDesc": { + "hash": -760698947 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 400003, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "400004": { + "ID": 400004, + "ItemType": "Food", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023020893 + }, + "ItemDesc": { + "hash": -1034444229 + }, + "ItemBGDesc": { + "hash": -760698940 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/400004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/400004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/400004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 400004, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "400005": { + "ID": 400005, + "ItemType": "Food", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023020892 + }, + "ItemDesc": { + "hash": -1034444230 + }, + "ItemBGDesc": { + "hash": -760698941 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/400005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/400005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/400005.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 400005, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "400006": { + "ID": 400006, + "ItemType": "Food", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023020895 + }, + "ItemDesc": { + "hash": -1034444227 + }, + "ItemBGDesc": { + "hash": -760698942 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 400006, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "401001": { + "ID": 401001, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685659483 + }, + "ItemDesc": { + "hash": 551842683 + }, + "ItemBGDesc": { + "hash": 1947981434 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 401001, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "401002": { + "ID": 401002, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685659480 + }, + "ItemDesc": { + "hash": 551842686 + }, + "ItemBGDesc": { + "hash": 1947981433 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 401002, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "401003": { + "ID": 401003, + "ItemType": "Food", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685659481 + }, + "ItemDesc": { + "hash": 551842685 + }, + "ItemBGDesc": { + "hash": 1947981432 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 401003, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "401004": { + "ID": 401004, + "ItemType": "Food", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685659486 + }, + "ItemDesc": { + "hash": 551842688 + }, + "ItemBGDesc": { + "hash": 1947981439 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 401004, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "401005": { + "ID": 401005, + "ItemType": "Food", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685659487 + }, + "ItemDesc": { + "hash": 551842687 + }, + "ItemBGDesc": { + "hash": 1947981438 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401005.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 401005, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "401006": { + "ID": 401006, + "ItemType": "Food", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685659484 + }, + "ItemDesc": { + "hash": 551842690 + }, + "ItemBGDesc": { + "hash": 1947981437 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 401006, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "402001": { + "ID": 402001, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1989621398 + }, + "ItemDesc": { + "hash": -1316769236 + }, + "ItemBGDesc": { + "hash": -478373943 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/402001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/402001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/402001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 402001, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "402002": { + "ID": 402002, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1989621395 + }, + "ItemDesc": { + "hash": -1316769233 + }, + "ItemBGDesc": { + "hash": -478373944 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/402002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/402002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/402002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 402002, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "403001": { + "ID": 403001, + "ItemType": "Food", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -403334481 + }, + "ItemDesc": { + "hash": 269517681 + }, + "ItemBGDesc": { + "hash": -2064660860 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/403001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/403001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/403001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 403001, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "403002": { + "ID": 403002, + "ItemType": "Food", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -403334478 + }, + "ItemDesc": { + "hash": 269517684 + }, + "ItemBGDesc": { + "hash": -2064660861 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/403002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/403002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/403002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 403002, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "404001": { + "ID": 404001, + "ItemType": "Food", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1458370892 + }, + "ItemDesc": { + "hash": -1599094238 + }, + "ItemBGDesc": { + "hash": -196048941 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 404001, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "404002": { + "ID": 404002, + "ItemType": "Food", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1458370895 + }, + "ItemDesc": { + "hash": -1599094235 + }, + "ItemBGDesc": { + "hash": -196048942 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 404002, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "408002": { + "ID": 408002, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 893720891 + }, + "ItemDesc": { + "hash": 2131223057 + }, + "ItemBGDesc": { + "hash": -1889998954 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/408002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/408002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/408002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 408002, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "408003": { + "ID": 408003, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 893720890 + }, + "ItemDesc": { + "hash": 2131223056 + }, + "ItemBGDesc": { + "hash": -1889998955 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/408003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/408003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/408003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 408003, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "408004": { + "ID": 408004, + "ItemType": "Food", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 893720885 + }, + "ItemDesc": { + "hash": 2131223059 + }, + "ItemBGDesc": { + "hash": -1889998948 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/408004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/408004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/408004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Food", + "UseDataID": 408004, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "409001": { + "ID": 409001, + "ItemType": "Food", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814959491 + }, + "ItemDesc": { + "hash": -577457325 + }, + "ItemBGDesc": { + "hash": 818681426 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/900002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/900002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/900002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "409002": { + "ID": 409002, + "ItemType": "Food", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814959488 + }, + "ItemDesc": { + "hash": -577457322 + }, + "ItemBGDesc": { + "hash": 818681425 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110132.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110132.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110132.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "409003": { + "ID": 409003, + "ItemType": "Food", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814959489 + }, + "ItemDesc": { + "hash": -577457323 + }, + "ItemBGDesc": { + "hash": 818681424 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140019.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140019.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140019.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "409004": { + "ID": 409004, + "ItemType": "Food", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814959494 + }, + "ItemDesc": { + "hash": -577457320 + }, + "ItemBGDesc": { + "hash": 818681431 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110172.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110172.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110172.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "409005": { + "ID": 409005, + "ItemType": "Food", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814959495 + }, + "ItemDesc": { + "hash": -577457321 + }, + "ItemBGDesc": { + "hash": 818681430 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110112.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110112.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110112.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "409006": { + "ID": 409006, + "ItemType": "Food", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814959492 + }, + "ItemDesc": { + "hash": -577457318 + }, + "ItemBGDesc": { + "hash": 818681429 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140024.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140024.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140024.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "409007": { + "ID": 409007, + "ItemType": "Food", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814959493 + }, + "ItemDesc": { + "hash": -577457319 + }, + "ItemBGDesc": { + "hash": 818681428 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "420001": { + "ID": 420001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023023074 + }, + "ItemDesc": { + "hash": -1034442056 + }, + "ItemBGDesc": { + "hash": -760701123 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/420001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/420001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/420001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "420002": { + "ID": 420002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023023073 + }, + "ItemDesc": { + "hash": -1034442057 + }, + "ItemBGDesc": { + "hash": -760701120 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/420002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/420002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/420002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "420003": { + "ID": 420003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023023072 + }, + "ItemDesc": { + "hash": -1034442058 + }, + "ItemBGDesc": { + "hash": -760701121 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/420003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/420003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/420003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "420004": { + "ID": 420004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023023071 + }, + "ItemDesc": { + "hash": -1034442051 + }, + "ItemBGDesc": { + "hash": -760701118 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/420004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/420004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/420004.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "420005": { + "ID": 420005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023023070 + }, + "ItemDesc": { + "hash": -1034442052 + }, + "ItemBGDesc": { + "hash": -760701119 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/420005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/420005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/420005.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "420006": { + "ID": 420006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023023069 + }, + "ItemDesc": { + "hash": -1034442053 + }, + "ItemBGDesc": { + "hash": -760701116 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/420006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/420006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/420006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "420007": { + "ID": 420007, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023023068 + }, + "ItemDesc": { + "hash": -1034442054 + }, + "ItemBGDesc": { + "hash": -760701117 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/420001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/420001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/420001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "420008": { + "ID": 420008, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023023083 + }, + "ItemDesc": { + "hash": -1034442047 + }, + "ItemBGDesc": { + "hash": -760701114 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/420002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/420002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/420002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "421001": { + "ID": 421001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685657305 + }, + "ItemDesc": { + "hash": 551844861 + }, + "ItemBGDesc": { + "hash": 1947979256 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "421002": { + "ID": 421002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685657306 + }, + "ItemDesc": { + "hash": 551844860 + }, + "ItemBGDesc": { + "hash": 1947979259 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110031.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "421003": { + "ID": 421003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685657307 + }, + "ItemDesc": { + "hash": 551844859 + }, + "ItemBGDesc": { + "hash": 1947979258 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "421004": { + "ID": 421004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685657308 + }, + "ItemDesc": { + "hash": 551844866 + }, + "ItemBGDesc": { + "hash": 1947979261 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "421005": { + "ID": 421005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685657309 + }, + "ItemDesc": { + "hash": 551844865 + }, + "ItemBGDesc": { + "hash": 1947979260 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "421006": { + "ID": 421006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -685657310 + }, + "ItemDesc": { + "hash": 551844864 + }, + "ItemBGDesc": { + "hash": 1947979263 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/422006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/422006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/422006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "422001": { + "ID": 422001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1989619220 + }, + "ItemDesc": { + "hash": -1316767058 + }, + "ItemBGDesc": { + "hash": -478376121 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "422002": { + "ID": 422002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1989619221 + }, + "ItemDesc": { + "hash": -1316767059 + }, + "ItemBGDesc": { + "hash": -478376118 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110031.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "422003": { + "ID": 422003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1989619222 + }, + "ItemDesc": { + "hash": -1316767060 + }, + "ItemBGDesc": { + "hash": -478376119 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "422004": { + "ID": 422004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1989619223 + }, + "ItemDesc": { + "hash": -1316767053 + }, + "ItemBGDesc": { + "hash": -478376116 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "422005": { + "ID": 422005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1989619224 + }, + "ItemDesc": { + "hash": -1316767054 + }, + "ItemBGDesc": { + "hash": -478376117 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "422006": { + "ID": 422006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1989619225 + }, + "ItemDesc": { + "hash": -1316767055 + }, + "ItemBGDesc": { + "hash": -478376114 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/422006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/422006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/422006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "423001": { + "ID": 423001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -403332303 + }, + "ItemDesc": { + "hash": 269519859 + }, + "ItemBGDesc": { + "hash": -2064663038 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "423002": { + "ID": 423002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -403332304 + }, + "ItemDesc": { + "hash": 269519858 + }, + "ItemBGDesc": { + "hash": -2064663035 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110031.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "423003": { + "ID": 423003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -403332305 + }, + "ItemDesc": { + "hash": 269519857 + }, + "ItemBGDesc": { + "hash": -2064663036 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "423004": { + "ID": 423004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -403332306 + }, + "ItemDesc": { + "hash": 269519864 + }, + "ItemBGDesc": { + "hash": -2064663033 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "423005": { + "ID": 423005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -403332307 + }, + "ItemDesc": { + "hash": 269519863 + }, + "ItemBGDesc": { + "hash": -2064663034 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "423006": { + "ID": 423006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -403332308 + }, + "ItemDesc": { + "hash": 269519862 + }, + "ItemBGDesc": { + "hash": -2064663031 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/423006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/423006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/423006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "424001": { + "ID": 424001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1458373070 + }, + "ItemDesc": { + "hash": -1599092060 + }, + "ItemBGDesc": { + "hash": -196051119 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "424002": { + "ID": 424002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1458373069 + }, + "ItemDesc": { + "hash": -1599092061 + }, + "ItemBGDesc": { + "hash": -196051116 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110031.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "424003": { + "ID": 424003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1458373068 + }, + "ItemDesc": { + "hash": -1599092062 + }, + "ItemBGDesc": { + "hash": -196051117 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "424004": { + "ID": 424004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1458373067 + }, + "ItemDesc": { + "hash": -1599092055 + }, + "ItemBGDesc": { + "hash": -196051114 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "424005": { + "ID": 424005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1458373066 + }, + "ItemDesc": { + "hash": -1599092056 + }, + "ItemBGDesc": { + "hash": -196051115 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "424006": { + "ID": 424006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1458373065 + }, + "ItemDesc": { + "hash": -1599092057 + }, + "ItemBGDesc": { + "hash": -196051112 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/424006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/424006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/424006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "425001": { + "ID": 425001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1250307309 + }, + "ItemDesc": { + "hash": -12805143 + }, + "ItemBGDesc": { + "hash": -1782338036 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "425002": { + "ID": 425002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1250307310 + }, + "ItemDesc": { + "hash": -12805144 + }, + "ItemBGDesc": { + "hash": -1782338033 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110031.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "425003": { + "ID": 425003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1250307311 + }, + "ItemDesc": { + "hash": -12805145 + }, + "ItemBGDesc": { + "hash": -1782338034 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "425004": { + "ID": 425004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1250307312 + }, + "ItemDesc": { + "hash": -12805138 + }, + "ItemBGDesc": { + "hash": -1782338031 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "425005": { + "ID": 425005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1250307313 + }, + "ItemDesc": { + "hash": -12805139 + }, + "ItemBGDesc": { + "hash": -1782338032 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "425006": { + "ID": 425006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1250307314 + }, + "ItemDesc": { + "hash": -12805140 + }, + "ItemBGDesc": { + "hash": -1782338029 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140030.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140030.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "426001": { + "ID": 426001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1740698072 + }, + "ItemDesc": { + "hash": -1881417062 + }, + "ItemBGDesc": { + "hash": 86273883 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "426002": { + "ID": 426002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1740698071 + }, + "ItemDesc": { + "hash": -1881417063 + }, + "ItemBGDesc": { + "hash": 86273886 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110031.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "426003": { + "ID": 426003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1740698070 + }, + "ItemDesc": { + "hash": -1881417064 + }, + "ItemBGDesc": { + "hash": 86273885 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "426004": { + "ID": 426004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1740698069 + }, + "ItemDesc": { + "hash": -1881417057 + }, + "ItemBGDesc": { + "hash": 86273888 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "426005": { + "ID": 426005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1740698068 + }, + "ItemDesc": { + "hash": -1881417058 + }, + "ItemBGDesc": { + "hash": 86273887 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "426006": { + "ID": 426006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1740698067 + }, + "ItemDesc": { + "hash": -1881417059 + }, + "ItemBGDesc": { + "hash": 86273890 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140030.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140030.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "427001": { + "ID": 427001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -967982307 + }, + "ItemDesc": { + "hash": -295130145 + }, + "ItemBGDesc": { + "hash": -1500013034 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "427002": { + "ID": 427002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -967982308 + }, + "ItemDesc": { + "hash": -295130146 + }, + "ItemBGDesc": { + "hash": -1500013031 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110031.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "427003": { + "ID": 427003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -967982309 + }, + "ItemDesc": { + "hash": -295130147 + }, + "ItemBGDesc": { + "hash": -1500013032 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "427004": { + "ID": 427004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -967982310 + }, + "ItemDesc": { + "hash": -295130140 + }, + "ItemBGDesc": { + "hash": -1500013029 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "427005": { + "ID": 427005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -967982311 + }, + "ItemDesc": { + "hash": -295130141 + }, + "ItemBGDesc": { + "hash": -1500013030 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "427006": { + "ID": 427006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -967982312 + }, + "ItemDesc": { + "hash": -295130142 + }, + "ItemBGDesc": { + "hash": -1500013027 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/427006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/427006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/427006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "428001": { + "ID": 428001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 893723066 + }, + "ItemDesc": { + "hash": 2131225232 + }, + "ItemBGDesc": { + "hash": -1890001131 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "428002": { + "ID": 428002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 893723065 + }, + "ItemDesc": { + "hash": 2131225231 + }, + "ItemBGDesc": { + "hash": -1890001128 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110031.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "428003": { + "ID": 428003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 893723064 + }, + "ItemDesc": { + "hash": 2131225230 + }, + "ItemBGDesc": { + "hash": -1890001129 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "428004": { + "ID": 428004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 893723063 + }, + "ItemDesc": { + "hash": 2131225237 + }, + "ItemBGDesc": { + "hash": -1890001126 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "428005": { + "ID": 428005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 893723062 + }, + "ItemDesc": { + "hash": 2131225236 + }, + "ItemBGDesc": { + "hash": -1890001127 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "428006": { + "ID": 428006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 893723061 + }, + "ItemDesc": { + "hash": 2131225235 + }, + "ItemBGDesc": { + "hash": -1890001124 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/428006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/428006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/428006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "429001": { + "ID": 429001, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814957313 + }, + "ItemDesc": { + "hash": -577455147 + }, + "ItemBGDesc": { + "hash": 818679248 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110030.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "429002": { + "ID": 429002, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814957314 + }, + "ItemDesc": { + "hash": -577455148 + }, + "ItemBGDesc": { + "hash": 818679251 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110031.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110031.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110031.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "429003": { + "ID": 429003, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814957315 + }, + "ItemDesc": { + "hash": -577455149 + }, + "ItemBGDesc": { + "hash": 818679250 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110032.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "429004": { + "ID": 429004, + "ItemType": "RogueStone", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814957316 + }, + "ItemDesc": { + "hash": -577455142 + }, + "ItemBGDesc": { + "hash": 818679253 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/11.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "429005": { + "ID": 429005, + "ItemType": "RogueStone", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814957317 + }, + "ItemDesc": { + "hash": -577455143 + }, + "ItemBGDesc": { + "hash": 818679252 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "429006": { + "ID": 429006, + "ItemType": "RogueStone", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1814957318 + }, + "ItemDesc": { + "hash": -577455144 + }, + "ItemBGDesc": { + "hash": 818679255 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/429006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/429006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/429006.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430001": { + "ID": 430001, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019875 + }, + "ItemDesc": { + "hash": -1034445255 + }, + "ItemBGDesc": { + "hash": -760700098 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/900002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/900002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/900002.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430002": { + "ID": 430002, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019872 + }, + "ItemDesc": { + "hash": -1034445258 + }, + "ItemBGDesc": { + "hash": -760700097 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110132.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110132.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110132.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430003": { + "ID": 430003, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019873 + }, + "ItemDesc": { + "hash": -1034445257 + }, + "ItemBGDesc": { + "hash": -760700096 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140019.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140019.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140019.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430004": { + "ID": 430004, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019870 + }, + "ItemDesc": { + "hash": -1034445252 + }, + "ItemBGDesc": { + "hash": -760700095 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110172.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110172.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110172.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430005": { + "ID": 430005, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019871 + }, + "ItemDesc": { + "hash": -1034445251 + }, + "ItemBGDesc": { + "hash": -760700094 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110062.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110062.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110062.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430006": { + "ID": 430006, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019868 + }, + "ItemDesc": { + "hash": -1034445254 + }, + "ItemBGDesc": { + "hash": -760700093 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430007": { + "ID": 430007, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019869 + }, + "ItemDesc": { + "hash": -1034445253 + }, + "ItemBGDesc": { + "hash": -760700092 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110112.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110112.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110112.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430008": { + "ID": 430008, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019882 + }, + "ItemDesc": { + "hash": -1034445248 + }, + "ItemBGDesc": { + "hash": -760700091 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140024.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140024.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140024.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430009": { + "ID": 430009, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019883 + }, + "ItemDesc": { + "hash": -1034445247 + }, + "ItemBGDesc": { + "hash": -760700090 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140003.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430010": { + "ID": 430010, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863481 + }, + "ItemDesc": { + "hash": 531638685 + }, + "ItemBGDesc": { + "hash": 1968183256 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140003.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430011": { + "ID": 430011, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863480 + }, + "ItemDesc": { + "hash": 531638686 + }, + "ItemBGDesc": { + "hash": 1968183257 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140003.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430012": { + "ID": 430012, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863483 + }, + "ItemDesc": { + "hash": 531638683 + }, + "ItemBGDesc": { + "hash": 1968183258 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140003.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430013": { + "ID": 430013, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863482 + }, + "ItemDesc": { + "hash": 531638684 + }, + "ItemBGDesc": { + "hash": 1968183259 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140003.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430014": { + "ID": 430014, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863485 + }, + "ItemDesc": { + "hash": 531638689 + }, + "ItemBGDesc": { + "hash": 1968183260 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140003.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430015": { + "ID": 430015, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863484 + }, + "ItemDesc": { + "hash": 531638690 + }, + "ItemBGDesc": { + "hash": 1968183261 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140003.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430016": { + "ID": 430016, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863487 + }, + "ItemDesc": { + "hash": 531638687 + }, + "ItemBGDesc": { + "hash": 1968183262 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140003.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430017": { + "ID": 430017, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863486 + }, + "ItemDesc": { + "hash": 531638688 + }, + "ItemBGDesc": { + "hash": 1968183263 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110022.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110022.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110022.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430018": { + "ID": 430018, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863473 + }, + "ItemDesc": { + "hash": 531638693 + }, + "ItemBGDesc": { + "hash": 1968183264 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110042.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110042.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110042.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430019": { + "ID": 430019, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -705863472 + }, + "ItemDesc": { + "hash": 531638694 + }, + "ItemBGDesc": { + "hash": 1968183265 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110052.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110052.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110052.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430020": { + "ID": 430020, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 860220460 + }, + "ItemDesc": { + "hash": 128354158 + }, + "ItemBGDesc": { + "hash": -1923499513 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110171.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110171.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110171.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430021": { + "ID": 430021, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 860220461 + }, + "ItemDesc": { + "hash": 128354159 + }, + "ItemBGDesc": { + "hash": -1923499512 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430022": { + "ID": 430022, + "ItemType": "RogueMiracle", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 860220458 + }, + "ItemDesc": { + "hash": 128354156 + }, + "ItemBGDesc": { + "hash": -1923499511 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110151.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110151.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110151.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430031": { + "ID": 430031, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1868662894 + }, + "ItemDesc": { + "hash": 1694438100 + }, + "ItemBGDesc": { + "hash": 805383843 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140017.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140017.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140017.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430032": { + "ID": 430032, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1868662897 + }, + "ItemDesc": { + "hash": 1694438097 + }, + "ItemBGDesc": { + "hash": 805383844 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140021.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430033": { + "ID": 430033, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1868662896 + }, + "ItemDesc": { + "hash": 1694438098 + }, + "ItemBGDesc": { + "hash": 805383845 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140026.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140026.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140026.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430034": { + "ID": 430034, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1868662899 + }, + "ItemDesc": { + "hash": 1694438103 + }, + "ItemBGDesc": { + "hash": 805383846 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140032.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140032.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140032.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430035": { + "ID": 430035, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1868662898 + }, + "ItemDesc": { + "hash": 1694438104 + }, + "ItemBGDesc": { + "hash": 805383847 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112001.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430041": { + "ID": 430041, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 53651407 + }, + "ItemDesc": { + "hash": 1291153573 + }, + "ItemBGDesc": { + "hash": 1208668370 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/232.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/232.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/232.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430042": { + "ID": 430042, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 53651404 + }, + "ItemDesc": { + "hash": 1291153570 + }, + "ItemBGDesc": { + "hash": 1208668371 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140017.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140017.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140017.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430043": { + "ID": 430043, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 53651405 + }, + "ItemDesc": { + "hash": 1291153571 + }, + "ItemBGDesc": { + "hash": 1208668372 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430044": { + "ID": 430044, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 53651402 + }, + "ItemDesc": { + "hash": 1291153576 + }, + "ItemBGDesc": { + "hash": 1208668373 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113001.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430045": { + "ID": 430045, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 53651403 + }, + "ItemDesc": { + "hash": 1291153577 + }, + "ItemBGDesc": { + "hash": 1208668374 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110122.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110122.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110122.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430046": { + "ID": 430046, + "ItemType": "RogueMiracle", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 53651400 + }, + "ItemDesc": { + "hash": 1291153574 + }, + "ItemBGDesc": { + "hash": 1208668375 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110022.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110022.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110022.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430051": { + "ID": 430051, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1619735348 + }, + "ItemDesc": { + "hash": -1437729782 + }, + "ItemBGDesc": { + "hash": -357415571 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/221.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/221.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/221.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430052": { + "ID": 430052, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1619735345 + }, + "ItemDesc": { + "hash": -1437729785 + }, + "ItemBGDesc": { + "hash": -357415570 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/221.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/221.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/221.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430053": { + "ID": 430053, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1619735346 + }, + "ItemDesc": { + "hash": -1437729784 + }, + "ItemBGDesc": { + "hash": -357415569 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140001.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430054": { + "ID": 430054, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1619735343 + }, + "ItemDesc": { + "hash": -1437729779 + }, + "ItemBGDesc": { + "hash": -357415568 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110062.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110062.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110062.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430055": { + "ID": 430055, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1619735344 + }, + "ItemDesc": { + "hash": -1437729778 + }, + "ItemBGDesc": { + "hash": -357415567 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110171.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110171.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110171.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430056": { + "ID": 430056, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1619735341 + }, + "ItemDesc": { + "hash": -1437729781 + }, + "ItemBGDesc": { + "hash": -357415566 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110112.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110112.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110112.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430057": { + "ID": 430057, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1619735342 + }, + "ItemDesc": { + "hash": -1437729780 + }, + "ItemBGDesc": { + "hash": -357415565 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112001.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430058": { + "ID": 430058, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1619735355 + }, + "ItemDesc": { + "hash": -1437729775 + }, + "ItemBGDesc": { + "hash": -357415564 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140025.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140025.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430059": { + "ID": 430059, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1619735356 + }, + "ItemDesc": { + "hash": -1437729774 + }, + "ItemBGDesc": { + "hash": -357415563 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140010.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140010.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140010.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430060": { + "ID": 430060, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109148008 + }, + "ItemDesc": { + "hash": -1841014310 + }, + "ItemBGDesc": { + "hash": 45868955 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140004.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140004.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140004.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430061": { + "ID": 430061, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109148007 + }, + "ItemDesc": { + "hash": -1841014309 + }, + "ItemBGDesc": { + "hash": 45868956 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140017.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140017.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140017.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430062": { + "ID": 430062, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109148010 + }, + "ItemDesc": { + "hash": -1841014312 + }, + "ItemBGDesc": { + "hash": 45868957 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112002.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430063": { + "ID": 430063, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109148009 + }, + "ItemDesc": { + "hash": -1841014311 + }, + "ItemBGDesc": { + "hash": 45868958 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140011.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140011.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140011.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430064": { + "ID": 430064, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109148012 + }, + "ItemDesc": { + "hash": -1841014306 + }, + "ItemBGDesc": { + "hash": 45868959 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110051.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110051.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110051.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430065": { + "ID": 430065, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109148011 + }, + "ItemDesc": { + "hash": -1841014305 + }, + "ItemBGDesc": { + "hash": 45868960 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110001.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430066": { + "ID": 430066, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109148014 + }, + "ItemDesc": { + "hash": -1841014308 + }, + "ItemBGDesc": { + "hash": 45868961 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110161.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110161.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110161.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430067": { + "ID": 430067, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109148013 + }, + "ItemDesc": { + "hash": -1841014307 + }, + "ItemBGDesc": { + "hash": 45868962 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140005.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140005.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140005.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430068": { + "ID": 430068, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109148000 + }, + "ItemDesc": { + "hash": -1841014302 + }, + "ItemBGDesc": { + "hash": 45868963 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/241.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/241.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/241.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430069": { + "ID": 430069, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1109147999 + }, + "ItemDesc": { + "hash": -1841014301 + }, + "ItemBGDesc": { + "hash": 45868964 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110052.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110052.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110052.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430070": { + "ID": 430070, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935933 + }, + "ItemDesc": { + "hash": -274930369 + }, + "ItemBGDesc": { + "hash": -1520214986 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140013.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140013.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140013.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430071": { + "ID": 430071, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935934 + }, + "ItemDesc": { + "hash": -274930368 + }, + "ItemBGDesc": { + "hash": -1520214985 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/111001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/111001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/111001.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430072": { + "ID": 430072, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935931 + }, + "ItemDesc": { + "hash": -274930371 + }, + "ItemBGDesc": { + "hash": -1520214984 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110041.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110041.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110041.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430073": { + "ID": 430073, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935932 + }, + "ItemDesc": { + "hash": -274930370 + }, + "ItemBGDesc": { + "hash": -1520214983 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112021.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430074": { + "ID": 430074, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935929 + }, + "ItemDesc": { + "hash": -274930365 + }, + "ItemBGDesc": { + "hash": -1520214982 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112021.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430075": { + "ID": 430075, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935930 + }, + "ItemDesc": { + "hash": -274930364 + }, + "ItemBGDesc": { + "hash": -1520214981 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112021.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430076": { + "ID": 430076, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935927 + }, + "ItemDesc": { + "hash": -274930367 + }, + "ItemBGDesc": { + "hash": -1520214980 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112021.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430077": { + "ID": 430077, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935928 + }, + "ItemDesc": { + "hash": -274930366 + }, + "ItemBGDesc": { + "hash": -1520214979 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112021.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430078": { + "ID": 430078, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935941 + }, + "ItemDesc": { + "hash": -274930361 + }, + "ItemBGDesc": { + "hash": -1520214978 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112021.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430079": { + "ID": 430079, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 456935942 + }, + "ItemDesc": { + "hash": -274930360 + }, + "ItemBGDesc": { + "hash": -1520214977 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110173.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110173.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110173.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430080": { + "ID": 430080, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717062 + }, + "ItemDesc": { + "hash": -678214896 + }, + "ItemBGDesc": { + "hash": -404469739 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110022.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110022.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110022.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430081": { + "ID": 430081, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717061 + }, + "ItemDesc": { + "hash": -678214895 + }, + "ItemBGDesc": { + "hash": -404469738 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110022.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110022.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110022.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430082": { + "ID": 430082, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717064 + }, + "ItemDesc": { + "hash": -678214898 + }, + "ItemBGDesc": { + "hash": -404469737 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110022.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110022.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110022.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430083": { + "ID": 430083, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717063 + }, + "ItemDesc": { + "hash": -678214897 + }, + "ItemBGDesc": { + "hash": -404469736 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140021.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140021.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140021.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430084": { + "ID": 430084, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717066 + }, + "ItemDesc": { + "hash": -678214892 + }, + "ItemBGDesc": { + "hash": -404469735 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110111.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110111.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110111.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430085": { + "ID": 430085, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717065 + }, + "ItemDesc": { + "hash": -678214891 + }, + "ItemBGDesc": { + "hash": -404469734 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140008.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140008.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140008.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430086": { + "ID": 430086, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717068 + }, + "ItemDesc": { + "hash": -678214894 + }, + "ItemBGDesc": { + "hash": -404469733 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140026.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140026.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140026.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430087": { + "ID": 430087, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717067 + }, + "ItemDesc": { + "hash": -678214893 + }, + "ItemBGDesc": { + "hash": -404469732 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140006.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430088": { + "ID": 430088, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717054 + }, + "ItemDesc": { + "hash": -678214888 + }, + "ItemBGDesc": { + "hash": -404469731 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140019.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140019.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140019.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430089": { + "ID": 430089, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1915717053 + }, + "ItemDesc": { + "hash": -678214887 + }, + "ItemBGDesc": { + "hash": -404469730 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/112012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/112012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/112012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430090": { + "ID": 430090, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633121 + }, + "ItemDesc": { + "hash": 887869045 + }, + "ItemBGDesc": { + "hash": -1970553680 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140006.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140006.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140006.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430091": { + "ID": 430091, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633120 + }, + "ItemDesc": { + "hash": 887869046 + }, + "ItemBGDesc": { + "hash": -1970553679 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110162.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110162.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110162.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430092": { + "ID": 430092, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633123 + }, + "ItemDesc": { + "hash": 887869043 + }, + "ItemBGDesc": { + "hash": -1970553678 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110152.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110152.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110152.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430093": { + "ID": 430093, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633122 + }, + "ItemDesc": { + "hash": 887869044 + }, + "ItemBGDesc": { + "hash": -1970553677 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430094": { + "ID": 430094, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633125 + }, + "ItemDesc": { + "hash": 887869049 + }, + "ItemBGDesc": { + "hash": -1970553676 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430095": { + "ID": 430095, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633124 + }, + "ItemDesc": { + "hash": 887869050 + }, + "ItemBGDesc": { + "hash": -1970553675 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430096": { + "ID": 430096, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633127 + }, + "ItemDesc": { + "hash": 887869047 + }, + "ItemBGDesc": { + "hash": -1970553674 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430097": { + "ID": 430097, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633126 + }, + "ItemDesc": { + "hash": 887869048 + }, + "ItemBGDesc": { + "hash": -1970553673 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430098": { + "ID": 430098, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633113 + }, + "ItemDesc": { + "hash": 887869053 + }, + "ItemBGDesc": { + "hash": -1970553672 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430099": { + "ID": 430099, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -349633112 + }, + "ItemDesc": { + "hash": 887869054 + }, + "ItemBGDesc": { + "hash": -1970553671 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140012.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140012.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140012.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430100": { + "ID": 430100, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019843 + }, + "ItemDesc": { + "hash": -1034445287 + }, + "ItemBGDesc": { + "hash": -760700002 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140002.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430101": { + "ID": 430101, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019842 + }, + "ItemDesc": { + "hash": -1034445288 + }, + "ItemBGDesc": { + "hash": -760700003 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/222.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/222.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/222.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430102": { + "ID": 430102, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019841 + }, + "ItemDesc": { + "hash": -1034445289 + }, + "ItemBGDesc": { + "hash": -760700000 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110161.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110161.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110161.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430103": { + "ID": 430103, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019840 + }, + "ItemDesc": { + "hash": -1034445290 + }, + "ItemBGDesc": { + "hash": -760700001 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/241.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/241.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/241.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430104": { + "ID": 430104, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019839 + }, + "ItemDesc": { + "hash": -1034445283 + }, + "ItemBGDesc": { + "hash": -760699998 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110052.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110052.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110052.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430105": { + "ID": 430105, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019838 + }, + "ItemDesc": { + "hash": -1034445284 + }, + "ItemBGDesc": { + "hash": -760699999 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140013.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140013.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140013.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430106": { + "ID": 430106, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019837 + }, + "ItemDesc": { + "hash": -1034445285 + }, + "ItemBGDesc": { + "hash": -760699996 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/111001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/111001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/111001.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "430107": { + "ID": 430107, + "ItemType": "RogueMiracle", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023019836 + }, + "ItemDesc": { + "hash": -1034445286 + }, + "ItemBGDesc": { + "hash": -760699997 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/110041.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/110041.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/110041.png", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "440001": { + "ID": 440001, + "ItemType": "RogueFood", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023016540 + }, + "ItemDesc": { + "hash": -1034439878 + }, + "ItemBGDesc": { + "hash": -760694589 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/400002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/400002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/400002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "440002": { + "ID": 440002, + "ItemType": "RogueFood", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023016543 + }, + "ItemDesc": { + "hash": -1034439875 + }, + "ItemBGDesc": { + "hash": -760694590 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/201.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/201.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/201.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "440003": { + "ID": 440003, + "ItemType": "RogueFood", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 2023016542 + }, + "ItemDesc": { + "hash": -1034439876 + }, + "ItemBGDesc": { + "hash": -760694591 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900001": { + "ID": 900001, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876175113 + }, + "ItemDesc": { + "hash": -1181290017 + }, + "ItemBGDesc": { + "hash": 1272826694 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/900001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/900001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/900001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900002": { + "ID": 900002, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876175116 + }, + "ItemDesc": { + "hash": -1181290014 + }, + "ItemBGDesc": { + "hash": 1272826693 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/900002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/900002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/900002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900003": { + "ID": 900003, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876175115 + }, + "ItemDesc": { + "hash": -1181290015 + }, + "ItemBGDesc": { + "hash": 1272826692 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900004": { + "ID": 900004, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876175110 + }, + "ItemDesc": { + "hash": -1181290012 + }, + "ItemBGDesc": { + "hash": 1272826699 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/Figure_Testmaterial01.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/Icon_Testmaterial01.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900005": { + "ID": 900005, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876175109 + }, + "ItemDesc": { + "hash": -1181290013 + }, + "ItemBGDesc": { + "hash": 1272826698 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/120002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/120002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/120002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900006": { + "ID": 900006, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876175112 + }, + "ItemDesc": { + "hash": -1181290010 + }, + "ItemBGDesc": { + "hash": 1272826697 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/120001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/120001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/120001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900007": { + "ID": 900007, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876175111 + }, + "ItemDesc": { + "hash": -1181290011 + }, + "ItemBGDesc": { + "hash": 1272826696 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900008": { + "ID": 900008, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876175122 + }, + "ItemDesc": { + "hash": -1181290008 + }, + "ItemBGDesc": { + "hash": 1272826703 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900009": { + "ID": 900009, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876175121 + }, + "ItemDesc": { + "hash": -1181290009 + }, + "ItemBGDesc": { + "hash": 1272826702 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900010": { + "ID": 900010, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 310091173 + }, + "ItemDesc": { + "hash": 1547593339 + }, + "ItemBGDesc": { + "hash": -1456056660 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900011": { + "ID": 900011, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 310091172 + }, + "ItemDesc": { + "hash": 1547593338 + }, + "ItemBGDesc": { + "hash": -1456056661 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/113002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/113002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/113002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900012": { + "ID": 900012, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 310091175 + }, + "ItemDesc": { + "hash": 1547593341 + }, + "ItemBGDesc": { + "hash": -1456056662 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900013": { + "ID": 900013, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 310091174 + }, + "ItemDesc": { + "hash": 1547593340 + }, + "ItemBGDesc": { + "hash": -1456056663 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401003.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401003.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900014": { + "ID": 900014, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 310091169 + }, + "ItemDesc": { + "hash": 1547593343 + }, + "ItemBGDesc": { + "hash": -1456056656 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/120001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/120001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/120001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900015": { + "ID": 900015, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 310091168 + }, + "ItemDesc": { + "hash": 1547593342 + }, + "ItemBGDesc": { + "hash": -1456056657 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140019.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140019.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140019.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900016": { + "ID": 900016, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 310091171 + }, + "ItemDesc": { + "hash": 1547593345 + }, + "ItemBGDesc": { + "hash": -1456056658 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900017": { + "ID": 900017, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 310091170 + }, + "ItemDesc": { + "hash": 1547593344 + }, + "ItemBGDesc": { + "hash": -1456056659 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401001.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401001.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "900018": { + "ID": 900018, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 310091181 + }, + "ItemDesc": { + "hash": 1547593347 + }, + "ItemBGDesc": { + "hash": -1456056652 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/401002.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/401002.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/401002.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "910001": { + "ID": 910001, + "ItemType": "Material", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1876171914 + }, + "ItemDesc": { + "hash": -1181293216 + }, + "ItemBGDesc": { + "hash": 1272827719 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140026.png", + "ItemFigureIconPath": "SpriteOutput/ItemFigures/140026.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140026.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399984": { + "ID": 399984, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1033596947 + }, + "ItemDesc": { + "hash": 817518173 + }, + "ItemBGDesc": { + "hash": 2117296354 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140025.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399984, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399985": { + "ID": 399985, + "ItemType": "Gift", + "Rarity": "Normal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1033596946 + }, + "ItemDesc": { + "hash": 817518172 + }, + "ItemBGDesc": { + "hash": 2117296353 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140025.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399985, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399971": { + "ID": 399971, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1793111837 + }, + "ItemDesc": { + "hash": -748565773 + }, + "ItemBGDesc": { + "hash": 100873714 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140025.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399971, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "399972": { + "ID": 399972, + "ItemType": "Gift", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1793111840 + }, + "ItemDesc": { + "hash": -748565770 + }, + "ItemBGDesc": { + "hash": 100873713 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/140025.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/140025.png", + "IsAutoUse": false, + "PileLimit": 99999, + "UseType": "Gift", + "UseDataID": 399972, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1001": { + "ID": 1001, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782545 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249202 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1001.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1001.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1002": { + "ID": 1002, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782548 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249203 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1002.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1002.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1003": { + "ID": 1003, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782547 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249204 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1003.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1003.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1004": { + "ID": 1004, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782542 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249197 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1004.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1004.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1005": { + "ID": 1005, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782541 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249198 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1005.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1005.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1006": { + "ID": 1006, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782544 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249199 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1006.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1006.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1008": { + "ID": 1008, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782554 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249193 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1008.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1008.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1009": { + "ID": 1009, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782553 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249194 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1009.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1009.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1013": { + "ID": 1013, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -965301394 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 412834737 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1013.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1013.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1101": { + "ID": 1101, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782450 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249169 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1101.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1101.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1102": { + "ID": 1102, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782451 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249172 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1102.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1102.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1103": { + "ID": 1103, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782452 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249171 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1103.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1103.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1104": { + "ID": 1104, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782445 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249166 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1104.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1104.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1105": { + "ID": 1105, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782446 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249165 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1105.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1105.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1106": { + "ID": 1106, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782447 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249168 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1106.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1106.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1107": { + "ID": 1107, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782448 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249167 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1107.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1107.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1108": { + "ID": 1108, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782457 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249162 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1108.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1108.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1109": { + "ID": 1109, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782458 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249161 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1109.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1109.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1203": { + "ID": 1203, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782609 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249266 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1203.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1203.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1204": { + "ID": 1204, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782608 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249263 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1204.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1204.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1205": { + "ID": 1205, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782607 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249264 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1205.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1205.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "1206": { + "ID": 1206, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 600782606 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1153249261 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1206.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/1206.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "8001": { + "ID": 8001, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 775444452 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/8001.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/8001.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "8002": { + "ID": 8002, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 775444455 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/8002.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/8002.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "8003": { + "ID": 8003, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 775444454 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/8003.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/8003.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "8004": { + "ID": 8004, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 775444449 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/8004.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/8004.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "9070": { + "ID": 9070, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1288032349 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 446334146 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1104.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/999.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "9998": { + "ID": 9998, + "ItemType": "AvatarCard", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1844135692 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1072695341 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/999.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/999.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "9075": { + "ID": 9075, + "ItemType": "AvatarCard", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1288032354 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 446334149 + }, + "ItemIconPath": "SpriteOutput/AvatarIcon/1104.png", + "ItemFigureIconPath": "SpriteOutput/AvatarIcon/999.png", + "ItemCurrencyIconPath": "", + "IsAutoUse": false, + "PileLimit": 1, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20000": { + "ID": 20000, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -64638617 + }, + "ItemDesc": { + "hash": -674811383 + }, + "ItemBGDesc": { + "hash": -43494578 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20000.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20000.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20001": { + "ID": 20001, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1501445324 + }, + "ItemDesc": { + "hash": 891272558 + }, + "ItemBGDesc": { + "hash": -1609578519 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20001.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20001.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20002": { + "ID": 20002, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1098160797 + }, + "ItemDesc": { + "hash": -1837610797 + }, + "ItemBGDesc": { + "hash": 1119304836 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20002.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20002.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20003": { + "ID": 20003, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1630722558 + }, + "ItemDesc": { + "hash": -271526856 + }, + "ItemBGDesc": { + "hash": -446779105 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20003.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20003.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20004": { + "ID": 20004, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1904729851 + }, + "ItemDesc": { + "hash": 1294557085 + }, + "ItemBGDesc": { + "hash": -2012863046 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20004.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20004.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20005": { + "ID": 20005, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -824153504 + }, + "ItemDesc": { + "hash": -1434326270 + }, + "ItemBGDesc": { + "hash": 716020309 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20005.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20005.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20006": { + "ID": 20006, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1227438031 + }, + "ItemDesc": { + "hash": 131757671 + }, + "ItemBGDesc": { + "hash": -850063632 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20006.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20006.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20007": { + "ID": 20007, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 338645910 + }, + "ItemDesc": { + "hash": 1697841612 + }, + "ItemBGDesc": { + "hash": 1878819723 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20007.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20007.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20008": { + "ID": 20008, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 291591743 + }, + "ItemDesc": { + "hash": -318581023 + }, + "ItemBGDesc": { + "hash": 312735782 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20008.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20008.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20009": { + "ID": 20009, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1857675684 + }, + "ItemDesc": { + "hash": 1247502918 + }, + "ItemBGDesc": { + "hash": -1253348159 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20009.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20009.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20010": { + "ID": 20010, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -64638618 + }, + "ItemDesc": { + "hash": -674811384 + }, + "ItemBGDesc": { + "hash": -43494579 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20010.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20010.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20011": { + "ID": 20011, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1501445323 + }, + "ItemDesc": { + "hash": 891272557 + }, + "ItemBGDesc": { + "hash": -1609578520 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20011.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20011.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20012": { + "ID": 20012, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1098160796 + }, + "ItemDesc": { + "hash": -1837610798 + }, + "ItemBGDesc": { + "hash": 1119304835 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20012.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20012.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "20013": { + "ID": 20013, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1630722559 + }, + "ItemDesc": { + "hash": -271526857 + }, + "ItemBGDesc": { + "hash": -446779106 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/20013.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/20013.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21000": { + "ID": 21000, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -64638714 + }, + "ItemDesc": { + "hash": -674811480 + }, + "ItemBGDesc": { + "hash": -43494547 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21000.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21000.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21001": { + "ID": 21001, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1501445227 + }, + "ItemDesc": { + "hash": 891272461 + }, + "ItemBGDesc": { + "hash": -1609578488 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21001.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21001.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21002": { + "ID": 21002, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1098160700 + }, + "ItemDesc": { + "hash": -1837610894 + }, + "ItemBGDesc": { + "hash": 1119304867 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21002.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21002.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21003": { + "ID": 21003, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1630722655 + }, + "ItemDesc": { + "hash": -271526953 + }, + "ItemBGDesc": { + "hash": -446779074 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21003.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21003.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21004": { + "ID": 21004, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1904729754 + }, + "ItemDesc": { + "hash": 1294556988 + }, + "ItemBGDesc": { + "hash": -2012863015 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21004.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21004.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21005": { + "ID": 21005, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -824153601 + }, + "ItemDesc": { + "hash": -1434326367 + }, + "ItemBGDesc": { + "hash": 716020340 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21005.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21005.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21006": { + "ID": 21006, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1227438128 + }, + "ItemDesc": { + "hash": 131757574 + }, + "ItemBGDesc": { + "hash": -850063601 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21006.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21006.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21007": { + "ID": 21007, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 338645813 + }, + "ItemDesc": { + "hash": 1697841515 + }, + "ItemBGDesc": { + "hash": 1878819754 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21007.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21007.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21008": { + "ID": 21008, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 291591646 + }, + "ItemDesc": { + "hash": -318581120 + }, + "ItemBGDesc": { + "hash": 312735813 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21008.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21008.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21009": { + "ID": 21009, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1857675587 + }, + "ItemDesc": { + "hash": 1247502821 + }, + "ItemBGDesc": { + "hash": -1253348128 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21009.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21009.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21010": { + "ID": 21010, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -64638713 + }, + "ItemDesc": { + "hash": -674811479 + }, + "ItemBGDesc": { + "hash": -43494546 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21010.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21010.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21011": { + "ID": 21011, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1501445228 + }, + "ItemDesc": { + "hash": 891272462 + }, + "ItemBGDesc": { + "hash": -1609578487 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21011.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21011.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21012": { + "ID": 21012, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1098160701 + }, + "ItemDesc": { + "hash": -1837610893 + }, + "ItemBGDesc": { + "hash": 1119304868 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21012.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21012.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "21013": { + "ID": 21013, + "ItemType": "Equipment", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1630722654 + }, + "ItemDesc": { + "hash": -271526952 + }, + "ItemBGDesc": { + "hash": -446779073 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/21013.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/21013.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23000": { + "ID": 23000, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -64638648 + }, + "ItemDesc": { + "hash": -674811414 + }, + "ItemBGDesc": { + "hash": -43494613 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23000.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23000.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23001": { + "ID": 23001, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1501445293 + }, + "ItemDesc": { + "hash": 891272527 + }, + "ItemBGDesc": { + "hash": -1609578554 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23001.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23001.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23002": { + "ID": 23002, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1098160766 + }, + "ItemDesc": { + "hash": -1837610828 + }, + "ItemBGDesc": { + "hash": 1119304801 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23002.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23002.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23003": { + "ID": 23003, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1630722589 + }, + "ItemDesc": { + "hash": -271526887 + }, + "ItemBGDesc": { + "hash": -446779140 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23003.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23003.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23004": { + "ID": 23004, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1904729820 + }, + "ItemDesc": { + "hash": 1294557054 + }, + "ItemBGDesc": { + "hash": -2012863081 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23004.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23004.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23005": { + "ID": 23005, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -824153535 + }, + "ItemDesc": { + "hash": -1434326301 + }, + "ItemBGDesc": { + "hash": 716020274 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23005.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23005.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23006": { + "ID": 23006, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1227438062 + }, + "ItemDesc": { + "hash": 131757640 + }, + "ItemBGDesc": { + "hash": -850063667 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23006.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23006.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23007": { + "ID": 23007, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 338645879 + }, + "ItemDesc": { + "hash": 1697841581 + }, + "ItemBGDesc": { + "hash": 1878819688 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23007.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23007.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "29000": { + "ID": 29000, + "ItemType": "Equipment", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -64638450 + }, + "ItemDesc": { + "hash": -674811216 + }, + "ItemBGDesc": { + "hash": -43494283 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/Icon_TestLightcone01.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/Icon_TestLightcone01.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23008": { + "ID": 23008, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 291591712 + }, + "ItemDesc": { + "hash": -318581054 + }, + "ItemBGDesc": { + "hash": 312735747 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23008.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23008.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23009": { + "ID": 23009, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1857675653 + }, + "ItemDesc": { + "hash": 1247502887 + }, + "ItemBGDesc": { + "hash": -1253348194 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23009.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23009.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "23010": { + "ID": 23010, + "ItemType": "Equipment", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -64638647 + }, + "ItemDesc": { + "hash": -674811413 + }, + "ItemBGDesc": { + "hash": -43494612 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/LightConeIcons/23010.png", + "ItemFigureIconPath": "SpriteOutput/LightConeFigures/23010.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11001": { + "ID": 11001, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1856383932 + }, + "ItemDesc": { + "hash": -1595175182 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11002": { + "ID": 11002, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2035298837 + }, + "ItemDesc": { + "hash": 1133708173 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11003": { + "ID": 11003, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 693584518 + }, + "ItemDesc": { + "hash": -432375768 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11004": { + "ID": 11004, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1096869045 + }, + "ItemDesc": { + "hash": 1940277227 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11005": { + "ID": 11005, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -469214896 + }, + "ItemDesc": { + "hash": 374193286 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11006": { + "ID": 11006, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -65930369 + }, + "ItemDesc": { + "hash": -1191890655 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11008": { + "ID": 11008, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -516269063 + }, + "ItemDesc": { + "hash": 327139119 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11009": { + "ID": 11009, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -2082353004 + }, + "ItemDesc": { + "hash": -1238944822 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11013": { + "ID": 11013, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 693584519 + }, + "ItemDesc": { + "hash": -432375767 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11101": { + "ID": 11101, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1997546433 + }, + "ItemDesc": { + "hash": -1454012681 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11102": { + "ID": 11102, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -731336922 + }, + "ItemDesc": { + "hash": -1857297208 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11103": { + "ID": 11103, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 834747019 + }, + "ItemDesc": { + "hash": -291213267 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11104": { + "ID": 11104, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1894136336 + }, + "ItemDesc": { + "hash": -1050728154 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11105": { + "ID": 11105, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -328052395 + }, + "ItemDesc": { + "hash": 515355787 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11106": { + "ID": 11106, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1238031546 + }, + "ItemDesc": { + "hash": 112071260 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11107": { + "ID": 11107, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1490851809 + }, + "ItemDesc": { + "hash": 1678155201 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11108": { + "ID": 11108, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 787692852 + }, + "ItemDesc": { + "hash": 1631101034 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11109": { + "ID": 11109, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1941190503 + }, + "ItemDesc": { + "hash": -1097782321 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11203": { + "ID": 11203, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -993458948 + }, + "ItemDesc": { + "hash": 1254667698 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11204": { + "ID": 11204, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1379194047 + }, + "ItemDesc": { + "hash": 1657952225 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11205": { + "ID": 11205, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -186889894 + }, + "ItemDesc": { + "hash": 91868284 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "11206": { + "ID": 11206, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1752973835 + }, + "ItemDesc": { + "hash": 495152811 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "18001": { + "ID": 18001, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1856384293 + }, + "ItemDesc": { + "hash": -1595174821 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "18002": { + "ID": 18002, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 1856384293 + }, + "ItemDesc": { + "hash": -1595174821 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "18003": { + "ID": 18003, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 693584879 + }, + "ItemDesc": { + "hash": -432375407 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "18004": { + "ID": 18004, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": 693584879 + }, + "ItemDesc": { + "hash": -432375407 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "19070": { + "ID": 19070, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -872499160 + }, + "ItemDesc": { + "hash": -29090970 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "19998": { + "ID": 19998, + "ItemType": "Material", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -1054067619 + }, + "ItemDesc": { + "hash": -210659437 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11003.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11003.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "19075": { + "ID": 19075, + "ItemType": "Material", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": false, + "ItemName": { + "hash": -469214633 + }, + "ItemDesc": { + "hash": 374193557 + }, + "ItemBGDesc": { + "hash": 371857150 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemFigureIconPath": "SpriteOutput/ItemIcon/11001.png", + "ItemCurrencyIconPath": "SpriteOutput/ItemIcon/11001.png", + "IsAutoUse": false, + "PileLimit": 999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": false, + "ReturnItemIDList": [] + }, + "31011": { + "ID": 31011, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792889 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728686 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41011": { + "ID": 41011, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792889 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728686 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51011": { + "ID": 51011, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792889 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728686 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61011": { + "ID": 61011, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792889 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728686 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31012": { + "ID": 31012, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090466 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444159 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41012": { + "ID": 41012, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090466 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444159 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51012": { + "ID": 51012, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090466 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444159 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61012": { + "ID": 61012, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090466 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444159 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31013": { + "ID": 31013, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993475 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528100 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41013": { + "ID": 41013, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993475 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528100 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51013": { + "ID": 51013, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993475 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528100 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61013": { + "ID": 61013, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993475 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528100 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31014": { + "ID": 31014, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659520 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243573 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41014": { + "ID": 41014, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659520 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243573 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51014": { + "ID": 51014, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659520 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243573 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61014": { + "ID": 61014, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659520 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243573 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31015": { + "ID": 31015, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575579 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639782 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41015": { + "ID": 41015, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575579 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639782 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51015": { + "ID": 51015, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575579 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639782 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61015": { + "ID": 61015, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575579 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639782 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31016": { + "ID": 31016, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508362 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924309 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41016": { + "ID": 41016, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508362 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924309 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51016": { + "ID": 51016, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508362 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924309 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61016": { + "ID": 61016, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508362 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924309 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_101_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31021": { + "ID": 31021, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792888 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728683 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41021": { + "ID": 41021, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792888 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728683 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51021": { + "ID": 51021, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792888 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728683 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61021": { + "ID": 61021, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792888 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728683 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31022": { + "ID": 31022, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090467 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444156 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41022": { + "ID": 41022, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090467 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444156 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51022": { + "ID": 51022, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090467 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444156 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61022": { + "ID": 61022, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090467 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444156 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31023": { + "ID": 31023, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993474 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528097 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41023": { + "ID": 41023, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993474 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528097 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51023": { + "ID": 51023, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993474 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528097 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61023": { + "ID": 61023, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993474 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528097 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31024": { + "ID": 31024, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659521 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243570 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41024": { + "ID": 41024, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659521 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243570 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51024": { + "ID": 51024, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659521 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243570 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61024": { + "ID": 61024, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659521 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243570 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31025": { + "ID": 31025, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575580 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639785 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41025": { + "ID": 41025, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575580 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639785 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51025": { + "ID": 51025, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575580 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639785 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61025": { + "ID": 61025, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575580 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639785 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31026": { + "ID": 31026, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508361 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924312 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41026": { + "ID": 41026, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508361 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924312 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51026": { + "ID": 51026, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508361 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924312 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61026": { + "ID": 61026, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508361 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924312 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_102_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31031": { + "ID": 31031, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792887 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728684 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41031": { + "ID": 41031, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792887 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728684 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51031": { + "ID": 51031, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792887 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728684 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61031": { + "ID": 61031, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792887 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728684 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31032": { + "ID": 31032, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090468 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444157 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41032": { + "ID": 41032, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090468 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444157 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51032": { + "ID": 51032, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090468 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444157 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61032": { + "ID": 61032, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090468 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444157 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31033": { + "ID": 31033, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993473 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528098 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41033": { + "ID": 41033, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993473 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528098 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51033": { + "ID": 51033, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993473 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528098 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61033": { + "ID": 61033, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993473 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528098 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31034": { + "ID": 31034, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659522 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243571 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41034": { + "ID": 41034, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659522 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243571 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51034": { + "ID": 51034, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659522 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243571 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61034": { + "ID": 61034, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659522 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243571 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31035": { + "ID": 31035, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575581 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639784 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41035": { + "ID": 41035, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575581 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639784 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51035": { + "ID": 51035, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575581 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639784 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61035": { + "ID": 61035, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575581 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639784 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31036": { + "ID": 31036, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508360 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924311 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41036": { + "ID": 41036, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508360 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924311 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51036": { + "ID": 51036, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508360 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924311 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61036": { + "ID": 61036, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508360 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924311 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_103_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31041": { + "ID": 31041, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792894 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728689 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41041": { + "ID": 41041, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792894 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728689 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51041": { + "ID": 51041, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792894 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728689 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61041": { + "ID": 61041, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792894 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728689 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31042": { + "ID": 31042, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090461 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444162 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41042": { + "ID": 41042, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090461 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444162 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51042": { + "ID": 51042, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090461 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444162 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61042": { + "ID": 61042, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090461 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444162 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31043": { + "ID": 31043, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993480 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528103 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41043": { + "ID": 41043, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993480 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528103 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51043": { + "ID": 51043, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993480 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528103 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61043": { + "ID": 61043, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993480 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528103 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31044": { + "ID": 31044, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659515 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243576 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41044": { + "ID": 41044, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659515 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243576 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51044": { + "ID": 51044, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659515 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243576 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61044": { + "ID": 61044, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659515 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243576 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31045": { + "ID": 31045, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575574 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639779 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41045": { + "ID": 41045, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575574 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639779 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51045": { + "ID": 51045, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575574 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639779 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61045": { + "ID": 61045, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575574 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639779 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31046": { + "ID": 31046, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508367 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924306 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41046": { + "ID": 41046, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508367 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924306 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51046": { + "ID": 51046, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508367 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924306 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61046": { + "ID": 61046, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508367 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924306 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_104_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31051": { + "ID": 31051, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792893 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728690 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41051": { + "ID": 41051, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792893 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728690 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51051": { + "ID": 51051, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792893 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728690 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61051": { + "ID": 61051, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792893 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728690 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31052": { + "ID": 31052, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090462 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444163 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41052": { + "ID": 41052, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090462 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444163 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51052": { + "ID": 51052, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090462 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444163 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61052": { + "ID": 61052, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090462 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444163 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31053": { + "ID": 31053, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993479 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528104 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41053": { + "ID": 41053, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993479 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528104 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51053": { + "ID": 51053, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993479 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528104 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61053": { + "ID": 61053, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993479 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528104 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31054": { + "ID": 31054, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659516 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243577 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41054": { + "ID": 41054, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659516 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243577 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51054": { + "ID": 51054, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659516 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243577 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61054": { + "ID": 61054, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659516 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243577 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31055": { + "ID": 31055, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575575 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639778 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41055": { + "ID": 41055, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575575 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639778 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51055": { + "ID": 51055, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575575 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639778 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61055": { + "ID": 61055, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575575 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639778 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31056": { + "ID": 31056, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508366 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924305 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41056": { + "ID": 41056, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508366 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924305 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51056": { + "ID": 51056, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508366 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924305 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61056": { + "ID": 61056, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508366 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924305 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31061": { + "ID": 31061, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792892 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728687 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41061": { + "ID": 41061, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792892 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728687 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51061": { + "ID": 51061, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792892 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728687 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61061": { + "ID": 61061, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792892 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728687 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31062": { + "ID": 31062, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090463 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444160 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41062": { + "ID": 41062, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090463 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444160 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51062": { + "ID": 51062, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090463 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444160 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61062": { + "ID": 61062, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090463 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444160 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31063": { + "ID": 31063, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993478 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528101 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41063": { + "ID": 41063, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993478 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528101 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51063": { + "ID": 51063, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993478 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528101 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61063": { + "ID": 61063, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993478 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528101 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31064": { + "ID": 31064, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659517 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243574 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41064": { + "ID": 41064, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659517 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243574 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51064": { + "ID": 51064, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659517 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243574 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61064": { + "ID": 61064, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659517 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243574 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31065": { + "ID": 31065, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575576 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639781 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41065": { + "ID": 41065, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575576 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639781 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51065": { + "ID": 51065, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575576 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639781 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61065": { + "ID": 61065, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575576 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639781 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31066": { + "ID": 31066, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508365 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924308 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41066": { + "ID": 41066, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508365 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924308 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51066": { + "ID": 51066, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508365 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924308 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61066": { + "ID": 61066, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508365 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924308 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31071": { + "ID": 31071, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792891 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728688 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41071": { + "ID": 41071, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792891 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728688 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51071": { + "ID": 51071, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792891 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728688 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61071": { + "ID": 61071, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792891 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728688 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31072": { + "ID": 31072, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090464 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444161 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41072": { + "ID": 41072, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090464 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444161 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51072": { + "ID": 51072, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090464 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444161 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61072": { + "ID": 61072, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090464 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444161 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31073": { + "ID": 31073, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993477 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528102 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41073": { + "ID": 41073, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993477 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528102 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51073": { + "ID": 51073, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993477 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528102 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61073": { + "ID": 61073, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993477 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528102 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31074": { + "ID": 31074, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659518 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243575 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41074": { + "ID": 41074, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659518 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243575 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51074": { + "ID": 51074, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659518 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243575 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61074": { + "ID": 61074, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659518 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243575 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31075": { + "ID": 31075, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575577 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639780 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41075": { + "ID": 41075, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575577 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639780 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51075": { + "ID": 51075, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575577 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639780 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61075": { + "ID": 61075, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575577 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639780 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31076": { + "ID": 31076, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508364 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924307 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41076": { + "ID": 41076, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508364 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924307 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51076": { + "ID": 51076, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508364 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924307 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61076": { + "ID": 61076, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508364 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924307 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31081": { + "ID": 31081, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792882 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728693 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41081": { + "ID": 41081, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792882 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728693 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51081": { + "ID": 51081, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792882 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728693 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61081": { + "ID": 61081, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792882 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728693 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31082": { + "ID": 31082, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090473 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444166 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41082": { + "ID": 41082, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090473 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444166 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51082": { + "ID": 51082, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090473 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444166 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61082": { + "ID": 61082, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090473 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444166 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31083": { + "ID": 31083, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993468 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528107 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41083": { + "ID": 41083, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993468 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528107 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51083": { + "ID": 51083, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993468 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528107 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61083": { + "ID": 61083, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993468 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528107 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31084": { + "ID": 31084, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659527 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243580 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41084": { + "ID": 41084, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659527 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243580 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51084": { + "ID": 51084, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659527 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243580 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61084": { + "ID": 61084, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659527 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243580 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31085": { + "ID": 31085, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575586 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639775 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41085": { + "ID": 41085, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575586 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639775 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51085": { + "ID": 51085, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575586 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639775 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61085": { + "ID": 61085, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575586 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639775 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31086": { + "ID": 31086, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508355 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924302 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41086": { + "ID": 41086, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508355 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924302 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51086": { + "ID": 51086, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508355 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924302 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61086": { + "ID": 61086, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508355 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924302 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31091": { + "ID": 31091, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792881 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728694 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41091": { + "ID": 41091, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792881 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728694 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51091": { + "ID": 51091, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792881 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728694 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61091": { + "ID": 61091, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792881 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728694 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31092": { + "ID": 31092, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090474 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444167 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41092": { + "ID": 41092, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090474 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444167 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51092": { + "ID": 51092, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090474 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444167 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61092": { + "ID": 61092, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090474 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444167 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31093": { + "ID": 31093, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993467 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528108 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41093": { + "ID": 41093, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993467 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528108 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51093": { + "ID": 51093, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993467 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528108 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61093": { + "ID": 61093, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993467 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528108 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31094": { + "ID": 31094, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659528 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243581 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41094": { + "ID": 41094, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659528 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243581 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51094": { + "ID": 51094, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659528 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243581 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61094": { + "ID": 61094, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659528 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243581 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31095": { + "ID": 31095, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575587 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639774 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41095": { + "ID": 41095, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575587 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639774 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51095": { + "ID": 51095, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575587 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639774 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61095": { + "ID": 61095, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575587 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639774 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31096": { + "ID": 31096, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508354 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924301 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41096": { + "ID": 41096, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508354 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924301 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51096": { + "ID": 51096, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508354 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924301 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61096": { + "ID": 61096, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508354 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924301 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_109_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31101": { + "ID": 31101, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630389 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566184 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41101": { + "ID": 41101, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630389 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566184 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51101": { + "ID": 51101, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630389 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566184 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61101": { + "ID": 61101, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630389 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566184 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31102": { + "ID": 31102, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914916 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517757 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41102": { + "ID": 41102, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914916 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517757 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51102": { + "ID": 51102, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914916 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517757 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61102": { + "ID": 61102, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914916 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517757 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31103": { + "ID": 31103, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830975 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365598 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41103": { + "ID": 41103, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830975 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365598 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51103": { + "ID": 51103, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830975 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365598 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61103": { + "ID": 61103, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830975 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365598 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31104": { + "ID": 31104, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345862 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281657 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41104": { + "ID": 41104, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345862 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281657 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51104": { + "ID": 51104, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345862 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281657 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61104": { + "ID": 61104, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345862 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281657 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31105": { + "ID": 31105, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738079 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802284 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41105": { + "ID": 41105, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738079 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802284 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51105": { + "ID": 51105, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738079 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802284 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61105": { + "ID": 61105, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738079 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802284 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31106": { + "ID": 31106, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546448 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081071 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41106": { + "ID": 41106, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546448 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081071 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51106": { + "ID": 51106, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546448 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081071 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61106": { + "ID": 61106, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546448 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081071 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_110_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31111": { + "ID": 31111, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630388 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566185 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41111": { + "ID": 41111, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630388 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566185 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51111": { + "ID": 51111, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630388 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566185 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61111": { + "ID": 61111, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630388 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566185 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31112": { + "ID": 31112, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914915 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517756 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41112": { + "ID": 41112, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914915 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517756 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51112": { + "ID": 51112, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914915 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517756 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61112": { + "ID": 61112, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914915 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517756 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31113": { + "ID": 31113, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830974 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365599 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41113": { + "ID": 41113, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830974 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365599 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51113": { + "ID": 51113, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830974 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365599 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61113": { + "ID": 61113, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830974 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365599 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31114": { + "ID": 31114, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345861 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281658 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41114": { + "ID": 41114, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345861 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281658 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51114": { + "ID": 51114, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345861 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281658 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61114": { + "ID": 61114, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345861 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281658 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31115": { + "ID": 31115, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738080 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802283 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41115": { + "ID": 41115, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738080 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802283 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51115": { + "ID": 51115, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738080 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802283 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61115": { + "ID": 61115, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738080 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802283 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31116": { + "ID": 31116, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546447 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081072 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41116": { + "ID": 41116, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546447 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081072 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51116": { + "ID": 51116, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546447 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081072 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61116": { + "ID": 61116, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546447 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081072 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_111_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31121": { + "ID": 31121, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630387 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566182 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41121": { + "ID": 41121, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630387 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566182 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51121": { + "ID": 51121, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630387 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566182 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61121": { + "ID": 61121, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1570630387 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 573566182 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31122": { + "ID": 31122, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914914 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517759 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41122": { + "ID": 41122, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914914 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517759 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51122": { + "ID": 51122, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914914 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517759 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61122": { + "ID": 61122, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1973914914 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -992517759 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31123": { + "ID": 31123, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830973 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365596 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41123": { + "ID": 41123, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830973 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365596 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51123": { + "ID": 51123, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830973 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365596 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61123": { + "ID": 61123, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -407830973 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1736365596 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31124": { + "ID": 31124, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345860 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281655 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41124": { + "ID": 41124, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345860 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281655 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51124": { + "ID": 51124, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345860 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281655 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61124": { + "ID": 61124, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1167345860 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 170281655 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31125": { + "ID": 31125, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738081 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802286 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41125": { + "ID": 41125, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738081 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802286 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51125": { + "ID": 51125, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738081 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802286 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61125": { + "ID": 61125, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 398738081 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1395802286 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "31126": { + "ID": 31126, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546446 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081069 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "41126": { + "ID": 41126, + "ItemType": "Relic", + "Rarity": "Rare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546446 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081069 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 5 + } + ] + }, + "51126": { + "ID": 51126, + "ItemType": "Relic", + "Rarity": "VeryRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546446 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081069 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 232, + "ItemNum": 1 + } + ] + }, + "61126": { + "ID": 61126, + "ItemType": "Relic", + "Rarity": "SuperRare", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -4546446 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1333081069 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_112_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 235, + "ItemNum": 1 + } + ] + }, + "65051": { + "ID": 65051, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792893 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728690 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65052": { + "ID": 65052, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090462 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444163 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65053": { + "ID": 65053, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993479 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528104 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65054": { + "ID": 65054, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659516 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243577 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65055": { + "ID": 65055, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575575 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639778 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65056": { + "ID": 65056, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508366 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924305 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_105_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65061": { + "ID": 65061, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792892 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728687 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65062": { + "ID": 65062, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090463 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444160 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65063": { + "ID": 65063, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993478 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528101 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65064": { + "ID": 65064, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659517 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243574 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65065": { + "ID": 65065, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575576 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639781 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65066": { + "ID": 65066, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508365 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924308 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_106_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65071": { + "ID": 65071, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792891 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728688 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65072": { + "ID": 65072, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090464 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444161 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65073": { + "ID": 65073, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993477 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528102 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65074": { + "ID": 65074, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659518 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243575 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65075": { + "ID": 65075, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575577 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639780 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65076": { + "ID": 65076, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508364 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924307 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_107_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65081": { + "ID": 65081, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1711792882 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 714728693 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_1.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65082": { + "ID": 65082, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1017090473 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 311444166 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_2.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65083": { + "ID": 65083, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -548993468 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1877528107 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_3.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65084": { + "ID": 65084, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 1823659527 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": 1474243580 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_4.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65085": { + "ID": 65085, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": 257575586 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1254639775 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_5.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + }, + "65086": { + "ID": 65086, + "ItemType": "Relic", + "Rarity": "NotNormal", + "PurposeType": 0, + "isVisible": true, + "ItemName": { + "hash": -1308508355 + }, + "ItemDesc": { + "hash": 371857150 + }, + "ItemBGDesc": { + "hash": -1657924302 + }, + "ItemIconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "ItemFigureIconPath": "SpriteOutput/RelicFigures/IconRelic_108_6.png", + "ItemCurrencyIconPath": "0", + "IsAutoUse": false, + "PileLimit": 9999, + "UseType": "Unknown", + "UseDataID": 0, + "CustomDataList": [], + "IsSellable": true, + "ReturnItemIDList": [ + { + "ItemID": 231, + "ItemNum": 3 + } + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ItemHintExcelTable.json b/CrepePackage/src/data/excel/ItemHintExcelTable.json new file mode 100644 index 0000000..843b861 --- /dev/null +++ b/CrepePackage/src/data/excel/ItemHintExcelTable.json @@ -0,0 +1,1777 @@ +{ + "1": { + "ID": 1, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140037": { + "ID": 140037, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140071": { + "ID": 140071, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140017": { + "ID": 140017, + "ImprotItemHint": true, + "NewItemHint": false + }, + "18001": { + "ID": 18001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140067": { + "ID": 140067, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140021": { + "ID": 140021, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140022": { + "ID": 140022, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140023": { + "ID": 140023, + "ImprotItemHint": true, + "NewItemHint": true + }, + "149977": { + "ID": 149977, + "ImprotItemHint": true, + "NewItemHint": true + }, + "149978": { + "ID": 149978, + "ImprotItemHint": true, + "NewItemHint": true + }, + "149979": { + "ID": 149979, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140084": { + "ID": 140084, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140085": { + "ID": 140085, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140086": { + "ID": 140086, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140103": { + "ID": 140103, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140104": { + "ID": 140104, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140097": { + "ID": 140097, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140083": { + "ID": 140083, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140069": { + "ID": 140069, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140065": { + "ID": 140065, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140046": { + "ID": 140046, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140111": { + "ID": 140111, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140068": { + "ID": 140068, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140092": { + "ID": 140092, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140093": { + "ID": 140093, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140094": { + "ID": 140094, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140099": { + "ID": 140099, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140100": { + "ID": 140100, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140101": { + "ID": 140101, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140098": { + "ID": 140098, + "ImprotItemHint": true, + "NewItemHint": true + }, + "140024": { + "ID": 140024, + "ImprotItemHint": true, + "NewItemHint": false + }, + "140025": { + "ID": 140025, + "ImprotItemHint": true, + "NewItemHint": false + }, + "2": { + "ID": 2, + "ImprotItemHint": false, + "NewItemHint": true + }, + "3": { + "ID": 3, + "ImprotItemHint": false, + "NewItemHint": true + }, + "31": { + "ID": 31, + "ImprotItemHint": false, + "NewItemHint": true + }, + "32": { + "ID": 32, + "ImprotItemHint": false, + "NewItemHint": true + }, + "33": { + "ID": 33, + "ImprotItemHint": false, + "NewItemHint": true + }, + "190": { + "ID": 190, + "ImprotItemHint": false, + "NewItemHint": true + }, + "191": { + "ID": 191, + "ImprotItemHint": false, + "NewItemHint": true + }, + "192": { + "ID": 192, + "ImprotItemHint": false, + "NewItemHint": true + }, + "193": { + "ID": 193, + "ImprotItemHint": false, + "NewItemHint": true + }, + "194": { + "ID": 194, + "ImprotItemHint": false, + "NewItemHint": true + }, + "195": { + "ID": 195, + "ImprotItemHint": false, + "NewItemHint": true + }, + "196": { + "ID": 196, + "ImprotItemHint": false, + "NewItemHint": true + }, + "201": { + "ID": 201, + "ImprotItemHint": false, + "NewItemHint": true + }, + "211": { + "ID": 211, + "ImprotItemHint": false, + "NewItemHint": true + }, + "212": { + "ID": 212, + "ImprotItemHint": false, + "NewItemHint": true + }, + "213": { + "ID": 213, + "ImprotItemHint": false, + "NewItemHint": true + }, + "221": { + "ID": 221, + "ImprotItemHint": false, + "NewItemHint": true + }, + "222": { + "ID": 222, + "ImprotItemHint": false, + "NewItemHint": true + }, + "231": { + "ID": 231, + "ImprotItemHint": false, + "NewItemHint": true + }, + "232": { + "ID": 232, + "ImprotItemHint": false, + "NewItemHint": true + }, + "233": { + "ID": 233, + "ImprotItemHint": false, + "NewItemHint": true + }, + "234": { + "ID": 234, + "ImprotItemHint": false, + "NewItemHint": true + }, + "235": { + "ID": 235, + "ImprotItemHint": false, + "NewItemHint": true + }, + "241": { + "ID": 241, + "ImprotItemHint": false, + "NewItemHint": true + }, + "501": { + "ID": 501, + "ImprotItemHint": false, + "NewItemHint": true + }, + "502": { + "ID": 502, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110001": { + "ID": 110001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110002": { + "ID": 110002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110003": { + "ID": 110003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110011": { + "ID": 110011, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110012": { + "ID": 110012, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110013": { + "ID": 110013, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110021": { + "ID": 110021, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110022": { + "ID": 110022, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110023": { + "ID": 110023, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110031": { + "ID": 110031, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110032": { + "ID": 110032, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110033": { + "ID": 110033, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110041": { + "ID": 110041, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110042": { + "ID": 110042, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110043": { + "ID": 110043, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110051": { + "ID": 110051, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110052": { + "ID": 110052, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110053": { + "ID": 110053, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110061": { + "ID": 110061, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110062": { + "ID": 110062, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110063": { + "ID": 110063, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110111": { + "ID": 110111, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110112": { + "ID": 110112, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110113": { + "ID": 110113, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110121": { + "ID": 110121, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110122": { + "ID": 110122, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110123": { + "ID": 110123, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110131": { + "ID": 110131, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110132": { + "ID": 110132, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110133": { + "ID": 110133, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110141": { + "ID": 110141, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110142": { + "ID": 110142, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110143": { + "ID": 110143, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110151": { + "ID": 110151, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110152": { + "ID": 110152, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110153": { + "ID": 110153, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110161": { + "ID": 110161, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110162": { + "ID": 110162, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110163": { + "ID": 110163, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110171": { + "ID": 110171, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110172": { + "ID": 110172, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110173": { + "ID": 110173, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110400": { + "ID": 110400, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110401": { + "ID": 110401, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110402": { + "ID": 110402, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110403": { + "ID": 110403, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110404": { + "ID": 110404, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110405": { + "ID": 110405, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110406": { + "ID": 110406, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110407": { + "ID": 110407, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110501": { + "ID": 110501, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110502": { + "ID": 110502, + "ImprotItemHint": false, + "NewItemHint": true + }, + "110503": { + "ID": 110503, + "ImprotItemHint": false, + "NewItemHint": true + }, + "111001": { + "ID": 111001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "111002": { + "ID": 111002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "111003": { + "ID": 111003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "112001": { + "ID": 112001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "112002": { + "ID": 112002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "112003": { + "ID": 112003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "112011": { + "ID": 112011, + "ImprotItemHint": false, + "NewItemHint": true + }, + "112012": { + "ID": 112012, + "ImprotItemHint": false, + "NewItemHint": true + }, + "112013": { + "ID": 112013, + "ImprotItemHint": false, + "NewItemHint": true + }, + "112021": { + "ID": 112021, + "ImprotItemHint": false, + "NewItemHint": true + }, + "112022": { + "ID": 112022, + "ImprotItemHint": false, + "NewItemHint": true + }, + "112023": { + "ID": 112023, + "ImprotItemHint": false, + "NewItemHint": true + }, + "120001": { + "ID": 120001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140032": { + "ID": 140032, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140033": { + "ID": 140033, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140034": { + "ID": 140034, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140035": { + "ID": 140035, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140036": { + "ID": 140036, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140039": { + "ID": 140039, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140043": { + "ID": 140043, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140044": { + "ID": 140044, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140045": { + "ID": 140045, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140047": { + "ID": 140047, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140048": { + "ID": 140048, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140049": { + "ID": 140049, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140050": { + "ID": 140050, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140051": { + "ID": 140051, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140052": { + "ID": 140052, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140053": { + "ID": 140053, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140054": { + "ID": 140054, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140055": { + "ID": 140055, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140056": { + "ID": 140056, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140057": { + "ID": 140057, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140058": { + "ID": 140058, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140059": { + "ID": 140059, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140060": { + "ID": 140060, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140061": { + "ID": 140061, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140062": { + "ID": 140062, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140063": { + "ID": 140063, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140064": { + "ID": 140064, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140066": { + "ID": 140066, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140082": { + "ID": 140082, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140087": { + "ID": 140087, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140089": { + "ID": 140089, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140090": { + "ID": 140090, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140091": { + "ID": 140091, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140095": { + "ID": 140095, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140096": { + "ID": 140096, + "ImprotItemHint": false, + "NewItemHint": true + }, + "140109": { + "ID": 140109, + "ImprotItemHint": false, + "NewItemHint": true + }, + "149991": { + "ID": 149991, + "ImprotItemHint": false, + "NewItemHint": true + }, + "180001": { + "ID": 180001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "180002": { + "ID": 180002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "180003": { + "ID": 180003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "181001": { + "ID": 181001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "181002": { + "ID": 181002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "181003": { + "ID": 181003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "182001": { + "ID": 182001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "182002": { + "ID": 182002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "182003": { + "ID": 182003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "182004": { + "ID": 182004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "183001": { + "ID": 183001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "183002": { + "ID": 183002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "189001": { + "ID": 189001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "398001": { + "ID": 398001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "400001": { + "ID": 400001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "400002": { + "ID": 400002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "400003": { + "ID": 400003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "400004": { + "ID": 400004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "400005": { + "ID": 400005, + "ImprotItemHint": false, + "NewItemHint": true + }, + "400006": { + "ID": 400006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "401001": { + "ID": 401001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "401002": { + "ID": 401002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "401003": { + "ID": 401003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "401004": { + "ID": 401004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "401005": { + "ID": 401005, + "ImprotItemHint": false, + "NewItemHint": true + }, + "401006": { + "ID": 401006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "402001": { + "ID": 402001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "402002": { + "ID": 402002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "403001": { + "ID": 403001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "403002": { + "ID": 403002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "404001": { + "ID": 404001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "404002": { + "ID": 404002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "408002": { + "ID": 408002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "408003": { + "ID": 408003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "408004": { + "ID": 408004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "409001": { + "ID": 409001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "409002": { + "ID": 409002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "409003": { + "ID": 409003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "409004": { + "ID": 409004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "409005": { + "ID": 409005, + "ImprotItemHint": false, + "NewItemHint": true + }, + "409006": { + "ID": 409006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "409007": { + "ID": 409007, + "ImprotItemHint": false, + "NewItemHint": true + }, + "420001": { + "ID": 420001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "420002": { + "ID": 420002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "420003": { + "ID": 420003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "420004": { + "ID": 420004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "420005": { + "ID": 420005, + "ImprotItemHint": false, + "NewItemHint": true + }, + "420006": { + "ID": 420006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "420007": { + "ID": 420007, + "ImprotItemHint": false, + "NewItemHint": true + }, + "421006": { + "ID": 421006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "422006": { + "ID": 422006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "423006": { + "ID": 423006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "424006": { + "ID": 424006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "425006": { + "ID": 425006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "426006": { + "ID": 426006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "427006": { + "ID": 427006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "428006": { + "ID": 428006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "429006": { + "ID": 429006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430001": { + "ID": 430001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430002": { + "ID": 430002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430003": { + "ID": 430003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430004": { + "ID": 430004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430005": { + "ID": 430005, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430006": { + "ID": 430006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430007": { + "ID": 430007, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430008": { + "ID": 430008, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430009": { + "ID": 430009, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430010": { + "ID": 430010, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430011": { + "ID": 430011, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430012": { + "ID": 430012, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430013": { + "ID": 430013, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430014": { + "ID": 430014, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430015": { + "ID": 430015, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430016": { + "ID": 430016, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430017": { + "ID": 430017, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430018": { + "ID": 430018, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430019": { + "ID": 430019, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430020": { + "ID": 430020, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430021": { + "ID": 430021, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430022": { + "ID": 430022, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430031": { + "ID": 430031, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430032": { + "ID": 430032, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430033": { + "ID": 430033, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430034": { + "ID": 430034, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430035": { + "ID": 430035, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430041": { + "ID": 430041, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430042": { + "ID": 430042, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430043": { + "ID": 430043, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430044": { + "ID": 430044, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430045": { + "ID": 430045, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430046": { + "ID": 430046, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430051": { + "ID": 430051, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430052": { + "ID": 430052, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430053": { + "ID": 430053, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430054": { + "ID": 430054, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430055": { + "ID": 430055, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430056": { + "ID": 430056, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430057": { + "ID": 430057, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430058": { + "ID": 430058, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430059": { + "ID": 430059, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430060": { + "ID": 430060, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430061": { + "ID": 430061, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430062": { + "ID": 430062, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430063": { + "ID": 430063, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430064": { + "ID": 430064, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430065": { + "ID": 430065, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430066": { + "ID": 430066, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430067": { + "ID": 430067, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430068": { + "ID": 430068, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430069": { + "ID": 430069, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430070": { + "ID": 430070, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430071": { + "ID": 430071, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430072": { + "ID": 430072, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430073": { + "ID": 430073, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430074": { + "ID": 430074, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430075": { + "ID": 430075, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430076": { + "ID": 430076, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430077": { + "ID": 430077, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430078": { + "ID": 430078, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430079": { + "ID": 430079, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430080": { + "ID": 430080, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430081": { + "ID": 430081, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430082": { + "ID": 430082, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430083": { + "ID": 430083, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430084": { + "ID": 430084, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430085": { + "ID": 430085, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430086": { + "ID": 430086, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430087": { + "ID": 430087, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430088": { + "ID": 430088, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430089": { + "ID": 430089, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430090": { + "ID": 430090, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430091": { + "ID": 430091, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430092": { + "ID": 430092, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430093": { + "ID": 430093, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430094": { + "ID": 430094, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430095": { + "ID": 430095, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430096": { + "ID": 430096, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430097": { + "ID": 430097, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430098": { + "ID": 430098, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430099": { + "ID": 430099, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430100": { + "ID": 430100, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430101": { + "ID": 430101, + "ImprotItemHint": false, + "NewItemHint": true + }, + "430102": { + "ID": 430102, + "ImprotItemHint": false, + "NewItemHint": false + }, + "430103": { + "ID": 430103, + "ImprotItemHint": false, + "NewItemHint": false + }, + "430104": { + "ID": 430104, + "ImprotItemHint": false, + "NewItemHint": false + }, + "430105": { + "ID": 430105, + "ImprotItemHint": false, + "NewItemHint": false + }, + "430106": { + "ID": 430106, + "ImprotItemHint": false, + "NewItemHint": false + }, + "430107": { + "ID": 430107, + "ImprotItemHint": false, + "NewItemHint": false + }, + "440001": { + "ID": 440001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "440002": { + "ID": 440002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "440003": { + "ID": 440003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "399984": { + "ID": 399984, + "ImprotItemHint": false, + "NewItemHint": true + }, + "399985": { + "ID": 399985, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20000": { + "ID": 20000, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20001": { + "ID": 20001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20002": { + "ID": 20002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20003": { + "ID": 20003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20004": { + "ID": 20004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20005": { + "ID": 20005, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20006": { + "ID": 20006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20007": { + "ID": 20007, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20008": { + "ID": 20008, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20009": { + "ID": 20009, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20010": { + "ID": 20010, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20011": { + "ID": 20011, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20012": { + "ID": 20012, + "ImprotItemHint": false, + "NewItemHint": true + }, + "20013": { + "ID": 20013, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21000": { + "ID": 21000, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21001": { + "ID": 21001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21002": { + "ID": 21002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21003": { + "ID": 21003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21004": { + "ID": 21004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21005": { + "ID": 21005, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21006": { + "ID": 21006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21007": { + "ID": 21007, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21008": { + "ID": 21008, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21009": { + "ID": 21009, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21010": { + "ID": 21010, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21011": { + "ID": 21011, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21012": { + "ID": 21012, + "ImprotItemHint": false, + "NewItemHint": true + }, + "21013": { + "ID": 21013, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23000": { + "ID": 23000, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23001": { + "ID": 23001, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23002": { + "ID": 23002, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23003": { + "ID": 23003, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23004": { + "ID": 23004, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23005": { + "ID": 23005, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23006": { + "ID": 23006, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23007": { + "ID": 23007, + "ImprotItemHint": false, + "NewItemHint": true + }, + "29000": { + "ID": 29000, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23008": { + "ID": 23008, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23009": { + "ID": 23009, + "ImprotItemHint": false, + "NewItemHint": true + }, + "23010": { + "ID": 23010, + "ImprotItemHint": false, + "NewItemHint": true + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ItemPurposeExcelTable.json b/CrepePackage/src/data/excel/ItemPurposeExcelTable.json new file mode 100644 index 0000000..adf320e --- /dev/null +++ b/CrepePackage/src/data/excel/ItemPurposeExcelTable.json @@ -0,0 +1,44 @@ +{ + "1": { + "ID": 1, + "PurposeText": { + "hash": 2013460089 + } + }, + "2": { + "ID": 2, + "PurposeText": { + "hash": 2013460092 + } + }, + "3": { + "ID": 3, + "PurposeText": { + "hash": 2013460091 + } + }, + "4": { + "ID": 4, + "PurposeText": { + "hash": 2013460094 + } + }, + "5": { + "ID": 5, + "PurposeText": { + "hash": 2013460093 + } + }, + "6": { + "ID": 6, + "PurposeText": { + "hash": 2013460096 + } + }, + "7": { + "ID": 7, + "PurposeText": { + "hash": 2013460095 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ItemRarityConfigExcelTable.json b/CrepePackage/src/data/excel/ItemRarityConfigExcelTable.json new file mode 100644 index 0000000..0e4b2dc --- /dev/null +++ b/CrepePackage/src/data/excel/ItemRarityConfigExcelTable.json @@ -0,0 +1,42 @@ +{ + "Normal": { + "Rarity": "Normal", + "FrameItemRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarity01.png", + "FrameIconRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameIconRarity01.png", + "FrameItemRarityBgPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarityBg01.png", + "FrameItemRarityColor": "#676767", + "LineItemRarityColor": "#a3a3aa" + }, + "NotNormal": { + "Rarity": "NotNormal", + "FrameItemRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarity02.png", + "FrameIconRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameIconRarity02.png", + "FrameItemRarityBgPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarityBg02.png", + "FrameItemRarityColor": "#009547", + "LineItemRarityColor": "#48ac91" + }, + "Rare": { + "Rarity": "Rare", + "FrameItemRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarity03.png", + "FrameIconRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameIconRarity03.png", + "FrameItemRarityBgPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarityBg03.png", + "FrameItemRarityColor": "#216AA8", + "LineItemRarityColor": "#5b98ed" + }, + "VeryRare": { + "Rarity": "VeryRare", + "FrameItemRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarity04.png", + "FrameIconRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameIconRarity04.png", + "FrameItemRarityBgPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarityBg04.png", + "FrameItemRarityColor": "#5C44B2", + "LineItemRarityColor": "#8f60d2" + }, + "SuperRare": { + "Rarity": "SuperRare", + "FrameItemRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarity05.png", + "FrameIconRarityPath": "SpriteOutput/ItemIcon/Rarity/FrameIconRarity05.png", + "FrameItemRarityBgPath": "SpriteOutput/ItemIcon/Rarity/FrameItemRarityBg05.png", + "FrameItemRarityColor": "#D68F23", + "LineItemRarityColor": "#ffc975" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ItemUseBuffDataExcelTable.json b/CrepePackage/src/data/excel/ItemUseBuffDataExcelTable.json new file mode 100644 index 0000000..66ccf89 --- /dev/null +++ b/CrepePackage/src/data/excel/ItemUseBuffDataExcelTable.json @@ -0,0 +1,317 @@ +{ + "400001": { + "UseDataID": 400001, + "UseSubType": "Avatar", + "UseTargetType": "Alive", + "MazeBuffID": 400001, + "MazeBuffParam": [], + "SatietyValue": 1, + "UseMultipleMax": 1, + "IsCheckHP": true, + "UseEffect": "AvatarItemIcon_Eff_Heal", + "PreviewHPRecoveryPercent": 0.3, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "400002": { + "UseDataID": 400002, + "UseSubType": "Avatar", + "UseTargetType": "Alive", + "MazeBuffID": 400002, + "MazeBuffParam": [], + "SatietyValue": 1, + "UseMultipleMax": 1, + "IsCheckHP": true, + "UseEffect": "AvatarItemIcon_Eff_Heal", + "PreviewHPRecoveryPercent": 1.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "400003": { + "UseDataID": 400003, + "UseSubType": "External", + "UseTargetType": "All", + "MazeBuffID": 400003, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_MpGet", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "400004": { + "UseDataID": 400004, + "UseSubType": "Avatar", + "UseTargetType": "Alive", + "MazeBuffID": 400004, + "MazeBuffParam": [], + "SatietyValue": 1, + "UseMultipleMax": 1, + "IsCheckHP": true, + "UseEffect": "AvatarItemIcon_Eff_Heal", + "PreviewHPRecoveryPercent": 0.12, + "PreviewHPRecoveryValue": 200.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "400005": { + "UseDataID": 400005, + "UseSubType": "External", + "UseTargetType": "All", + "MazeBuffID": 400005, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_MpGet", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "400006": { + "UseDataID": 400006, + "UseSubType": "Avatar", + "UseTargetType": "Dead", + "MazeBuffID": 400006, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_Heal", + "PreviewHPRecoveryPercent": 0.1, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "401001": { + "UseDataID": 401001, + "UseSubType": "Lineup", + "UseTargetType": "All", + "MazeBuffID": 401001, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_DefUp", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "401002": { + "UseDataID": 401002, + "UseSubType": "Lineup", + "UseTargetType": "All", + "MazeBuffID": 401002, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_AtkUp", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "401003": { + "UseDataID": 401003, + "UseSubType": "Avatar", + "UseTargetType": "Alive", + "MazeBuffID": 401003, + "MazeBuffParam": [], + "SatietyValue": 1, + "UseMultipleMax": 1, + "IsCheckHP": true, + "UseEffect": "AvatarItemIcon_Eff_Heal", + "PreviewHPRecoveryPercent": 0.2, + "PreviewHPRecoveryValue": 450.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "401004": { + "UseDataID": 401004, + "UseSubType": "External", + "UseTargetType": "All", + "MazeBuffID": 401004, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_AtkUp", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "401005": { + "UseDataID": 401005, + "UseSubType": "External", + "UseTargetType": "All", + "MazeBuffID": 401005, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_MpGet", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "401006": { + "UseDataID": 401006, + "UseSubType": "Avatar", + "UseTargetType": "Alive", + "MazeBuffID": 401006, + "MazeBuffParam": [], + "SatietyValue": 1, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_MpGet", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "402001": { + "UseDataID": 402001, + "UseSubType": "Avatar", + "UseTargetType": "Alive", + "MazeBuffID": 402001, + "MazeBuffParam": [], + "SatietyValue": 1, + "UseMultipleMax": 1, + "IsCheckHP": true, + "UseEffect": "AvatarItemIcon_Eff_Heal", + "PreviewHPRecoveryPercent": 0.3, + "PreviewHPRecoveryValue": 600.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "402002": { + "UseDataID": 402002, + "UseSubType": "External", + "UseTargetType": "All", + "MazeBuffID": 402002, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_DefUp", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "403001": { + "UseDataID": 403001, + "UseSubType": "External", + "UseTargetType": "All", + "MazeBuffID": 403001, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_AtkUp", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "403002": { + "UseDataID": 403002, + "UseSubType": "External", + "UseTargetType": "All", + "MazeBuffID": 403002, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_AtkUp", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "408002": { + "UseDataID": 408002, + "UseSubType": "External", + "UseTargetType": "All", + "MazeBuffID": 408002, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_MpGet", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "408003": { + "UseDataID": 408003, + "UseSubType": "External", + "UseTargetType": "All", + "MazeBuffID": 408003, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_DefUp", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "408004": { + "UseDataID": 408004, + "UseSubType": "Avatar", + "UseTargetType": "Alive", + "MazeBuffID": 408004, + "MazeBuffParam": [], + "SatietyValue": 1, + "UseMultipleMax": 1, + "IsCheckHP": true, + "UseEffect": "AvatarItemIcon_Eff_Heal", + "PreviewHPRecoveryPercent": 1.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "404001": { + "UseDataID": 404001, + "UseSubType": "Avatar", + "UseTargetType": "Alive", + "MazeBuffID": 404001, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_Heal", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + }, + "404002": { + "UseDataID": 404002, + "UseSubType": "Avatar", + "UseTargetType": "Alive", + "MazeBuffID": 404002, + "MazeBuffParam": [], + "SatietyValue": 0, + "UseMultipleMax": 1, + "IsCheckHP": false, + "UseEffect": "AvatarItemIcon_Eff_Heal", + "PreviewHPRecoveryPercent": 0.0, + "PreviewHPRecoveryValue": 0.0, + "IsShowItemDesc": true, + "IsShowUseMultipleSlider": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ItemUseDataExcelTable.json b/CrepePackage/src/data/excel/ItemUseDataExcelTable.json new file mode 100644 index 0000000..f87344f --- /dev/null +++ b/CrepePackage/src/data/excel/ItemUseDataExcelTable.json @@ -0,0 +1,507 @@ +{ + "201": { + "UseDataID": 201, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 2001 + ], + "UseMultipleMax": 5 + }, + "398001": { + "UseDataID": 398001, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000004 + ], + "UseMultipleMax": 5 + }, + "399981": { + "UseDataID": 399981, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 99 + }, + "399982": { + "UseDataID": 399982, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 99 + }, + "399986": { + "UseDataID": 399986, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000003 + ], + "UseMultipleMax": 99 + }, + "399987": { + "UseDataID": 399987, + "UseType": "Gift", + "UseSubType": "Opitonal", + "UseParam": [ + 9001106, + 9001107, + 9001108, + 9001109, + 9001110, + 9001111, + 9001112, + 9001113 + ], + "UseMultipleMax": 1 + }, + "399988": { + "UseDataID": 399988, + "UseType": "Gift", + "UseSubType": "Opitonal", + "UseParam": [ + 9001114, + 9001115, + 9001116, + 9001117 + ], + "UseMultipleMax": 1 + }, + "399989": { + "UseDataID": 399989, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 999006 + ], + "UseMultipleMax": 1 + }, + "399990": { + "UseDataID": 399990, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 999005 + ], + "UseMultipleMax": 1 + }, + "399991": { + "UseDataID": 399991, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 1 + }, + "399992": { + "UseDataID": 399992, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 1 + }, + "399993": { + "UseDataID": 399993, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 1 + }, + "399994": { + "UseDataID": 399994, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 10 + }, + "399995": { + "UseDataID": 399995, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 5 + }, + "399996": { + "UseDataID": 399996, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 5 + }, + "399997": { + "UseDataID": 399997, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 5 + }, + "399998": { + "UseDataID": 399998, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 5 + }, + "399999": { + "UseDataID": 399999, + "UseType": "Gift", + "UseSubType": "Fix", + "UseParam": [ + 9000002 + ], + "UseMultipleMax": 5 + }, + "70001": { + "UseDataID": 70001, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 980000 + ], + "UseMultipleMax": 1 + }, + "70002": { + "UseDataID": 70002, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 980001 + ], + "UseMultipleMax": 1 + }, + "70003": { + "UseDataID": 70003, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 980002 + ], + "UseMultipleMax": 1 + }, + "70011": { + "UseDataID": 70011, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820001 + ], + "UseMultipleMax": 1 + }, + "70012": { + "UseDataID": 70012, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820002 + ], + "UseMultipleMax": 1 + }, + "70013": { + "UseDataID": 70013, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820003 + ], + "UseMultipleMax": 1 + }, + "70014": { + "UseDataID": 70014, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820004 + ], + "UseMultipleMax": 1 + }, + "70021": { + "UseDataID": 70021, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820005 + ], + "UseMultipleMax": 1 + }, + "70022": { + "UseDataID": 70022, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820006 + ], + "UseMultipleMax": 1 + }, + "70023": { + "UseDataID": 70023, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820007 + ], + "UseMultipleMax": 1 + }, + "70024": { + "UseDataID": 70024, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820008 + ], + "UseMultipleMax": 1 + }, + "70031": { + "UseDataID": 70031, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820009 + ], + "UseMultipleMax": 1 + }, + "70032": { + "UseDataID": 70032, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820010 + ], + "UseMultipleMax": 1 + }, + "70033": { + "UseDataID": 70033, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820011 + ], + "UseMultipleMax": 1 + }, + "70034": { + "UseDataID": 70034, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820012 + ], + "UseMultipleMax": 1 + }, + "70041": { + "UseDataID": 70041, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820013 + ], + "UseMultipleMax": 1 + }, + "70042": { + "UseDataID": 70042, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820014 + ], + "UseMultipleMax": 1 + }, + "70043": { + "UseDataID": 70043, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820015 + ], + "UseMultipleMax": 1 + }, + "70044": { + "UseDataID": 70044, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 820016 + ], + "UseMultipleMax": 1 + }, + "71000": { + "UseDataID": 71000, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800204 + ], + "UseMultipleMax": 1 + }, + "71001": { + "UseDataID": 71001, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800214 + ], + "UseMultipleMax": 1 + }, + "71002": { + "UseDataID": 71002, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800224 + ], + "UseMultipleMax": 1 + }, + "71003": { + "UseDataID": 71003, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800234 + ], + "UseMultipleMax": 1 + }, + "71004": { + "UseDataID": 71004, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800244 + ], + "UseMultipleMax": 1 + }, + "71005": { + "UseDataID": 71005, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800254 + ], + "UseMultipleMax": 1 + }, + "71006": { + "UseDataID": 71006, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800264 + ], + "UseMultipleMax": 1 + }, + "71007": { + "UseDataID": 71007, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800274 + ], + "UseMultipleMax": 1 + }, + "71008": { + "UseDataID": 71008, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800284 + ], + "UseMultipleMax": 1 + }, + "71009": { + "UseDataID": 71009, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800294 + ], + "UseMultipleMax": 1 + }, + "71010": { + "UseDataID": 71010, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800304 + ], + "UseMultipleMax": 1 + }, + "71011": { + "UseDataID": 71011, + "UseType": "Gift", + "UseSubType": "Random", + "UseParam": [ + 800314 + ], + "UseMultipleMax": 1 + }, + "399984": { + "UseDataID": 399984, + "UseType": "Gift", + "UseSubType": "Opitonal", + "UseParam": [ + 9001121, + 9001122, + 9001123, + 9001124, + 9001125 + ], + "UseMultipleMax": 1 + }, + "399985": { + "UseDataID": 399985, + "UseType": "Gift", + "UseSubType": "Opitonal", + "UseParam": [ + 9001131, + 9001132, + 9001133, + 9001134, + 9001135 + ], + "UseMultipleMax": 1 + }, + "399971": { + "UseDataID": 399971, + "UseType": "Gift", + "UseSubType": "Opitonal", + "UseParam": [ + 9001121, + 9001122, + 9001123, + 9001124, + 9001125, + 9001126 + ], + "UseMultipleMax": 1 + }, + "399972": { + "UseDataID": 399972, + "UseType": "Gift", + "UseSubType": "Opitonal", + "UseParam": [ + 9001131, + 9001132, + 9001133, + 9001134, + 9001135, + 9001136 + ], + "UseMultipleMax": 1 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/LimitTypeConfigExcelTable.json b/CrepePackage/src/data/excel/LimitTypeConfigExcelTable.json new file mode 100644 index 0000000..35525a5 --- /dev/null +++ b/CrepePackage/src/data/excel/LimitTypeConfigExcelTable.json @@ -0,0 +1,32 @@ +{ + "Level": { + "LimitType": "Level", + "LimitTypeDesc": { + "hash": 1371317480 + } + }, + "PrestigeLevel": { + "LimitType": "PrestigeLevel", + "LimitTypeDesc": { + "hash": 1371317477 + } + }, + "MainMission": { + "LimitType": "MainMission", + "LimitTypeDesc": { + "hash": 1371317478 + } + }, + "EventMission": { + "LimitType": "EventMission", + "LimitTypeDesc": { + "hash": 1371317483 + } + }, + "WorldLevel": { + "LimitType": "WorldLevel", + "LimitTypeDesc": { + "hash": 1371317484 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/LinearQuestExcelTable.json b/CrepePackage/src/data/excel/LinearQuestExcelTable.json new file mode 100644 index 0000000..93c6b2b --- /dev/null +++ b/CrepePackage/src/data/excel/LinearQuestExcelTable.json @@ -0,0 +1,3778 @@ +{ + "1000701": { + "LinearID": 1000701, + "QuestList": [ + 1000701 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000702": { + "LinearID": 1000702, + "QuestList": [ + 1000702 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000703": { + "LinearID": 1000703, + "QuestList": [ + 1000703 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000704": { + "LinearID": 1000704, + "QuestList": [ + 1000704 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000705": { + "LinearID": 1000705, + "QuestList": [ + 1000705 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000706": { + "LinearID": 1000706, + "QuestList": [ + 1000706 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000801": { + "LinearID": 1000801, + "QuestList": [ + 1000801 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000802": { + "LinearID": 1000802, + "QuestList": [ + 1000802 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000803": { + "LinearID": 1000803, + "QuestList": [ + 1000803 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000804": { + "LinearID": 1000804, + "QuestList": [ + 1000804 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000805": { + "LinearID": 1000805, + "QuestList": [ + 1000805 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000806": { + "LinearID": 1000806, + "QuestList": [ + 1000806 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000807": { + "LinearID": 1000807, + "QuestList": [ + 1000807 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000808": { + "LinearID": 1000808, + "QuestList": [ + 1000808 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000901": { + "LinearID": 1000901, + "QuestList": [ + 1000901 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000902": { + "LinearID": 1000902, + "QuestList": [ + 1000902 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000903": { + "LinearID": 1000903, + "QuestList": [ + 1000903 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000904": { + "LinearID": 1000904, + "QuestList": [ + 1000904 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000905": { + "LinearID": 1000905, + "QuestList": [ + 1000905 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000906": { + "LinearID": 1000906, + "QuestList": [ + 1000906 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1000907": { + "LinearID": 1000907, + "QuestList": [ + 1000907 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001001": { + "LinearID": 1001001, + "QuestList": [ + 1001001 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001002": { + "LinearID": 1001002, + "QuestList": [ + 1001002 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001003": { + "LinearID": 1001003, + "QuestList": [ + 1001003 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001004": { + "LinearID": 1001004, + "QuestList": [ + 1001004 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001005": { + "LinearID": 1001005, + "QuestList": [ + 1001005 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001006": { + "LinearID": 1001006, + "QuestList": [ + 1001006 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001201": { + "LinearID": 1001201, + "QuestList": [ + 1001201 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001202": { + "LinearID": 1001202, + "QuestList": [ + 1001202 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001203": { + "LinearID": 1001203, + "QuestList": [ + 1001203 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001204": { + "LinearID": 1001204, + "QuestList": [ + 1001204 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001205": { + "LinearID": 1001205, + "QuestList": [ + 1001205 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001206": { + "LinearID": 1001206, + "QuestList": [ + 1001206 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001207": { + "LinearID": 1001207, + "QuestList": [ + 1001207 + ], + "MinLevel": 6, + "MaxLevel": 999 + }, + "1001208": { + "LinearID": 1001208, + "QuestList": [ + 1001208 + ], + "MinLevel": 10, + "MaxLevel": 999 + }, + "1001209": { + "LinearID": 1001209, + "QuestList": [ + 1001209 + ], + "MinLevel": 17, + "MaxLevel": 999 + }, + "1001101": { + "LinearID": 1001101, + "QuestList": [ + 1001101 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001102": { + "LinearID": 1001102, + "QuestList": [ + 1001102 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001103": { + "LinearID": 1001103, + "QuestList": [ + 1001103 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001104": { + "LinearID": 1001104, + "QuestList": [ + 1001104 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001105": { + "LinearID": 1001105, + "QuestList": [ + 1001105 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001106": { + "LinearID": 1001106, + "QuestList": [ + 1001106 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001107": { + "LinearID": 1001107, + "QuestList": [ + 1001107 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001108": { + "LinearID": 1001108, + "QuestList": [ + 1001108 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001109": { + "LinearID": 1001109, + "QuestList": [ + 1001109 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001110": { + "LinearID": 1001110, + "QuestList": [ + 1001110 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001111": { + "LinearID": 1001111, + "QuestList": [ + 1001111 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001112": { + "LinearID": 1001112, + "QuestList": [ + 1001112 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001113": { + "LinearID": 1001113, + "QuestList": [ + 1001113 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001114": { + "LinearID": 1001114, + "QuestList": [ + 1001114 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001115": { + "LinearID": 1001115, + "QuestList": [ + 1001115 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001116": { + "LinearID": 1001116, + "QuestList": [ + 1001116 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001117": { + "LinearID": 1001117, + "QuestList": [ + 1001117 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001118": { + "LinearID": 1001118, + "QuestList": [ + 1001118 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001119": { + "LinearID": 1001119, + "QuestList": [ + 1001119 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001120": { + "LinearID": 1001120, + "QuestList": [ + 1001120 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001121": { + "LinearID": 1001121, + "QuestList": [ + 1001121 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001122": { + "LinearID": 1001122, + "QuestList": [ + 1001122 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001123": { + "LinearID": 1001123, + "QuestList": [ + 1001123 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001124": { + "LinearID": 1001124, + "QuestList": [ + 1001124 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "1001125": { + "LinearID": 1001125, + "QuestList": [ + 1001125 + ], + "MinLevel": 999, + "MaxLevel": 999 + }, + "9000004": { + "LinearID": 9000004, + "QuestList": [ + 9000004 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000005": { + "LinearID": 9000005, + "QuestList": [ + 9000005 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000006": { + "LinearID": 9000006, + "QuestList": [ + 9000006 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000007": { + "LinearID": 9000007, + "QuestList": [ + 9000007 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000008": { + "LinearID": 9000008, + "QuestList": [ + 9000008 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000009": { + "LinearID": 9000009, + "QuestList": [ + 9000009 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000010": { + "LinearID": 9000010, + "QuestList": [ + 9000010 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000011": { + "LinearID": 9000011, + "QuestList": [ + 9000011 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000012": { + "LinearID": 9000012, + "QuestList": [ + 9000012 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000013": { + "LinearID": 9000013, + "QuestList": [ + 9000013 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "9000014": { + "LinearID": 9000014, + "QuestList": [ + 9000014 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001232": { + "LinearID": 1001232, + "QuestList": [ + 1001232 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001233": { + "LinearID": 1001233, + "QuestList": [ + 1001233 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001234": { + "LinearID": 1001234, + "QuestList": [ + 1001234 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001235": { + "LinearID": 1001235, + "QuestList": [ + 1001235 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001236": { + "LinearID": 1001236, + "QuestList": [ + 1001236 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001237": { + "LinearID": 1001237, + "QuestList": [ + 1001237 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001238": { + "LinearID": 1001238, + "QuestList": [ + 1001238 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001239": { + "LinearID": 1001239, + "QuestList": [ + 1001239 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001240": { + "LinearID": 1001240, + "QuestList": [ + 1001240 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001241": { + "LinearID": 1001241, + "QuestList": [ + 1001241 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001242": { + "LinearID": 1001242, + "QuestList": [ + 1001242 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001243": { + "LinearID": 1001243, + "QuestList": [ + 1001243 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001244": { + "LinearID": 1001244, + "QuestList": [ + 1001244 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001245": { + "LinearID": 1001245, + "QuestList": [ + 1001245 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001246": { + "LinearID": 1001246, + "QuestList": [ + 1001246 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001247": { + "LinearID": 1001247, + "QuestList": [ + 1001247 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001248": { + "LinearID": 1001248, + "QuestList": [ + 1001248 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001249": { + "LinearID": 1001249, + "QuestList": [ + 1001249 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001250": { + "LinearID": 1001250, + "QuestList": [ + 1001250 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001251": { + "LinearID": 1001251, + "QuestList": [ + 1001251 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001252": { + "LinearID": 1001252, + "QuestList": [ + 1001252 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001253": { + "LinearID": 1001253, + "QuestList": [ + 1001253 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001254": { + "LinearID": 1001254, + "QuestList": [ + 1001254 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001255": { + "LinearID": 1001255, + "QuestList": [ + 1001255 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001256": { + "LinearID": 1001256, + "QuestList": [ + 1001256 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001257": { + "LinearID": 1001257, + "QuestList": [ + 1001257 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001258": { + "LinearID": 1001258, + "QuestList": [ + 1001258 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001259": { + "LinearID": 1001259, + "QuestList": [ + 1001259 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001260": { + "LinearID": 1001260, + "QuestList": [ + 1001260 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001261": { + "LinearID": 1001261, + "QuestList": [ + 1001261 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001262": { + "LinearID": 1001262, + "QuestList": [ + 1001262 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001263": { + "LinearID": 1001263, + "QuestList": [ + 1001263 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001264": { + "LinearID": 1001264, + "QuestList": [ + 1001264 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001265": { + "LinearID": 1001265, + "QuestList": [ + 1001265 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001266": { + "LinearID": 1001266, + "QuestList": [ + 1001266 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001267": { + "LinearID": 1001267, + "QuestList": [ + 1001267 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001268": { + "LinearID": 1001268, + "QuestList": [ + 1001268 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001269": { + "LinearID": 1001269, + "QuestList": [ + 1001269 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001270": { + "LinearID": 1001270, + "QuestList": [ + 1001270 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001271": { + "LinearID": 1001271, + "QuestList": [ + 1001271 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001272": { + "LinearID": 1001272, + "QuestList": [ + 1001272 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001273": { + "LinearID": 1001273, + "QuestList": [ + 1001273 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001274": { + "LinearID": 1001274, + "QuestList": [ + 1001274 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001275": { + "LinearID": 1001275, + "QuestList": [ + 1001275 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001276": { + "LinearID": 1001276, + "QuestList": [ + 1001276 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001277": { + "LinearID": 1001277, + "QuestList": [ + 1001277 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001278": { + "LinearID": 1001278, + "QuestList": [ + 1001278 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001279": { + "LinearID": 1001279, + "QuestList": [ + 1001279 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001280": { + "LinearID": 1001280, + "QuestList": [ + 1001280 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001281": { + "LinearID": 1001281, + "QuestList": [ + 1001281 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001282": { + "LinearID": 1001282, + "QuestList": [ + 1001282 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001283": { + "LinearID": 1001283, + "QuestList": [ + 1001283 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001284": { + "LinearID": 1001284, + "QuestList": [ + 1001284 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001285": { + "LinearID": 1001285, + "QuestList": [ + 1001285 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001286": { + "LinearID": 1001286, + "QuestList": [ + 1001286 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001287": { + "LinearID": 1001287, + "QuestList": [ + 1001287 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001288": { + "LinearID": 1001288, + "QuestList": [ + 1001288 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001289": { + "LinearID": 1001289, + "QuestList": [ + 1001289 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001290": { + "LinearID": 1001290, + "QuestList": [ + 1001290 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001311": { + "LinearID": 1001311, + "QuestList": [ + 1001311 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001312": { + "LinearID": 1001312, + "QuestList": [ + 1001312 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001313": { + "LinearID": 1001313, + "QuestList": [ + 1001313 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001314": { + "LinearID": 1001314, + "QuestList": [ + 1001314 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001321": { + "LinearID": 1001321, + "QuestList": [ + 1001321 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001322": { + "LinearID": 1001322, + "QuestList": [ + 1001322 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001323": { + "LinearID": 1001323, + "QuestList": [ + 1001323 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001324": { + "LinearID": 1001324, + "QuestList": [ + 1001324 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001331": { + "LinearID": 1001331, + "QuestList": [ + 1001331 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001332": { + "LinearID": 1001332, + "QuestList": [ + 1001332 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001333": { + "LinearID": 1001333, + "QuestList": [ + 1001333 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001334": { + "LinearID": 1001334, + "QuestList": [ + 1001334 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001335": { + "LinearID": 1001335, + "QuestList": [ + 1001335 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001336": { + "LinearID": 1001336, + "QuestList": [ + 1001336 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001341": { + "LinearID": 1001341, + "QuestList": [ + 1001341 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001342": { + "LinearID": 1001342, + "QuestList": [ + 1001342 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001343": { + "LinearID": 1001343, + "QuestList": [ + 1001343 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001344": { + "LinearID": 1001344, + "QuestList": [ + 1001344 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001345": { + "LinearID": 1001345, + "QuestList": [ + 1001345 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001346": { + "LinearID": 1001346, + "QuestList": [ + 1001346 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001351": { + "LinearID": 1001351, + "QuestList": [ + 1001351 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001352": { + "LinearID": 1001352, + "QuestList": [ + 1001352 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001353": { + "LinearID": 1001353, + "QuestList": [ + 1001353 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001354": { + "LinearID": 1001354, + "QuestList": [ + 1001354 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001355": { + "LinearID": 1001355, + "QuestList": [ + 1001355 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001361": { + "LinearID": 1001361, + "QuestList": [ + 1001361 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001362": { + "LinearID": 1001362, + "QuestList": [ + 1001362 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001363": { + "LinearID": 1001363, + "QuestList": [ + 1001363 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001364": { + "LinearID": 1001364, + "QuestList": [ + 1001364 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001365": { + "LinearID": 1001365, + "QuestList": [ + 1001365 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001366": { + "LinearID": 1001366, + "QuestList": [ + 1001366 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001371": { + "LinearID": 1001371, + "QuestList": [ + 1001371 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001372": { + "LinearID": 1001372, + "QuestList": [ + 1001372 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001373": { + "LinearID": 1001373, + "QuestList": [ + 1001373 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001374": { + "LinearID": 1001374, + "QuestList": [ + 1001374 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001375": { + "LinearID": 1001375, + "QuestList": [ + 1001375 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001381": { + "LinearID": 1001381, + "QuestList": [ + 1001381 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001382": { + "LinearID": 1001382, + "QuestList": [ + 1001382 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001383": { + "LinearID": 1001383, + "QuestList": [ + 1001383 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001384": { + "LinearID": 1001384, + "QuestList": [ + 1001384 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001391": { + "LinearID": 1001391, + "QuestList": [ + 1001391 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001392": { + "LinearID": 1001392, + "QuestList": [ + 1001392 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001393": { + "LinearID": 1001393, + "QuestList": [ + 1001393 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001394": { + "LinearID": 1001394, + "QuestList": [ + 1001394 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001395": { + "LinearID": 1001395, + "QuestList": [ + 1001395 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001521": { + "LinearID": 1001521, + "QuestList": [ + 1001521 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001522": { + "LinearID": 1001522, + "QuestList": [ + 1001522 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001523": { + "LinearID": 1001523, + "QuestList": [ + 1001523 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001526": { + "LinearID": 1001526, + "QuestList": [ + 1001526 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001527": { + "LinearID": 1001527, + "QuestList": [ + 1001527 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001601": { + "LinearID": 1001601, + "QuestList": [ + 1001601 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001602": { + "LinearID": 1001602, + "QuestList": [ + 1001602 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001603": { + "LinearID": 1001603, + "QuestList": [ + 1001603 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001604": { + "LinearID": 1001604, + "QuestList": [ + 1001604 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001605": { + "LinearID": 1001605, + "QuestList": [ + 1001605 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001606": { + "LinearID": 1001606, + "QuestList": [ + 1001606 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001607": { + "LinearID": 1001607, + "QuestList": [ + 1001607 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001608": { + "LinearID": 1001608, + "QuestList": [ + 1001608 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001609": { + "LinearID": 1001609, + "QuestList": [ + 1001609 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001711": { + "LinearID": 1001711, + "QuestList": [ + 1001711 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001712": { + "LinearID": 1001712, + "QuestList": [ + 1001712 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001713": { + "LinearID": 1001713, + "QuestList": [ + 1001713 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001714": { + "LinearID": 1001714, + "QuestList": [ + 1001714 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001715": { + "LinearID": 1001715, + "QuestList": [ + 1001715 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001721": { + "LinearID": 1001721, + "QuestList": [ + 1001721 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001722": { + "LinearID": 1001722, + "QuestList": [ + 1001722 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001723": { + "LinearID": 1001723, + "QuestList": [ + 1001723 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001724": { + "LinearID": 1001724, + "QuestList": [ + 1001724 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001725": { + "LinearID": 1001725, + "QuestList": [ + 1001725 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001731": { + "LinearID": 1001731, + "QuestList": [ + 1001731 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001732": { + "LinearID": 1001732, + "QuestList": [ + 1001732 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001733": { + "LinearID": 1001733, + "QuestList": [ + 1001733 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001734": { + "LinearID": 1001734, + "QuestList": [ + 1001734 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001735": { + "LinearID": 1001735, + "QuestList": [ + 1001735 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001741": { + "LinearID": 1001741, + "QuestList": [ + 1001741 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001742": { + "LinearID": 1001742, + "QuestList": [ + 1001742 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001743": { + "LinearID": 1001743, + "QuestList": [ + 1001743 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001744": { + "LinearID": 1001744, + "QuestList": [ + 1001744 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001745": { + "LinearID": 1001745, + "QuestList": [ + 1001745 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001751": { + "LinearID": 1001751, + "QuestList": [ + 1001751 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001752": { + "LinearID": 1001752, + "QuestList": [ + 1001752 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001753": { + "LinearID": 1001753, + "QuestList": [ + 1001753 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001754": { + "LinearID": 1001754, + "QuestList": [ + 1001754 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001755": { + "LinearID": 1001755, + "QuestList": [ + 1001755 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001761": { + "LinearID": 1001761, + "QuestList": [ + 1001761 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001762": { + "LinearID": 1001762, + "QuestList": [ + 1001762 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001763": { + "LinearID": 1001763, + "QuestList": [ + 1001763 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001764": { + "LinearID": 1001764, + "QuestList": [ + 1001764 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001765": { + "LinearID": 1001765, + "QuestList": [ + 1001765 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001771": { + "LinearID": 1001771, + "QuestList": [ + 1001771 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001772": { + "LinearID": 1001772, + "QuestList": [ + 1001772 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001773": { + "LinearID": 1001773, + "QuestList": [ + 1001773 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001774": { + "LinearID": 1001774, + "QuestList": [ + 1001774 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001775": { + "LinearID": 1001775, + "QuestList": [ + 1001775 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001781": { + "LinearID": 1001781, + "QuestList": [ + 1001781 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001782": { + "LinearID": 1001782, + "QuestList": [ + 1001782 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001783": { + "LinearID": 1001783, + "QuestList": [ + 1001783 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001784": { + "LinearID": 1001784, + "QuestList": [ + 1001784 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001791": { + "LinearID": 1001791, + "QuestList": [ + 1001791 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001792": { + "LinearID": 1001792, + "QuestList": [ + 1001792 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001793": { + "LinearID": 1001793, + "QuestList": [ + 1001793 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001794": { + "LinearID": 1001794, + "QuestList": [ + 1001794 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001795": { + "LinearID": 1001795, + "QuestList": [ + 1001795 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1001796": { + "LinearID": 1001796, + "QuestList": [ + 1001796 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1002001": { + "LinearID": 1002001, + "QuestList": [ + 1002001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1002002": { + "LinearID": 1002002, + "QuestList": [ + 1002002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1002003": { + "LinearID": 1002003, + "QuestList": [ + 1002003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1002004": { + "LinearID": 1002004, + "QuestList": [ + 1002004 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1002005": { + "LinearID": 1002005, + "QuestList": [ + 1002005 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1002006": { + "LinearID": 1002006, + "QuestList": [ + 1002006 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1002007": { + "LinearID": 1002007, + "QuestList": [ + 1002007 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1002008": { + "LinearID": 1002008, + "QuestList": [ + 1002008 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "1002009": { + "LinearID": 1002009, + "QuestList": [ + 1002009 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4000001": { + "LinearID": 4000001, + "QuestList": [ + 4000001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010101": { + "LinearID": 4010101, + "QuestList": [ + 4010101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010102": { + "LinearID": 4010102, + "QuestList": [ + 4010102 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010103": { + "LinearID": 4010103, + "QuestList": [ + 4010103 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010104": { + "LinearID": 4010104, + "QuestList": [ + 4010104 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010105": { + "LinearID": 4010105, + "QuestList": [ + 4010105 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010201": { + "LinearID": 4010201, + "QuestList": [ + 4010201 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010202": { + "LinearID": 4010202, + "QuestList": [ + 4010202 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010203": { + "LinearID": 4010203, + "QuestList": [ + 4010203 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010301": { + "LinearID": 4010301, + "QuestList": [ + 4010301 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010302": { + "LinearID": 4010302, + "QuestList": [ + 4010302 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010303": { + "LinearID": 4010303, + "QuestList": [ + 4010303 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010401": { + "LinearID": 4010401, + "QuestList": [ + 4010401 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010501": { + "LinearID": 4010501, + "QuestList": [ + 4010501 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010502": { + "LinearID": 4010502, + "QuestList": [ + 4010502 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4010503": { + "LinearID": 4010503, + "QuestList": [ + 4010503 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020201": { + "LinearID": 4020201, + "QuestList": [ + 4020201 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020202": { + "LinearID": 4020202, + "QuestList": [ + 4020202 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020203": { + "LinearID": 4020203, + "QuestList": [ + 4020203 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020401": { + "LinearID": 4020401, + "QuestList": [ + 4020401 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020402": { + "LinearID": 4020402, + "QuestList": [ + 4020402 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020403": { + "LinearID": 4020403, + "QuestList": [ + 4020403 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020501": { + "LinearID": 4020501, + "QuestList": [ + 4020501 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020502": { + "LinearID": 4020502, + "QuestList": [ + 4020502 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020601": { + "LinearID": 4020601, + "QuestList": [ + 4020601 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020602": { + "LinearID": 4020602, + "QuestList": [ + 4020602 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020603": { + "LinearID": 4020603, + "QuestList": [ + 4020603 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020701": { + "LinearID": 4020701, + "QuestList": [ + 4020701 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4020702": { + "LinearID": 4020702, + "QuestList": [ + 4020702 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4030101": { + "LinearID": 4030101, + "QuestList": [ + 4030101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4030102": { + "LinearID": 4030102, + "QuestList": [ + 4030102 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4030103": { + "LinearID": 4030103, + "QuestList": [ + 4030103 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4030104": { + "LinearID": 4030104, + "QuestList": [ + 4030104 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040101": { + "LinearID": 4040101, + "QuestList": [ + 4040101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040102": { + "LinearID": 4040102, + "QuestList": [ + 4040102 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040103": { + "LinearID": 4040103, + "QuestList": [ + 4040103 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040201": { + "LinearID": 4040201, + "QuestList": [ + 4040201 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040202": { + "LinearID": 4040202, + "QuestList": [ + 4040202 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040203": { + "LinearID": 4040203, + "QuestList": [ + 4040203 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040301": { + "LinearID": 4040301, + "QuestList": [ + 4040301 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040401": { + "LinearID": 4040401, + "QuestList": [ + 4040401 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040501": { + "LinearID": 4040501, + "QuestList": [ + 4040501 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040601": { + "LinearID": 4040601, + "QuestList": [ + 4040601 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040701": { + "LinearID": 4040701, + "QuestList": [ + 4040701 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040702": { + "LinearID": 4040702, + "QuestList": [ + 4040702 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4040703": { + "LinearID": 4040703, + "QuestList": [ + 4040703 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050101": { + "LinearID": 4050101, + "QuestList": [ + 4050101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050102": { + "LinearID": 4050102, + "QuestList": [ + 4050102 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050103": { + "LinearID": 4050103, + "QuestList": [ + 4050103 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050201": { + "LinearID": 4050201, + "QuestList": [ + 4050201 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050202": { + "LinearID": 4050202, + "QuestList": [ + 4050202 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050203": { + "LinearID": 4050203, + "QuestList": [ + 4050203 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050301": { + "LinearID": 4050301, + "QuestList": [ + 4050301 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050302": { + "LinearID": 4050302, + "QuestList": [ + 4050302 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050303": { + "LinearID": 4050303, + "QuestList": [ + 4050303 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4050305": { + "LinearID": 4050305, + "QuestList": [ + 4050305 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060101": { + "LinearID": 4060101, + "QuestList": [ + 4060101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060102": { + "LinearID": 4060102, + "QuestList": [ + 4060102 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060103": { + "LinearID": 4060103, + "QuestList": [ + 4060103 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060201": { + "LinearID": 4060201, + "QuestList": [ + 4060201 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060202": { + "LinearID": 4060202, + "QuestList": [ + 4060202 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060203": { + "LinearID": 4060203, + "QuestList": [ + 4060203 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060301": { + "LinearID": 4060301, + "QuestList": [ + 4060301 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060302": { + "LinearID": 4060302, + "QuestList": [ + 4060302 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060303": { + "LinearID": 4060303, + "QuestList": [ + 4060303 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060401": { + "LinearID": 4060401, + "QuestList": [ + 4060401 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4060402": { + "LinearID": 4060402, + "QuestList": [ + 4060402 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4080101": { + "LinearID": 4080101, + "QuestList": [ + 4080101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4080102": { + "LinearID": 4080102, + "QuestList": [ + 4080102 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4080201": { + "LinearID": 4080201, + "QuestList": [ + 4080201 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4080202": { + "LinearID": 4080202, + "QuestList": [ + 4080202 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4080203": { + "LinearID": 4080203, + "QuestList": [ + 4080203 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4080301": { + "LinearID": 4080301, + "QuestList": [ + 4080301 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090101": { + "LinearID": 4090101, + "QuestList": [ + 4090101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090102": { + "LinearID": 4090102, + "QuestList": [ + 4090102 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090103": { + "LinearID": 4090103, + "QuestList": [ + 4090103 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090301": { + "LinearID": 4090301, + "QuestList": [ + 4090301 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090302": { + "LinearID": 4090302, + "QuestList": [ + 4090302 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090303": { + "LinearID": 4090303, + "QuestList": [ + 4090303 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090401": { + "LinearID": 4090401, + "QuestList": [ + 4090401 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090402": { + "LinearID": 4090402, + "QuestList": [ + 4090402 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090403": { + "LinearID": 4090403, + "QuestList": [ + 4090403 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090501": { + "LinearID": 4090501, + "QuestList": [ + 4090501 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090502": { + "LinearID": 4090502, + "QuestList": [ + 4090502 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090503": { + "LinearID": 4090503, + "QuestList": [ + 4090503 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090601": { + "LinearID": 4090601, + "QuestList": [ + 4090601 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090602": { + "LinearID": 4090602, + "QuestList": [ + 4090602 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090603": { + "LinearID": 4090603, + "QuestList": [ + 4090603 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090701": { + "LinearID": 4090701, + "QuestList": [ + 4090701 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090702": { + "LinearID": 4090702, + "QuestList": [ + 4090702 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090801": { + "LinearID": 4090801, + "QuestList": [ + 4090801 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090901": { + "LinearID": 4090901, + "QuestList": [ + 4090901 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090902": { + "LinearID": 4090902, + "QuestList": [ + 4090902 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4090903": { + "LinearID": 4090903, + "QuestList": [ + 4090903 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4091001": { + "LinearID": 4091001, + "QuestList": [ + 4091001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4091002": { + "LinearID": 4091002, + "QuestList": [ + 4091002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4091003": { + "LinearID": 4091003, + "QuestList": [ + 4091003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4091301": { + "LinearID": 4091301, + "QuestList": [ + 4091301 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4091302": { + "LinearID": 4091302, + "QuestList": [ + 4091302 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070101": { + "LinearID": 4070101, + "QuestList": [ + 4070101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070201": { + "LinearID": 4070201, + "QuestList": [ + 4070201 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070301": { + "LinearID": 4070301, + "QuestList": [ + 4070301 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070302": { + "LinearID": 4070302, + "QuestList": [ + 4070302 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070401": { + "LinearID": 4070401, + "QuestList": [ + 4070401 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070402": { + "LinearID": 4070402, + "QuestList": [ + 4070402 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070501": { + "LinearID": 4070501, + "QuestList": [ + 4070501 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070502": { + "LinearID": 4070502, + "QuestList": [ + 4070502 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070601": { + "LinearID": 4070601, + "QuestList": [ + 4070601 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070602": { + "LinearID": 4070602, + "QuestList": [ + 4070602 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070603": { + "LinearID": 4070603, + "QuestList": [ + 4070603 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070604": { + "LinearID": 4070604, + "QuestList": [ + 4070604 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070701": { + "LinearID": 4070701, + "QuestList": [ + 4070701 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070702": { + "LinearID": 4070702, + "QuestList": [ + 4070702 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070703": { + "LinearID": 4070703, + "QuestList": [ + 4070703 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070605": { + "LinearID": 4070605, + "QuestList": [ + 4070605 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070801": { + "LinearID": 4070801, + "QuestList": [ + 4070801 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070802": { + "LinearID": 4070802, + "QuestList": [ + 4070802 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070901": { + "LinearID": 4070901, + "QuestList": [ + 4070901 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4070902": { + "LinearID": 4070902, + "QuestList": [ + 4070902 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071001": { + "LinearID": 4071001, + "QuestList": [ + 4071001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071101": { + "LinearID": 4071101, + "QuestList": [ + 4071101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071102": { + "LinearID": 4071102, + "QuestList": [ + 4071102 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071002": { + "LinearID": 4071002, + "QuestList": [ + 4071002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071003": { + "LinearID": 4071003, + "QuestList": [ + 4071003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071004": { + "LinearID": 4071004, + "QuestList": [ + 4071004 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071005": { + "LinearID": 4071005, + "QuestList": [ + 4071005 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071201": { + "LinearID": 4071201, + "QuestList": [ + 4071201 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071202": { + "LinearID": 4071202, + "QuestList": [ + 4071202 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071301": { + "LinearID": 4071301, + "QuestList": [ + 4071301 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071401": { + "LinearID": 4071401, + "QuestList": [ + 4071401 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071402": { + "LinearID": 4071402, + "QuestList": [ + 4071402 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071701": { + "LinearID": 4071701, + "QuestList": [ + 4071701 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071702": { + "LinearID": 4071702, + "QuestList": [ + 4071702 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071703": { + "LinearID": 4071703, + "QuestList": [ + 4071703 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071705": { + "LinearID": 4071705, + "QuestList": [ + 4071705 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "4071706": { + "LinearID": 4071706, + "QuestList": [ + 4071706 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5000001": { + "LinearID": 5000001, + "QuestList": [ + 5000001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5000002": { + "LinearID": 5000002, + "QuestList": [ + 5000002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5000003": { + "LinearID": 5000003, + "QuestList": [ + 5000003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5001001": { + "LinearID": 5001001, + "QuestList": [ + 5001001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5001002": { + "LinearID": 5001002, + "QuestList": [ + 5001002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5001003": { + "LinearID": 5001003, + "QuestList": [ + 5001003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5001004": { + "LinearID": 5001004, + "QuestList": [ + 5001004 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5001005": { + "LinearID": 5001005, + "QuestList": [ + 5001005 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5001007": { + "LinearID": 5001007, + "QuestList": [ + 5001007 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5001008": { + "LinearID": 5001008, + "QuestList": [ + 5001008 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5001009": { + "LinearID": 5001009, + "QuestList": [ + 5001009 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5001010": { + "LinearID": 5001010, + "QuestList": [ + 5001010 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5002001": { + "LinearID": 5002001, + "QuestList": [ + 5002001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5002002": { + "LinearID": 5002002, + "QuestList": [ + 5002002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5002003": { + "LinearID": 5002003, + "QuestList": [ + 5002003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003001": { + "LinearID": 5003001, + "QuestList": [ + 5003001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003002": { + "LinearID": 5003002, + "QuestList": [ + 5003002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003003": { + "LinearID": 5003003, + "QuestList": [ + 5003003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003004": { + "LinearID": 5003004, + "QuestList": [ + 5003004 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003101": { + "LinearID": 5003101, + "QuestList": [ + 5003101 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003102": { + "LinearID": 5003102, + "QuestList": [ + 5003102 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003103": { + "LinearID": 5003103, + "QuestList": [ + 5003103 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003104": { + "LinearID": 5003104, + "QuestList": [ + 5003104 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003105": { + "LinearID": 5003105, + "QuestList": [ + 5003105 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003106": { + "LinearID": 5003106, + "QuestList": [ + 5003106 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003201": { + "LinearID": 5003201, + "QuestList": [ + 5003201 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003202": { + "LinearID": 5003202, + "QuestList": [ + 5003202 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003203": { + "LinearID": 5003203, + "QuestList": [ + 5003203 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003204": { + "LinearID": 5003204, + "QuestList": [ + 5003204 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5003205": { + "LinearID": 5003205, + "QuestList": [ + 5003205 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5010001": { + "LinearID": 5010001, + "QuestList": [ + 5010001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5010002": { + "LinearID": 5010002, + "QuestList": [ + 5010002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5010003": { + "LinearID": 5010003, + "QuestList": [ + 5010003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5010004": { + "LinearID": 5010004, + "QuestList": [ + 5010004 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5010005": { + "LinearID": 5010005, + "QuestList": [ + 5010005 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5010006": { + "LinearID": 5010006, + "QuestList": [ + 5010006 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5010007": { + "LinearID": 5010007, + "QuestList": [ + 5010007 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5010008": { + "LinearID": 5010008, + "QuestList": [ + 5010008 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011002": { + "LinearID": 5011002, + "QuestList": [ + 5011002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011003": { + "LinearID": 5011003, + "QuestList": [ + 5011003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011004": { + "LinearID": 5011004, + "QuestList": [ + 5011004 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011005": { + "LinearID": 5011005, + "QuestList": [ + 5011005 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011006": { + "LinearID": 5011006, + "QuestList": [ + 5011006 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011007": { + "LinearID": 5011007, + "QuestList": [ + 5011007 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011008": { + "LinearID": 5011008, + "QuestList": [ + 5011008 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011009": { + "LinearID": 5011009, + "QuestList": [ + 5011009 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011010": { + "LinearID": 5011010, + "QuestList": [ + 5011010 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5011011": { + "LinearID": 5011011, + "QuestList": [ + 5011011 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5012007": { + "LinearID": 5012007, + "QuestList": [ + 5012007 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5012025": { + "LinearID": 5012025, + "QuestList": [ + 5012025 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5012026": { + "LinearID": 5012026, + "QuestList": [ + 5012026 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5012027": { + "LinearID": 5012027, + "QuestList": [ + 5012027 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5012028": { + "LinearID": 5012028, + "QuestList": [ + 5012028 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5012029": { + "LinearID": 5012029, + "QuestList": [ + 5012029 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5012031": { + "LinearID": 5012031, + "QuestList": [ + 5012031 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5012032": { + "LinearID": 5012032, + "QuestList": [ + 5012032 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5012033": { + "LinearID": 5012033, + "QuestList": [ + 5012033 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013001": { + "LinearID": 5013001, + "QuestList": [ + 5013001 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013002": { + "LinearID": 5013002, + "QuestList": [ + 5013002 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013003": { + "LinearID": 5013003, + "QuestList": [ + 5013003 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013004": { + "LinearID": 5013004, + "QuestList": [ + 5013004 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013005": { + "LinearID": 5013005, + "QuestList": [ + 5013005 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013006": { + "LinearID": 5013006, + "QuestList": [ + 5013006 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013007": { + "LinearID": 5013007, + "QuestList": [ + 5013007 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013008": { + "LinearID": 5013008, + "QuestList": [ + 5013008 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013009": { + "LinearID": 5013009, + "QuestList": [ + 5013009 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013010": { + "LinearID": 5013010, + "QuestList": [ + 5013010 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013011": { + "LinearID": 5013011, + "QuestList": [ + 5013011 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013012": { + "LinearID": 5013012, + "QuestList": [ + 5013012 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013013": { + "LinearID": 5013013, + "QuestList": [ + 5013013 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013015": { + "LinearID": 5013015, + "QuestList": [ + 5013015 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013016": { + "LinearID": 5013016, + "QuestList": [ + 5013016 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013017": { + "LinearID": 5013017, + "QuestList": [ + 5013017 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013018": { + "LinearID": 5013018, + "QuestList": [ + 5013018 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013019": { + "LinearID": 5013019, + "QuestList": [ + 5013019 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013020": { + "LinearID": 5013020, + "QuestList": [ + 5013020 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013021": { + "LinearID": 5013021, + "QuestList": [ + 5013021 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013022": { + "LinearID": 5013022, + "QuestList": [ + 5013022 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013023": { + "LinearID": 5013023, + "QuestList": [ + 5013023 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013024": { + "LinearID": 5013024, + "QuestList": [ + 5013024 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013025": { + "LinearID": 5013025, + "QuestList": [ + 5013025 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013026": { + "LinearID": 5013026, + "QuestList": [ + 5013026 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013027": { + "LinearID": 5013027, + "QuestList": [ + 5013027 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013028": { + "LinearID": 5013028, + "QuestList": [ + 5013028 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013029": { + "LinearID": 5013029, + "QuestList": [ + 5013029 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013031": { + "LinearID": 5013031, + "QuestList": [ + 5013031 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013032": { + "LinearID": 5013032, + "QuestList": [ + 5013032 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013033": { + "LinearID": 5013033, + "QuestList": [ + 5013033 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013034": { + "LinearID": 5013034, + "QuestList": [ + 5013034 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013036": { + "LinearID": 5013036, + "QuestList": [ + 5013036 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013037": { + "LinearID": 5013037, + "QuestList": [ + 5013037 + ], + "MinLevel": 1, + "MaxLevel": 999 + }, + "5013038": { + "LinearID": 5013038, + "QuestList": [ + 5013038 + ], + "MinLevel": 1, + "MaxLevel": 999 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/LoadingDescExcelTable.json b/CrepePackage/src/data/excel/LoadingDescExcelTable.json new file mode 100644 index 0000000..ceaf9fe --- /dev/null +++ b/CrepePackage/src/data/excel/LoadingDescExcelTable.json @@ -0,0 +1,1374 @@ +{ + "10001": { + "ID": 10001, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1099893541 + }, + "DescTextmapID": { + "hash": -1857465032 + }, + "ImagePath": 0 + }, + "10002": { + "ID": 10002, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989814 + }, + "DescTextmapID": { + "hash": -1857465029 + }, + "ImagePath": 0 + }, + "10003": { + "ID": 10003, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -62905873 + }, + "DescTextmapID": { + "hash": -1857465030 + }, + "ImagePath": 10007 + }, + "10004": { + "ID": 10004, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1859408428 + }, + "DescTextmapID": { + "hash": -1857465027 + }, + "ImagePath": 10004 + }, + "10005": { + "ID": 10005, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -869474927 + }, + "DescTextmapID": { + "hash": -1857465028 + }, + "ImagePath": 10002 + }, + "10006": { + "ID": 10006, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 696609014 + }, + "DescTextmapID": { + "hash": -1857465025 + }, + "ImagePath": 10005 + }, + "10007": { + "ID": 10007, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -2032274341 + }, + "DescTextmapID": { + "hash": -1857465026 + }, + "ImagePath": 10006 + }, + "10008": { + "ID": 10008, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -822420760 + }, + "DescTextmapID": { + "hash": -1857465023 + }, + "ImagePath": 10001 + }, + "10009": { + "ID": 10009, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 743663181 + }, + "DescTextmapID": { + "hash": -1857465024 + }, + "ImagePath": 10003 + }, + "10010": { + "ID": 10010, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -466190399 + }, + "DescTextmapID": { + "hash": -291381090 + }, + "ImagePath": 0 + }, + "10011": { + "ID": 10011, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1099893542 + }, + "DescTextmapID": { + "hash": -291381091 + }, + "ImagePath": 0 + }, + "10012": { + "ID": 10012, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989813 + }, + "DescTextmapID": { + "hash": -291381088 + }, + "ImagePath": 0 + }, + "10013": { + "ID": 10013, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": -62905872 + }, + "DescTextmapID": { + "hash": -291381089 + }, + "ImagePath": 0 + }, + "10014": { + "ID": 10014, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": 1859408429 + }, + "DescTextmapID": { + "hash": -291381086 + }, + "ImagePath": 10008 + }, + "10015": { + "ID": 10015, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": -869474926 + }, + "DescTextmapID": { + "hash": -291381087 + }, + "ImagePath": 10008 + }, + "10016": { + "ID": 10016, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": 696609015 + }, + "DescTextmapID": { + "hash": -291381084 + }, + "ImagePath": 10008 + }, + "10017": { + "ID": 10017, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": -2032274340 + }, + "DescTextmapID": { + "hash": -291381085 + }, + "ImagePath": 10008 + }, + "10018": { + "ID": 10018, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": -822420759 + }, + "DescTextmapID": { + "hash": -291381082 + }, + "ImagePath": 10008 + }, + "10019": { + "ID": 10019, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": 743663182 + }, + "DescTextmapID": { + "hash": -291381083 + }, + "ImagePath": 10008 + }, + "10020": { + "ID": 10020, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": -466190398 + }, + "DescTextmapID": { + "hash": 1274702851 + }, + "ImagePath": 10008 + }, + "10022": { + "ID": 10022, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989812 + }, + "DescTextmapID": { + "hash": 1274702853 + }, + "ImagePath": 10008 + }, + "10023": { + "ID": 10023, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010302, + "Weight": 0, + "TitleTextmapID": { + "hash": -62905871 + }, + "DescTextmapID": { + "hash": 1274702852 + }, + "ImagePath": 10008 + }, + "10024": { + "ID": 10024, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010302, + "Weight": 0, + "TitleTextmapID": { + "hash": 1859408430 + }, + "DescTextmapID": { + "hash": 1274702855 + }, + "ImagePath": 10008 + }, + "10025": { + "ID": 10025, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010302, + "Weight": 0, + "TitleTextmapID": { + "hash": -869474925 + }, + "DescTextmapID": { + "hash": 1274702854 + }, + "ImagePath": 10008 + }, + "10026": { + "ID": 10026, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010302, + "Weight": 0, + "TitleTextmapID": { + "hash": 696609016 + }, + "DescTextmapID": { + "hash": 1274702857 + }, + "ImagePath": 10008 + }, + "10027": { + "ID": 10027, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010302, + "Weight": 0, + "TitleTextmapID": { + "hash": -2032274339 + }, + "DescTextmapID": { + "hash": 1274702856 + }, + "ImagePath": 10008 + }, + "10028": { + "ID": 10028, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010302, + "Weight": 0, + "TitleTextmapID": { + "hash": -822420758 + }, + "DescTextmapID": { + "hash": 1274702859 + }, + "ImagePath": 10008 + }, + "10029": { + "ID": 10029, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010302, + "Weight": 0, + "TitleTextmapID": { + "hash": 743663183 + }, + "DescTextmapID": { + "hash": 1274702858 + }, + "ImagePath": 10008 + }, + "10030": { + "ID": 10030, + "MinLevel": 13, + "MaxLevel": 80, + "QuestID": 1010302, + "Weight": 0, + "TitleTextmapID": { + "hash": -466190397 + }, + "DescTextmapID": { + "hash": -1454180504 + }, + "ImagePath": 10008 + }, + "10031": { + "ID": 10031, + "MinLevel": 13, + "MaxLevel": 80, + "QuestID": 1010302, + "Weight": 0, + "TitleTextmapID": { + "hash": 1099893544 + }, + "DescTextmapID": { + "hash": -1454180505 + }, + "ImagePath": 10008 + }, + "10032": { + "ID": 10032, + "MinLevel": 13, + "MaxLevel": 80, + "QuestID": 1011001, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989811 + }, + "DescTextmapID": { + "hash": -1454180502 + }, + "ImagePath": 10008 + }, + "10033": { + "ID": 10033, + "MinLevel": 13, + "MaxLevel": 80, + "QuestID": 1011001, + "Weight": 0, + "TitleTextmapID": { + "hash": -62905870 + }, + "DescTextmapID": { + "hash": -1454180503 + }, + "ImagePath": 10008 + }, + "10034": { + "ID": 10034, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1859408431 + }, + "DescTextmapID": { + "hash": -1454180500 + }, + "ImagePath": 10007 + }, + "10035": { + "ID": 10035, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -869474924 + }, + "DescTextmapID": { + "hash": -1454180501 + }, + "ImagePath": 10004 + }, + "10036": { + "ID": 10036, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 696609017 + }, + "DescTextmapID": { + "hash": -1454180498 + }, + "ImagePath": 10005 + }, + "10037": { + "ID": 10037, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -2032274338 + }, + "DescTextmapID": { + "hash": -1454180499 + }, + "ImagePath": 10006 + }, + "10038": { + "ID": 10038, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -822420757 + }, + "DescTextmapID": { + "hash": -1454180496 + }, + "ImagePath": 10001 + }, + "10039": { + "ID": 10039, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 743663184 + }, + "DescTextmapID": { + "hash": -1454180497 + }, + "ImagePath": 10003 + }, + "10040": { + "ID": 10040, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -466190404 + }, + "DescTextmapID": { + "hash": 111903437 + }, + "ImagePath": 10008 + }, + "10041": { + "ID": 10041, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1099893537 + }, + "DescTextmapID": { + "hash": 111903436 + }, + "ImagePath": 10002 + }, + "10042": { + "ID": 10042, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989818 + }, + "DescTextmapID": { + "hash": 111903439 + }, + "ImagePath": 10008 + }, + "10043": { + "ID": 10043, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -62905877 + }, + "DescTextmapID": { + "hash": 111903438 + }, + "ImagePath": 10008 + }, + "10044": { + "ID": 10044, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1859408424 + }, + "DescTextmapID": { + "hash": 111903441 + }, + "ImagePath": 10008 + }, + "10045": { + "ID": 10045, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -869474931 + }, + "DescTextmapID": { + "hash": 111903440 + }, + "ImagePath": 10007 + }, + "10046": { + "ID": 10046, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 696609010 + }, + "DescTextmapID": { + "hash": 111903443 + }, + "ImagePath": 10001 + }, + "10047": { + "ID": 10047, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -2032274345 + }, + "DescTextmapID": { + "hash": 111903442 + }, + "ImagePath": 10005 + }, + "10048": { + "ID": 10048, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -822420764 + }, + "DescTextmapID": { + "hash": 111903445 + }, + "ImagePath": 10002 + }, + "10049": { + "ID": 10049, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 743663177 + }, + "DescTextmapID": { + "hash": 111903444 + }, + "ImagePath": 10008 + }, + "10050": { + "ID": 10050, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -466190403 + }, + "DescTextmapID": { + "hash": 1677987378 + }, + "ImagePath": 10004 + }, + "10051": { + "ID": 10051, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": 1099893538 + }, + "DescTextmapID": { + "hash": 1677987377 + }, + "ImagePath": 10008 + }, + "10052": { + "ID": 10052, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989817 + }, + "DescTextmapID": { + "hash": 1677987380 + }, + "ImagePath": 10003 + }, + "10053": { + "ID": 10053, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -62905876 + }, + "DescTextmapID": { + "hash": 1677987379 + }, + "ImagePath": 10008 + }, + "10054": { + "ID": 10054, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1859408425 + }, + "DescTextmapID": { + "hash": 1677987382 + }, + "ImagePath": 10008 + }, + "10055": { + "ID": 10055, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -869474930 + }, + "DescTextmapID": { + "hash": 1677987381 + }, + "ImagePath": 10008 + }, + "10056": { + "ID": 10056, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 696609011 + }, + "DescTextmapID": { + "hash": 1677987384 + }, + "ImagePath": 10008 + }, + "10057": { + "ID": 10057, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -2032274344 + }, + "DescTextmapID": { + "hash": 1677987383 + }, + "ImagePath": 10006 + }, + "10058": { + "ID": 10058, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010001, + "Weight": 0, + "TitleTextmapID": { + "hash": -822420763 + }, + "DescTextmapID": { + "hash": 1677987386 + }, + "ImagePath": 10008 + }, + "10059": { + "ID": 10059, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010001, + "Weight": 0, + "TitleTextmapID": { + "hash": 743663178 + }, + "DescTextmapID": { + "hash": 1677987385 + }, + "ImagePath": 10008 + }, + "10060": { + "ID": 10060, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": -466190402 + }, + "DescTextmapID": { + "hash": -1050895977 + }, + "ImagePath": 10008 + }, + "10061": { + "ID": 10061, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010001, + "Weight": 0, + "TitleTextmapID": { + "hash": 1099893539 + }, + "DescTextmapID": { + "hash": -1050895978 + }, + "ImagePath": 10001 + }, + "10062": { + "ID": 10062, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010001, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989816 + }, + "DescTextmapID": { + "hash": -1050895975 + }, + "ImagePath": 10008 + }, + "10063": { + "ID": 10063, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1010001, + "Weight": 0, + "TitleTextmapID": { + "hash": -62905875 + }, + "DescTextmapID": { + "hash": -1050895976 + }, + "ImagePath": 10008 + }, + "10065": { + "ID": 10065, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -869474929 + }, + "DescTextmapID": { + "hash": -1050895974 + }, + "ImagePath": 0 + }, + "10066": { + "ID": 10066, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 696609012 + }, + "DescTextmapID": { + "hash": -1050895971 + }, + "ImagePath": 0 + }, + "10069": { + "ID": 10069, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 743663179 + }, + "DescTextmapID": { + "hash": -1050895970 + }, + "ImagePath": 0 + }, + "10072": { + "ID": 10072, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989815 + }, + "DescTextmapID": { + "hash": 515187966 + }, + "ImagePath": 0 + }, + "10073": { + "ID": 10073, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -62905874 + }, + "DescTextmapID": { + "hash": 515187965 + }, + "ImagePath": 0 + }, + "10074": { + "ID": 10074, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1859408427 + }, + "DescTextmapID": { + "hash": 515187968 + }, + "ImagePath": 10003 + }, + "10075": { + "ID": 10075, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -869474928 + }, + "DescTextmapID": { + "hash": 515187967 + }, + "ImagePath": 10001 + }, + "10076": { + "ID": 10076, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 696609013 + }, + "DescTextmapID": { + "hash": 515187970 + }, + "ImagePath": 10008 + }, + "10077": { + "ID": 10077, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -2032274342 + }, + "DescTextmapID": { + "hash": 515187969 + }, + "ImagePath": 10008 + }, + "10078": { + "ID": 10078, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -822420761 + }, + "DescTextmapID": { + "hash": 515187972 + }, + "ImagePath": 10008 + }, + "10079": { + "ID": 10079, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 743663180 + }, + "DescTextmapID": { + "hash": 515187971 + }, + "ImagePath": 10006 + }, + "10080": { + "ID": 10080, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -466190408 + }, + "DescTextmapID": { + "hash": -1501234671 + }, + "ImagePath": 10004 + }, + "10081": { + "ID": 10081, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1099893533 + }, + "DescTextmapID": { + "hash": -1501234672 + }, + "ImagePath": 10008 + }, + "10082": { + "ID": 10082, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989822 + }, + "DescTextmapID": { + "hash": -1501234669 + }, + "ImagePath": 10008 + }, + "10083": { + "ID": 10083, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -62905881 + }, + "DescTextmapID": { + "hash": -1501234670 + }, + "ImagePath": 0 + }, + "10084": { + "ID": 10084, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1859408420 + }, + "DescTextmapID": { + "hash": -1501234667 + }, + "ImagePath": 0 + }, + "10085": { + "ID": 10085, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -869474935 + }, + "DescTextmapID": { + "hash": -1501234668 + }, + "ImagePath": 10008 + }, + "10086": { + "ID": 10086, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 696609006 + }, + "DescTextmapID": { + "hash": -1501234665 + }, + "ImagePath": 10008 + }, + "10087": { + "ID": 10087, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -2032274349 + }, + "DescTextmapID": { + "hash": -1501234666 + }, + "ImagePath": 10008 + }, + "10088": { + "ID": 10088, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -822420768 + }, + "DescTextmapID": { + "hash": -1501234663 + }, + "ImagePath": 10008 + }, + "10089": { + "ID": 10089, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 743663173 + }, + "DescTextmapID": { + "hash": -1501234664 + }, + "ImagePath": 10008 + }, + "10090": { + "ID": 10090, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": -466190407 + }, + "DescTextmapID": { + "hash": 64849270 + }, + "ImagePath": 10008 + }, + "10091": { + "ID": 10091, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "Weight": 0, + "TitleTextmapID": { + "hash": 1099893534 + }, + "DescTextmapID": { + "hash": 64849269 + }, + "ImagePath": 10008 + }, + "10092": { + "ID": 10092, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 0, + "TitleTextmapID": { + "hash": -1628989821 + }, + "DescTextmapID": { + "hash": 64849272 + }, + "ImagePath": 10008 + }, + "10093": { + "ID": 10093, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": -62905880 + }, + "DescTextmapID": { + "hash": 64849271 + }, + "ImagePath": 0 + }, + "10095": { + "ID": 10095, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": -869474934 + }, + "DescTextmapID": { + "hash": 64849273 + }, + "ImagePath": 0 + }, + "10096": { + "ID": 10096, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": 696609007 + }, + "DescTextmapID": { + "hash": 64849276 + }, + "ImagePath": 0 + }, + "10097": { + "ID": 10097, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": -2032274348 + }, + "DescTextmapID": { + "hash": 64849275 + }, + "ImagePath": 0 + }, + "10098": { + "ID": 10098, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": -822420767 + }, + "DescTextmapID": { + "hash": 64849278 + }, + "ImagePath": 0 + }, + "10099": { + "ID": 10099, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": 743663174 + }, + "DescTextmapID": { + "hash": 64849277 + }, + "ImagePath": 0 + }, + "10100": { + "ID": 10100, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": 1120096517 + }, + "DescTextmapID": { + "hash": -1857465000 + }, + "ImagePath": 0 + }, + "10101": { + "ID": 10101, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": -445987424 + }, + "DescTextmapID": { + "hash": -1857464999 + }, + "ImagePath": 0 + }, + "10102": { + "ID": 10102, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": -42702897 + }, + "DescTextmapID": { + "hash": -1857464998 + }, + "ImagePath": 0 + }, + "10103": { + "ID": 10103, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": -1608786838 + }, + "DescTextmapID": { + "hash": -1857464997 + }, + "ImagePath": 0 + }, + "10104": { + "ID": 10104, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": -849271951 + }, + "DescTextmapID": { + "hash": -1857464996 + }, + "ImagePath": 0 + }, + "10105": { + "ID": 10105, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 1000401, + "Weight": 20, + "TitleTextmapID": { + "hash": 1879611404 + }, + "DescTextmapID": { + "hash": -1857464995 + }, + "ImagePath": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/LoadingImageExcelTable.json b/CrepePackage/src/data/excel/LoadingImageExcelTable.json new file mode 100644 index 0000000..d5462ac --- /dev/null +++ b/CrepePackage/src/data/excel/LoadingImageExcelTable.json @@ -0,0 +1,58 @@ +{ + "10001": { + "ID": 10001, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "ImagePath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsKnight.png" + }, + "10002": { + "ID": 10002, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "ImagePath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsnMage.png" + }, + "10003": { + "ID": 10003, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "ImagePath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsPirest.png" + }, + "10004": { + "ID": 10004, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "ImagePath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsRogue.png" + }, + "10005": { + "ID": 10005, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "ImagePath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsShaman.png" + }, + "10006": { + "ID": 10006, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "ImagePath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsWarlock.png" + }, + "10007": { + "ID": 10007, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "ImagePath": "SpriteOutput/AvatarProfessionTattoo/Profession/BgPathsWarrior.png" + }, + "10008": { + "ID": 10008, + "MinLevel": 1, + "MaxLevel": 80, + "QuestID": 0, + "ImagePath": "SpriteOutput/UI/Loading/LoadingIcon.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MainMissionExcelTable.json b/CrepePackage/src/data/excel/MainMissionExcelTable.json new file mode 100644 index 0000000..697d865 --- /dev/null +++ b/CrepePackage/src/data/excel/MainMissionExcelTable.json @@ -0,0 +1,14440 @@ +{ + "9016": { + "MainMissionID": 9016, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -120142334 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901601 + ], + "FinishSubMissionList": [ + 901602 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9017": { + "MainMissionID": 9017, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1445941607 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901701 + ], + "FinishSubMissionList": [ + 901701 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "90001": { + "MainMissionID": 90001, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 458496764 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909010101 + ], + "FinishSubMissionList": [ + 909010101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 999001 + }, + "90002": { + "MainMissionID": 90002, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 458496767 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909010201 + ], + "FinishSubMissionList": [ + 909010201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 999001 + }, + "90003": { + "MainMissionID": 90003, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 458496766 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909010301 + ], + "FinishSubMissionList": [ + 909010301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 999002 + }, + "4010101": { + "MainMissionID": 4010101, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010507 + ], + "Name": { + "hash": -1336690615 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 19, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PlayerLevel", + "TakeOperation": "None", + "BeginParamInt1": 20, + "BeginDesc": { + "hash": -2134891169 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401010101 + ], + "FinishSubMissionList": [ + 401010101 + ], + "NextTrackMainMission": 1011001, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 14010101, + "DisplayRewardID": 14010101, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010102": { + "MainMissionID": 4010102, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690614 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 29, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PlayerLevel", + "TakeOperation": "None", + "BeginParamInt1": 30, + "BeginDesc": { + "hash": 1756791600 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401010201 + ], + "FinishSubMissionList": [ + 401010201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 14010102, + "DisplayRewardID": 14010102, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010103": { + "MainMissionID": 4010103, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690613 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 39, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PlayerLevel", + "TakeOperation": "None", + "BeginParamInt1": 40, + "BeginDesc": { + "hash": -972091755 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401010301 + ], + "FinishSubMissionList": [ + 401010301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 14010103, + "DisplayRewardID": 14010103, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010104": { + "MainMissionID": 4010104, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690620 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 40, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PlayerLevel", + "TakeOperation": "None", + "BeginParamInt1": 50, + "BeginDesc": { + "hash": -1375376282 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401010401 + ], + "FinishSubMissionList": [ + 401010401 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 14010104, + "DisplayRewardID": 14010104, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010105": { + "MainMissionID": 4010105, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690619 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401010502 + ], + "FinishSubMissionList": [ + 401010501 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 14010105, + "DisplayRewardID": 14010105, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010106": { + "MainMissionID": 4010106, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690618 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401010602 + ], + "FinishSubMissionList": [ + 401010601 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010107": { + "MainMissionID": 4010107, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690617 + }, + "TakeTypeA": "Auto", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401010701 + ], + "FinishSubMissionList": [ + 401010701 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010108": { + "MainMissionID": 4010108, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690624 + }, + "TakeTypeA": "Auto", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401010801 + ], + "FinishSubMissionList": [ + 401010801 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010109": { + "MainMissionID": 4010109, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690623 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401010901 + ], + "FinishSubMissionList": [ + 401010901 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010110": { + "MainMissionID": 4010110, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229393325 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 10, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401011001 + ], + "FinishSubMissionList": [ + 401011001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010111": { + "MainMissionID": 4010111, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229393326 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 15, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401011101 + ], + "FinishSubMissionList": [ + 401011101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010112": { + "MainMissionID": 4010112, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229393327 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 22, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401011201 + ], + "FinishSubMissionList": [ + 401011201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010113": { + "MainMissionID": 4010113, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229393328 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 21, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401011301 + ], + "FinishSubMissionList": [ + 401011301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010114": { + "MainMissionID": 4010114, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229393321 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401011401 + ], + "FinishSubMissionList": [ + 401011403 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 14010114, + "DisplayRewardID": 14010114, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010115": { + "MainMissionID": 4010115, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229393322 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401011501 + ], + "FinishSubMissionList": [ + 401011502 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 14010115, + "DisplayRewardID": 14010115, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010116": { + "MainMissionID": 4010116, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229393323 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 13, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401011601, + 401011603 + ], + "FinishSubMissionList": [ + 401011602 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 14010116, + "DisplayRewardID": 14010116, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010117": { + "MainMissionID": 4010117, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229393324 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401011701 + ], + "FinishSubMissionList": [ + 401011702 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 14010117, + "DisplayRewardID": 14010117, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010118": { + "MainMissionID": 4010118, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 4010117 + ], + "Name": { + "hash": 229393317 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401011703 + ], + "FinishSubMissionList": [ + 401011704 + ], + "NextTrackMainMission": 0, + "TrackWeight": 30, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010201": { + "MainMissionID": 3010201, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659067 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301020101 + ], + "FinishSubMissionList": [ + 301020101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010215": { + "MainMissionID": 3010215, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 3010216, + 3010217, + 3010218, + 3010219, + 3010220 + ], + "Name": { + "hash": 229424878 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021501 + ], + "FinishSubMissionList": [ + 301021501 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010202": { + "MainMissionID": 3010202, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659066 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301020201 + ], + "FinishSubMissionList": [ + 301020202 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010203": { + "MainMissionID": 3010203, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659065 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301020301 + ], + "FinishSubMissionList": [ + 301020302 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010204": { + "MainMissionID": 3010204, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659064 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301020401 + ], + "FinishSubMissionList": [ + 301020402 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010205": { + "MainMissionID": 3010205, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659063 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301020501 + ], + "FinishSubMissionList": [ + 301020502 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010206": { + "MainMissionID": 3010206, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659062 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301020601 + ], + "FinishSubMissionList": [ + 301020602 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010207": { + "MainMissionID": 3010207, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659061 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301020701 + ], + "FinishSubMissionList": [ + 301020702 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010208": { + "MainMissionID": 3010208, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659076 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301020801 + ], + "FinishSubMissionList": [ + 301020802 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010209": { + "MainMissionID": 3010209, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659075 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301020901 + ], + "FinishSubMissionList": [ + 301020902 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010210": { + "MainMissionID": 3010210, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229424873 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021001 + ], + "FinishSubMissionList": [ + 301021002 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010211": { + "MainMissionID": 3010211, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229424874 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021101 + ], + "FinishSubMissionList": [ + 301021102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010212": { + "MainMissionID": 3010212, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229424875 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021201 + ], + "FinishSubMissionList": [ + 301021202 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010213": { + "MainMissionID": 3010213, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229424876 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021301 + ], + "FinishSubMissionList": [ + 301021302 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010214": { + "MainMissionID": 3010214, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229424877 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021401 + ], + "FinishSubMissionList": [ + 301021402 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010216": { + "MainMissionID": 3010216, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229424879 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021601 + ], + "FinishSubMissionList": [ + 301021601 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010217": { + "MainMissionID": 3010217, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229424880 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021701 + ], + "FinishSubMissionList": [ + 301021701 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010218": { + "MainMissionID": 3010218, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229424865 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021801 + ], + "FinishSubMissionList": [ + 301021801 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010219": { + "MainMissionID": 3010219, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229424866 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301021901 + ], + "FinishSubMissionList": [ + 301021901 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010220": { + "MainMissionID": 3010220, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795508814 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301022001 + ], + "FinishSubMissionList": [ + 301022001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3000101": { + "MainMissionID": 3000101, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336655897 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 300010101 + ], + "FinishSubMissionList": [ + 300010102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3000201": { + "MainMissionID": 3000201, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336655868 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 300020101 + ], + "FinishSubMissionList": [ + 300020102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3000521": { + "MainMissionID": 3000521, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795512117 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 300052101 + ], + "FinishSubMissionList": [ + 300052103 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3000522": { + "MainMissionID": 3000522, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795512114 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 300052201 + ], + "FinishSubMissionList": [ + 300052203 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3000523": { + "MainMissionID": 3000523, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795512115 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 300052301 + ], + "FinishSubMissionList": [ + 300052303 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3000524": { + "MainMissionID": 3000524, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795512112 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 300052401 + ], + "FinishSubMissionList": [ + 300052403 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3000525": { + "MainMissionID": 3000525, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795512113 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 300052501 + ], + "FinishSubMissionList": [ + 300052503 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3000526": { + "MainMissionID": 3000526, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795512110 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 300052601 + ], + "FinishSubMissionList": [ + 300052603 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3000527": { + "MainMissionID": 3000527, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795512111 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 300052701 + ], + "FinishSubMissionList": [ + 300052703 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010102": { + "MainMissionID": 3010102, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659035 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301010201 + ], + "FinishSubMissionList": [ + 301010203 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010301": { + "MainMissionID": 3010301, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659100 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301030101 + ], + "FinishSubMissionList": [ + 301030102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010303": { + "MainMissionID": 3010303, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659098 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301030301 + ], + "FinishSubMissionList": [ + 301030303 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010421": { + "MainMissionID": 3010421, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795509013 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301042101 + ], + "FinishSubMissionList": [ + 301042103 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010422": { + "MainMissionID": 3010422, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795509010 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301042201 + ], + "FinishSubMissionList": [ + 301042203 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010423": { + "MainMissionID": 3010423, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795509011 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301042301 + ], + "FinishSubMissionList": [ + 301042308 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010501": { + "MainMissionID": 3010501, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336658904 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301050101 + ], + "FinishSubMissionList": [ + 301050102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010503": { + "MainMissionID": 3010503, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336658904 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301050301 + ], + "FinishSubMissionList": [ + 301050303 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010701": { + "MainMissionID": 3010701, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336658968 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301070101 + ], + "FinishSubMissionList": [ + 301070102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3010901": { + "MainMissionID": 3010901, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336659298 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301090101 + ], + "FinishSubMissionList": [ + 301090102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3011011": { + "MainMissionID": 3011011, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1316456025 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301101101 + ], + "FinishSubMissionList": [ + 301101104 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3011012": { + "MainMissionID": 3011012, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1316456028 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301101201 + ], + "FinishSubMissionList": [ + 301101205 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3011013": { + "MainMissionID": 3011013, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1316456027 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301101301 + ], + "FinishSubMissionList": [ + 301101305 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3011111": { + "MainMissionID": 3011111, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1316456058 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301111101 + ], + "FinishSubMissionList": [ + 301111102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3011112": { + "MainMissionID": 3011112, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1316456059 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301111201 + ], + "FinishSubMissionList": [ + 301111204 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3011113": { + "MainMissionID": 3011113, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1316456060 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301111301 + ], + "FinishSubMissionList": [ + 301111305 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "3011301": { + "MainMissionID": 3011301, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 249627817 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 32, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 301130101 + ], + "FinishSubMissionList": [ + 301130102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010501": { + "MainMissionID": 4010501, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690747 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 22, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401050101 + ], + "FinishSubMissionList": [ + 401050101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4010302": { + "MainMissionID": 4010302, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336690552 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 22, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401030201 + ], + "FinishSubMissionList": [ + 401030202 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "4019901": { + "MainMissionID": 4019901, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -879703970 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 22, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 401990101 + ], + "FinishSubMissionList": [ + 401990102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010231": { + "MainMissionID": 6010231, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -933334313 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601023101 + ], + "FinishSubMissionList": [ + 601023109 + ], + "NextTrackMainMission": 6010232, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010232": { + "MainMissionID": 6010232, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [ + 6010237, + 6010236, + 6010250 + ], + "Name": { + "hash": -933334310 + }, + "TakeTypeA": "MultiEvent", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 100069 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601023202, + 601023203, + 601023204, + 601023205, + 601023206 + ], + "FinishSubMissionList": [ + 601023207 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010233": { + "MainMissionID": 6010233, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -933334311 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601023301 + ], + "FinishSubMissionList": [ + 601023306 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010234": { + "MainMissionID": 6010234, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -933334316 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601023401, + 601023406 + ], + "FinishSubMissionList": [ + 601023407 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010235": { + "MainMissionID": 6010235, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -933334317 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601023501 + ], + "FinishSubMissionList": [ + 601023505 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010236": { + "MainMissionID": 6010236, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -933334314 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601023601 + ], + "FinishSubMissionList": [ + 601023603 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010237": { + "MainMissionID": 6010237, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -933334315 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601023701 + ], + "FinishSubMissionList": [ + 601023703 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010238": { + "MainMissionID": 6010238, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [ + 6010240 + ], + "Name": { + "hash": -933334320 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601023801, + 601023809 + ], + "FinishSubMissionList": [ + 601023803 + ], + "NextTrackMainMission": 6010240, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010239": { + "MainMissionID": 6010239, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -933334321 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601023902, + 601023903 + ], + "FinishSubMissionList": [ + 601023907 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010240": { + "MainMissionID": 6010240, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [ + 6010239 + ], + "Name": { + "hash": 988979989 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601024002 + ], + "FinishSubMissionList": [ + 601024004 + ], + "NextTrackMainMission": 6010239, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010241": { + "MainMissionID": 6010241, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [ + 6010242 + ], + "Name": { + "hash": 988979988 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601024101, + 601024102 + ], + "FinishSubMissionList": [ + 601024110 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010242": { + "MainMissionID": 6010242, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 988979991 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PrestigeLevel", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": -1774094479 + }, + "BeginParamIntList": [ + 101, + 4 + ], + "StartSubMissionList": [ + 601024208, + 601024201 + ], + "FinishSubMissionList": [ + 601024207 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010243": { + "MainMissionID": 6010243, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 988979990 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601024301, + 601024318, + 601024319, + 601024320 + ], + "FinishSubMissionList": [ + 601024317 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010244": { + "MainMissionID": 6010244, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 988979985 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601024401 + ], + "FinishSubMissionList": [ + 601024407 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010250": { + "MainMissionID": 6010250, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010234 + ], + "Name": { + "hash": -1739903366 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601025001 + ], + "FinishSubMissionList": [ + 601025001 + ], + "NextTrackMainMission": 6010234, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010251": { + "MainMissionID": 6010251, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010238 + ], + "Name": { + "hash": -1739903367 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601025101 + ], + "FinishSubMissionList": [ + 601025101 + ], + "NextTrackMainMission": 6010238, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010252": { + "MainMissionID": 6010252, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010253 + ], + "Name": { + "hash": -1739903364 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601025201, + 601025204, + 601025207 + ], + "FinishSubMissionList": [ + 601025203 + ], + "NextTrackMainMission": 6010253, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010253": { + "MainMissionID": 6010253, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010254 + ], + "Name": { + "hash": -1739903365 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601025302, + 601025306, + 601025310 + ], + "FinishSubMissionList": [ + 601025310 + ], + "NextTrackMainMission": 6010254, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010254": { + "MainMissionID": 6010254, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1739903370 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601025401, + 601025402, + 601025403, + 601025404, + 601025405 + ], + "FinishSubMissionList": [ + 601025401 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010255": { + "MainMissionID": 6010255, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1739903371 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601025501, + 601025502, + 601025503, + 601025504 + ], + "FinishSubMissionList": [ + 601025501 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010261": { + "MainMissionID": 6010261, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -173819426 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601026101 + ], + "FinishSubMissionList": [ + 601026101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010262": { + "MainMissionID": 6010262, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -173819423 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 6010261 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601026201 + ], + "FinishSubMissionList": [ + 601026201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010263": { + "MainMissionID": 6010263, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -173819424 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 6010262 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601026301 + ], + "FinishSubMissionList": [ + 601026301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010264": { + "MainMissionID": 6010264, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -173819429 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 6010263 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601026401 + ], + "FinishSubMissionList": [ + 601026401 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010265": { + "MainMissionID": 6010265, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -173819430 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601026501 + ], + "FinishSubMissionList": [ + 601026501 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010266": { + "MainMissionID": 6010266, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -173819427 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 6010265 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601026601 + ], + "FinishSubMissionList": [ + 601026601 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010101": { + "MainMissionID": 9010101, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337018404 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 22, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901010101 + ], + "FinishSubMissionList": [ + 901010101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 10, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010201": { + "MainMissionID": 9010201, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337018305 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 9010101 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 22, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901020101 + ], + "FinishSubMissionList": [ + 901020101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 10, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010301": { + "MainMissionID": 9010301, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 9010401 + ], + "Name": { + "hash": -1337018338 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 9010201 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 22, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901030101 + ], + "FinishSubMissionList": [ + 901030101 + ], + "NextTrackMainMission": 9010401, + "TrackWeight": 10, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010401": { + "MainMissionID": 9010401, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337018239 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901040101 + ], + "FinishSubMissionList": [ + 901040101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 10, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010501": { + "MainMissionID": 9010501, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337018272 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 9010401 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 22, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901050101 + ], + "FinishSubMissionList": [ + 901050101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 10, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010202": { + "MainMissionID": 9010202, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337018308 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901020201 + ], + "FinishSubMissionList": [ + 901020201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010203": { + "MainMissionID": 9010203, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337018307 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901020301 + ], + "FinishSubMissionList": [ + 901020302 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010204": { + "MainMissionID": 9010204, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337018302 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901020401 + ], + "FinishSubMissionList": [ + 901020402 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010205": { + "MainMissionID": 9010205, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337018301 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901020501 + ], + "FinishSubMissionList": [ + 901020501 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010207": { + "MainMissionID": 9010207, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 9010208 + ], + "Name": { + "hash": -1337018303 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901020701 + ], + "FinishSubMissionList": [ + 901020705 + ], + "NextTrackMainMission": 9010208, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010208": { + "MainMissionID": 9010208, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337018298 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901020801 + ], + "FinishSubMissionList": [ + 901020804 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010210": { + "MainMissionID": 9010210, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 9010211 + ], + "Name": { + "hash": 229065635 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901021001 + ], + "FinishSubMissionList": [ + 901021001 + ], + "NextTrackMainMission": 9010211, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010211": { + "MainMissionID": 9010211, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229065636 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901021101 + ], + "FinishSubMissionList": [ + 901021104 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010270": { + "MainMissionID": 9010270, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 9010271 + ], + "Name": { + "hash": 1391865049 + }, + "TakeTypeA": "MultiEvent", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 100030 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901027001 + ], + "FinishSubMissionList": [ + 901027004 + ], + "NextTrackMainMission": 9010271, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010271": { + "MainMissionID": 9010271, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1391865050 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901027101 + ], + "FinishSubMissionList": [ + 901027102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010201": { + "MainMissionID": 6010201, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618840 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601020101 + ], + "FinishSubMissionList": [ + 601020113 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010202": { + "MainMissionID": 6010202, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618837 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 2, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601020201 + ], + "FinishSubMissionList": [ + 601020204 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010203": { + "MainMissionID": 6010203, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618838 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 2, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601020301 + ], + "FinishSubMissionList": [ + 601020307 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010204": { + "MainMissionID": 6010204, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618843 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 2, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601020401 + ], + "FinishSubMissionList": [ + 601020403 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010205": { + "MainMissionID": 6010205, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618844 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 2, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601020501 + ], + "FinishSubMissionList": [ + 601020504 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010206": { + "MainMissionID": 6010206, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618841 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 2, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601020601 + ], + "FinishSubMissionList": [ + 601020604 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010207": { + "MainMissionID": 6010207, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618842 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601020701 + ], + "FinishSubMissionList": [ + 601020703 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010208": { + "MainMissionID": 6010208, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618847 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601020801 + ], + "FinishSubMissionList": [ + 601020802 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010209": { + "MainMissionID": 6010209, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [ + 6010201, + 6010202, + 6010203, + 6010204, + 6010205, + 6010207, + 6010208, + 6010206 + ], + "Name": { + "hash": -1336618848 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PlayerLevel", + "TakeOperation": "None", + "BeginParamInt1": 22, + "BeginDesc": { + "hash": -564240894 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601020901 + ], + "FinishSubMissionList": [ + 601020902 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010210": { + "MainMissionID": 6010210, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [ + 6010225 + ], + "Name": { + "hash": 229465102 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021001 + ], + "FinishSubMissionList": [ + 601021002 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010211": { + "MainMissionID": 6010211, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [ + 6010226 + ], + "Name": { + "hash": 229465101 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021101 + ], + "FinishSubMissionList": [ + 601021102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010212": { + "MainMissionID": 6010212, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [ + 6010223 + ], + "Name": { + "hash": 229465104 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PlayerLevel", + "TakeOperation": "None", + "BeginParamInt1": 22, + "BeginDesc": { + "hash": -1774094474 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021201 + ], + "FinishSubMissionList": [ + 601021201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010213": { + "MainMissionID": 6010213, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229465103 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021301 + ], + "FinishSubMissionList": [ + 601021303 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010214": { + "MainMissionID": 6010214, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229465098 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021401 + ], + "FinishSubMissionList": [ + 601021403 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010215": { + "MainMissionID": 6010215, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229465097 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021501 + ], + "FinishSubMissionList": [ + 601021505 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010216": { + "MainMissionID": 6010216, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229465100 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021601 + ], + "FinishSubMissionList": [ + 601021605 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010217": { + "MainMissionID": 6010217, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229465099 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021701 + ], + "FinishSubMissionList": [ + 601021702 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010218": { + "MainMissionID": 6010218, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229465094 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021801 + ], + "FinishSubMissionList": [ + 601021806 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010219": { + "MainMissionID": 6010219, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229465093 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601021901 + ], + "FinishSubMissionList": [ + 601021903 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010220": { + "MainMissionID": 6010220, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795549043 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601022001 + ], + "FinishSubMissionList": [ + 601022001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010221": { + "MainMissionID": 6010221, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 202, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795549042 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601022101 + ], + "FinishSubMissionList": [ + 601022110 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010222": { + "MainMissionID": 6010222, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010224, + 6010210, + 6010211 + ], + "Name": { + "hash": 1795549045 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PrestigeLevel", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [ + 101, + 1 + ], + "StartSubMissionList": [ + 601022201 + ], + "FinishSubMissionList": [ + 601022222 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 16010222, + "DisplayRewardID": 16010222, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010223": { + "MainMissionID": 6010223, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795549044 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601022301 + ], + "FinishSubMissionList": [ + 601022304 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 16010223, + "DisplayRewardID": 16010223, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010224": { + "MainMissionID": 6010224, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010212, + 6010209 + ], + "Name": { + "hash": 1795549039 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601022401 + ], + "FinishSubMissionList": [ + 601022429 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 16010224, + "DisplayRewardID": 16010224, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010225": { + "MainMissionID": 6010225, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795549038 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "MultiSequence", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [ + 6010224 + ], + "StartSubMissionList": [ + 601022501 + ], + "FinishSubMissionList": [ + 601022503 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010226": { + "MainMissionID": 6010226, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795549041 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "MultiSequence", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [ + 6010224 + ], + "StartSubMissionList": [ + 601022601 + ], + "FinishSubMissionList": [ + 601022603 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010401": { + "MainMissionID": 6010401, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010402 + ], + "Name": { + "hash": -1336618906 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601040101, + 601040102, + 601040103 + ], + "FinishSubMissionList": [ + 601040116 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010402": { + "MainMissionID": 6010402, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010403 + ], + "Name": { + "hash": -1336618907 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601040201 + ], + "FinishSubMissionList": [ + 601040208 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010403": { + "MainMissionID": 6010403, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618908 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601040301 + ], + "FinishSubMissionList": [ + 601040306 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010901": { + "MainMissionID": 6010901, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010902 + ], + "Name": { + "hash": -1336619005 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601090101 + ], + "FinishSubMissionList": [ + 601090111 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010902": { + "MainMissionID": 6010902, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336619008 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601090201 + ], + "FinishSubMissionList": [ + 601090205 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 2000133, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010903": { + "MainMissionID": 6010903, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336619007 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 6010902 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601090310 + ], + "FinishSubMissionList": [ + 601090305 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 2000133, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010904": { + "MainMissionID": 6010904, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336619010 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 6010903 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601090410 + ], + "FinishSubMissionList": [ + 601090406 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 2000133, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010905": { + "MainMissionID": 6010905, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336619009 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 6010904 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601090510 + ], + "FinishSubMissionList": [ + 601090505 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 2000133, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010906": { + "MainMissionID": 6010906, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 6010907 + ], + "Name": { + "hash": -1336619012 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 6010905 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601090610 + ], + "FinishSubMissionList": [ + 601090605 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 2000133, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010907": { + "MainMissionID": 6010907, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336619011 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601090701 + ], + "FinishSubMissionList": [ + 601090703 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010908": { + "MainMissionID": 6010908, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618998 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601090801 + ], + "FinishSubMissionList": [ + 601090803 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010909": { + "MainMissionID": 6010909, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336618997 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601090901 + ], + "FinishSubMissionList": [ + 601090903 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010910": { + "MainMissionID": 6010910, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229464935 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601091001 + ], + "FinishSubMissionList": [ + 601091005 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010912": { + "MainMissionID": 6010912, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229464933 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601091201 + ], + "FinishSubMissionList": [ + 601091204 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010913": { + "MainMissionID": 6010913, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229464934 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601091301 + ], + "FinishSubMissionList": [ + 601091309 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010212": { + "MainMissionID": 9010212, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 9010213 + ], + "Name": { + "hash": 229065633 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901021201 + ], + "FinishSubMissionList": [ + 901021201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010213": { + "MainMissionID": 9010213, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 9010214, + 9010215 + ], + "Name": { + "hash": 229065634 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901021301 + ], + "FinishSubMissionList": [ + 901021302 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010214": { + "MainMissionID": 9010214, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 9010216 + ], + "Name": { + "hash": 229065639 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901021401 + ], + "FinishSubMissionList": [ + 901021403 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010215": { + "MainMissionID": 9010215, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229065640 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901021501 + ], + "FinishSubMissionList": [ + 901021501 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010216": { + "MainMissionID": 9010216, + "Type": "Daily", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229065637 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901021601 + ], + "FinishSubMissionList": [ + 901021601 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010218": { + "MainMissionID": 9010218, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229065643 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901021801 + ], + "FinishSubMissionList": [ + 901021803 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 2000089, + "DisplayRewardID": 2000089, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010219": { + "MainMissionID": 9010219, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229065644 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901021901 + ], + "FinishSubMissionList": [ + 901021903 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010220": { + "MainMissionID": 9010220, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795149576 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901022001 + ], + "FinishSubMissionList": [ + 901022001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9099901": { + "MainMissionID": 9099901, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -880023047 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 101, + 2 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PrestigeLevel", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 1268554119 + }, + "BeginParamIntList": [ + 101, + 2 + ], + "StartSubMissionList": [ + 909990101 + ], + "FinishSubMissionList": [ + 909990101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9099902": { + "MainMissionID": 9099902, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -880023044 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 101, + 3 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PrestigeLevel", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": -297529822 + }, + "BeginParamIntList": [ + 101, + 3 + ], + "StartSubMissionList": [ + 909990201 + ], + "FinishSubMissionList": [ + 909990201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9099903": { + "MainMissionID": 9099903, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -880023045 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909990301, + 909990302, + 909990305 + ], + "FinishSubMissionList": [ + 909990305 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9099904": { + "MainMissionID": 9099904, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -880023042 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 191, + 2 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909990401 + ], + "FinishSubMissionList": [ + 909990401 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9099905": { + "MainMissionID": 9099905, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -880023043 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 192, + 3 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909990501 + ], + "FinishSubMissionList": [ + 909990501 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9099906": { + "MainMissionID": 9099906, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -880023040 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909990601 + ], + "FinishSubMissionList": [ + 909990601 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9099907": { + "MainMissionID": 9099907, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -880023041 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909990701 + ], + "FinishSubMissionList": [ + 909990701 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9099908": { + "MainMissionID": 9099908, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -880023038 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909990801 + ], + "FinishSubMissionList": [ + 909990801 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9099913": { + "MainMissionID": 9099913, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1848860310 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 909991301 + ], + "FinishSubMissionList": [ + 909991301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000101": { + "MainMissionID": 1000101, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000201 + ], + "Name": { + "hash": -1336727771 + }, + "TakeTypeA": "Auto", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100010102 + ], + "FinishSubMissionList": [ + 100020103 + ], + "NextTrackMainMission": 1000201, + "TrackWeight": 20, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000101, + "DisplayRewardID": 11000101, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000111": { + "MainMissionID": 1000111, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229356170 + }, + "TakeTypeA": "Auto", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100010190 + ], + "FinishSubMissionList": [ + 100010190 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000112": { + "MainMissionID": 1000112, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229356171 + }, + "TakeTypeA": "Auto", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100010191 + ], + "FinishSubMissionList": [ + 100010191 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000113": { + "MainMissionID": 1000113, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229356172 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100011301 + ], + "FinishSubMissionList": [ + 100011301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000410": { + "MainMissionID": 1000410, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229356398 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100041001 + ], + "FinishSubMissionList": [ + 100041001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000510": { + "MainMissionID": 1000510, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229356301 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100051001 + ], + "FinishSubMissionList": [ + 100051001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000201": { + "MainMissionID": 1000201, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000204 + ], + "Name": { + "hash": -1336727610 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100020104 + ], + "FinishSubMissionList": [ + 100020109 + ], + "NextTrackMainMission": 1000204, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000201, + "DisplayRewardID": 11000203, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000204": { + "MainMissionID": 1000204, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000202 + ], + "Name": { + "hash": -1336727605 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100020110 + ], + "FinishSubMissionList": [ + 100020133 + ], + "NextTrackMainMission": 1000202, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11000203, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000202": { + "MainMissionID": 1000202, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000203 + ], + "Name": { + "hash": -1336727611 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100020114 + ], + "FinishSubMissionList": [ + 100020119 + ], + "NextTrackMainMission": 1000203, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000202, + "DisplayRewardID": 11000203, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000203": { + "MainMissionID": 1000203, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000300 + ], + "Name": { + "hash": -1336727612 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100020115 + ], + "FinishSubMissionList": [ + 100020118 + ], + "NextTrackMainMission": 1000300, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000203, + "DisplayRewardID": 11000203, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000300": { + "MainMissionID": 1000300, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000301, + 1000304 + ], + "Name": { + "hash": -1336727706 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100030101 + ], + "FinishSubMissionList": [ + 100030100 + ], + "NextTrackMainMission": 1000301, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11000302, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000304": { + "MainMissionID": 1000304, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336727702 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100030121, + 100030122, + 100030123, + 100030124, + 100030125, + 100030114, + 100030115, + 100030126 + ], + "FinishSubMissionList": [ + 100030126 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11000302, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000301": { + "MainMissionID": 1000301, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000303 + ], + "Name": { + "hash": -1336727705 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100030103 + ], + "FinishSubMissionList": [ + 100030103 + ], + "NextTrackMainMission": 1000303, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000301, + "DisplayRewardID": 11000302, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000303": { + "MainMissionID": 1000303, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000302 + ], + "Name": { + "hash": -1336727707 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100030206, + 100030111 + ], + "FinishSubMissionList": [ + 100030111 + ], + "NextTrackMainMission": 1000302, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000303, + "DisplayRewardID": 11000302, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000302": { + "MainMissionID": 1000302, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000400, + 1000410, + 1000510 + ], + "Name": { + "hash": -1336727708 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100030112, + 100030113, + 100030116, + 100030117, + 100030110, + 100030211, + 100030131, + 100030132, + 100030133, + 100030134 + ], + "FinishSubMissionList": [ + 100030204 + ], + "NextTrackMainMission": 1000400, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000302, + "DisplayRewardID": 11000302, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000400": { + "MainMissionID": 1000400, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000401 + ], + "Name": { + "hash": -1336727543 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100040102 + ], + "FinishSubMissionList": [ + 100040115 + ], + "NextTrackMainMission": 1000401, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11000401, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000401": { + "MainMissionID": 1000401, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000601, + 2000106, + 2000310, + 2000312, + 6010261, + 6010265 + ], + "Name": { + "hash": -1336727544 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100040121, + 100040122 + ], + "FinishSubMissionList": [ + 100060112 + ], + "NextTrackMainMission": 1000601, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000401, + "DisplayRewardID": 11000401, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000601": { + "MainMissionID": 1000601, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000602, + 1000402, + 4010118 + ], + "Name": { + "hash": -1336727478 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100060103 + ], + "FinishSubMissionList": [ + 100060110, + 100060113 + ], + "NextTrackMainMission": 1000402, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000402, + "DisplayRewardID": 11000402, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000402": { + "MainMissionID": 1000402, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000501, + 2000100 + ], + "Name": { + "hash": -1336727541 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100040130 + ], + "FinishSubMissionList": [ + 100040130 + ], + "NextTrackMainMission": 1000501, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11000501, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000501": { + "MainMissionID": 1000501, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1000502, + 1000113 + ], + "Name": { + "hash": -1336727639 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100050101, + 100050112, + 100050103, + 100050104, + 100050105 + ], + "FinishSubMissionList": [ + 100050102 + ], + "NextTrackMainMission": 1000502, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11000501, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000502": { + "MainMissionID": 1000502, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010001 + ], + "Name": { + "hash": -1336727638 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100050106 + ], + "FinishSubMissionList": [ + 100050107 + ], + "NextTrackMainMission": 1010001, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11000501, + "DisplayRewardID": 11000501, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000600": { + "MainMissionID": 2000600, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000602 + ], + "Name": { + "hash": -1336761432 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200060001 + ], + "FinishSubMissionList": [ + 200060001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000601": { + "MainMissionID": 2000601, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761431 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 1000601 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200060101 + ], + "FinishSubMissionList": [ + 200060102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000602": { + "MainMissionID": 2000602, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000603 + ], + "Name": { + "hash": -1336761430 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200060201 + ], + "FinishSubMissionList": [ + 200060204, + 200060205 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12000603, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000603": { + "MainMissionID": 2000603, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761429 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200060206 + ], + "FinishSubMissionList": [ + 200060206 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000603, + "DisplayRewardID": 12000603, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000001": { + "MainMissionID": 2000001, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761497 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 8, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200000101 + ], + "FinishSubMissionList": [ + 200000101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000002": { + "MainMissionID": 2000002, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761500 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 9, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200000201 + ], + "FinishSubMissionList": [ + 200000201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000003": { + "MainMissionID": 2000003, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761499 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 16, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200000301 + ], + "FinishSubMissionList": [ + 200000301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000004": { + "MainMissionID": 2000004, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761494 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 17, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200000401 + ], + "FinishSubMissionList": [ + 200000401 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000100": { + "MainMissionID": 2000100, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000101 + ], + "Name": { + "hash": -1336761401 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010001, + 200010002, + 200010003, + 200010004, + 200010007 + ], + "FinishSubMissionList": [ + 200010001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000100, + "DisplayRewardID": 12000101, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000101": { + "MainMissionID": 2000101, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000131 + ], + "Name": { + "hash": -1336761402 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010110 + ], + "FinishSubMissionList": [ + 200010103 + ], + "NextTrackMainMission": 2000131, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000101, + "DisplayRewardID": 12000101, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000131": { + "MainMissionID": 2000131, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -933476875 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010111 + ], + "FinishSubMissionList": [ + 200010113 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000131, + "DisplayRewardID": 12000131, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000121": { + "MainMissionID": 2000121, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795406480 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010121 + ], + "FinishSubMissionList": [ + 200010125 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000112": { + "MainMissionID": 2000112, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000113 + ], + "Name": { + "hash": 229322538 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2000105 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011200 + ], + "FinishSubMissionList": [ + 200011201 + ], + "NextTrackMainMission": 2000113, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12000113, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000113": { + "MainMissionID": 2000113, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000120 + ], + "Name": { + "hash": 229322537 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011202, + 200011203, + 200011204, + 200011205 + ], + "FinishSubMissionList": [ + 200011226 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000113, + "DisplayRewardID": 12000113, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000120": { + "MainMissionID": 2000120, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795406481 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011251 + ], + "FinishSubMissionList": [ + 200011251 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000103": { + "MainMissionID": 2000103, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000102 + ], + "Name": { + "hash": -1336761404 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2000131 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010200 + ], + "FinishSubMissionList": [ + 200010200 + ], + "NextTrackMainMission": 2000102, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12000102, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000102": { + "MainMissionID": 2000102, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761403 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010201 + ], + "FinishSubMissionList": [ + 200010211 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000102, + "DisplayRewardID": 12000102, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000104": { + "MainMissionID": 2000104, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000105 + ], + "Name": { + "hash": -1336761397 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 1000501 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010400 + ], + "FinishSubMissionList": [ + 200010401 + ], + "NextTrackMainMission": 2000105, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12000105, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000105": { + "MainMissionID": 2000105, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000118 + ], + "Name": { + "hash": -1336761398 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010402 + ], + "FinishSubMissionList": [ + 200010410 + ], + "NextTrackMainMission": 2000118, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000105, + "DisplayRewardID": 12000105, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000118": { + "MainMissionID": 2000118, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229322532 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011801, + 200011802, + 200011803 + ], + "FinishSubMissionList": [ + 200011804 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000108": { + "MainMissionID": 2000108, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000109, + 2000311, + 2000122 + ], + "Name": { + "hash": -1336761409 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2000102, + 2000105 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010800 + ], + "FinishSubMissionList": [ + 200010801 + ], + "NextTrackMainMission": 2000109, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12000109, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000109": { + "MainMissionID": 2000109, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761410 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010802 + ], + "FinishSubMissionList": [ + 200010818 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000109, + "DisplayRewardID": 12000109, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000122": { + "MainMissionID": 2000122, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795406479 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010827, + 200010828, + 200010829 + ], + "FinishSubMissionList": [ + 200010829 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000110": { + "MainMissionID": 2000110, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000111, + 2000119 + ], + "Name": { + "hash": 229322540 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 1010902, + 2000101 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011000 + ], + "FinishSubMissionList": [ + 200011001 + ], + "NextTrackMainMission": 2000111, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12000111, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000111": { + "MainMissionID": 2000111, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229322539 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011002, + 200011020, + 200011021 + ], + "FinishSubMissionList": [ + 200011009 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000111, + "DisplayRewardID": 12000111, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000119": { + "MainMissionID": 2000119, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229322531 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011029, + 200011030, + 200011036 + ], + "FinishSubMissionList": [ + 200011036 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000106": { + "MainMissionID": 2000106, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000107, + 2000313 + ], + "Name": { + "hash": -1336761399 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010611, + 200010612, + 200010613, + 200010614, + 200010615, + 200010610 + ], + "FinishSubMissionList": [ + 200010601 + ], + "NextTrackMainMission": 2000107, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12000107, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000107": { + "MainMissionID": 2000107, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761400 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200010602, + 200010616, + 200010617 + ], + "FinishSubMissionList": [ + 200010603 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000310": { + "MainMissionID": 2000310, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229322474 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200031001 + ], + "FinishSubMissionList": [ + 200031001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000311": { + "MainMissionID": 2000311, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229322473 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200031101 + ], + "FinishSubMissionList": [ + 200031102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000312": { + "MainMissionID": 2000312, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229322476 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200031201 + ], + "FinishSubMissionList": [ + 200031205 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000312, + "DisplayRewardID": 12000312, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000313": { + "MainMissionID": 2000313, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229322475 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200031300 + ], + "FinishSubMissionList": [ + 200031302 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000301": { + "MainMissionID": 2000301, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000302 + ], + "Name": { + "hash": -1336761468 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2000131 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200030100 + ], + "FinishSubMissionList": [ + 200030112 + ], + "NextTrackMainMission": 2000302, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000301, + "DisplayRewardID": 12000301, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000302": { + "MainMissionID": 2000302, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761465 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200030200 + ], + "FinishSubMissionList": [ + 200030205 + ], + "NextTrackMainMission": 2000303, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000303": { + "MainMissionID": 2000303, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761466 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2000302 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200030301 + ], + "FinishSubMissionList": [ + 200030306 + ], + "NextTrackMainMission": 2000304, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000304": { + "MainMissionID": 2000304, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761463 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2000303 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200030401 + ], + "FinishSubMissionList": [ + 200030405 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000304, + "DisplayRewardID": 12000304, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000116": { + "MainMissionID": 2000116, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000117 + ], + "Name": { + "hash": 229322542 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011601 + ], + "FinishSubMissionList": [ + 200011601 + ], + "NextTrackMainMission": 2000117, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000117": { + "MainMissionID": 2000117, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229322541 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011602 + ], + "FinishSubMissionList": [ + 200011602 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000201": { + "MainMissionID": 2000201, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000202 + ], + "Name": { + "hash": -1336761563 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200020100 + ], + "FinishSubMissionList": [ + 200020101 + ], + "NextTrackMainMission": 2000202, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12000202, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000202": { + "MainMissionID": 2000202, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761562 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200020102, + 200020103, + 200020104 + ], + "FinishSubMissionList": [ + 200020105 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000202, + "DisplayRewardID": 12000202, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000114": { + "MainMissionID": 2000114, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000115 + ], + "Name": { + "hash": 229322544 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011401 + ], + "FinishSubMissionList": [ + 200011401 + ], + "NextTrackMainMission": 2000115, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000115": { + "MainMissionID": 2000115, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2000201, + 2000103 + ], + "Name": { + "hash": 229322543 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200011402, + 200011403, + 200011404 + ], + "FinishSubMissionList": [ + 200011406 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": true, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1000121": { + "MainMissionID": 1000121, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795440111 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 100012101 + ], + "FinishSubMissionList": [ + 100012101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 1, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010001": { + "MainMissionID": 1010001, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010002 + ], + "Name": { + "hash": -1336730875 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101000102 + ], + "FinishSubMissionList": [ + 101000106 + ], + "NextTrackMainMission": 1010002, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11010002, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010002": { + "MainMissionID": 1010002, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010101 + ], + "Name": { + "hash": -1336730874 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101000201 + ], + "FinishSubMissionList": [ + 101000205 + ], + "NextTrackMainMission": 1010101, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010002, + "DisplayRewardID": 11010002, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010101": { + "MainMissionID": 1010101, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010201, + 1010203 + ], + "Name": { + "hash": -1336730908 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101010101 + ], + "FinishSubMissionList": [ + 101010114 + ], + "NextTrackMainMission": 1010201, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010101, + "DisplayRewardID": 11010101, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010201": { + "MainMissionID": 1010201, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010202 + ], + "Name": { + "hash": -1336730809 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101020101 + ], + "FinishSubMissionList": [ + 101020113 + ], + "NextTrackMainMission": 1010202, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11010202, + "AudioEmotionState": "State_Hollowing", + "ChapterID": 0 + }, + "1010202": { + "MainMissionID": 1010202, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010205, + 2000401 + ], + "Name": { + "hash": -1336730812 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101020206 + ], + "FinishSubMissionList": [ + 101020206 + ], + "NextTrackMainMission": 1010205, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11010202, + "AudioEmotionState": "State_Hollowing", + "ChapterID": 0 + }, + "1010203": { + "MainMissionID": 1010203, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336730811 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101020301, + 101020303 + ], + "FinishSubMissionList": [ + 101020303 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "State_Relaxing", + "ChapterID": 0 + }, + "1010204": { + "MainMissionID": 1010204, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010301, + 1010303, + 2010005 + ], + "Name": { + "hash": -1336730806 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101020210 + ], + "FinishSubMissionList": [ + 101020209 + ], + "NextTrackMainMission": 1010301, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010202, + "DisplayRewardID": 11010202, + "AudioEmotionState": "State_Tense", + "ChapterID": 0 + }, + "1010205": { + "MainMissionID": 1010205, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010204 + ], + "Name": { + "hash": -1336730805 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101020201 + ], + "FinishSubMissionList": [ + 101020207 + ], + "NextTrackMainMission": 1010204, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11010202, + "AudioEmotionState": "State_Hollowing", + "ChapterID": 0 + }, + "1010301": { + "MainMissionID": 1010301, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010302 + ], + "Name": { + "hash": -1336730842 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101030101 + ], + "FinishSubMissionList": [ + 101030105 + ], + "NextTrackMainMission": 1010302, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010301, + "DisplayRewardID": 11010302, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010302": { + "MainMissionID": 1010302, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010401 + ], + "Name": { + "hash": -1336730843 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101030201 + ], + "FinishSubMissionList": [ + 101030205 + ], + "NextTrackMainMission": 1010401, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010302, + "DisplayRewardID": 11010302, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010303": { + "MainMissionID": 1010303, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336730844 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101030301 + ], + "FinishSubMissionList": [ + 101030301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010401": { + "MainMissionID": 1010401, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010402, + 1010404 + ], + "Name": { + "hash": -1336730743 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101040101 + ], + "FinishSubMissionList": [ + 101040110 + ], + "NextTrackMainMission": 1010402, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010401, + "DisplayRewardID": 11010403, + "AudioEmotionState": "State_Joyful", + "ChapterID": 0 + }, + "1010402": { + "MainMissionID": 1010402, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010403, + 4010114 + ], + "Name": { + "hash": -1336730742 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101040202 + ], + "FinishSubMissionList": [ + 101040201 + ], + "NextTrackMainMission": 1010403, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11010403, + "AudioEmotionState": "State_Joyful", + "ChapterID": 0 + }, + "1010403": { + "MainMissionID": 1010403, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010502 + ], + "Name": { + "hash": -1336730741 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101040301, + 101040306 + ], + "FinishSubMissionList": [ + 101040304 + ], + "NextTrackMainMission": 1010502, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": true, + "MissionAdvance": false, + "RewardID": 11010403, + "DisplayRewardID": 11010403, + "AudioEmotionState": "State_Joyful", + "ChapterID": 0 + }, + "1010404": { + "MainMissionID": 1010404, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336730748 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101040401 + ], + "FinishSubMissionList": [ + 101040401 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010502": { + "MainMissionID": 1010502, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010501, + 1010500 + ], + "Name": { + "hash": -1336730773 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PlayerLevel", + "TakeOperation": "None", + "BeginParamInt1": 14, + "BeginDesc": { + "hash": 597920309 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101040305 + ], + "FinishSubMissionList": [ + 101040305 + ], + "NextTrackMainMission": 1010501, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": true, + "RewardID": 100, + "DisplayRewardID": 11010501, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010500": { + "MainMissionID": 1010500, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336730775 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101050001 + ], + "FinishSubMissionList": [ + 101050001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010501": { + "MainMissionID": 1010501, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010601, + 2010500, + 2010502 + ], + "Name": { + "hash": -1336730776 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101050101 + ], + "FinishSubMissionList": [ + 101050116 + ], + "NextTrackMainMission": 1010601, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010501, + "DisplayRewardID": 11010501, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010601": { + "MainMissionID": 1010601, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010602 + ], + "Name": { + "hash": -1336730677 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101060101, + 101060107 + ], + "FinishSubMissionList": [ + 101060103 + ], + "NextTrackMainMission": 1010602, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11010602, + "AudioEmotionState": "State_Joyful", + "ChapterID": 0 + }, + "1010602": { + "MainMissionID": 1010602, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010700 + ], + "Name": { + "hash": -1336730680 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101060201, + 101060209 + ], + "FinishSubMissionList": [ + 101060210 + ], + "NextTrackMainMission": 1010700, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010602, + "DisplayRewardID": 11010602, + "AudioEmotionState": "State_Sorrow", + "ChapterID": 0 + }, + "1010700": { + "MainMissionID": 1010700, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010701 + ], + "Name": { + "hash": -1336730709 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101070101 + ], + "FinishSubMissionList": [ + 101070101 + ], + "NextTrackMainMission": 1010701, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11010701, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010701": { + "MainMissionID": 1010701, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010801, + 2010701, + 7010601 + ], + "Name": { + "hash": -1336730710 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101070115, + 101070102 + ], + "FinishSubMissionList": [ + 101070121 + ], + "NextTrackMainMission": 1010801, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010701, + "DisplayRewardID": 11010701, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010801": { + "MainMissionID": 1010801, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010802 + ], + "Name": { + "hash": -1336731139 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101080101 + ], + "FinishSubMissionList": [ + 101080104 + ], + "NextTrackMainMission": 1010802, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010801, + "DisplayRewardID": 11010802, + "AudioEmotionState": "State_Joyful", + "ChapterID": 0 + }, + "1010802": { + "MainMissionID": 1010802, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010901 + ], + "Name": { + "hash": -1336731138 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101080102, + 101080105 + ], + "FinishSubMissionList": [ + 101080102 + ], + "NextTrackMainMission": 1010901, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010802, + "DisplayRewardID": 11010802, + "AudioEmotionState": "State_Joyful", + "ChapterID": 0 + }, + "1010901": { + "MainMissionID": 1010901, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1010902, + 1010903, + 1010904, + 1010905 + ], + "Name": { + "hash": -1336731172 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101080103 + ], + "FinishSubMissionList": [ + 101090101 + ], + "NextTrackMainMission": 1010902, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11010902, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010902": { + "MainMissionID": 1010902, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011001, + 4010101, + 4010105, + 2010506 + ], + "Name": { + "hash": -1336731169 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101090201, + 101090237, + 101090238 + ], + "FinishSubMissionList": [ + 101090233 + ], + "NextTrackMainMission": 1011001, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11010902, + "DisplayRewardID": 11010902, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010903": { + "MainMissionID": 1010903, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336731170 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101090301 + ], + "FinishSubMissionList": [ + 101090301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 2000085, + "DisplayRewardID": 2000085, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010904": { + "MainMissionID": 1010904, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336731167 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101090401 + ], + "FinishSubMissionList": [ + 101090401 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 2000086, + "DisplayRewardID": 2000086, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1010905": { + "MainMissionID": 1010905, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336731168 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101090501 + ], + "FinishSubMissionList": [ + 101090501 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 2000087, + "DisplayRewardID": 2000087, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011001": { + "MainMissionID": 1011001, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011003 + ], + "Name": { + "hash": 249556042 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101100101 + ], + "FinishSubMissionList": [ + 101100108 + ], + "NextTrackMainMission": 4010101, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": true, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11011002, + "AudioEmotionState": "State_Joyful", + "ChapterID": 0 + }, + "1011003": { + "MainMissionID": 1011003, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011002 + ], + "Name": { + "hash": 249556043 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "PlayerLevel", + "TakeOperation": "None", + "BeginParamInt1": 24, + "BeginDesc": { + "hash": -1391651166 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101100112 + ], + "FinishSubMissionList": [ + 101100109 + ], + "NextTrackMainMission": 1011002, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": true, + "RewardID": 100, + "DisplayRewardID": 11011002, + "AudioEmotionState": "State_Joyful", + "ChapterID": 0 + }, + "1011002": { + "MainMissionID": 1011002, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011100, + 1011101 + ], + "Name": { + "hash": 249556043 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101100201 + ], + "FinishSubMissionList": [ + 101100207 + ], + "NextTrackMainMission": 1011101, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11011002, + "DisplayRewardID": 11011002, + "AudioEmotionState": "State_Tense", + "ChapterID": 0 + }, + "1011100": { + "MainMissionID": 1011100, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 249556010 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101110001 + ], + "FinishSubMissionList": [ + 101110001 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011101": { + "MainMissionID": 1011101, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011102 + ], + "Name": { + "hash": 249556009 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101110100, + 101110108 + ], + "FinishSubMissionList": [ + 101110107 + ], + "NextTrackMainMission": 1011102, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 2000088, + "DisplayRewardID": 11011102, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011102": { + "MainMissionID": 1011102, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011201, + 2011102, + 2011101, + 2011102, + 2010707, + 1011103 + ], + "Name": { + "hash": 249556012 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101110201 + ], + "FinishSubMissionList": [ + 101110208 + ], + "NextTrackMainMission": 1011201, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11011102, + "DisplayRewardID": 11011102, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011103": { + "MainMissionID": 1011103, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 249556011 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101110301 + ], + "FinishSubMissionList": [ + 101110301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011201": { + "MainMissionID": 1011201, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011202 + ], + "Name": { + "hash": 249556108 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101120101 + ], + "FinishSubMissionList": [ + 101120105 + ], + "NextTrackMainMission": 1011202, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011202": { + "MainMissionID": 1011202, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011301 + ], + "Name": { + "hash": 249556105 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101120201 + ], + "FinishSubMissionList": [ + 101120201 + ], + "NextTrackMainMission": 1011301, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011301": { + "MainMissionID": 1011301, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011401, + 4010102 + ], + "Name": { + "hash": 249556075 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101130112, + 101130101 + ], + "FinishSubMissionList": [ + 101130125 + ], + "NextTrackMainMission": 1011401, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11011301, + "DisplayRewardID": 11011301, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011401": { + "MainMissionID": 1011401, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011402 + ], + "Name": { + "hash": 249556174 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101140101 + ], + "FinishSubMissionList": [ + 101140105 + ], + "NextTrackMainMission": 1011402, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11011403, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011402": { + "MainMissionID": 1011402, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 1011403 + ], + "Name": { + "hash": 249556175 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101140200, + 101140201 + ], + "FinishSubMissionList": [ + 101140203 + ], + "NextTrackMainMission": 1011403, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 11011403, + "AudioEmotionState": "State_Tense", + "ChapterID": 0 + }, + "1011403": { + "MainMissionID": 1011403, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 4010115 + ], + "Name": { + "hash": 249556176 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101140300 + ], + "FinishSubMissionList": [ + 101140303 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 11011403, + "DisplayRewardID": 11011403, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "1011404": { + "MainMissionID": 1011404, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 4010115 + ], + "Name": { + "hash": 249556169 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 101140400 + ], + "FinishSubMissionList": [ + 101140403 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010301": { + "MainMissionID": 2010301, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010302, + 2010303, + 2010304 + ], + "Name": { + "hash": -1336762555 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201030101 + ], + "FinishSubMissionList": [ + 201030101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12010301, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010302": { + "MainMissionID": 2010302, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762554 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201030201, + 201030202 + ], + "FinishSubMissionList": [ + 201030207 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010301, + "DisplayRewardID": 12010301, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010303": { + "MainMissionID": 2010303, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762553 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201030301 + ], + "FinishSubMissionList": [ + 201030301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010304": { + "MainMissionID": 2010304, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762552 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201030401 + ], + "FinishSubMissionList": [ + 201030401 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010500": { + "MainMissionID": 2010500, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010501 + ], + "Name": { + "hash": -1336762358 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201050001 + ], + "FinishSubMissionList": [ + 201050002 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010501": { + "MainMissionID": 2010501, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762357 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201050101 + ], + "FinishSubMissionList": [ + 201050119 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010501, + "DisplayRewardID": 12010501, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010502": { + "MainMissionID": 2010502, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010503 + ], + "Name": { + "hash": -1336762360 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201050200 + ], + "FinishSubMissionList": [ + 201050210 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010502, + "DisplayRewardID": 12010502, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010503": { + "MainMissionID": 2010503, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762359 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201050301 + ], + "FinishSubMissionList": [ + 201050302 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010702": { + "MainMissionID": 2010702, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010703 + ], + "Name": { + "hash": -1336762422 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 1010902, + 2010706 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201070201 + ], + "FinishSubMissionList": [ + 201070202 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010703": { + "MainMissionID": 2010703, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762421 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201070301 + ], + "FinishSubMissionList": [ + 201070315 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010703, + "DisplayRewardID": 12010703, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010705": { + "MainMissionID": 2010705, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010706 + ], + "Name": { + "hash": -1336762427 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2010501, + 1010801 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201070501 + ], + "FinishSubMissionList": [ + 201070519 + ], + "NextTrackMainMission": 2010706, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12010705, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010706": { + "MainMissionID": 2010706, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 7010402 + ], + "Name": { + "hash": -1336762426 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201070601 + ], + "FinishSubMissionList": [ + 201070601 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010705, + "DisplayRewardID": 12010705, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010701": { + "MainMissionID": 2010701, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010708 + ], + "Name": { + "hash": -1336762423 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201070106 + ], + "FinishSubMissionList": [ + 201070104 + ], + "NextTrackMainMission": 2010708, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010701, + "DisplayRewardID": 12010708, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010708": { + "MainMissionID": 2010708, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010709, + 2010710 + ], + "Name": { + "hash": -1336762432 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201070801, + 201070802 + ], + "FinishSubMissionList": [ + 201070805 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010708, + "DisplayRewardID": 12010708, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010709": { + "MainMissionID": 2010709, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762431 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201070901 + ], + "FinishSubMissionList": [ + 201070901 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010710": { + "MainMissionID": 2010710, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010711 + ], + "Name": { + "hash": 229321517 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201071001 + ], + "FinishSubMissionList": [ + 201071002 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010710, + "DisplayRewardID": 12010710, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010711": { + "MainMissionID": 2010711, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010712 + ], + "Name": { + "hash": 229321518 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2010710 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201071101 + ], + "FinishSubMissionList": [ + 201071102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010711, + "DisplayRewardID": 12010711, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010712": { + "MainMissionID": 2010712, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010713 + ], + "Name": { + "hash": 229321519 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2010711 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201071201 + ], + "FinishSubMissionList": [ + 201071202 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010712, + "DisplayRewardID": 12010712, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010713": { + "MainMissionID": 2010713, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010714 + ], + "Name": { + "hash": 229321520 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2010712 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201071301 + ], + "FinishSubMissionList": [ + 201071302 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010713, + "DisplayRewardID": 12010713, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010714": { + "MainMissionID": 2010714, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 229321513 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 2010713 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201071401 + ], + "FinishSubMissionList": [ + 201071402 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010714, + "DisplayRewardID": 12010714, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010904": { + "MainMissionID": 2010904, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762750 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 1010902, + 2010708, + 2010706 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201090401 + ], + "FinishSubMissionList": [ + 201090415 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010904, + "DisplayRewardID": 12010904, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010901": { + "MainMissionID": 2010901, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010902 + ], + "Name": { + "hash": -1336762753 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 1011001, + 2010706 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201090100 + ], + "FinishSubMissionList": [ + 201090111 + ], + "NextTrackMainMission": 2010902, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12010902, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010902": { + "MainMissionID": 2010902, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2010903 + ], + "Name": { + "hash": -1336762756 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201090201 + ], + "FinishSubMissionList": [ + 201090210 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010902, + "DisplayRewardID": 12010902, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010903": { + "MainMissionID": 2010903, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762755 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201090301 + ], + "FinishSubMissionList": [ + 201090301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2011101": { + "MainMissionID": 2011101, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 249524428 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201110112 + ], + "FinishSubMissionList": [ + 201110110 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12011101, + "DisplayRewardID": 12011101, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2011102": { + "MainMissionID": 2011102, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 249524425 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201110201 + ], + "FinishSubMissionList": [ + 201110204 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2011301": { + "MainMissionID": 2011301, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2011302 + ], + "Name": { + "hash": 249524362 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 1011403, + 2011101 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201130105 + ], + "FinishSubMissionList": [ + 201130106 + ], + "NextTrackMainMission": 2011302, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 12011302, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2011302": { + "MainMissionID": 2011302, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 249524363 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201130201 + ], + "FinishSubMissionList": [ + 201130203 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12011302, + "DisplayRewardID": 12011302, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2011303": { + "MainMissionID": 2011303, + "Type": "Branch", + "IsInRaid": true, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 249524364 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201130301 + ], + "FinishSubMissionList": [ + 201130311 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 0, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010001": { + "MainMissionID": 2010001, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762522 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201000101 + ], + "FinishSubMissionList": [ + 201000101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010002": { + "MainMissionID": 2010002, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762523 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201000201 + ], + "FinishSubMissionList": [ + 201000201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010003": { + "MainMissionID": 2010003, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762524 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201000301 + ], + "FinishSubMissionList": [ + 201000301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010004": { + "MainMissionID": 2010004, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762517 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201000401 + ], + "FinishSubMissionList": [ + 201000401 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010005": { + "MainMissionID": 2010005, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762518 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201000501, + 201000502, + 201000503 + ], + "FinishSubMissionList": [ + 201000503 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010401": { + "MainMissionID": 7010401, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515385 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701040101 + ], + "FinishSubMissionList": [ + 701040105 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010601": { + "MainMissionID": 7010601, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 7010602 + ], + "Name": { + "hash": -1336515451 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701060101 + ], + "FinishSubMissionList": [ + 701060110 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 17010601, + "DisplayRewardID": 17010601, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010602": { + "MainMissionID": 7010602, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515450 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701060201 + ], + "FinishSubMissionList": [ + 701060205 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 17010602, + "DisplayRewardID": 17010602, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010603": { + "MainMissionID": 7010603, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515449 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 7010602 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701060301 + ], + "FinishSubMissionList": [ + 701060305 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 17010603, + "DisplayRewardID": 17010603, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010604": { + "MainMissionID": 7010604, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515448 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 7010603 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701060401 + ], + "FinishSubMissionList": [ + 701060405 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 17010604, + "DisplayRewardID": 17010604, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010605": { + "MainMissionID": 7010605, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515447 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 7010604 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701060501 + ], + "FinishSubMissionList": [ + 701060505 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 17010605, + "DisplayRewardID": 17010605, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010801": { + "MainMissionID": 7010801, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515517 + }, + "TakeTypeA": "PlayerLevel", + "TakeParamAInt1": 1, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701080101 + ], + "FinishSubMissionList": [ + 701080102 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010802": { + "MainMissionID": 7010802, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515520 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701080201 + ], + "FinishSubMissionList": [ + 701080201 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010803": { + "MainMissionID": 7010803, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515519 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701080301 + ], + "FinishSubMissionList": [ + 701080301 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010901": { + "MainMissionID": 7010901, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515550 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701090101, + 701090103 + ], + "FinishSubMissionList": [ + 701090104 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010902": { + "MainMissionID": 7010902, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515551 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 7010901 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701090201, + 701090203 + ], + "FinishSubMissionList": [ + 701090204 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010903": { + "MainMissionID": 7010903, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515552 + }, + "TakeTypeA": "SequenceNextDay", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 7010902 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701090301, + 701090303 + ], + "FinishSubMissionList": [ + 701090304 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9999904": { + "MainMissionID": 9999904, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1891980159 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 999990401 + ], + "FinishSubMissionList": [ + 999990402 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9020101": { + "MainMissionID": 9020101, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1337013089 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 902010101 + ], + "FinishSubMissionList": [ + 902010110 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010506": { + "MainMissionID": 2010506, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762364 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201050602 + ], + "FinishSubMissionList": [ + 201050601 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010506, + "DisplayRewardID": 12010506, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010507": { + "MainMissionID": 2010507, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762363 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201050702 + ], + "FinishSubMissionList": [ + 201050701 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010507, + "DisplayRewardID": 12010507, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2010707": { + "MainMissionID": 2010707, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336762425 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201070702 + ], + "FinishSubMissionList": [ + 201070701 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12010707, + "DisplayRewardID": 12010707, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2000401": { + "MainMissionID": 2000401, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336761365 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 200040102 + ], + "FinishSubMissionList": [ + 200040101 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12000401, + "DisplayRewardID": 12000401, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010221": { + "MainMissionID": 9010221, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795149577 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901022101 + ], + "FinishSubMissionList": [ + 901022107 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010222": { + "MainMissionID": 9010222, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795149574 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901022201 + ], + "FinishSubMissionList": [ + 901022207 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010223": { + "MainMissionID": 9010223, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795149575 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901022301 + ], + "FinishSubMissionList": [ + 901022304 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2011400": { + "MainMissionID": 2011400, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 2011401 + ], + "Name": { + "hash": 249524528 + }, + "TakeTypeA": "MultiSequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [ + 1011403, + 2010703 + ], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201140001 + ], + "FinishSubMissionList": [ + 201140002 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "2011401": { + "MainMissionID": 2011401, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 249524527 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 201140101 + ], + "FinishSubMissionList": [ + 201140117 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": true, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 12011401, + "DisplayRewardID": 12011401, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "9010521": { + "MainMissionID": 9010521, + "Type": "Main", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": 1795149610 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 901052101 + ], + "FinishSubMissionList": [ + 901052112 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010402": { + "MainMissionID": 7010402, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 7010403 + ], + "Name": { + "hash": -1336515388 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701040201 + ], + "FinishSubMissionList": [ + 701040202 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 2000113, + "DisplayRewardID": 2000113, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010403": { + "MainMissionID": 7010403, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [ + 7010404 + ], + "Name": { + "hash": -1336515387 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701040301 + ], + "FinishSubMissionList": [ + 701040304 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": true, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "7010404": { + "MainMissionID": 7010404, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -1336515382 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 701040401 + ], + "FinishSubMissionList": [ + 701040406 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + }, + "6010260": { + "MainMissionID": 6010260, + "Type": "Branch", + "IsInRaid": false, + "MissionTag": 0, + "IsLoop": false, + "NextMainMissionList": [], + "Name": { + "hash": -173819425 + }, + "TakeTypeA": "Sequence", + "TakeParamAInt1": 0, + "TakeParamAIntList": [], + "TakeTypeB": "Unknown", + "TakeParamBInt1": 0, + "TakeParamBIntList": [], + "BeginType": "Auto", + "TakeOperation": "None", + "BeginParamInt1": 0, + "BeginDesc": { + "hash": 371857150 + }, + "BeginParamIntList": [], + "StartSubMissionList": [ + 601026001, + 601026002, + 601026003, + 601026004, + 601026017 + ], + "FinishSubMissionList": [ + 601026021 + ], + "NextTrackMainMission": 0, + "TrackWeight": 20, + "IsShowStartHint": false, + "IsShowFinishHint": false, + "IsShowRedDot": false, + "MissionSuspend": false, + "MissionAdvance": false, + "RewardID": 100, + "DisplayRewardID": 100, + "AudioEmotionState": "", + "ChapterID": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MainMissionTypeConfigExcelTable.json b/CrepePackage/src/data/excel/MainMissionTypeConfigExcelTable.json new file mode 100644 index 0000000..354216d --- /dev/null +++ b/CrepePackage/src/data/excel/MainMissionTypeConfigExcelTable.json @@ -0,0 +1,38 @@ +{ + "None": { + "Type": "None", + "TypeName": { + "hash": 403557608 + }, + "TypeIcon": "SpriteOutput/TabIcon/Quest/QuestAllIcon.png", + "TypeIconMini": "SpriteOutput/Mission/TypeIcon/AllTasksIcon.png", + "TypeColor": "#ffc500" + }, + "Main": { + "Type": "Main", + "TypeName": { + "hash": 403557609 + }, + "TypeIcon": "SpriteOutput/TabIcon/Quest/QuestMainIcon.png", + "TypeIconMini": "SpriteOutput/Mission/TypeIcon/MainMission.png", + "TypeColor": "#ffc500" + }, + "Branch": { + "Type": "Branch", + "TypeName": { + "hash": 403557610 + }, + "TypeIcon": "SpriteOutput/TabIcon/Quest/QuestSideIcon.png", + "TypeIconMini": "SpriteOutput/Mission/TypeIcon/SideMission.png", + "TypeColor": "#31e0e4" + }, + "Daily": { + "Type": "Daily", + "TypeName": { + "hash": 403557611 + }, + "TypeIcon": "SpriteOutput/TabIcon/Quest/QuestDailyIcon.png", + "TypeIconMini": "SpriteOutput/Mission/TypeIcon/DailyMission.png", + "TypeColor": "#abd347" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MapEntranceIconExcelTable.json b/CrepePackage/src/data/excel/MapEntranceIconExcelTable.json new file mode 100644 index 0000000..6467bfb --- /dev/null +++ b/CrepePackage/src/data/excel/MapEntranceIconExcelTable.json @@ -0,0 +1,18 @@ +{ + "1": { + "ID": 1, + "ActiveMapIconImgPath": "SpriteOutput/MapPics/MapTab/MapFloorCityIcon.png" + }, + "2": { + "ID": 2, + "ActiveMapIconImgPath": "" + }, + "3": { + "ID": 3, + "ActiveMapIconImgPath": "" + }, + "4": { + "ID": 4, + "ActiveMapIconImgPath": "SpriteOutput/MapPics/MapTab/MapFloorTrainIcon.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MapEntryExcelTable.json b/CrepePackage/src/data/excel/MapEntryExcelTable.json new file mode 100644 index 0000000..d51f8ed --- /dev/null +++ b/CrepePackage/src/data/excel/MapEntryExcelTable.json @@ -0,0 +1,4169 @@ +{ + "1000001": { + "ID": 1000001, + "IsShowInMapMenu": true, + "MapMenuSortID": 1, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 807309910 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "SpriteOutput/MapPics/MapTab/MapFloorTrainIcon.png", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 10000, + "FloorID": 10000000, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000501 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010101": { + "ID": 1010101, + "IsShowInMapMenu": true, + "MapMenuSortID": 10, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 28883702 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "SpriteOutput/MapPics/MapTab/MapFloorCityIcon.png", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101010102": { + "ID": 101010102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 5, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101010103": { + "ID": 101010103, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 2, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101010104": { + "ID": 101010104, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 3, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101010105": { + "ID": 101010105, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010102": { + "ID": 1010102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101002, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010103": { + "ID": 1010103, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101003, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010104": { + "ID": 1010104, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101004, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101010402": { + "ID": 101010402, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101004, + "StartGroupID": 1, + "StartAnchorID": 2, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010105": { + "ID": 1010105, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101005, + "StartGroupID": 2, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101010502": { + "ID": 101010502, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101005, + "StartGroupID": 2, + "StartAnchorID": 2, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010106": { + "ID": 1010106, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101006, + "StartGroupID": 2, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010107": { + "ID": 1010107, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10101, + "FloorID": 10101007, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010201": { + "ID": 1010201, + "IsShowInMapMenu": true, + "MapMenuSortID": 20, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": -1234672261 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "SpriteOutput/MapPics/MapTab/MapFloorCityIcon.png", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101020102": { + "ID": 101020102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 3, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101020103": { + "ID": 101020103, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 4, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101020104": { + "ID": 101020104, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 7, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101020105": { + "ID": 101020105, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 2, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "101020106": { + "ID": 101020106, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 6, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010202": { + "ID": 1010202, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10102, + "FloorID": 10102002, + "StartGroupID": 2, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010203": { + "ID": 1010203, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10102, + "FloorID": 10102003, + "StartGroupID": 2, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1010204": { + "ID": 1010204, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10102, + "FloorID": 10102004, + "StartGroupID": 2, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1000101": { + "ID": 1000101, + "IsShowInMapMenu": true, + "MapMenuSortID": 10, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 666147409 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "SpriteOutput/MapPics/MapTab/MapFloorCityIcon.png", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10001, + "FloorID": 10001001, + "StartGroupID": 2, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "1000102": { + "ID": 1000102, + "IsShowInMapMenu": false, + "MapMenuSortID": 10, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 10001, + "FloorID": 10001001, + "StartGroupID": 11, + "StartAnchorID": 3, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2000101": { + "ID": 2000101, + "IsShowInMapMenu": true, + "MapMenuSortID": 11, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 500078816 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20001, + "FloorID": 20001001, + "StartGroupID": 2, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2000201": { + "ID": 2000201, + "IsShowInMapMenu": true, + "MapMenuSortID": 12, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 76591313 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20002, + "FloorID": 20002001, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2000301": { + "ID": 2000301, + "IsShowInMapMenu": true, + "MapMenuSortID": 13, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 217753814 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20003, + "FloorID": 20003001, + "StartGroupID": 2, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "200010102": { + "ID": 200010102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20001, + "FloorID": 20001001, + "StartGroupID": 2, + "StartAnchorID": 2, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "200020102": { + "ID": 200020102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20002, + "FloorID": 20002001, + "StartGroupID": 1, + "StartAnchorID": 5, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "200030102": { + "ID": 200030102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20003, + "FloorID": 20003001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "20100001": { + "ID": 20100001, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20100, + "FloorID": 20100001, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2010101": { + "ID": 2010101, + "IsShowInMapMenu": true, + "MapMenuSortID": 11, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 2026273467 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001011, + "PlaneID": 20101, + "FloorID": 20101001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010002 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "201010102": { + "ID": 201010102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001011, + "PlaneID": 20101, + "FloorID": 20101001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010002 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2011101": { + "ID": 2011101, + "IsShowInMapMenu": true, + "MapMenuSortID": 12, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 2026273498 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001012, + "PlaneID": 20111, + "FloorID": 20111001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010203 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010204 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "201110102": { + "ID": 201110102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001012, + "PlaneID": 20111, + "FloorID": 20111001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010203 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010204 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2012101": { + "ID": 2012101, + "IsShowInMapMenu": true, + "MapMenuSortID": 21, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 2026273533 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001013, + "PlaneID": 20121, + "FloorID": 20121001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010404 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010500 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "201210102": { + "ID": 201210102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001013, + "PlaneID": 20121, + "FloorID": 20121001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010404 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010502 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2012201": { + "ID": 2012201, + "IsShowInMapMenu": true, + "MapMenuSortID": 22, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": -1005137800 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001012, + "PlaneID": 20122, + "FloorID": 20122001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010503 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010700 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "201220102": { + "ID": 201220102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001012, + "PlaneID": 20122, + "FloorID": 20122001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010503 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010602 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2012301": { + "ID": 2012301, + "IsShowInMapMenu": true, + "MapMenuSortID": 23, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1743948531 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001013, + "PlaneID": 20123, + "FloorID": 20123001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010701 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010901 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "201230102": { + "ID": 201230102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001013, + "PlaneID": 20123, + "FloorID": 20123001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010701 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010901 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2013101": { + "ID": 2013101, + "IsShowInMapMenu": true, + "MapMenuSortID": 13, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 2026273564 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001014, + "PlaneID": 20131, + "FloorID": 20131001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010803 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011100 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "201310102": { + "ID": 201310102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001014, + "PlaneID": 20131, + "FloorID": 20131001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010803 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011002 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2013201": { + "ID": 2013201, + "IsShowInMapMenu": true, + "MapMenuSortID": 14, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": -1005137769 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 9001015, + "PlaneID": 20132, + "FloorID": 20132001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [ + 1010809 + ], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011202 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2013301": { + "ID": 2013301, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20133, + "FloorID": 20133001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2013302": { + "ID": 2013302, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20133, + "FloorID": 20133002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "2013401": { + "ID": 2013401, + "IsShowInMapMenu": true, + "MapMenuSortID": 15, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": -1287462771 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 20134, + "FloorID": 20134001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011403 + ], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3000101": { + "ID": 3000101, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30101, + "FloorID": 30101001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3000201": { + "ID": 3000201, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30102, + "FloorID": 30102001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3000301": { + "ID": 3000301, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30103, + "FloorID": 30103001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3000401": { + "ID": 3000401, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30104, + "FloorID": 30104001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3000501": { + "ID": 3000501, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30105, + "FloorID": 30105001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3000601": { + "ID": 3000601, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30106, + "FloorID": 30106001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3000701": { + "ID": 3000701, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30107, + "FloorID": 30107001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3000801": { + "ID": 3000801, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30108, + "FloorID": 30108001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3000901": { + "ID": 3000901, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30109, + "FloorID": 30109001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001001": { + "ID": 3001001, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30110, + "FloorID": 30110001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001101": { + "ID": 3001101, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30111, + "FloorID": 30111001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001201": { + "ID": 3001201, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30112, + "FloorID": 30112001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001301": { + "ID": 3001301, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30113, + "FloorID": 30113001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001401": { + "ID": 3001401, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30114, + "FloorID": 30114001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001501": { + "ID": 3001501, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30115, + "FloorID": 30115001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001601": { + "ID": 3001601, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30116, + "FloorID": 30116001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001701": { + "ID": 3001701, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30117, + "FloorID": 30117001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001801": { + "ID": 3001801, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30118, + "FloorID": 30118001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3001901": { + "ID": 3001901, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30119, + "FloorID": 30119001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3002001": { + "ID": 3002001, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30120, + "FloorID": 30120001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3020101": { + "ID": 3020101, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30201, + "FloorID": 30201001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3020201": { + "ID": 3020201, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30201, + "FloorID": 30202001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3020301": { + "ID": 3020301, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30201, + "FloorID": 30203001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3020401": { + "ID": 3020401, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30201, + "FloorID": 30204001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3020501": { + "ID": 3020501, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30201, + "FloorID": 30205001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "3020601": { + "ID": 3020601, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 30201, + "FloorID": 30206001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "4010101": { + "ID": 4010101, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 40101, + "FloorID": 40101001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010101": { + "ID": 8010101, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80101, + "FloorID": 80101001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010201": { + "ID": 8010201, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80102, + "FloorID": 80102001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010301": { + "ID": 8010301, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80103, + "FloorID": 80103001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010401": { + "ID": 8010401, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80104, + "FloorID": 80104001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010402": { + "ID": 8010402, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80104, + "FloorID": 80104002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010403": { + "ID": 8010403, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80104, + "FloorID": 80104003, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010501": { + "ID": 8010501, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80105, + "FloorID": 80105001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010502": { + "ID": 8010502, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80105, + "FloorID": 80105002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010503": { + "ID": 8010503, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80105, + "FloorID": 80105003, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010601": { + "ID": 8010601, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80106, + "FloorID": 80106001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010602": { + "ID": 8010602, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80106, + "FloorID": 80106002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010603": { + "ID": 8010603, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80106, + "FloorID": 80106003, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010701": { + "ID": 8010701, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80107, + "FloorID": 80107001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010801": { + "ID": 8010801, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80108, + "FloorID": 80108001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8010901": { + "ID": 8010901, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80109, + "FloorID": 80109001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8011001": { + "ID": 8011001, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80110, + "FloorID": 80110001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8011101": { + "ID": 8011101, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80111, + "FloorID": 80111001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8011201": { + "ID": 8011201, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80112, + "FloorID": 80112001, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8011301": { + "ID": 8011301, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80113, + "FloorID": 80113001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8011302": { + "ID": 8011302, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80113, + "FloorID": 80113002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "8011303": { + "ID": 8011303, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80113, + "FloorID": 80113003, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9020101": { + "ID": 9020101, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90201, + "FloorID": 90201001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9020201": { + "ID": 9020201, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90202, + "FloorID": 90201002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030101": { + "ID": 9030101, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90301, + "FloorID": 90301001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030102": { + "ID": 9030102, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90301, + "FloorID": 90301002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030103": { + "ID": 9030103, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90301, + "FloorID": 90301003, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030104": { + "ID": 9030104, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90301, + "FloorID": 90301004, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030201": { + "ID": 9030201, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90302, + "FloorID": 90302001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030301": { + "ID": 9030301, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90303, + "FloorID": 90303001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030302": { + "ID": 9030302, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90303, + "FloorID": 90303002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030303": { + "ID": 9030303, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90303, + "FloorID": 90303003, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030304": { + "ID": 9030304, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90303, + "FloorID": 90303004, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030305": { + "ID": 9030305, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90303, + "FloorID": 90303005, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030306": { + "ID": 9030306, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90303, + "FloorID": 90303006, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030307": { + "ID": 9030307, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90303, + "FloorID": 90303007, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030308": { + "ID": 9030308, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90303, + "FloorID": 90303008, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9030309": { + "ID": 9030309, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90303, + "FloorID": 90303009, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9040101": { + "ID": 9040101, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Explore", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90401, + "FloorID": 90401001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90501001": { + "ID": 90501001, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501001, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "905010011": { + "ID": 905010011, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501001, + "StartGroupID": 1, + "StartAnchorID": 2, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "905010012": { + "ID": 905010012, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501001, + "StartGroupID": 1, + "StartAnchorID": 3, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "905010013": { + "ID": 905010013, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501001, + "StartGroupID": 1, + "StartAnchorID": 7, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90501002": { + "ID": 90501002, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501002, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "905010021": { + "ID": 905010021, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501002, + "StartGroupID": 1, + "StartAnchorID": 2, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90501003": { + "ID": 90501003, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501003, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "905010031": { + "ID": 905010031, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501003, + "StartGroupID": 1, + "StartAnchorID": 2, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "905010032": { + "ID": 905010032, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501003, + "StartGroupID": 1, + "StartAnchorID": 3, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90501004": { + "ID": 90501004, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501004, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90501005": { + "ID": 90501005, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501005, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90501006": { + "ID": 90501006, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501006, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90501007": { + "ID": 90501007, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": 4, + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneVallige.png", + "MiniMapIconHintList": [ + 4 + ], + "ShowReward": 0, + "PlaneID": 90501, + "FloorID": 90501007, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9999801": { + "ID": 9999801, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 0, + "PlaneID": 99998, + "FloorID": 99998, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9999802": { + "ID": 9999802, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 0, + "PlaneID": 90002, + "FloorID": 90002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9999803": { + "ID": 9999803, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 0, + "PlaneID": 90002, + "FloorID": 9000201, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9999804": { + "ID": 9999804, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 0, + "PlaneID": 90002, + "FloorID": 90002001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9999811": { + "ID": 9999811, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [ + 6, + 7 + ], + "ShowReward": 0, + "PlaneID": 99998, + "FloorID": 99998001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9999812": { + "ID": 9999812, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 80112, + "FloorID": 80112001, + "StartGroupID": 1, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9999901": { + "ID": 9999901, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 99999, + "FloorID": 99999001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "9999701": { + "ID": 9999701, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Town", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 99997, + "FloorID": 99997001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101001": { + "ID": 90101001, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101001, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101002": { + "ID": 90101002, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101002, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101003": { + "ID": 90101003, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101003, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101004": { + "ID": 90101004, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101004, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101005": { + "ID": 90101005, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101005, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101006": { + "ID": 90101006, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101006, + "StartGroupID": 2, + "StartAnchorID": 1, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101007": { + "ID": 90101007, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101007, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101008": { + "ID": 90101008, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101008, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101009": { + "ID": 90101009, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101009, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101010": { + "ID": 90101010, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101010, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101011": { + "ID": 90101011, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101011, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101012": { + "ID": 90101012, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101012, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + }, + "90101013": { + "ID": 90101013, + "IsShowInMapMenu": false, + "MapMenuSortID": 999, + "EntranceType": "Mission", + "EntranceGroupID": 0, + "Name": { + "hash": 1354018532 + }, + "Desc": { + "hash": 1354018532 + }, + "EntranceListIcon": "", + "ImagePath": "SpriteOutput/LevelDetailPic/PicSceneMaze01.png", + "MiniMapIconHintList": [], + "ShowReward": 0, + "PlaneID": 90101, + "FloorID": 90101013, + "StartGroupID": 0, + "StartAnchorID": 0, + "TargetMission": 0, + "TargetMainMissionList": [], + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishQuestList": [], + "UnlockQuest": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MapEntryGroupExcelTable.json b/CrepePackage/src/data/excel/MapEntryGroupExcelTable.json new file mode 100644 index 0000000..17d92d5 --- /dev/null +++ b/CrepePackage/src/data/excel/MapEntryGroupExcelTable.json @@ -0,0 +1,106 @@ +{ + "10000": { + "ID": 10000, + "MapGuideID": 1001, + "Type": 1, + "GroupName": { + "hash": -1560252018 + } + }, + "10101": { + "ID": 10101, + "MapGuideID": 1001, + "Type": 1, + "GroupName": { + "hash": -1560251922 + } + }, + "10102": { + "ID": 10102, + "MapGuideID": 1001, + "Type": 1, + "GroupName": { + "hash": -1560251919 + } + }, + "20101": { + "ID": 20101, + "MapGuideID": 1001, + "Type": 2, + "GroupName": { + "hash": -1560250831 + } + }, + "20111": { + "ID": 20111, + "MapGuideID": 1001, + "Type": 2, + "GroupName": { + "hash": 5833110 + } + }, + "20121": { + "ID": 20121, + "MapGuideID": 1001, + "Type": 2, + "GroupName": { + "hash": -397451417 + } + }, + "20122": { + "ID": 20122, + "MapGuideID": 1001, + "Type": 2, + "GroupName": { + "hash": -397451420 + } + }, + "20123": { + "ID": 20123, + "MapGuideID": 1001, + "Type": 2, + "GroupName": { + "hash": -397451419 + } + }, + "20131": { + "ID": 20131, + "MapGuideID": 1001, + "Type": 2, + "GroupName": { + "hash": 1168632524 + } + }, + "20132": { + "ID": 20132, + "MapGuideID": 1001, + "Type": 2, + "GroupName": { + "hash": 1168632521 + } + }, + "20133": { + "ID": 20133, + "MapGuideID": 1001, + "Type": 2, + "GroupName": { + "hash": 1168632522 + } + }, + "99999": { + "ID": 99999, + "MapGuideID": 1099, + "Type": 2, + "GroupName": { + "hash": 1350208342 + } + }, + "99996": { + "ID": 99996, + "MapGuideID": 1099, + "Type": 2, + "GroupName": { + "hash": 1350208333 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MapGuideExcelTable.json b/CrepePackage/src/data/excel/MapGuideExcelTable.json new file mode 100644 index 0000000..1d72051 --- /dev/null +++ b/CrepePackage/src/data/excel/MapGuideExcelTable.json @@ -0,0 +1,22 @@ +{ + "1001": { + "ID": 1001, + "WorldID": 1, + "MapGuideName": { + "hash": -1969734618 + }, + "SheetID": 1, + "SheetType": 1, + "MapGuideIconPath": "" + }, + "1099": { + "ID": 1099, + "WorldID": 1, + "MapGuideName": { + "hash": -47420309 + }, + "SheetID": 2, + "SheetType": 2, + "MapGuideIconPath": "" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MapShortCutConfigExcelTable.json b/CrepePackage/src/data/excel/MapShortCutConfigExcelTable.json new file mode 100644 index 0000000..869182b --- /dev/null +++ b/CrepePackage/src/data/excel/MapShortCutConfigExcelTable.json @@ -0,0 +1,32 @@ +{ + "1001": { + "ID": 1001, + "Name": { + "hash": -348099049 + }, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapNpc2.png", + "UnlockID": 9909, + "EntranceID": 1000001, + "MappingInfoID": 1000001 + }, + "1002": { + "ID": 1002, + "Name": { + "hash": -751383576 + }, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapExit2.png", + "UnlockID": 9910, + "EntranceID": 8011201, + "MappingInfoID": 2219 + }, + "1003": { + "ID": 1003, + "Name": { + "hash": 814700365 + }, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapChallenge.png", + "UnlockID": 9911, + "EntranceID": 1010201, + "MappingInfoID": 2206 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MappingInfoExcelTable.json b/CrepePackage/src/data/excel/MappingInfoExcelTable.json new file mode 100644 index 0000000..3ff6c61 --- /dev/null +++ b/CrepePackage/src/data/excel/MappingInfoExcelTable.json @@ -0,0 +1,7243 @@ +{ + "1001:0": { + "ID": 1001, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1448898566 + }, + "Desc": { + "hash": 530978844 + }, + "ShowMonsterList": [ + 8001010, + 8001020 + ], + "RewardList": [ + 104000 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1001:1": { + "ID": 1001, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1448898566 + }, + "Desc": { + "hash": 530978844 + }, + "ShowMonsterList": [ + 8001010, + 8001020 + ], + "RewardList": [ + 104001 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1001:2": { + "ID": 1001, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1448898566 + }, + "Desc": { + "hash": 530978844 + }, + "ShowMonsterList": [ + 8001010, + 8001020 + ], + "RewardList": [ + 104002 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1001:3": { + "ID": 1001, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1448898566 + }, + "Desc": { + "hash": 530978844 + }, + "ShowMonsterList": [ + 8001010, + 8001020 + ], + "RewardList": [ + 104003 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1001:4": { + "ID": 1001, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1448898566 + }, + "Desc": { + "hash": 530978844 + }, + "ShowMonsterList": [ + 8001010, + 8001020 + ], + "RewardList": [ + 104004 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1001:5": { + "ID": 1001, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1448898566 + }, + "Desc": { + "hash": 530978844 + }, + "ShowMonsterList": [ + 8001010, + 8001020 + ], + "RewardList": [ + 104005 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1001:6": { + "ID": 1001, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1448898566 + }, + "Desc": { + "hash": 530978844 + }, + "ShowMonsterList": [ + 8001010, + 8001020 + ], + "RewardList": [ + 104006 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1002:0": { + "ID": 1002, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 26, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1045614039 + }, + "Desc": { + "hash": 934263371 + }, + "ShowMonsterList": [ + 1022020, + 1022010, + 8001010 + ], + "RewardList": [ + 104020 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1002:1": { + "ID": 1002, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 26, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1045614039 + }, + "Desc": { + "hash": 934263371 + }, + "ShowMonsterList": [ + 1022020, + 1022010, + 8001010 + ], + "RewardList": [ + 104021 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1002:2": { + "ID": 1002, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 26, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1045614039 + }, + "Desc": { + "hash": 934263371 + }, + "ShowMonsterList": [ + 1022020, + 1022010, + 8001010 + ], + "RewardList": [ + 104022 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1002:3": { + "ID": 1002, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 26, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1045614039 + }, + "Desc": { + "hash": 934263371 + }, + "ShowMonsterList": [ + 1022020, + 1022010, + 8001010 + ], + "RewardList": [ + 104023 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1002:4": { + "ID": 1002, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 26, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1045614039 + }, + "Desc": { + "hash": 934263371 + }, + "ShowMonsterList": [ + 1022020, + 1022010, + 8001010 + ], + "RewardList": [ + 104024 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1002:5": { + "ID": 1002, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 26, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1045614039 + }, + "Desc": { + "hash": 934263371 + }, + "ShowMonsterList": [ + 1022020, + 1022010, + 8001010 + ], + "RewardList": [ + 104025 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1002:6": { + "ID": 1002, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 26, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1045614039 + }, + "Desc": { + "hash": 934263371 + }, + "ShowMonsterList": [ + 1022020, + 1022010, + 8001010 + ], + "RewardList": [ + 104026 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1003:0": { + "ID": 1003, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 20, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1683269316 + }, + "Desc": { + "hash": -631820570 + }, + "ShowMonsterList": [ + 1012030, + 1012010, + 1012020 + ], + "RewardList": [ + 104010 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1003:1": { + "ID": 1003, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 20, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1683269316 + }, + "Desc": { + "hash": -631820570 + }, + "ShowMonsterList": [ + 1012030, + 1012010, + 1012020 + ], + "RewardList": [ + 104011 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1003:2": { + "ID": 1003, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 20, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1683269316 + }, + "Desc": { + "hash": -631820570 + }, + "ShowMonsterList": [ + 1012030, + 1012010, + 1012020 + ], + "RewardList": [ + 104012 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1003:3": { + "ID": 1003, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 20, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1683269316 + }, + "Desc": { + "hash": -631820570 + }, + "ShowMonsterList": [ + 1012030, + 1012010, + 1012020 + ], + "RewardList": [ + 104013 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1003:4": { + "ID": 1003, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 20, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1683269316 + }, + "Desc": { + "hash": -631820570 + }, + "ShowMonsterList": [ + 1012030, + 1012010, + 1012020 + ], + "RewardList": [ + 104014 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1003:5": { + "ID": 1003, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 20, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1683269316 + }, + "Desc": { + "hash": -631820570 + }, + "ShowMonsterList": [ + 1012030, + 1012010, + 1012020 + ], + "RewardList": [ + 104015 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1003:6": { + "ID": 1003, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 20, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1683269316 + }, + "Desc": { + "hash": -631820570 + }, + "ShowMonsterList": [ + 1012030, + 1012010, + 1012020 + ], + "RewardList": [ + 104016 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1004:0": { + "ID": 1004, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 2086553843 + }, + "Desc": { + "hash": 127694317 + }, + "ShowMonsterList": [ + 8012010, + 8012020, + 8012030, + 8011010 + ], + "RewardList": [ + 104030 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1004:1": { + "ID": 1004, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 2086553843 + }, + "Desc": { + "hash": 127694317 + }, + "ShowMonsterList": [ + 8012010, + 8012020, + 8012030, + 8011010 + ], + "RewardList": [ + 104031 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1004:2": { + "ID": 1004, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 2086553843 + }, + "Desc": { + "hash": 127694317 + }, + "ShowMonsterList": [ + 8012010, + 8012020, + 8012030, + 8011010 + ], + "RewardList": [ + 104032 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1004:3": { + "ID": 1004, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 2086553843 + }, + "Desc": { + "hash": 127694317 + }, + "ShowMonsterList": [ + 8012010, + 8012020, + 8012030, + 8011010 + ], + "RewardList": [ + 104033 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1004:4": { + "ID": 1004, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 2086553843 + }, + "Desc": { + "hash": 127694317 + }, + "ShowMonsterList": [ + 8012010, + 8012020, + 8012030, + 8011010 + ], + "RewardList": [ + 104034 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1004:5": { + "ID": 1004, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 2086553843 + }, + "Desc": { + "hash": 127694317 + }, + "ShowMonsterList": [ + 8012010, + 8012020, + 8012030, + 8011010 + ], + "RewardList": [ + 104035 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1004:6": { + "ID": 1004, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 2086553843 + }, + "Desc": { + "hash": 127694317 + }, + "ShowMonsterList": [ + 8012010, + 8012020, + 8012030, + 8011010 + ], + "RewardList": [ + 104036 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1005:0": { + "ID": 1005, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 23, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 520469902 + }, + "Desc": { + "hash": -1438389624 + }, + "ShowMonsterList": [ + 8012010, + 8011020, + 8012030 + ], + "RewardList": [ + 104060 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1005:1": { + "ID": 1005, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 23, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 520469902 + }, + "Desc": { + "hash": -1438389624 + }, + "ShowMonsterList": [ + 8012010, + 8011020, + 8012030 + ], + "RewardList": [ + 104061 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1005:2": { + "ID": 1005, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 23, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 520469902 + }, + "Desc": { + "hash": -1438389624 + }, + "ShowMonsterList": [ + 8012010, + 8011020, + 8012030 + ], + "RewardList": [ + 104062 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1005:3": { + "ID": 1005, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 23, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 520469902 + }, + "Desc": { + "hash": -1438389624 + }, + "ShowMonsterList": [ + 8012010, + 8011020, + 8012030 + ], + "RewardList": [ + 104063 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1005:4": { + "ID": 1005, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 23, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 520469902 + }, + "Desc": { + "hash": -1438389624 + }, + "ShowMonsterList": [ + 8012010, + 8011020, + 8012030 + ], + "RewardList": [ + 104064 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1005:5": { + "ID": 1005, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 23, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 520469902 + }, + "Desc": { + "hash": -1438389624 + }, + "ShowMonsterList": [ + 8012010, + 8011020, + 8012030 + ], + "RewardList": [ + 104065 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1005:6": { + "ID": 1005, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 23, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 520469902 + }, + "Desc": { + "hash": -1438389624 + }, + "ShowMonsterList": [ + 8012010, + 8011020, + 8012030 + ], + "RewardList": [ + 104066 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1006:0": { + "ID": 1006, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 923754429 + }, + "Desc": { + "hash": -1035105097 + }, + "ShowMonsterList": [ + 1002040, + 1002050 + ], + "RewardList": [ + 104040 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1006:1": { + "ID": 1006, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 923754429 + }, + "Desc": { + "hash": -1035105097 + }, + "ShowMonsterList": [ + 1002040, + 1002050 + ], + "RewardList": [ + 104041 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1006:2": { + "ID": 1006, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 923754429 + }, + "Desc": { + "hash": -1035105097 + }, + "ShowMonsterList": [ + 1002040, + 1002050 + ], + "RewardList": [ + 104042 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1006:3": { + "ID": 1006, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 923754429 + }, + "Desc": { + "hash": -1035105097 + }, + "ShowMonsterList": [ + 1002040, + 1002050 + ], + "RewardList": [ + 104043 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1006:4": { + "ID": 1006, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 923754429 + }, + "Desc": { + "hash": -1035105097 + }, + "ShowMonsterList": [ + 1002040, + 1002050 + ], + "RewardList": [ + 104044 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1006:5": { + "ID": 1006, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 923754429 + }, + "Desc": { + "hash": -1035105097 + }, + "ShowMonsterList": [ + 1002040, + 1002050 + ], + "RewardList": [ + 104045 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1006:6": { + "ID": 1006, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 16, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 923754429 + }, + "Desc": { + "hash": -1035105097 + }, + "ShowMonsterList": [ + 1002040, + 1002050 + ], + "RewardList": [ + 104046 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1007:0": { + "ID": 1007, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -642329512 + }, + "Desc": { + "hash": 1693778258 + }, + "ShowMonsterList": [ + 8001020, + 1022010, + 1022020 + ], + "RewardList": [ + 104090 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1007:1": { + "ID": 1007, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -642329512 + }, + "Desc": { + "hash": 1693778258 + }, + "ShowMonsterList": [ + 8001020, + 1022010, + 1022020 + ], + "RewardList": [ + 104091 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1007:2": { + "ID": 1007, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -642329512 + }, + "Desc": { + "hash": 1693778258 + }, + "ShowMonsterList": [ + 8001020, + 1022010, + 1022020 + ], + "RewardList": [ + 104092 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1007:3": { + "ID": 1007, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -642329512 + }, + "Desc": { + "hash": 1693778258 + }, + "ShowMonsterList": [ + 8001020, + 1022010, + 1022020 + ], + "RewardList": [ + 104093 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1007:4": { + "ID": 1007, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -642329512 + }, + "Desc": { + "hash": 1693778258 + }, + "ShowMonsterList": [ + 8001020, + 1022010, + 1022020 + ], + "RewardList": [ + 104094 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1007:5": { + "ID": 1007, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -642329512 + }, + "Desc": { + "hash": 1693778258 + }, + "ShowMonsterList": [ + 8001020, + 1022010, + 1022020 + ], + "RewardList": [ + 104095 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1007:6": { + "ID": 1007, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -642329512 + }, + "Desc": { + "hash": 1693778258 + }, + "ShowMonsterList": [ + 8001020, + 1022010, + 1022020 + ], + "RewardList": [ + 104096 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1008:0": { + "ID": 1008, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 7, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 473415735 + }, + "Desc": { + "hash": -1841674151 + }, + "ShowMonsterList": [ + 1012030, + 1002020, + 1012010 + ], + "RewardList": [ + 104050 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1008:1": { + "ID": 1008, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 7, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 473415735 + }, + "Desc": { + "hash": -1841674151 + }, + "ShowMonsterList": [ + 1012030, + 1002020, + 1012010 + ], + "RewardList": [ + 104051 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1008:2": { + "ID": 1008, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 7, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 473415735 + }, + "Desc": { + "hash": -1841674151 + }, + "ShowMonsterList": [ + 1012030, + 1002020, + 1012010 + ], + "RewardList": [ + 104052 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1008:3": { + "ID": 1008, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 7, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 473415735 + }, + "Desc": { + "hash": -1841674151 + }, + "ShowMonsterList": [ + 1012030, + 1002020, + 1012010 + ], + "RewardList": [ + 104053 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1008:4": { + "ID": 1008, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 7, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 473415735 + }, + "Desc": { + "hash": -1841674151 + }, + "ShowMonsterList": [ + 1012030, + 1002020, + 1012010 + ], + "RewardList": [ + 104054 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1008:5": { + "ID": 1008, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 7, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 473415735 + }, + "Desc": { + "hash": -1841674151 + }, + "ShowMonsterList": [ + 1012030, + 1002020, + 1012010 + ], + "RewardList": [ + 104055 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1008:6": { + "ID": 1008, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 7, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 473415735 + }, + "Desc": { + "hash": -1841674151 + }, + "ShowMonsterList": [ + 1012030, + 1002020, + 1012010 + ], + "RewardList": [ + 104056 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1009:0": { + "ID": 1009, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 17, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1092668206 + }, + "Desc": { + "hash": 887209204 + }, + "ShowMonsterList": [ + 8001020, + 8002010, + 1022010, + 1022020 + ], + "RewardList": [ + 104080 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1009:1": { + "ID": 1009, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 17, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1092668206 + }, + "Desc": { + "hash": 887209204 + }, + "ShowMonsterList": [ + 8001020, + 8002010, + 1022010, + 1022020 + ], + "RewardList": [ + 104081 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1009:2": { + "ID": 1009, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 17, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1092668206 + }, + "Desc": { + "hash": 887209204 + }, + "ShowMonsterList": [ + 8001020, + 8002010, + 1022010, + 1022020 + ], + "RewardList": [ + 104082 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1009:3": { + "ID": 1009, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 17, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1092668206 + }, + "Desc": { + "hash": 887209204 + }, + "ShowMonsterList": [ + 8001020, + 8002010, + 1022010, + 1022020 + ], + "RewardList": [ + 104083 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1009:4": { + "ID": 1009, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 17, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1092668206 + }, + "Desc": { + "hash": 887209204 + }, + "ShowMonsterList": [ + 8001020, + 8002010, + 1022010, + 1022020 + ], + "RewardList": [ + 104084 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1009:5": { + "ID": 1009, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 17, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1092668206 + }, + "Desc": { + "hash": 887209204 + }, + "ShowMonsterList": [ + 8001020, + 8002010, + 1022010, + 1022020 + ], + "RewardList": [ + 104085 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1009:6": { + "ID": 1009, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 17, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1092668206 + }, + "Desc": { + "hash": 887209204 + }, + "ShowMonsterList": [ + 8001020, + 8002010, + 1022010, + 1022020 + ], + "RewardList": [ + 104086 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010:0": { + "ID": 1010, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 25, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 117185376 + }, + "Desc": { + "hash": 2097062786 + }, + "ShowMonsterList": [ + 1012010, + 1012030, + 1002030, + 1002040 + ], + "RewardList": [ + 104070 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010:1": { + "ID": 1010, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 25, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 117185376 + }, + "Desc": { + "hash": 2097062786 + }, + "ShowMonsterList": [ + 1012010, + 1012030, + 1002030, + 1002040 + ], + "RewardList": [ + 104071 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010:2": { + "ID": 1010, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 25, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 117185376 + }, + "Desc": { + "hash": 2097062786 + }, + "ShowMonsterList": [ + 1012010, + 1012030, + 1002030, + 1002040 + ], + "RewardList": [ + 104072 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010:3": { + "ID": 1010, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 25, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 117185376 + }, + "Desc": { + "hash": 2097062786 + }, + "ShowMonsterList": [ + 1012010, + 1012030, + 1002030, + 1002040 + ], + "RewardList": [ + 104073 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010:4": { + "ID": 1010, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 25, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 117185376 + }, + "Desc": { + "hash": 2097062786 + }, + "ShowMonsterList": [ + 1012010, + 1012030, + 1002030, + 1002040 + ], + "RewardList": [ + 104074 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010:5": { + "ID": 1010, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 25, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 117185376 + }, + "Desc": { + "hash": 2097062786 + }, + "ShowMonsterList": [ + 1012010, + 1012030, + 1002030, + 1002040 + ], + "RewardList": [ + 104075 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010:6": { + "ID": 1010, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 25, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 117185376 + }, + "Desc": { + "hash": 2097062786 + }, + "ShowMonsterList": [ + 1012010, + 1012030, + 1002030, + 1002040 + ], + "RewardList": [ + 104076 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1101:0": { + "ID": 1101, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 96982399 + }, + "Desc": { + "hash": 2076859809 + }, + "ShowMonsterList": [ + 8013010, + 8012010 + ], + "RewardList": [ + 104850 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1101:1": { + "ID": 1101, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 96982399 + }, + "Desc": { + "hash": 2076859809 + }, + "ShowMonsterList": [ + 8013010, + 8012010 + ], + "RewardList": [ + 104851 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1101:2": { + "ID": 1101, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 96982399 + }, + "Desc": { + "hash": 2076859809 + }, + "ShowMonsterList": [ + 8013010, + 8012010 + ], + "RewardList": [ + 104852 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1101:3": { + "ID": 1101, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 96982399 + }, + "Desc": { + "hash": 2076859809 + }, + "ShowMonsterList": [ + 8013010, + 8012010 + ], + "RewardList": [ + 104853 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1101:4": { + "ID": 1101, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 96982399 + }, + "Desc": { + "hash": 2076859809 + }, + "ShowMonsterList": [ + 8013010, + 8012010 + ], + "RewardList": [ + 104854 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1101:5": { + "ID": 1101, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 96982399 + }, + "Desc": { + "hash": 2076859809 + }, + "ShowMonsterList": [ + 8013010, + 8012010 + ], + "RewardList": [ + 104855 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1101:6": { + "ID": 1101, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 96982399 + }, + "Desc": { + "hash": 2076859809 + }, + "ShowMonsterList": [ + 8013010, + 8012010 + ], + "RewardList": [ + 104856 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1102:0": { + "ID": 1102, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 13, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 1663066340 + }, + "Desc": { + "hash": -652023546 + }, + "ShowMonsterList": [ + 8003050 + ], + "RewardList": [ + 104840 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1102:1": { + "ID": 1102, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 13, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 1663066340 + }, + "Desc": { + "hash": -652023546 + }, + "ShowMonsterList": [ + 8003050 + ], + "RewardList": [ + 104841 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1102:2": { + "ID": 1102, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 13, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 1663066340 + }, + "Desc": { + "hash": -652023546 + }, + "ShowMonsterList": [ + 8003050 + ], + "RewardList": [ + 104842 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1102:3": { + "ID": 1102, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 13, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 1663066340 + }, + "Desc": { + "hash": -652023546 + }, + "ShowMonsterList": [ + 8003050 + ], + "RewardList": [ + 104843 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1102:4": { + "ID": 1102, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 13, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 1663066340 + }, + "Desc": { + "hash": -652023546 + }, + "ShowMonsterList": [ + 8003050 + ], + "RewardList": [ + 104844 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1102:5": { + "ID": 1102, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 13, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 1663066340 + }, + "Desc": { + "hash": -652023546 + }, + "ShowMonsterList": [ + 8003050 + ], + "RewardList": [ + 104845 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1102:6": { + "ID": 1102, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 13, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 1663066340 + }, + "Desc": { + "hash": -652023546 + }, + "ShowMonsterList": [ + 8003050 + ], + "RewardList": [ + 104846 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1103:0": { + "ID": 1103, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -1065817015 + }, + "Desc": { + "hash": 914060395 + }, + "ShowMonsterList": [ + 8003030, + 1022010 + ], + "RewardList": [ + 104830 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1103:1": { + "ID": 1103, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -1065817015 + }, + "Desc": { + "hash": 914060395 + }, + "ShowMonsterList": [ + 8003030, + 1022010 + ], + "RewardList": [ + 104831 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1103:2": { + "ID": 1103, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -1065817015 + }, + "Desc": { + "hash": 914060395 + }, + "ShowMonsterList": [ + 8003030, + 1022010 + ], + "RewardList": [ + 104832 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1103:3": { + "ID": 1103, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -1065817015 + }, + "Desc": { + "hash": 914060395 + }, + "ShowMonsterList": [ + 8003030, + 1022010 + ], + "RewardList": [ + 104833 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1103:4": { + "ID": 1103, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -1065817015 + }, + "Desc": { + "hash": 914060395 + }, + "ShowMonsterList": [ + 8003030, + 1022010 + ], + "RewardList": [ + 104834 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1103:5": { + "ID": 1103, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -1065817015 + }, + "Desc": { + "hash": 914060395 + }, + "ShowMonsterList": [ + 8003030, + 1022010 + ], + "RewardList": [ + 104835 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1103:6": { + "ID": 1103, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -1065817015 + }, + "Desc": { + "hash": 914060395 + }, + "ShowMonsterList": [ + 8003030, + 1022010 + ], + "RewardList": [ + 104836 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1104:0": { + "ID": 1104, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 19, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 500266926 + }, + "Desc": { + "hash": -1458592600 + }, + "ShowMonsterList": [ + 8003020, + 8001010, + 1022020 + ], + "RewardList": [ + 104810 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1104:1": { + "ID": 1104, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 19, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 500266926 + }, + "Desc": { + "hash": -1458592600 + }, + "ShowMonsterList": [ + 8003020, + 8001010, + 1022020 + ], + "RewardList": [ + 104811 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1104:2": { + "ID": 1104, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 19, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 500266926 + }, + "Desc": { + "hash": -1458592600 + }, + "ShowMonsterList": [ + 8003020, + 8001010, + 1022020 + ], + "RewardList": [ + 104812 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1104:3": { + "ID": 1104, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 19, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 500266926 + }, + "Desc": { + "hash": -1458592600 + }, + "ShowMonsterList": [ + 8003020, + 8001010, + 1022020 + ], + "RewardList": [ + 104813 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1104:4": { + "ID": 1104, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 19, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 500266926 + }, + "Desc": { + "hash": -1458592600 + }, + "ShowMonsterList": [ + 8003020, + 8001010, + 1022020 + ], + "RewardList": [ + 104814 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1104:5": { + "ID": 1104, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 19, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 500266926 + }, + "Desc": { + "hash": -1458592600 + }, + "ShowMonsterList": [ + 8003020, + 8001010, + 1022020 + ], + "RewardList": [ + 104815 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1104:6": { + "ID": 1104, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 19, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 500266926 + }, + "Desc": { + "hash": -1458592600 + }, + "ShowMonsterList": [ + 8003020, + 8001010, + 1022020 + ], + "RewardList": [ + 104816 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1105:0": { + "ID": 1105, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 2066350867 + }, + "Desc": { + "hash": 107491341 + }, + "ShowMonsterList": [ + 1013020, + 1012020, + 1012010 + ], + "RewardList": [ + 104800 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1105:1": { + "ID": 1105, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 2066350867 + }, + "Desc": { + "hash": 107491341 + }, + "ShowMonsterList": [ + 1013020, + 1012020, + 1012010 + ], + "RewardList": [ + 104801 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1105:2": { + "ID": 1105, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 2066350867 + }, + "Desc": { + "hash": 107491341 + }, + "ShowMonsterList": [ + 1013020, + 1012020, + 1012010 + ], + "RewardList": [ + 104802 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1105:3": { + "ID": 1105, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 2066350867 + }, + "Desc": { + "hash": 107491341 + }, + "ShowMonsterList": [ + 1013020, + 1012020, + 1012010 + ], + "RewardList": [ + 104803 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1105:4": { + "ID": 1105, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 2066350867 + }, + "Desc": { + "hash": 107491341 + }, + "ShowMonsterList": [ + 1013020, + 1012020, + 1012010 + ], + "RewardList": [ + 104804 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1105:5": { + "ID": 1105, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 2066350867 + }, + "Desc": { + "hash": 107491341 + }, + "ShowMonsterList": [ + 1013020, + 1012020, + 1012010 + ], + "RewardList": [ + 104805 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1105:6": { + "ID": 1105, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 21, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 2066350867 + }, + "Desc": { + "hash": 107491341 + }, + "ShowMonsterList": [ + 1013020, + 1012020, + 1012010 + ], + "RewardList": [ + 104806 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1106:0": { + "ID": 1106, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 53, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -662532488 + }, + "Desc": { + "hash": 1673575282 + }, + "ShowMonsterList": [ + 1023020 + ], + "RewardList": [ + 104820 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1106:1": { + "ID": 1106, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 53, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -662532488 + }, + "Desc": { + "hash": 1673575282 + }, + "ShowMonsterList": [ + 1023020 + ], + "RewardList": [ + 104821 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1106:2": { + "ID": 1106, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 53, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -662532488 + }, + "Desc": { + "hash": 1673575282 + }, + "ShowMonsterList": [ + 1023020 + ], + "RewardList": [ + 104822 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1106:3": { + "ID": 1106, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 53, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -662532488 + }, + "Desc": { + "hash": 1673575282 + }, + "ShowMonsterList": [ + 1023020 + ], + "RewardList": [ + 104823 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1106:4": { + "ID": 1106, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 53, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -662532488 + }, + "Desc": { + "hash": 1673575282 + }, + "ShowMonsterList": [ + 1023020 + ], + "RewardList": [ + 104824 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1106:5": { + "ID": 1106, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 53, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -662532488 + }, + "Desc": { + "hash": 1673575282 + }, + "ShowMonsterList": [ + 1023020 + ], + "RewardList": [ + 104825 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1106:6": { + "ID": 1106, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 53, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": -662532488 + }, + "Desc": { + "hash": 1673575282 + }, + "ShowMonsterList": [ + 1023020 + ], + "RewardList": [ + 104826 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1107:0": { + "ID": 1107, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 7, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 903551453 + }, + "Desc": { + "hash": -1055308073 + }, + "ShowMonsterList": [ + 8003010, + 8001020, + 1022010 + ], + "RewardList": [ + 104860 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1107:1": { + "ID": 1107, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 7, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 903551453 + }, + "Desc": { + "hash": -1055308073 + }, + "ShowMonsterList": [ + 8003010, + 8001020, + 1022010 + ], + "RewardList": [ + 104861 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1107:2": { + "ID": 1107, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 7, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 903551453 + }, + "Desc": { + "hash": -1055308073 + }, + "ShowMonsterList": [ + 8003010, + 8001020, + 1022010 + ], + "RewardList": [ + 104862 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1107:3": { + "ID": 1107, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 7, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 903551453 + }, + "Desc": { + "hash": -1055308073 + }, + "ShowMonsterList": [ + 8003010, + 8001020, + 1022010 + ], + "RewardList": [ + 104863 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1107:4": { + "ID": 1107, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 7, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 903551453 + }, + "Desc": { + "hash": -1055308073 + }, + "ShowMonsterList": [ + 8003010, + 8001020, + 1022010 + ], + "RewardList": [ + 104864 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1107:5": { + "ID": 1107, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 7, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 903551453 + }, + "Desc": { + "hash": -1055308073 + }, + "ShowMonsterList": [ + 8003010, + 8001020, + 1022010 + ], + "RewardList": [ + 104865 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1107:6": { + "ID": 1107, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 7, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 903551453 + }, + "Desc": { + "hash": -1055308073 + }, + "ShowMonsterList": [ + 8003010, + 8001020, + 1022010 + ], + "RewardList": [ + 104866 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1201:0": { + "ID": 1201, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 15, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1166573564 + }, + "Desc": { + "hash": 813303846 + }, + "ShowMonsterList": [ + 8013010, + 8012020, + 8012010, + 8012030, + 8011020, + 8011010 + ], + "RewardList": [ + 104500 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1201:1": { + "ID": 1201, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 15, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1166573564 + }, + "Desc": { + "hash": 813303846 + }, + "ShowMonsterList": [ + 8013010, + 8012020, + 8012010, + 8012030, + 8011020, + 8011010 + ], + "RewardList": [ + 104501 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1201:2": { + "ID": 1201, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 15, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1166573564 + }, + "Desc": { + "hash": 813303846 + }, + "ShowMonsterList": [ + 8013010, + 8012020, + 8012010, + 8012030, + 8011020, + 8011010 + ], + "RewardList": [ + 104502 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1201:3": { + "ID": 1201, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 15, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1166573564 + }, + "Desc": { + "hash": 813303846 + }, + "ShowMonsterList": [ + 8013010, + 8012020, + 8012010, + 8012030, + 8011020, + 8011010 + ], + "RewardList": [ + 104503 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1201:4": { + "ID": 1201, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 15, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1166573564 + }, + "Desc": { + "hash": 813303846 + }, + "ShowMonsterList": [ + 8013010, + 8012020, + 8012010, + 8012030, + 8011020, + 8011010 + ], + "RewardList": [ + 104504 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1201:5": { + "ID": 1201, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 15, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1166573564 + }, + "Desc": { + "hash": 813303846 + }, + "ShowMonsterList": [ + 8013010, + 8012020, + 8012010, + 8012030, + 8011020, + 8011010 + ], + "RewardList": [ + 104505 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1201:6": { + "ID": 1201, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 15, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1166573564 + }, + "Desc": { + "hash": 813303846 + }, + "ShowMonsterList": [ + 8013010, + 8012020, + 8012010, + 8012030, + 8011020, + 8011010 + ], + "RewardList": [ + 104506 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1202:0": { + "ID": 1202, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 69, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 1562309791 + }, + "Desc": { + "hash": -752780095 + }, + "ShowMonsterList": [ + 1013010, + 1012010, + 1012020, + 1012030 + ], + "RewardList": [ + 104510 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1202:1": { + "ID": 1202, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 69, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 1562309791 + }, + "Desc": { + "hash": -752780095 + }, + "ShowMonsterList": [ + 1013010, + 1012010, + 1012020, + 1012030 + ], + "RewardList": [ + 104511 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1202:2": { + "ID": 1202, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 69, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 1562309791 + }, + "Desc": { + "hash": -752780095 + }, + "ShowMonsterList": [ + 1013010, + 1012010, + 1012020, + 1012030 + ], + "RewardList": [ + 104512 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1202:3": { + "ID": 1202, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 69, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 1562309791 + }, + "Desc": { + "hash": -752780095 + }, + "ShowMonsterList": [ + 1013010, + 1012010, + 1012020, + 1012030 + ], + "RewardList": [ + 104513 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1202:4": { + "ID": 1202, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 69, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 1562309791 + }, + "Desc": { + "hash": -752780095 + }, + "ShowMonsterList": [ + 1013010, + 1012010, + 1012020, + 1012030 + ], + "RewardList": [ + 104514 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1202:5": { + "ID": 1202, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 69, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 1562309791 + }, + "Desc": { + "hash": -752780095 + }, + "ShowMonsterList": [ + 1013010, + 1012010, + 1012020, + 1012030 + ], + "RewardList": [ + 104515 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1202:6": { + "ID": 1202, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 69, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 1562309791 + }, + "Desc": { + "hash": -752780095 + }, + "ShowMonsterList": [ + 1013010, + 1012010, + 1012020, + 1012030 + ], + "RewardList": [ + 104516 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1203:0": { + "ID": 1203, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 45, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -3774150 + }, + "Desc": { + "hash": 1976103260 + }, + "ShowMonsterList": [ + 8003020, + 1022020, + 8001010 + ], + "RewardList": [ + 104520 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1203:1": { + "ID": 1203, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 45, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -3774150 + }, + "Desc": { + "hash": 1976103260 + }, + "ShowMonsterList": [ + 8003020, + 1022020, + 8001010 + ], + "RewardList": [ + 104521 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1203:2": { + "ID": 1203, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 45, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -3774150 + }, + "Desc": { + "hash": 1976103260 + }, + "ShowMonsterList": [ + 8003020, + 1022020, + 8001010 + ], + "RewardList": [ + 104522 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1203:3": { + "ID": 1203, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 45, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -3774150 + }, + "Desc": { + "hash": 1976103260 + }, + "ShowMonsterList": [ + 8003020, + 1022020, + 8001010 + ], + "RewardList": [ + 104523 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1203:4": { + "ID": 1203, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 45, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -3774150 + }, + "Desc": { + "hash": 1976103260 + }, + "ShowMonsterList": [ + 8003020, + 1022020, + 8001010 + ], + "RewardList": [ + 104524 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1203:5": { + "ID": 1203, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 45, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -3774150 + }, + "Desc": { + "hash": 1976103260 + }, + "ShowMonsterList": [ + 8003020, + 1022020, + 8001010 + ], + "RewardList": [ + 104525 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1203:6": { + "ID": 1203, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 45, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -3774150 + }, + "Desc": { + "hash": 1976103260 + }, + "ShowMonsterList": [ + 8003020, + 1022020, + 8001010 + ], + "RewardList": [ + 104526 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1204:0": { + "ID": 1204, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1926088451 + }, + "Desc": { + "hash": 410019319 + }, + "ShowMonsterList": [ + 1003010, + 1002040, + 1002050, + 1002030 + ], + "RewardList": [ + 104530 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1204:1": { + "ID": 1204, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1926088451 + }, + "Desc": { + "hash": 410019319 + }, + "ShowMonsterList": [ + 1003010, + 1002040, + 1002050, + 1002030 + ], + "RewardList": [ + 104531 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1204:2": { + "ID": 1204, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1926088451 + }, + "Desc": { + "hash": 410019319 + }, + "ShowMonsterList": [ + 1003010, + 1002040, + 1002050, + 1002030 + ], + "RewardList": [ + 104532 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1204:3": { + "ID": 1204, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1926088451 + }, + "Desc": { + "hash": 410019319 + }, + "ShowMonsterList": [ + 1003010, + 1002040, + 1002050, + 1002030 + ], + "RewardList": [ + 104533 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1204:4": { + "ID": 1204, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1926088451 + }, + "Desc": { + "hash": 410019319 + }, + "ShowMonsterList": [ + 1003010, + 1002040, + 1002050, + 1002030 + ], + "RewardList": [ + 104534 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1204:5": { + "ID": 1204, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1926088451 + }, + "Desc": { + "hash": 410019319 + }, + "ShowMonsterList": [ + 1003010, + 1002040, + 1002050, + 1002030 + ], + "RewardList": [ + 104535 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1204:6": { + "ID": 1204, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 19, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -1926088451 + }, + "Desc": { + "hash": 410019319 + }, + "ShowMonsterList": [ + 1003010, + 1002040, + 1002050, + 1002030 + ], + "RewardList": [ + 104536 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1205:0": { + "ID": 1205, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 10, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 802794904 + }, + "Desc": { + "hash": -1156064622 + }, + "ShowMonsterList": [ + 1023020, + 8001020, + 1022010 + ], + "RewardList": [ + 104540 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1205:1": { + "ID": 1205, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 10, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 802794904 + }, + "Desc": { + "hash": -1156064622 + }, + "ShowMonsterList": [ + 1023020, + 8001020, + 1022010 + ], + "RewardList": [ + 104541 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1205:2": { + "ID": 1205, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 10, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 802794904 + }, + "Desc": { + "hash": -1156064622 + }, + "ShowMonsterList": [ + 1023020, + 8001020, + 1022010 + ], + "RewardList": [ + 104542 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1205:3": { + "ID": 1205, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 10, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 802794904 + }, + "Desc": { + "hash": -1156064622 + }, + "ShowMonsterList": [ + 1023020, + 8001020, + 1022010 + ], + "RewardList": [ + 104543 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1205:4": { + "ID": 1205, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 10, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 802794904 + }, + "Desc": { + "hash": -1156064622 + }, + "ShowMonsterList": [ + 1023020, + 8001020, + 1022010 + ], + "RewardList": [ + 104544 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1205:5": { + "ID": 1205, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 10, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 802794904 + }, + "Desc": { + "hash": -1156064622 + }, + "ShowMonsterList": [ + 1023020, + 8001020, + 1022010 + ], + "RewardList": [ + 104545 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1205:6": { + "ID": 1205, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 10, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": 802794904 + }, + "Desc": { + "hash": -1156064622 + }, + "ShowMonsterList": [ + 1023020, + 8001020, + 1022010 + ], + "RewardList": [ + 104546 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1206:0": { + "ID": 1206, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20134, + "FloorID": 20134001, + "GroupID": 6, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -763289037 + }, + "Desc": { + "hash": 1572818733 + }, + "ShowMonsterList": [ + 8003030, + 1022020, + 8002010, + 8001020 + ], + "RewardList": [ + 104550 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1206:1": { + "ID": 1206, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20134, + "FloorID": 20134001, + "GroupID": 6, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -763289037 + }, + "Desc": { + "hash": 1572818733 + }, + "ShowMonsterList": [ + 8003030, + 1022020, + 8002010, + 8001020 + ], + "RewardList": [ + 104551 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1206:2": { + "ID": 1206, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20134, + "FloorID": 20134001, + "GroupID": 6, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -763289037 + }, + "Desc": { + "hash": 1572818733 + }, + "ShowMonsterList": [ + 8003030, + 1022020, + 8002010, + 8001020 + ], + "RewardList": [ + 104552 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1206:3": { + "ID": 1206, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20134, + "FloorID": 20134001, + "GroupID": 6, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -763289037 + }, + "Desc": { + "hash": 1572818733 + }, + "ShowMonsterList": [ + 8003030, + 1022020, + 8002010, + 8001020 + ], + "RewardList": [ + 104553 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1206:4": { + "ID": 1206, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20134, + "FloorID": 20134001, + "GroupID": 6, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -763289037 + }, + "Desc": { + "hash": 1572818733 + }, + "ShowMonsterList": [ + 8003030, + 1022020, + 8002010, + 8001020 + ], + "RewardList": [ + 104554 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1206:5": { + "ID": 1206, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20134, + "FloorID": 20134001, + "GroupID": 6, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -763289037 + }, + "Desc": { + "hash": 1572818733 + }, + "ShowMonsterList": [ + 8003030, + 1022020, + 8002010, + 8001020 + ], + "RewardList": [ + 104555 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1206:6": { + "ID": 1206, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20134, + "FloorID": 20134001, + "GroupID": 6, + "ConfigID": 300001, + "InitialEnable": false, + "Name": { + "hash": -763289037 + }, + "Desc": { + "hash": 1572818733 + }, + "ShowMonsterList": [ + 8003030, + 1022020, + 8002010, + 8001020 + ], + "RewardList": [ + 104556 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1301:0": { + "ID": 1301, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 379307401 + }, + "Desc": { + "hash": -1935782485 + }, + "ShowMonsterList": [ + 8015010 + ], + "RewardList": [ + 104901, + 104911, + 104912, + 104913 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1301:1": { + "ID": 1301, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 379307401 + }, + "Desc": { + "hash": -1935782485 + }, + "ShowMonsterList": [ + 8015010 + ], + "RewardList": [ + 104901, + 104911, + 104912, + 104913 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1301:2": { + "ID": 1301, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 379307401 + }, + "Desc": { + "hash": -1935782485 + }, + "ShowMonsterList": [ + 8015010 + ], + "RewardList": [ + 104901, + 104911, + 104912, + 104913 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1301:3": { + "ID": 1301, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 379307401 + }, + "Desc": { + "hash": -1935782485 + }, + "ShowMonsterList": [ + 8015010 + ], + "RewardList": [ + 104901, + 104911, + 104912, + 104913, + 104914 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1301:4": { + "ID": 1301, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 379307401 + }, + "Desc": { + "hash": -1935782485 + }, + "ShowMonsterList": [ + 8015010 + ], + "RewardList": [ + 104901, + 104911, + 104912, + 104913, + 104914 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1301:5": { + "ID": 1301, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 379307401 + }, + "Desc": { + "hash": -1935782485 + }, + "ShowMonsterList": [ + 8015010 + ], + "RewardList": [ + 104901, + 104911, + 104912, + 104913, + 104914 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1301:6": { + "ID": 1301, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 379307401 + }, + "Desc": { + "hash": -1935782485 + }, + "ShowMonsterList": [ + 8015010 + ], + "RewardList": [ + 104901, + 104911, + 104912, + 104913, + 104914 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1302:0": { + "ID": 1302, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -23977126 + }, + "Desc": { + "hash": 1955900284 + }, + "ShowMonsterList": [ + 1005012 + ], + "RewardList": [ + 104902, + 104911, + 104912, + 104913 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1302:1": { + "ID": 1302, + "WorldLevel": 1, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -23977126 + }, + "Desc": { + "hash": 1955900284 + }, + "ShowMonsterList": [ + 1005012 + ], + "RewardList": [ + 104902, + 104911, + 104912, + 104913 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1302:2": { + "ID": 1302, + "WorldLevel": 2, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -23977126 + }, + "Desc": { + "hash": 1955900284 + }, + "ShowMonsterList": [ + 1005012 + ], + "RewardList": [ + 104902, + 104911, + 104912, + 104913 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1302:3": { + "ID": 1302, + "WorldLevel": 3, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -23977126 + }, + "Desc": { + "hash": 1955900284 + }, + "ShowMonsterList": [ + 1005012 + ], + "RewardList": [ + 104902, + 104911, + 104912, + 104913, + 104914 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1302:4": { + "ID": 1302, + "WorldLevel": 4, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -23977126 + }, + "Desc": { + "hash": 1955900284 + }, + "ShowMonsterList": [ + 1005012 + ], + "RewardList": [ + 104902, + 104911, + 104912, + 104913, + 104914 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1302:5": { + "ID": 1302, + "WorldLevel": 5, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -23977126 + }, + "Desc": { + "hash": 1955900284 + }, + "ShowMonsterList": [ + 1005012 + ], + "RewardList": [ + 104902, + 104911, + 104912, + 104913, + 104914 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1302:6": { + "ID": 1302, + "WorldLevel": 6, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -23977126 + }, + "Desc": { + "hash": 1955900284 + }, + "ShowMonsterList": [ + 1005012 + ], + "RewardList": [ + 104902, + 104911, + 104912, + 104913, + 104914 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2201:0": { + "ID": 2201, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1166573661 + }, + "Desc": { + "hash": 813303881 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2202:0": { + "ID": 2202, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1562309694 + }, + "Desc": { + "hash": -752780060 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2203:0": { + "ID": 2203, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -3774247 + }, + "Desc": { + "hash": 1976103295 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2204:0": { + "ID": 2204, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": true, + "IsShowInFog": false, + "PlaneID": 10101, + "FloorID": 10101001, + "GroupID": 1, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -1926088548 + }, + "Desc": { + "hash": 410019354 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2206:0": { + "ID": 2206, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": true, + "IsShowInFog": false, + "PlaneID": 10102, + "FloorID": 10102001, + "GroupID": 23, + "ConfigID": 300002, + "InitialEnable": true, + "Name": { + "hash": -763289134 + }, + "Desc": { + "hash": 1572818768 + }, + "ShowMonsterList": [], + "RewardList": [ + 100100 + ], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2207:0": { + "ID": 2207, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1965594221 + }, + "Desc": { + "hash": 6734827 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2208:0": { + "ID": 2208, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 755740640 + }, + "Desc": { + "hash": -1559349114 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2209:0": { + "ID": 2209, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -810343301 + }, + "Desc": { + "hash": 1169534241 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2210:0": { + "ID": 2210, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 399510279 + }, + "Desc": { + "hash": -1915579475 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2211:0": { + "ID": 2211, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1166573662 + }, + "Desc": { + "hash": 813303880 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2212:0": { + "ID": 2212, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1562309693 + }, + "Desc": { + "hash": -752780061 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2213:0": { + "ID": 2213, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -3774248 + }, + "Desc": { + "hash": 1976103294 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2214:0": { + "ID": 2214, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1926088549 + }, + "Desc": { + "hash": 410019353 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2215:0": { + "ID": 2215, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 802794806 + }, + "Desc": { + "hash": -1156064588 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2216:0": { + "ID": 2216, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -763289135 + }, + "Desc": { + "hash": 1572818767 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2217:0": { + "ID": 2217, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1965594220 + }, + "Desc": { + "hash": 6734826 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2218:0": { + "ID": 2218, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 755740639 + }, + "Desc": { + "hash": -1559349115 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2219:0": { + "ID": 2219, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": true, + "IsShowInFog": false, + "PlaneID": 80112, + "FloorID": 80112001, + "GroupID": 1, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -810343302 + }, + "Desc": { + "hash": 1169534240 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2221:0": { + "ID": 2221, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1166573659 + }, + "Desc": { + "hash": 813303879 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2222:0": { + "ID": 2222, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1562309696 + }, + "Desc": { + "hash": -752780062 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2223:0": { + "ID": 2223, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -3774245 + }, + "Desc": { + "hash": 1976103293 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2224:0": { + "ID": 2224, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1926088546 + }, + "Desc": { + "hash": 410019352 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2225:0": { + "ID": 2225, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 802794809 + }, + "Desc": { + "hash": -1156064589 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2226:0": { + "ID": 2226, + "WorldLevel": 0, + "Type": "TYPE_TOWN", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -763289132 + }, + "Desc": { + "hash": 1572818766 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10001:0": { + "ID": 10001, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1840907920 + }, + "Desc": { + "hash": 134439250 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10002:0": { + "ID": 10002, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1840907923 + }, + "Desc": { + "hash": 134439251 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10003:0": { + "ID": 10003, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1840907922 + }, + "Desc": { + "hash": 134439252 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10004:0": { + "ID": 10004, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1840907917 + }, + "Desc": { + "hash": 134439253 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10005:0": { + "ID": 10005, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1840907916 + }, + "Desc": { + "hash": 134439254 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10006:0": { + "ID": 10006, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1840907919 + }, + "Desc": { + "hash": 134439255 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10007:0": { + "ID": 10007, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1840907918 + }, + "Desc": { + "hash": 134439256 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10008:0": { + "ID": 10008, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1840907913 + }, + "Desc": { + "hash": 134439257 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10009:0": { + "ID": 10009, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -1840907912 + }, + "Desc": { + "hash": 134439258 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10010:0": { + "ID": 10010, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 887975434 + }, + "Desc": { + "hash": -1431644692 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10011:0": { + "ID": 10011, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 887975435 + }, + "Desc": { + "hash": -1431644691 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10012:0": { + "ID": 10012, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 887975432 + }, + "Desc": { + "hash": -1431644690 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10013:0": { + "ID": 10013, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 887975433 + }, + "Desc": { + "hash": -1431644689 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10014:0": { + "ID": 10014, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 887975438 + }, + "Desc": { + "hash": -1431644688 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10015:0": { + "ID": 10015, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 887975439 + }, + "Desc": { + "hash": -1431644687 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10016:0": { + "ID": 10016, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 887975436 + }, + "Desc": { + "hash": -1431644686 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10017:0": { + "ID": 10017, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 887975437 + }, + "Desc": { + "hash": -1431644685 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10018:0": { + "ID": 10018, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 887975442 + }, + "Desc": { + "hash": -1431644684 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10020:0": { + "ID": 10020, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259961 + }, + "Desc": { + "hash": -1028360165 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10021:0": { + "ID": 10021, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259962 + }, + "Desc": { + "hash": -1028360164 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10022:0": { + "ID": 10022, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259959 + }, + "Desc": { + "hash": -1028360163 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10023:0": { + "ID": 10023, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259960 + }, + "Desc": { + "hash": -1028360162 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10024:0": { + "ID": 10024, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259965 + }, + "Desc": { + "hash": -1028360161 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10025:0": { + "ID": 10025, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259966 + }, + "Desc": { + "hash": -1028360160 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10026:0": { + "ID": 10026, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259963 + }, + "Desc": { + "hash": -1028360159 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10027:0": { + "ID": 10027, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259964 + }, + "Desc": { + "hash": -1028360158 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10028:0": { + "ID": 10028, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259969 + }, + "Desc": { + "hash": -1028360157 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10029:0": { + "ID": 10029, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 1291259970 + }, + "Desc": { + "hash": -1028360156 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10030:0": { + "ID": 10030, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823980 + }, + "Desc": { + "hash": 1700523190 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10031:0": { + "ID": 10031, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823979 + }, + "Desc": { + "hash": 1700523191 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10032:0": { + "ID": 10032, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823982 + }, + "Desc": { + "hash": 1700523192 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10033:0": { + "ID": 10033, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823981 + }, + "Desc": { + "hash": 1700523193 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10034:0": { + "ID": 10034, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823976 + }, + "Desc": { + "hash": 1700523194 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10035:0": { + "ID": 10035, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823975 + }, + "Desc": { + "hash": 1700523195 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10036:0": { + "ID": 10036, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823978 + }, + "Desc": { + "hash": 1700523196 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10037:0": { + "ID": 10037, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823977 + }, + "Desc": { + "hash": 1700523197 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10038:0": { + "ID": 10038, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823972 + }, + "Desc": { + "hash": 1700523198 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10039:0": { + "ID": 10039, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": -274823971 + }, + "Desc": { + "hash": 1700523199 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10040:0": { + "ID": 10040, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 128460547 + }, + "Desc": { + "hash": -1834929219 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "10041:0": { + "ID": 10041, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": false, + "IsShowInFog": false, + "PlaneID": 0, + "FloorID": 0, + "GroupID": 0, + "ConfigID": 0, + "InitialEnable": false, + "Name": { + "hash": 128460548 + }, + "Desc": { + "hash": -1834929218 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1000001:0": { + "ID": 1000001, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 10000, + "FloorID": 10000000, + "GroupID": 2, + "ConfigID": 300002, + "InitialEnable": true, + "Name": { + "hash": 1537165936 + }, + "Desc": { + "hash": -570932750 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010101:0": { + "ID": 1010101, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 10101, + "FloorID": 10101001, + "GroupID": 1, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1537169040 + }, + "Desc": { + "hash": -570929646 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010102:0": { + "ID": 1010102, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 10101, + "FloorID": 10101001, + "GroupID": 1, + "ConfigID": 300002, + "InitialEnable": true, + "Name": { + "hash": 1537169037 + }, + "Desc": { + "hash": -570929645 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010103:0": { + "ID": 1010103, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 10101, + "FloorID": 10101001, + "GroupID": 1, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 1537169038 + }, + "Desc": { + "hash": -570929644 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010201:0": { + "ID": 1010201, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 10102, + "FloorID": 10102001, + "GroupID": 30, + "ConfigID": 300002, + "InitialEnable": true, + "Name": { + "hash": 1537169069 + }, + "Desc": { + "hash": -570929485 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010202:0": { + "ID": 1010202, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 10102, + "FloorID": 10102001, + "GroupID": 30, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1537169072 + }, + "Desc": { + "hash": -570929486 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1010203:0": { + "ID": 1010203, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 10102, + "FloorID": 10102001, + "GroupID": 30, + "ConfigID": 300004, + "InitialEnable": true, + "Name": { + "hash": 1537169071 + }, + "Desc": { + "hash": -570929487 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1000101:0": { + "ID": 1000101, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 10001, + "FloorID": 10001001, + "GroupID": 11, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1537165903 + }, + "Desc": { + "hash": -570932783 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "1000102:0": { + "ID": 1000102, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 10001, + "FloorID": 10001001, + "GroupID": 11, + "ConfigID": 300002, + "InitialEnable": true, + "Name": { + "hash": 1537165902 + }, + "Desc": { + "hash": -570932780 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2000101:0": { + "ID": 2000101, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 18, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1537060270 + }, + "Desc": { + "hash": -570894668 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2000102:0": { + "ID": 2000102, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20001, + "FloorID": 20001001, + "GroupID": 18, + "ConfigID": 300002, + "InitialEnable": false, + "Name": { + "hash": 1537060271 + }, + "Desc": { + "hash": -570894671 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2000201:0": { + "ID": 2000201, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 1, + "ConfigID": 300006, + "InitialEnable": true, + "Name": { + "hash": 1537060303 + }, + "Desc": { + "hash": -570894767 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2000202:0": { + "ID": 2000202, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 1, + "ConfigID": 300021, + "InitialEnable": false, + "Name": { + "hash": 1537060302 + }, + "Desc": { + "hash": -570894764 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2000203:0": { + "ID": 2000203, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 1, + "ConfigID": 300022, + "InitialEnable": false, + "Name": { + "hash": 1537060301 + }, + "Desc": { + "hash": -570894765 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2000204:0": { + "ID": 2000204, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20002, + "FloorID": 20002001, + "GroupID": 1, + "ConfigID": 300007, + "InitialEnable": false, + "Name": { + "hash": 1537060308 + }, + "Desc": { + "hash": -570894762 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2000301:0": { + "ID": 2000301, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 2, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1537060336 + }, + "Desc": { + "hash": -570894734 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2000302:0": { + "ID": 2000302, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 2, + "ConfigID": 300002, + "InitialEnable": false, + "Name": { + "hash": 1537060333 + }, + "Desc": { + "hash": -570894733 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2000303:0": { + "ID": 2000303, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20003, + "FloorID": 20003001, + "GroupID": 2, + "ConfigID": 300003, + "InitialEnable": false, + "Name": { + "hash": 1537060334 + }, + "Desc": { + "hash": -570894732 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2010102:0": { + "ID": 2010102, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 17, + "ConfigID": 300002, + "InitialEnable": false, + "Name": { + "hash": 1537061360 + }, + "Desc": { + "hash": -570893582 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2010103:0": { + "ID": 2010103, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20101, + "FloorID": 20101001, + "GroupID": 17, + "ConfigID": 300003, + "InitialEnable": true, + "Name": { + "hash": 1537061359 + }, + "Desc": { + "hash": -570893583 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2011101:0": { + "ID": 2011101, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 2, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": -49225560 + }, + "Desc": { + "hash": 2137786798 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2011102:0": { + "ID": 2011102, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 2, + "ConfigID": 300002, + "InitialEnable": false, + "Name": { + "hash": -49225557 + }, + "Desc": { + "hash": 2137786797 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2011103:0": { + "ID": 2011103, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20111, + "FloorID": 20111001, + "GroupID": 2, + "ConfigID": 300004, + "InitialEnable": false, + "Name": { + "hash": -49225558 + }, + "Desc": { + "hash": 2137786796 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2012101:0": { + "ID": 2012101, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 2, + "ConfigID": 300006, + "InitialEnable": true, + "Name": { + "hash": 1819386359 + }, + "Desc": { + "hash": -288568579 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2012102:0": { + "ID": 2012102, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 2, + "ConfigID": 300002, + "InitialEnable": false, + "Name": { + "hash": 1819386362 + }, + "Desc": { + "hash": -288568580 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2012103:0": { + "ID": 2012103, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20121, + "FloorID": 20121001, + "GroupID": 2, + "ConfigID": 300004, + "InitialEnable": false, + "Name": { + "hash": 1819386361 + }, + "Desc": { + "hash": -288568581 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2012201:0": { + "ID": 2012201, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 2, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1819386330 + }, + "Desc": { + "hash": -288568740 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2012202:0": { + "ID": 2012202, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 2, + "ConfigID": 300002, + "InitialEnable": false, + "Name": { + "hash": 1819386327 + }, + "Desc": { + "hash": -288568739 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2012203:0": { + "ID": 2012203, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20122, + "FloorID": 20122001, + "GroupID": 2, + "ConfigID": 300003, + "InitialEnable": false, + "Name": { + "hash": 1819386328 + }, + "Desc": { + "hash": -288568738 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2012301:0": { + "ID": 2012301, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 2, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 1819386425 + }, + "Desc": { + "hash": -288568645 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2012302:0": { + "ID": 2012302, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 2, + "ConfigID": 300002, + "InitialEnable": false, + "Name": { + "hash": 1819386424 + }, + "Desc": { + "hash": -288568642 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2012303:0": { + "ID": 2012303, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20123, + "FloorID": 20123001, + "GroupID": 2, + "ConfigID": 300003, + "InitialEnable": false, + "Name": { + "hash": 1819386423 + }, + "Desc": { + "hash": -288568643 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2013101:0": { + "ID": 2013101, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 2, + "ConfigID": 300006, + "InitialEnable": true, + "Name": { + "hash": 233099442 + }, + "Desc": { + "hash": -1874855496 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2013102:0": { + "ID": 2013102, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 2, + "ConfigID": 300003, + "InitialEnable": false, + "Name": { + "hash": 233099445 + }, + "Desc": { + "hash": -1874855497 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2013103:0": { + "ID": 2013103, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20131, + "FloorID": 20131001, + "GroupID": 2, + "ConfigID": 300004, + "InitialEnable": false, + "Name": { + "hash": 233099444 + }, + "Desc": { + "hash": -1874855498 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2013201:0": { + "ID": 2013201, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 1, + "ConfigID": 300007, + "InitialEnable": true, + "Name": { + "hash": 233099413 + }, + "Desc": { + "hash": -1874855657 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2013202:0": { + "ID": 2013202, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 1, + "ConfigID": 300008, + "InitialEnable": false, + "Name": { + "hash": 233099410 + }, + "Desc": { + "hash": -1874855656 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2013203:0": { + "ID": 2013203, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 1, + "ConfigID": 300009, + "InitialEnable": false, + "Name": { + "hash": 233099411 + }, + "Desc": { + "hash": -1874855655 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2013204:0": { + "ID": 2013204, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20132, + "FloorID": 20132001, + "GroupID": 1, + "ConfigID": 300010, + "InitialEnable": false, + "Name": { + "hash": 233099416 + }, + "Desc": { + "hash": -1874855654 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2013401:0": { + "ID": 2013401, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20134, + "FloorID": 20134001, + "GroupID": 2, + "ConfigID": 300001, + "InitialEnable": true, + "Name": { + "hash": 233099479 + }, + "Desc": { + "hash": -1874855459 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + }, + "2013402:0": { + "ID": 2013402, + "WorldLevel": 0, + "Type": "TYPE_COCOON", + "IsTeleport": true, + "IsShowInFog": true, + "PlaneID": 20134, + "FloorID": 20134001, + "GroupID": 2, + "ConfigID": 300002, + "InitialEnable": false, + "Name": { + "hash": 233099480 + }, + "Desc": { + "hash": -1874855462 + }, + "ShowMonsterList": [], + "RewardList": [], + "IsShowRewardCount": false, + "isShowCleared": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MazeBuffExcelTable.json b/CrepePackage/src/data/excel/MazeBuffExcelTable.json new file mode 100644 index 0000000..76bc7dd --- /dev/null +++ b/CrepePackage/src/data/excel/MazeBuffExcelTable.json @@ -0,0 +1,13856 @@ +{ + "100101:1": { + "ID": 100101, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Mar_7th", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "100201:1": { + "ID": 100201, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_DanHeng", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 100207, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_100201", + "BuffDesc": "MazeBuffDesc_100201", + "BuffDescBattle": "MazeBuffDesc_100201", + "BuffEffect": "MazeBuffEffect_100201", + "MazeBuffType": "Character", + "MazeBuffPool": 1, + "IsDisplay": true + }, + "100301:1": { + "ID": 100301, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Himeko", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 100307, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioFire.png", + "BuffName": "MazeBuffName_100301", + "BuffDesc": "MazeBuffDesc_100301", + "BuffDescBattle": "MazeBuffDesc_100301", + "BuffEffect": "MazeBuffEffect_100301", + "MazeBuffType": "Character", + "MazeBuffPool": 21, + "IsDisplay": true + }, + "100401:1": { + "ID": 100401, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Welt", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 100407, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "BuffName": "MazeBuffName_100401", + "BuffDesc": "MazeBuffDesc_100401", + "BuffDescBattle": "MazeBuffDesc_100401", + "BuffEffect": "MazeBuffEffect_100401", + "MazeBuffType": "Character", + "MazeBuffPool": 21, + "IsDisplay": true + }, + "100501:1": { + "ID": 100501, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Kafka", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "100601:1": { + "ID": 100601, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Silwolf", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "100801:1": { + "ID": 100801, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Arlan", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "100901:1": { + "ID": 100901, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Asta", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "101301:1": { + "ID": 101301, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Herta", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 101307, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_101301", + "BuffDesc": "MazeBuffDesc_101301", + "BuffDescBattle": "MazeBuffDesc_101301", + "BuffEffect": "MazeBuffEffect_101301", + "MazeBuffType": "Character", + "MazeBuffPool": 1, + "IsDisplay": true + }, + "110101:1": { + "ID": 110101, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Bronya", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 110107, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_110101", + "BuffDesc": "MazeBuffDesc_110101", + "BuffDescBattle": "MazeBuffDesc_110101", + "BuffEffect": "MazeBuffEffect_110101", + "MazeBuffType": "Character", + "MazeBuffPool": 1, + "IsDisplay": true + }, + "110201:1": { + "ID": 110201, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Seele", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "MazeBuffEffect_110201", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "110202:1": { + "ID": 110202, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_Modifier_Maze_Seele", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 110207, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/Icon1102Maze.png", + "BuffName": "MazeBuffName_110202", + "BuffDesc": "MazeBuffDesc_110202", + "BuffDescBattle": "MazeBuffDesc_110202", + "BuffEffect": "MazeBuffEffect_110202", + "MazeBuffType": "Character", + "MazeBuffPool": 3, + "IsDisplay": true + }, + "110301:1": { + "ID": 110301, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Serval", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "110401:1": { + "ID": 110401, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Geppard", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 110407, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_110401", + "BuffDesc": "MazeBuffDesc_110401", + "BuffDescBattle": "MazeBuffDesc_110401", + "BuffEffect": "MazeBuffEffect_110401", + "MazeBuffType": "Character", + "MazeBuffPool": 2, + "IsDisplay": true + }, + "110501:1": { + "ID": 110501, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Natasha", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "110601:1": { + "ID": 110601, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Pela", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "110701:1": { + "ID": 110701, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Klara", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "110901:1": { + "ID": 110901, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Hook", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "120201:1": { + "ID": 120201, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_TingYun", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 120207, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_120201", + "BuffDesc": "MazeBuffDesc_120201", + "BuffDescBattle": "MazeBuffDesc_120201", + "BuffEffect": "MazeBuffEffect_120201", + "MazeBuffType": "Character", + "MazeBuffPool": 1, + "IsDisplay": true + }, + "800301:1": { + "ID": 800301, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_PlayerBoy_10", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 800307, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistance.png", + "BuffName": "MazeBuffName_800301", + "BuffDesc": "MazeBuffDesc_800301", + "BuffDescBattle": "MazeBuffDesc_800301", + "BuffEffect": "MazeBuffEffect_800301", + "MazeBuffType": "Character", + "MazeBuffPool": 2, + "IsDisplay": true + }, + "600000:1": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "600000:2": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "600000:3": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "600000:4": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "600000:5": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "600000:6": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 6, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "600000:7": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 7, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "600000:8": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 8, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "600000:9": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 9, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "600000:10": { + "ID": 600000, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 10, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_600000", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_600000", + "BuffDesc": "MazeBuffDesc_600000", + "BuffDescBattle": "MazeBuffDesc_600000", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:1": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:2": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:3": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:4": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:5": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:6": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 6, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:7": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 7, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 3006477110 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:8": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 8, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 3435973840 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:9": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 9, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 3865470570 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610001:10": { + "ID": 610001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 10, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610001", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconAttack.png", + "BuffName": "MazeBuffName_610001", + "BuffDesc": "MazeBuffDesc_610001", + "BuffDescBattle": "MazeBuffDesc_610001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:1": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 644245095 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:2": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:3": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 1932735285 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:4": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:5": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 3221225475 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:6": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 6, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 3865470570 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:7": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 7, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 4509715661 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:8": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 8, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 5153960756 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:9": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 9, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 5798205851 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610002:10": { + "ID": 610002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 10, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610002", + "ParamList": [ + { + "RawValue": 6442450946 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconDefence.png", + "BuffName": "MazeBuffName_610002", + "BuffDesc": "MazeBuffDesc_610002", + "BuffDescBattle": "MazeBuffDesc_610002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610003:1": { + "ID": 610003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610003", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610003", + "ParamList": [ + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconSpeed.png", + "BuffName": "MazeBuffName_610003", + "BuffDesc": "MazeBuffDesc_610003", + "BuffDescBattle": "MazeBuffDesc_610003", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610003:2": { + "ID": 610003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610003", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610003", + "ParamList": [ + { + "RawValue": 68719476736 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconSpeed.png", + "BuffName": "MazeBuffName_610003", + "BuffDesc": "MazeBuffDesc_610003", + "BuffDescBattle": "MazeBuffDesc_610003", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610003:3": { + "ID": 610003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610003", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610003", + "ParamList": [ + { + "RawValue": 103079215104 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconSpeed.png", + "BuffName": "MazeBuffName_610003", + "BuffDesc": "MazeBuffDesc_610003", + "BuffDescBattle": "MazeBuffDesc_610003", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610003:4": { + "ID": 610003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610003", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610003", + "ParamList": [ + { + "RawValue": 137438953472 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconSpeed.png", + "BuffName": "MazeBuffName_610003", + "BuffDesc": "MazeBuffDesc_610003", + "BuffDescBattle": "MazeBuffDesc_610003", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610003:5": { + "ID": 610003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610003", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610003", + "ParamList": [ + { + "RawValue": 171798691840 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconSpeed.png", + "BuffName": "MazeBuffName_610003", + "BuffDesc": "MazeBuffDesc_610003", + "BuffDescBattle": "MazeBuffDesc_610003", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:1": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:2": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:3": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:4": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:5": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:6": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 6, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:7": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 7, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 3006477110 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:8": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 8, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 3435973840 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:9": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 9, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 3865470570 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610004:10": { + "ID": 610004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 10, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610004", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconMaxHP.png", + "BuffName": "MazeBuffName_610004", + "BuffDesc": "MazeBuffDesc_610004", + "BuffDescBattle": "MazeBuffDesc_610004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:1": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 343597384 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:2": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 687194768 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:3": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 1030792152 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:4": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 1374389536 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:5": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:6": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 6, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 2061584304 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:7": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 7, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 2405181688 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:8": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 8, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 2748779072 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:9": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 9, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 3092376456 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610005:10": { + "ID": 610005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 10, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610005", + "ParamList": [ + { + "RawValue": 3435973840 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconFireAddedRatio.png", + "BuffName": "MazeBuffName_610005", + "BuffDesc": "MazeBuffDesc_610005", + "BuffDescBattle": "MazeBuffDesc_610005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:1": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 257698038 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:2": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 515396076 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:3": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 773094114 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:4": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 1030792152 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:5": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:6": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 6, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 1546188228 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:7": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 7, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 1803886266 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:8": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 8, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 2061584304 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:9": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 9, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 2319282342 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610006:10": { + "ID": 610006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 10, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610006", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalChance.png", + "BuffName": "MazeBuffName_610006", + "BuffDesc": "MazeBuffDesc_610006", + "BuffDescBattle": "MazeBuffDesc_610006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:1": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 515396076 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:2": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 1030792152 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:3": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 1546188228 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:4": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 2061584304 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:5": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:6": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 6, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 3092376456 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:7": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 7, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 3607772532 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:8": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 8, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 4123168608 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:9": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 9, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 4638564680 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610007:10": { + "ID": 610007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 10, + "LvMax": 10, + "ModifierName": "ADV_StageAbility_610007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610007", + "ParamList": [ + { + "RawValue": 5153960756 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconCriticalDamage.png", + "BuffName": "MazeBuffName_610007", + "BuffDesc": "MazeBuffDesc_610007", + "BuffDescBattle": "MazeBuffDesc_610007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610008:1": { + "ID": 610008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610008", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610008", + "ParamList": [ + { + "RawValue": 515396076 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconStatusProbability.png", + "BuffName": "MazeBuffName_610008", + "BuffDesc": "MazeBuffDesc_610008", + "BuffDescBattle": "MazeBuffDesc_610008", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610008:2": { + "ID": 610008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610008", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610008", + "ParamList": [ + { + "RawValue": 1030792152 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconStatusProbability.png", + "BuffName": "MazeBuffName_610008", + "BuffDesc": "MazeBuffDesc_610008", + "BuffDescBattle": "MazeBuffDesc_610008", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610008:3": { + "ID": 610008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610008", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610008", + "ParamList": [ + { + "RawValue": 1546188228 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconStatusProbability.png", + "BuffName": "MazeBuffName_610008", + "BuffDesc": "MazeBuffDesc_610008", + "BuffDescBattle": "MazeBuffDesc_610008", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610008:4": { + "ID": 610008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610008", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610008", + "ParamList": [ + { + "RawValue": 2061584304 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconStatusProbability.png", + "BuffName": "MazeBuffName_610008", + "BuffDesc": "MazeBuffDesc_610008", + "BuffDescBattle": "MazeBuffDesc_610008", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610008:5": { + "ID": 610008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610008", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610008", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconStatusProbability.png", + "BuffName": "MazeBuffName_610008", + "BuffDesc": "MazeBuffDesc_610008", + "BuffDescBattle": "MazeBuffDesc_610008", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610009:1": { + "ID": 610009, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610009", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610009", + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconStatusResistance.png", + "BuffName": "MazeBuffName_610009", + "BuffDesc": "MazeBuffDesc_610009", + "BuffDescBattle": "MazeBuffDesc_610009", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610010:1": { + "ID": 610010, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610010", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610010", + "ParamList": [ + { + "RawValue": 343597384 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconImaginaryResistanceDelta.png", + "BuffName": "MazeBuffName_610010", + "BuffDesc": "MazeBuffDesc_610010", + "BuffDescBattle": "MazeBuffDesc_610010", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610010:2": { + "ID": 610010, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610010", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610010", + "ParamList": [ + { + "RawValue": 687194768 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconImaginaryResistanceDelta.png", + "BuffName": "MazeBuffName_610010", + "BuffDesc": "MazeBuffDesc_610010", + "BuffDescBattle": "MazeBuffDesc_610010", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610010:3": { + "ID": 610010, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610010", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610010", + "ParamList": [ + { + "RawValue": 1030792152 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconImaginaryResistanceDelta.png", + "BuffName": "MazeBuffName_610010", + "BuffDesc": "MazeBuffDesc_610010", + "BuffDescBattle": "MazeBuffDesc_610010", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610010:4": { + "ID": 610010, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610010", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610010", + "ParamList": [ + { + "RawValue": 1374389536 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconImaginaryResistanceDelta.png", + "BuffName": "MazeBuffName_610010", + "BuffDesc": "MazeBuffDesc_610010", + "BuffDescBattle": "MazeBuffDesc_610010", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610010:5": { + "ID": 610010, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610010", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610010", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconImaginaryResistanceDelta.png", + "BuffName": "MazeBuffName_610010", + "BuffDesc": "MazeBuffDesc_610010", + "BuffDescBattle": "MazeBuffDesc_610010", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610011:1": { + "ID": 610011, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610011", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610011", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 257698038 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconPhysicalResistanceDelta.png", + "BuffName": "MazeBuffName_610011", + "BuffDesc": "MazeBuffDesc_610011", + "BuffDescBattle": "MazeBuffDesc_610011", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610011:2": { + "ID": 610011, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610011", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610011", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 515396076 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconPhysicalResistanceDelta.png", + "BuffName": "MazeBuffName_610011", + "BuffDesc": "MazeBuffDesc_610011", + "BuffDescBattle": "MazeBuffDesc_610011", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610011:3": { + "ID": 610011, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610011", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610011", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 773094114 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconPhysicalResistanceDelta.png", + "BuffName": "MazeBuffName_610011", + "BuffDesc": "MazeBuffDesc_610011", + "BuffDescBattle": "MazeBuffDesc_610011", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610011:4": { + "ID": 610011, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610011", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610011", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 1030792152 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconPhysicalResistanceDelta.png", + "BuffName": "MazeBuffName_610011", + "BuffDesc": "MazeBuffDesc_610011", + "BuffDescBattle": "MazeBuffDesc_610011", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610011:5": { + "ID": 610011, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610011", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610011", + "ParamList": [ + { + "RawValue": 21474836480 + }, + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconPhysicalResistanceDelta.png", + "BuffName": "MazeBuffName_610011", + "BuffDesc": "MazeBuffDesc_610011", + "BuffDescBattle": "MazeBuffDesc_610011", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610012:1": { + "ID": 610012, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610012", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610012", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconLevelLimit.png", + "BuffName": "MazeBuffName_610012", + "BuffDesc": "MazeBuffDesc_610012", + "BuffDescBattle": "MazeBuffDesc_610012", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610012:2": { + "ID": 610012, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610012", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610012", + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconLevelLimit.png", + "BuffName": "MazeBuffName_610012", + "BuffDesc": "MazeBuffDesc_610012", + "BuffDescBattle": "MazeBuffDesc_610012", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610012:3": { + "ID": 610012, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 3, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610012", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610012", + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconLevelLimit.png", + "BuffName": "MazeBuffName_610012", + "BuffDesc": "MazeBuffDesc_610012", + "BuffDescBattle": "MazeBuffDesc_610012", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610012:4": { + "ID": 610012, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 4, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610012", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610012", + "ParamList": [ + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconLevelLimit.png", + "BuffName": "MazeBuffName_610012", + "BuffDesc": "MazeBuffDesc_610012", + "BuffDescBattle": "MazeBuffDesc_610012", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610012:5": { + "ID": 610012, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 5, + "LvMax": 5, + "ModifierName": "ADV_StageAbility_610012", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610012", + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/UI/Avatar/Icon/IconLevelLimit.png", + "BuffName": "MazeBuffName_610012", + "BuffDesc": "MazeBuffDesc_610012", + "BuffDescBattle": "MazeBuffDesc_610012", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610101:1": { + "ID": 610101, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610101", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610101", + "ParamList": [ + { + "RawValue": 343597384 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610101", + "BuffDesc": "MazeBuffDesc_610101", + "BuffDescBattle": "MazeBuffDesc_610101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610101:2": { + "ID": 610101, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610101", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610101", + "ParamList": [ + { + "RawValue": 687194768 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610101", + "BuffDesc": "MazeBuffDesc_610101", + "BuffDescBattle": "MazeBuffDesc_610101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610102:1": { + "ID": 610102, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610102", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610102", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610102", + "BuffDesc": "MazeBuffDesc_610102", + "BuffDescBattle": "MazeBuffDesc_610102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610102:2": { + "ID": 610102, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610102", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610102", + "ParamList": [ + { + "RawValue": 2791728745 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610102", + "BuffDesc": "MazeBuffDesc_610102", + "BuffDescBattle": "MazeBuffDesc_610102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610103:1": { + "ID": 610103, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610103", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610103", + "ParamList": [ + { + "RawValue": 1073741825 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610103", + "BuffDesc": "MazeBuffDesc_610103", + "BuffDescBattle": "MazeBuffDesc_610103", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610104:1": { + "ID": 610104, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610104", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610104", + "ParamList": [ + { + "RawValue": 343597384 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610104", + "BuffDesc": "MazeBuffDesc_610104", + "BuffDescBattle": "MazeBuffDesc_610104", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610105:1": { + "ID": 610105, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610105", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610105", + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610105", + "BuffDesc": "MazeBuffDesc_610105", + "BuffDescBattle": "MazeBuffDesc_610105", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610106:1": { + "ID": 610106, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610106", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610106", + "ParamList": [ + { + "RawValue": 21474836480 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610106", + "BuffDesc": "MazeBuffDesc_610106", + "BuffDescBattle": "MazeBuffDesc_610106", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610107:1": { + "ID": 610107, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610107", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610107", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610107", + "BuffDesc": "MazeBuffDesc_610107", + "BuffDescBattle": "MazeBuffDesc_610107", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610108:1": { + "ID": 610108, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610108", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610108", + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610108", + "BuffDesc": "MazeBuffDesc_610108", + "BuffDescBattle": "MazeBuffDesc_610108", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610201:1": { + "ID": 610201, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610201", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610201", + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610201", + "BuffDesc": "MazeBuffDesc_610201", + "BuffDescBattle": "MazeBuffDesc_610201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610202:1": { + "ID": 610202, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610202", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610202", + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610202", + "BuffDesc": "MazeBuffDesc_610202", + "BuffDescBattle": "MazeBuffDesc_610202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610203:1": { + "ID": 610203, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610203", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610203", + "ParamList": [ + { + "RawValue": 214748365 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610203", + "BuffDesc": "MazeBuffDesc_610203", + "BuffDescBattle": "MazeBuffDesc_610203", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610204:1": { + "ID": 610204, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610204", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610204", + "ParamList": [ + { + "RawValue": 171798692 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610204", + "BuffDesc": "MazeBuffDesc_610204", + "BuffDescBattle": "MazeBuffDesc_610204", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610205:1": { + "ID": 610205, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610205", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610205", + "ParamList": [ + { + "RawValue": 21474836480 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610205", + "BuffDesc": "MazeBuffDesc_610205", + "BuffDescBattle": "MazeBuffDesc_610205", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610206:1": { + "ID": 610206, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610206", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610206", + "ParamList": [ + { + "RawValue": 128849019 + }, + { + "RawValue": 0 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610206", + "BuffDesc": "MazeBuffDesc_610206", + "BuffDescBattle": "MazeBuffDesc_610206", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610206:2": { + "ID": 610206, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610206", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610206", + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 0 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610206", + "BuffDesc": "MazeBuffDesc_610206", + "BuffDescBattle": "MazeBuffDesc_610206", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610207:1": { + "ID": 610207, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610207", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610207", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610207", + "BuffDesc": "MazeBuffDesc_610207", + "BuffDescBattle": "MazeBuffDesc_610207", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610208:1": { + "ID": 610208, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610208", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610208", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610208", + "BuffDesc": "MazeBuffDesc_610208", + "BuffDescBattle": "MazeBuffDesc_610208", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610208:2": { + "ID": 610208, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610208", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610208", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610208", + "BuffDesc": "MazeBuffDesc_610208", + "BuffDescBattle": "MazeBuffDesc_610208", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610301:1": { + "ID": 610301, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610301", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610301", + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610301", + "BuffDesc": "MazeBuffDesc_610301", + "BuffDescBattle": "MazeBuffDesc_610301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610301:2": { + "ID": 610301, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610301", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610301", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610301", + "BuffDesc": "MazeBuffDesc_610301", + "BuffDescBattle": "MazeBuffDesc_610301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610302:1": { + "ID": 610302, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610302", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610302", + "ParamList": [ + { + "RawValue": 1717986920 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610302", + "BuffDesc": "MazeBuffDesc_610302", + "BuffDescBattle": "MazeBuffDesc_610302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610303:1": { + "ID": 610303, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610303", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610303", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610303", + "BuffDesc": "MazeBuffDesc_610303", + "BuffDescBattle": "MazeBuffDesc_610303", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610304:1": { + "ID": 610304, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610304", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610304", + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610304", + "BuffDesc": "MazeBuffDesc_610304", + "BuffDescBattle": "MazeBuffDesc_610304", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610305:1": { + "ID": 610305, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610305", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610305", + "ParamList": [ + { + "RawValue": 429496729600 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610305", + "BuffDesc": "MazeBuffDesc_610305", + "BuffDescBattle": "MazeBuffDesc_610305", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610306:1": { + "ID": 610306, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610306", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610306", + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610306", + "BuffDesc": "MazeBuffDesc_610306", + "BuffDescBattle": "MazeBuffDesc_610306", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610307:1": { + "ID": 610307, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610307", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610307", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 429496729600 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610307", + "BuffDesc": "MazeBuffDesc_610307", + "BuffDescBattle": "MazeBuffDesc_610307", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610307:2": { + "ID": 610307, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610307", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610307", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 429496729600 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610307", + "BuffDesc": "MazeBuffDesc_610307", + "BuffDescBattle": "MazeBuffDesc_610307", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610308:1": { + "ID": 610308, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610308", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610308", + "ParamList": [ + { + "RawValue": 429496729600 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610308", + "BuffDesc": "MazeBuffDesc_610308", + "BuffDescBattle": "MazeBuffDesc_610308", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610401:1": { + "ID": 610401, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610401", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610401", + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610401", + "BuffDesc": "MazeBuffDesc_610401", + "BuffDescBattle": "MazeBuffDesc_610401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610402:1": { + "ID": 610402, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610402", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610402", + "ParamList": [ + { + "RawValue": 644245095 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610402", + "BuffDesc": "MazeBuffDesc_610402", + "BuffDescBattle": "MazeBuffDesc_610402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610402:2": { + "ID": 610402, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610402", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610402", + "ParamList": [ + { + "RawValue": 1073741825 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610402", + "BuffDesc": "MazeBuffDesc_610402", + "BuffDescBattle": "MazeBuffDesc_610402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610403:1": { + "ID": 610403, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610403", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610403", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610403", + "BuffDesc": "MazeBuffDesc_610403", + "BuffDescBattle": "MazeBuffDesc_610403", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610403:2": { + "ID": 610403, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610403", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610403", + "ParamList": [ + { + "RawValue": 3435973840 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610403", + "BuffDesc": "MazeBuffDesc_610403", + "BuffDescBattle": "MazeBuffDesc_610403", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610404:1": { + "ID": 610404, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610404", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610404", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610404", + "BuffDesc": "MazeBuffDesc_610404", + "BuffDescBattle": "MazeBuffDesc_610404", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610405:1": { + "ID": 610405, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610405", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610405", + "ParamList": [ + { + "RawValue": 214748365 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610405", + "BuffDesc": "MazeBuffDesc_610405", + "BuffDescBattle": "MazeBuffDesc_610405", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610406:1": { + "ID": 610406, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610406", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610406", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610406", + "BuffDesc": "MazeBuffDesc_610406", + "BuffDescBattle": "MazeBuffDesc_610406", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610407:1": { + "ID": 610407, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610407", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610407", + "ParamList": [ + { + "RawValue": 42949672960 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610407", + "BuffDesc": "MazeBuffDesc_610407", + "BuffDescBattle": "MazeBuffDesc_610407", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610408:1": { + "ID": 610408, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610408", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610408", + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610408", + "BuffDesc": "MazeBuffDesc_610408", + "BuffDescBattle": "MazeBuffDesc_610408", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610501:1": { + "ID": 610501, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610501", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610501", + "ParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610501", + "BuffDesc": "MazeBuffDesc_610501", + "BuffDescBattle": "MazeBuffDesc_610501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610502:1": { + "ID": 610502, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610502", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610502", + "ParamList": [ + { + "RawValue": 214748365 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610502", + "BuffDesc": "MazeBuffDesc_610502", + "BuffDescBattle": "MazeBuffDesc_610502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610503:1": { + "ID": 610503, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610503", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610503", + "ParamList": [ + { + "RawValue": 343597384 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610503", + "BuffDesc": "MazeBuffDesc_610503", + "BuffDescBattle": "MazeBuffDesc_610503", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610504:1": { + "ID": 610504, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610504", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610504", + "ParamList": [ + { + "RawValue": 171798692 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610504", + "BuffDesc": "MazeBuffDesc_610504", + "BuffDescBattle": "MazeBuffDesc_610504", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610505:1": { + "ID": 610505, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610505", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610505", + "ParamList": [ + { + "RawValue": 25769803776 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610505", + "BuffDesc": "MazeBuffDesc_610505", + "BuffDescBattle": "MazeBuffDesc_610505", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610506:1": { + "ID": 610506, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610506", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610506", + "ParamList": [ + { + "RawValue": 85899345920 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610506", + "BuffDesc": "MazeBuffDesc_610506", + "BuffDescBattle": "MazeBuffDesc_610506", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610506:2": { + "ID": 610506, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610506", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610506", + "ParamList": [ + { + "RawValue": 107374182400 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610506", + "BuffDesc": "MazeBuffDesc_610506", + "BuffDescBattle": "MazeBuffDesc_610506", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610507:1": { + "ID": 610507, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610507", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610507", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610507", + "BuffDesc": "MazeBuffDesc_610507", + "BuffDescBattle": "MazeBuffDesc_610507", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610601:1": { + "ID": 610601, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610601", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610601", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610601", + "BuffDesc": "MazeBuffDesc_610601", + "BuffDescBattle": "MazeBuffDesc_610601", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610602:1": { + "ID": 610602, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610602", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610602", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610602", + "BuffDesc": "MazeBuffDesc_610602", + "BuffDescBattle": "MazeBuffDesc_610602", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610603:1": { + "ID": 610603, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610603", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610603", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610603", + "BuffDesc": "MazeBuffDesc_610603", + "BuffDescBattle": "MazeBuffDesc_610603", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610604:1": { + "ID": 610604, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610604", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610604", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610604", + "BuffDesc": "MazeBuffDesc_610604", + "BuffDescBattle": "MazeBuffDesc_610604", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610605:1": { + "ID": 610605, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610605", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610605", + "ParamList": [ + { + "RawValue": 42949672960 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610605", + "BuffDesc": "MazeBuffDesc_610605", + "BuffDescBattle": "MazeBuffDesc_610605", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610606:1": { + "ID": 610606, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610606", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610606", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610606", + "BuffDesc": "MazeBuffDesc_610606", + "BuffDescBattle": "MazeBuffDesc_610606", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610606:2": { + "ID": 610606, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610606", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610606", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610606", + "BuffDesc": "MazeBuffDesc_610606", + "BuffDescBattle": "MazeBuffDesc_610606", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610607:1": { + "ID": 610607, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610607", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610607", + "ParamList": [ + { + "RawValue": 214748365 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610607", + "BuffDesc": "MazeBuffDesc_610607", + "BuffDescBattle": "MazeBuffDesc_610607", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610608:1": { + "ID": 610608, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610608", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610608", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610608", + "BuffDesc": "MazeBuffDesc_610608", + "BuffDescBattle": "MazeBuffDesc_610608", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610701:1": { + "ID": 610701, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610701", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610701", + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610701", + "BuffDesc": "MazeBuffDesc_610701", + "BuffDescBattle": "MazeBuffDesc_610701", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610701:2": { + "ID": 610701, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610701", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610701", + "ParamList": [ + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610701", + "BuffDesc": "MazeBuffDesc_610701", + "BuffDescBattle": "MazeBuffDesc_610701", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610702:1": { + "ID": 610702, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610702", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610702", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 6442450946 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610702", + "BuffDesc": "MazeBuffDesc_610702", + "BuffDescBattle": "MazeBuffDesc_610702", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610703:1": { + "ID": 610703, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610703", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610703", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610703", + "BuffDesc": "MazeBuffDesc_610703", + "BuffDescBattle": "MazeBuffDesc_610703", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610704:1": { + "ID": 610704, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610704", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610704", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610704", + "BuffDesc": "MazeBuffDesc_610704", + "BuffDescBattle": "MazeBuffDesc_610704", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610705:1": { + "ID": 610705, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610705", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610705", + "ParamList": [ + { + "RawValue": 34359738368 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610705", + "BuffDesc": "MazeBuffDesc_610705", + "BuffDescBattle": "MazeBuffDesc_610705", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610705:2": { + "ID": 610705, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610705", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610705", + "ParamList": [ + { + "RawValue": 51539607552 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610705", + "BuffDesc": "MazeBuffDesc_610705", + "BuffDescBattle": "MazeBuffDesc_610705", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610706:1": { + "ID": 610706, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610706", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610706", + "ParamList": [ + { + "RawValue": 42949672960 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610706", + "BuffDesc": "MazeBuffDesc_610706", + "BuffDescBattle": "MazeBuffDesc_610706", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610707:1": { + "ID": 610707, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610707", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610707", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610707", + "BuffDesc": "MazeBuffDesc_610707", + "BuffDescBattle": "MazeBuffDesc_610707", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610708:1": { + "ID": 610708, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610708", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610708", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610708", + "BuffDesc": "MazeBuffDesc_610708", + "BuffDescBattle": "MazeBuffDesc_610708", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610801:1": { + "ID": 610801, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610801", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610801", + "ParamList": [ + { + "RawValue": 6442450946 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610801", + "BuffDesc": "MazeBuffDesc_610801", + "BuffDescBattle": "MazeBuffDesc_610801", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610801:2": { + "ID": 610801, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610801", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610801", + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610801", + "BuffDesc": "MazeBuffDesc_610801", + "BuffDescBattle": "MazeBuffDesc_610801", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610802:1": { + "ID": 610802, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610802", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610802", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610802", + "BuffDesc": "MazeBuffDesc_610802", + "BuffDescBattle": "MazeBuffDesc_610802", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610803:1": { + "ID": 610803, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610803", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610803", + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610803", + "BuffDesc": "MazeBuffDesc_610803", + "BuffDescBattle": "MazeBuffDesc_610803", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610804:1": { + "ID": 610804, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610804", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610804", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610804", + "BuffDesc": "MazeBuffDesc_610804", + "BuffDescBattle": "MazeBuffDesc_610804", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610805:1": { + "ID": 610805, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610805", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610805", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610805", + "BuffDesc": "MazeBuffDesc_610805", + "BuffDescBattle": "MazeBuffDesc_610805", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610806:1": { + "ID": 610806, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610806", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610806", + "ParamList": [ + { + "RawValue": 773094114 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610806", + "BuffDesc": "MazeBuffDesc_610806", + "BuffDescBattle": "MazeBuffDesc_610806", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610807:1": { + "ID": 610807, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610807", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610807", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610807", + "BuffDesc": "MazeBuffDesc_610807", + "BuffDescBattle": "MazeBuffDesc_610807", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610808:1": { + "ID": 610808, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610808", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610808", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610808", + "BuffDesc": "MazeBuffDesc_610808", + "BuffDescBattle": "MazeBuffDesc_610808", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610809:1": { + "ID": 610809, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610809", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610809", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610809", + "BuffDesc": "MazeBuffDesc_610809", + "BuffDescBattle": "MazeBuffDesc_610809", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610901:1": { + "ID": 610901, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610901", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610901", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 10737418242 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610901", + "BuffDesc": "MazeBuffDesc_610901", + "BuffDescBattle": "MazeBuffDesc_610901", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610901:2": { + "ID": 610901, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610901", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610901", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610901", + "BuffDesc": "MazeBuffDesc_610901", + "BuffDescBattle": "MazeBuffDesc_610901", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610902:1": { + "ID": 610902, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610902", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610902", + "ParamList": [ + { + "RawValue": 4939212391 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610902", + "BuffDesc": "MazeBuffDesc_610902", + "BuffDescBattle": "MazeBuffDesc_610902", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610903:1": { + "ID": 610903, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610903", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610903", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610903", + "BuffDesc": "MazeBuffDesc_610903", + "BuffDescBattle": "MazeBuffDesc_610903", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610903:2": { + "ID": 610903, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_610903", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610903", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610903", + "BuffDesc": "MazeBuffDesc_610903", + "BuffDescBattle": "MazeBuffDesc_610903", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610904:1": { + "ID": 610904, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610904", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610904", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610904", + "BuffDesc": "MazeBuffDesc_610904", + "BuffDescBattle": "MazeBuffDesc_610904", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610905:1": { + "ID": 610905, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610905", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610905", + "ParamList": [ + { + "RawValue": 51539607552 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610905", + "BuffDesc": "MazeBuffDesc_610905", + "BuffDescBattle": "MazeBuffDesc_610905", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610906:1": { + "ID": 610906, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610906", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610906", + "ParamList": [ + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610906", + "BuffDesc": "MazeBuffDesc_610906", + "BuffDescBattle": "MazeBuffDesc_610906", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610907:1": { + "ID": 610907, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610907", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610907", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610907", + "BuffDesc": "MazeBuffDesc_610907", + "BuffDescBattle": "MazeBuffDesc_610907", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610908:1": { + "ID": 610908, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610908", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610908", + "ParamList": [ + { + "RawValue": 64424509440 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610908", + "BuffDesc": "MazeBuffDesc_610908", + "BuffDescBattle": "MazeBuffDesc_610908", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "610909:1": { + "ID": 610909, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_610909", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_610909", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_610909", + "BuffDesc": "MazeBuffDesc_610909", + "BuffDescBattle": "MazeBuffDesc_610909", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "611001:1": { + "ID": 611001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_611001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_611001", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 300647711 + }, + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_611001", + "BuffDesc": "MazeBuffDesc_611001", + "BuffDescBattle": "MazeBuffDesc_611001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "611002:1": { + "ID": 611002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_611002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_611002", + "ParamList": [ + { + "RawValue": 64424509440 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_611002", + "BuffDesc": "MazeBuffDesc_611002", + "BuffDescBattle": "MazeBuffDesc_611002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "611002:2": { + "ID": 611002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_611002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_611002", + "ParamList": [ + { + "RawValue": 42949672960 + }, + { + "RawValue": 6442450946 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_611002", + "BuffDesc": "MazeBuffDesc_611002", + "BuffDescBattle": "MazeBuffDesc_611002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "611003:1": { + "ID": 611003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_611003", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_611003", + "ParamList": [ + { + "RawValue": 343597384 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_611003", + "BuffDesc": "MazeBuffDesc_611003", + "BuffDescBattle": "MazeBuffDesc_611003", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "611003:2": { + "ID": 611003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_611003", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_611003", + "ParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 42949672960 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_611003", + "BuffDesc": "MazeBuffDesc_611003", + "BuffDescBattle": "MazeBuffDesc_611003", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "611004:1": { + "ID": 611004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_611004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_611004", + "ParamList": [ + { + "RawValue": 171798692 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_611004", + "BuffDesc": "MazeBuffDesc_611004", + "BuffDescBattle": "MazeBuffDesc_611004", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "611005:1": { + "ID": 611005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_611005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_611005", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 644245095 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_611005", + "BuffDesc": "MazeBuffDesc_611005", + "BuffDescBattle": "MazeBuffDesc_611005", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "611006:1": { + "ID": 611006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_611006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_611006", + "ParamList": [ + { + "RawValue": 128849018880 + }, + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_611006", + "BuffDesc": "MazeBuffDesc_611006", + "BuffDescBattle": "MazeBuffDesc_611006", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "611007:1": { + "ID": 611007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_611007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_611007", + "ParamList": [ + { + "RawValue": 42949673 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_611007", + "BuffDesc": "MazeBuffDesc_611007", + "BuffDescBattle": "MazeBuffDesc_611007", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650001:1": { + "ID": 650001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650001", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650002:1": { + "ID": 650002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650002", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650003:1": { + "ID": 650003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650003", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650004:1": { + "ID": 650004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650004", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650005:1": { + "ID": 650005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650005", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650006:1": { + "ID": 650006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650006", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650007:1": { + "ID": 650007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650007", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650008:1": { + "ID": 650008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650008", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650009:1": { + "ID": 650009, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650009", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "650010:1": { + "ID": 650010, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_650010", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "StageAbility_650001", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Assistant", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "1000101:1": { + "ID": 1000101, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_MazeCommon_EnterBattle_Player", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_MazeCommon_EnterBattle_Player", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "1000102:1": { + "ID": 1000102, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_MazeCommon_EnterBattle_Monster", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_MazeCommon_EnterBattle_Monster", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "1000111:1": { + "ID": 1000111, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_MazeCommon_EnterBattle_Physical", + "InBattleBindingType": "CharacterAbility", + "InBattleBindingKey": "StageAbility_MazeCommon_EnterBattle_Physical", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "1000112:1": { + "ID": 1000112, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_MazeCommon_EnterBattle_Fire", + "InBattleBindingType": "CharacterAbility", + "InBattleBindingKey": "StageAbility_MazeCommon_EnterBattle_Fire", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "1000113:1": { + "ID": 1000113, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_MazeCommon_EnterBattle_Ice", + "InBattleBindingType": "CharacterAbility", + "InBattleBindingKey": "StageAbility_MazeCommon_EnterBattle_Ice", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "1000114:1": { + "ID": 1000114, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_MazeCommon_EnterBattle_Thunder", + "InBattleBindingType": "CharacterAbility", + "InBattleBindingKey": "StageAbility_MazeCommon_EnterBattle_Thunder", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "1000115:1": { + "ID": 1000115, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_MazeCommon_EnterBattle_Wind", + "InBattleBindingType": "CharacterAbility", + "InBattleBindingKey": "StageAbility_MazeCommon_EnterBattle_Wind", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "1000116:1": { + "ID": 1000116, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_MazeCommon_EnterBattle_Quantum", + "InBattleBindingType": "CharacterAbility", + "InBattleBindingKey": "StageAbility_MazeCommon_EnterBattle_Quantum", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "1000117:1": { + "ID": 1000117, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_MazeCommon_EnterBattle_Imaginary", + "InBattleBindingType": "CharacterAbility", + "InBattleBindingKey": "StageAbility_MazeCommon_EnterBattle_Imaginary", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "3999008:1": { + "ID": 3999008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999008", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999008", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/Icon1003Passive.png", + "BuffName": "MazeBuffName_3999008", + "BuffDesc": "MazeBuffDesc_3999008", + "BuffDescBattle": "MazeBuffDescBattle_3999008", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "3999009:1": { + "ID": 3999009, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999009", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999009", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/Icon1002Passive.png", + "BuffName": "MazeBuffName_3999009", + "BuffDesc": "MazeBuffDesc_3999009", + "BuffDescBattle": "MazeBuffDescBattle_3999009", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "3999010:1": { + "ID": 3999010, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999010", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999010", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioThunder.png", + "BuffName": "MazeBuffName_3999010", + "BuffDesc": "MazeBuffDesc_3999010", + "BuffDescBattle": "MazeBuffDescBattle_3999010", + "BuffEffect": "MazeBuffEffect_3999010", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "3999011:1": { + "ID": 3999011, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999011", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999011", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotElectric.png", + "BuffName": "MazeBuffName_3999011", + "BuffDesc": "MazeBuffDesc_3999011", + "BuffDescBattle": "MazeBuffDescBattle_3999011", + "BuffEffect": "MazeBuffEffect_3999011", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "3999012:1": { + "ID": 3999012, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999012", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999012", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotPoison.png", + "BuffName": "MazeBuffName_3999012", + "BuffDesc": "MazeBuffDesc_3999012", + "BuffDescBattle": "MazeBuffDescBattle_3999012", + "BuffEffect": "MazeBuffEffect_3999012", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "3999013:1": { + "ID": 3999013, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999013", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999013", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotPoison.png", + "BuffName": "MazeBuffName_3999013", + "BuffDesc": "MazeBuffDesc_3999013", + "BuffDescBattle": "MazeBuffDescBattle_3999013", + "BuffEffect": "MazeBuffEffect_3999013", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "3999015:1": { + "ID": 3999015, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999015", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999015", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_3999015", + "BuffDesc": "MazeBuffDesc_3999015", + "BuffDescBattle": "MazeBuffDescBattle_3999015", + "BuffEffect": "MazeBuffEffect_3999015", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "3999016:1": { + "ID": 3999016, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999016", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999016", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "BuffName": "MazeBuffName_3999016", + "BuffDesc": "MazeBuffDesc_3999016", + "BuffDescBattle": "MazeBuffDescBattle_3999016", + "BuffEffect": "MazeBuffEffect_3999016", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "3999017:1": { + "ID": 3999017, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999017", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999017", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioThunder.png", + "BuffName": "MazeBuffName_3999017", + "BuffDesc": "MazeBuffDesc_3999017", + "BuffDescBattle": "MazeBuffDescBattle_3999017", + "BuffEffect": "MazeBuffEffect_3999017", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "3999018:1": { + "ID": 3999018, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_3999018", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_3999018", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotElectric.png", + "BuffName": "MazeBuffName_3999018", + "BuffDesc": "MazeBuffDesc_3999018", + "BuffDescBattle": "MazeBuffDescBattle_3999018", + "BuffEffect": "MazeBuffEffect_3999018", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "400001:1": { + "ID": 400001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_400001", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_400001", + "BuffDesc": "MazeBuffDesc_400001", + "BuffDescBattle": "MazeBuffDesc_400001", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "400002:1": { + "ID": 400002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_400002", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_400002", + "BuffDesc": "MazeBuffDesc_400002", + "BuffDescBattle": "MazeBuffDesc_400002", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "400003:1": { + "ID": 400003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_400003", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_400003", + "BuffDesc": "MazeBuffDesc_400003", + "BuffDescBattle": "MazeBuffDesc_400003", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "401001:1": { + "ID": 401001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_401001", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "ItemAbility_401001", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_401001", + "BuffDesc": "MazeBuffDesc_401001", + "BuffDescBattle": "MazeBuffDesc_401001", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 12, + "IsDisplay": true + }, + "401002:1": { + "ID": 401002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_401002", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "ItemAbility_401002", + "ParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_401002", + "BuffDesc": "MazeBuffDesc_401002", + "BuffDescBattle": "MazeBuffDesc_401002", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 11, + "IsDisplay": true + }, + "400004:1": { + "ID": 400004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_400004", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_400004", + "BuffDesc": "MazeBuffDesc_400004", + "BuffDescBattle": "MazeBuffDesc_400004", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "400005:1": { + "ID": 400005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_400005", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_400005", + "BuffDesc": "MazeBuffDesc_400005", + "BuffDescBattle": "MazeBuffDesc_400005", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "401003:1": { + "ID": 401003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_401003", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_401003", + "BuffDesc": "MazeBuffDesc_401003", + "BuffDescBattle": "MazeBuffDesc_401003", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "401004:1": { + "ID": 401004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_401004", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "ItemAbility_401004", + "ParamList": [ + { + "RawValue": 1331439861760 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_401004", + "BuffDesc": "MazeBuffDesc_401004", + "BuffDescBattle": "MazeBuffDesc_401004", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 11, + "IsDisplay": true + }, + "401005:1": { + "ID": 401005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_401005", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_401005", + "BuffDesc": "MazeBuffDesc_401005", + "BuffDescBattle": "MazeBuffDesc_401005", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "401006:1": { + "ID": 401006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_401006", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_401006", + "BuffDesc": "MazeBuffDesc_401006", + "BuffDescBattle": "MazeBuffDesc_401006", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "402001:1": { + "ID": 402001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_402001", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 2362232015 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_402001", + "BuffDesc": "MazeBuffDesc_402001", + "BuffDescBattle": "MazeBuffDesc_402001", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "402002:1": { + "ID": 402002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_402002", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "ItemAbility_402002", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_402002", + "BuffDesc": "MazeBuffDesc_402002", + "BuffDescBattle": "MazeBuffDesc_402002", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 12, + "IsDisplay": true + }, + "403001:1": { + "ID": 403001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_403001", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "ItemAbility_403001", + "ParamList": [ + { + "RawValue": 2147483648000 + }, + { + "RawValue": 515396076 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_403001", + "BuffDesc": "MazeBuffDesc_403001", + "BuffDescBattle": "MazeBuffDesc_403001", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 11, + "IsDisplay": true + }, + "403002:1": { + "ID": 403002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_403002", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "ItemAbility_403002", + "ParamList": [ + { + "RawValue": 343597384 + }, + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_403002", + "BuffDesc": "MazeBuffDesc_403002", + "BuffDescBattle": "MazeBuffDesc_403002", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 11, + "IsDisplay": true + }, + "408001:1": { + "ID": 408001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_408001", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 644245095 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_408001", + "BuffDesc": "MazeBuffDesc_408001", + "BuffDescBattle": "MazeBuffDesc_408001", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "700123:1": { + "ID": 700123, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_640103", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_700123", + "BuffDesc": "MazeBuffDesc_700123", + "BuffDescBattle": "MazeBuffDesc_700123", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "700124:1": { + "ID": 700124, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_640103", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_700124", + "BuffDesc": "MazeBuffDesc_700124", + "BuffDescBattle": "MazeBuffDesc_700124", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "700125:1": { + "ID": 700125, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_640103", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_700125", + "BuffDesc": "MazeBuffDesc_700125", + "BuffDescBattle": "MazeBuffDesc_700125", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "400006:1": { + "ID": 400006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_400006", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_400006", + "BuffDesc": "MazeBuffDesc_400006", + "BuffDescBattle": "MazeBuffDesc_400006", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "2013201:1": { + "ID": 2013201, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_LevelAbilityModifier_2013201", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_2013201", + "BuffDesc": "MazeBuffDesc_2013201", + "BuffDescBattle": "MazeBuffDesc_2013201", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": true + }, + "2013202:1": { + "ID": 2013202, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_LevelAbilityModifier_2013202", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "LevelPlaneEnviAbility_2013202", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "640101:1": { + "ID": 640101, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_640101", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 42949672960000 + }, + { + "RawValue": 10737418240000 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeBuffDesc_640101", + "BuffDescBattle": "MazeBuffDesc_640101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "640102:1": { + "ID": 640102, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_640102", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 42949672960000 + }, + { + "RawValue": 21474836480000 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeBuffDesc_640102", + "BuffDescBattle": "MazeBuffDesc_640102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "640103:1": { + "ID": 640103, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_640103", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 85899345920000 + }, + { + "RawValue": 21474836480000 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeBuffDesc_640103", + "BuffDescBattle": "MazeBuffDesc_640103", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620101:1": { + "ID": 620101, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620101", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620101", + "ParamList": [ + { + "RawValue": 6871947676 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620101", + "BuffDesc": "MazeBuffDesc_620101", + "BuffDescBattle": "MazeBuffDesc_620101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620102:1": { + "ID": 620102, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620101", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620101", + "ParamList": [ + { + "RawValue": 6871947676 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620102", + "BuffDesc": "MazeBuffDesc_620102", + "BuffDescBattle": "MazeBuffDesc_620102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620103:1": { + "ID": 620103, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620101", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620101", + "ParamList": [ + { + "RawValue": 6871947676 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620103", + "BuffDesc": "MazeBuffDesc_620103", + "BuffDescBattle": "MazeBuffDesc_620103", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620104:1": { + "ID": 620104, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620101", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620101", + "ParamList": [ + { + "RawValue": 6871947676 + }, + { + "RawValue": 17179869184 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620104", + "BuffDesc": "MazeBuffDesc_620104", + "BuffDescBattle": "MazeBuffDesc_620104", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620105:1": { + "ID": 620105, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620101", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620101", + "ParamList": [ + { + "RawValue": 6871947676 + }, + { + "RawValue": 21474836480 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620105", + "BuffDesc": "MazeBuffDesc_620105", + "BuffDescBattle": "MazeBuffDesc_620105", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620201:1": { + "ID": 620201, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620201", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620201", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 3221225475 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620201", + "BuffDesc": "MazeBuffDesc_620201", + "BuffDescBattle": "MazeBuffDesc_620201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620202:1": { + "ID": 620202, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620201", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620201", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 3221225475 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620202", + "BuffDesc": "MazeBuffDesc_620202", + "BuffDescBattle": "MazeBuffDesc_620202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620203:1": { + "ID": 620203, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620201", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620201", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 3221225475 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620203", + "BuffDesc": "MazeBuffDesc_620203", + "BuffDescBattle": "MazeBuffDesc_620203", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620204:1": { + "ID": 620204, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620201", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620201", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 3221225475 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 17179869184 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620204", + "BuffDesc": "MazeBuffDesc_620204", + "BuffDescBattle": "MazeBuffDesc_620204", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620205:1": { + "ID": 620205, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620201", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620201", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 3221225475 + }, + { + "RawValue": 343597384 + }, + { + "RawValue": 21474836480 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620205", + "BuffDesc": "MazeBuffDesc_620205", + "BuffDescBattle": "MazeBuffDesc_620205", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620301:1": { + "ID": 620301, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620301", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620301", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620301", + "BuffDesc": "MazeBuffDesc_620301", + "BuffDescBattle": "MazeBuffDesc_620301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620302:1": { + "ID": 620302, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620301", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620301", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620302", + "BuffDesc": "MazeBuffDesc_620302", + "BuffDescBattle": "MazeBuffDesc_620302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620303:1": { + "ID": 620303, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620301", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620301", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620303", + "BuffDesc": "MazeBuffDesc_620303", + "BuffDescBattle": "MazeBuffDesc_620303", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620304:1": { + "ID": 620304, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620301", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620301", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620304", + "BuffDesc": "MazeBuffDesc_620304", + "BuffDescBattle": "MazeBuffDesc_620304", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620305:1": { + "ID": 620305, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620301", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620301", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620305", + "BuffDesc": "MazeBuffDesc_620305", + "BuffDescBattle": "MazeBuffDesc_620305", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620401:1": { + "ID": 620401, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620401", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620401", + "ParamList": [ + { + "RawValue": 2576980380 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 5153960756 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620401", + "BuffDesc": "MazeBuffDesc_620401", + "BuffDescBattle": "MazeBuffDesc_620401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620402:1": { + "ID": 620402, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620401", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620401", + "ParamList": [ + { + "RawValue": 2576980380 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 5153960756 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620402", + "BuffDesc": "MazeBuffDesc_620402", + "BuffDescBattle": "MazeBuffDesc_620402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620403:1": { + "ID": 620403, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620401", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620401", + "ParamList": [ + { + "RawValue": 2576980380 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 5153960756 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620403", + "BuffDesc": "MazeBuffDesc_620403", + "BuffDescBattle": "MazeBuffDesc_620403", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620404:1": { + "ID": 620404, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620401", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620401", + "ParamList": [ + { + "RawValue": 2576980380 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 5153960756 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620404", + "BuffDesc": "MazeBuffDesc_620404", + "BuffDescBattle": "MazeBuffDesc_620404", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620405:1": { + "ID": 620405, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620401", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620401", + "ParamList": [ + { + "RawValue": 2576980380 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 5153960756 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620405", + "BuffDesc": "MazeBuffDesc_620405", + "BuffDescBattle": "MazeBuffDesc_620405", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620501:1": { + "ID": 620501, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620501", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620501", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620501", + "BuffDesc": "MazeBuffDesc_620501", + "BuffDescBattle": "MazeBuffDesc_620501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620502:1": { + "ID": 620502, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620501", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620501", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620502", + "BuffDesc": "MazeBuffDesc_620502", + "BuffDescBattle": "MazeBuffDesc_620502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620503:1": { + "ID": 620503, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620501", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620501", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620503", + "BuffDesc": "MazeBuffDesc_620503", + "BuffDescBattle": "MazeBuffDesc_620503", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620504:1": { + "ID": 620504, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620501", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620501", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620504", + "BuffDesc": "MazeBuffDesc_620504", + "BuffDescBattle": "MazeBuffDesc_620504", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620505:1": { + "ID": 620505, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620501", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620501", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620505", + "BuffDesc": "MazeBuffDesc_620505", + "BuffDescBattle": "MazeBuffDesc_620505", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620601:1": { + "ID": 620601, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620601", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620601", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620601", + "BuffDesc": "MazeBuffDesc_620601", + "BuffDescBattle": "MazeBuffDesc_620601", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620602:1": { + "ID": 620602, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620601", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620601", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620602", + "BuffDesc": "MazeBuffDesc_620602", + "BuffDescBattle": "MazeBuffDesc_620602", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620603:1": { + "ID": 620603, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620601", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620601", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620603", + "BuffDesc": "MazeBuffDesc_620603", + "BuffDescBattle": "MazeBuffDesc_620603", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620604:1": { + "ID": 620604, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620601", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620601", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620604", + "BuffDesc": "MazeBuffDesc_620604", + "BuffDescBattle": "MazeBuffDesc_620604", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "620605:1": { + "ID": 620605, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_620601", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_620601", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeBuffName_620605", + "BuffDesc": "MazeBuffDesc_620605", + "BuffDescBattle": "MazeBuffDesc_620605", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "640201:1": { + "ID": 640201, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_640201", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 42949672960000 + }, + { + "RawValue": 10737418240000 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeBuffDesc_640201", + "BuffDescBattle": "MazeBuffDesc_640201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "640202:1": { + "ID": 640202, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_640202", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 42949672960000 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeBuffDesc_640202", + "BuffDescBattle": "MazeBuffDesc_640202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "640203:1": { + "ID": 640203, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_640203", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [ + { + "RawValue": 85899345920000 + }, + { + "RawValue": 21474836480000 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeBuffDesc_640203", + "BuffDescBattle": "MazeBuffDesc_640203", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "631001:1": { + "ID": 631001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_631001", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "631002:1": { + "ID": 631002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_631002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_631002", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "631003:1": { + "ID": 631003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_631003", + "InBattleBindingType": "None", + "InBattleBindingKey": "StageAbility_631003", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "631004:1": { + "ID": 631004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_631004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_631004", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "631005:1": { + "ID": 631005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_631005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_631005", + "ParamList": [ + { + "RawValue": 42949672960 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "631006:1": { + "ID": 631006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_631006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_631006", + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "631007:1": { + "ID": 631007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_631007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_631007", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "631008:1": { + "ID": 631008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_631008", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_631008", + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "631009:1": { + "ID": 631009, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_631009", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "110801:1": { + "ID": 110801, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Sampo", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 110807, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "BuffName": "MazeBuffName_110801", + "BuffDesc": "MazeBuffDesc_110801", + "BuffDescBattle": "MazeBuffDesc_110801", + "BuffEffect": "MazeBuffEffect_110801", + "MazeBuffType": "Character", + "MazeBuffPool": 21, + "IsDisplay": true + }, + "404001:1": { + "ID": 404001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_404001", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_404001", + "BuffDesc": "MazeBuffDesc_404001", + "BuffDescBattle": "MazeBuffDesc_404001", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "404002:1": { + "ID": 404002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_404002", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "BuffName": "MazeBuffName_404002", + "BuffDesc": "MazeBuffDesc_404002", + "BuffDescBattle": "MazeBuffDesc_404002", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "120401:1": { + "ID": 120401, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_JingYuan", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 120407, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/Icon1204Passive.png", + "BuffName": "MazeBuffName_120401", + "BuffDesc": "MazeBuffDesc_120401", + "BuffDescBattle": "MazeBuffDesc_120401", + "BuffEffect": "MazeBuffEffect_120401", + "MazeBuffType": "Character", + "MazeBuffPool": 3, + "IsDisplay": true + }, + "408002:1": { + "ID": 408002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_408002", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_408002", + "BuffDesc": "MazeBuffDesc_408002", + "BuffDescBattle": "MazeBuffDesc_408002", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "408003:1": { + "ID": 408003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_408003", + "InBattleBindingType": "StageAbilityAfterCharacterBorn", + "InBattleBindingKey": "ItemAbility_408003", + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_408003", + "BuffDesc": "MazeBuffDesc_408003", + "BuffDescBattle": "MazeBuffDesc_408003", + "BuffEffect": "", + "MazeBuffType": "Team", + "MazeBuffPool": 12, + "IsDisplay": true + }, + "408004:1": { + "ID": 408004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_ItemAbility_408004", + "InBattleBindingType": "None", + "InBattleBindingKey": "", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "BuffName": "MazeBuffName_408004", + "BuffDesc": "MazeBuffDesc_408004", + "BuffDescBattle": "MazeBuffDesc_408004", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "120501:1": { + "ID": 120501, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Ren", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "120601:1": { + "ID": 120601, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 1, + "ModifierName": "ADV_StageAbility_Maze_Sushang", + "InBattleBindingType": "CharacterSkill", + "InBattleBindingKey": "SkillMaze", + "ParamList": [], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/BuffIcon/Inlevel/IconDotCommon.png", + "BuffName": "MazeText_Empty", + "BuffDesc": "MazeText_Empty", + "BuffDescBattle": "MazeText_Empty", + "BuffEffect": "", + "MazeBuffType": "Character", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612001:1": { + "ID": 612001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612001", + "ParamList": [ + { + "RawValue": 3435973840 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200101", + "BuffDesc": "MazeBuffDesc_61200101", + "BuffDescBattle": "MazeBuffDesc_61200101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612002:1": { + "ID": 612002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612002", + "ParamList": [ + { + "RawValue": 1717986920 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200201", + "BuffDesc": "MazeBuffDesc_61200201", + "BuffDescBattle": "MazeBuffDesc_61200201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612003:1": { + "ID": 612003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612003", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612003", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200301", + "BuffDesc": "MazeBuffDesc_61200301", + "BuffDescBattle": "MazeBuffDesc_61200301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612004:1": { + "ID": 612004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612004", + "ParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200401", + "BuffDesc": "MazeBuffDesc_61200401", + "BuffDescBattle": "MazeBuffDesc_61200401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612005:1": { + "ID": 612005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612005", + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200501", + "BuffDesc": "MazeBuffDesc_61200501", + "BuffDescBattle": "MazeBuffDesc_61200501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612006:1": { + "ID": 612006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612006", + "ParamList": [ + { + "RawValue": 3435973840 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200601", + "BuffDesc": "MazeBuffDesc_61200601", + "BuffDescBattle": "MazeBuffDesc_61200601", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612007:1": { + "ID": 612007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612007", + "ParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200701", + "BuffDesc": "MazeBuffDesc_61200701", + "BuffDescBattle": "MazeBuffDesc_61200701", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612008:1": { + "ID": 612008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612008", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612008", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200801", + "BuffDesc": "MazeBuffDesc_61200801", + "BuffDescBattle": "MazeBuffDesc_61200801", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612009:1": { + "ID": 612009, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612009", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612009", + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200901", + "BuffDesc": "MazeBuffDesc_61200901", + "BuffDescBattle": "MazeBuffDesc_61200901", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612010:1": { + "ID": 612010, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612010", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612010", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201001", + "BuffDesc": "MazeBuffDesc_61201001", + "BuffDescBattle": "MazeBuffDesc_61201001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612011:1": { + "ID": 612011, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612011", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612011", + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201101", + "BuffDesc": "MazeBuffDesc_61201101", + "BuffDescBattle": "MazeBuffDesc_61201101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612012:1": { + "ID": 612012, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612012", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612012", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 644245095 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201201", + "BuffDesc": "MazeBuffDesc_61201201", + "BuffDescBattle": "MazeBuffDesc_61201201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612013:1": { + "ID": 612013, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612013", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612013", + "ParamList": [ + { + "RawValue": 386547057 + }, + { + "RawValue": 25769803776 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201301", + "BuffDesc": "MazeBuffDesc_61201301", + "BuffDescBattle": "MazeBuffDesc_61201301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612014:1": { + "ID": 612014, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612014", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612014", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201401", + "BuffDesc": "MazeBuffDesc_61201401", + "BuffDescBattle": "MazeBuffDesc_61201401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612015:1": { + "ID": 612015, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612015", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612015", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 4252017627 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201501", + "BuffDesc": "MazeBuffDesc_61201501", + "BuffDescBattle": "MazeBuffDesc_61201501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612101:1": { + "ID": 612101, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612101", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612101", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210101", + "BuffDesc": "MazeBuffDesc_61210101", + "BuffDescBattle": "MazeBuffDesc_61210101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612102:1": { + "ID": 612102, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612102", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612102", + "ParamList": [ + { + "RawValue": 6442450946 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210201", + "BuffDesc": "MazeBuffDesc_61210201", + "BuffDescBattle": "MazeBuffDesc_61210201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612103:1": { + "ID": 612103, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612103", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612103", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210301", + "BuffDesc": "MazeBuffDesc_61210301", + "BuffDescBattle": "MazeBuffDesc_61210301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612104:1": { + "ID": 612104, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612104", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612104", + "ParamList": [ + { + "RawValue": 3221225475 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210401", + "BuffDesc": "MazeBuffDesc_61210401", + "BuffDescBattle": "MazeBuffDesc_61210401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612105:1": { + "ID": 612105, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612105", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612105", + "ParamList": [ + { + "RawValue": 171798692 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210501", + "BuffDesc": "MazeBuffDesc_61210501", + "BuffDescBattle": "MazeBuffDesc_61210501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612106:1": { + "ID": 612106, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612106", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612106", + "ParamList": [ + { + "RawValue": 51539607552 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210601", + "BuffDesc": "MazeBuffDesc_61210601", + "BuffDescBattle": "MazeBuffDesc_61210601", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612107:1": { + "ID": 612107, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612107", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612107", + "ParamList": [ + { + "RawValue": 128849019 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210701", + "BuffDesc": "MazeBuffDesc_61210701", + "BuffDescBattle": "MazeBuffDesc_61210701", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612108:1": { + "ID": 612108, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612108", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612108", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210801", + "BuffDesc": "MazeBuffDesc_61210801", + "BuffDescBattle": "MazeBuffDesc_61210801", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612109:1": { + "ID": 612109, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612109", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612109", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 644245095 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210901", + "BuffDesc": "MazeBuffDesc_61210901", + "BuffDescBattle": "MazeBuffDesc_61210901", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612110:1": { + "ID": 612110, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612110", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612110", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211001", + "BuffDesc": "MazeBuffDesc_61211001", + "BuffDescBattle": "MazeBuffDesc_61211001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612111:1": { + "ID": 612111, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612111", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612111", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 17179869184 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211101", + "BuffDesc": "MazeBuffDesc_61211101", + "BuffDescBattle": "MazeBuffDesc_61211101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612112:1": { + "ID": 612112, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612112", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612112", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211201", + "BuffDesc": "MazeBuffDesc_61211201", + "BuffDescBattle": "MazeBuffDesc_61211201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612113:1": { + "ID": 612113, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612113", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612113", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 25769803776 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211301", + "BuffDesc": "MazeBuffDesc_61211301", + "BuffDescBattle": "MazeBuffDesc_61211301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612114:1": { + "ID": 612114, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612114", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612114", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211401", + "BuffDesc": "MazeBuffDesc_61211401", + "BuffDescBattle": "MazeBuffDesc_61211401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612115:1": { + "ID": 612115, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612115", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612115", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211501", + "BuffDesc": "MazeBuffDesc_61211501", + "BuffDescBattle": "MazeBuffDesc_61211501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612201:1": { + "ID": 612201, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612201", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612201", + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220101", + "BuffDesc": "MazeBuffDesc_61220101", + "BuffDescBattle": "MazeBuffDesc_61220101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612202:1": { + "ID": 612202, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612202", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612202", + "ParamList": [ + { + "RawValue": 0 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220201", + "BuffDesc": "MazeBuffDesc_61220201", + "BuffDescBattle": "MazeBuffDesc_61220201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612203:1": { + "ID": 612203, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612203", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612203", + "ParamList": [ + { + "RawValue": 214748365 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220301", + "BuffDesc": "MazeBuffDesc_61220301", + "BuffDescBattle": "MazeBuffDesc_61220301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612204:1": { + "ID": 612204, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612204", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612204", + "ParamList": [ + { + "RawValue": 171798692 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220401", + "BuffDesc": "MazeBuffDesc_61220401", + "BuffDescBattle": "MazeBuffDesc_61220401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612205:1": { + "ID": 612205, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612205", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612205", + "ParamList": [ + { + "RawValue": 128849019 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220501", + "BuffDesc": "MazeBuffDesc_61220501", + "BuffDescBattle": "MazeBuffDesc_61220501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612206:1": { + "ID": 612206, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612206", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612206", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220601", + "BuffDesc": "MazeBuffDesc_61220601", + "BuffDescBattle": "MazeBuffDesc_61220601", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612207:1": { + "ID": 612207, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612207", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612207", + "ParamList": [ + { + "RawValue": 3435973840 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220701", + "BuffDesc": "MazeBuffDesc_61220701", + "BuffDescBattle": "MazeBuffDesc_61220701", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612208:1": { + "ID": 612208, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612208", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612208", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220801", + "BuffDesc": "MazeBuffDesc_61220801", + "BuffDescBattle": "MazeBuffDesc_61220801", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612209:1": { + "ID": 612209, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612209", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612209", + "ParamList": [ + { + "RawValue": 1073741825 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220901", + "BuffDesc": "MazeBuffDesc_61220901", + "BuffDescBattle": "MazeBuffDesc_61220901", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612210:1": { + "ID": 612210, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612210", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612210", + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221001", + "BuffDesc": "MazeBuffDesc_61221001", + "BuffDescBattle": "MazeBuffDesc_61221001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612211:1": { + "ID": 612211, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612211", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612211", + "ParamList": [ + { + "RawValue": 3006477110 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221101", + "BuffDesc": "MazeBuffDesc_61221101", + "BuffDescBattle": "MazeBuffDesc_61221101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612212:1": { + "ID": 612212, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612212", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612212", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221201", + "BuffDesc": "MazeBuffDesc_61221201", + "BuffDescBattle": "MazeBuffDesc_61221201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612213:1": { + "ID": 612213, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612213", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612213", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 25769803776 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221301", + "BuffDesc": "MazeBuffDesc_61221301", + "BuffDescBattle": "MazeBuffDesc_61221301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612214:1": { + "ID": 612214, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612214", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612214", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221401", + "BuffDesc": "MazeBuffDesc_61221401", + "BuffDescBattle": "MazeBuffDesc_61221401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612215:1": { + "ID": 612215, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612215", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612215", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221501", + "BuffDesc": "MazeBuffDesc_61221501", + "BuffDescBattle": "MazeBuffDesc_61221501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612301:1": { + "ID": 612301, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612301", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612301", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230101", + "BuffDesc": "MazeBuffDesc_61230101", + "BuffDescBattle": "MazeBuffDesc_61230101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612302:1": { + "ID": 612302, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612302", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612302", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230201", + "BuffDesc": "MazeBuffDesc_61230201", + "BuffDescBattle": "MazeBuffDesc_61230201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612303:1": { + "ID": 612303, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612303", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612303", + "ParamList": [ + { + "RawValue": 644245095 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230301", + "BuffDesc": "MazeBuffDesc_61230301", + "BuffDescBattle": "MazeBuffDesc_61230301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612304:1": { + "ID": 612304, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612304", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612304", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230401", + "BuffDesc": "MazeBuffDesc_61230401", + "BuffDescBattle": "MazeBuffDesc_61230401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612305:1": { + "ID": 612305, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612305", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612305", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230501", + "BuffDesc": "MazeBuffDesc_61230501", + "BuffDescBattle": "MazeBuffDesc_61230501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612306:1": { + "ID": 612306, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612306", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612306", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230601", + "BuffDesc": "MazeBuffDesc_61230601", + "BuffDescBattle": "MazeBuffDesc_61230601", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612307:1": { + "ID": 612307, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612307", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612307", + "ParamList": [ + { + "RawValue": 3865470570 + }, + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230701", + "BuffDesc": "MazeBuffDesc_61230701", + "BuffDescBattle": "MazeBuffDesc_61230701", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612308:1": { + "ID": 612308, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612308", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612308", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230801", + "BuffDesc": "MazeBuffDesc_61230801", + "BuffDescBattle": "MazeBuffDesc_61230801", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612309:1": { + "ID": 612309, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612309", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612309", + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230901", + "BuffDesc": "MazeBuffDesc_61230901", + "BuffDescBattle": "MazeBuffDesc_61230901", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612310:1": { + "ID": 612310, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612310", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612310", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 42949673 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231001", + "BuffDesc": "MazeBuffDesc_61231001", + "BuffDescBattle": "MazeBuffDesc_61231001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612311:1": { + "ID": 612311, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612311", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612311", + "ParamList": [ + { + "RawValue": 214748365 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 64424509440 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231101", + "BuffDesc": "MazeBuffDesc_61231101", + "BuffDescBattle": "MazeBuffDesc_61231101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612312:1": { + "ID": 612312, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612312", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612312", + "ParamList": [ + { + "RawValue": 4724464026 + }, + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231201", + "BuffDesc": "MazeBuffDesc_61231201", + "BuffDescBattle": "MazeBuffDesc_61231201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612313:1": { + "ID": 612313, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612313", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612313", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 25769803776 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231301", + "BuffDesc": "MazeBuffDesc_61231301", + "BuffDescBattle": "MazeBuffDesc_61231301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612314:1": { + "ID": 612314, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612314", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612314", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 171798692 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231401", + "BuffDesc": "MazeBuffDesc_61231401", + "BuffDescBattle": "MazeBuffDesc_61231401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612315:1": { + "ID": 612315, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612315", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612315", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231501", + "BuffDesc": "MazeBuffDesc_61231501", + "BuffDescBattle": "MazeBuffDesc_61231501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612401:1": { + "ID": 612401, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612401", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612401", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240101", + "BuffDesc": "MazeBuffDesc_61240101", + "BuffDescBattle": "MazeBuffDesc_61240101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612402:1": { + "ID": 612402, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612402", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612402", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 1717986920 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240201", + "BuffDesc": "MazeBuffDesc_61240201", + "BuffDescBattle": "MazeBuffDesc_61240201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612403:1": { + "ID": 612403, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612403", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612403", + "ParamList": [ + { + "RawValue": 214748365 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240301", + "BuffDesc": "MazeBuffDesc_61240301", + "BuffDescBattle": "MazeBuffDesc_61240301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612404:1": { + "ID": 612404, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612404", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612404", + "ParamList": [ + { + "RawValue": 343597384 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240401", + "BuffDesc": "MazeBuffDesc_61240401", + "BuffDescBattle": "MazeBuffDesc_61240401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612405:1": { + "ID": 612405, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612405", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612405", + "ParamList": [ + { + "RawValue": 1073741825 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240501", + "BuffDesc": "MazeBuffDesc_61240501", + "BuffDescBattle": "MazeBuffDesc_61240501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612406:1": { + "ID": 612406, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612406", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612406", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240601", + "BuffDesc": "MazeBuffDesc_61240601", + "BuffDescBattle": "MazeBuffDesc_61240601", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612407:1": { + "ID": 612407, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612407", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612407", + "ParamList": [ + { + "RawValue": 1073741825 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240701", + "BuffDesc": "MazeBuffDesc_61240701", + "BuffDescBattle": "MazeBuffDesc_61240701", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612408:1": { + "ID": 612408, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612408", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612408", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240801", + "BuffDesc": "MazeBuffDesc_61240801", + "BuffDescBattle": "MazeBuffDesc_61240801", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612409:1": { + "ID": 612409, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612409", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612409", + "ParamList": [ + { + "RawValue": 1073741825 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240901", + "BuffDesc": "MazeBuffDesc_61240901", + "BuffDescBattle": "MazeBuffDesc_61240901", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612410:1": { + "ID": 612410, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612410", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612410", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241001", + "BuffDesc": "MazeBuffDesc_61241001", + "BuffDescBattle": "MazeBuffDesc_61241001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612411:1": { + "ID": 612411, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612411", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612411", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 0 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241101", + "BuffDesc": "MazeBuffDesc_61241101", + "BuffDescBattle": "MazeBuffDesc_61241101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612412:1": { + "ID": 612412, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612412", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612412", + "ParamList": [ + { + "RawValue": 2576980380 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241201", + "BuffDesc": "MazeBuffDesc_61241201", + "BuffDescBattle": "MazeBuffDesc_61241201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612413:1": { + "ID": 612413, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612413", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612413", + "ParamList": [ + { + "RawValue": 214748365 + }, + { + "RawValue": 25769803776 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241301", + "BuffDesc": "MazeBuffDesc_61241301", + "BuffDescBattle": "MazeBuffDesc_61241301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612414:1": { + "ID": 612414, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612414", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612414", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 171798692 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241401", + "BuffDesc": "MazeBuffDesc_61241401", + "BuffDescBattle": "MazeBuffDesc_61241401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612415:1": { + "ID": 612415, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612415", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612415", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241501", + "BuffDesc": "MazeBuffDesc_61241501", + "BuffDescBattle": "MazeBuffDesc_61241501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612501:1": { + "ID": 612501, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612501", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612501", + "ParamList": [ + { + "RawValue": 3865470570 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250101", + "BuffDesc": "MazeBuffDesc_61250101", + "BuffDescBattle": "MazeBuffDesc_61250101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612502:1": { + "ID": 612502, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612502", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612502", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 3435973840 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250201", + "BuffDesc": "MazeBuffDesc_61250201", + "BuffDescBattle": "MazeBuffDesc_61250201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612503:1": { + "ID": 612503, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612503", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612503", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250301", + "BuffDesc": "MazeBuffDesc_61250301", + "BuffDescBattle": "MazeBuffDesc_61250301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612504:1": { + "ID": 612504, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612504", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612504", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 2147483650 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250401", + "BuffDesc": "MazeBuffDesc_61250401", + "BuffDescBattle": "MazeBuffDesc_61250401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612505:1": { + "ID": 612505, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612505", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612505", + "ParamList": [ + { + "RawValue": 25769803776 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250501", + "BuffDesc": "MazeBuffDesc_61250501", + "BuffDescBattle": "MazeBuffDesc_61250501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612506:1": { + "ID": 612506, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612506", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612506", + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250601", + "BuffDesc": "MazeBuffDesc_61250601", + "BuffDescBattle": "MazeBuffDesc_61250601", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612507:1": { + "ID": 612507, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612507", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612507", + "ParamList": [ + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250701", + "BuffDesc": "MazeBuffDesc_61250701", + "BuffDescBattle": "MazeBuffDesc_61250701", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612508:1": { + "ID": 612508, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612508", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612508", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250801", + "BuffDesc": "MazeBuffDesc_61250801", + "BuffDescBattle": "MazeBuffDesc_61250801", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612509:1": { + "ID": 612509, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612509", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612509", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250901", + "BuffDesc": "MazeBuffDesc_61250901", + "BuffDescBattle": "MazeBuffDesc_61250901", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612510:1": { + "ID": 612510, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612510", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612510", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 3006477110 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 3435973840 + }, + { + "RawValue": 6442450946 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251001", + "BuffDesc": "MazeBuffDesc_61251001", + "BuffDescBattle": "MazeBuffDesc_61251001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612511:1": { + "ID": 612511, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612511", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612511", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251101", + "BuffDesc": "MazeBuffDesc_61251101", + "BuffDescBattle": "MazeBuffDesc_61251101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612512:1": { + "ID": 612512, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612512", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612512", + "ParamList": [ + { + "RawValue": 0 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251201", + "BuffDesc": "MazeBuffDesc_61251201", + "BuffDescBattle": "MazeBuffDesc_61251201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612513:1": { + "ID": 612513, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612513", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612513", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 25769803776 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251301", + "BuffDesc": "MazeBuffDesc_61251301", + "BuffDescBattle": "MazeBuffDesc_61251301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612514:1": { + "ID": 612514, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612514", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612514", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251401", + "BuffDesc": "MazeBuffDesc_61251401", + "BuffDescBattle": "MazeBuffDesc_61251401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612515:1": { + "ID": 612515, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612515", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612515", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 2576980380 + }, + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251501", + "BuffDesc": "MazeBuffDesc_61251501", + "BuffDescBattle": "MazeBuffDesc_61251501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612601:1": { + "ID": 612601, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612601", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612601", + "ParamList": [ + { + "RawValue": 85899345920 + }, + { + "RawValue": 6442450946 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260101", + "BuffDesc": "MazeBuffDesc_61260101", + "BuffDescBattle": "MazeBuffDesc_61260101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612602:1": { + "ID": 612602, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612602", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612602", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260201", + "BuffDesc": "MazeBuffDesc_61260201", + "BuffDescBattle": "MazeBuffDesc_61260201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612603:1": { + "ID": 612603, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612603", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612603", + "ParamList": [ + { + "RawValue": 171798692 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260301", + "BuffDesc": "MazeBuffDesc_61260301", + "BuffDescBattle": "MazeBuffDesc_61260301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612604:1": { + "ID": 612604, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612604", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612604", + "ParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260401", + "BuffDesc": "MazeBuffDesc_61260401", + "BuffDescBattle": "MazeBuffDesc_61260401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612605:1": { + "ID": 612605, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612605", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612605", + "ParamList": [ + { + "RawValue": 85899346 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260501", + "BuffDesc": "MazeBuffDesc_61260501", + "BuffDescBattle": "MazeBuffDesc_61260501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612606:1": { + "ID": 612606, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612606", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612606", + "ParamList": [ + { + "RawValue": 343597384 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260601", + "BuffDesc": "MazeBuffDesc_61260601", + "BuffDescBattle": "MazeBuffDesc_61260601", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612607:1": { + "ID": 612607, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612607", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612607", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260701", + "BuffDesc": "MazeBuffDesc_61260701", + "BuffDescBattle": "MazeBuffDesc_61260701", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612608:1": { + "ID": 612608, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612608", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612608", + "ParamList": [ + { + "RawValue": 128849018880 + }, + { + "RawValue": 858993460 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260801", + "BuffDesc": "MazeBuffDesc_61260801", + "BuffDescBattle": "MazeBuffDesc_61260801", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612609:1": { + "ID": 612609, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612609", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612609", + "ParamList": [ + { + "RawValue": 42949672960 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260901", + "BuffDesc": "MazeBuffDesc_61260901", + "BuffDescBattle": "MazeBuffDesc_61260901", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612610:1": { + "ID": 612610, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612610", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612610", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261001", + "BuffDesc": "MazeBuffDesc_61261001", + "BuffDescBattle": "MazeBuffDesc_61261001", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612611:1": { + "ID": 612611, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612611", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612611", + "ParamList": [ + { + "RawValue": 3435973840 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261101", + "BuffDesc": "MazeBuffDesc_61261101", + "BuffDescBattle": "MazeBuffDesc_61261101", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612612:1": { + "ID": 612612, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612612", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612612", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 42949673 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261201", + "BuffDesc": "MazeBuffDesc_61261201", + "BuffDescBattle": "MazeBuffDesc_61261201", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612613:1": { + "ID": 612613, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612613", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612613", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 25769803776 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261301", + "BuffDesc": "MazeBuffDesc_61261301", + "BuffDescBattle": "MazeBuffDesc_61261301", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612614:1": { + "ID": 612614, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612614", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612614", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261401", + "BuffDesc": "MazeBuffDesc_61261401", + "BuffDescBattle": "MazeBuffDesc_61261401", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612615:1": { + "ID": 612615, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 1, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612615", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612615", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 17179869184 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261501", + "BuffDesc": "MazeBuffDesc_61261501", + "BuffDescBattle": "MazeBuffDesc_61261501", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612001:2": { + "ID": 612001, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612001", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612001", + "ParamList": [ + { + "RawValue": 4123168608 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200102", + "BuffDesc": "MazeBuffDesc_61200102", + "BuffDescBattle": "MazeBuffDesc_61200102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612002:2": { + "ID": 612002, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612002", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612002", + "ParamList": [ + { + "RawValue": 2061584304 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200202", + "BuffDesc": "MazeBuffDesc_61200202", + "BuffDescBattle": "MazeBuffDesc_61200202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612003:2": { + "ID": 612003, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612003", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612003", + "ParamList": [ + { + "RawValue": 1546188228 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200302", + "BuffDesc": "MazeBuffDesc_61200302", + "BuffDescBattle": "MazeBuffDesc_61200302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612004:2": { + "ID": 612004, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612004", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612004", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200402", + "BuffDesc": "MazeBuffDesc_61200402", + "BuffDescBattle": "MazeBuffDesc_61200402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612005:2": { + "ID": 612005, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612005", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612005", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200502", + "BuffDesc": "MazeBuffDesc_61200502", + "BuffDescBattle": "MazeBuffDesc_61200502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612006:2": { + "ID": 612006, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612006", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612006", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200602", + "BuffDesc": "MazeBuffDesc_61200602", + "BuffDescBattle": "MazeBuffDesc_61200602", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612007:2": { + "ID": 612007, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612007", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612007", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200702", + "BuffDesc": "MazeBuffDesc_61200702", + "BuffDescBattle": "MazeBuffDesc_61200702", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612008:2": { + "ID": 612008, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612008", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612008", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200802", + "BuffDesc": "MazeBuffDesc_61200802", + "BuffDescBattle": "MazeBuffDesc_61200802", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612009:2": { + "ID": 612009, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612009", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612009", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61200902", + "BuffDesc": "MazeBuffDesc_61200902", + "BuffDescBattle": "MazeBuffDesc_61200902", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612010:2": { + "ID": 612010, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612010", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612010", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 15461882268 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201002", + "BuffDesc": "MazeBuffDesc_61201002", + "BuffDescBattle": "MazeBuffDesc_61201002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612011:2": { + "ID": 612011, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612011", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612011", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201102", + "BuffDesc": "MazeBuffDesc_61201102", + "BuffDescBattle": "MazeBuffDesc_61201102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612012:2": { + "ID": 612012, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612012", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612012", + "ParamList": [ + { + "RawValue": 2576980380 + }, + { + "RawValue": 773094114 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201202", + "BuffDesc": "MazeBuffDesc_61201202", + "BuffDescBattle": "MazeBuffDesc_61201202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612013:2": { + "ID": 612013, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612013", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612013", + "ParamList": [ + { + "RawValue": 386547057 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201302", + "BuffDesc": "MazeBuffDesc_61201302", + "BuffDescBattle": "MazeBuffDesc_61201302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612014:2": { + "ID": 612014, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612014", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612014", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201402", + "BuffDesc": "MazeBuffDesc_61201402", + "BuffDescBattle": "MazeBuffDesc_61201402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612015:2": { + "ID": 612015, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612015", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612015", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 4252017627 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "BuffName": "MazeBuffName_61201502", + "BuffDesc": "MazeBuffDesc_61201502", + "BuffDescBattle": "MazeBuffDesc_61201502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612101:2": { + "ID": 612101, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612101", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612101", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 214748365 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210102", + "BuffDesc": "MazeBuffDesc_61210102", + "BuffDescBattle": "MazeBuffDesc_61210102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612102:2": { + "ID": 612102, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612102", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612102", + "ParamList": [ + { + "RawValue": 6442450946 + }, + { + "RawValue": 644245095 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210202", + "BuffDesc": "MazeBuffDesc_61210202", + "BuffDescBattle": "MazeBuffDesc_61210202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612103:2": { + "ID": 612103, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612103", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612103", + "ParamList": [ + { + "RawValue": 2061584304 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210302", + "BuffDesc": "MazeBuffDesc_61210302", + "BuffDescBattle": "MazeBuffDesc_61210302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612104:2": { + "ID": 612104, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612104", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612104", + "ParamList": [ + { + "RawValue": 3865470570 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210402", + "BuffDesc": "MazeBuffDesc_61210402", + "BuffDescBattle": "MazeBuffDesc_61210402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612105:2": { + "ID": 612105, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612105", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612105", + "ParamList": [ + { + "RawValue": 214748365 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210502", + "BuffDesc": "MazeBuffDesc_61210502", + "BuffDescBattle": "MazeBuffDesc_61210502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612106:2": { + "ID": 612106, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612106", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612106", + "ParamList": [ + { + "RawValue": 64424509440 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210602", + "BuffDesc": "MazeBuffDesc_61210602", + "BuffDescBattle": "MazeBuffDesc_61210602", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612107:2": { + "ID": 612107, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612107", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612107", + "ParamList": [ + { + "RawValue": 128849019 + }, + { + "RawValue": 30064771072 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210702", + "BuffDesc": "MazeBuffDesc_61210702", + "BuffDescBattle": "MazeBuffDesc_61210702", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612108:2": { + "ID": 612108, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612108", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612108", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210802", + "BuffDesc": "MazeBuffDesc_61210802", + "BuffDescBattle": "MazeBuffDesc_61210802", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612109:2": { + "ID": 612109, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612109", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612109", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 773094114 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61210902", + "BuffDesc": "MazeBuffDesc_61210902", + "BuffDescBattle": "MazeBuffDesc_61210902", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612110:2": { + "ID": 612110, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612110", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612110", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 214748365 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211002", + "BuffDesc": "MazeBuffDesc_61211002", + "BuffDescBattle": "MazeBuffDesc_61211002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612111:2": { + "ID": 612111, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612111", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612111", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211102", + "BuffDesc": "MazeBuffDesc_61211102", + "BuffDescBattle": "MazeBuffDesc_61211102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612112:2": { + "ID": 612112, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612112", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612112", + "ParamList": [ + { + "RawValue": 15461882268 + }, + { + "RawValue": 15461882268 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211202", + "BuffDesc": "MazeBuffDesc_61211202", + "BuffDescBattle": "MazeBuffDesc_61211202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612113:2": { + "ID": 612113, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612113", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612113", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211302", + "BuffDesc": "MazeBuffDesc_61211302", + "BuffDescBattle": "MazeBuffDesc_61211302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612114:2": { + "ID": 612114, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612114", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612114", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211402", + "BuffDesc": "MazeBuffDesc_61211402", + "BuffDescBattle": "MazeBuffDesc_61211402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612115:2": { + "ID": 612115, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612115", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612115", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 257698038 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "BuffName": "MazeBuffName_61211502", + "BuffDesc": "MazeBuffDesc_61211502", + "BuffDescBattle": "MazeBuffDesc_61211502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612201:2": { + "ID": 612201, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612201", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612201", + "ParamList": [ + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220102", + "BuffDesc": "MazeBuffDesc_61220102", + "BuffDescBattle": "MazeBuffDesc_61220102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612202:2": { + "ID": 612202, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612202", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612202", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220202", + "BuffDesc": "MazeBuffDesc_61220202", + "BuffDescBattle": "MazeBuffDesc_61220202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612203:2": { + "ID": 612203, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612203", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612203", + "ParamList": [ + { + "RawValue": 257698038 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220302", + "BuffDesc": "MazeBuffDesc_61220302", + "BuffDescBattle": "MazeBuffDesc_61220302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612204:2": { + "ID": 612204, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612204", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612204", + "ParamList": [ + { + "RawValue": 214748365 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220402", + "BuffDesc": "MazeBuffDesc_61220402", + "BuffDescBattle": "MazeBuffDesc_61220402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612205:2": { + "ID": 612205, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612205", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612205", + "ParamList": [ + { + "RawValue": 171798692 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220502", + "BuffDesc": "MazeBuffDesc_61220502", + "BuffDescBattle": "MazeBuffDesc_61220502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612206:2": { + "ID": 612206, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612206", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612206", + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220602", + "BuffDesc": "MazeBuffDesc_61220602", + "BuffDescBattle": "MazeBuffDesc_61220602", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612207:2": { + "ID": 612207, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612207", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612207", + "ParamList": [ + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220702", + "BuffDesc": "MazeBuffDesc_61220702", + "BuffDescBattle": "MazeBuffDesc_61220702", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612208:2": { + "ID": 612208, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612208", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612208", + "ParamList": [ + { + "RawValue": 2576980380 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220802", + "BuffDesc": "MazeBuffDesc_61220802", + "BuffDescBattle": "MazeBuffDesc_61220802", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612209:2": { + "ID": 612209, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612209", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612209", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61220902", + "BuffDesc": "MazeBuffDesc_61220902", + "BuffDescBattle": "MazeBuffDesc_61220902", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612210:2": { + "ID": 612210, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612210", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612210", + "ParamList": [ + { + "RawValue": 10307921512 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221002", + "BuffDesc": "MazeBuffDesc_61221002", + "BuffDescBattle": "MazeBuffDesc_61221002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612211:2": { + "ID": 612211, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612211", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612211", + "ParamList": [ + { + "RawValue": 3607772532 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221102", + "BuffDesc": "MazeBuffDesc_61221102", + "BuffDescBattle": "MazeBuffDesc_61221102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612212:2": { + "ID": 612212, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612212", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612212", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221202", + "BuffDesc": "MazeBuffDesc_61221202", + "BuffDescBattle": "MazeBuffDesc_61221202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612213:2": { + "ID": 612213, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612213", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612213", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221302", + "BuffDesc": "MazeBuffDesc_61221302", + "BuffDescBattle": "MazeBuffDesc_61221302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612214:2": { + "ID": 612214, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612214", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612214", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221402", + "BuffDesc": "MazeBuffDesc_61221402", + "BuffDescBattle": "MazeBuffDesc_61221402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612215:2": { + "ID": 612215, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612215", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612215", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 5153960756 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "BuffName": "MazeBuffName_61221502", + "BuffDesc": "MazeBuffDesc_61221502", + "BuffDescBattle": "MazeBuffDesc_61221502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612301:2": { + "ID": 612301, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612301", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612301", + "ParamList": [ + { + "RawValue": 5153960756 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230102", + "BuffDesc": "MazeBuffDesc_61230102", + "BuffDescBattle": "MazeBuffDesc_61230102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612302:2": { + "ID": 612302, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612302", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612302", + "ParamList": [ + { + "RawValue": 5153960756 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230202", + "BuffDesc": "MazeBuffDesc_61230202", + "BuffDescBattle": "MazeBuffDesc_61230202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612303:2": { + "ID": 612303, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612303", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612303", + "ParamList": [ + { + "RawValue": 773094114 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230302", + "BuffDesc": "MazeBuffDesc_61230302", + "BuffDescBattle": "MazeBuffDesc_61230302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612304:2": { + "ID": 612304, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612304", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612304", + "ParamList": [ + { + "RawValue": 2061584304 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230402", + "BuffDesc": "MazeBuffDesc_61230402", + "BuffDescBattle": "MazeBuffDesc_61230402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612305:2": { + "ID": 612305, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612305", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612305", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230502", + "BuffDesc": "MazeBuffDesc_61230502", + "BuffDescBattle": "MazeBuffDesc_61230502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612306:2": { + "ID": 612306, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612306", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612306", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230602", + "BuffDesc": "MazeBuffDesc_61230602", + "BuffDescBattle": "MazeBuffDesc_61230602", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612307:2": { + "ID": 612307, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612307", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612307", + "ParamList": [ + { + "RawValue": 3865470570 + }, + { + "RawValue": 1030792152 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230702", + "BuffDesc": "MazeBuffDesc_61230702", + "BuffDescBattle": "MazeBuffDesc_61230702", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612308:2": { + "ID": 612308, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612308", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612308", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1546188228 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230802", + "BuffDesc": "MazeBuffDesc_61230802", + "BuffDescBattle": "MazeBuffDesc_61230802", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612309:2": { + "ID": 612309, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612309", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612309", + "ParamList": [ + { + "RawValue": 2061584304 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61230902", + "BuffDesc": "MazeBuffDesc_61230902", + "BuffDescBattle": "MazeBuffDesc_61230902", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612310:2": { + "ID": 612310, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612310", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612310", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 42949673 + }, + { + "RawValue": 6442450946 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231002", + "BuffDesc": "MazeBuffDesc_61231002", + "BuffDescBattle": "MazeBuffDesc_61231002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612311:2": { + "ID": 612311, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612311", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612311", + "ParamList": [ + { + "RawValue": 214748365 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 64424509440 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231102", + "BuffDesc": "MazeBuffDesc_61231102", + "BuffDescBattle": "MazeBuffDesc_61231102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612312:2": { + "ID": 612312, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612312", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612312", + "ParamList": [ + { + "RawValue": 5583457486 + }, + { + "RawValue": 214748365 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231202", + "BuffDesc": "MazeBuffDesc_61231202", + "BuffDescBattle": "MazeBuffDesc_61231202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612313:2": { + "ID": 612313, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612313", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612313", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231302", + "BuffDesc": "MazeBuffDesc_61231302", + "BuffDescBattle": "MazeBuffDesc_61231302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612314:2": { + "ID": 612314, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612314", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612314", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 128849019 + }, + { + "RawValue": 171798692 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231402", + "BuffDesc": "MazeBuffDesc_61231402", + "BuffDescBattle": "MazeBuffDesc_61231402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612315:2": { + "ID": 612315, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612315", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612315", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 1030792152 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "BuffName": "MazeBuffName_61231502", + "BuffDesc": "MazeBuffDesc_61231502", + "BuffDescBattle": "MazeBuffDesc_61231502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612401:2": { + "ID": 612401, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612401", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612401", + "ParamList": [ + { + "RawValue": 601295422 + }, + { + "RawValue": 38654705664 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240102", + "BuffDesc": "MazeBuffDesc_61240102", + "BuffDescBattle": "MazeBuffDesc_61240102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612402:2": { + "ID": 612402, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612402", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612402", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 2061584304 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240202", + "BuffDesc": "MazeBuffDesc_61240202", + "BuffDescBattle": "MazeBuffDesc_61240202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612403:2": { + "ID": 612403, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612403", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612403", + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240302", + "BuffDesc": "MazeBuffDesc_61240302", + "BuffDescBattle": "MazeBuffDesc_61240302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612404:2": { + "ID": 612404, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612404", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612404", + "ParamList": [ + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240402", + "BuffDesc": "MazeBuffDesc_61240402", + "BuffDescBattle": "MazeBuffDesc_61240402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612405:2": { + "ID": 612405, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612405", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612405", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240502", + "BuffDesc": "MazeBuffDesc_61240502", + "BuffDescBattle": "MazeBuffDesc_61240502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612406:2": { + "ID": 612406, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612406", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612406", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240602", + "BuffDesc": "MazeBuffDesc_61240602", + "BuffDescBattle": "MazeBuffDesc_61240602", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612407:2": { + "ID": 612407, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612407", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612407", + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240702", + "BuffDesc": "MazeBuffDesc_61240702", + "BuffDescBattle": "MazeBuffDesc_61240702", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612408:2": { + "ID": 612408, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612408", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612408", + "ParamList": [ + { + "RawValue": 1546188228 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240802", + "BuffDesc": "MazeBuffDesc_61240802", + "BuffDescBattle": "MazeBuffDesc_61240802", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612409:2": { + "ID": 612409, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612409", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612409", + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61240902", + "BuffDesc": "MazeBuffDesc_61240902", + "BuffDescBattle": "MazeBuffDesc_61240902", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612410:2": { + "ID": 612410, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612410", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612410", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 1546188228 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241002", + "BuffDesc": "MazeBuffDesc_61241002", + "BuffDescBattle": "MazeBuffDesc_61241002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612411:2": { + "ID": 612411, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612411", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612411", + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241102", + "BuffDesc": "MazeBuffDesc_61241102", + "BuffDescBattle": "MazeBuffDesc_61241102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612412:2": { + "ID": 612412, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612412", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612412", + "ParamList": [ + { + "RawValue": 3092376456 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241202", + "BuffDesc": "MazeBuffDesc_61241202", + "BuffDescBattle": "MazeBuffDesc_61241202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612413:2": { + "ID": 612413, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612413", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612413", + "ParamList": [ + { + "RawValue": 214748365 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241302", + "BuffDesc": "MazeBuffDesc_61241302", + "BuffDescBattle": "MazeBuffDesc_61241302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612414:2": { + "ID": 612414, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612414", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612414", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241402", + "BuffDesc": "MazeBuffDesc_61241402", + "BuffDescBattle": "MazeBuffDesc_61241402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612415:2": { + "ID": 612415, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612415", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612415", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "BuffName": "MazeBuffName_61241502", + "BuffDesc": "MazeBuffDesc_61241502", + "BuffDescBattle": "MazeBuffDesc_61241502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612501:2": { + "ID": 612501, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612501", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612501", + "ParamList": [ + { + "RawValue": 4638564680 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250102", + "BuffDesc": "MazeBuffDesc_61250102", + "BuffDescBattle": "MazeBuffDesc_61250102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612502:2": { + "ID": 612502, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612502", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612502", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 4123168608 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250202", + "BuffDesc": "MazeBuffDesc_61250202", + "BuffDescBattle": "MazeBuffDesc_61250202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612503:2": { + "ID": 612503, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612503", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612503", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1546188228 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250302", + "BuffDesc": "MazeBuffDesc_61250302", + "BuffDescBattle": "MazeBuffDesc_61250302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612504:2": { + "ID": 612504, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612504", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612504", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 2576980380 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250402", + "BuffDesc": "MazeBuffDesc_61250402", + "BuffDescBattle": "MazeBuffDesc_61250402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612505:2": { + "ID": 612505, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612505", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612505", + "ParamList": [ + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250502", + "BuffDesc": "MazeBuffDesc_61250502", + "BuffDescBattle": "MazeBuffDesc_61250502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612506:2": { + "ID": 612506, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612506", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612506", + "ParamList": [ + { + "RawValue": 1030792152 + }, + { + "RawValue": 8589934592 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250602", + "BuffDesc": "MazeBuffDesc_61250602", + "BuffDescBattle": "MazeBuffDesc_61250602", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612507:2": { + "ID": 612507, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612507", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612507", + "ParamList": [ + { + "RawValue": 515396076 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250702", + "BuffDesc": "MazeBuffDesc_61250702", + "BuffDescBattle": "MazeBuffDesc_61250702", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612508:2": { + "ID": 612508, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612508", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612508", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 17179869184 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250802", + "BuffDesc": "MazeBuffDesc_61250802", + "BuffDescBattle": "MazeBuffDesc_61250802", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612509:2": { + "ID": 612509, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612509", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612509", + "ParamList": [ + { + "RawValue": 1546188228 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61250902", + "BuffDesc": "MazeBuffDesc_61250902", + "BuffDescBattle": "MazeBuffDesc_61250902", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612510:2": { + "ID": 612510, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612510", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612510", + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 3435973840 + }, + { + "RawValue": 2576980380 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 1717986920 + }, + { + "RawValue": 3435973840 + }, + { + "RawValue": 6442450946 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251002", + "BuffDesc": "MazeBuffDesc_61251002", + "BuffDescBattle": "MazeBuffDesc_61251002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612511:2": { + "ID": 612511, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612511", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612511", + "ParamList": [ + { + "RawValue": 1932735285 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251102", + "BuffDesc": "MazeBuffDesc_61251102", + "BuffDescBattle": "MazeBuffDesc_61251102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612512:2": { + "ID": 612512, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612512", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612512", + "ParamList": [ + { + "RawValue": 429496730 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251202", + "BuffDesc": "MazeBuffDesc_61251202", + "BuffDescBattle": "MazeBuffDesc_61251202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612513:2": { + "ID": 612513, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612513", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612513", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251302", + "BuffDesc": "MazeBuffDesc_61251302", + "BuffDescBattle": "MazeBuffDesc_61251302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612514:2": { + "ID": 612514, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612514", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612514", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 515396076 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251402", + "BuffDesc": "MazeBuffDesc_61251402", + "BuffDescBattle": "MazeBuffDesc_61251402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612515:2": { + "ID": 612515, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612515", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612515", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 2576980380 + }, + { + "RawValue": 3865470570 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "BuffName": "MazeBuffName_61251502", + "BuffDesc": "MazeBuffDesc_61251502", + "BuffDescBattle": "MazeBuffDesc_61251502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612601:2": { + "ID": 612601, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612601", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612601", + "ParamList": [ + { + "RawValue": 85899345920 + }, + { + "RawValue": 7730941136 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260102", + "BuffDesc": "MazeBuffDesc_61260102", + "BuffDescBattle": "MazeBuffDesc_61260102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612602:2": { + "ID": 612602, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612602", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612602", + "ParamList": [ + { + "RawValue": 2576980380 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260202", + "BuffDesc": "MazeBuffDesc_61260202", + "BuffDescBattle": "MazeBuffDesc_61260202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612603:2": { + "ID": 612603, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612603", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612603", + "ParamList": [ + { + "RawValue": 214748365 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260302", + "BuffDesc": "MazeBuffDesc_61260302", + "BuffDescBattle": "MazeBuffDesc_61260302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612604:2": { + "ID": 612604, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612604", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612604", + "ParamList": [ + { + "RawValue": 515396076 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260402", + "BuffDesc": "MazeBuffDesc_61260402", + "BuffDescBattle": "MazeBuffDesc_61260402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612605:2": { + "ID": 612605, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612605", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612605", + "ParamList": [ + { + "RawValue": 107374181 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260502", + "BuffDesc": "MazeBuffDesc_61260502", + "BuffDescBattle": "MazeBuffDesc_61260502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612606:2": { + "ID": 612606, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612606", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612606", + "ParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 21474836480 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260602", + "BuffDesc": "MazeBuffDesc_61260602", + "BuffDescBattle": "MazeBuffDesc_61260602", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612607:2": { + "ID": 612607, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612607", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612607", + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 515396076 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260702", + "BuffDesc": "MazeBuffDesc_61260702", + "BuffDescBattle": "MazeBuffDesc_61260702", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612608:2": { + "ID": 612608, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612608", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612608", + "ParamList": [ + { + "RawValue": 128849018880 + }, + { + "RawValue": 1030792152 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260802", + "BuffDesc": "MazeBuffDesc_61260802", + "BuffDescBattle": "MazeBuffDesc_61260802", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612609:2": { + "ID": 612609, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612609", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612609", + "ParamList": [ + { + "RawValue": 51539607552 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61260902", + "BuffDesc": "MazeBuffDesc_61260902", + "BuffDescBattle": "MazeBuffDesc_61260902", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612610:2": { + "ID": 612610, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612610", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612610", + "ParamList": [ + { + "RawValue": 1546188228 + }, + { + "RawValue": 12884901888 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261002", + "BuffDesc": "MazeBuffDesc_61261002", + "BuffDescBattle": "MazeBuffDesc_61261002", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612611:2": { + "ID": 612611, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612611", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612611", + "ParamList": [ + { + "RawValue": 4123168608 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261102", + "BuffDesc": "MazeBuffDesc_61261102", + "BuffDescBattle": "MazeBuffDesc_61261102", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612612:2": { + "ID": 612612, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612612", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612612", + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 51539607 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261202", + "BuffDesc": "MazeBuffDesc_61261202", + "BuffDescBattle": "MazeBuffDesc_61261202", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612613:2": { + "ID": 612613, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612613", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612613", + "ParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 34359738368 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261302", + "BuffDesc": "MazeBuffDesc_61261302", + "BuffDescBattle": "MazeBuffDesc_61261302", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612614:2": { + "ID": 612614, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612614", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612614", + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 515396076 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261402", + "BuffDesc": "MazeBuffDesc_61261402", + "BuffDescBattle": "MazeBuffDesc_61261402", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + }, + "612615:2": { + "ID": 612615, + "BuffSeries": 1, + "BuffRarity": 1, + "Lv": 2, + "LvMax": 2, + "ModifierName": "ADV_StageAbility_612615", + "InBattleBindingType": "StageAbilityBeforeCharacterBorn", + "InBattleBindingKey": "StageAbility_612615", + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 1434519077 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + } + ], + "BuffDescParamByAvatarSkillID": 0, + "BuffIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "BuffName": "MazeBuffName_61261502", + "BuffDesc": "MazeBuffDesc_61261502", + "BuffDescBattle": "MazeBuffDesc_61261502", + "BuffEffect": "", + "MazeBuffType": "Level", + "MazeBuffPool": 0, + "IsDisplay": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MazeBuffRarityExcelTable.json b/CrepePackage/src/data/excel/MazeBuffRarityExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/MazeBuffRarityExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MazeBuffSeriesExcelTable.json b/CrepePackage/src/data/excel/MazeBuffSeriesExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/MazeBuffSeriesExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MazeCampDataExcelTable.json b/CrepePackage/src/data/excel/MazeCampDataExcelTable.json new file mode 100644 index 0000000..c1cb93a --- /dev/null +++ b/CrepePackage/src/data/excel/MazeCampDataExcelTable.json @@ -0,0 +1,36 @@ +{ + "Player": { + "CampID": "Player", + "HostileCampList": [ + 3, + 4 + ] + }, + "MazePlayerAlly": { + "CampID": "MazePlayerAlly", + "HostileCampList": [ + 3, + 4 + ] + }, + "NpcMonster": { + "CampID": "NpcMonster", + "HostileCampList": [ + 1, + 2, + 4 + ] + }, + "Prop": { + "CampID": "Prop", + "HostileCampList": [ + 1, + 2, + 3 + ] + }, + "Neutral": { + "CampID": "Neutral", + "HostileCampList": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MazeFloorConnectivityExcelTable.json b/CrepePackage/src/data/excel/MazeFloorConnectivityExcelTable.json new file mode 100644 index 0000000..26918c6 --- /dev/null +++ b/CrepePackage/src/data/excel/MazeFloorConnectivityExcelTable.json @@ -0,0 +1,338 @@ +{ + "10001001:80112001": { + "FromFloorID": 10001001, + "ToFloorID": 80112001, + "WayPointGroupID": 1, + "WayPointEntityID": 300002 + }, + "80112001:10001001": { + "FromFloorID": 80112001, + "ToFloorID": 10001001, + "WayPointGroupID": 3, + "WayPointEntityID": 300004 + }, + "10001001:20002001": { + "FromFloorID": 10001001, + "ToFloorID": 20002001, + "WayPointGroupID": 3, + "WayPointEntityID": 300005 + }, + "20002001:10001001": { + "FromFloorID": 20002001, + "ToFloorID": 10001001, + "WayPointGroupID": 8, + "WayPointEntityID": 300002 + }, + "10101001:10101002": { + "FromFloorID": 10101001, + "ToFloorID": 10101002, + "WayPointGroupID": 28, + "WayPointEntityID": 300001 + }, + "10101001:10101003": { + "FromFloorID": 10101001, + "ToFloorID": 10101003, + "WayPointGroupID": 3, + "WayPointEntityID": 300001 + }, + "10101001:10101004": { + "FromFloorID": 10101001, + "ToFloorID": 10101004, + "WayPointGroupID": 3, + "WayPointEntityID": 300003 + }, + "10101001:10101005": { + "FromFloorID": 10101001, + "ToFloorID": 10101005, + "WayPointGroupID": 3, + "WayPointEntityID": 300003 + }, + "10101001:10101006": { + "FromFloorID": 10101001, + "ToFloorID": 10101006, + "WayPointGroupID": 3, + "WayPointEntityID": 300003 + }, + "10101001:10101007": { + "FromFloorID": 10101001, + "ToFloorID": 10101007, + "WayPointGroupID": 3, + "WayPointEntityID": 300004 + }, + "10101002:10101001": { + "FromFloorID": 10101002, + "ToFloorID": 10101001, + "WayPointGroupID": 1, + "WayPointEntityID": 300001 + }, + "10101003:10101001": { + "FromFloorID": 10101003, + "ToFloorID": 10101001, + "WayPointGroupID": 1, + "WayPointEntityID": 300001 + }, + "10101004:10101006": { + "FromFloorID": 10101004, + "ToFloorID": 10101006, + "WayPointGroupID": 1, + "WayPointEntityID": 300002 + }, + "10101004:10101005": { + "FromFloorID": 10101004, + "ToFloorID": 10101005, + "WayPointGroupID": 1, + "WayPointEntityID": 300001 + }, + "10101005:10101001": { + "FromFloorID": 10101005, + "ToFloorID": 10101001, + "WayPointGroupID": 2, + "WayPointEntityID": 300001 + }, + "10101005:10101004": { + "FromFloorID": 10101005, + "ToFloorID": 10101004, + "WayPointGroupID": 2, + "WayPointEntityID": 300002 + }, + "10101006:10101004": { + "FromFloorID": 10101006, + "ToFloorID": 10101004, + "WayPointGroupID": 2, + "WayPointEntityID": 300001 + }, + "10101007:10101001": { + "FromFloorID": 10101007, + "ToFloorID": 10101001, + "WayPointGroupID": 9, + "WayPointEntityID": 300002 + }, + "10101001:20101001": { + "FromFloorID": 10101001, + "ToFloorID": 20101001, + "WayPointGroupID": 3, + "WayPointEntityID": 300008 + }, + "10101001:20111001": { + "FromFloorID": 10101001, + "ToFloorID": 20111001, + "WayPointGroupID": 3, + "WayPointEntityID": 300020 + }, + "10101001:20131001": { + "FromFloorID": 10101001, + "ToFloorID": 20131001, + "WayPointGroupID": 3, + "WayPointEntityID": 300009 + }, + "10101001:20132001": { + "FromFloorID": 10101001, + "ToFloorID": 20132001, + "WayPointGroupID": 3, + "WayPointEntityID": 300009 + }, + "10101001:20133001": { + "FromFloorID": 10101001, + "ToFloorID": 20133001, + "WayPointGroupID": 3, + "WayPointEntityID": 300009 + }, + "20131001:20133001": { + "FromFloorID": 20131001, + "ToFloorID": 20133001, + "WayPointGroupID": 2, + "WayPointEntityID": 300004 + }, + "20101001:10101001": { + "FromFloorID": 20101001, + "ToFloorID": 10101001, + "WayPointGroupID": 16, + "WayPointEntityID": 300001 + }, + "20132001:20133001": { + "FromFloorID": 20132001, + "ToFloorID": 20133001, + "WayPointGroupID": 47, + "WayPointEntityID": 300002 + }, + "10102001:10102002": { + "FromFloorID": 10102001, + "ToFloorID": 10102002, + "WayPointGroupID": 2, + "WayPointEntityID": 300001 + }, + "10102001:10102003": { + "FromFloorID": 10102001, + "ToFloorID": 10102003, + "WayPointGroupID": 2, + "WayPointEntityID": 300015 + }, + "10102001:10102004": { + "FromFloorID": 10102001, + "ToFloorID": 10102004, + "WayPointGroupID": 2, + "WayPointEntityID": 300003 + }, + "10102002:10102001": { + "FromFloorID": 10102002, + "ToFloorID": 10102001, + "WayPointGroupID": 2, + "WayPointEntityID": 300001 + }, + "10102003:10102001": { + "FromFloorID": 10102003, + "ToFloorID": 10102001, + "WayPointGroupID": 2, + "WayPointEntityID": 300001 + }, + "10102004:10102001": { + "FromFloorID": 10102004, + "ToFloorID": 10102001, + "WayPointGroupID": 3, + "WayPointEntityID": 300001 + }, + "10102001:20121001": { + "FromFloorID": 10102001, + "ToFloorID": 20121001, + "WayPointGroupID": 2, + "WayPointEntityID": 300004 + }, + "10102001:20122001": { + "FromFloorID": 10102001, + "ToFloorID": 20122001, + "WayPointGroupID": 2, + "WayPointEntityID": 300005 + }, + "20121001:10102001": { + "FromFloorID": 20121001, + "ToFloorID": 10102001, + "WayPointGroupID": 2, + "WayPointEntityID": 300005 + }, + "20122001:10102001": { + "FromFloorID": 20122001, + "ToFloorID": 10102001, + "WayPointGroupID": 2, + "WayPointEntityID": 300004 + }, + "10102001:30101001": { + "FromFloorID": 10102001, + "ToFloorID": 30101001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30102001": { + "FromFloorID": 10102001, + "ToFloorID": 30102001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30103001": { + "FromFloorID": 10102001, + "ToFloorID": 30103001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30104001": { + "FromFloorID": 10102001, + "ToFloorID": 30104001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30105001": { + "FromFloorID": 10102001, + "ToFloorID": 30105001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30106001": { + "FromFloorID": 10102001, + "ToFloorID": 30106001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30107001": { + "FromFloorID": 10102001, + "ToFloorID": 30107001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30108001": { + "FromFloorID": 10102001, + "ToFloorID": 30108001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30109001": { + "FromFloorID": 10102001, + "ToFloorID": 30109001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30110001": { + "FromFloorID": 10102001, + "ToFloorID": 30110001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30111001": { + "FromFloorID": 10102001, + "ToFloorID": 30111001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30112001": { + "FromFloorID": 10102001, + "ToFloorID": 30112001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30113001": { + "FromFloorID": 10102001, + "ToFloorID": 30113001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30114001": { + "FromFloorID": 10102001, + "ToFloorID": 30114001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30115001": { + "FromFloorID": 10102001, + "ToFloorID": 30115001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30116001": { + "FromFloorID": 10102001, + "ToFloorID": 30116001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30117001": { + "FromFloorID": 10102001, + "ToFloorID": 30117001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30118001": { + "FromFloorID": 10102001, + "ToFloorID": 30118001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30119001": { + "FromFloorID": 10102001, + "ToFloorID": 30119001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + }, + "10102001:30120001": { + "FromFloorID": 10102001, + "ToFloorID": 30120001, + "WayPointGroupID": 23, + "WayPointEntityID": 300001 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MazeFloorExcelTable.json b/CrepePackage/src/data/excel/MazeFloorExcelTable.json new file mode 100644 index 0000000..adee1e5 --- /dev/null +++ b/CrepePackage/src/data/excel/MazeFloorExcelTable.json @@ -0,0 +1,3870 @@ +{ + "10000000": { + "FloorID": 10000000, + "Comment": "列车客厢", + "FloorName": "FloorName_10000000", + "BaseFloorID": 10000000, + "FloorBGMGroupName": "StateGroup_Spaceship", + "FloorBGMNormalStateName": "State_Spaceship_Default", + "FloorDefaultEmotion": "State_Hollowing", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10001001": { + "FloorID": 10001001, + "Comment": "主控舱段", + "FloorName": "FloorName_10001001", + "BaseFloorID": 10001001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Master_Control_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_spacestation" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10101001": { + "FloorID": 10101001, + "Comment": "行政广场", + "FloorName": "FloorName_10101001", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MOverworld_Default", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "Config/ConfigMunicipal/Chap01_Square_MunicipalConfig.json", + "MapLayerNameList": [ + { + "hash": 1326329648 + }, + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + } + ] + }, + "10101002": { + "FloorID": 10101002, + "Comment": "市政厅", + "FloorName": "FloorName_10101002", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MOverworld_Default", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10101003": { + "FloorID": 10101003, + "Comment": "花店「长夏」", + "FloorName": "FloorName_10101003", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MFlowershop", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10101004": { + "FloorID": 10101004, + "Comment": "宾馆走廊", + "FloorName": "FloorName_10101004", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MOverworld_Default", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10101005": { + "FloorID": 10101005, + "Comment": "宾馆大堂", + "FloorName": "FloorName_10101005", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MOverworld_Default", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10101006": { + "FloorID": 10101006, + "Comment": "宾馆客房", + "FloorName": "FloorName_10101006", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MOverworld_Default", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10101007": { + "FloorID": 10101007, + "Comment": "机械屋「永动」", + "FloorName": "FloorName_10101007", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MOverworld_Default", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10101008": { + "FloorID": 10101008, + "Comment": "城镇战斗", + "FloorName": "FloorName_10101008", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MOverworld_Default", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10102001": { + "FloorID": 10102001, + "Comment": "磐岩市集", + "FloorName": "FloorName_10102001", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MUnderworld_Default", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "Config/ConfigMunicipal/Chap01_DownTown_MunicipalConfig.json", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10102002": { + "FloorID": 10102002, + "Comment": "廉价房间", + "FloorName": "FloorName_10102002", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MUnderworld_Default", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10102003": { + "FloorID": 10102003, + "Comment": "娜塔莎的诊所", + "FloorName": "FloorName_10102003", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MUnderworld_Default", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "Config/ConfigMunicipal/Common_WhiteBox_MunicipalConfig.json", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "10102004": { + "FloorID": 10102004, + "Comment": "搏击俱乐部", + "FloorName": "FloorName_10102004", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MUnderworld_Default", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_belobog" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "Config/ConfigMunicipal/Common_WhiteBox_MunicipalConfig.json", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20001001": { + "FloorID": 20001001, + "Comment": "基座舱段", + "FloorName": "FloorName_20001001", + "BaseFloorID": 20001001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Base_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n1" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20002001": { + "FloorID": 20002001, + "Comment": "收容舱段", + "FloorName": "FloorName_20002001", + "BaseFloorID": 20002001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Storage_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n2" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1326329648 + }, + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + } + ] + }, + "20003001": { + "FloorID": 20003001, + "Comment": "支援舱段", + "FloorName": "FloorName_20003001", + "BaseFloorID": 20003001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Storage_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n3" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20101001": { + "FloorID": 20101001, + "Comment": "城南雪原", + "FloorName": "FloorName_20101001", + "BaseFloorID": 20101001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_MSnowland", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m0" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 2.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20111001": { + "FloorID": 20111001, + "Comment": "边缘通路", + "FloorName": "FloorName_20111001", + "BaseFloorID": 20111001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m1_1" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.5, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20121001": { + "FloorID": 20121001, + "Comment": "大矿区", + "FloorName": "FloorName_20121001", + "BaseFloorID": 20121001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M2_1", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m2_1" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20122001": { + "FloorID": 20122001, + "Comment": "铆钉镇", + "FloorName": "FloorName_20122001", + "BaseFloorID": 20122001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M2_2", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m2_2" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20123001": { + "FloorID": 20123001, + "Comment": "机械聚落", + "FloorName": "FloorName_20123001", + "BaseFloorID": 20123001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m2_3" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20131001": { + "FloorID": 20131001, + "Comment": "铁卫禁区", + "FloorName": "FloorName_20131001", + "BaseFloorID": 20131001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_1" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.5, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20132001": { + "FloorID": 20132001, + "Comment": "残响回廊", + "FloorName": "FloorName_20132001", + "BaseFloorID": 20132001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_2" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20133001": { + "FloorID": 20133001, + "Comment": "永冬岭", + "FloorName": "FloorName_20133001", + "BaseFloorID": 20132001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M3_3_EverwinterHill", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_3" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20133002": { + "FloorID": 20133002, + "Comment": "命途空间", + "FloorName": "FloorName_20133002", + "BaseFloorID": 20133001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M3_3_PathSpace", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_belobog_m3_3" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20134001": { + "FloorID": 20134001, + "Comment": "永冬岭", + "FloorName": "FloorName_20134001", + "BaseFloorID": 20134001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M3_3_EverwinterHill", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_3" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "20100001": { + "FloorID": 20100001, + "Comment": "命途空间", + "FloorName": "FloorName_20100001", + "BaseFloorID": 20133001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M3_3_PathSpace", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_3" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30101001": { + "FloorID": 30101001, + "Comment": "裂界碎渊 第一阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m1_1" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30102001": { + "FloorID": 30102001, + "Comment": "裂界碎渊 第二阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30103001": { + "FloorID": 30103001, + "Comment": "裂界碎渊 第三阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30104001": { + "FloorID": 30104001, + "Comment": "裂界碎渊 第四阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30105001": { + "FloorID": 30105001, + "Comment": "裂界碎渊 第五阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30106001": { + "FloorID": 30106001, + "Comment": "裂界碎渊 第六阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30107001": { + "FloorID": 30107001, + "Comment": "裂界碎渊 第七阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30108001": { + "FloorID": 30108001, + "Comment": "裂界碎渊 第八阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30109001": { + "FloorID": 30109001, + "Comment": "裂界碎渊 第九阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30110001": { + "FloorID": 30110001, + "Comment": "裂界碎渊 第十阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30111001": { + "FloorID": 30111001, + "Comment": "裂界碎渊 第十一阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30112001": { + "FloorID": 30112001, + "Comment": "裂界碎渊 第十二阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30113001": { + "FloorID": 30113001, + "Comment": "裂界碎渊 第十三阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30114001": { + "FloorID": 30114001, + "Comment": "裂界碎渊 第十四阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30115001": { + "FloorID": 30115001, + "Comment": "裂界碎渊 第十五阶", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30116001": { + "FloorID": 30116001, + "Comment": "裂界碎渊•黑月", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30117001": { + "FloorID": 30117001, + "Comment": "裂界碎渊•赤潮", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30118001": { + "FloorID": 30118001, + "Comment": "裂界碎渊•白垩", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30119001": { + "FloorID": 30119001, + "Comment": "裂界碎渊•青瘴", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30120001": { + "FloorID": 30120001, + "Comment": "遗器测试白盒", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30201001": { + "FloorID": 30201001, + "Comment": "侵蚀隧洞 • 金铁之径", + "FloorName": "FloorName_30201001", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Storage_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n2" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30202001": { + "FloorID": 30202001, + "Comment": "侵蚀隧洞 • 霜风之径", + "FloorName": "FloorName_30202001", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M2_1", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m2_1" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30203001": { + "FloorID": 30203001, + "Comment": "侵蚀隧洞 • 炽火之径", + "FloorName": "FloorName_30203001", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M2_2", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m2_2" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30204001": { + "FloorID": 30204001, + "Comment": "侵蚀隧洞 • 征战之径", + "FloorName": "FloorName_30204001", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_1" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30205001": { + "FloorID": 30205001, + "Comment": "侵蚀隧洞 • 坍缩之径", + "FloorName": "FloorName_30205001", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_2" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "30206001": { + "FloorID": 30206001, + "Comment": "侵蚀隧洞 • 雷霆之径", + "FloorName": "FloorName_30206001", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M3_3_EverwinterHill", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_3" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "40101001": { + "FloorID": 40101001, + "Comment": "残响回廊", + "FloorName": "FloorName_40101001", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_2" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80101001": { + "FloorID": 80101001, + "Comment": "肉鸽测试1", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80102001": { + "FloorID": 80102001, + "Comment": "初始之地", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80103001": { + "FloorID": 80103001, + "Comment": "肉鸽测试3", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80104001": { + "FloorID": 80104001, + "Comment": "边缘通路", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m1_1" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80104002": { + "FloorID": 80104002, + "Comment": "基座舱段", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Base_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n1" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80104003": { + "FloorID": 80104003, + "Comment": "大矿区", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M2_1", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m2_1" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80105001": { + "FloorID": 80105001, + "Comment": "机械聚落", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m2_3" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80105002": { + "FloorID": 80105002, + "Comment": "收容舱段", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Storage_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n2" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80105003": { + "FloorID": 80105003, + "Comment": "铆钉镇", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M2_2", + "FloorDefaultEmotion": "State_Joyful_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m2_2" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80106001": { + "FloorID": 80106001, + "Comment": "残响回廊", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_2" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80106002": { + "FloorID": 80106002, + "Comment": "铁卫禁区", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_1" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80106003": { + "FloorID": 80106003, + "Comment": "支援舱段", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Storage_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n3" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80107001": { + "FloorID": 80107001, + "Comment": "星与月的交界", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80108001": { + "FloorID": 80108001, + "Comment": "月与阳的交界", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80109001": { + "FloorID": 80109001, + "Comment": "终焉之间", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80110001": { + "FloorID": 80110001, + "Comment": "挑战之路", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80111001": { + "FloorID": 80111001, + "Comment": "小房间白盒", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_MCity_Belobog", + "FloorBGMNormalStateName": "State_Maze_M1", + "FloorDefaultEmotion": "State_Hollowing_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_sfx_amb_wind", + "Ev_amb_maze_belobog_m3_2" + ], + "ExitAudioEvent": [ + "Ev_sfx_amb_wind_stop" + ], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80112001": { + "FloorID": 80112001, + "Comment": "黑塔的办公室", + "FloorName": "FloorName_80112001", + "BaseFloorID": 10001001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Master_Control_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [ + "Ev_amb_city_spacestation" + ], + "ExitAudioEvent": [], + "FloorType": "Indoor", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80113001": { + "FloorID": 80113001, + "Comment": "小房间 序章场景 N1", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Base_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n1" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80113002": { + "FloorID": 80113002, + "Comment": "小房间 序章场景 N2", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Storage_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n2" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "80113003": { + "FloorID": 80113003, + "Comment": "小房间 序章场景 N3", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "StateGroup_Herta_Space_Station", + "FloorBGMNormalStateName": "State_Storage_Zone_Default", + "FloorDefaultEmotion": "State_Bgm_E_D", + "FloorBGMBusyStateName": "State_Maze_Busy", + "EnterAudioEvent": [ + "Ev_amb_maze_spacestation_n3" + ], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201001": { + "FloorID": 90201001, + "Comment": "自由测试1", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201002": { + "FloorID": 90201002, + "Comment": "自由测试2", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201003": { + "FloorID": 90201003, + "Comment": "自由测试3", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201004": { + "FloorID": 90201004, + "Comment": "自由测试4", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201005": { + "FloorID": 90201005, + "Comment": "自由测试5", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201006": { + "FloorID": 90201006, + "Comment": "自由测试6", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201007": { + "FloorID": 90201007, + "Comment": "自由测试7", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201008": { + "FloorID": 90201008, + "Comment": "自由测试8", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201009": { + "FloorID": 90201009, + "Comment": "自由测试9", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201010": { + "FloorID": 90201010, + "Comment": "自由测试10", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201011": { + "FloorID": 90201011, + "Comment": "自由测试11", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90201012": { + "FloorID": 90201012, + "Comment": "自由测试12", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90301001": { + "FloorID": 90301001, + "Comment": "暴风雪白盒1", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90301002": { + "FloorID": 90301002, + "Comment": "推箱子白盒", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90301003": { + "FloorID": 90301003, + "Comment": "红蓝门", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90301004": { + "FloorID": 90301004, + "Comment": "踩格子", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90303001": { + "FloorID": 90303001, + "Comment": "垃圾场一号", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90303002": { + "FloorID": 90303002, + "Comment": "垃圾场二号", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90303003": { + "FloorID": 90303003, + "Comment": "垃圾场三号", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90303004": { + "FloorID": 90303004, + "Comment": "垃圾场四号", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90303005": { + "FloorID": 90303005, + "Comment": "垃圾场五号", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90303006": { + "FloorID": 90303006, + "Comment": "垃圾场六号", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90303007": { + "FloorID": 90303007, + "Comment": "垃圾场七号", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90303008": { + "FloorID": 90303008, + "Comment": "垃圾场八号", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90303009": { + "FloorID": 90303009, + "Comment": "垃圾场九号", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90302001": { + "FloorID": 90302001, + "Comment": "M2-1重做白盒", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90401001": { + "FloorID": 90401001, + "Comment": "玩法改动测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10102001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90501001": { + "FloorID": 90501001, + "Comment": "5房间车厢", + "FloorName": "MazeText_Empty", + "BaseFloorID": 90501001, + "FloorBGMGroupName": "StateGroup_Spaceship", + "FloorBGMNormalStateName": "State_Spaceship_Default", + "FloorDefaultEmotion": "State_Hollowing", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90501002": { + "FloorID": 90501002, + "Comment": "原车厢", + "FloorName": "MazeText_Empty", + "BaseFloorID": 90501002, + "FloorBGMGroupName": "StateGroup_Spaceship", + "FloorBGMNormalStateName": "State_Spaceship_Default", + "FloorDefaultEmotion": "State_Hollowing", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90501003": { + "FloorID": 90501003, + "Comment": "4房间车厢", + "FloorName": "MazeText_Empty", + "BaseFloorID": 90501003, + "FloorBGMGroupName": "StateGroup_Spaceship", + "FloorBGMNormalStateName": "State_Spaceship_Default", + "FloorDefaultEmotion": "State_Hollowing", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90501004": { + "FloorID": 90501004, + "Comment": "9.5x8.2房间", + "FloorName": "MazeText_Empty", + "BaseFloorID": 90501004, + "FloorBGMGroupName": "StateGroup_Spaceship", + "FloorBGMNormalStateName": "State_Spaceship_Default", + "FloorDefaultEmotion": "State_Hollowing", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90501005": { + "FloorID": 90501005, + "Comment": "9.5x10房间", + "FloorName": "MazeText_Empty", + "BaseFloorID": 90501005, + "FloorBGMGroupName": "StateGroup_Spaceship", + "FloorBGMNormalStateName": "State_Spaceship_Default", + "FloorDefaultEmotion": "State_Hollowing", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90501006": { + "FloorID": 90501006, + "Comment": "9.5x8.2房间", + "FloorName": "MazeText_Empty", + "BaseFloorID": 90501006, + "FloorBGMGroupName": "StateGroup_Spaceship", + "FloorBGMNormalStateName": "State_Spaceship_Default", + "FloorDefaultEmotion": "State_Hollowing", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90501007": { + "FloorID": 90501007, + "Comment": "9.5x10房间", + "FloorName": "MazeText_Empty", + "BaseFloorID": 90501006, + "FloorBGMGroupName": "StateGroup_Spaceship", + "FloorBGMNormalStateName": "State_Spaceship_Default", + "FloorDefaultEmotion": "State_Hollowing", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 0.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101001": { + "FloorID": 90101001, + "Comment": "探针白盒01", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101002": { + "FloorID": 90101002, + "Comment": "踩格子白盒02", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101003": { + "FloorID": 90101003, + "Comment": "玩法白盒03", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101004": { + "FloorID": 90101004, + "Comment": "玩法白盒04", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101005": { + "FloorID": 90101005, + "Comment": "玩法白盒05", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101006": { + "FloorID": 90101006, + "Comment": "特殊视野白盒", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101007": { + "FloorID": 90101007, + "Comment": "挖宝白盒", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101008": { + "FloorID": 90101008, + "Comment": "玩法白盒08", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101009": { + "FloorID": 90101009, + "Comment": "挖宝白盒M202", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101010": { + "FloorID": 90101010, + "Comment": "M2-1主题白盒", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101011": { + "FloorID": 90101011, + "Comment": "WzW战斗测试用", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101012": { + "FloorID": 90101012, + "Comment": "M2-1主题白盒", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90101013": { + "FloorID": 90101013, + "Comment": "挖宝白盒M301", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90134001": { + "FloorID": 90134001, + "Comment": "挑战关2", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99992": { + "FloorID": 99992, + "Comment": "行人性能测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "Config/ConfigMunicipal/Common_WhiteBox_MunicipalConfig.json", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99994": { + "FloorID": 99994, + "Comment": "TA性能测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99995": { + "FloorID": 99995, + "Comment": "音频触发测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99998": { + "FloorID": 99998, + "Comment": "迷宫性能测试【闲人勿动】", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99998001": { + "FloorID": 99998001, + "Comment": "迷宫怪物测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99998002": { + "FloorID": 99998002, + "Comment": "机械屋测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99998003": { + "FloorID": 99998003, + "Comment": "室内性能测试【闲人勿动】", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90000": { + "FloorID": 90000, + "Comment": "绿幕合成场景", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90001": { + "FloorID": 90001, + "Comment": "序章场景性能测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90002": { + "FloorID": 90002, + "Comment": "物件及特效测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "9000201": { + "FloorID": 9000201, + "Comment": "电梯测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90002001": { + "FloorID": 90002001, + "Comment": "交互测试1", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90002002": { + "FloorID": 90002002, + "Comment": "交互测试2", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "90003001": { + "FloorID": 90003001, + "Comment": "Chap01_Office_01_SSRdev", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99991001": { + "FloorID": 99991001, + "Comment": "战斗打光测试", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99993001": { + "FloorID": 99993001, + "Comment": "springbone测试场景", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99999001": { + "FloorID": 99999001, + "Comment": "冒烟测试边缘通路", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + }, + "99997001": { + "FloorID": 99997001, + "Comment": "QA测试广场", + "FloorName": "MazeText_Empty", + "BaseFloorID": 10101001, + "FloorBGMGroupName": "", + "FloorBGMNormalStateName": "", + "FloorDefaultEmotion": "", + "FloorBGMBusyStateName": "", + "EnterAudioEvent": [], + "ExitAudioEvent": [], + "FloorType": "Default", + "WalkingEffectAdditiveScale": 1.0, + "MunicipalConfigPath": "", + "MapLayerNameList": [ + { + "hash": 1279275398 + }, + { + "hash": 1279275401 + }, + { + "hash": 1279275400 + } + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MazePlaneExcelTable.json b/CrepePackage/src/data/excel/MazePlaneExcelTable.json new file mode 100644 index 0000000..30b62b4 --- /dev/null +++ b/CrepePackage/src/data/excel/MazePlaneExcelTable.json @@ -0,0 +1,974 @@ +{ + "10000": { + "PlaneID": 10000, + "PlaneType": "Train", + "SubType": 1, + "WorldID": 100, + "PlaneName": "PlaneName_10000", + "StartFloorID": 10000000, + "FloorIDList": [ + 10000000 + ] + }, + "10001": { + "PlaneID": 10001, + "PlaneType": "Town", + "SubType": 1, + "WorldID": 101, + "PlaneName": "PlaneName_10001", + "StartFloorID": 10001001, + "FloorIDList": [ + 10001001 + ] + }, + "20001": { + "PlaneID": 20001, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 101, + "PlaneName": "PlaneName_20001", + "StartFloorID": 20001001, + "FloorIDList": [ + 20001001 + ] + }, + "20002": { + "PlaneID": 20002, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 101, + "PlaneName": "PlaneName_20002", + "StartFloorID": 20001001, + "FloorIDList": [ + 20002001 + ] + }, + "20003": { + "PlaneID": 20003, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 101, + "PlaneName": "PlaneName_20003", + "StartFloorID": 20001001, + "FloorIDList": [ + 20003001 + ] + }, + "10101": { + "PlaneID": 10101, + "PlaneType": "Town", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_10101", + "StartFloorID": 10101001, + "FloorIDList": [ + 10101001, + 10101002, + 10101003, + 10101004, + 10101005, + 10101006, + 10101007, + 10101008 + ] + }, + "10102": { + "PlaneID": 10102, + "PlaneType": "Town", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_10102", + "StartFloorID": 10102001, + "FloorIDList": [ + 10102001, + 10102002, + 10102003, + 10102004 + ] + }, + "20101": { + "PlaneID": 20101, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20101", + "StartFloorID": 20101001, + "FloorIDList": [ + 20101001 + ] + }, + "20111": { + "PlaneID": 20111, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20111", + "StartFloorID": 20111001, + "FloorIDList": [ + 20111001 + ] + }, + "20121": { + "PlaneID": 20121, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20121", + "StartFloorID": 20121001, + "FloorIDList": [ + 20121001 + ] + }, + "20122": { + "PlaneID": 20122, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20122", + "StartFloorID": 20122001, + "FloorIDList": [ + 20122001 + ] + }, + "20123": { + "PlaneID": 20123, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20123", + "StartFloorID": 20123001, + "FloorIDList": [ + 20123001 + ] + }, + "20131": { + "PlaneID": 20131, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20131", + "StartFloorID": 20131001, + "FloorIDList": [ + 20131001 + ] + }, + "20132": { + "PlaneID": 20132, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20132", + "StartFloorID": 20132001, + "FloorIDList": [ + 20132001 + ] + }, + "20133": { + "PlaneID": 20133, + "PlaneType": "Raid", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20133", + "StartFloorID": 20133001, + "FloorIDList": [ + 20133001, + 20133002 + ] + }, + "20134": { + "PlaneID": 20134, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20134", + "StartFloorID": 20134001, + "FloorIDList": [ + 20134001 + ] + }, + "20100": { + "PlaneID": 20100, + "PlaneType": "Raid", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_20100", + "StartFloorID": 20100001, + "FloorIDList": [ + 20100001 + ] + }, + "30101": { + "PlaneID": 30101, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30101", + "StartFloorID": 30101001, + "FloorIDList": [ + 30101001 + ] + }, + "30102": { + "PlaneID": 30102, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30102", + "StartFloorID": 30102001, + "FloorIDList": [ + 30102001 + ] + }, + "30103": { + "PlaneID": 30103, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30103", + "StartFloorID": 30103001, + "FloorIDList": [ + 30103001 + ] + }, + "30104": { + "PlaneID": 30104, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30104", + "StartFloorID": 30104001, + "FloorIDList": [ + 30104001 + ] + }, + "30105": { + "PlaneID": 30105, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30105", + "StartFloorID": 30105001, + "FloorIDList": [ + 30105001 + ] + }, + "30106": { + "PlaneID": 30106, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30106", + "StartFloorID": 30106001, + "FloorIDList": [ + 30106001 + ] + }, + "30107": { + "PlaneID": 30107, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30107", + "StartFloorID": 30107001, + "FloorIDList": [ + 30107001 + ] + }, + "30108": { + "PlaneID": 30108, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30108", + "StartFloorID": 30108001, + "FloorIDList": [ + 30108001 + ] + }, + "30109": { + "PlaneID": 30109, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30109", + "StartFloorID": 30109001, + "FloorIDList": [ + 30109001 + ] + }, + "30110": { + "PlaneID": 30110, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30110", + "StartFloorID": 30110001, + "FloorIDList": [ + 30110001 + ] + }, + "30111": { + "PlaneID": 30111, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30111", + "StartFloorID": 30111001, + "FloorIDList": [ + 30111001 + ] + }, + "30112": { + "PlaneID": 30112, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30112", + "StartFloorID": 30112001, + "FloorIDList": [ + 30112001 + ] + }, + "30113": { + "PlaneID": 30113, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30113", + "StartFloorID": 30113001, + "FloorIDList": [ + 30113001 + ] + }, + "30114": { + "PlaneID": 30114, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30114", + "StartFloorID": 30114001, + "FloorIDList": [ + 30114001 + ] + }, + "30115": { + "PlaneID": 30115, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30115", + "StartFloorID": 30115001, + "FloorIDList": [ + 30115001 + ] + }, + "30116": { + "PlaneID": 30116, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30116", + "StartFloorID": 30116001, + "FloorIDList": [ + 30116001 + ] + }, + "30117": { + "PlaneID": 30117, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30117", + "StartFloorID": 30117001, + "FloorIDList": [ + 30117001 + ] + }, + "30118": { + "PlaneID": 30118, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30118", + "StartFloorID": 30118001, + "FloorIDList": [ + 30118001 + ] + }, + "30119": { + "PlaneID": 30119, + "PlaneType": "Challenge", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30119", + "StartFloorID": 30119001, + "FloorIDList": [ + 30119001 + ] + }, + "30120": { + "PlaneID": 30120, + "PlaneType": "Raid", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30120", + "StartFloorID": 30120001, + "FloorIDList": [ + 30120001 + ] + }, + "30201": { + "PlaneID": 30201, + "PlaneType": "Raid", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_30201", + "StartFloorID": 30201001, + "FloorIDList": [ + 30201001, + 30202001, + 30203001, + 30204001, + 30205001, + 30206001 + ] + }, + "40101": { + "PlaneID": 40101, + "PlaneType": "Raid", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_40101", + "StartFloorID": 40101001, + "FloorIDList": [ + 40101001 + ] + }, + "80101": { + "PlaneID": 80101, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80101", + "StartFloorID": 80101001, + "FloorIDList": [ + 80101001 + ] + }, + "80102": { + "PlaneID": 80102, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80102", + "StartFloorID": 80102001, + "FloorIDList": [ + 80102001 + ] + }, + "80103": { + "PlaneID": 80103, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80103", + "StartFloorID": 80103001, + "FloorIDList": [ + 80103001 + ] + }, + "80104": { + "PlaneID": 80104, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80104", + "StartFloorID": 80104001, + "FloorIDList": [ + 80104001, + 80104002, + 80104003 + ] + }, + "80105": { + "PlaneID": 80105, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80105", + "StartFloorID": 80105001, + "FloorIDList": [ + 80105001, + 80105002, + 80105003 + ] + }, + "80106": { + "PlaneID": 80106, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80106", + "StartFloorID": 80106001, + "FloorIDList": [ + 80106001, + 80106002, + 80106003 + ] + }, + "80107": { + "PlaneID": 80107, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80107", + "StartFloorID": 80107001, + "FloorIDList": [ + 80107001 + ] + }, + "80108": { + "PlaneID": 80108, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80108", + "StartFloorID": 80108001, + "FloorIDList": [ + 80108001 + ] + }, + "80109": { + "PlaneID": 80109, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80109", + "StartFloorID": 80109001, + "FloorIDList": [ + 80109001 + ] + }, + "80110": { + "PlaneID": 80110, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80110", + "StartFloorID": 80110001, + "FloorIDList": [ + 80110001 + ] + }, + "80111": { + "PlaneID": 80111, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80111", + "StartFloorID": 80111001, + "FloorIDList": [ + 80111001 + ] + }, + "80112": { + "PlaneID": 80112, + "PlaneType": "Town", + "SubType": 1, + "WorldID": 101, + "PlaneName": "PlaneName_80112", + "StartFloorID": 80112001, + "FloorIDList": [ + 80112001 + ] + }, + "80113": { + "PlaneID": 80113, + "PlaneType": "Rogue", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_80113", + "StartFloorID": 80113001, + "FloorIDList": [ + 80113001, + 80113002, + 80113003 + ] + }, + "90201": { + "PlaneID": 90201, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90201", + "StartFloorID": 90201001, + "FloorIDList": [ + 90201001 + ] + }, + "90202": { + "PlaneID": 90202, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90202", + "StartFloorID": 90201002, + "FloorIDList": [ + 90201002 + ] + }, + "90203": { + "PlaneID": 90203, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90203", + "StartFloorID": 90201003, + "FloorIDList": [ + 90201003 + ] + }, + "90204": { + "PlaneID": 90204, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90204", + "StartFloorID": 90201004, + "FloorIDList": [ + 90201004 + ] + }, + "90205": { + "PlaneID": 90205, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90205", + "StartFloorID": 90201005, + "FloorIDList": [ + 90201005 + ] + }, + "90206": { + "PlaneID": 90206, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90206", + "StartFloorID": 90201006, + "FloorIDList": [ + 90201006 + ] + }, + "90207": { + "PlaneID": 90207, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90207", + "StartFloorID": 90201007, + "FloorIDList": [ + 90201007 + ] + }, + "90208": { + "PlaneID": 90208, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90208", + "StartFloorID": 90201008, + "FloorIDList": [ + 90201008 + ] + }, + "90209": { + "PlaneID": 90209, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90209", + "StartFloorID": 90201009, + "FloorIDList": [ + 90201009 + ] + }, + "90210": { + "PlaneID": 90210, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90210", + "StartFloorID": 90201010, + "FloorIDList": [ + 90201010 + ] + }, + "90211": { + "PlaneID": 90211, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90211", + "StartFloorID": 90201011, + "FloorIDList": [ + 90201011 + ] + }, + "90212": { + "PlaneID": 90212, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90212", + "StartFloorID": 90201012, + "FloorIDList": [ + 90201012 + ] + }, + "90301": { + "PlaneID": 90301, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90301", + "StartFloorID": 90301001, + "FloorIDList": [ + 90301001, + 90301002, + 90301003, + 90301004 + ] + }, + "90302": { + "PlaneID": 90302, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90302", + "StartFloorID": 90302001, + "FloorIDList": [ + 90302001 + ] + }, + "90303": { + "PlaneID": 90303, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90303", + "StartFloorID": 90303001, + "FloorIDList": [ + 90303001, + 90303002, + 90303003, + 90303004, + 90303005, + 90303006, + 90303007, + 90303008, + 90303009 + ] + }, + "90401": { + "PlaneID": 90401, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90401", + "StartFloorID": 90401001, + "FloorIDList": [ + 90401001 + ] + }, + "90501": { + "PlaneID": 90501, + "PlaneType": "Train", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90501", + "StartFloorID": 90501001, + "FloorIDList": [ + 90501001, + 90501002, + 90501003, + 90501004, + 90501005, + 90501006, + 90501007 + ] + }, + "90101": { + "PlaneID": 90101, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90101", + "StartFloorID": 90101001, + "FloorIDList": [ + 90101001, + 90101002, + 90101003, + 90101004, + 90101005, + 90101006, + 90101007, + 90101008, + 90101009, + 90101010, + 90101011, + 90101012, + 90101013 + ] + }, + "90134": { + "PlaneID": 90134, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90134", + "StartFloorID": 90134001, + "FloorIDList": [ + 90134001 + ] + }, + "90000": { + "PlaneID": 90000, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90000", + "StartFloorID": 90000, + "FloorIDList": [ + 90000 + ] + }, + "90001": { + "PlaneID": 90001, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90001", + "StartFloorID": 90001, + "FloorIDList": [ + 90001 + ] + }, + "90002": { + "PlaneID": 90002, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90002", + "StartFloorID": 90002, + "FloorIDList": [ + 90002, + 9000201, + 90002001, + 90002002 + ] + }, + "90003": { + "PlaneID": 90003, + "PlaneType": "Town", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_90003", + "StartFloorID": 90003001, + "FloorIDList": [ + 90003001 + ] + }, + "99991": { + "PlaneID": 99991, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_99991", + "StartFloorID": 99991001, + "FloorIDList": [ + 99991001 + ] + }, + "99992": { + "PlaneID": 99992, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_99992", + "StartFloorID": 99992, + "FloorIDList": [ + 99992 + ] + }, + "99993": { + "PlaneID": 99993, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_99993", + "StartFloorID": 99993001, + "FloorIDList": [ + 99993001 + ] + }, + "99994": { + "PlaneID": 99994, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_99994", + "StartFloorID": 99994, + "FloorIDList": [ + 99994 + ] + }, + "99995": { + "PlaneID": 99995, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_99995", + "StartFloorID": 99995, + "FloorIDList": [ + 99995 + ] + }, + "99997": { + "PlaneID": 99997, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_99997", + "StartFloorID": 99997001, + "FloorIDList": [ + 99997001 + ] + }, + "99998": { + "PlaneID": 99998, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_99998", + "StartFloorID": 99998, + "FloorIDList": [ + 99998, + 99998001, + 99998002, + 99998003 + ] + }, + "99999": { + "PlaneID": 99999, + "PlaneType": "Maze", + "SubType": 1, + "WorldID": 201, + "PlaneName": "PlaneName_99999", + "StartFloorID": 99999001, + "FloorIDList": [ + 99999001 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MazePuzzleConfigExcelTable.json b/CrepePackage/src/data/excel/MazePuzzleConfigExcelTable.json new file mode 100644 index 0000000..8a363a5 --- /dev/null +++ b/CrepePackage/src/data/excel/MazePuzzleConfigExcelTable.json @@ -0,0 +1,14 @@ +{ + "Info": { + "PuzzleFuncType": "Info", + "IconPath": "SpriteOutput/MazePuzzleIcon/TreasureMap.png" + }, + "Probe": { + "PuzzleFuncType": "Probe", + "IconPath": "SpriteOutput/MazePuzzleIcon/Probe.png" + }, + "SpecialVision": { + "PuzzleFuncType": "SpecialVision", + "IconPath": "SpriteOutput/MazePuzzleIcon/TreasureMap.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MazeSkillExcelTable.json b/CrepePackage/src/data/excel/MazeSkillExcelTable.json new file mode 100644 index 0000000..626c5b7 --- /dev/null +++ b/CrepePackage/src/data/excel/MazeSkillExcelTable.json @@ -0,0 +1,506 @@ +{ + "100101": { + "MazeSkillId": 100101, + "MazeSkillName": "AvatarSkillName_100106", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_100106", + "RelatedAvatarSkill": 100106, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "100102": { + "MazeSkillId": 100102, + "MazeSkillName": "AvatarSkillName_100107", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_100107", + "RelatedAvatarSkill": 100107, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "100201": { + "MazeSkillId": 100201, + "MazeSkillName": "AvatarSkillName_100206", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_100206", + "RelatedAvatarSkill": 100206, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "100202": { + "MazeSkillId": 100202, + "MazeSkillName": "AvatarSkillName_100207", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_100207", + "RelatedAvatarSkill": 100207, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "100301": { + "MazeSkillId": 100301, + "MazeSkillName": "AvatarSkillName_100306", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_100306", + "RelatedAvatarSkill": 100306, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "100302": { + "MazeSkillId": 100302, + "MazeSkillName": "AvatarSkillName_100307", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_100307", + "RelatedAvatarSkill": 100307, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "100401": { + "MazeSkillId": 100401, + "MazeSkillName": "AvatarSkillName_100406", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_100406", + "RelatedAvatarSkill": 100406, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "100402": { + "MazeSkillId": 100402, + "MazeSkillName": "AvatarSkillName_100407", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_100407", + "RelatedAvatarSkill": 100407, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "100501": { + "MazeSkillId": 100501, + "MazeSkillName": "AvatarSkillName_100506", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_100506", + "RelatedAvatarSkill": 100506, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "100502": { + "MazeSkillId": 100502, + "MazeSkillName": "AvatarSkillName_100507", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_100507", + "RelatedAvatarSkill": 100507, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "100601": { + "MazeSkillId": 100601, + "MazeSkillName": "AvatarSkillName_100606", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_100606", + "RelatedAvatarSkill": 100606, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "100602": { + "MazeSkillId": 100602, + "MazeSkillName": "AvatarSkillName_100607", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_100607", + "RelatedAvatarSkill": 100607, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "100801": { + "MazeSkillId": 100801, + "MazeSkillName": "AvatarSkillName_100806", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_100806", + "RelatedAvatarSkill": 100806, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "100802": { + "MazeSkillId": 100802, + "MazeSkillName": "AvatarSkillName_100807", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_100807", + "RelatedAvatarSkill": 100807, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "100901": { + "MazeSkillId": 100901, + "MazeSkillName": "AvatarSkillName_100906", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_100906", + "RelatedAvatarSkill": 100906, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "100902": { + "MazeSkillId": 100902, + "MazeSkillName": "AvatarSkillName_100907", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_100907", + "RelatedAvatarSkill": 100907, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "101301": { + "MazeSkillId": 101301, + "MazeSkillName": "AvatarSkillName_101306", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_101306", + "RelatedAvatarSkill": 101306, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "101302": { + "MazeSkillId": 101302, + "MazeSkillName": "AvatarSkillName_101307", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_101307", + "RelatedAvatarSkill": 101307, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "110101": { + "MazeSkillId": 110101, + "MazeSkillName": "AvatarSkillName_110106", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_110106", + "RelatedAvatarSkill": 110106, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "110102": { + "MazeSkillId": 110102, + "MazeSkillName": "AvatarSkillName_110107", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_110107", + "RelatedAvatarSkill": 110107, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "110201": { + "MazeSkillId": 110201, + "MazeSkillName": "AvatarSkillName_110206", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_110206", + "RelatedAvatarSkill": 110206, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "110202": { + "MazeSkillId": 110202, + "MazeSkillName": "AvatarSkillName_110207", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_110207", + "RelatedAvatarSkill": 110207, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "110301": { + "MazeSkillId": 110301, + "MazeSkillName": "AvatarSkillName_110306", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_110306", + "RelatedAvatarSkill": 110306, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "110302": { + "MazeSkillId": 110302, + "MazeSkillName": "AvatarSkillName_110307", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_110307", + "RelatedAvatarSkill": 110307, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "110401": { + "MazeSkillId": 110401, + "MazeSkillName": "AvatarSkillName_110406", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_110406", + "RelatedAvatarSkill": 110406, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "110402": { + "MazeSkillId": 110402, + "MazeSkillName": "AvatarSkillName_110407", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_110407", + "RelatedAvatarSkill": 110407, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "110501": { + "MazeSkillId": 110501, + "MazeSkillName": "AvatarSkillName_110506", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_110506", + "RelatedAvatarSkill": 110506, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "110502": { + "MazeSkillId": 110502, + "MazeSkillName": "AvatarSkillName_110507", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_110507", + "RelatedAvatarSkill": 110507, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "110601": { + "MazeSkillId": 110601, + "MazeSkillName": "AvatarSkillName_110606", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_110606", + "RelatedAvatarSkill": 110606, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "110602": { + "MazeSkillId": 110602, + "MazeSkillName": "AvatarSkillName_110607", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_110607", + "RelatedAvatarSkill": 110607, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "110701": { + "MazeSkillId": 110701, + "MazeSkillName": "AvatarSkillName_110706", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_110706", + "RelatedAvatarSkill": 110706, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "110702": { + "MazeSkillId": 110702, + "MazeSkillName": "AvatarSkillName_110707", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_110707", + "RelatedAvatarSkill": 110707, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "110801": { + "MazeSkillId": 110801, + "MazeSkillName": "AvatarSkillName_110806", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_110806", + "RelatedAvatarSkill": 110806, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "110802": { + "MazeSkillId": 110802, + "MazeSkillName": "AvatarSkillName_110807", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_110807", + "RelatedAvatarSkill": 110807, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "110901": { + "MazeSkillId": 110901, + "MazeSkillName": "AvatarSkillName_110906", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_110906", + "RelatedAvatarSkill": 110906, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "110902": { + "MazeSkillId": 110902, + "MazeSkillName": "AvatarSkillName_110907", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_110907", + "RelatedAvatarSkill": 110907, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "120201": { + "MazeSkillId": 120201, + "MazeSkillName": "AvatarSkillName_120206", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_120206", + "RelatedAvatarSkill": 120206, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "120202": { + "MazeSkillId": 120202, + "MazeSkillName": "AvatarSkillName_120207", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_120207", + "RelatedAvatarSkill": 120207, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "120301": { + "MazeSkillId": 120301, + "MazeSkillName": "AvatarSkillName_120306", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_120306", + "RelatedAvatarSkill": 120306, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "120302": { + "MazeSkillId": 120302, + "MazeSkillName": "AvatarSkillName_120307", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_120307", + "RelatedAvatarSkill": 120307, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "120401": { + "MazeSkillId": 120401, + "MazeSkillName": "AvatarSkillName_120406", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_120406", + "RelatedAvatarSkill": 120406, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "120402": { + "MazeSkillId": 120402, + "MazeSkillName": "AvatarSkillName_120407", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_120407", + "RelatedAvatarSkill": 120407, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "120501": { + "MazeSkillId": 120501, + "MazeSkillName": "AvatarSkillName_120506", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_120506", + "RelatedAvatarSkill": 120506, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "120502": { + "MazeSkillId": 120502, + "MazeSkillName": "AvatarSkillName_120507", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_120507", + "RelatedAvatarSkill": 120507, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "120601": { + "MazeSkillId": 120601, + "MazeSkillName": "AvatarSkillName_120606", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_120606", + "RelatedAvatarSkill": 120606, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "120602": { + "MazeSkillId": 120602, + "MazeSkillName": "AvatarSkillName_120607", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_120607", + "RelatedAvatarSkill": 120607, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "800101": { + "MazeSkillId": 800101, + "MazeSkillName": "AvatarSkillName_800106", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_800106", + "RelatedAvatarSkill": 800106, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "800102": { + "MazeSkillId": 800102, + "MazeSkillName": "AvatarSkillName_800107", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_800107", + "RelatedAvatarSkill": 800107, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "800201": { + "MazeSkillId": 800201, + "MazeSkillName": "AvatarSkillName_800206", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_800206", + "RelatedAvatarSkill": 800206, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "800202": { + "MazeSkillId": 800202, + "MazeSkillName": "AvatarSkillName_800207", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_800207", + "RelatedAvatarSkill": 800207, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "800301": { + "MazeSkillId": 800301, + "MazeSkillName": "AvatarSkillName_800306", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_800306", + "RelatedAvatarSkill": 800306, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "800302": { + "MazeSkillId": 800302, + "MazeSkillName": "AvatarSkillName_800307", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_800307", + "RelatedAvatarSkill": 800307, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "800401": { + "MazeSkillId": 800401, + "MazeSkillName": "AvatarSkillName_800406", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_800406", + "RelatedAvatarSkill": 800406, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "800402": { + "MazeSkillId": 800402, + "MazeSkillName": "AvatarSkillName_800407", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_800407", + "RelatedAvatarSkill": 800407, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + }, + "999801": { + "MazeSkillId": 999801, + "MazeSkillName": "AvatarSkillName_999806", + "MazeSkilltype": 1, + "MazeSkillDesc": "AvatarSkillDesc_999806", + "RelatedAvatarSkill": 999806, + "MPCost": 0, + "SkillTriggerKey": "NormalAtk" + }, + "999802": { + "MazeSkillId": 999802, + "MazeSkillName": "AvatarSkillName_999807", + "MazeSkilltype": 2, + "MazeSkillDesc": "AvatarSkillDesc_999807", + "RelatedAvatarSkill": 999807, + "MPCost": 1, + "SkillTriggerKey": "MazeSkill" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MessageContactExcelTable.json b/CrepePackage/src/data/excel/MessageContactExcelTable.json new file mode 100644 index 0000000..d6434d1 --- /dev/null +++ b/CrepePackage/src/data/excel/MessageContactExcelTable.json @@ -0,0 +1,312 @@ +{ + "1000": { + "ID": 1000, + "Name": { + "hash": 199632833 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Pam.png", + "SignatureText": { + "hash": -1139910158 + } + }, + "1001": { + "ID": 1001, + "Name": { + "hash": 1765716774 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1001.png", + "SignatureText": { + "hash": -1139910157 + } + }, + "1002": { + "ID": 1002, + "Name": { + "hash": -963166581 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1002.png", + "SignatureText": { + "hash": -1139910160 + } + }, + "1003": { + "ID": 1003, + "Name": { + "hash": 602917360 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1003.png", + "SignatureText": { + "hash": -1139910159 + } + }, + "1004": { + "ID": 1004, + "Name": { + "hash": -2125965995 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1004.png", + "SignatureText": { + "hash": -1139910154 + } + }, + "1005": { + "ID": 1005, + "Name": { + "hash": -559882054 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1005.png", + "SignatureText": { + "hash": -1139910153 + } + }, + "1006": { + "ID": 1006, + "Name": { + "hash": 1006201887 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1006.png", + "SignatureText": { + "hash": -1139910156 + } + }, + "1008": { + "ID": 1008, + "Name": { + "hash": -156597527 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1008.png", + "SignatureText": { + "hash": -1139910166 + } + }, + "1009": { + "ID": 1009, + "Name": { + "hash": 1409486414 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1009.png", + "SignatureText": { + "hash": -1139910165 + } + }, + "1013": { + "ID": 1013, + "Name": { + "hash": 602917359 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1013.png", + "SignatureText": { + "hash": 426173782 + } + }, + "1102": { + "ID": 1102, + "Name": { + "hash": 623120336 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1102.png", + "SignatureText": { + "hash": -1139910191 + } + }, + "1103": { + "ID": 1103, + "Name": { + "hash": -942963605 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1103.png", + "SignatureText": { + "hash": -1139910192 + } + }, + "1104": { + "ID": 1104, + "Name": { + "hash": -539679078 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1104.png", + "SignatureText": { + "hash": -1139910185 + } + }, + "1105": { + "ID": 1105, + "Name": { + "hash": -2105763019 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1105.png", + "SignatureText": { + "hash": -1139910186 + } + }, + "1106": { + "ID": 1106, + "Name": { + "hash": -1702478492 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1106.png", + "SignatureText": { + "hash": -1139910187 + } + }, + "1107": { + "ID": 1107, + "Name": { + "hash": 1026404863 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1107.png", + "SignatureText": { + "hash": -1139910188 + } + }, + "1108": { + "ID": 1108, + "Name": { + "hash": 1429689390 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1108.png", + "SignatureText": { + "hash": -1139910197 + } + }, + "1109": { + "ID": 1109, + "Name": { + "hash": -136394551 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1109.png", + "SignatureText": { + "hash": -1139910198 + } + }, + "8001": { + "ID": 8001, + "Name": { + "hash": 1765716941 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/8001.png", + "SignatureText": { + "hash": 721795216 + } + }, + "1": { + "ID": 1, + "Name": { + "hash": 1558881649 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Wenmingde.png", + "SignatureText": { + "hash": 194120738 + } + }, + "2": { + "ID": 2, + "Name": { + "hash": 1558881650 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_DoctorDig.png", + "SignatureText": { + "hash": 597405265 + } + }, + "3": { + "ID": 3, + "Name": { + "hash": 1558881651 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Anonymous.png", + "SignatureText": { + "hash": -968678676 + } + }, + "4": { + "ID": 4, + "Name": { + "hash": 1558881652 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Donne.png", + "SignatureText": { + "hash": -565394149 + } + }, + "5": { + "ID": 5, + "Name": { + "hash": 1558881653 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Rocky.png", + "SignatureText": { + "hash": -2131478090 + } + }, + "6": { + "ID": 6, + "Name": { + "hash": 1558881654 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Anonymous.png", + "SignatureText": { + "hash": -1728193563 + } + }, + "7": { + "ID": 7, + "Name": { + "hash": 1558881655 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Anonymous.png", + "SignatureText": { + "hash": 1000689792 + } + }, + "8": { + "ID": 8, + "Name": { + "hash": 1558881656 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Abraham.png", + "SignatureText": { + "hash": 2116435039 + } + }, + "9": { + "ID": 9, + "Name": { + "hash": 1558881657 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Anonymous.png", + "SignatureText": { + "hash": 550351098 + } + }, + "10": { + "ID": 10, + "Name": { + "hash": 1546266049 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Julian.png", + "SignatureText": { + "hash": -273254062 + } + }, + "11": { + "ID": 11, + "Name": { + "hash": -1182617306 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Julian.png", + "SignatureText": { + "hash": -273254061 + } + }, + "12": { + "ID": 12, + "Name": { + "hash": 383466635 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Oleg.png", + "SignatureText": { + "hash": -273254064 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MessageGroupExcelTable.json b/CrepePackage/src/data/excel/MessageGroupExcelTable.json new file mode 100644 index 0000000..40da839 --- /dev/null +++ b/CrepePackage/src/data/excel/MessageGroupExcelTable.json @@ -0,0 +1,402 @@ +{ + "10001": { + "ID": 10001, + "Name": { + "hash": -1967184420 + }, + "MessageContactsID": 1001, + "MessageSectionIDList": [ + 1000100 + ] + }, + "10002": { + "ID": 10002, + "Name": { + "hash": -1563899893 + }, + "MessageContactsID": 1013, + "MessageSectionIDList": [ + 1000200 + ] + }, + "10100": { + "ID": 10100, + "Name": { + "hash": 902861436 + }, + "MessageContactsID": 1008, + "MessageSectionIDList": [ + 1010000 + ] + }, + "10101": { + "ID": 10101, + "Name": { + "hash": -1826021919 + }, + "MessageContactsID": 1009, + "MessageSectionIDList": [ + 1010100 + ] + }, + "10102": { + "ID": 10102, + "Name": { + "hash": -259937978 + }, + "MessageContactsID": 1, + "MessageSectionIDList": [ + 1010200 + ] + }, + "10103": { + "ID": 10103, + "Name": { + "hash": 1306145963 + }, + "MessageContactsID": 8, + "MessageSectionIDList": [ + 1010300 + ] + }, + "10104": { + "ID": 10104, + "Name": { + "hash": -1422737392 + }, + "MessageContactsID": 5, + "MessageSectionIDList": [ + 1010400 + ] + }, + "10105": { + "ID": 10105, + "Name": { + "hash": 143346549 + }, + "MessageContactsID": 1009, + "MessageSectionIDList": [ + 1010500 + ] + }, + "10106": { + "ID": 10106, + "Name": { + "hash": 1709430490 + }, + "MessageContactsID": 6, + "MessageSectionIDList": [ + 1010600 + ] + }, + "10107": { + "ID": 10107, + "Name": { + "hash": -1019452865 + }, + "MessageContactsID": 1008, + "MessageSectionIDList": [ + 1010700 + ] + }, + "10108": { + "ID": 10108, + "Name": { + "hash": 1259091796 + }, + "MessageContactsID": 7, + "MessageSectionIDList": [ + 1010800 + ] + }, + "11500": { + "ID": 11500, + "Name": { + "hash": 1467511409 + }, + "MessageContactsID": 1000, + "MessageSectionIDList": [ + 1150000 + ] + }, + "11501": { + "ID": 11501, + "Name": { + "hash": -1261371946 + }, + "MessageContactsID": 1000, + "MessageSectionIDList": [ + 1150100 + ] + }, + "11502": { + "ID": 11502, + "Name": { + "hash": 304711995 + }, + "MessageContactsID": 1000, + "MessageSectionIDList": [ + 1150200 + ] + }, + "11503": { + "ID": 11503, + "Name": { + "hash": 1870795936 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1150300 + ] + }, + "11504": { + "ID": 11504, + "Name": { + "hash": -501857059 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1150400 + ] + }, + "11505": { + "ID": 11505, + "Name": { + "hash": 1064226882 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1150500 + ] + }, + "11506": { + "ID": 11506, + "Name": { + "hash": -1664656473 + }, + "MessageContactsID": 1000, + "MessageSectionIDList": [ + 1150600 + ] + }, + "11507": { + "ID": 11507, + "Name": { + "hash": -98572532 + }, + "MessageContactsID": 1000, + "MessageSectionIDList": [ + 1150700 + ] + }, + "11508": { + "ID": 11508, + "Name": { + "hash": 1823741769 + }, + "MessageContactsID": 1000, + "MessageSectionIDList": [ + 1150800 + ] + }, + "11509": { + "ID": 11509, + "Name": { + "hash": -905141586 + }, + "MessageContactsID": 1000, + "MessageSectionIDList": [ + 1150900 + ] + }, + "11510": { + "ID": 11510, + "Name": { + "hash": 1467511408 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1151000 + ] + }, + "11511": { + "ID": 11511, + "Name": { + "hash": -1261371947 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1151100 + ] + }, + "11512": { + "ID": 11512, + "Name": { + "hash": 304711994 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1151200 + ] + }, + "11513": { + "ID": 11513, + "Name": { + "hash": 1870795935 + }, + "MessageContactsID": 9, + "MessageSectionIDList": [ + 1151300 + ] + }, + "11514": { + "ID": 11514, + "Name": { + "hash": -501857060 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1151400 + ] + }, + "11515": { + "ID": 11515, + "Name": { + "hash": 1064226881 + }, + "MessageContactsID": 1013, + "MessageSectionIDList": [ + 1151500 + ] + }, + "11516": { + "ID": 11516, + "Name": { + "hash": -1664656474 + }, + "MessageContactsID": 1013, + "MessageSectionIDList": [ + 1151600 + ] + }, + "11517": { + "ID": 11517, + "Name": { + "hash": -98572533 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1151700 + ] + }, + "11518": { + "ID": 11518, + "Name": { + "hash": 1823741768 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1151800 + ] + }, + "11519": { + "ID": 11519, + "Name": { + "hash": -905141587 + }, + "MessageContactsID": 1004, + "MessageSectionIDList": [ + 1151900 + ] + }, + "11100": { + "ID": 11100, + "Name": { + "hash": 902861405 + }, + "MessageContactsID": 2, + "MessageSectionIDList": [ + 1110000 + ] + }, + "11101": { + "ID": 11101, + "Name": { + "hash": -1826021950 + }, + "MessageContactsID": 3, + "MessageSectionIDList": [ + 1110100 + ] + }, + "11102": { + "ID": 11102, + "Name": { + "hash": -259938009 + }, + "MessageContactsID": 1108, + "MessageSectionIDList": [ + 1110200 + ] + }, + "11103": { + "ID": 11103, + "Name": { + "hash": 1306145932 + }, + "MessageContactsID": 1109, + "MessageSectionIDList": [ + 1110300 + ] + }, + "11104": { + "ID": 11104, + "Name": { + "hash": -1422737423 + }, + "MessageContactsID": 4, + "MessageSectionIDList": [ + 1110400 + ] + }, + "11105": { + "ID": 11105, + "Name": { + "hash": 143346518 + }, + "MessageContactsID": 1103, + "MessageSectionIDList": [ + 1110500 + ] + }, + "11106": { + "ID": 11106, + "Name": { + "hash": 1709430459 + }, + "MessageContactsID": 11, + "MessageSectionIDList": [ + 1110600 + ] + }, + "11107": { + "ID": 11107, + "Name": { + "hash": -1019452896 + }, + "MessageContactsID": 12, + "MessageSectionIDList": [ + 1110700 + ] + }, + "11108": { + "ID": 11108, + "Name": { + "hash": 1259091765 + }, + "MessageContactsID": 1105, + "MessageSectionIDList": [ + 1110800 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MessageItemExcelTable.json b/CrepePackage/src/data/excel/MessageItemExcelTable.json new file mode 100644 index 0000000..ad26a3c --- /dev/null +++ b/CrepePackage/src/data/excel/MessageItemExcelTable.json @@ -0,0 +1,5605 @@ +{ + "115030000": { + "ID": 115030000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "PlayerAuto", + "OptionNum": 1, + "Text01": { + "hash": 2013446803 + }, + "NextItem01": 115030001, + "Text02": { + "hash": 1896184436 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935180373 + }, + "NextItem03": 0, + "SectionID": 1150300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013446803 + } + ], + "OptionNextItems": [ + 115030001 + ] + }, + "115030001": { + "ID": 115030001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 2013446802 + }, + "NextItem01": 115030002, + "Text02": { + "hash": 1896184437 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935180372 + }, + "NextItem03": 0, + "SectionID": 1150300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013446802 + } + ], + "OptionNextItems": [ + 115030002 + ] + }, + "115030002": { + "ID": 115030002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013446805 + }, + "NextItem01": 115030003, + "Text02": { + "hash": 1896184434 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935180371 + }, + "NextItem03": 0, + "SectionID": 1150300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013446805 + } + ], + "OptionNextItems": [ + 115030003 + ] + }, + "115030003": { + "ID": 115030003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013446804 + }, + "NextItem01": 115030004, + "Text02": { + "hash": 1896184435 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935180370 + }, + "NextItem03": 0, + "SectionID": 1150300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013446804 + } + ], + "OptionNextItems": [ + 115030004 + ] + }, + "115030004": { + "ID": 115030004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013446807 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896184440 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935180377 + }, + "NextItem03": 0, + "SectionID": 1150300, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013446807 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "100010000": { + "ID": 100010000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53452989 + }, + "NextItem01": 100010001, + "Text02": { + "hash": -64020772 + }, + "NextItem02": 0, + "Text03": { + "hash": -24817797 + }, + "NextItem03": 0, + "SectionID": 1000100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53452989 + } + ], + "OptionNextItems": [ + 100010001 + ] + }, + "100010001": { + "ID": 100010001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53452990 + }, + "NextItem01": 0, + "Text02": { + "hash": -64020773 + }, + "NextItem02": 0, + "Text03": { + "hash": -24817796 + }, + "NextItem03": 0, + "SectionID": 1000100, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53452990 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "100020000": { + "ID": 100020000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53454012 + }, + "NextItem01": 0, + "Text02": { + "hash": -64017571 + }, + "NextItem02": 0, + "Text03": { + "hash": -24812418 + }, + "NextItem03": 0, + "SectionID": 1000200, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53454012 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "101000000": { + "ID": 101000000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53350493 + }, + "NextItem01": 101000001, + "Text02": { + "hash": -63914052 + }, + "NextItem02": 0, + "Text03": { + "hash": -24920293 + }, + "NextItem03": 0, + "SectionID": 1010000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53350493 + } + ], + "OptionNextItems": [ + 101000001 + ] + }, + "101000001": { + "ID": 101000001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53350494 + }, + "NextItem01": 101000002, + "Text02": { + "hash": -63914053 + }, + "NextItem02": 0, + "Text03": { + "hash": -24920292 + }, + "NextItem03": 0, + "SectionID": 1010000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53350494 + } + ], + "OptionNextItems": [ + 101000002 + ] + }, + "101000002": { + "ID": 101000002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 53350491 + }, + "NextItem01": 101000003, + "Text02": { + "hash": -63914050 + }, + "NextItem02": 101000003, + "Text03": { + "hash": -24920291 + }, + "NextItem03": 101000003, + "SectionID": 1010000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53350491 + }, + { + "hash": -63914050 + }, + { + "hash": -24920291 + } + ], + "OptionNextItems": [ + 101000003, + 101000003, + 101000003 + ] + }, + "101000003": { + "ID": 101000003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53350492 + }, + "NextItem01": 101000005, + "Text02": { + "hash": -63914051 + }, + "NextItem02": 0, + "Text03": { + "hash": -24920290 + }, + "NextItem03": 0, + "SectionID": 1010000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53350492 + } + ], + "OptionNextItems": [ + 101000005 + ] + }, + "101000004": { + "ID": 101000004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53350489 + }, + "NextItem01": 101000005, + "Text02": { + "hash": -63914056 + }, + "NextItem02": 0, + "Text03": { + "hash": -24920297 + }, + "NextItem03": 0, + "SectionID": 1010000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53350489 + } + ], + "OptionNextItems": [ + 101000005 + ] + }, + "101000005": { + "ID": 101000005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53350490 + }, + "NextItem01": 0, + "Text02": { + "hash": -63914057 + }, + "NextItem02": 0, + "Text03": { + "hash": -24920296 + }, + "NextItem03": 0, + "SectionID": 1010000, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53350490 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "101000006": { + "ID": 101000006, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 53350487 + }, + "NextItem01": 0, + "Text02": { + "hash": -63914054 + }, + "NextItem02": 0, + "Text03": { + "hash": -24920295 + }, + "NextItem03": 0, + "SectionID": 1010000, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53350487 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "101010001": { + "ID": 101010001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53349469 + }, + "NextItem01": 101010002, + "Text02": { + "hash": -63917252 + }, + "NextItem02": 0, + "Text03": { + "hash": -24921317 + }, + "NextItem03": 0, + "SectionID": 1010100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53349469 + } + ], + "OptionNextItems": [ + 101010002 + ] + }, + "101010002": { + "ID": 101010002, + "Name": { + "hash": -156597527 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1008.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53349468 + }, + "NextItem01": 101010003, + "Text02": { + "hash": -63917251 + }, + "NextItem02": 0, + "Text03": { + "hash": -24921314 + }, + "NextItem03": 0, + "SectionID": 1010100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53349468 + } + ], + "OptionNextItems": [ + 101010003 + ] + }, + "101010003": { + "ID": 101010003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53349467 + }, + "NextItem01": 101010004, + "Text02": { + "hash": -63917250 + }, + "NextItem02": 0, + "Text03": { + "hash": -24921315 + }, + "NextItem03": 0, + "SectionID": 1010100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53349467 + } + ], + "OptionNextItems": [ + 101010004 + ] + }, + "101010004": { + "ID": 101010004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 2, + "Text01": { + "hash": 53349466 + }, + "NextItem01": 101010005, + "Text02": { + "hash": -63917257 + }, + "NextItem02": 101010005, + "Text03": { + "hash": -24921320 + }, + "NextItem03": 0, + "SectionID": 1010100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53349466 + }, + { + "hash": -63917257 + } + ], + "OptionNextItems": [ + 101010005, + 101010005 + ] + }, + "101010005": { + "ID": 101010005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53349465 + }, + "NextItem01": 101010006, + "Text02": { + "hash": -63917256 + }, + "NextItem02": 0, + "Text03": { + "hash": -24921321 + }, + "NextItem03": 0, + "SectionID": 1010100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53349465 + } + ], + "OptionNextItems": [ + 101010006 + ] + }, + "101010006": { + "ID": 101010006, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53349464 + }, + "NextItem01": 0, + "Text02": { + "hash": -63917255 + }, + "NextItem02": 0, + "Text03": { + "hash": -24921318 + }, + "NextItem03": 0, + "SectionID": 1010100, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53349464 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "101020001": { + "ID": 101020001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53348316 + }, + "NextItem01": 101020002, + "Text02": { + "hash": -63911875 + }, + "NextItem02": 0, + "Text03": { + "hash": -24918114 + }, + "NextItem03": 0, + "SectionID": 1010200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53348316 + } + ], + "OptionNextItems": [ + 101020002 + ] + }, + "101020002": { + "ID": 101020002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53348317 + }, + "NextItem01": 101020003, + "Text02": { + "hash": -63911876 + }, + "NextItem02": 0, + "Text03": { + "hash": -24918117 + }, + "NextItem03": 0, + "SectionID": 1010200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53348317 + } + ], + "OptionNextItems": [ + 101020003 + ] + }, + "101020003": { + "ID": 101020003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53348318 + }, + "NextItem01": 101020004, + "Text02": { + "hash": -63911877 + }, + "NextItem02": 0, + "Text03": { + "hash": -24918116 + }, + "NextItem03": 0, + "SectionID": 1010200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53348318 + } + ], + "OptionNextItems": [ + 101020004 + ] + }, + "101020004": { + "ID": 101020004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 53348311 + }, + "NextItem01": 101020005, + "Text02": { + "hash": -63911878 + }, + "NextItem02": 101020005, + "Text03": { + "hash": -24918119 + }, + "NextItem03": 101020005, + "SectionID": 1010200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53348311 + }, + { + "hash": -63911878 + }, + { + "hash": -24918119 + } + ], + "OptionNextItems": [ + 101020005, + 101020005, + 101020005 + ] + }, + "101020005": { + "ID": 101020005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53348312 + }, + "NextItem01": 101020006, + "Text02": { + "hash": -63911879 + }, + "NextItem02": 0, + "Text03": { + "hash": -24918118 + }, + "NextItem03": 0, + "SectionID": 1010200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53348312 + } + ], + "OptionNextItems": [ + 101020006 + ] + }, + "101020006": { + "ID": 101020006, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53348313 + }, + "NextItem01": 0, + "Text02": { + "hash": -63911880 + }, + "NextItem02": 0, + "Text03": { + "hash": -24918121 + }, + "NextItem03": 0, + "SectionID": 1010200, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53348313 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "101030001": { + "ID": 101030001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53347291 + }, + "NextItem01": 101030002, + "Text02": { + "hash": -63915074 + }, + "NextItem02": 0, + "Text03": { + "hash": -24919139 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53347291 + } + ], + "OptionNextItems": [ + 101030002 + ] + }, + "101030002": { + "ID": 101030002, + "Name": { + "hash": -156597527 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1008.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53347294 + }, + "NextItem01": 101030003, + "Text02": { + "hash": -63915077 + }, + "NextItem02": 0, + "Text03": { + "hash": -24919140 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53347294 + } + ], + "OptionNextItems": [ + 101030003 + ] + }, + "101030003": { + "ID": 101030003, + "Name": { + "hash": 1409486414 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1009.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53347293 + }, + "NextItem01": 101030004, + "Text02": { + "hash": -63915076 + }, + "NextItem02": 0, + "Text03": { + "hash": -24919141 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53347293 + } + ], + "OptionNextItems": [ + 101030004 + ] + }, + "101030004": { + "ID": 101030004, + "Name": { + "hash": 1558881649 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Wenmingde.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53347288 + }, + "NextItem01": 101030005, + "Text02": { + "hash": -63915079 + }, + "NextItem02": 0, + "Text03": { + "hash": -24919142 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53347288 + } + ], + "OptionNextItems": [ + 101030005 + ] + }, + "101030005": { + "ID": 101030005, + "Name": { + "hash": 1558881649 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Wenmingde.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53347287 + }, + "NextItem01": 101030006, + "Text02": { + "hash": -63915078 + }, + "NextItem02": 0, + "Text03": { + "hash": -24919143 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53347287 + } + ], + "OptionNextItems": [ + 101030006 + ] + }, + "101030006": { + "ID": 101030006, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53347290 + }, + "NextItem01": 101030007, + "Text02": { + "hash": -63915081 + }, + "NextItem02": 0, + "Text03": { + "hash": -24919144 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53347290 + } + ], + "OptionNextItems": [ + 101030007 + ] + }, + "101030007": { + "ID": 101030007, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 53347289 + }, + "NextItem01": 101030008, + "Text02": { + "hash": -63915080 + }, + "NextItem02": 101030009, + "Text03": { + "hash": -24919145 + }, + "NextItem03": 101030010, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53347289 + }, + { + "hash": -63915080 + }, + { + "hash": -24919145 + } + ], + "OptionNextItems": [ + 101030008, + 101030009, + 101030010 + ] + }, + "101030008": { + "ID": 101030008, + "Name": { + "hash": 1409486414 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1009.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53347300 + }, + "NextItem01": 101030011, + "Text02": { + "hash": -63915067 + }, + "NextItem02": 0, + "Text03": { + "hash": -24919130 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53347300 + } + ], + "OptionNextItems": [ + 101030011 + ] + }, + "101030009": { + "ID": 101030009, + "Name": { + "hash": -156597527 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1008.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53347299 + }, + "NextItem01": 101030011, + "Text02": { + "hash": -63915066 + }, + "NextItem02": 0, + "Text03": { + "hash": -24919131 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53347299 + } + ], + "OptionNextItems": [ + 101030011 + ] + }, + "101030010": { + "ID": 101030010, + "Name": { + "hash": 1409486414 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1009.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": -1512736649 + }, + "NextItem01": 101030011, + "Text02": { + "hash": -1629999016 + }, + "NextItem02": 0, + "Text03": { + "hash": -1591003079 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": -1512736649 + } + ], + "OptionNextItems": [ + 101030011 + ] + }, + "101030011": { + "ID": 101030011, + "Name": { + "hash": 1409486414 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1009.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": -1512736650 + }, + "NextItem01": 101030012, + "Text02": { + "hash": -1629999015 + }, + "NextItem02": 0, + "Text03": { + "hash": -1591003080 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": -1512736650 + } + ], + "OptionNextItems": [ + 101030012 + ] + }, + "101030012": { + "ID": 101030012, + "Name": { + "hash": 1409486414 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1009.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": -1512736647 + }, + "NextItem01": 0, + "Text02": { + "hash": -1629999018 + }, + "NextItem02": 0, + "Text03": { + "hash": -1591003081 + }, + "NextItem03": 0, + "SectionID": 1010300, + "IsEnd": true, + "OptionTexts": [ + { + "hash": -1512736647 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "101040001": { + "ID": 101040001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53346138 + }, + "NextItem01": 101040002, + "Text02": { + "hash": -63918409 + }, + "NextItem02": 0, + "Text03": { + "hash": -24924648 + }, + "NextItem03": 0, + "SectionID": 1010400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53346138 + } + ], + "OptionNextItems": [ + 101040002 + ] + }, + "101040002": { + "ID": 101040002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 53346135 + }, + "NextItem01": 101040003, + "Text02": { + "hash": -63918406 + }, + "NextItem02": 101040003, + "Text03": { + "hash": -24924647 + }, + "NextItem03": 101040003, + "SectionID": 1010400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53346135 + }, + { + "hash": -63918406 + }, + { + "hash": -24924647 + } + ], + "OptionNextItems": [ + 101040003, + 101040003, + 101040003 + ] + }, + "101040003": { + "ID": 101040003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53346136 + }, + "NextItem01": 101040004, + "Text02": { + "hash": -63918407 + }, + "NextItem02": 0, + "Text03": { + "hash": -24924646 + }, + "NextItem03": 0, + "SectionID": 1010400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53346136 + } + ], + "OptionNextItems": [ + 101040004 + ] + }, + "101040004": { + "ID": 101040004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 53346141 + }, + "NextItem01": 101040005, + "Text02": { + "hash": -63918404 + }, + "NextItem02": 0, + "Text03": { + "hash": -24924645 + }, + "NextItem03": 0, + "SectionID": 1010400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53346141 + } + ], + "OptionNextItems": [ + 101040005 + ] + }, + "101040005": { + "ID": 101040005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 53346142 + }, + "NextItem01": 0, + "Text02": { + "hash": -63918405 + }, + "NextItem02": 0, + "Text03": { + "hash": -24924644 + }, + "NextItem03": 0, + "SectionID": 1010400, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53346142 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "101050001": { + "ID": 101050001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53345113 + }, + "NextItem01": 101050002, + "Text02": { + "hash": -63921608 + }, + "NextItem02": 0, + "Text03": { + "hash": -24925673 + }, + "NextItem03": 0, + "SectionID": 1010500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53345113 + } + ], + "OptionNextItems": [ + 101050002 + ] + }, + "101050002": { + "ID": 101050002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53345112 + }, + "NextItem01": 101050003, + "Text02": { + "hash": -63921607 + }, + "NextItem02": 0, + "Text03": { + "hash": -24925670 + }, + "NextItem03": 0, + "SectionID": 1010500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53345112 + } + ], + "OptionNextItems": [ + 101050003 + ] + }, + "101050003": { + "ID": 101050003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53345111 + }, + "NextItem01": 101050004, + "Text02": { + "hash": -63921606 + }, + "NextItem02": 0, + "Text03": { + "hash": -24925671 + }, + "NextItem03": 0, + "SectionID": 1010500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53345111 + } + ], + "OptionNextItems": [ + 101050004 + ] + }, + "101050004": { + "ID": 101050004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53345118 + }, + "NextItem01": 0, + "Text02": { + "hash": -63921605 + }, + "NextItem02": 0, + "Text03": { + "hash": -24925668 + }, + "NextItem03": 0, + "SectionID": 1010500, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53345118 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "101060001": { + "ID": 101060001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53343960 + }, + "NextItem01": 101060002, + "Text02": { + "hash": -63916231 + }, + "NextItem02": 0, + "Text03": { + "hash": -24922470 + }, + "NextItem03": 0, + "SectionID": 1010600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53343960 + } + ], + "OptionNextItems": [ + 101060002 + ] + }, + "101060002": { + "ID": 101060002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53343961 + }, + "NextItem01": 101060003, + "Text02": { + "hash": -63916232 + }, + "NextItem02": 0, + "Text03": { + "hash": -24922473 + }, + "NextItem03": 0, + "SectionID": 1010600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53343961 + } + ], + "OptionNextItems": [ + 101060003 + ] + }, + "101060003": { + "ID": 101060003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53343962 + }, + "NextItem01": 101060004, + "Text02": { + "hash": -63916233 + }, + "NextItem02": 0, + "Text03": { + "hash": -24922472 + }, + "NextItem03": 0, + "SectionID": 1010600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53343962 + } + ], + "OptionNextItems": [ + 101060004 + ] + }, + "101060004": { + "ID": 101060004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 53343963 + }, + "NextItem01": 101060005, + "Text02": { + "hash": -63916226 + }, + "NextItem02": 101060005, + "Text03": { + "hash": -24922467 + }, + "NextItem03": 101060005, + "SectionID": 1010600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53343963 + }, + { + "hash": -63916226 + }, + { + "hash": -24922467 + } + ], + "OptionNextItems": [ + 101060005, + 101060005, + 101060005 + ] + }, + "101060005": { + "ID": 101060005, + "Name": { + "hash": 1558881655 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Anonymous.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53343964 + }, + "NextItem01": 101060006, + "Text02": { + "hash": -63916227 + }, + "NextItem02": 0, + "Text03": { + "hash": -24922466 + }, + "NextItem03": 0, + "SectionID": 1010600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53343964 + } + ], + "OptionNextItems": [ + 101060006 + ] + }, + "101060006": { + "ID": 101060006, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 53343965 + }, + "NextItem01": 0, + "Text02": { + "hash": -63916228 + }, + "NextItem02": 0, + "Text03": { + "hash": -24922469 + }, + "NextItem03": 0, + "SectionID": 1010600, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53343965 + }, + { + "hash": -63916228 + }, + { + "hash": -24922469 + } + ], + "OptionNextItems": [ + 0, + 0, + 0 + ] + }, + "101070001": { + "ID": 101070001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53342935 + }, + "NextItem01": 101070002, + "Text02": { + "hash": -63919430 + }, + "NextItem02": 0, + "Text03": { + "hash": -24923495 + }, + "NextItem03": 0, + "SectionID": 1010700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53342935 + } + ], + "OptionNextItems": [ + 101070002 + ] + }, + "101070002": { + "ID": 101070002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53342938 + }, + "NextItem01": 101070003, + "Text02": { + "hash": -63919433 + }, + "NextItem02": 0, + "Text03": { + "hash": -24923496 + }, + "NextItem03": 0, + "SectionID": 1010700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53342938 + } + ], + "OptionNextItems": [ + 101070003 + ] + }, + "101070003": { + "ID": 101070003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53342937 + }, + "NextItem01": 101070004, + "Text02": { + "hash": -63919432 + }, + "NextItem02": 0, + "Text03": { + "hash": -24923497 + }, + "NextItem03": 0, + "SectionID": 1010700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53342937 + } + ], + "OptionNextItems": [ + 101070004 + ] + }, + "101070004": { + "ID": 101070004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 2, + "Text01": { + "hash": 53342940 + }, + "NextItem01": 101070005, + "Text02": { + "hash": -63919427 + }, + "NextItem02": 101070005, + "Text03": { + "hash": -24923490 + }, + "NextItem03": 0, + "SectionID": 1010700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53342940 + }, + { + "hash": -63919427 + } + ], + "OptionNextItems": [ + 101070005, + 101070005 + ] + }, + "101070005": { + "ID": 101070005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53342939 + }, + "NextItem01": 101070006, + "Text02": { + "hash": -63919426 + }, + "NextItem02": 0, + "Text03": { + "hash": -24923491 + }, + "NextItem03": 0, + "SectionID": 1010700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53342939 + } + ], + "OptionNextItems": [ + 101070006 + ] + }, + "101070006": { + "ID": 101070006, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 2, + "Text01": { + "hash": 53342942 + }, + "NextItem01": 101070007, + "Text02": { + "hash": -63919429 + }, + "NextItem02": 101070007, + "Text03": { + "hash": -24923492 + }, + "NextItem03": 0, + "SectionID": 1010700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53342942 + }, + { + "hash": -63919429 + } + ], + "OptionNextItems": [ + 101070007, + 101070007 + ] + }, + "101070007": { + "ID": 101070007, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 53342941 + }, + "NextItem01": 0, + "Text02": { + "hash": -63919428 + }, + "NextItem02": 0, + "Text03": { + "hash": -24923493 + }, + "NextItem03": 0, + "SectionID": 1010700, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53342941 + }, + { + "hash": -63919428 + }, + { + "hash": -24923493 + } + ], + "OptionNextItems": [ + 0, + 0, + 0 + ] + }, + "101080001": { + "ID": 101080001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53359206 + }, + "NextItem01": 101080002, + "Text02": { + "hash": -63905341 + }, + "NextItem02": 0, + "Text03": { + "hash": -24911580 + }, + "NextItem03": 0, + "SectionID": 1010800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53359206 + } + ], + "OptionNextItems": [ + 101080002 + ] + }, + "101080002": { + "ID": 101080002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53359203 + }, + "NextItem01": 101080003, + "Text02": { + "hash": -63905338 + }, + "NextItem02": 0, + "Text03": { + "hash": -24911579 + }, + "NextItem03": 0, + "SectionID": 1010800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53359203 + } + ], + "OptionNextItems": [ + 101080003 + ] + }, + "101080003": { + "ID": 101080003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 53359204 + }, + "NextItem01": 101080004, + "Text02": { + "hash": -63905339 + }, + "NextItem02": 101080004, + "Text03": { + "hash": -24911578 + }, + "NextItem03": 101080004, + "SectionID": 1010800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 53359204 + }, + { + "hash": -63905339 + }, + { + "hash": -24911578 + } + ], + "OptionNextItems": [ + 101080004, + 101080004, + 101080004 + ] + }, + "101080004": { + "ID": 101080004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 53359201 + }, + "NextItem01": 0, + "Text02": { + "hash": -63905344 + }, + "NextItem02": 0, + "Text03": { + "hash": -24911585 + }, + "NextItem03": 0, + "SectionID": 1010800, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 53359201 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115000000": { + "ID": 115000000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013450004 + }, + "NextItem01": 115000001, + "Text02": { + "hash": 1896185459 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935179218 + }, + "NextItem03": 0, + "SectionID": 1150000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013450004 + } + ], + "OptionNextItems": [ + 115000001 + ] + }, + "115000001": { + "ID": 115000001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013450005 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896185458 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935179219 + }, + "NextItem03": 0, + "SectionID": 1150000, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013450005 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115010000": { + "ID": 115010000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013448981 + }, + "NextItem01": 115010001, + "Text02": { + "hash": 1896182258 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935178195 + }, + "NextItem03": 0, + "SectionID": 1150100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013448981 + } + ], + "OptionNextItems": [ + 115010001 + ] + }, + "115010001": { + "ID": 115010001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013448980 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896182259 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935178194 + }, + "NextItem03": 0, + "SectionID": 1150100, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013448980 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115020000": { + "ID": 115020000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013447826 + }, + "NextItem01": 115020001, + "Text02": { + "hash": 1896187637 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935181396 + }, + "NextItem03": 0, + "SectionID": 1150200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013447826 + } + ], + "OptionNextItems": [ + 115020001 + ] + }, + "115020001": { + "ID": 115020001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013447827 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896187636 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935181397 + }, + "NextItem03": 0, + "SectionID": 1150200, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013447827 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115040000": { + "ID": 115040000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "PlayerAuto", + "OptionNum": 1, + "Text01": { + "hash": 2013454360 + }, + "NextItem01": 115040001, + "Text02": { + "hash": 1896189815 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935183574 + }, + "NextItem03": 0, + "SectionID": 1150400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013454360 + } + ], + "OptionNextItems": [ + 115040001 + ] + }, + "115040001": { + "ID": 115040001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 2013454361 + }, + "NextItem01": 115040002, + "Text02": { + "hash": 1896189814 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935183575 + }, + "NextItem03": 0, + "SectionID": 1150400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013454361 + } + ], + "OptionNextItems": [ + 115040002 + ] + }, + "115040002": { + "ID": 115040002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013454358 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896189817 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935183576 + }, + "NextItem03": 0, + "SectionID": 1150400, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013454358 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115050000": { + "ID": 115050000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "PlayerAuto", + "OptionNum": 1, + "Text01": { + "hash": 2013453337 + }, + "NextItem01": 115050001, + "Text02": { + "hash": 1896186614 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935182551 + }, + "NextItem03": 0, + "SectionID": 1150500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013453337 + } + ], + "OptionNextItems": [ + 115050001 + ] + }, + "115050001": { + "ID": 115050001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 2013453336 + }, + "NextItem01": 115050002, + "Text02": { + "hash": 1896186615 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935182550 + }, + "NextItem03": 0, + "SectionID": 1150500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013453336 + } + ], + "OptionNextItems": [ + 115050002 + ] + }, + "115050002": { + "ID": 115050002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013453335 + }, + "NextItem01": 115050003, + "Text02": { + "hash": 1896186616 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935182553 + }, + "NextItem03": 0, + "SectionID": 1150500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013453335 + } + ], + "OptionNextItems": [ + 115050003 + ] + }, + "115050003": { + "ID": 115050003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013453334 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896186617 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935182552 + }, + "NextItem03": 0, + "SectionID": 1150500, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013453334 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115060000": { + "ID": 115060000, + "Name": { + "hash": 199632833 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Pam.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013452182 + }, + "NextItem01": 115060001, + "Text02": { + "hash": 1896191993 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935185752 + }, + "NextItem03": 0, + "SectionID": 1150600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013452182 + } + ], + "OptionNextItems": [ + 115060001 + ] + }, + "115060001": { + "ID": 115060001, + "Name": { + "hash": 602917360 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1003.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013452183 + }, + "NextItem01": 115060002, + "Text02": { + "hash": 1896191992 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935185753 + }, + "NextItem03": 0, + "SectionID": 1150600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013452183 + } + ], + "OptionNextItems": [ + 115060002 + ] + }, + "115060002": { + "ID": 115060002, + "Name": { + "hash": 602917360 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1003.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013452184 + }, + "NextItem01": 115060003, + "Text02": { + "hash": 1896191991 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935185750 + }, + "NextItem03": 0, + "SectionID": 1150600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013452184 + } + ], + "OptionNextItems": [ + 115060003 + ] + }, + "115060003": { + "ID": 115060003, + "Name": { + "hash": 1765716774 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1001.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013452185 + }, + "NextItem01": 115060004, + "Text02": { + "hash": 1896191990 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935185751 + }, + "NextItem03": 0, + "SectionID": 1150600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013452185 + } + ], + "OptionNextItems": [ + 115060004 + ] + }, + "115060004": { + "ID": 115060004, + "Name": { + "hash": 199632833 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Pam.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013452178 + }, + "NextItem01": 115060005, + "Text02": { + "hash": 1896191989 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935185748 + }, + "NextItem03": 0, + "SectionID": 1150600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013452178 + } + ], + "OptionNextItems": [ + 115060005 + ] + }, + "115060005": { + "ID": 115060005, + "Name": { + "hash": 199632833 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Pam.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013452179 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896191988 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935185749 + }, + "NextItem03": 0, + "SectionID": 1150600, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013452179 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115070000": { + "ID": 115070000, + "Name": { + "hash": 199632833 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Pam.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013451159 + }, + "NextItem01": 115070001, + "Text02": { + "hash": 1896188792 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935184729 + }, + "NextItem03": 0, + "SectionID": 1150700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013451159 + } + ], + "OptionNextItems": [ + 115070001 + ] + }, + "115070001": { + "ID": 115070001, + "Name": { + "hash": 1765716774 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1001.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013451158 + }, + "NextItem01": 115070002, + "Text02": { + "hash": 1896188793 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935184728 + }, + "NextItem03": 0, + "SectionID": 1150700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013451158 + } + ], + "OptionNextItems": [ + 115070002 + ] + }, + "115070002": { + "ID": 115070002, + "Name": { + "hash": 1765716774 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1001.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013451161 + }, + "NextItem01": 115070003, + "Text02": { + "hash": 1896188790 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935184727 + }, + "NextItem03": 0, + "SectionID": 1150700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013451161 + } + ], + "OptionNextItems": [ + 115070003 + ] + }, + "115070003": { + "ID": 115070003, + "Name": { + "hash": 199632833 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Pam.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013451160 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896188791 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935184726 + }, + "NextItem03": 0, + "SectionID": 1150700, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013451160 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115080000": { + "ID": 115080000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "PlayerAuto", + "OptionNum": 1, + "Text01": { + "hash": 2013458716 + }, + "NextItem01": 115080001, + "Text02": { + "hash": 1896194171 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187930 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458716 + } + ], + "OptionNextItems": [ + 115080001 + ] + }, + "115080001": { + "ID": 115080001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 2013458717 + }, + "NextItem01": 115080002, + "Text02": { + "hash": 1896194170 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187931 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458717 + } + ], + "OptionNextItems": [ + 115080002 + ] + }, + "115080002": { + "ID": 115080002, + "Name": { + "hash": -963166581 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1002.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013458714 + }, + "NextItem01": 115080003, + "Text02": { + "hash": 1896194173 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187932 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458714 + } + ], + "OptionNextItems": [ + 115080003 + ] + }, + "115080003": { + "ID": 115080003, + "Name": { + "hash": 1765716774 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1001.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013458715 + }, + "NextItem01": 115080004, + "Text02": { + "hash": 1896194172 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187933 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458715 + } + ], + "OptionNextItems": [ + 115080004 + ] + }, + "115080004": { + "ID": 115080004, + "Name": { + "hash": 602917360 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1003.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013458720 + }, + "NextItem01": 115080005, + "Text02": { + "hash": 1896194175 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187934 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458720 + } + ], + "OptionNextItems": [ + 115080005 + ] + }, + "115080005": { + "ID": 115080005, + "Name": { + "hash": -2125965995 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1004.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013458721 + }, + "NextItem01": 115080006, + "Text02": { + "hash": 1896194174 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187935 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458721 + } + ], + "OptionNextItems": [ + 115080006 + ] + }, + "115080006": { + "ID": 115080006, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 2013458718 + }, + "NextItem01": 115080007, + "Text02": { + "hash": 1896194177 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187936 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458718 + } + ], + "OptionNextItems": [ + 115080007 + ] + }, + "115080007": { + "ID": 115080007, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 2013458719 + }, + "NextItem01": 115080008, + "Text02": { + "hash": 1896194176 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187937 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458719 + } + ], + "OptionNextItems": [ + 115080008 + ] + }, + "115080008": { + "ID": 115080008, + "Name": { + "hash": -2125965995 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1004.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013458708 + }, + "NextItem01": 115080009, + "Text02": { + "hash": 1896194163 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187922 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458708 + } + ], + "OptionNextItems": [ + 115080009 + ] + }, + "115080009": { + "ID": 115080009, + "Name": { + "hash": -2125965995 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1004.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013458709 + }, + "NextItem01": 115080010, + "Text02": { + "hash": 1896194162 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935187923 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013458709 + } + ], + "OptionNextItems": [ + 115080010 + ] + }, + "115080010": { + "ID": 115080010, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": -715424639 + }, + "NextItem01": 115080011, + "Text02": { + "hash": -832689184 + }, + "NextItem02": 0, + "Text03": { + "hash": -793695425 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": -715424639 + } + ], + "OptionNextItems": [ + 115080011 + ] + }, + "115080011": { + "ID": 115080011, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": -715424638 + }, + "NextItem01": 115080012, + "Text02": { + "hash": -832689185 + }, + "NextItem02": 0, + "Text03": { + "hash": -793695424 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": -715424638 + } + ], + "OptionNextItems": [ + 115080012 + ] + }, + "115080012": { + "ID": 115080012, + "Name": { + "hash": -2125965995 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/1004.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": -715424641 + }, + "NextItem01": 0, + "Text02": { + "hash": -832689182 + }, + "NextItem02": 0, + "Text03": { + "hash": -793695423 + }, + "NextItem03": 0, + "SectionID": 1150800, + "IsEnd": true, + "OptionTexts": [ + { + "hash": -715424641 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115090000": { + "ID": 115090000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013457693 + }, + "NextItem01": 115090001, + "Text02": { + "hash": 1896190970 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935186907 + }, + "NextItem03": 0, + "SectionID": 1150900, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013457693 + } + ], + "OptionNextItems": [ + 115090001 + ] + }, + "115090001": { + "ID": 115090001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013457692 + }, + "NextItem01": 115090002, + "Text02": { + "hash": 1896190971 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935186906 + }, + "NextItem03": 0, + "SectionID": 1150900, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013457692 + } + ], + "OptionNextItems": [ + 115090002 + ] + }, + "115090002": { + "ID": 115090002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013457691 + }, + "NextItem01": 115090003, + "Text02": { + "hash": 1896190972 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935186909 + }, + "NextItem03": 0, + "SectionID": 1150900, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013457691 + } + ], + "OptionNextItems": [ + 115090003 + ] + }, + "115090003": { + "ID": 115090003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 2013457690 + }, + "NextItem01": 115090004, + "Text02": { + "hash": 1896190973 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935186908 + }, + "NextItem03": 0, + "SectionID": 1150900, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013457690 + } + ], + "OptionNextItems": [ + 115090004 + ] + }, + "115090004": { + "ID": 115090004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013457697 + }, + "NextItem01": 115090005, + "Text02": { + "hash": 1896190974 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935186911 + }, + "NextItem03": 0, + "SectionID": 1150900, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013457697 + } + ], + "OptionNextItems": [ + 115090005 + ] + }, + "115090005": { + "ID": 115090005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013457696 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896190975 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935186910 + }, + "NextItem03": 0, + "SectionID": 1150900, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013457696 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115100000": { + "ID": 115100000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "PlayerAuto", + "OptionNum": 1, + "Text01": { + "hash": 1932379769 + }, + "NextItem01": 115100001, + "Text02": { + "hash": 1815115224 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854108983 + }, + "NextItem03": 0, + "SectionID": 1151000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932379769 + } + ], + "OptionNextItems": [ + 115100001 + ] + }, + "115100001": { + "ID": 115100001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 1932379770 + }, + "NextItem01": 115100002, + "Text02": { + "hash": 1815115223 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854108984 + }, + "NextItem03": 0, + "SectionID": 1151000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932379770 + } + ], + "OptionNextItems": [ + 115100002 + ] + }, + "115100002": { + "ID": 115100002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932379767 + }, + "NextItem01": 115100003, + "Text02": { + "hash": 1815115226 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854108985 + }, + "NextItem03": 0, + "SectionID": 1151000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932379767 + } + ], + "OptionNextItems": [ + 115100003 + ] + }, + "115100003": { + "ID": 115100003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932379768 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815115225 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854108986 + }, + "NextItem03": 0, + "SectionID": 1151000, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932379768 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115110000": { + "ID": 115110000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "PlayerAuto", + "OptionNum": 1, + "Text01": { + "hash": 1932378746 + }, + "NextItem01": 115110001, + "Text02": { + "hash": 1815112023 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854107960 + }, + "NextItem03": 0, + "SectionID": 1151100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932378746 + } + ], + "OptionNextItems": [ + 115110001 + ] + }, + "115110001": { + "ID": 115110001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 1932378745 + }, + "NextItem01": 115110002, + "Text02": { + "hash": 1815112024 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854107959 + }, + "NextItem03": 0, + "SectionID": 1151100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932378745 + } + ], + "OptionNextItems": [ + 115110002 + ] + }, + "115110002": { + "ID": 115110002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932378744 + }, + "NextItem01": 115110003, + "Text02": { + "hash": 1815112025 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854107962 + }, + "NextItem03": 0, + "SectionID": 1151100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932378744 + } + ], + "OptionNextItems": [ + 115110003 + ] + }, + "115110003": { + "ID": 115110003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932378743 + }, + "NextItem01": 115110004, + "Text02": { + "hash": 1815112026 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854107961 + }, + "NextItem03": 0, + "SectionID": 1151100, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932378743 + } + ], + "OptionNextItems": [ + 115110004 + ] + }, + "115110004": { + "ID": 115110004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932378750 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815112027 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854107964 + }, + "NextItem03": 0, + "SectionID": 1151100, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932378750 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115120000": { + "ID": 115120000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "PlayerAuto", + "OptionNum": 1, + "Text01": { + "hash": 1932377591 + }, + "NextItem01": 115120001, + "Text02": { + "hash": 1815117402 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854111161 + }, + "NextItem03": 0, + "SectionID": 1151200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932377591 + } + ], + "OptionNextItems": [ + 115120001 + ] + }, + "115120001": { + "ID": 115120001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 1932377592 + }, + "NextItem01": 115120002, + "Text02": { + "hash": 1815117401 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854111162 + }, + "NextItem03": 0, + "SectionID": 1151200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932377592 + } + ], + "OptionNextItems": [ + 115120002 + ] + }, + "115120002": { + "ID": 115120002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932377593 + }, + "NextItem01": 115120003, + "Text02": { + "hash": 1815117400 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854111159 + }, + "NextItem03": 0, + "SectionID": 1151200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932377593 + } + ], + "OptionNextItems": [ + 115120003 + ] + }, + "115120003": { + "ID": 115120003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932377594 + }, + "NextItem01": 115120004, + "Text02": { + "hash": 1815117399 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854111160 + }, + "NextItem03": 0, + "SectionID": 1151200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932377594 + } + ], + "OptionNextItems": [ + 115120004 + ] + }, + "115120004": { + "ID": 115120004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932377595 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815117406 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854111165 + }, + "NextItem03": 0, + "SectionID": 1151200, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932377595 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115130000": { + "ID": 115130000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932376568 + }, + "NextItem01": 115130001, + "Text02": { + "hash": 1815114201 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854110138 + }, + "NextItem03": 0, + "SectionID": 1151300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932376568 + } + ], + "OptionNextItems": [ + 115130001 + ] + }, + "115130001": { + "ID": 115130001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 1932376567 + }, + "NextItem01": 115130002, + "Text02": { + "hash": 1815114202 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854110137 + }, + "NextItem03": 0, + "SectionID": 1151300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932376567 + } + ], + "OptionNextItems": [ + 115130002 + ] + }, + "115130002": { + "ID": 115130002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932376570 + }, + "NextItem01": 115130003, + "Text02": { + "hash": 1815114199 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854110136 + }, + "NextItem03": 0, + "SectionID": 1151300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932376570 + } + ], + "OptionNextItems": [ + 115130003 + ] + }, + "115130003": { + "ID": 115130003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 1932376569 + }, + "NextItem01": 115130004, + "Text02": { + "hash": 1815114200 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854110135 + }, + "NextItem03": 0, + "SectionID": 1151300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932376569 + } + ], + "OptionNextItems": [ + 115130004 + ] + }, + "115130004": { + "ID": 115130004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932376572 + }, + "NextItem01": 115130005, + "Text02": { + "hash": 1815114205 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854110142 + }, + "NextItem03": 0, + "SectionID": 1151300, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932376572 + } + ], + "OptionNextItems": [ + 115130005 + ] + }, + "115130005": { + "ID": 115130005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932376571 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815114206 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854110141 + }, + "NextItem03": 0, + "SectionID": 1151300, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932376571 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115140000": { + "ID": 115140000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932384125 + }, + "NextItem01": 115140001, + "Text02": { + "hash": 1815119580 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854113339 + }, + "NextItem03": 0, + "SectionID": 1151400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932384125 + } + ], + "OptionNextItems": [ + 115140001 + ] + }, + "115140001": { + "ID": 115140001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932384126 + }, + "NextItem01": 115140002, + "Text02": { + "hash": 1815119579 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854113340 + }, + "NextItem03": 0, + "SectionID": 1151400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932384126 + } + ], + "OptionNextItems": [ + 115140002 + ] + }, + "115140002": { + "ID": 115140002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 1932384123 + }, + "NextItem01": 115140003, + "Text02": { + "hash": 1815119582 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854113341 + }, + "NextItem03": 0, + "SectionID": 1151400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932384123 + } + ], + "OptionNextItems": [ + 115140003 + ] + }, + "115140003": { + "ID": 115140003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932384124 + }, + "NextItem01": 115140004, + "Text02": { + "hash": 1815119581 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854113342 + }, + "NextItem03": 0, + "SectionID": 1151400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932384124 + } + ], + "OptionNextItems": [ + 115140004 + ] + }, + "115140004": { + "ID": 115140004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932384121 + }, + "NextItem01": 115140005, + "Text02": { + "hash": 1815119576 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854113335 + }, + "NextItem03": 0, + "SectionID": 1151400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932384121 + } + ], + "OptionNextItems": [ + 115140005 + ] + }, + "115140005": { + "ID": 115140005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932384122 + }, + "NextItem01": 115140006, + "Text02": { + "hash": 1815119575 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854113336 + }, + "NextItem03": 0, + "SectionID": 1151400, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932384122 + } + ], + "OptionNextItems": [ + 115140006 + ] + }, + "115140006": { + "ID": 115140006, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 1932384119 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815119578 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854113337 + }, + "NextItem03": 0, + "SectionID": 1151400, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932384119 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115150000": { + "ID": 115150000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932383102 + }, + "NextItem01": 115150001, + "Text02": { + "hash": 1815116379 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854112316 + }, + "NextItem03": 0, + "SectionID": 1151500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932383102 + } + ], + "OptionNextItems": [ + 115150001 + ] + }, + "115150001": { + "ID": 115150001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 1, + "Text01": { + "hash": 1932383101 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815116380 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854112315 + }, + "NextItem03": 0, + "SectionID": 1151500, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932383101 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115160000": { + "ID": 115160000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932381947 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815121758 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854115517 + }, + "NextItem03": 0, + "SectionID": 1151600, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932381947 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115170000": { + "ID": 115170000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932380924 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815118557 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854114494 + }, + "NextItem03": 0, + "SectionID": 1151700, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932380924 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115180000": { + "ID": 115180000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932388481 + }, + "NextItem01": 115180001, + "Text02": { + "hash": 1815123936 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854117695 + }, + "NextItem03": 0, + "SectionID": 1151800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932388481 + } + ], + "OptionNextItems": [ + 115180001 + ] + }, + "115180001": { + "ID": 115180001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932388482 + }, + "NextItem01": 115180002, + "Text02": { + "hash": 1815123935 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854117696 + }, + "NextItem03": 0, + "SectionID": 1151800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932388482 + } + ], + "OptionNextItems": [ + 115180002 + ] + }, + "115180002": { + "ID": 115180002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932388479 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815123938 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854117697 + }, + "NextItem03": 0, + "SectionID": 1151800, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932388479 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "115190000": { + "ID": 115190000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932387458 + }, + "NextItem01": 115190001, + "Text02": { + "hash": 1815120735 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854116672 + }, + "NextItem03": 0, + "SectionID": 1151900, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 1932387458 + } + ], + "OptionNextItems": [ + 115190001 + ] + }, + "115190001": { + "ID": 115190001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 1932387457 + }, + "NextItem01": 0, + "Text02": { + "hash": 1815120736 + }, + "NextItem02": 0, + "Text03": { + "hash": 1854116671 + }, + "NextItem03": 0, + "SectionID": 1151900, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 1932387457 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111000000": { + "ID": 111000000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013593752 + }, + "NextItem01": 111000001, + "Text02": { + "hash": 1896329207 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935322966 + }, + "NextItem03": 0, + "SectionID": 1110000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013593752 + } + ], + "OptionNextItems": [ + 111000001 + ] + }, + "111000001": { + "ID": 111000001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 2013593753 + }, + "NextItem01": 111000002, + "Text02": { + "hash": 1896329206 + }, + "NextItem02": 111000003, + "Text03": { + "hash": 1935322967 + }, + "NextItem03": 111000004, + "SectionID": 1110000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013593753 + }, + { + "hash": 1896329206 + }, + { + "hash": 1935322967 + } + ], + "OptionNextItems": [ + 111000002, + 111000003, + 111000004 + ] + }, + "111000002": { + "ID": 111000002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013593750 + }, + "NextItem01": 111000005, + "Text02": { + "hash": 1896329209 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935322968 + }, + "NextItem03": 0, + "SectionID": 1110000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013593750 + } + ], + "OptionNextItems": [ + 111000005 + ] + }, + "111000003": { + "ID": 111000003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013593751 + }, + "NextItem01": 111000005, + "Text02": { + "hash": 1896329208 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935322969 + }, + "NextItem03": 0, + "SectionID": 1110000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013593751 + } + ], + "OptionNextItems": [ + 111000005 + ] + }, + "111000004": { + "ID": 111000004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013593748 + }, + "NextItem01": 111000005, + "Text02": { + "hash": 1896329203 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935322962 + }, + "NextItem03": 0, + "SectionID": 1110000, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013593748 + } + ], + "OptionNextItems": [ + 111000005 + ] + }, + "111000005": { + "ID": 111000005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013593749 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896329202 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935322963 + }, + "NextItem03": 0, + "SectionID": 1110000, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013593749 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111010000": { + "ID": 111010000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013592729 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896326006 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935321943 + }, + "NextItem03": 0, + "SectionID": 1110100, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013592729 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111020000": { + "ID": 111020000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013591574 + }, + "NextItem01": 111020001, + "Text02": { + "hash": 1896331385 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935325144 + }, + "NextItem03": 0, + "SectionID": 1110200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013591574 + } + ], + "OptionNextItems": [ + 111020001 + ] + }, + "111020001": { + "ID": 111020001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 2, + "Text01": { + "hash": 2013591575 + }, + "NextItem01": 111020002, + "Text02": { + "hash": 1896331384 + }, + "NextItem02": 111020003, + "Text03": { + "hash": 1935325145 + }, + "NextItem03": 0, + "SectionID": 1110200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013591575 + }, + { + "hash": 1896331384 + } + ], + "OptionNextItems": [ + 111020002, + 111020003 + ] + }, + "111020002": { + "ID": 111020002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013591576 + }, + "NextItem01": 111020004, + "Text02": { + "hash": 1896331383 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935325142 + }, + "NextItem03": 0, + "SectionID": 1110200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013591576 + } + ], + "OptionNextItems": [ + 111020004 + ] + }, + "111020003": { + "ID": 111020003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013591577 + }, + "NextItem01": 111020004, + "Text02": { + "hash": 1896331382 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935325143 + }, + "NextItem03": 0, + "SectionID": 1110200, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013591577 + } + ], + "OptionNextItems": [ + 111020004 + ] + }, + "111020004": { + "ID": 111020004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013591570 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896331381 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935325140 + }, + "NextItem03": 0, + "SectionID": 1110200, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013591570 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111030000": { + "ID": 111030000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013590551 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896328184 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935324121 + }, + "NextItem03": 0, + "SectionID": 1110300, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013590551 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111040000": { + "ID": 111040000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013589396 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896324851 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935318610 + }, + "NextItem03": 0, + "SectionID": 1110400, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013589396 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111050000": { + "ID": 111050000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013588373 + }, + "NextItem01": 111050001, + "Text02": { + "hash": 1896321650 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935317587 + }, + "NextItem03": 0, + "SectionID": 1110500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013588373 + } + ], + "OptionNextItems": [ + 111050001 + ] + }, + "111050001": { + "ID": 111050001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 2013588372 + }, + "NextItem01": 111050002, + "Text02": { + "hash": 1896321651 + }, + "NextItem02": 111050003, + "Text03": { + "hash": 1935317586 + }, + "NextItem03": 111050004, + "SectionID": 1110500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013588372 + }, + { + "hash": 1896321651 + }, + { + "hash": 1935317586 + } + ], + "OptionNextItems": [ + 111050002, + 111050003, + 111050004 + ] + }, + "111050002": { + "ID": 111050002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013588371 + }, + "NextItem01": 111050005, + "Text02": { + "hash": 1896321652 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935317589 + }, + "NextItem03": 0, + "SectionID": 1110500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013588371 + } + ], + "OptionNextItems": [ + 111050005 + ] + }, + "111050003": { + "ID": 111050003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013588370 + }, + "NextItem01": 111050005, + "Text02": { + "hash": 1896321653 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935317588 + }, + "NextItem03": 0, + "SectionID": 1110500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013588370 + } + ], + "OptionNextItems": [ + 111050005 + ] + }, + "111050004": { + "ID": 111050004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013588377 + }, + "NextItem01": 111050005, + "Text02": { + "hash": 1896321654 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935317591 + }, + "NextItem03": 0, + "SectionID": 1110500, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013588377 + } + ], + "OptionNextItems": [ + 111050005 + ] + }, + "111050005": { + "ID": 111050005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013588376 + }, + "NextItem01": 0, + "Text02": { + "hash": 1896321655 + }, + "NextItem02": 0, + "Text03": { + "hash": 1935317590 + }, + "NextItem03": 0, + "SectionID": 1110500, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013588376 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111060000": { + "ID": 111060000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013587218 + }, + "NextItem01": 111060001, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013587218 + } + ], + "OptionNextItems": [ + 111060001 + ] + }, + "111060001": { + "ID": 111060001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 3, + "Text01": { + "hash": 2013587219 + }, + "NextItem01": 111060002, + "Text02": { + "hash": 1896327028 + }, + "NextItem02": 111060002, + "Text03": { + "hash": 1935320789 + }, + "NextItem03": 111060002, + "SectionID": 1110600, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013587219 + }, + { + "hash": 1896327028 + }, + { + "hash": 1935320789 + } + ], + "OptionNextItems": [ + 111060002, + 111060002, + 111060002 + ] + }, + "111060002": { + "ID": 111060002, + "Name": { + "hash": 1546266049 + }, + "IconPath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Julian.png", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013587220 + }, + "NextItem01": 0, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110600, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013587220 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111070000": { + "ID": 111070000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013586195 + }, + "NextItem01": 111070001, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013586195 + } + ], + "OptionNextItems": [ + 111070001 + ] + }, + "111070001": { + "ID": 111070001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 2, + "Text01": { + "hash": 2013586194 + }, + "NextItem01": 111070002, + "Text02": { + "hash": 1896323829 + }, + "NextItem02": 111070003, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013586194 + }, + { + "hash": 1896323829 + } + ], + "OptionNextItems": [ + 111070002, + 111070003 + ] + }, + "111070002": { + "ID": 111070002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013586197 + }, + "NextItem01": 111070004, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013586197 + } + ], + "OptionNextItems": [ + 111070004 + ] + }, + "111070003": { + "ID": 111070003, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013586196 + }, + "NextItem01": 111070004, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013586196 + } + ], + "OptionNextItems": [ + 111070004 + ] + }, + "111070004": { + "ID": 111070004, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013586199 + }, + "NextItem01": 111070005, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013586199 + } + ], + "OptionNextItems": [ + 111070005 + ] + }, + "111070005": { + "ID": 111070005, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 2, + "Text01": { + "hash": 2013586198 + }, + "NextItem01": 111070006, + "Text02": { + "hash": 1896323833 + }, + "NextItem02": 111070007, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110700, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013586198 + }, + { + "hash": 1896323833 + } + ], + "OptionNextItems": [ + 111070006, + 111070007 + ] + }, + "111070006": { + "ID": 111070006, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013586201 + }, + "NextItem01": 0, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110700, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013586201 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111070007": { + "ID": 111070007, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013586200 + }, + "NextItem01": 0, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110700, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013586200 + } + ], + "OptionNextItems": [ + 0 + ] + }, + "111080000": { + "ID": 111080000, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013602464 + }, + "NextItem01": 111080001, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013602464 + } + ], + "OptionNextItems": [ + 111080001 + ] + }, + "111080001": { + "ID": 111080001, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "Player", + "OptionNum": 2, + "Text01": { + "hash": 2013602465 + }, + "NextItem01": 111080002, + "Text02": { + "hash": 1896337918 + }, + "NextItem02": 111080002, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110800, + "IsEnd": false, + "OptionTexts": [ + { + "hash": 2013602465 + }, + { + "hash": 1896337918 + } + ], + "OptionNextItems": [ + 111080002, + 111080002 + ] + }, + "111080002": { + "ID": 111080002, + "Name": { + "hash": 371857150 + }, + "IconPath": "", + "Sender": "NPC", + "OptionNum": 1, + "Text01": { + "hash": 2013602462 + }, + "NextItem01": 0, + "Text02": { + "hash": 371857150 + }, + "NextItem02": 0, + "Text03": { + "hash": 371857150 + }, + "NextItem03": 0, + "SectionID": 1110800, + "IsEnd": true, + "OptionTexts": [ + { + "hash": 2013602462 + } + ], + "OptionNextItems": [ + 0 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MiniMapIconExcelTable.json b/CrepePackage/src/data/excel/MiniMapIconExcelTable.json new file mode 100644 index 0000000..9e990e9 --- /dev/null +++ b/CrepePackage/src/data/excel/MiniMapIconExcelTable.json @@ -0,0 +1,998 @@ +{ + "1": { + "ID": 1, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlayer.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "2": { + "ID": 2, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconNormalNPC.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "3": { + "ID": 3, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapNpc.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": true, + "IsShowInBillboard": false, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "4": { + "ID": 4, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapshop.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardShop.png", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "5": { + "ID": 5, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapFoe.png", + "IconOrientetionSwitch": true, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "6": { + "ID": 6, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapBoss.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "7": { + "ID": 7, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapBox.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardBox.png", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "8": { + "ID": 8, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapMazePortal.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardPortal.png", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "9": { + "ID": 9, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapControl.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardControl.png", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "10": { + "ID": 10, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapMazePortal2.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": true, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "11": { + "ID": 11, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapExit.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "12": { + "ID": 12, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapExit.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardTalk.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconMainStoryMission02.png", + "ConnectID": 0 + }, + "13": { + "ID": 13, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapEntrance.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "21": { + "ID": 21, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapMainMission01.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardMainMission01.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconMainStoryMission01.png", + "ConnectID": 45 + }, + "22": { + "ID": 22, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapMainMission02.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardMainMission02.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconMainStoryMission02.png", + "ConnectID": 45 + }, + "23": { + "ID": 23, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapMainMission03.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardMainMission03.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconMainStoryMission03.png", + "ConnectID": 45 + }, + "24": { + "ID": 24, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapSubStoryMission01.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardSubStoryMission01.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconSubStoryMission01.png", + "ConnectID": 46 + }, + "25": { + "ID": 25, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapSubStoryMission02.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardSubStoryMission02.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconSubStoryMission02.png", + "ConnectID": 46 + }, + "26": { + "ID": 26, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapSubStoryMission03.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardSubStoryMission03.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconSubStoryMission03.png", + "ConnectID": 46 + }, + "27": { + "ID": 27, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapDailyMission01.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardDailyMission01.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconDailyMission01.png", + "ConnectID": 47 + }, + "28": { + "ID": 28, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapDailyMission02.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardDailyMission02.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconDailyMission02.png", + "ConnectID": 47 + }, + "29": { + "ID": 29, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapDailyMission03.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardDailyMission03.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconDailyMission03.png", + "ConnectID": 47 + }, + "30": { + "ID": 30, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapDoor.png", + "IconOrientetionSwitch": true, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "31": { + "ID": 31, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapSubStoryMission01.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": false, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardSubStoryMission01.png", + "MissionIconPath": "SpriteOutput/Mission/GuideIcon/IconSubStoryMission01.png", + "ConnectID": 0 + }, + "32": { + "ID": 32, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapElite.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "33": { + "ID": 33, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapCocoon.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "34": { + "ID": 34, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapDoorLock.png", + "IconOrientetionSwitch": true, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "35": { + "ID": 35, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapChallenge.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardChallenge.png", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "36": { + "ID": 36, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapElevator.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "37": { + "ID": 37, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapDirection.png", + "IconOrientetionSwitch": true, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "38": { + "ID": 38, + "IconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeFire.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeFire.png", + "MissionIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeFire.png", + "ConnectID": 0 + }, + "39": { + "ID": 39, + "IconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeIce.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeIce.png", + "MissionIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeIce.png", + "ConnectID": 0 + }, + "40": { + "ID": 40, + "IconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeImaginary.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeImaginary.png", + "MissionIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeImaginary.png", + "ConnectID": 0 + }, + "41": { + "ID": 41, + "IconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributePhysical.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributePhysical.png", + "MissionIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributePhysical.png", + "ConnectID": 0 + }, + "42": { + "ID": 42, + "IconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeQuantum.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeQuantum.png", + "MissionIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeQuantum.png", + "ConnectID": 0 + }, + "43": { + "ID": 43, + "IconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeThunder.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeThunder.png", + "MissionIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeThunder.png", + "ConnectID": 0 + }, + "44": { + "ID": 44, + "IconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeWind.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeWind.png", + "MissionIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeWind.png", + "ConnectID": 0 + }, + "45": { + "ID": 45, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapMainMission04.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": false, + "BillboardIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapMainMission04.png", + "MissionIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapMainMission04.png", + "ConnectID": 0 + }, + "46": { + "ID": 46, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapSubStoryMission04.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": false, + "BillboardIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapSubStoryMission04.png", + "MissionIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapSubStoryMission04.png", + "ConnectID": 0 + }, + "47": { + "ID": 47, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapDailyMission04.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": false, + "BillboardIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapDailyMission04.png", + "MissionIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapDailyMission04.png", + "ConnectID": 0 + }, + "48": { + "ID": 48, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPortal.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardPortal.png", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "49": { + "ID": 49, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPortal2.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": false, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "50": { + "ID": 50, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapNpc2.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": false, + "BillboardIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapNpc2.png", + "MissionIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapNpc2.png", + "ConnectID": 0 + }, + "51": { + "ID": 51, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapExit.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "52": { + "ID": 52, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapMazePortal.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "53": { + "ID": 53, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPortal.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "54": { + "ID": 54, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapBox.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "55": { + "ID": 55, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapBox.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "56": { + "ID": 56, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapChallenge.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "57": { + "ID": 57, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapRogueIcewall.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "SpriteOutput/MapPics/Billboard/IconBillboardNpc.png", + "ConnectID": 0 + }, + "58": { + "ID": 58, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapProbe.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": false, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "59": { + "ID": 59, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapTask.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapTask.png", + "MissionIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapTask.png", + "ConnectID": 0 + }, + "60": { + "ID": 60, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapBridge2.png", + "IconOrientetionSwitch": true, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "61": { + "ID": 61, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1001.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "62": { + "ID": 62, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1002.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "63": { + "ID": 63, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1003.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "64": { + "ID": 64, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1004.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "65": { + "ID": 65, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1005.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "66": { + "ID": 66, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1006.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "67": { + "ID": 67, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1007.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "68": { + "ID": 68, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1008.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "69": { + "ID": 69, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1009.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "70": { + "ID": 70, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1010.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "71": { + "ID": 71, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1101.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "72": { + "ID": 72, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1102.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "73": { + "ID": 73, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1103.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "74": { + "ID": 74, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1104.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "75": { + "ID": 75, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1105.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "76": { + "ID": 76, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1106.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "77": { + "ID": 77, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1107.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "78": { + "ID": 78, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1201.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "79": { + "ID": 79, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1202.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "80": { + "ID": 80, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1203.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "81": { + "ID": 81, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1204.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "82": { + "ID": 82, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1205.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "83": { + "ID": 83, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1206.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "84": { + "ID": 84, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1301.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "85": { + "ID": 85, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMap1302.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": true, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "86": { + "ID": 86, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapBridge1.png", + "IconOrientetionSwitch": true, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "", + "MissionIconPath": "", + "ConnectID": 0 + }, + "87": { + "ID": 87, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay1.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay1.png", + "MissionIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay1.png", + "ConnectID": 0 + }, + "88": { + "ID": 88, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay2.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay2.png", + "MissionIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay2.png", + "ConnectID": 0 + }, + "89": { + "ID": 89, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay3.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay3.png", + "MissionIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay3.png", + "ConnectID": 0 + }, + "90": { + "ID": 90, + "IconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay4.png", + "IconOrientetionSwitch": false, + "IconName": "MazeText_Empty", + "isShowinMap": true, + "isShowLayer": false, + "IsShowInBillboard": true, + "BillboardIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay4.png", + "MissionIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapPlay4.png", + "ConnectID": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MissionChapterConfigExcelTable.json b/CrepePackage/src/data/excel/MissionChapterConfigExcelTable.json new file mode 100644 index 0000000..a8f8cea --- /dev/null +++ b/CrepePackage/src/data/excel/MissionChapterConfigExcelTable.json @@ -0,0 +1,12 @@ +{ + "999001": { + "ID": 999001, + "ChapterName": "MissionChapterName_999001", + "SectionName": "MissionSectionName_999001" + }, + "999002": { + "ID": 999002, + "ChapterName": "MissionChapterName_999002", + "SectionName": "MissionSectionName_999002" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MonsterDropExcelTable.json b/CrepePackage/src/data/excel/MonsterDropExcelTable.json new file mode 100644 index 0000000..25f6cd8 --- /dev/null +++ b/CrepePackage/src/data/excel/MonsterDropExcelTable.json @@ -0,0 +1,6081 @@ +{ + "1001010:0": { + "MonsterTemplateID": 1001010, + "WorldLevel": 0, + "AvatarExpReward": 30, + "DisplayDropItemList": [ + 112001 + ] + }, + "1001010:1": { + "MonsterTemplateID": 1001010, + "WorldLevel": 1, + "AvatarExpReward": 40, + "DisplayDropItemList": [ + 112001 + ] + }, + "1001010:2": { + "MonsterTemplateID": 1001010, + "WorldLevel": 2, + "AvatarExpReward": 50, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001010:3": { + "MonsterTemplateID": 1001010, + "WorldLevel": 3, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001010:4": { + "MonsterTemplateID": 1001010, + "WorldLevel": 4, + "AvatarExpReward": 70, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001010:5": { + "MonsterTemplateID": 1001010, + "WorldLevel": 5, + "AvatarExpReward": 80, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001010:6": { + "MonsterTemplateID": 1001010, + "WorldLevel": 6, + "AvatarExpReward": 90, + "DisplayDropItemList": [ + 112001, + 112002, + 112003 + ] + }, + "1001011:0": { + "MonsterTemplateID": 1001011, + "WorldLevel": 0, + "AvatarExpReward": 30, + "DisplayDropItemList": [ + 112001 + ] + }, + "1001011:1": { + "MonsterTemplateID": 1001011, + "WorldLevel": 1, + "AvatarExpReward": 40, + "DisplayDropItemList": [ + 112001 + ] + }, + "1001011:2": { + "MonsterTemplateID": 1001011, + "WorldLevel": 2, + "AvatarExpReward": 50, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001011:3": { + "MonsterTemplateID": 1001011, + "WorldLevel": 3, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001011:4": { + "MonsterTemplateID": 1001011, + "WorldLevel": 4, + "AvatarExpReward": 70, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001011:5": { + "MonsterTemplateID": 1001011, + "WorldLevel": 5, + "AvatarExpReward": 80, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001011:6": { + "MonsterTemplateID": 1001011, + "WorldLevel": 6, + "AvatarExpReward": 90, + "DisplayDropItemList": [ + 112001, + 112002, + 112003 + ] + }, + "1001020:0": { + "MonsterTemplateID": 1001020, + "WorldLevel": 0, + "AvatarExpReward": 30, + "DisplayDropItemList": [ + 112001 + ] + }, + "1001020:1": { + "MonsterTemplateID": 1001020, + "WorldLevel": 1, + "AvatarExpReward": 40, + "DisplayDropItemList": [ + 112001 + ] + }, + "1001020:2": { + "MonsterTemplateID": 1001020, + "WorldLevel": 2, + "AvatarExpReward": 50, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001020:3": { + "MonsterTemplateID": 1001020, + "WorldLevel": 3, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001020:4": { + "MonsterTemplateID": 1001020, + "WorldLevel": 4, + "AvatarExpReward": 70, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001020:5": { + "MonsterTemplateID": 1001020, + "WorldLevel": 5, + "AvatarExpReward": 80, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1001020:6": { + "MonsterTemplateID": 1001020, + "WorldLevel": 6, + "AvatarExpReward": 90, + "DisplayDropItemList": [ + 112001, + 112002, + 112003 + ] + }, + "1002011:0": { + "MonsterTemplateID": 1002011, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002011:1": { + "MonsterTemplateID": 1002011, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002011:2": { + "MonsterTemplateID": 1002011, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002011:3": { + "MonsterTemplateID": 1002011, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002011:4": { + "MonsterTemplateID": 1002011, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002011:5": { + "MonsterTemplateID": 1002011, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002011:6": { + "MonsterTemplateID": 1002011, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002012:0": { + "MonsterTemplateID": 1002012, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002012:1": { + "MonsterTemplateID": 1002012, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002012:2": { + "MonsterTemplateID": 1002012, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002012:3": { + "MonsterTemplateID": 1002012, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002012:4": { + "MonsterTemplateID": 1002012, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002012:5": { + "MonsterTemplateID": 1002012, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002012:6": { + "MonsterTemplateID": 1002012, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002015:0": { + "MonsterTemplateID": 1002015, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002015:1": { + "MonsterTemplateID": 1002015, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002015:2": { + "MonsterTemplateID": 1002015, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002015:3": { + "MonsterTemplateID": 1002015, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002015:4": { + "MonsterTemplateID": 1002015, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002015:5": { + "MonsterTemplateID": 1002015, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002015:6": { + "MonsterTemplateID": 1002015, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002016:0": { + "MonsterTemplateID": 1002016, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002016:1": { + "MonsterTemplateID": 1002016, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002016:2": { + "MonsterTemplateID": 1002016, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002016:3": { + "MonsterTemplateID": 1002016, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002016:4": { + "MonsterTemplateID": 1002016, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002016:5": { + "MonsterTemplateID": 1002016, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002016:6": { + "MonsterTemplateID": 1002016, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002020:0": { + "MonsterTemplateID": 1002020, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002020:1": { + "MonsterTemplateID": 1002020, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002020:2": { + "MonsterTemplateID": 1002020, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002020:3": { + "MonsterTemplateID": 1002020, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002020:4": { + "MonsterTemplateID": 1002020, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002020:5": { + "MonsterTemplateID": 1002020, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002020:6": { + "MonsterTemplateID": 1002020, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002030:0": { + "MonsterTemplateID": 1002030, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002030:1": { + "MonsterTemplateID": 1002030, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002030:2": { + "MonsterTemplateID": 1002030, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002030:3": { + "MonsterTemplateID": 1002030, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002030:4": { + "MonsterTemplateID": 1002030, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002030:5": { + "MonsterTemplateID": 1002030, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002030:6": { + "MonsterTemplateID": 1002030, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1003010:0": { + "MonsterTemplateID": 1003010, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 112001, + 182004, + 183001 + ] + }, + "1003010:1": { + "MonsterTemplateID": 1003010, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 112001, + 112002, + 182004, + 183001 + ] + }, + "1003010:2": { + "MonsterTemplateID": 1003010, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 112001, + 112002, + 182004, + 183001 + ] + }, + "1003010:3": { + "MonsterTemplateID": 1003010, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 112001, + 112002, + 182004, + 183001 + ] + }, + "1003010:4": { + "MonsterTemplateID": 1003010, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 112002, + 112003, + 182004, + 183001 + ] + }, + "1003010:5": { + "MonsterTemplateID": 1003010, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112002, + 112003, + 182004, + 183001 + ] + }, + "1003010:6": { + "MonsterTemplateID": 1003010, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112002, + 112003, + 182004, + 183001 + ] + }, + "1003011:0": { + "MonsterTemplateID": 1003011, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [] + }, + "1003011:1": { + "MonsterTemplateID": 1003011, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [] + }, + "1003011:2": { + "MonsterTemplateID": 1003011, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [] + }, + "1003011:3": { + "MonsterTemplateID": 1003011, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [] + }, + "1003011:4": { + "MonsterTemplateID": 1003011, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [] + }, + "1003011:5": { + "MonsterTemplateID": 1003011, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [] + }, + "1003011:6": { + "MonsterTemplateID": 1003011, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [] + }, + "1003020:0": { + "MonsterTemplateID": 1003020, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 112001 + ] + }, + "1003020:1": { + "MonsterTemplateID": 1003020, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1003020:2": { + "MonsterTemplateID": 1003020, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1003020:3": { + "MonsterTemplateID": 1003020, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1003020:4": { + "MonsterTemplateID": 1003020, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 112002, + 112003 + ] + }, + "1003020:5": { + "MonsterTemplateID": 1003020, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112002, + 112003 + ] + }, + "1003020:6": { + "MonsterTemplateID": 1003020, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112002, + 112003 + ] + }, + "1003021:0": { + "MonsterTemplateID": 1003021, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 112001 + ] + }, + "1003021:1": { + "MonsterTemplateID": 1003021, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1003021:2": { + "MonsterTemplateID": 1003021, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1003021:3": { + "MonsterTemplateID": 1003021, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 112001, + 112002 + ] + }, + "1003021:4": { + "MonsterTemplateID": 1003021, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 112002, + 112003 + ] + }, + "1003021:5": { + "MonsterTemplateID": 1003021, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112002, + 112003 + ] + }, + "1003021:6": { + "MonsterTemplateID": 1003021, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112002, + 112003 + ] + }, + "1004010:0": { + "MonsterTemplateID": 1004010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004010:1": { + "MonsterTemplateID": 1004010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004010:2": { + "MonsterTemplateID": 1004010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004010:3": { + "MonsterTemplateID": 1004010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004010:4": { + "MonsterTemplateID": 1004010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004010:5": { + "MonsterTemplateID": 1004010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004010:6": { + "MonsterTemplateID": 1004010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004011:0": { + "MonsterTemplateID": 1004011, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004011:1": { + "MonsterTemplateID": 1004011, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004011:2": { + "MonsterTemplateID": 1004011, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004011:3": { + "MonsterTemplateID": 1004011, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004011:4": { + "MonsterTemplateID": 1004011, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004011:5": { + "MonsterTemplateID": 1004011, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004011:6": { + "MonsterTemplateID": 1004011, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004030:0": { + "MonsterTemplateID": 1004030, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004030:1": { + "MonsterTemplateID": 1004030, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004030:2": { + "MonsterTemplateID": 1004030, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004030:3": { + "MonsterTemplateID": 1004030, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004030:4": { + "MonsterTemplateID": 1004030, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004030:5": { + "MonsterTemplateID": 1004030, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004030:6": { + "MonsterTemplateID": 1004030, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004031:0": { + "MonsterTemplateID": 1004031, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004031:1": { + "MonsterTemplateID": 1004031, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004031:2": { + "MonsterTemplateID": 1004031, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004031:3": { + "MonsterTemplateID": 1004031, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004031:4": { + "MonsterTemplateID": 1004031, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004031:5": { + "MonsterTemplateID": 1004031, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004031:6": { + "MonsterTemplateID": 1004031, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005010:0": { + "MonsterTemplateID": 1005010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005010:1": { + "MonsterTemplateID": 1005010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005010:2": { + "MonsterTemplateID": 1005010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005010:3": { + "MonsterTemplateID": 1005010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005010:4": { + "MonsterTemplateID": 1005010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005010:5": { + "MonsterTemplateID": 1005010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005010:6": { + "MonsterTemplateID": 1005010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005012:0": { + "MonsterTemplateID": 1005012, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005012:1": { + "MonsterTemplateID": 1005012, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005012:2": { + "MonsterTemplateID": 1005012, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005012:3": { + "MonsterTemplateID": 1005012, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005012:4": { + "MonsterTemplateID": 1005012, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005012:5": { + "MonsterTemplateID": 1005012, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005012:6": { + "MonsterTemplateID": 1005012, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1012010:0": { + "MonsterTemplateID": 1012010, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012010:1": { + "MonsterTemplateID": 1012010, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012010:2": { + "MonsterTemplateID": 1012010, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012010:3": { + "MonsterTemplateID": 1012010, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012010:4": { + "MonsterTemplateID": 1012010, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012010:5": { + "MonsterTemplateID": 1012010, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012010:6": { + "MonsterTemplateID": 1012010, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012011:0": { + "MonsterTemplateID": 1012011, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012011:1": { + "MonsterTemplateID": 1012011, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012011:2": { + "MonsterTemplateID": 1012011, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012011:3": { + "MonsterTemplateID": 1012011, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012011:4": { + "MonsterTemplateID": 1012011, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012011:5": { + "MonsterTemplateID": 1012011, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012011:6": { + "MonsterTemplateID": 1012011, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012020:0": { + "MonsterTemplateID": 1012020, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012020:1": { + "MonsterTemplateID": 1012020, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012020:2": { + "MonsterTemplateID": 1012020, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012020:3": { + "MonsterTemplateID": 1012020, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012020:4": { + "MonsterTemplateID": 1012020, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012020:5": { + "MonsterTemplateID": 1012020, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012020:6": { + "MonsterTemplateID": 1012020, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012021:0": { + "MonsterTemplateID": 1012021, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012021:1": { + "MonsterTemplateID": 1012021, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012021:2": { + "MonsterTemplateID": 1012021, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012021:3": { + "MonsterTemplateID": 1012021, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012021:4": { + "MonsterTemplateID": 1012021, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012021:5": { + "MonsterTemplateID": 1012021, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012021:6": { + "MonsterTemplateID": 1012021, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012030:0": { + "MonsterTemplateID": 1012030, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012030:1": { + "MonsterTemplateID": 1012030, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012030:2": { + "MonsterTemplateID": 1012030, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012030:3": { + "MonsterTemplateID": 1012030, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012030:4": { + "MonsterTemplateID": 1012030, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012030:5": { + "MonsterTemplateID": 1012030, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012030:6": { + "MonsterTemplateID": 1012030, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012040:0": { + "MonsterTemplateID": 1012040, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012040:1": { + "MonsterTemplateID": 1012040, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012040:2": { + "MonsterTemplateID": 1012040, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012040:3": { + "MonsterTemplateID": 1012040, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012040:4": { + "MonsterTemplateID": 1012040, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012040:5": { + "MonsterTemplateID": 1012040, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012040:6": { + "MonsterTemplateID": 1012040, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012041:0": { + "MonsterTemplateID": 1012041, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012041:1": { + "MonsterTemplateID": 1012041, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112011, + 181001 + ] + }, + "1012041:2": { + "MonsterTemplateID": 1012041, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012041:3": { + "MonsterTemplateID": 1012041, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012041:4": { + "MonsterTemplateID": 1012041, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112011, + 112012, + 181001 + ] + }, + "1012041:5": { + "MonsterTemplateID": 1012041, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1012041:6": { + "MonsterTemplateID": 1012041, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112011, + 112012, + 112013, + 181001 + ] + }, + "1013010:0": { + "MonsterTemplateID": 1013010, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 112011, + 182002, + 183002 + ] + }, + "1013010:1": { + "MonsterTemplateID": 1013010, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1013010:2": { + "MonsterTemplateID": 1013010, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1013010:3": { + "MonsterTemplateID": 1013010, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1013010:4": { + "MonsterTemplateID": 1013010, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1013010:5": { + "MonsterTemplateID": 1013010, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1013010:6": { + "MonsterTemplateID": 1013010, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1013020:0": { + "MonsterTemplateID": 1013020, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 112011, + 182002, + 183002 + ] + }, + "1013020:1": { + "MonsterTemplateID": 1013020, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1013020:2": { + "MonsterTemplateID": 1013020, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1013020:3": { + "MonsterTemplateID": 1013020, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1013020:4": { + "MonsterTemplateID": 1013020, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1013020:5": { + "MonsterTemplateID": 1013020, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1013020:6": { + "MonsterTemplateID": 1013020, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1013021:0": { + "MonsterTemplateID": 1013021, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [] + }, + "1013021:1": { + "MonsterTemplateID": 1013021, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [] + }, + "1013021:2": { + "MonsterTemplateID": 1013021, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [] + }, + "1013021:3": { + "MonsterTemplateID": 1013021, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [] + }, + "1013021:4": { + "MonsterTemplateID": 1013021, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [] + }, + "1013021:5": { + "MonsterTemplateID": 1013021, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [] + }, + "1013021:6": { + "MonsterTemplateID": 1013021, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [] + }, + "1014010:0": { + "MonsterTemplateID": 1014010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014010:1": { + "MonsterTemplateID": 1014010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014010:2": { + "MonsterTemplateID": 1014010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014010:3": { + "MonsterTemplateID": 1014010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014010:4": { + "MonsterTemplateID": 1014010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014010:5": { + "MonsterTemplateID": 1014010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014010:6": { + "MonsterTemplateID": 1014010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014011:0": { + "MonsterTemplateID": 1014011, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014011:1": { + "MonsterTemplateID": 1014011, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014011:2": { + "MonsterTemplateID": 1014011, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014011:3": { + "MonsterTemplateID": 1014011, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014011:4": { + "MonsterTemplateID": 1014011, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014011:5": { + "MonsterTemplateID": 1014011, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1014011:6": { + "MonsterTemplateID": 1014011, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1022010:0": { + "MonsterTemplateID": 1022010, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1022010:1": { + "MonsterTemplateID": 1022010, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1022010:2": { + "MonsterTemplateID": 1022010, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1022010:3": { + "MonsterTemplateID": 1022010, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1022010:4": { + "MonsterTemplateID": 1022010, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1022010:5": { + "MonsterTemplateID": 1022010, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1022010:6": { + "MonsterTemplateID": 1022010, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1022020:0": { + "MonsterTemplateID": 1022020, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1022020:1": { + "MonsterTemplateID": 1022020, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1022020:2": { + "MonsterTemplateID": 1022020, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1022020:3": { + "MonsterTemplateID": 1022020, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1022020:4": { + "MonsterTemplateID": 1022020, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1022020:5": { + "MonsterTemplateID": 1022020, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1022020:6": { + "MonsterTemplateID": 1022020, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1023010:0": { + "MonsterTemplateID": 1023010, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 112011, + 182002, + 183002 + ] + }, + "1023010:1": { + "MonsterTemplateID": 1023010, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1023010:2": { + "MonsterTemplateID": 1023010, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1023010:3": { + "MonsterTemplateID": 1023010, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1023010:4": { + "MonsterTemplateID": 1023010, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1023010:5": { + "MonsterTemplateID": 1023010, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1023010:6": { + "MonsterTemplateID": 1023010, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1023020:0": { + "MonsterTemplateID": 1023020, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 112011, + 182002, + 183002 + ] + }, + "1023020:1": { + "MonsterTemplateID": 1023020, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1023020:2": { + "MonsterTemplateID": 1023020, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1023020:3": { + "MonsterTemplateID": 1023020, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 112011, + 112012, + 182002, + 183002 + ] + }, + "1023020:4": { + "MonsterTemplateID": 1023020, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1023020:5": { + "MonsterTemplateID": 1023020, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "1023020:6": { + "MonsterTemplateID": 1023020, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 112012, + 112013, + 182002, + 183002 + ] + }, + "2011010:0": { + "MonsterTemplateID": 2011010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011010:1": { + "MonsterTemplateID": 2011010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011010:2": { + "MonsterTemplateID": 2011010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011010:3": { + "MonsterTemplateID": 2011010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011010:4": { + "MonsterTemplateID": 2011010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011010:5": { + "MonsterTemplateID": 2011010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011010:6": { + "MonsterTemplateID": 2011010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011020:0": { + "MonsterTemplateID": 2011020, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011020:1": { + "MonsterTemplateID": 2011020, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011020:2": { + "MonsterTemplateID": 2011020, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011020:3": { + "MonsterTemplateID": 2011020, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011020:4": { + "MonsterTemplateID": 2011020, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011020:5": { + "MonsterTemplateID": 2011020, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2011020:6": { + "MonsterTemplateID": 2011020, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2012010:0": { + "MonsterTemplateID": 2012010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2012010:1": { + "MonsterTemplateID": 2012010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2012010:2": { + "MonsterTemplateID": 2012010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2012010:3": { + "MonsterTemplateID": 2012010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2012010:4": { + "MonsterTemplateID": 2012010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2012010:5": { + "MonsterTemplateID": 2012010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2012010:6": { + "MonsterTemplateID": 2012010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021010:0": { + "MonsterTemplateID": 2021010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021010:1": { + "MonsterTemplateID": 2021010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021010:2": { + "MonsterTemplateID": 2021010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021010:3": { + "MonsterTemplateID": 2021010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021010:4": { + "MonsterTemplateID": 2021010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021010:5": { + "MonsterTemplateID": 2021010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021010:6": { + "MonsterTemplateID": 2021010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021020:0": { + "MonsterTemplateID": 2021020, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021020:1": { + "MonsterTemplateID": 2021020, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021020:2": { + "MonsterTemplateID": 2021020, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021020:3": { + "MonsterTemplateID": 2021020, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021020:4": { + "MonsterTemplateID": 2021020, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021020:5": { + "MonsterTemplateID": 2021020, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "2021020:6": { + "MonsterTemplateID": 2021020, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8001010:0": { + "MonsterTemplateID": 8001010, + "WorldLevel": 0, + "AvatarExpReward": 30, + "DisplayDropItemList": [ + 111001, + 180001 + ] + }, + "8001010:1": { + "MonsterTemplateID": 8001010, + "WorldLevel": 1, + "AvatarExpReward": 40, + "DisplayDropItemList": [ + 111001, + 180001 + ] + }, + "8001010:2": { + "MonsterTemplateID": 8001010, + "WorldLevel": 2, + "AvatarExpReward": 50, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001010:3": { + "MonsterTemplateID": 8001010, + "WorldLevel": 3, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001010:4": { + "MonsterTemplateID": 8001010, + "WorldLevel": 4, + "AvatarExpReward": 70, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001010:5": { + "MonsterTemplateID": 8001010, + "WorldLevel": 5, + "AvatarExpReward": 80, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001010:6": { + "MonsterTemplateID": 8001010, + "WorldLevel": 6, + "AvatarExpReward": 90, + "DisplayDropItemList": [ + 111001, + 111002, + 111003, + 180001 + ] + }, + "8001020:0": { + "MonsterTemplateID": 8001020, + "WorldLevel": 0, + "AvatarExpReward": 30, + "DisplayDropItemList": [ + 111001, + 180001 + ] + }, + "8001020:1": { + "MonsterTemplateID": 8001020, + "WorldLevel": 1, + "AvatarExpReward": 40, + "DisplayDropItemList": [ + 111001, + 180001 + ] + }, + "8001020:2": { + "MonsterTemplateID": 8001020, + "WorldLevel": 2, + "AvatarExpReward": 50, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001020:3": { + "MonsterTemplateID": 8001020, + "WorldLevel": 3, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001020:4": { + "MonsterTemplateID": 8001020, + "WorldLevel": 4, + "AvatarExpReward": 70, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001020:5": { + "MonsterTemplateID": 8001020, + "WorldLevel": 5, + "AvatarExpReward": 80, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001020:6": { + "MonsterTemplateID": 8001020, + "WorldLevel": 6, + "AvatarExpReward": 90, + "DisplayDropItemList": [ + 111001, + 111002, + 111003, + 180001 + ] + }, + "8001030:0": { + "MonsterTemplateID": 8001030, + "WorldLevel": 0, + "AvatarExpReward": 30, + "DisplayDropItemList": [ + 111001, + 180001 + ] + }, + "8001030:1": { + "MonsterTemplateID": 8001030, + "WorldLevel": 1, + "AvatarExpReward": 40, + "DisplayDropItemList": [ + 111001, + 180001 + ] + }, + "8001030:2": { + "MonsterTemplateID": 8001030, + "WorldLevel": 2, + "AvatarExpReward": 50, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001030:3": { + "MonsterTemplateID": 8001030, + "WorldLevel": 3, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001030:4": { + "MonsterTemplateID": 8001030, + "WorldLevel": 4, + "AvatarExpReward": 70, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001030:5": { + "MonsterTemplateID": 8001030, + "WorldLevel": 5, + "AvatarExpReward": 80, + "DisplayDropItemList": [ + 111001, + 111002, + 180001 + ] + }, + "8001030:6": { + "MonsterTemplateID": 8001030, + "WorldLevel": 6, + "AvatarExpReward": 90, + "DisplayDropItemList": [ + 111001, + 111002, + 111003, + 180001 + ] + }, + "8002040:0": { + "MonsterTemplateID": 8002040, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 1 + ] + }, + "8002040:1": { + "MonsterTemplateID": 8002040, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 1 + ] + }, + "8002040:2": { + "MonsterTemplateID": 8002040, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 1 + ] + }, + "8002040:3": { + "MonsterTemplateID": 8002040, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 1 + ] + }, + "8002040:4": { + "MonsterTemplateID": 8002040, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 1 + ] + }, + "8002040:5": { + "MonsterTemplateID": 8002040, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 1 + ] + }, + "8002040:6": { + "MonsterTemplateID": 8002040, + "WorldLevel": 6, + "AvatarExpReward": 450, + "DisplayDropItemList": [ + 1 + ] + }, + "8002050:0": { + "MonsterTemplateID": 8002050, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 420004, + 31 + ] + }, + "8002050:1": { + "MonsterTemplateID": 8002050, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 420004, + 31 + ] + }, + "8002050:2": { + "MonsterTemplateID": 8002050, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 420004, + 31 + ] + }, + "8002050:3": { + "MonsterTemplateID": 8002050, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 420004, + 31 + ] + }, + "8002050:4": { + "MonsterTemplateID": 8002050, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 420004, + 31 + ] + }, + "8002050:5": { + "MonsterTemplateID": 8002050, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 420004, + 31 + ] + }, + "8002050:6": { + "MonsterTemplateID": 8002050, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 420004, + 31 + ] + }, + "8003010:0": { + "MonsterTemplateID": 8003010, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 111001, + 182003, + 183001 + ] + }, + "8003010:1": { + "MonsterTemplateID": 8003010, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 111001, + 111002, + 182003, + 183001 + ] + }, + "8003010:2": { + "MonsterTemplateID": 8003010, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 111001, + 111002, + 182003, + 183001 + ] + }, + "8003010:3": { + "MonsterTemplateID": 8003010, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 111001, + 111002, + 182003, + 183001 + ] + }, + "8003010:4": { + "MonsterTemplateID": 8003010, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 111002, + 111003, + 182003, + 183001 + ] + }, + "8003010:5": { + "MonsterTemplateID": 8003010, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111002, + 111003, + 182003, + 183001 + ] + }, + "8003010:6": { + "MonsterTemplateID": 8003010, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111002, + 111003, + 182003, + 183001 + ] + }, + "8003011:0": { + "MonsterTemplateID": 8003011, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [] + }, + "8003011:1": { + "MonsterTemplateID": 8003011, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [] + }, + "8003011:2": { + "MonsterTemplateID": 8003011, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [] + }, + "8003011:3": { + "MonsterTemplateID": 8003011, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [] + }, + "8003011:4": { + "MonsterTemplateID": 8003011, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [] + }, + "8003011:5": { + "MonsterTemplateID": 8003011, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [] + }, + "8003011:6": { + "MonsterTemplateID": 8003011, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [] + }, + "8003020:0": { + "MonsterTemplateID": 8003020, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 111001, + 182003, + 183001 + ] + }, + "8003020:1": { + "MonsterTemplateID": 8003020, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 111001, + 111002, + 182003, + 183001 + ] + }, + "8003020:2": { + "MonsterTemplateID": 8003020, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 111001, + 111002, + 182003, + 183001 + ] + }, + "8003020:3": { + "MonsterTemplateID": 8003020, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 111001, + 111002, + 182003, + 183001 + ] + }, + "8003020:4": { + "MonsterTemplateID": 8003020, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 111002, + 111003, + 182003, + 183001 + ] + }, + "8003020:5": { + "MonsterTemplateID": 8003020, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111002, + 111003, + 182003, + 183001 + ] + }, + "8003020:6": { + "MonsterTemplateID": 8003020, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111002, + 111003, + 182003, + 183001 + ] + }, + "8003030:0": { + "MonsterTemplateID": 8003030, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 111001, + 182003, + 183001 + ] + }, + "8003030:1": { + "MonsterTemplateID": 8003030, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 111001, + 111002, + 182003, + 183001 + ] + }, + "8003030:2": { + "MonsterTemplateID": 8003030, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 111001, + 111002, + 182003, + 183001 + ] + }, + "8003030:3": { + "MonsterTemplateID": 8003030, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 111001, + 111002, + 182003, + 183001 + ] + }, + "8003030:4": { + "MonsterTemplateID": 8003030, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 111002, + 111003, + 182003, + 183001 + ] + }, + "8003030:5": { + "MonsterTemplateID": 8003030, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111002, + 111003, + 182003, + 183001 + ] + }, + "8003030:6": { + "MonsterTemplateID": 8003030, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111002, + 111003, + 182003, + 183001 + ] + }, + "8011010:0": { + "MonsterTemplateID": 8011010, + "WorldLevel": 0, + "AvatarExpReward": 30, + "DisplayDropItemList": [ + 111011, + 180003 + ] + }, + "8011010:1": { + "MonsterTemplateID": 8011010, + "WorldLevel": 1, + "AvatarExpReward": 40, + "DisplayDropItemList": [ + 111011, + 180003 + ] + }, + "8011010:2": { + "MonsterTemplateID": 8011010, + "WorldLevel": 2, + "AvatarExpReward": 50, + "DisplayDropItemList": [ + 111011, + 111012, + 180003 + ] + }, + "8011010:3": { + "MonsterTemplateID": 8011010, + "WorldLevel": 3, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012, + 180003 + ] + }, + "8011010:4": { + "MonsterTemplateID": 8011010, + "WorldLevel": 4, + "AvatarExpReward": 70, + "DisplayDropItemList": [ + 111011, + 111012, + 180003 + ] + }, + "8011010:5": { + "MonsterTemplateID": 8011010, + "WorldLevel": 5, + "AvatarExpReward": 80, + "DisplayDropItemList": [ + 111011, + 111012, + 180003 + ] + }, + "8011010:6": { + "MonsterTemplateID": 8011010, + "WorldLevel": 6, + "AvatarExpReward": 90, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 180003 + ] + }, + "8011020:0": { + "MonsterTemplateID": 8011020, + "WorldLevel": 0, + "AvatarExpReward": 30, + "DisplayDropItemList": [ + 111011, + 180003 + ] + }, + "8011020:1": { + "MonsterTemplateID": 8011020, + "WorldLevel": 1, + "AvatarExpReward": 40, + "DisplayDropItemList": [ + 111011, + 180003 + ] + }, + "8011020:2": { + "MonsterTemplateID": 8011020, + "WorldLevel": 2, + "AvatarExpReward": 50, + "DisplayDropItemList": [ + 111011, + 111012, + 180003 + ] + }, + "8011020:3": { + "MonsterTemplateID": 8011020, + "WorldLevel": 3, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012, + 180003 + ] + }, + "8011020:4": { + "MonsterTemplateID": 8011020, + "WorldLevel": 4, + "AvatarExpReward": 70, + "DisplayDropItemList": [ + 111011, + 111012, + 180003 + ] + }, + "8011020:5": { + "MonsterTemplateID": 8011020, + "WorldLevel": 5, + "AvatarExpReward": 80, + "DisplayDropItemList": [ + 111011, + 111012, + 180003 + ] + }, + "8011020:6": { + "MonsterTemplateID": 8011020, + "WorldLevel": 6, + "AvatarExpReward": 90, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 180003 + ] + }, + "8012010:0": { + "MonsterTemplateID": 8012010, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011, + 181003 + ] + }, + "8012010:1": { + "MonsterTemplateID": 8012010, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011, + 181003 + ] + }, + "8012010:2": { + "MonsterTemplateID": 8012010, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012010:3": { + "MonsterTemplateID": 8012010, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012010:4": { + "MonsterTemplateID": 8012010, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012010:5": { + "MonsterTemplateID": 8012010, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 181003 + ] + }, + "8012010:6": { + "MonsterTemplateID": 8012010, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 181003 + ] + }, + "8012011:0": { + "MonsterTemplateID": 8012011, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112031 + ] + }, + "8012011:1": { + "MonsterTemplateID": 8012011, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112031 + ] + }, + "8012011:2": { + "MonsterTemplateID": 8012011, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112031, + 112032 + ] + }, + "8012011:3": { + "MonsterTemplateID": 8012011, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112031, + 112032 + ] + }, + "8012011:4": { + "MonsterTemplateID": 8012011, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112031, + 112032 + ] + }, + "8012011:5": { + "MonsterTemplateID": 8012011, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112031, + 112032 + ] + }, + "8012011:6": { + "MonsterTemplateID": 8012011, + "WorldLevel": 6, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112031, + 112032 + ] + }, + "8012020:0": { + "MonsterTemplateID": 8012020, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011, + 181003 + ] + }, + "8012020:1": { + "MonsterTemplateID": 8012020, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011, + 181003 + ] + }, + "8012020:2": { + "MonsterTemplateID": 8012020, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012020:3": { + "MonsterTemplateID": 8012020, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012020:4": { + "MonsterTemplateID": 8012020, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012020:5": { + "MonsterTemplateID": 8012020, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 181003 + ] + }, + "8012020:6": { + "MonsterTemplateID": 8012020, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 181003 + ] + }, + "8012021:0": { + "MonsterTemplateID": 8012021, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011, + 181003 + ] + }, + "8012021:1": { + "MonsterTemplateID": 8012021, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011, + 181003 + ] + }, + "8012021:2": { + "MonsterTemplateID": 8012021, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012021:3": { + "MonsterTemplateID": 8012021, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012021:4": { + "MonsterTemplateID": 8012021, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012021:5": { + "MonsterTemplateID": 8012021, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 181003 + ] + }, + "8012021:6": { + "MonsterTemplateID": 8012021, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 181003 + ] + }, + "8012030:0": { + "MonsterTemplateID": 8012030, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011, + 181003 + ] + }, + "8012030:1": { + "MonsterTemplateID": 8012030, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011, + 181003 + ] + }, + "8012030:2": { + "MonsterTemplateID": 8012030, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012030:3": { + "MonsterTemplateID": 8012030, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012030:4": { + "MonsterTemplateID": 8012030, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012, + 181003 + ] + }, + "8012030:5": { + "MonsterTemplateID": 8012030, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 181003 + ] + }, + "8012030:6": { + "MonsterTemplateID": 8012030, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013, + 181003 + ] + }, + "8013010:0": { + "MonsterTemplateID": 8013010, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 111011, + 182001, + 183002 + ] + }, + "8013010:1": { + "MonsterTemplateID": 8013010, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 111011, + 111012, + 182001, + 183002 + ] + }, + "8013010:2": { + "MonsterTemplateID": 8013010, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 111011, + 111012, + 182001, + 183002 + ] + }, + "8013010:3": { + "MonsterTemplateID": 8013010, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 111011, + 111012, + 182001, + 183002 + ] + }, + "8013010:4": { + "MonsterTemplateID": 8013010, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 111012, + 111013, + 182001, + 183002 + ] + }, + "8013010:5": { + "MonsterTemplateID": 8013010, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013, + 182001, + 183002 + ] + }, + "8013010:6": { + "MonsterTemplateID": 8013010, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013, + 182001, + 183002 + ] + }, + "8013011:0": { + "MonsterTemplateID": 8013011, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 111011 + ] + }, + "8013011:1": { + "MonsterTemplateID": 8013011, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8013011:2": { + "MonsterTemplateID": 8013011, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8013011:3": { + "MonsterTemplateID": 8013011, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8013011:4": { + "MonsterTemplateID": 8013011, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 111012, + 111013 + ] + }, + "8013011:5": { + "MonsterTemplateID": 8013011, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013 + ] + }, + "8013011:6": { + "MonsterTemplateID": 8013011, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013 + ] + }, + "8013020:0": { + "MonsterTemplateID": 8013020, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 111011 + ] + }, + "8013020:1": { + "MonsterTemplateID": 8013020, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8013020:2": { + "MonsterTemplateID": 8013020, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8013020:3": { + "MonsterTemplateID": 8013020, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8013020:4": { + "MonsterTemplateID": 8013020, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 111012, + 111013 + ] + }, + "8013020:5": { + "MonsterTemplateID": 8013020, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013 + ] + }, + "8013020:6": { + "MonsterTemplateID": 8013020, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013 + ] + }, + "9001010:0": { + "MonsterTemplateID": 9001010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001010:1": { + "MonsterTemplateID": 9001010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001010:2": { + "MonsterTemplateID": 9001010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001010:3": { + "MonsterTemplateID": 9001010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001010:4": { + "MonsterTemplateID": 9001010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001010:5": { + "MonsterTemplateID": 9001010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001010:6": { + "MonsterTemplateID": 9001010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001011:0": { + "MonsterTemplateID": 9001011, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001011:1": { + "MonsterTemplateID": 9001011, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001011:2": { + "MonsterTemplateID": 9001011, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001011:3": { + "MonsterTemplateID": 9001011, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001011:4": { + "MonsterTemplateID": 9001011, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001011:5": { + "MonsterTemplateID": 9001011, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001011:6": { + "MonsterTemplateID": 9001011, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001021:0": { + "MonsterTemplateID": 9001021, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001021:1": { + "MonsterTemplateID": 9001021, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001021:2": { + "MonsterTemplateID": 9001021, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001021:3": { + "MonsterTemplateID": 9001021, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001021:4": { + "MonsterTemplateID": 9001021, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001021:5": { + "MonsterTemplateID": 9001021, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001021:6": { + "MonsterTemplateID": 9001021, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001980:0": { + "MonsterTemplateID": 9001980, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001980:1": { + "MonsterTemplateID": 9001980, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001980:2": { + "MonsterTemplateID": 9001980, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001980:3": { + "MonsterTemplateID": 9001980, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001980:4": { + "MonsterTemplateID": 9001980, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001980:5": { + "MonsterTemplateID": 9001980, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001980:6": { + "MonsterTemplateID": 9001980, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001990:0": { + "MonsterTemplateID": 9001990, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001990:1": { + "MonsterTemplateID": 9001990, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001990:2": { + "MonsterTemplateID": 9001990, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001990:3": { + "MonsterTemplateID": 9001990, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001990:4": { + "MonsterTemplateID": 9001990, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001990:5": { + "MonsterTemplateID": 9001990, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9001990:6": { + "MonsterTemplateID": 9001990, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002010:0": { + "MonsterTemplateID": 9002010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002010:1": { + "MonsterTemplateID": 9002010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002010:2": { + "MonsterTemplateID": 9002010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002010:3": { + "MonsterTemplateID": 9002010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002010:4": { + "MonsterTemplateID": 9002010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002010:5": { + "MonsterTemplateID": 9002010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002010:6": { + "MonsterTemplateID": 9002010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002040:0": { + "MonsterTemplateID": 9002040, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002040:1": { + "MonsterTemplateID": 9002040, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002040:2": { + "MonsterTemplateID": 9002040, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002040:3": { + "MonsterTemplateID": 9002040, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002040:4": { + "MonsterTemplateID": 9002040, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002040:5": { + "MonsterTemplateID": 9002040, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002040:6": { + "MonsterTemplateID": 9002040, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002060:0": { + "MonsterTemplateID": 9002060, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002060:1": { + "MonsterTemplateID": 9002060, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002060:2": { + "MonsterTemplateID": 9002060, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002060:3": { + "MonsterTemplateID": 9002060, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002060:4": { + "MonsterTemplateID": 9002060, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002060:5": { + "MonsterTemplateID": 9002060, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002060:6": { + "MonsterTemplateID": 9002060, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002070:0": { + "MonsterTemplateID": 9002070, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002070:1": { + "MonsterTemplateID": 9002070, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002070:2": { + "MonsterTemplateID": 9002070, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002070:3": { + "MonsterTemplateID": 9002070, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002070:4": { + "MonsterTemplateID": 9002070, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002070:5": { + "MonsterTemplateID": 9002070, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002070:6": { + "MonsterTemplateID": 9002070, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002080:0": { + "MonsterTemplateID": 9002080, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002080:1": { + "MonsterTemplateID": 9002080, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002080:2": { + "MonsterTemplateID": 9002080, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002080:3": { + "MonsterTemplateID": 9002080, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002080:4": { + "MonsterTemplateID": 9002080, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002080:5": { + "MonsterTemplateID": 9002080, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002080:6": { + "MonsterTemplateID": 9002080, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002090:0": { + "MonsterTemplateID": 9002090, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002090:1": { + "MonsterTemplateID": 9002090, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002090:2": { + "MonsterTemplateID": 9002090, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002090:3": { + "MonsterTemplateID": 9002090, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002090:4": { + "MonsterTemplateID": 9002090, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002090:5": { + "MonsterTemplateID": 9002090, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002090:6": { + "MonsterTemplateID": 9002090, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002100:0": { + "MonsterTemplateID": 9002100, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002100:1": { + "MonsterTemplateID": 9002100, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002100:2": { + "MonsterTemplateID": 9002100, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002100:3": { + "MonsterTemplateID": 9002100, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002100:4": { + "MonsterTemplateID": 9002100, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002100:5": { + "MonsterTemplateID": 9002100, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002100:6": { + "MonsterTemplateID": 9002100, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002110:0": { + "MonsterTemplateID": 9002110, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002110:1": { + "MonsterTemplateID": 9002110, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002110:2": { + "MonsterTemplateID": 9002110, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002110:3": { + "MonsterTemplateID": 9002110, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002110:4": { + "MonsterTemplateID": 9002110, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002110:5": { + "MonsterTemplateID": 9002110, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002110:6": { + "MonsterTemplateID": 9002110, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002120:0": { + "MonsterTemplateID": 9002120, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002120:1": { + "MonsterTemplateID": 9002120, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002120:2": { + "MonsterTemplateID": 9002120, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002120:3": { + "MonsterTemplateID": 9002120, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002120:4": { + "MonsterTemplateID": 9002120, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002120:5": { + "MonsterTemplateID": 9002120, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002120:6": { + "MonsterTemplateID": 9002120, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002130:0": { + "MonsterTemplateID": 9002130, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002130:1": { + "MonsterTemplateID": 9002130, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002130:2": { + "MonsterTemplateID": 9002130, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002130:3": { + "MonsterTemplateID": 9002130, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002130:4": { + "MonsterTemplateID": 9002130, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002130:5": { + "MonsterTemplateID": 9002130, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002130:6": { + "MonsterTemplateID": 9002130, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002140:0": { + "MonsterTemplateID": 9002140, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002140:1": { + "MonsterTemplateID": 9002140, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002140:2": { + "MonsterTemplateID": 9002140, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002140:3": { + "MonsterTemplateID": 9002140, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002140:4": { + "MonsterTemplateID": 9002140, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002140:5": { + "MonsterTemplateID": 9002140, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002140:6": { + "MonsterTemplateID": 9002140, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002141:0": { + "MonsterTemplateID": 9002141, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002141:1": { + "MonsterTemplateID": 9002141, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002141:2": { + "MonsterTemplateID": 9002141, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002141:3": { + "MonsterTemplateID": 9002141, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002141:4": { + "MonsterTemplateID": 9002141, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002141:5": { + "MonsterTemplateID": 9002141, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002141:6": { + "MonsterTemplateID": 9002141, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002142:0": { + "MonsterTemplateID": 9002142, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002142:1": { + "MonsterTemplateID": 9002142, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002142:2": { + "MonsterTemplateID": 9002142, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002142:3": { + "MonsterTemplateID": 9002142, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002142:4": { + "MonsterTemplateID": 9002142, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002142:5": { + "MonsterTemplateID": 9002142, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002142:6": { + "MonsterTemplateID": 9002142, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003020:0": { + "MonsterTemplateID": 9003020, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003020:1": { + "MonsterTemplateID": 9003020, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003020:2": { + "MonsterTemplateID": 9003020, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003020:3": { + "MonsterTemplateID": 9003020, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003020:4": { + "MonsterTemplateID": 9003020, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003020:5": { + "MonsterTemplateID": 9003020, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003020:6": { + "MonsterTemplateID": 9003020, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003031:0": { + "MonsterTemplateID": 9003031, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003031:1": { + "MonsterTemplateID": 9003031, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003031:2": { + "MonsterTemplateID": 9003031, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003031:3": { + "MonsterTemplateID": 9003031, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003031:4": { + "MonsterTemplateID": 9003031, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003031:5": { + "MonsterTemplateID": 9003031, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003031:6": { + "MonsterTemplateID": 9003031, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003060:0": { + "MonsterTemplateID": 9003060, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003060:1": { + "MonsterTemplateID": 9003060, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003060:2": { + "MonsterTemplateID": 9003060, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003060:3": { + "MonsterTemplateID": 9003060, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003060:4": { + "MonsterTemplateID": 9003060, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003060:5": { + "MonsterTemplateID": 9003060, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003060:6": { + "MonsterTemplateID": 9003060, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003070:0": { + "MonsterTemplateID": 9003070, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003070:1": { + "MonsterTemplateID": 9003070, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003070:2": { + "MonsterTemplateID": 9003070, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003070:3": { + "MonsterTemplateID": 9003070, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003070:4": { + "MonsterTemplateID": 9003070, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003070:5": { + "MonsterTemplateID": 9003070, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003070:6": { + "MonsterTemplateID": 9003070, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003080:0": { + "MonsterTemplateID": 9003080, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003080:1": { + "MonsterTemplateID": 9003080, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003080:2": { + "MonsterTemplateID": 9003080, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003080:3": { + "MonsterTemplateID": 9003080, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003080:4": { + "MonsterTemplateID": 9003080, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003080:5": { + "MonsterTemplateID": 9003080, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9003080:6": { + "MonsterTemplateID": 9003080, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004010:0": { + "MonsterTemplateID": 9004010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004010:1": { + "MonsterTemplateID": 9004010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004010:2": { + "MonsterTemplateID": 9004010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004010:3": { + "MonsterTemplateID": 9004010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004010:4": { + "MonsterTemplateID": 9004010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004010:5": { + "MonsterTemplateID": 9004010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004010:6": { + "MonsterTemplateID": 9004010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004011:0": { + "MonsterTemplateID": 9004011, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004011:1": { + "MonsterTemplateID": 9004011, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004011:2": { + "MonsterTemplateID": 9004011, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004011:3": { + "MonsterTemplateID": 9004011, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004011:4": { + "MonsterTemplateID": 9004011, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004011:5": { + "MonsterTemplateID": 9004011, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9004011:6": { + "MonsterTemplateID": 9004011, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1002040:0": { + "MonsterTemplateID": 1002040, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002040:1": { + "MonsterTemplateID": 1002040, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002040:2": { + "MonsterTemplateID": 1002040, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002040:3": { + "MonsterTemplateID": 1002040, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002040:4": { + "MonsterTemplateID": 1002040, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002040:5": { + "MonsterTemplateID": 1002040, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002040:6": { + "MonsterTemplateID": 1002040, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002041:0": { + "MonsterTemplateID": 1002041, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002041:1": { + "MonsterTemplateID": 1002041, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002041:2": { + "MonsterTemplateID": 1002041, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002041:3": { + "MonsterTemplateID": 1002041, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002041:4": { + "MonsterTemplateID": 1002041, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002041:5": { + "MonsterTemplateID": 1002041, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002041:6": { + "MonsterTemplateID": 1002041, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002050:0": { + "MonsterTemplateID": 1002050, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002050:1": { + "MonsterTemplateID": 1002050, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002050:2": { + "MonsterTemplateID": 1002050, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002050:3": { + "MonsterTemplateID": 1002050, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002050:4": { + "MonsterTemplateID": 1002050, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002050:5": { + "MonsterTemplateID": 1002050, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002050:6": { + "MonsterTemplateID": 1002050, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1004020:0": { + "MonsterTemplateID": 1004020, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004020:1": { + "MonsterTemplateID": 1004020, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004020:2": { + "MonsterTemplateID": 1004020, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004020:3": { + "MonsterTemplateID": 1004020, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004020:4": { + "MonsterTemplateID": 1004020, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004020:5": { + "MonsterTemplateID": 1004020, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004020:6": { + "MonsterTemplateID": 1004020, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004021:0": { + "MonsterTemplateID": 1004021, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004021:1": { + "MonsterTemplateID": 1004021, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004021:2": { + "MonsterTemplateID": 1004021, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004021:3": { + "MonsterTemplateID": 1004021, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004021:4": { + "MonsterTemplateID": 1004021, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004021:5": { + "MonsterTemplateID": 1004021, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1004021:6": { + "MonsterTemplateID": 1004021, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8003050:0": { + "MonsterTemplateID": 8003050, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 111011, + 182001, + 183002 + ] + }, + "8003050:1": { + "MonsterTemplateID": 8003050, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 111011, + 111012, + 182001, + 183002 + ] + }, + "8003050:2": { + "MonsterTemplateID": 8003050, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 111011, + 111012, + 182001, + 183002 + ] + }, + "8003050:3": { + "MonsterTemplateID": 8003050, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 111011, + 111012, + 182001, + 183002 + ] + }, + "8003050:4": { + "MonsterTemplateID": 8003050, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 111012, + 111013, + 182001, + 183002 + ] + }, + "8003050:5": { + "MonsterTemplateID": 8003050, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013, + 182001, + 183002 + ] + }, + "8003050:6": { + "MonsterTemplateID": 8003050, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013, + 182001, + 183002 + ] + }, + "1002013:0": { + "MonsterTemplateID": 1002013, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002013:1": { + "MonsterTemplateID": 1002013, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002013:2": { + "MonsterTemplateID": 1002013, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002013:3": { + "MonsterTemplateID": 1002013, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002013:4": { + "MonsterTemplateID": 1002013, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002013:5": { + "MonsterTemplateID": 1002013, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002013:6": { + "MonsterTemplateID": 1002013, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002014:0": { + "MonsterTemplateID": 1002014, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002014:1": { + "MonsterTemplateID": 1002014, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002014:2": { + "MonsterTemplateID": 1002014, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002014:3": { + "MonsterTemplateID": 1002014, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002014:4": { + "MonsterTemplateID": 1002014, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002014:5": { + "MonsterTemplateID": 1002014, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002014:6": { + "MonsterTemplateID": 1002014, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002017:0": { + "MonsterTemplateID": 1002017, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002017:1": { + "MonsterTemplateID": 1002017, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002017:2": { + "MonsterTemplateID": 1002017, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002017:3": { + "MonsterTemplateID": 1002017, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002017:4": { + "MonsterTemplateID": 1002017, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002017:5": { + "MonsterTemplateID": 1002017, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002017:6": { + "MonsterTemplateID": 1002017, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002018:0": { + "MonsterTemplateID": 1002018, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002018:1": { + "MonsterTemplateID": 1002018, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 112001, + 181002 + ] + }, + "1002018:2": { + "MonsterTemplateID": 1002018, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002018:3": { + "MonsterTemplateID": 1002018, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002018:4": { + "MonsterTemplateID": 1002018, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 112001, + 112002, + 181002 + ] + }, + "1002018:5": { + "MonsterTemplateID": 1002018, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "1002018:6": { + "MonsterTemplateID": 1002018, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 112001, + 112002, + 112003, + 181002 + ] + }, + "8002010:0": { + "MonsterTemplateID": 8002010, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111001, + 181003 + ] + }, + "8002010:1": { + "MonsterTemplateID": 8002010, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111001, + 181003 + ] + }, + "8002010:2": { + "MonsterTemplateID": 8002010, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111001, + 111002, + 181003 + ] + }, + "8002010:3": { + "MonsterTemplateID": 8002010, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111001, + 111002, + 181003 + ] + }, + "8002010:4": { + "MonsterTemplateID": 8002010, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111001, + 111002, + 181003 + ] + }, + "8002010:5": { + "MonsterTemplateID": 8002010, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111001, + 111002, + 111003, + 181003 + ] + }, + "8002010:6": { + "MonsterTemplateID": 8002010, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111001, + 111002, + 111003, + 181003 + ] + }, + "8015010:0": { + "MonsterTemplateID": 8015010, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015010:1": { + "MonsterTemplateID": 8015010, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015010:2": { + "MonsterTemplateID": 8015010, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015010:3": { + "MonsterTemplateID": 8015010, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015010:4": { + "MonsterTemplateID": 8015010, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015010:5": { + "MonsterTemplateID": 8015010, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015010:6": { + "MonsterTemplateID": 8015010, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8012140:0": { + "MonsterTemplateID": 8012140, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012140:1": { + "MonsterTemplateID": 8012140, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012140:2": { + "MonsterTemplateID": 8012140, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012140:3": { + "MonsterTemplateID": 8012140, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012140:4": { + "MonsterTemplateID": 8012140, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012140:5": { + "MonsterTemplateID": 8012140, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012140:6": { + "MonsterTemplateID": 8012140, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012141:0": { + "MonsterTemplateID": 8012141, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012141:1": { + "MonsterTemplateID": 8012141, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012141:2": { + "MonsterTemplateID": 8012141, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012141:3": { + "MonsterTemplateID": 8012141, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012141:4": { + "MonsterTemplateID": 8012141, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012141:5": { + "MonsterTemplateID": 8012141, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012141:6": { + "MonsterTemplateID": 8012141, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012142:0": { + "MonsterTemplateID": 8012142, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012142:1": { + "MonsterTemplateID": 8012142, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012142:2": { + "MonsterTemplateID": 8012142, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012142:3": { + "MonsterTemplateID": 8012142, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012142:4": { + "MonsterTemplateID": 8012142, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012142:5": { + "MonsterTemplateID": 8012142, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012142:6": { + "MonsterTemplateID": 8012142, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8015011:0": { + "MonsterTemplateID": 8015011, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015011:1": { + "MonsterTemplateID": 8015011, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015011:2": { + "MonsterTemplateID": 8015011, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015011:3": { + "MonsterTemplateID": 8015011, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015011:4": { + "MonsterTemplateID": 8015011, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015011:5": { + "MonsterTemplateID": 8015011, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8015011:6": { + "MonsterTemplateID": 8015011, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8012143:0": { + "MonsterTemplateID": 8012143, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012143:1": { + "MonsterTemplateID": 8012143, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012143:2": { + "MonsterTemplateID": 8012143, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012143:3": { + "MonsterTemplateID": 8012143, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012143:4": { + "MonsterTemplateID": 8012143, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012143:5": { + "MonsterTemplateID": 8012143, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012143:6": { + "MonsterTemplateID": 8012143, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012144:0": { + "MonsterTemplateID": 8012144, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012144:1": { + "MonsterTemplateID": 8012144, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012144:2": { + "MonsterTemplateID": 8012144, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012144:3": { + "MonsterTemplateID": 8012144, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012144:4": { + "MonsterTemplateID": 8012144, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012144:5": { + "MonsterTemplateID": 8012144, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012144:6": { + "MonsterTemplateID": 8012144, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012145:0": { + "MonsterTemplateID": 8012145, + "WorldLevel": 0, + "AvatarExpReward": 36, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012145:1": { + "MonsterTemplateID": 8012145, + "WorldLevel": 1, + "AvatarExpReward": 48, + "DisplayDropItemList": [ + 111011 + ] + }, + "8012145:2": { + "MonsterTemplateID": 8012145, + "WorldLevel": 2, + "AvatarExpReward": 60, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012145:3": { + "MonsterTemplateID": 8012145, + "WorldLevel": 3, + "AvatarExpReward": 72, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012145:4": { + "MonsterTemplateID": 8012145, + "WorldLevel": 4, + "AvatarExpReward": 84, + "DisplayDropItemList": [ + 111011, + 111012 + ] + }, + "8012145:5": { + "MonsterTemplateID": 8012145, + "WorldLevel": 5, + "AvatarExpReward": 96, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "8012145:6": { + "MonsterTemplateID": 8012145, + "WorldLevel": 6, + "AvatarExpReward": 108, + "DisplayDropItemList": [ + 111011, + 111012, + 111013 + ] + }, + "1005011:0": { + "MonsterTemplateID": 1005011, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005011:1": { + "MonsterTemplateID": 1005011, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005011:2": { + "MonsterTemplateID": 1005011, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005011:3": { + "MonsterTemplateID": 1005011, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005011:4": { + "MonsterTemplateID": 1005011, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005011:5": { + "MonsterTemplateID": 1005011, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "1005011:6": { + "MonsterTemplateID": 1005011, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002020:0": { + "MonsterTemplateID": 9002020, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002020:1": { + "MonsterTemplateID": 9002020, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002020:2": { + "MonsterTemplateID": 9002020, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002020:3": { + "MonsterTemplateID": 9002020, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002020:4": { + "MonsterTemplateID": 9002020, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002020:5": { + "MonsterTemplateID": 9002020, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002020:6": { + "MonsterTemplateID": 9002020, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002021:0": { + "MonsterTemplateID": 9002021, + "WorldLevel": 0, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002021:1": { + "MonsterTemplateID": 9002021, + "WorldLevel": 1, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002021:2": { + "MonsterTemplateID": 9002021, + "WorldLevel": 2, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002021:3": { + "MonsterTemplateID": 9002021, + "WorldLevel": 3, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002021:4": { + "MonsterTemplateID": 9002021, + "WorldLevel": 4, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002021:5": { + "MonsterTemplateID": 9002021, + "WorldLevel": 5, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "9002021:6": { + "MonsterTemplateID": 9002021, + "WorldLevel": 6, + "AvatarExpReward": 0, + "DisplayDropItemList": [] + }, + "8013012:0": { + "MonsterTemplateID": 8013012, + "WorldLevel": 0, + "AvatarExpReward": 150, + "DisplayDropItemList": [ + 111011, + 182001, + 183002 + ] + }, + "8013012:1": { + "MonsterTemplateID": 8013012, + "WorldLevel": 1, + "AvatarExpReward": 200, + "DisplayDropItemList": [ + 111011, + 111012, + 182001, + 183002 + ] + }, + "8013012:2": { + "MonsterTemplateID": 8013012, + "WorldLevel": 2, + "AvatarExpReward": 250, + "DisplayDropItemList": [ + 111011, + 111012, + 182001, + 183002 + ] + }, + "8013012:3": { + "MonsterTemplateID": 8013012, + "WorldLevel": 3, + "AvatarExpReward": 300, + "DisplayDropItemList": [ + 111011, + 111012, + 182001, + 183002 + ] + }, + "8013012:4": { + "MonsterTemplateID": 8013012, + "WorldLevel": 4, + "AvatarExpReward": 350, + "DisplayDropItemList": [ + 111012, + 111013, + 182001, + 183002 + ] + }, + "8013012:5": { + "MonsterTemplateID": 8013012, + "WorldLevel": 5, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013, + 182001, + 183002 + ] + }, + "8013012:6": { + "MonsterTemplateID": 8013012, + "WorldLevel": 6, + "AvatarExpReward": 400, + "DisplayDropItemList": [ + 111012, + 111013, + 182001, + 183002 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MonsterExcelTable.json b/CrepePackage/src/data/excel/MonsterExcelTable.json new file mode 100644 index 0000000..a6c3a48 --- /dev/null +++ b/CrepePackage/src/data/excel/MonsterExcelTable.json @@ -0,0 +1,18947 @@ +{ + "1001010": { + "MonsterID": 1001010, + "MonsterTemplateID": 1001010, + "MonsterName": { + "hash": -98569355 + }, + "MonsterIntroduction": { + "hash": -612052632 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100101001": { + "MonsterID": 100101001, + "MonsterTemplateID": 1001010, + "MonsterName": { + "hash": -98569355 + }, + "MonsterIntroduction": { + "hash": -860282585 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 128849018880 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100101002": { + "MonsterID": 100101002, + "MonsterTemplateID": 1001010, + "MonsterName": { + "hash": -98569355 + }, + "MonsterIntroduction": { + "hash": -860282582 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 1156338340 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100101003": { + "MonsterID": 100101003, + "MonsterTemplateID": 1001010, + "MonsterName": { + "hash": -951188703 + }, + "MonsterIntroduction": { + "hash": -860282583 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100101004": { + "MonsterID": 100101004, + "MonsterTemplateID": 1001010, + "MonsterName": { + "hash": -951188710 + }, + "MonsterIntroduction": { + "hash": -860282588 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "WMonster_Common_HitAddStun" + ], + "Release": false + }, + "100101005": { + "MonsterID": 100101005, + "MonsterTemplateID": 1001010, + "MonsterName": { + "hash": -98569355 + }, + "MonsterIntroduction": { + "hash": -860282589 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100101006": { + "MonsterID": 100101006, + "MonsterTemplateID": 1001010, + "MonsterName": { + "hash": -98569355 + }, + "MonsterIntroduction": { + "hash": -860282586 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100101007": { + "MonsterID": 100101007, + "MonsterTemplateID": 1001010, + "MonsterName": { + "hash": -98569355 + }, + "MonsterIntroduction": { + "hash": -860282587 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 2, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1001011": { + "MonsterID": 1001011, + "MonsterTemplateID": 1001011, + "MonsterName": { + "hash": -98569356 + }, + "MonsterIntroduction": { + "hash": -612052633 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100101101 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1001020": { + "MonsterID": 1001020, + "MonsterTemplateID": 1001020, + "MonsterName": { + "hash": 304715172 + }, + "MonsterIntroduction": { + "hash": -1015337159 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100102001": { + "MonsterID": 100102001, + "MonsterTemplateID": 1001020, + "MonsterName": { + "hash": 304715172 + }, + "MonsterIntroduction": { + "hash": 1566072792 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100102002": { + "MonsterID": 100102002, + "MonsterTemplateID": 1001020, + "MonsterName": { + "hash": 304715172 + }, + "MonsterIntroduction": { + "hash": 1566072795 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100102003": { + "MonsterID": 100102003, + "MonsterTemplateID": 1001020, + "MonsterName": { + "hash": 304715172 + }, + "MonsterIntroduction": { + "hash": 1566072794 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 1366581286 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "", + "LockTarget" + ], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100102004": { + "MonsterID": 100102004, + "MonsterTemplateID": 1001020, + "MonsterName": { + "hash": 304715172 + }, + "MonsterIntroduction": { + "hash": 1566072789 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100102005": { + "MonsterID": 100102005, + "MonsterTemplateID": 1001020, + "MonsterName": { + "hash": 304715172 + }, + "MonsterIntroduction": { + "hash": 1566072788 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100102006": { + "MonsterID": 100102006, + "MonsterTemplateID": 1001020, + "MonsterName": { + "hash": 304715172 + }, + "MonsterIntroduction": { + "hash": 1566072791 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 2, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1003011": { + "MonsterID": 1003011, + "MonsterTemplateID": 1003011, + "MonsterName": { + "hash": 183755646 + }, + "MonsterIntroduction": { + "hash": -894377635 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100301101, + 100301102, + 100301103 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID1", + "BNHLMJGNADI": 1001010 + }, + { + "IBEOHHGAGPJ": "SummonID2", + "BNHLMJGNADI": 1001010 + }, + { + "IBEOHHGAGPJ": "SummonID3", + "BNHLMJGNADI": 1001020 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100301101": { + "MonsterID": 100301101, + "MonsterTemplateID": 1003011, + "MonsterName": { + "hash": 183755646 + }, + "MonsterIntroduction": { + "hash": -1587073026 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100201201 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1003020": { + "MonsterID": 1003020, + "MonsterTemplateID": 1003020, + "MonsterName": { + "hash": -1382328294 + }, + "MonsterIntroduction": { + "hash": 671706307 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100302001, + 100302002, + 100302003, + 100302004, + 100302005 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002030 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_Common_SpecialDieEffect" + ], + "Release": false + }, + "100302001": { + "MonsterID": 100302001, + "MonsterTemplateID": 1003020, + "MonsterName": { + "hash": -1382328294 + }, + "MonsterIntroduction": { + "hash": 1403932322 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -515396075520 + }, + "SkillList": [ + 100302001, + 100302002, + 100302003, + 100302004, + 100302005 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002030 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100302003": { + "MonsterID": 100302003, + "MonsterTemplateID": 1003020, + "MonsterName": { + "hash": -1382328294 + }, + "MonsterIntroduction": { + "hash": 1403932324 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 5466320845 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 257698037760 + }, + "SkillList": [ + 100302001, + 100302002, + 100302003, + 100302004, + 100302005 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002030 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical", + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100302002": { + "MonsterID": 100302002, + "MonsterTemplateID": 1003020, + "MonsterName": { + "hash": -1382328294 + }, + "MonsterIntroduction": { + "hash": 1403932325 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3514064936 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -257698037760 + }, + "SkillList": [ + 100302001, + 100302002, + 100302003, + 100302004, + 100302005 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002030 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1004010": { + "MonsterID": 1004010, + "MonsterTemplateID": 1004010, + "MonsterName": { + "hash": 2011961614 + }, + "MonsterIntroduction": { + "hash": -1317865137 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100401001, + 100401002, + 100401003, + 100401004, + 100401005, + 100401006 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 2576980380 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_Common_SpecialDieEffect" + ], + "Release": false + }, + "100401001": { + "MonsterID": 100401001, + "MonsterTemplateID": 1004010, + "MonsterName": { + "hash": 2011961614 + }, + "MonsterIntroduction": { + "hash": 1617708526 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3681401156 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -257698037760 + }, + "SkillList": [ + 100401001, + 100401002, + 100401003, + 100401004, + 100401005, + 100401006 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 2576980380 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1005010": { + "MonsterID": 1005010, + "MonsterTemplateID": 1005010, + "MonsterName": { + "hash": 466080649 + }, + "MonsterIntroduction": { + "hash": -1176702636 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "BigBoss", + "AttackModifyRatio": { + "RawValue": 3003474926 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100501001, + 100501002, + 100501003, + 100501004, + 100501005, + 100501006, + 100501007, + 100501008, + 100501009 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "Monster_W1_CocoliaP2_00_SummonMonsterID01", + "BNHLMJGNADI": 1002013 + }, + { + "IBEOHHGAGPJ": "Monster_W1_CocoliaP2_00_SummonMonsterID02", + "BNHLMJGNADI": 1002014 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 2576980380 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002011": { + "MonsterID": 1002011, + "MonsterTemplateID": 1002011, + "MonsterName": { + "hash": 1729636611 + }, + "MonsterIntroduction": { + "hash": -1035540136 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100201101 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002012": { + "MonsterID": 1002012, + "MonsterTemplateID": 1002012, + "MonsterName": { + "hash": 1729636614 + }, + "MonsterIntroduction": { + "hash": -1035540133 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100201201 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002013": { + "MonsterID": 1002013, + "MonsterTemplateID": 1002013, + "MonsterName": { + "hash": 1729636613 + }, + "MonsterIntroduction": { + "hash": -1035540134 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 3003474926 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100201301 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002014": { + "MonsterID": 1002014, + "MonsterTemplateID": 1002014, + "MonsterName": { + "hash": 1729636608 + }, + "MonsterIntroduction": { + "hash": -1035540139 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 3003474926 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100201401 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1012010": { + "MonsterID": 1012010, + "MonsterTemplateID": 1012010, + "MonsterName": { + "hash": 1729637635 + }, + "MonsterIntroduction": { + "hash": -1035539112 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101201001, + 101201002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101201001": { + "MonsterID": 101201001, + "MonsterTemplateID": 1012010, + "MonsterName": { + "hash": 1729637635 + }, + "MonsterIntroduction": { + "hash": -1950434471 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101201001, + 101201002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101201002": { + "MonsterID": 101201002, + "MonsterTemplateID": 1012010, + "MonsterName": { + "hash": 1729637635 + }, + "MonsterIntroduction": { + "hash": -1950434470 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101201001, + 101201002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101201003": { + "MonsterID": 101201003, + "MonsterTemplateID": 1012010, + "MonsterName": { + "hash": 1729637635 + }, + "MonsterIntroduction": { + "hash": -1950434469 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 2, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101201001, + 101201002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1012020": { + "MonsterID": 1012020, + "MonsterTemplateID": 1012020, + "MonsterName": { + "hash": 1326353108 + }, + "MonsterIntroduction": { + "hash": -632254585 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101202001, + 101202002, + 101202003, + 101202004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1012021": { + "MonsterID": 1012021, + "MonsterTemplateID": 1012021, + "MonsterName": { + "hash": 1326353109 + }, + "MonsterIntroduction": { + "hash": -632254584 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101202101, + 101202102, + 101202103, + 101202104 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101202101": { + "MonsterID": 101202101, + "MonsterTemplateID": 1012021, + "MonsterName": { + "hash": 1326353109 + }, + "MonsterIntroduction": { + "hash": 1322895879 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101202101, + 101202102, + 101202103, + 101202104 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1013020": { + "MonsterID": 1013020, + "MonsterTemplateID": 1013020, + "MonsterName": { + "hash": -1382327271 + }, + "MonsterIntroduction": { + "hash": 671707330 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101302001, + 101302002, + 101302003, + 101302004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1022010": { + "MonsterID": 1022010, + "MonsterTemplateID": 1022010, + "MonsterName": { + "hash": 1729638790 + }, + "MonsterIntroduction": { + "hash": -1035537957 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 102201001, + 102201002, + 102201003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "102201001": { + "MonsterID": 102201001, + "MonsterTemplateID": 1022010, + "MonsterName": { + "hash": 1729638790 + }, + "MonsterIntroduction": { + "hash": -1950396422 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 102201001, + 102201002, + 102201003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "102201002": { + "MonsterID": 102201002, + "MonsterTemplateID": 1022010, + "MonsterName": { + "hash": 1729638790 + }, + "MonsterIntroduction": { + "hash": -1950396423 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3092376456 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 102201001, + 102201002, + 102201003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1022020": { + "MonsterID": 1022020, + "MonsterTemplateID": 1022020, + "MonsterName": { + "hash": 1326354263 + }, + "MonsterIntroduction": { + "hash": -632253430 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 102202001, + 102202002, + 102202003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_DOT_Burn", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Ice", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "102202001": { + "MonsterID": 102202001, + "MonsterTemplateID": 1022020, + "MonsterName": { + "hash": 1326354263 + }, + "MonsterIntroduction": { + "hash": 1322933961 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 102202001, + 102202002, + 102202003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_DOT_Burn", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Ice", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8001010": { + "MonsterID": 8001010, + "MonsterTemplateID": 8001010, + "MonsterName": { + "hash": -98248036 + }, + "MonsterIntroduction": { + "hash": -612306305 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_DOT_Burn", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [ + "", + "LockTarget" + ], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "800101001": { + "MonsterID": 800101001, + "MonsterTemplateID": 8001010, + "MonsterName": { + "hash": -98248036 + }, + "MonsterIntroduction": { + "hash": -868653792 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_DOT_Burn", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8002010": { + "MonsterID": 8002010, + "MonsterTemplateID": 8002010, + "MonsterName": { + "hash": 1729957931 + }, + "MonsterIntroduction": { + "hash": -1035793808 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800201001, + 800201002, + 800201003, + 800201004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "800102001": { + "MonsterID": 800102001, + "MonsterTemplateID": 8001020, + "MonsterName": { + "hash": 305036491 + }, + "MonsterIntroduction": { + "hash": 1557701585 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "800102002": { + "MonsterID": 800102002, + "MonsterTemplateID": 8001020, + "MonsterName": { + "hash": 305036491 + }, + "MonsterIntroduction": { + "hash": 1557701586 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 107374182400 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9003031": { + "MonsterID": 9003031, + "MonsterTemplateID": 9003031, + "MonsterName": { + "hash": 1346842556 + }, + "MonsterIntroduction": { + "hash": -2057464545 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID1", + "BNHLMJGNADI": 100101001 + }, + { + "IBEOHHGAGPJ": "SummonID2", + "BNHLMJGNADI": 102201002 + }, + { + "IBEOHHGAGPJ": "SummonID3", + "BNHLMJGNADI": 1022010 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002030": { + "MonsterID": 1002030, + "MonsterTemplateID": 1002030, + "MonsterName": { + "hash": -1402531270 + }, + "MonsterIntroduction": { + "hash": 2096627747 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100203001, + 100203002, + 100203003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8011010": { + "MonsterID": 8011010, + "MonsterTemplateID": 8011010, + "MonsterName": { + "hash": -98244835 + }, + "MonsterIntroduction": { + "hash": -612303104 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget" + ], + "StanceWeakList": [ + "Ice", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8011020": { + "MonsterID": 8011020, + "MonsterTemplateID": 8011020, + "MonsterName": { + "hash": 305039692 + }, + "MonsterIntroduction": { + "hash": -1015587631 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012010": { + "MonsterID": 8012010, + "MonsterTemplateID": 8012010, + "MonsterName": { + "hash": 1729961132 + }, + "MonsterIntroduction": { + "hash": -1035790607 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801201001, + 801201002, + 801201003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget02" + ], + "StanceWeakList": [ + "Physical", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801201001": { + "MonsterID": 801201001, + "MonsterTemplateID": 8012010, + "MonsterName": { + "hash": 1729961132 + }, + "MonsterIntroduction": { + "hash": -1958733808 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3722306427 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801201001, + 801201002, + 801201003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget02" + ], + "StanceWeakList": [ + "Physical", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012020": { + "MonsterID": 8012020, + "MonsterTemplateID": 8012020, + "MonsterName": { + "hash": 1326676605 + }, + "MonsterIntroduction": { + "hash": -632506080 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801202001, + 801202002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget01" + ], + "StanceWeakList": [ + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801202001": { + "MonsterID": 801202001, + "MonsterTemplateID": 8012020, + "MonsterName": { + "hash": 1326676605 + }, + "MonsterIntroduction": { + "hash": 1314596575 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3579137986 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801202001, + 801202002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget01" + ], + "StanceWeakList": [ + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012030": { + "MonsterID": 8012030, + "MonsterTemplateID": 8012030, + "MonsterName": { + "hash": -1402206750 + }, + "MonsterIntroduction": { + "hash": 2096377275 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801203001, + 801203002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8013010": { + "MonsterID": 8013010, + "MonsterTemplateID": 8013010, + "MonsterName": { + "hash": 184080167 + }, + "MonsterIntroduction": { + "hash": -894628106 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801301001, + 801301002, + 801301003, + 801301004, + 801301005 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801301001": { + "MonsterID": 801301001, + "MonsterTemplateID": 8013010, + "MonsterName": { + "hash": 184080167 + }, + "MonsterIntroduction": { + "hash": -1595338571 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3123613754 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -128849018880 + }, + "SkillList": [ + 801301001, + 801301002, + 801301003, + 801301004, + 801301005 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8003020": { + "MonsterID": 8003020, + "MonsterTemplateID": 8003020, + "MonsterName": { + "hash": -1382006975 + }, + "MonsterIntroduction": { + "hash": 671452634 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800302001, + 800302002, + 800302003, + 800302004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_DOT_Burn", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8001020": { + "MonsterID": 8001020, + "MonsterTemplateID": 8001020, + "MonsterName": { + "hash": 305036491 + }, + "MonsterIntroduction": { + "hash": -1015590832 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9001010": { + "MonsterID": 9001010, + "MonsterTemplateID": 9001010, + "MonsterName": { + "hash": -98281859 + }, + "MonsterIntroduction": { + "hash": -612340128 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "900101001": { + "MonsterID": 900101001, + "MonsterTemplateID": 9001010, + "MonsterName": { + "hash": -98281859 + }, + "MonsterIntroduction": { + "hash": -869769953 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 10737418242 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 25769803776 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 429496729600 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Ice", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "900101002": { + "MonsterID": 900101002, + "MonsterTemplateID": 9001010, + "MonsterName": { + "hash": -98281859 + }, + "MonsterIntroduction": { + "hash": -869769950 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 42949673 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296000 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "900101003": { + "MonsterID": 900101003, + "MonsterTemplateID": 9001010, + "MonsterName": { + "hash": -98281859 + }, + "MonsterIntroduction": { + "hash": -869769951 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 2863312967 + }, + "DefenceModifyRatio": { + "RawValue": 0 + }, + "HPModifyRatio": { + "RawValue": 51539607552 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "900101004": { + "MonsterID": 900101004, + "MonsterTemplateID": 9001010, + "MonsterName": { + "hash": -98281859 + }, + "MonsterIntroduction": { + "hash": -869769956 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 28633116743 + }, + "DefenceModifyRatio": { + "RawValue": 0 + }, + "HPModifyRatio": { + "RawValue": 51539607552 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "900101005": { + "MonsterID": 900101005, + "MonsterTemplateID": 9001010, + "MonsterName": { + "hash": -98281859 + }, + "MonsterIntroduction": { + "hash": -869769957 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 8589934592 + }, + "DefenceModifyRatio": { + "RawValue": 0 + }, + "HPModifyRatio": { + "RawValue": 51539607552 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": -858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "900101006": { + "MonsterID": 900101006, + "MonsterTemplateID": 9001010, + "MonsterName": { + "hash": -98281859 + }, + "MonsterIntroduction": { + "hash": -869769954 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 8589934592 + }, + "DefenceModifyRatio": { + "RawValue": 0 + }, + "HPModifyRatio": { + "RawValue": 51539607552 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": -858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9001011": { + "MonsterID": 9001011, + "MonsterTemplateID": 9001011, + "MonsterName": { + "hash": -98281860 + }, + "MonsterIntroduction": { + "hash": -612340129 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900101101, + 900101102 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "900101101": { + "MonsterID": 900101101, + "MonsterTemplateID": 9001011, + "MonsterName": { + "hash": -98281860 + }, + "MonsterIntroduction": { + "hash": -869769920 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 8589934592 + }, + "DefenceModifyRatio": { + "RawValue": 0 + }, + "HPModifyRatio": { + "RawValue": 51539607552 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900101101, + 900101102 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "9002010": { + "MonsterID": 9002010, + "MonsterTemplateID": 9002010, + "MonsterName": { + "hash": 1729924108 + }, + "MonsterIntroduction": { + "hash": -1035827631 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900201001, + 900201002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "900201001": { + "MonsterID": 900201001, + "MonsterTemplateID": 9002010, + "MonsterName": { + "hash": 1729924108 + }, + "MonsterIntroduction": { + "hash": -1959955664 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900201001, + 900201002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1023010": { + "MonsterID": 1023010, + "MonsterTemplateID": 1023010, + "MonsterName": { + "hash": 183757825 + }, + "MonsterIntroduction": { + "hash": -894375456 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 102301001, + 102301002, + 102301003, + 102301004, + 102301005 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_DOT_Burn", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1023020": { + "MonsterID": 1023020, + "MonsterTemplateID": 1023020, + "MonsterName": { + "hash": -1382326116 + }, + "MonsterIntroduction": { + "hash": 671708485 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 102302001, + 102302005, + 102302006, + 102302007, + 102302008, + 102302009, + 102302010 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002040": { + "MonsterID": 9002040, + "MonsterTemplateID": 9002040, + "MonsterName": { + "hash": 2133208635 + }, + "MonsterIntroduction": { + "hash": -1439112158 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900204001, + 900204002, + 900204003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1012030": { + "MonsterID": 1012030, + "MonsterTemplateID": 1012030, + "MonsterName": { + "hash": -1402530247 + }, + "MonsterIntroduction": { + "hash": 2096628770 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101203001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101203001": { + "MonsterID": 101203001, + "MonsterTemplateID": 1012030, + "MonsterName": { + "hash": -1402530247 + }, + "MonsterIntroduction": { + "hash": -1668109469 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101203001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical", + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101203002": { + "MonsterID": 101203002, + "MonsterTemplateID": 1012030, + "MonsterName": { + "hash": -1402530247 + }, + "MonsterIntroduction": { + "hash": -1668109468 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 2, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101203001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical", + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002060": { + "MonsterID": 9002060, + "MonsterTemplateID": 9002060, + "MonsterName": { + "hash": -998959247 + }, + "MonsterIntroduction": { + "hash": 1693055724 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900206001, + 900206002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002020": { + "MonsterID": 1002020, + "MonsterTemplateID": 1002020, + "MonsterName": { + "hash": 1326352085 + }, + "MonsterIntroduction": { + "hash": -632255608 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100202001, + 100202002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100202001": { + "MonsterID": 100202001, + "MonsterTemplateID": 1002020, + "MonsterName": { + "hash": 1326352085 + }, + "MonsterIntroduction": { + "hash": 1322862087 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100202001, + 100202002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100202002": { + "MonsterID": 100202002, + "MonsterTemplateID": 1002020, + "MonsterName": { + "hash": 1326352085 + }, + "MonsterIntroduction": { + "hash": 1322862090 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100202001, + 100202002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100202003": { + "MonsterID": 100202003, + "MonsterTemplateID": 1002020, + "MonsterName": { + "hash": 1326352085 + }, + "MonsterIntroduction": { + "hash": 1322862089 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 2, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100202001, + 100202002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8003010": { + "MonsterID": 8003010, + "MonsterTemplateID": 8003010, + "MonsterName": { + "hash": 184076966 + }, + "MonsterIntroduction": { + "hash": -894631307 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800301001, + 800301002, + 800301003, + 800301004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8003011": { + "MonsterID": 8003011, + "MonsterTemplateID": 8003011, + "MonsterName": { + "hash": 184076967 + }, + "MonsterIntroduction": { + "hash": -894631306 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800301101, + 800301102, + 800301103 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8003030": { + "MonsterID": 8003030, + "MonsterTemplateID": 8003030, + "MonsterName": { + "hash": 1346876380 + }, + "MonsterIntroduction": { + "hash": -2057430721 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800303001, + 800303002, + 800303003, + 800303004, + 800303005, + 800303006, + 800303007, + 800303008 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9003060": { + "MonsterID": 9003060, + "MonsterTemplateID": 9003060, + "MonsterName": { + "hash": 587327670 + }, + "MonsterIntroduction": { + "hash": -1297949657 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900306001, + 900306002, + 900306003, + 900306004, + 900306005 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9001021": { + "MonsterID": 9001021, + "MonsterTemplateID": 9001021, + "MonsterName": { + "hash": 305002667 + }, + "MonsterIntroduction": { + "hash": -1015624656 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900102101 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Ice", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1004030": { + "MonsterID": 1004030, + "MonsterTemplateID": 1004030, + "MonsterName": { + "hash": 849162200 + }, + "MonsterIntroduction": { + "hash": -155065723 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100403001, + 100403002, + 100403003, + 100403004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_Common_SpecialDieEffect" + ], + "Release": false + }, + "9002070": { + "MonsterID": 9002070, + "MonsterTemplateID": 9002070, + "MonsterName": { + "hash": 567124694 + }, + "MonsterIntroduction": { + "hash": 126971783 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900207001, + 900207002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002080": { + "MonsterID": 9002080, + "MonsterTemplateID": 9002080, + "MonsterName": { + "hash": -192390193 + }, + "MonsterIntroduction": { + "hash": 886486670 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900208001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002090": { + "MonsterID": 9002090, + "MonsterTemplateID": 9002090, + "MonsterName": { + "hash": 1373693748 + }, + "MonsterIntroduction": { + "hash": -679597271 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900209001, + 900209002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002100": { + "MonsterID": 9002100, + "MonsterTemplateID": 9002100, + "MonsterName": { + "hash": 163840198 + }, + "MonsterIntroduction": { + "hash": 530256341 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900210001, + 900210002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9003070": { + "MonsterID": 9003070, + "MonsterTemplateID": 9003070, + "MonsterName": { + "hash": -978756271 + }, + "MonsterIntroduction": { + "hash": 268134284 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900307001, + 900307002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002110": { + "MonsterID": 9002110, + "MonsterTemplateID": 9002110, + "MonsterName": { + "hash": 1729924139 + }, + "MonsterIntroduction": { + "hash": -1035827600 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900211001, + 900211002, + 900211003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9003080": { + "MonsterID": 9003080, + "MonsterTemplateID": 9003080, + "MonsterName": { + "hash": 1393896724 + }, + "MonsterIntroduction": { + "hash": -2104518711 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900308001, + 900308002, + 900308003, + 900308004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002120": { + "MonsterID": 9002120, + "MonsterTemplateID": 9002120, + "MonsterName": { + "hash": 1326639612 + }, + "MonsterIntroduction": { + "hash": -632543073 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900212001, + 900212002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002130": { + "MonsterID": 9002130, + "MonsterTemplateID": 9002130, + "MonsterName": { + "hash": -1402243743 + }, + "MonsterIntroduction": { + "hash": 2096340282 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900213001, + 900213002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Ice", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9004010": { + "MonsterID": 9004010, + "MonsterTemplateID": 9004010, + "MonsterName": { + "hash": 2012249110 + }, + "MonsterIntroduction": { + "hash": -1318152633 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900401001, + 900401002, + 900401003, + 900401004, + 900401005, + 900401006, + 900401007, + 900401008, + 900401009 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Stun", + "Value": { + "RawValue": 4294967296 + } + }, + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "9004011": { + "MonsterID": 9004011, + "MonsterTemplateID": 9004011, + "MonsterName": { + "hash": 2012249109 + }, + "MonsterIntroduction": { + "hash": -1318152634 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Stun", + "Value": { + "RawValue": 4294967296 + } + }, + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical" + ], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "9001990": { + "MonsterID": 9001990, + "MonsterTemplateID": 9001990, + "MonsterName": { + "hash": -454512452 + }, + "MonsterIntroduction": { + "hash": -256109473 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900199001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical", + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9001980": { + "MonsterID": 9001980, + "MonsterTemplateID": 9001980, + "MonsterName": { + "hash": 1111571489 + }, + "MonsterIntroduction": { + "hash": -1822193414 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900198001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical", + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012011": { + "MonsterID": 8012011, + "MonsterTemplateID": 8012011, + "MonsterName": { + "hash": 1729961131 + }, + "MonsterIntroduction": { + "hash": -1035790608 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801201101, + 801201102, + 801201103 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8001030": { + "MonsterID": 8001030, + "MonsterTemplateID": 8001030, + "MonsterName": { + "hash": -1261047450 + }, + "MonsterIntroduction": { + "hash": 550493109 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800103001, + 800103002, + 800103003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1005011": { + "MonsterID": 1005011, + "MonsterTemplateID": 1005011, + "MonsterName": { + "hash": 466080648 + }, + "MonsterIntroduction": { + "hash": -1176702637 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "BigBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100501101, + 100501102, + 100501103, + 100501104, + 100501105, + 100501106, + 100501107, + 100501108, + 100501109, + 100501110 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "Monster_W1_CocoliaP2_00_SummonMonsterID01", + "BNHLMJGNADI": 1002013 + }, + { + "IBEOHHGAGPJ": "Monster_W1_CocoliaP2_00_SummonMonsterID02", + "BNHLMJGNADI": 1002014 + }, + { + "IBEOHHGAGPJ": "Cocolia_ChangePhase_InsertController", + "BNHLMJGNADI": 1 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 2576980380 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_Common_PassiveSkill_RemoveOneMorePerturn", + "Monster_W1_CocoliaP2_00_SpecialAbility_M3_3_2" + ], + "Release": false + }, + "801101001": { + "MonsterID": 801101001, + "MonsterTemplateID": 8011010, + "MonsterName": { + "hash": -98244835 + }, + "MonsterIntroduction": { + "hash": -868548097 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 5010796613 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget" + ], + "StanceWeakList": [ + "Ice", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801102001": { + "MonsterID": 801102001, + "MonsterTemplateID": 8011020, + "MonsterName": { + "hash": 305039692 + }, + "MonsterIntroduction": { + "hash": 1557807280 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 5010796613 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801201002": { + "MonsterID": 801201002, + "MonsterTemplateID": 8012010, + "MonsterName": { + "hash": 1729961132 + }, + "MonsterIntroduction": { + "hash": -1958733805 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 9448928052 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801201001, + 801201002, + 801201003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget02", + "LockTarge801201002" + ], + "StanceWeakList": [ + "Physical", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801202002": { + "MonsterID": 801202002, + "MonsterTemplateID": 8012020, + "MonsterName": { + "hash": 1326676605 + }, + "MonsterIntroduction": { + "hash": 1314596578 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801202001, + 801202002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget01" + ], + "StanceWeakList": [ + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1014010": { + "MonsterID": 1014010, + "MonsterTemplateID": 1014010, + "MonsterName": { + "hash": 2011962637 + }, + "MonsterIntroduction": { + "hash": -1317864114 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101401001, + 101401002, + 101401003, + 101401004, + 101401005, + 101401006, + 101401007, + 101401008, + 101401009, + 101401010, + 101401011 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_Common_SpecialDieEffect" + ], + "Release": false + }, + "1012040": { + "MonsterID": 1012040, + "MonsterTemplateID": 1012040, + "MonsterName": { + "hash": 2132922162 + }, + "MonsterIntroduction": { + "hash": -1438823639 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101204001, + 101204002, + 101204003, + 101204004, + 101204005, + 101204006, + 101204007 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 2147483650 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101401001": { + "MonsterID": 101401001, + "MonsterTemplateID": 1014010, + "MonsterName": { + "hash": 2011962637 + }, + "MonsterIntroduction": { + "hash": 1617742351 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3758096386 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -257698037760 + }, + "SkillList": [ + 101401001, + 101401002, + 101401003, + 101401004, + 101401005, + 101401006, + 101401007, + 101401008, + 101401009, + 101401010, + 101401011 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002140": { + "MonsterID": 9002140, + "MonsterTemplateID": 9002140, + "MonsterName": { + "hash": 2133208666 + }, + "MonsterIntroduction": { + "hash": -1439112127 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900214001, + 900214002, + 900214003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Stun", + "Value": { + "RawValue": 4294967296 + } + }, + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice" + ], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "8013020": { + "MonsterID": 8013020, + "MonsterTemplateID": 8013020, + "MonsterName": { + "hash": -1382003774 + }, + "MonsterIntroduction": { + "hash": 671455835 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801302001, + 801302002, + 801302003, + 801302004, + 801302005, + 801302006, + 801302007 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1014011": { + "MonsterID": 1014011, + "MonsterTemplateID": 1014011, + "MonsterName": { + "hash": 2011962638 + }, + "MonsterIntroduction": { + "hash": -1317864113 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101401101, + 101401102, + 101401103, + 101401104, + 101401105, + 101401106, + 101401107, + 101401108, + 101401109, + 101401110, + 101401111, + 101401112, + 101401113, + 101401114 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1012041": { + "MonsterID": 1012041, + "MonsterTemplateID": 1012041, + "MonsterName": { + "hash": 2132922163 + }, + "MonsterIntroduction": { + "hash": -1438823638 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101204101, + 101204102, + 101204103, + 101204104, + 101204105, + 101204106, + 101204107 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 2147483650 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1003010": { + "MonsterID": 1003010, + "MonsterTemplateID": 1003010, + "MonsterName": { + "hash": 183755647 + }, + "MonsterIntroduction": { + "hash": -894377634 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100301001, + 100301002, + 100301003, + 100301004 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002040 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002040 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100301001": { + "MonsterID": 100301001, + "MonsterTemplateID": 1003010, + "MonsterName": { + "hash": -1677979179 + }, + "MonsterIntroduction": { + "hash": -1587073059 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3435973840 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100301001, + 100301002, + 100301003, + 100301004 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002040 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002040 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1012011": { + "MonsterID": 1012011, + "MonsterTemplateID": 1012011, + "MonsterName": { + "hash": 1729637636 + }, + "MonsterIntroduction": { + "hash": -1035539111 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101201101, + 101201102 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101302002": { + "MonsterID": 101302002, + "MonsterTemplateID": 1013020, + "MonsterName": { + "hash": -1382327271 + }, + "MonsterIntroduction": { + "hash": 1403966148 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 780902367 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 214748364800 + }, + "StanceModifyValue": { + "RawValue": -773094113280 + }, + "SkillList": [ + 101302001, + 101302002, + 101302003, + 101302004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101301002": { + "MonsterID": 101301002, + "MonsterTemplateID": 1013010, + "MonsterName": { + "hash": 183756670 + }, + "MonsterIntroduction": { + "hash": -1587039233 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3964585532 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -515396075520 + }, + "SkillList": [ + 101301001, + 101301002, + 101301003, + 101301004, + 101301005, + 101301009 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "Monster_RO_015_SummonID", + "BNHLMJGNADI": 1012021 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Fire", + "Ice", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "800302001": { + "MonsterID": 800302001, + "MonsterTemplateID": 8003020, + "MonsterName": { + "hash": -1382006975 + }, + "MonsterIntroduction": { + "hash": 1395561115 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3865470570 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -386547056640 + }, + "SkillList": [ + 800302001, + 800302002, + 800302003, + 800302004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_DOT_Burn", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "800301001": { + "MonsterID": 800301001, + "MonsterTemplateID": 8003010, + "MonsterName": { + "hash": 184076966 + }, + "MonsterIntroduction": { + "hash": -1595444266 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3221225475 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -386547056640 + }, + "SkillList": [ + 800301001, + 800301002, + 800301003, + 800301004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101302001": { + "MonsterID": 101302001, + "MonsterTemplateID": 1013020, + "MonsterName": { + "hash": -1382327271 + }, + "MonsterIntroduction": { + "hash": 1403966147 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3514064936 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -515396075520 + }, + "SkillList": [ + 101302001, + 101302002, + 101302003, + 101302004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101301003": { + "MonsterID": 101301003, + "MonsterTemplateID": 1013010, + "MonsterName": { + "hash": 183756670 + }, + "MonsterIntroduction": { + "hash": -1587039232 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -257698037760 + }, + "SkillList": [ + 101301001, + 101301002, + 101301003, + 101301004, + 101301005, + 101301009 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "Monster_RO_015_SummonID", + "BNHLMJGNADI": 1012021 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Fire", + "Ice", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "800303001": { + "MonsterID": 800303001, + "MonsterTemplateID": 8003030, + "MonsterName": { + "hash": 1346876380 + }, + "MonsterIntroduction": { + "hash": -1313119264 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3904516118 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -257698037760 + }, + "SkillList": [ + 800303001, + 800303002, + 800303003, + 800303004, + 800303005, + 800303006, + 800303007, + 800303008 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100403001": { + "MonsterID": 100403001, + "MonsterTemplateID": 1004030, + "MonsterName": { + "hash": 849162200 + }, + "MonsterIntroduction": { + "hash": 1335383524 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3221225475 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -257698037760 + }, + "SkillList": [ + 100403001, + 100403002, + 100403003, + 100403004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_W1_Bronya_00_PassiveSkill_M1LockHP" + ], + "Release": false + }, + "1003021": { + "MonsterID": 1003021, + "MonsterTemplateID": 1003021, + "MonsterName": { + "hash": -1382328295 + }, + "MonsterIntroduction": { + "hash": 671706306 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100302101, + 100302102, + 100302103, + 100302104, + 100302105 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002050 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_W1_Gepard_00_PassiveSkill_M0SpecialVictory" + ], + "Release": false + }, + "1013021": { + "MonsterID": 1013021, + "MonsterTemplateID": 1013021, + "MonsterName": { + "hash": -1382327270 + }, + "MonsterIntroduction": { + "hash": 671707331 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101302101, + 101302102, + 101302103, + 101302104, + 101302105 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "102301001": { + "MonsterID": 102301001, + "MonsterTemplateID": 1023010, + "MonsterName": { + "hash": 183757825 + }, + "MonsterIntroduction": { + "hash": -1587001185 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 1952255913 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -1030792151040 + }, + "SkillList": [ + 102301001, + 102301002, + 102301003, + 102301004, + 102301005 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_DOT_Burn", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8002040": { + "MonsterID": 8002040, + "MonsterTemplateID": 8002040, + "MonsterName": { + "hash": 2133242458 + }, + "MonsterIntroduction": { + "hash": -1439078335 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800204001, + 800204002, + 800204003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Quantum", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801203001": { + "MonsterID": 801203001, + "MonsterTemplateID": 8012030, + "MonsterName": { + "hash": -1402206750 + }, + "MonsterIntroduction": { + "hash": -1676408806 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 12271335748 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801203001, + 801203002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "", + "LockTarget801203001" + ], + "StanceWeakList": [ + "Fire", + "Ice", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "800201001": { + "MonsterID": 800201001, + "MonsterTemplateID": 8002010, + "MonsterName": { + "hash": 1729957931 + }, + "MonsterIntroduction": { + "hash": -1958839503 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3340531079 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800201001, + 800201002, + 800201003, + 800201004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1013010": { + "MonsterID": 1013010, + "MonsterTemplateID": 1013010, + "MonsterName": { + "hash": 183756670 + }, + "MonsterIntroduction": { + "hash": -894376611 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101301001, + 101301002, + 101301003, + 101301004, + 101301005, + 101301009 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "Monster_RO_015_SummonID", + "BNHLMJGNADI": 1012021 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Fire", + "Ice", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101301001": { + "MonsterID": 101301001, + "MonsterTemplateID": 1013010, + "MonsterName": { + "hash": 183756670 + }, + "MonsterIntroduction": { + "hash": -1587039234 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3303821990 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -257698037760 + }, + "SkillList": [ + 101301001, + 101301002, + 101301003, + 101301004, + 101301005, + 101301009 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "Monster_RO_015_SummonID", + "BNHLMJGNADI": 101203001 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical", + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002141": { + "MonsterID": 9002141, + "MonsterTemplateID": 9002141, + "MonsterName": { + "hash": 2133208667 + }, + "MonsterIntroduction": { + "hash": -1439112126 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900214107, + 900214108 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Stun", + "Value": { + "RawValue": 4294967296 + } + }, + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "9002142": { + "MonsterID": 9002142, + "MonsterTemplateID": 9002142, + "MonsterName": { + "hash": 2133208668 + }, + "MonsterIntroduction": { + "hash": -1439112125 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900214204, + 900214205, + 900214206 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Stun", + "Value": { + "RawValue": 4294967296 + } + }, + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire" + ], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "2011010": { + "MonsterID": 2011010, + "MonsterTemplateID": 2011010, + "MonsterName": { + "hash": -98460457 + }, + "MonsterIntroduction": { + "hash": -611943734 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 201101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "2011020": { + "MonsterID": 2011020, + "MonsterTemplateID": 2011020, + "MonsterName": { + "hash": 304824070 + }, + "MonsterIntroduction": { + "hash": -1015228261 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 201102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "2012010": { + "MonsterID": 2012010, + "MonsterTemplateID": 2012010, + "MonsterName": { + "hash": 1729745510 + }, + "MonsterIntroduction": { + "hash": -1035431237 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 201201001, + 201201002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1005012": { + "MonsterID": 1005012, + "MonsterTemplateID": 1005012, + "MonsterName": { + "hash": 466080651 + }, + "MonsterIntroduction": { + "hash": -1176702634 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "BigBoss", + "AttackModifyRatio": { + "RawValue": 3003474926 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100501201, + 100501202, + 100501203, + 100501204, + 100501205, + 100501206, + 100501207, + 100501208, + 100501209, + 100501210 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "Monster_W1_CocoliaP2_00_SummonMonsterID01", + "BNHLMJGNADI": 1002017 + }, + { + "IBEOHHGAGPJ": "Monster_W1_CocoliaP2_00_SummonMonsterID02", + "BNHLMJGNADI": 1002018 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 2576980380 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002017": { + "MonsterID": 1002017, + "MonsterTemplateID": 1002017, + "MonsterName": { + "hash": 1729636609 + }, + "MonsterIntroduction": { + "hash": -1035540138 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 3003474926 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100201701 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002018": { + "MonsterID": 1002018, + "MonsterTemplateID": 1002018, + "MonsterName": { + "hash": 1729636620 + }, + "MonsterIntroduction": { + "hash": -1035540143 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 3003474926 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100201801 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "2021010": { + "MonsterID": 2021010, + "MonsterTemplateID": 2021010, + "MonsterName": { + "hash": -98465836 + }, + "MonsterIntroduction": { + "hash": -611949113 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 202101001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "2021020": { + "MonsterID": 2021020, + "MonsterTemplateID": 2021020, + "MonsterName": { + "hash": 304818691 + }, + "MonsterIntroduction": { + "hash": -1015233640 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Minion", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 202102001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012021": { + "MonsterID": 8012021, + "MonsterTemplateID": 8012021, + "MonsterName": { + "hash": 1326676604 + }, + "MonsterIntroduction": { + "hash": -632506081 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801202101, + 801202102 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget01" + ], + "StanceWeakList": [ + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8013011": { + "MonsterID": 8013011, + "MonsterTemplateID": 8013011, + "MonsterName": { + "hash": 184080166 + }, + "MonsterIntroduction": { + "hash": -894628107 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801202101": { + "MonsterID": 801202101, + "MonsterTemplateID": 8012021, + "MonsterName": { + "hash": 1326676604 + }, + "MonsterIntroduction": { + "hash": 1314596480 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": -42949672960 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801202101, + 801202102 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget01" + ], + "StanceWeakList": [ + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1004011": { + "MonsterID": 1004011, + "MonsterTemplateID": 1004011, + "MonsterName": { + "hash": 2011961613 + }, + "MonsterIntroduction": { + "hash": -1317865138 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100401101, + 100401102, + 100401103, + 100401104, + 100401105, + 100401106, + 100401107 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 2576980380 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_Common_SpecialDieEffect" + ], + "Release": false + }, + "1002015": { + "MonsterID": 1002015, + "MonsterTemplateID": 1002015, + "MonsterName": { + "hash": 1729636607 + }, + "MonsterIntroduction": { + "hash": -1035540140 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100201501 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002016": { + "MonsterID": 1002016, + "MonsterTemplateID": 1002016, + "MonsterName": { + "hash": 1729636610 + }, + "MonsterIntroduction": { + "hash": -1035540137 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100201601 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1004031": { + "MonsterID": 1004031, + "MonsterTemplateID": 1004031, + "MonsterName": { + "hash": 849162199 + }, + "MonsterIntroduction": { + "hash": -155065724 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100403101, + 100403102, + 100403103, + 100403104 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_Common_SpecialDieEffect" + ], + "Release": false + }, + "801203002": { + "MonsterID": 801203002, + "MonsterTemplateID": 8012030, + "MonsterName": { + "hash": -1402206750 + }, + "MonsterIntroduction": { + "hash": -1676408803 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 12271335748 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801203001, + 801203002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "", + "LockTarget801203002" + ], + "StanceWeakList": [ + "Fire", + "Ice", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "800204001": { + "MonsterID": 800204001, + "MonsterTemplateID": 8002040, + "MonsterName": { + "hash": 2133242458 + }, + "MonsterIntroduction": { + "hash": 467515874 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800204001, + 800204002, + 800204003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Quantum", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8002050": { + "MonsterID": 8002050, + "MonsterTemplateID": 8002050, + "MonsterName": { + "hash": -595640897 + }, + "MonsterIntroduction": { + "hash": 1289805020 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800205001, + 800205002, + 800205003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Quantum", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "800303002": { + "MonsterID": 800303002, + "MonsterTemplateID": 8003030, + "MonsterName": { + "hash": 1346876380 + }, + "MonsterIntroduction": { + "hash": -1313119263 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 2863312967 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2342711390 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -515396075520 + }, + "SkillList": [ + 800303001, + 800303002, + 800303003, + 800303004, + 800303005, + 800303006, + 800303007, + 800303008 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801201003": { + "MonsterID": 801201003, + "MonsterTemplateID": 8012010, + "MonsterName": { + "hash": 1729961132 + }, + "MonsterIntroduction": { + "hash": -1958733806 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 9448928052 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801201001, + 801201002, + 801201003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget02", + "LockTarge801201003" + ], + "StanceWeakList": [ + "Physical", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002040": { + "MonsterID": 1002040, + "MonsterTemplateID": 1002040, + "MonsterName": { + "hash": 2132921139 + }, + "MonsterIntroduction": { + "hash": -1438824662 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100204001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100204001": { + "MonsterID": 100204001, + "MonsterTemplateID": 1002040, + "MonsterName": { + "hash": 2132921139 + }, + "MonsterIntroduction": { + "hash": 475887081 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 128849018880 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100204001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100204002": { + "MonsterID": 100204002, + "MonsterTemplateID": 1002040, + "MonsterName": { + "hash": 2132921139 + }, + "MonsterIntroduction": { + "hash": 475887084 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 1156338340 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100204001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100204003": { + "MonsterID": 100204003, + "MonsterTemplateID": 1002040, + "MonsterName": { + "hash": 1958746443 + }, + "MonsterIntroduction": { + "hash": 475887083 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100204001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100204004": { + "MonsterID": 100204004, + "MonsterTemplateID": 1002040, + "MonsterName": { + "hash": 1958746436 + }, + "MonsterIntroduction": { + "hash": 475887078 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100204001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "WMonster_Common_HitAddStun" + ], + "Release": false + }, + "100204005": { + "MonsterID": 100204005, + "MonsterTemplateID": 1002040, + "MonsterName": { + "hash": 2132921139 + }, + "MonsterIntroduction": { + "hash": 475887077 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100204001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100204006": { + "MonsterID": 100204006, + "MonsterTemplateID": 1002040, + "MonsterName": { + "hash": 2132921139 + }, + "MonsterIntroduction": { + "hash": 475887080 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100204001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100204007": { + "MonsterID": 100204007, + "MonsterTemplateID": 1002040, + "MonsterName": { + "hash": 2132921139 + }, + "MonsterIntroduction": { + "hash": 475887079 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 2, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100204001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002041": { + "MonsterID": 1002041, + "MonsterTemplateID": 1002041, + "MonsterName": { + "hash": 2132921138 + }, + "MonsterIntroduction": { + "hash": -1438824663 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100204101 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Wind", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1002050": { + "MonsterID": 1002050, + "MonsterTemplateID": 1002050, + "MonsterName": { + "hash": -595962216 + }, + "MonsterIntroduction": { + "hash": 1290058693 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100205001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100205001": { + "MonsterID": 100205001, + "MonsterTemplateID": 1002050, + "MonsterName": { + "hash": -595962216 + }, + "MonsterIntroduction": { + "hash": 1779848996 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100205001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100205002": { + "MonsterID": 100205002, + "MonsterTemplateID": 1002050, + "MonsterName": { + "hash": -595962216 + }, + "MonsterIntroduction": { + "hash": 1779848999 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100205001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100205003": { + "MonsterID": 100205003, + "MonsterTemplateID": 1002050, + "MonsterName": { + "hash": -595962216 + }, + "MonsterIntroduction": { + "hash": 1779848998 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 1366581286 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100205001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "", + "LockTarget" + ], + "StanceWeakList": [ + "Physical", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100205004": { + "MonsterID": 100205004, + "MonsterTemplateID": 1002050, + "MonsterName": { + "hash": -595962216 + }, + "MonsterIntroduction": { + "hash": 1779848993 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100205001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100205005": { + "MonsterID": 100205005, + "MonsterTemplateID": 1002050, + "MonsterName": { + "hash": -595962216 + }, + "MonsterIntroduction": { + "hash": 1779848992 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100205001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100205006": { + "MonsterID": 100205006, + "MonsterTemplateID": 1002050, + "MonsterName": { + "hash": -595962216 + }, + "MonsterIntroduction": { + "hash": 1779848995 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 2, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100205001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1004020": { + "MonsterID": 1004020, + "MonsterTemplateID": 1004020, + "MonsterName": { + "hash": -716921741 + }, + "MonsterIntroduction": { + "hash": 1411018218 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100402001, + 100402002, + 100402003, + 100402004, + 100402005 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002030 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_Common_SpecialDieEffect" + ], + "Release": false + }, + "100402001": { + "MonsterID": 100402001, + "MonsterTemplateID": 1004020, + "MonsterName": { + "hash": -716921741 + }, + "MonsterIntroduction": { + "hash": 31421609 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -515396075520 + }, + "SkillList": [ + 100402001, + 100402002, + 100402003, + 100402004, + 100402005 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002030 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100402003": { + "MonsterID": 100402003, + "MonsterTemplateID": 1004020, + "MonsterName": { + "hash": -716921741 + }, + "MonsterIntroduction": { + "hash": 31421611 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 5466320845 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 257698037760 + }, + "SkillList": [ + 100402001, + 100402002, + 100402003, + 100402004, + 100402005 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002030 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Physical", + "Fire", + "Ice", + "Imaginary", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100402002": { + "MonsterID": 100402002, + "MonsterTemplateID": 1004020, + "MonsterName": { + "hash": -716921741 + }, + "MonsterIntroduction": { + "hash": 31421612 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3904516118 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": -257698037760 + }, + "SkillList": [ + 100402001, + 100402002, + 100402003, + 100402004, + 100402005 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002030 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "1004021": { + "MonsterID": 1004021, + "MonsterTemplateID": 1004021, + "MonsterName": { + "hash": -716921742 + }, + "MonsterIntroduction": { + "hash": 1411018217 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "LittleBoss", + "AttackModifyRatio": { + "RawValue": 3579137986 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100402101, + 100402102, + 100402103, + 100402104, + 100402105 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002050 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002050 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [ + "Monster_W1_Gepard_00_PassiveSkill_M0SpecialVictory" + ], + "Release": false + }, + "8003050": { + "MonsterID": 8003050, + "MonsterTemplateID": 8003050, + "MonsterName": { + "hash": -2141521862 + }, + "MonsterIntroduction": { + "hash": 1430967521 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 800305001, + 800305002, + 800305003, + 800305004, + 800305005, + 800305006 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8015010": { + "MonsterID": 8015010, + "MonsterTemplateID": 8015010, + "MonsterName": { + "hash": 466405169 + }, + "MonsterIntroduction": { + "hash": -1176953108 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "BigBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801501001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "8015011": { + "MonsterID": 8015011, + "MonsterTemplateID": 8015011, + "MonsterName": { + "hash": 466405168 + }, + "MonsterIntroduction": { + "hash": -1176953109 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "BigBoss", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801501101 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "PartEntity1_MonsterID", + "BNHLMJGNADI": 8012143 + }, + { + "IBEOHHGAGPJ": "PartEntity2_MonsterID", + "BNHLMJGNADI": 8012144 + }, + { + "IBEOHHGAGPJ": "PartEntity3_MonsterID", + "BNHLMJGNADI": 8012145 + }, + { + "IBEOHHGAGPJ": "_IsWeeklyBoss", + "BNHLMJGNADI": 0 + } + ], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [ + "Monster_Common_SpecialDieEffect" + ], + "Release": false + }, + "8012140": { + "MonsterID": 8012140, + "MonsterTemplateID": 8012140, + "MonsterName": { + "hash": 2133245562 + }, + "MonsterIntroduction": { + "hash": -1439075231 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801214001, + 801214002, + 801214003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 1717986920 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012141": { + "MonsterID": 8012141, + "MonsterTemplateID": 8012141, + "MonsterName": { + "hash": 2133245563 + }, + "MonsterIntroduction": { + "hash": -1439075230 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801214101, + 801214102, + 801214103, + 801214104, + 801214105, + 801214106, + 801214107 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 1717986920 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012142": { + "MonsterID": 8012142, + "MonsterTemplateID": 8012142, + "MonsterName": { + "hash": 2133245564 + }, + "MonsterIntroduction": { + "hash": -1439075229 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801214201, + 801214202, + 801214203 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire" + ], + "DamageTypeResistance": [ + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 1717986920 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012143": { + "MonsterID": 8012143, + "MonsterTemplateID": 8012143, + "MonsterName": { + "hash": 2133245565 + }, + "MonsterIntroduction": { + "hash": -1439075228 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801214301, + 801214302, + 801214303 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Ice" + ], + "DamageTypeResistance": [ + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 1717986920 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012144": { + "MonsterID": 8012144, + "MonsterTemplateID": 8012144, + "MonsterName": { + "hash": 2133245558 + }, + "MonsterIntroduction": { + "hash": -1439075235 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801214401, + 801214402, + 801214403, + 801214404, + 801214405, + 801214406, + 801214407 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 1717986920 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8012145": { + "MonsterID": 8012145, + "MonsterTemplateID": 8012145, + "MonsterName": { + "hash": 2133245559 + }, + "MonsterIntroduction": { + "hash": -1439075234 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 2147483650 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801214501, + 801214502, + 801214503 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Fire" + ], + "DamageTypeResistance": [ + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 1717986920 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 1717986920 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "801201004": { + "MonsterID": 801201004, + "MonsterTemplateID": 8012010, + "MonsterName": { + "hash": 1729961132 + }, + "MonsterIntroduction": { + "hash": -1958733811 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3722306427 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801201001, + 801201002, + 801201003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "LockTarget02", + "LockTarge801201004" + ], + "StanceWeakList": [ + "Physical", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100301002": { + "MonsterID": 100301002, + "MonsterTemplateID": 1003010, + "MonsterName": { + "hash": -1677979178 + }, + "MonsterIntroduction": { + "hash": -1587073056 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2576980380 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100301001, + 100301002, + 100301003, + 100301004 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "SummonID01", + "BNHLMJGNADI": 1002040 + }, + { + "IBEOHHGAGPJ": "SummonID02", + "BNHLMJGNADI": 1002040 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9003020": { + "MonsterID": 9003020, + "MonsterTemplateID": 9003020, + "MonsterName": { + "hash": -1382040798 + }, + "MonsterIntroduction": { + "hash": 671418811 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900302001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [], + "DamageTypeResistance": [], + "AbilityNameList": [], + "Release": false + }, + "9002020": { + "MonsterID": 9002020, + "MonsterTemplateID": 9002020, + "MonsterName": { + "hash": 1326639581 + }, + "MonsterIntroduction": { + "hash": -632543104 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900202001, + 900202002, + 900202003 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "9002021": { + "MonsterID": 9002021, + "MonsterTemplateID": 9002021, + "MonsterName": { + "hash": 1326639580 + }, + "MonsterIntroduction": { + "hash": -632543105 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 900202101, + 900202102, + 900202103 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [ + { + "Key": "STAT_CTRL_Frozen", + "Value": { + "RawValue": 4294967296 + } + } + ], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "8013012": { + "MonsterID": 8013012, + "MonsterTemplateID": 8013012, + "MonsterName": { + "hash": 184080169 + }, + "MonsterIntroduction": { + "hash": -894628104 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 801301201, + 801301202, + 801301203, + 801301204, + 801301205 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Physical", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101202001": { + "MonsterID": 101202001, + "MonsterTemplateID": 1012020, + "MonsterName": { + "hash": 1676387614 + }, + "MonsterIntroduction": { + "hash": 1322895912 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 7158280263 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 20043182151 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 128849018880 + }, + "SkillList": [ + 101202001, + 101202002, + 101202003, + 101202004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101202002": { + "MonsterID": 101202002, + "MonsterTemplateID": 1012020, + "MonsterName": { + "hash": 1676387617 + }, + "MonsterIntroduction": { + "hash": 1322895913 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 7158280263 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 20043182151 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 128849018880 + }, + "SkillList": [ + 101202001, + 101202002, + 101202003, + 101202004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101202003": { + "MonsterID": 101202003, + "MonsterTemplateID": 1012020, + "MonsterName": { + "hash": 1676387616 + }, + "MonsterIntroduction": { + "hash": 1322895914 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101202001, + 101202002, + 101202003, + 101202004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101202102": { + "MonsterID": 101202102, + "MonsterTemplateID": 1012021, + "MonsterName": { + "hash": 1676387648 + }, + "MonsterIntroduction": { + "hash": 1322895882 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 10021588928 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101202101, + 101202102, + 101202103, + 101202104 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101203003": { + "MonsterID": 101203003, + "MonsterTemplateID": 1012030, + "MonsterName": { + "hash": -1032292763 + }, + "MonsterIntroduction": { + "hash": -1668109467 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 15339170759 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 128849018880 + }, + "SkillList": [ + 101203001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101203004": { + "MonsterID": 101203004, + "MonsterTemplateID": 1012030, + "MonsterName": { + "hash": -1032292768 + }, + "MonsterIntroduction": { + "hash": -1668109474 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101203001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101301005": { + "MonsterID": 101301005, + "MonsterTemplateID": 1013010, + "MonsterName": { + "hash": -1678013008 + }, + "MonsterIntroduction": { + "hash": -1587039238 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101301001, + 101301002, + 101301003, + 101301004, + 101301005, + 101301009 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "Monster_RO_015_SummonID", + "BNHLMJGNADI": 101202102 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Fire", + "Ice", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101301006": { + "MonsterID": 101301006, + "MonsterTemplateID": 1013010, + "MonsterName": { + "hash": -1678013005 + }, + "MonsterIntroduction": { + "hash": -1587039237 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101301001, + 101301002, + 101301003, + 101301004, + 101301005, + 101301009 + ], + "CustomValues": [ + { + "IBEOHHGAGPJ": "Monster_RO_015_SummonID", + "BNHLMJGNADI": 101202102 + } + ], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Fire", + "Ice", + "Thunder" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Imaginary", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101302003": { + "MonsterID": 101302003, + "MonsterTemplateID": 1013020, + "MonsterName": { + "hash": 1595317381 + }, + "MonsterIntroduction": { + "hash": 1403966149 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 5368709121 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4685418481 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": -171798691840 + }, + "StanceModifyValue": { + "RawValue": 257698037760 + }, + "SkillList": [ + 101302001, + 101302002, + 101302003, + 101302004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101302004": { + "MonsterID": 101302004, + "MonsterTemplateID": 1013020, + "MonsterName": { + "hash": 1595317376 + }, + "MonsterIntroduction": { + "hash": 1403966142 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 3123613754 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101302001, + 101302002, + 101302003, + 101302004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101302005": { + "MonsterID": 101302005, + "MonsterTemplateID": 1013020, + "MonsterName": { + "hash": 1595317375 + }, + "MonsterIntroduction": { + "hash": 1403966143 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "Elite", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 4294967296 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101302001, + 101302002, + 101302003, + 101302004 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [ + "MonsterType_W1_Mecha2" + ], + "StanceWeakList": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100202004": { + "MonsterID": 100202004, + "MonsterTemplateID": 1002020, + "MonsterName": { + "hash": 1676421434 + }, + "MonsterIntroduction": { + "hash": 1322862084 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 8589934592 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100202001, + 100202002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "100202005": { + "MonsterID": 100202005, + "MonsterTemplateID": 1002020, + "MonsterName": { + "hash": 1676421435 + }, + "MonsterIntroduction": { + "hash": 1322862083 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 8589934592 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": -21474836480 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 100202001, + 100202002 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Fire", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Thunder", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Wind", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + }, + "101203005": { + "MonsterID": 101203005, + "MonsterTemplateID": 1012030, + "MonsterName": { + "hash": -1402530247 + }, + "MonsterIntroduction": { + "hash": -1668109473 + }, + "MonsterType": 0, + "Level": 0, + "HardLevelGroup": 1, + "EliteGroup": 1, + "Rank": "MinionLv2", + "AttackModifyRatio": { + "RawValue": 4294967296 + }, + "DefenceModifyRatio": { + "RawValue": 4294967296 + }, + "HPModifyRatio": { + "RawValue": 2147483650 + }, + "SpeedModifyRatio": { + "RawValue": 4294967296 + }, + "StanceModifyRatio": { + "RawValue": 4294967296 + }, + "AttackModifyValue": { + "RawValue": 0 + }, + "DefenceModifyValue": { + "RawValue": 0 + }, + "HPModifyValue": { + "RawValue": 0 + }, + "SpeedModifyValue": { + "RawValue": 0 + }, + "StanceModifyValue": { + "RawValue": 0 + }, + "SkillList": [ + 101203001 + ], + "CustomValues": [], + "DynamicValues": [], + "DebuffResist": [], + "StanceCountDelta": 0, + "CustomValueTags": [], + "StanceWeakList": [ + "Thunder", + "Wind", + "Imaginary" + ], + "DamageTypeResistance": [ + { + "DamageType": "Physical", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Fire", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Ice", + "Value": { + "RawValue": 858993460 + } + }, + { + "DamageType": "Quantum", + "Value": { + "RawValue": 858993460 + } + } + ], + "AbilityNameList": [], + "Release": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MonsterSkillExcelTable.json b/CrepePackage/src/data/excel/MonsterSkillExcelTable.json new file mode 100644 index 0000000..0f646a3 --- /dev/null +++ b/CrepePackage/src/data/excel/MonsterSkillExcelTable.json @@ -0,0 +1,9563 @@ +{ + "800305007": { + "SkillID": 800305007, + "SkillName": { + "hash": -618380238 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 314902760 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "900202101": { + "SkillID": 900202101, + "SkillName": { + "hash": -1338455922 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1920426168 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "900202102": { + "SkillID": 900202102, + "SkillName": { + "hash": -1741740449 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -808457187 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 19327352834 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301201": { + "SkillID": 801301201, + "SkillName": { + "hash": -891580163 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1363015365 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301202": { + "SkillID": 801301202, + "SkillName": { + "hash": -488295636 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1365867990 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 19327352834 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301203": { + "SkillID": 801301203, + "SkillName": { + "hash": -2054379577 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -200215951 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301204": { + "SkillID": 801301204, + "SkillName": { + "hash": -1294864690 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1766299892 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301205": { + "SkillID": 801301205, + "SkillName": { + "hash": 1434018665 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 962583463 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 107374182400 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 34359738368 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "900202003": { + "SkillID": 900202003, + "SkillName": { + "hash": -316819009 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 616464253 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "900202103": { + "SkillID": 900202103, + "SkillName": { + "hash": -175656508 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 757626754 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100204001": { + "SkillID": 100204001, + "SkillName": { + "hash": -971210765 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2007296235 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100204101": { + "SkillID": 100204101, + "SkillName": { + "hash": -830048264 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1866133734 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100205001": { + "SkillID": 100205001, + "SkillName": { + "hash": -971210734 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2007296204 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 644245095 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100201101": { + "SkillID": 100201101, + "SkillName": { + "hash": -830048365 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1866133571 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100201201": { + "SkillID": 100201201, + "SkillName": { + "hash": -1253535868 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1724971070 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100201301": { + "SkillID": 100201301, + "SkillName": { + "hash": -1112373367 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1583808569 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100201401": { + "SkillID": 100201401, + "SkillName": { + "hash": -1535860870 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1723021220 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100201501": { + "SkillID": 100201501, + "SkillName": { + "hash": -1394698369 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1864183721 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 429496730 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100201601": { + "SkillID": 100201601, + "SkillName": { + "hash": -1818185872 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 2005346222 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 429496730 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100201701": { + "SkillID": 100201701, + "SkillName": { + "hash": -1677023371 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 2146508723 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 22333829940 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100201801": { + "SkillID": 100201801, + "SkillName": { + "hash": -2100510874 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1158371216 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 22333829940 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100202001": { + "SkillID": 100202001, + "SkillName": { + "hash": -971210831 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2007296037 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100202002": { + "SkillID": 100202002, + "SkillName": { + "hash": 1757672524 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1604011510 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100203001": { + "SkillID": 100203001, + "SkillName": { + "hash": -971210800 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2007296006 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 5583457486 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100203002": { + "SkillID": 100203002, + "SkillName": { + "hash": 1757672555 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1604011479 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100203003": { + "SkillID": 100203003, + "SkillName": { + "hash": 191588614 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1124871876 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "SkillP01", + "SPHitBase": { + "RawValue": 51539607552 + }, + "DelayRatio": { + "RawValue": 0 + }, + "ParamList": [ + { + "RawValue": 9448928052 + }, + { + "RawValue": 6442450946 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100301001": { + "SkillID": 100301001, + "SkillName": { + "hash": -971209777 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2007294983 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100301002": { + "SkillID": 100301002, + "SkillName": { + "hash": 1757673578 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1604010456 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 25769803776 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100301003": { + "SkillID": 100301003, + "SkillName": { + "hash": 191589637 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1124872899 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100301004": { + "SkillID": 100301004, + "SkillName": { + "hash": -1374494304 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1884387786 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402001": { + "SkillID": 100402001, + "SkillName": { + "hash": -971204429 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2007298347 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402002": { + "SkillID": 100402002, + "SkillName": { + "hash": 1757678926 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1604013820 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 19327352834 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402003": { + "SkillID": 100402003, + "SkillName": { + "hash": 191594985 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1124869535 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402004": { + "SkillID": 100402004, + "SkillName": { + "hash": -1374488956 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1884384422 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 15032385538 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402005": { + "SkillID": 100402005, + "SkillName": { + "hash": 1354394399 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 318300481 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill12", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402101": { + "SkillID": 100402101, + "SkillName": { + "hash": -830041928 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1866135846 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402102": { + "SkillID": 100402102, + "SkillName": { + "hash": -1233326455 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -300051905 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 17179869184 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402103": { + "SkillID": 100402103, + "SkillName": { + "hash": 332757486 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1266032036 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402104": { + "SkillID": 100402104, + "SkillName": { + "hash": -70527041 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1106620959 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100402105": { + "SkillID": 100402105, + "SkillName": { + "hash": 1495556900 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 459462982 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill12", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401001": { + "SkillID": 100401001, + "SkillName": { + "hash": -971204332 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2007298250 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401002": { + "SkillID": 100401002, + "SkillName": { + "hash": 1757679023 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1604013723 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401003": { + "SkillID": 100401003, + "SkillName": { + "hash": 191595082 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1124869632 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + }, + { + "RawValue": 0 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401004": { + "SkillID": 100401004, + "SkillName": { + "hash": -1374488859 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1884384519 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 6442450946 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 6442450946 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401005": { + "SkillID": 100401005, + "SkillName": { + "hash": 1354394496 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 318300578 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1073741825 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401006": { + "SkillID": 100401006, + "SkillName": { + "hash": -211689445 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 721585105 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401101": { + "SkillID": 100401101, + "SkillName": { + "hash": -830041831 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1866135749 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2, + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401102": { + "SkillID": 100401102, + "SkillName": { + "hash": -1233326358 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -300051808 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2, + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401103": { + "SkillID": 100401103, + "SkillName": { + "hash": 332757583 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1266032133 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2, + 3 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401104": { + "SkillID": 100401104, + "SkillName": { + "hash": -70526944 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1106620862 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2, + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 6442450946 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401105": { + "SkillID": 100401105, + "SkillName": { + "hash": 1495556997 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 459463079 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2, + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401106": { + "SkillID": 100401106, + "SkillName": { + "hash": 1092272470 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 2025547020 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2, + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100401107": { + "SkillID": 100401107, + "SkillName": { + "hash": -1636610885 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -703336335 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1, + 2, + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 42949672960 + }, + { + "RawValue": 6442450946 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 515396075520 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100403001": { + "SkillID": 100403001, + "SkillName": { + "hash": -971204398 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2007298316 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Wind", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100403002": { + "SkillID": 100403002, + "SkillName": { + "hash": 1757678957 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1604013789 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100403003": { + "SkillID": 100403003, + "SkillName": { + "hash": 191595016 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1124869566 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100403004": { + "SkillID": 100403004, + "SkillName": { + "hash": -1374488925 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1884384453 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Wind", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100403101": { + "SkillID": 100403101, + "SkillName": { + "hash": -830041897 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1866135815 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Wind", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100403102": { + "SkillID": 100403102, + "SkillName": { + "hash": -1233326424 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -300051874 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100403103": { + "SkillID": 100403103, + "SkillName": { + "hash": 332757517 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1266032067 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100403104": { + "SkillID": 100403104, + "SkillName": { + "hash": -70527010 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1106620928 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Wind", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501001": { + "SkillID": 100501001, + "SkillName": { + "hash": -971203243 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2007297161 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501002": { + "SkillID": 100501002, + "SkillName": { + "hash": 1757680112 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1604012634 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 42949672960 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501003": { + "SkillID": 100501003, + "SkillName": { + "hash": 191596171 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1124870721 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501004": { + "SkillID": 100501004, + "SkillName": { + "hash": -1374487770 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1884385608 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 0 + }, + { + "RawValue": 3435973840 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501005": { + "SkillID": 100501005, + "SkillName": { + "hash": 1354395585 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 318301667 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501006": { + "SkillID": 100501006, + "SkillName": { + "hash": -211688356 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 721586194 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 6442450946 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501007": { + "SkillID": 100501007, + "SkillName": { + "hash": -1777772297 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -844497747 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill09", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 25769803776 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501008": { + "SkillID": 100501008, + "SkillName": { + "hash": 951111058 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -84982860 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill10", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501009": { + "SkillID": 100501009, + "SkillName": { + "hash": -614972883 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1651066801 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1, + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "SkillP01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 3435973840 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 429496729600 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501101": { + "SkillID": 100501101, + "SkillName": { + "hash": -830040742 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1866134660 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501102": { + "SkillID": 100501102, + "SkillName": { + "hash": -1233325269 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -300050719 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 42949672960 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501103": { + "SkillID": 100501103, + "SkillName": { + "hash": 332758672 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1266033222 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501104": { + "SkillID": 100501104, + "SkillName": { + "hash": -70525855 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1106619773 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 0 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501105": { + "SkillID": 100501105, + "SkillName": { + "hash": 1495558086 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 459464168 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501106": { + "SkillID": 100501106, + "SkillName": { + "hash": 1092273559 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 2025548109 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 6442450946 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501107": { + "SkillID": 100501107, + "SkillName": { + "hash": -1636609796 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -703335246 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill09", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 25769803776 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501108": { + "SkillID": 100501108, + "SkillName": { + "hash": -2039894323 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1218979055 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill10", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501109": { + "SkillID": 100501109, + "SkillName": { + "hash": -473810382 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1509904300 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "SkillP01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 429496729600 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501110": { + "SkillID": 100501110, + "SkillName": { + "hash": 1898842612 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 862748694 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "SkillPerform01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 0 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501201": { + "SkillID": 100501201, + "SkillName": { + "hash": -1253528245 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1724972159 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501202": { + "SkillID": 100501202, + "SkillName": { + "hash": -850243718 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1003911196 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 33071248182 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501203": { + "SkillID": 100501203, + "SkillName": { + "hash": 1878639637 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -562172745 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501204": { + "SkillID": 100501204, + "SkillName": { + "hash": -1656812772 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2128256686 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 0 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501205": { + "SkillID": 100501205, + "SkillName": { + "hash": 1072070583 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 600626669 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501206": { + "SkillID": 100501206, + "SkillName": { + "hash": 1475355110 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -965457272 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 6442450946 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501207": { + "SkillID": 100501207, + "SkillName": { + "hash": -90728831 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1763426083 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill09", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 38654705664 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501208": { + "SkillID": 100501208, + "SkillName": { + "hash": 668786056 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 197342142 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill10", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501209": { + "SkillID": 100501209, + "SkillName": { + "hash": -897297885 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1368741799 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "SkillP02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "100501210": { + "SkillID": 100501210, + "SkillName": { + "hash": 312555695 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -158888219 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1, + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "SkillP01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 1073741825 + }, + { + "RawValue": 429496729600 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101201001": { + "SkillID": 101201001, + "SkillName": { + "hash": 1986431891 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 950346685 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101201002": { + "SkillID": 101201002, + "SkillName": { + "hash": 1583147364 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1778536670 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1073741825 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101201101": { + "SkillID": 101201101, + "SkillName": { + "hash": 1845269390 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 809184184 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101201102": { + "SkillID": 101201102, + "SkillName": { + "hash": 279185449 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1212468711 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1073741825 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101202001": { + "SkillID": 101202001, + "SkillName": { + "hash": 1986431926 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 950346720 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101202002": { + "SkillID": 101202002, + "SkillName": { + "hash": 1583147399 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1778536635 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101202003": { + "SkillID": 101202003, + "SkillName": { + "hash": -1145735956 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -212452694 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101202004": { + "SkillID": 101202004, + "SkillName": { + "hash": -1549020483 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1709861607 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "PassiveSkillInitiate", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 34359738368 + }, + { + "RawValue": 257698037760 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101202101": { + "SkillID": 101202101, + "SkillName": { + "hash": 1845269425 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 809184219 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101202102": { + "SkillID": 101202102, + "SkillName": { + "hash": 279185484 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1212468746 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101202103": { + "SkillID": 101202103, + "SkillName": { + "hash": -1286898457 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -353615195 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101202104": { + "SkillID": 101202104, + "SkillName": { + "hash": 1441984898 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 405899692 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "PassiveSkillInitiate", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 34359738368 + }, + { + "RawValue": 257698037760 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101203001": { + "SkillID": 101203001, + "SkillName": { + "hash": 1986431957 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 950346751 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204001": { + "SkillID": 101204001, + "SkillName": { + "hash": 1986431992 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 950346522 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204002": { + "SkillID": 101204002, + "SkillName": { + "hash": 1583147465 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1778536833 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "PassiveSkill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204003": { + "SkillID": 101204003, + "SkillName": { + "hash": -1145735890 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -212452892 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204004": { + "SkillID": 101204004, + "SkillName": { + "hash": -1549020417 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1709861409 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204005": { + "SkillID": 101204005, + "SkillName": { + "hash": 17063524 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1019021946 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204006": { + "SkillID": 101204006, + "SkillName": { + "hash": -386221003 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 547061995 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 107374182400 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 64424509440 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204007": { + "SkillID": 101204007, + "SkillName": { + "hash": 1179862938 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 2113145936 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204101": { + "SkillID": 101204101, + "SkillName": { + "hash": 1845269491 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 809184021 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 644245095 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204102": { + "SkillID": 101204102, + "SkillName": { + "hash": 279185550 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1212468548 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "PassiveSkill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204103": { + "SkillID": 101204103, + "SkillName": { + "hash": -1286898391 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -353615393 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204104": { + "SkillID": 101204104, + "SkillName": { + "hash": 1441984964 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 405899494 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204105": { + "SkillID": 101204105, + "SkillName": { + "hash": -124098977 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1160184447 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204106": { + "SkillID": 101204106, + "SkillName": { + "hash": -1690182918 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -756899920 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 107374182400 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 107374182400 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101204107": { + "SkillID": 101204107, + "SkillName": { + "hash": 1038700437 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1971983435 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101301001": { + "SkillID": 101301001, + "SkillName": { + "hash": 1986432980 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 950347774 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101301002": { + "SkillID": 101301002, + "SkillName": { + "hash": 1583148453 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1778535581 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101301003": { + "SkillID": 101301003, + "SkillName": { + "hash": -1145734902 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -212451640 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101301004": { + "SkillID": 101301004, + "SkillName": { + "hash": -1549019429 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1709862661 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 17179869184 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101301005": { + "SkillID": 101301005, + "SkillName": { + "hash": 17064512 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1019020694 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkillInitiate", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101301009": { + "SkillID": 101301009, + "SkillName": { + "hash": -1952303956 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1306578134 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101302001": { + "SkillID": 101302001, + "SkillName": { + "hash": 1986432949 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 950347743 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 214748365 + }, + { + "RawValue": 17179869184 + }, + { + "RawValue": 42949672960 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101302002": { + "SkillID": 101302002, + "SkillName": { + "hash": 1583148422 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1778535612 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 5368709121 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101302003": { + "SkillID": 101302003, + "SkillName": { + "hash": -1145734933 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -212451671 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill09", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101302004": { + "SkillID": 101302004, + "SkillName": { + "hash": -1549019460 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1709862630 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill11", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401001": { + "SkillID": 101401001, + "SkillName": { + "hash": 1986438425 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 950344507 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401002": { + "SkillID": 101401002, + "SkillName": { + "hash": 1583153898 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1778538848 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 1288490190 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401003": { + "SkillID": 101401003, + "SkillName": { + "hash": -1145729457 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -212454907 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401004": { + "SkillID": 101401004, + "SkillName": { + "hash": -1549013984 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1709859394 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 8589934592 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401005": { + "SkillID": 101401005, + "SkillName": { + "hash": 17069957 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1019023961 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 107374182400 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401006": { + "SkillID": 101401006, + "SkillName": { + "hash": -386214570 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 547059980 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401007": { + "SkillID": 101401007, + "SkillName": { + "hash": 1179869371 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 2113143921 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401008": { + "SkillID": 101401008, + "SkillName": { + "hash": 776584844 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -259509074 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401009": { + "SkillID": 101401009, + "SkillName": { + "hash": -1952298511 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1306574867 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401010": { + "SkillID": 101401010, + "SkillName": { + "hash": 420354485 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -615739433 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill04", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401011": { + "SkillID": 101401011, + "SkillName": { + "hash": 1986438426 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 950344508 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill05", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401101": { + "SkillID": 101401101, + "SkillName": { + "hash": 1845275924 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 809182006 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2, + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401102": { + "SkillID": 101401102, + "SkillName": { + "hash": 279191983 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1212466533 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2, + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401103": { + "SkillID": 101401103, + "SkillName": { + "hash": -1286891958 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -353617408 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401104": { + "SkillID": 101401104, + "SkillName": { + "hash": 1441991397 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 405897479 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2, + 3 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 8589934592 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401105": { + "SkillID": 101401105, + "SkillName": { + "hash": -124092544 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1160186462 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 107374182400 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 64424509440 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401106": { + "SkillID": 101401106, + "SkillName": { + "hash": -1690176485 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -756901935 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 429496730 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401107": { + "SkillID": 101401107, + "SkillName": { + "hash": 1038706870 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1971981420 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401108": { + "SkillID": 101401108, + "SkillName": { + "hash": -527377071 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1563470989 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401109": { + "SkillID": 101401109, + "SkillName": { + "hash": -2093461012 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1165412366 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401110": { + "SkillID": 101401110, + "SkillName": { + "hash": -883607430 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1919701348 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill04", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401111": { + "SkillID": 101401111, + "SkillName": { + "hash": 1845275925 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 809182007 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill05", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401112": { + "SkillID": 101401112, + "SkillName": { + "hash": 279191984 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1212466534 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2, + 3 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill09", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 644245095 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401113": { + "SkillID": 101401113, + "SkillName": { + "hash": -1286891957 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -353617407 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill10", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "101401114": { + "SkillID": 101401114, + "SkillName": { + "hash": 1441991398 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 405897480 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill11", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102201001": { + "SkillID": 102201001, + "SkillName": { + "hash": 814507268 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 501953090 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102201002": { + "SkillID": 102201002, + "SkillName": { + "hash": 1217791795 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1064130851 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102201003": { + "SkillID": 102201003, + "SkillName": { + "hash": -348292146 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1664752504 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "SkillP01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 0 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102202001": { + "SkillID": 102202001, + "SkillName": { + "hash": 814507303 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 501953125 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102202002": { + "SkillID": 102202002, + "SkillName": { + "hash": 1217791830 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1064130816 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102202003": { + "SkillID": 102202003, + "SkillName": { + "hash": -348292111 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1664752539 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "SkillP01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 0 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102301001": { + "SkillID": 102301001, + "SkillName": { + "hash": 814508357 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 501954179 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102301002": { + "SkillID": 102301002, + "SkillName": { + "hash": 1217792884 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1064129762 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102301003": { + "SkillID": 102301003, + "SkillName": { + "hash": -348291057 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1664753593 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkillInitiate", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102301004": { + "SkillID": 102301004, + "SkillName": { + "hash": 411223830 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 98669652 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 429496729600 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102301005": { + "SkillID": 102301005, + "SkillName": { + "hash": -1154860111 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1467414289 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102302001": { + "SkillID": 102302001, + "SkillName": { + "hash": 814508326 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 501954148 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102302005": { + "SkillID": 102302005, + "SkillName": { + "hash": -1154860142 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1467414320 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102302006": { + "SkillID": 102302006, + "SkillName": { + "hash": -751575615 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1261469035 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 21474836480 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102302007": { + "SkillID": 102302007, + "SkillName": { + "hash": 1977307740 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -304614906 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102302008": { + "SkillID": 102302008, + "SkillName": { + "hash": -1558144669 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1870698847 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102302009": { + "SkillID": 102302009, + "SkillName": { + "hash": 1170738686 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 858184508 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill09", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 23622320130 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "102302010": { + "SkillID": 102302010, + "SkillName": { + "hash": -1914375028 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 2068038090 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800101001": { + "SkillID": 800101001, + "SkillName": { + "hash": 188190862 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847894344 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800102001": { + "SkillID": 800102001, + "SkillName": { + "hash": 188190699 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847894507 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800103001": { + "SkillID": 800103001, + "SkillName": { + "hash": 188190796 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847894410 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800103002": { + "SkillID": 800103002, + "SkillName": { + "hash": -215093731 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 718189531 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800103003": { + "SkillID": 800103003, + "SkillName": { + "hash": 1350990210 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2010693824 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 64424509440 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800201001": { + "SkillID": 800201001, + "SkillName": { + "hash": 188187595 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847897611 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800201002": { + "SkillID": 800201002, + "SkillName": { + "hash": -215096932 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 718186330 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800201003": { + "SkillID": 800201003, + "SkillName": { + "hash": 1350987009 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2010697025 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 3435973840 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800201004": { + "SkillID": 800201004, + "SkillName": { + "hash": 947702482 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -88382724 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkillInitiate", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800204001": { + "SkillID": 800204001, + "SkillName": { + "hash": 188187696 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847897774 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800204002": { + "SkillID": 800204002, + "SkillName": { + "hash": -215096831 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 718186167 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800204003": { + "SkillID": 800204003, + "SkillName": { + "hash": 1350987110 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2010697188 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800205001": { + "SkillID": 800205001, + "SkillName": { + "hash": 188187727 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847897743 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800205002": { + "SkillID": 800205002, + "SkillName": { + "hash": -215096800 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 718186198 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800205003": { + "SkillID": 800205003, + "SkillName": { + "hash": 1350987141 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2010697157 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800301001": { + "SkillID": 800301001, + "SkillName": { + "hash": 188188684 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847896522 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + }, + { + "RawValue": 10737418242 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 0 + }, + { + "RawValue": 0 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800301002": { + "SkillID": 800301002, + "SkillName": { + "hash": -215095843 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 718187419 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 0 + }, + { + "RawValue": 515396075520 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800301003": { + "SkillID": 800301003, + "SkillName": { + "hash": 1350988098 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2010695936 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 2576980380 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 515396075520 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800301004": { + "SkillID": 800301004, + "SkillName": { + "hash": 947703571 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -88381635 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Ice", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + }, + { + "RawValue": 12884901888 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800302001": { + "SkillID": 800302001, + "SkillName": { + "hash": 188188653 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847896553 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800302002": { + "SkillID": 800302002, + "SkillName": { + "hash": -215095874 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 718187388 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 0 + }, + { + "RawValue": 0 + }, + { + "RawValue": 257698037760 + }, + { + "RawValue": 0 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800302003": { + "SkillID": 800302003, + "SkillName": { + "hash": 1350988067 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2010695967 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 21474836480 + }, + { + "RawValue": 257698037760 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800302004": { + "SkillID": 800302004, + "SkillName": { + "hash": 947703540 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -88381666 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800303001": { + "SkillID": 800303001, + "SkillName": { + "hash": 188188750 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847896456 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Thunder", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800303002": { + "SkillID": 800303002, + "SkillName": { + "hash": -215095777 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 718187485 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Thunder", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + }, + { + "RawValue": 6442450946 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800303003": { + "SkillID": 800303003, + "SkillName": { + "hash": 1350988164 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2010695870 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800303004": { + "SkillID": 800303004, + "SkillName": { + "hash": 947703637 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -88381569 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800303005": { + "SkillID": 800303005, + "SkillName": { + "hash": -1781179718 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1477702372 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800303006": { + "SkillID": 800303006, + "SkillName": { + "hash": 2110503051 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1251180983 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Thunder", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 21474836480 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 34359738368 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800303007": { + "SkillID": 800303007, + "SkillName": { + "hash": -618380304 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 314902958 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Thunder", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800303008": { + "SkillID": 800303008, + "SkillName": { + "hash": -1734125551 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1524756539 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 21474836480 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801101001": { + "SkillID": 801101001, + "SkillName": { + "hash": -609252983 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1645338189 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801102001": { + "SkillID": 801102001, + "SkillName": { + "hash": -609253146 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1645338352 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801201001": { + "SkillID": 801201001, + "SkillName": { + "hash": -609256250 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1645341456 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801201002": { + "SkillID": 801201002, + "SkillName": { + "hash": 2119627105 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1242056929 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 21474836480 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 6442450946 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801201003": { + "SkillID": 801201003, + "SkillName": { + "hash": 553543164 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1486826426 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1503238555 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801202001": { + "SkillID": 801202001, + "SkillName": { + "hash": -609256215 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1645341421 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 1073741825 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801202002": { + "SkillID": 801202002, + "SkillName": { + "hash": 2119627140 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1242056894 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801202101": { + "SkillID": 801202101, + "SkillName": { + "hash": 936624750 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -99460456 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 1073741825 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801202102": { + "SkillID": 801202102, + "SkillName": { + "hash": 533340223 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1466623485 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801203001": { + "SkillID": 801203001, + "SkillName": { + "hash": -609256184 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1645341390 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 17179869184 + }, + { + "RawValue": 3221225475 + }, + { + "RawValue": 2147483650 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801203002": { + "SkillID": 801203002, + "SkillName": { + "hash": 2119627171 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1242056863 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 2147483650 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301001": { + "SkillID": 801301001, + "SkillName": { + "hash": -609255161 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1645340367 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301002": { + "SkillID": 801301002, + "SkillName": { + "hash": 2119628194 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1242055840 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 19327352834 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301003": { + "SkillID": 801301003, + "SkillName": { + "hash": 553544253 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1486827515 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301004": { + "SkillID": 801301004, + "SkillName": { + "hash": -1012539688 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2048624894 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801301005": { + "SkillID": 801301005, + "SkillName": { + "hash": 1716343667 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 680258461 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 107374182400 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 34359738368 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800305001": { + "SkillID": 800305001, + "SkillName": { + "hash": 188188816 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -847896654 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Wind", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800305002": { + "SkillID": 800305002, + "SkillName": { + "hash": -215095711 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 718187287 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Wind", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 10737418242 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800305003": { + "SkillID": 800305003, + "SkillName": { + "hash": 1350988230 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2010696068 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800305004": { + "SkillID": 800305004, + "SkillName": { + "hash": 947703703 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -88381767 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Wind", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21474836480 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800305005": { + "SkillID": 800305005, + "SkillName": { + "hash": -1781179652 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1477702174 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "PassiveSkillInitiate", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 343597384 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 21474836480 + }, + { + "RawValue": 3221225475 + }, + { + "RawValue": 8589934592 + }, + { + "RawValue": 21474836480 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "800305006": { + "SkillID": 800305006, + "SkillName": { + "hash": 2110503117 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1251181181 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "900302001": { + "SkillID": 900302001, + "SkillName": { + "hash": -1479617400 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1779264690 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Fire", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 8589934592 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801501001": { + "SkillID": 801501001, + "SkillName": { + "hash": -609248627 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1645342545 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1, + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "PassiveSkill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214001": { + "SkillID": 801214001, + "SkillName": { + "hash": 1715051024 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 678965554 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 21474836480 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 5798205851 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214002": { + "SkillID": 801214002, + "SkillName": { + "hash": 1311766497 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2049917801 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 21474836480 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 6442450946 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 1288490190 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214003": { + "SkillID": 801214003, + "SkillName": { + "hash": -1417116858 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -483833860 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 1288490190 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214101": { + "SkillID": 801214101, + "SkillName": { + "hash": 1573888523 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 537803053 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214102": { + "SkillID": 801214102, + "SkillName": { + "hash": 7804582 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 941087580 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214103": { + "SkillID": 801214103, + "SkillName": { + "hash": -1558279359 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -624996361 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill09", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214104": { + "SkillID": 801214104, + "SkillName": { + "hash": 1170603996 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 134518526 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill10", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 20615843024 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214105": { + "SkillID": 801214105, + "SkillName": { + "hash": -395479945 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1431565415 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill11", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 3006477110 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214106": { + "SkillID": 801214106, + "SkillName": { + "hash": -1961563886 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1028280888 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill12", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214107": { + "SkillID": 801214107, + "SkillName": { + "hash": 767319469 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1700602467 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "PassiveSkill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214201": { + "SkillID": 801214201, + "SkillName": { + "hash": 1432726022 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 961290556 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214202": { + "SkillID": 801214202, + "SkillName": { + "hash": -1296157333 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 558006029 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1, + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 13529146983 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214203": { + "SkillID": 801214203, + "SkillName": { + "hash": 269926608 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 2124089970 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 2 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 13743895348 + }, + { + "RawValue": 2576980380 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801501101": { + "SkillID": 801501101, + "SkillName": { + "hash": 936632338 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -99461580 + }, + "SkillTypeDesc": { + "hash": 1779371142 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "PassiveSkill02", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214301": { + "SkillID": 801214301, + "SkillName": { + "hash": 1291563521 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 820128055 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 21474836480 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 6871947676 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214302": { + "SkillID": 801214302, + "SkillName": { + "hash": 1694848048 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -745955886 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 42949672960 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 7730941136 + }, + { + "RawValue": 0 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 1288490190 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214303": { + "SkillID": 801214303, + "SkillName": { + "hash": 128764107 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1982927469 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill03", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 8589934592 + }, + { + "RawValue": 429496730 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 1288490190 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214401": { + "SkillID": 801214401, + "SkillName": { + "hash": 1150401020 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 114315550 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill07", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214402": { + "SkillID": 801214402, + "SkillName": { + "hash": 747116493 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1680399491 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill08", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214403": { + "SkillID": 801214403, + "SkillName": { + "hash": -1981766862 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1048483864 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Unknow", + "SkillTriggerKey": "Skill09", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 8589934592 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214404": { + "SkillID": 801214404, + "SkillName": { + "hash": 1553685547 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 517600077 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Imaginary", + "SkillTriggerKey": "Skill10", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 25769803776 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214405": { + "SkillID": 801214405, + "SkillName": { + "hash": -1175197808 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 2083684018 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill11", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 3006477110 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214406": { + "SkillID": 801214406, + "SkillName": { + "hash": -1578482335 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -645199337 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": true, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill12", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214407": { + "SkillID": 801214407, + "SkillName": { + "hash": -12398394 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 920884604 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "PassiveSkill03", + "SPHitBase": { + "RawValue": 0 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 1717986920 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214501": { + "SkillID": 801214501, + "SkillName": { + "hash": 1009238519 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -26846951 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill04", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 15032385538 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214502": { + "SkillID": 801214502, + "SkillName": { + "hash": -556845422 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 376437576 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill05", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 18038862644 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "801214503": { + "SkillID": 801214503, + "SkillName": { + "hash": -2122929363 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -1189646365 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Quantum", + "SkillTriggerKey": "Skill06", + "SPHitBase": { + "RawValue": 85899345920 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 21045339754 + }, + { + "RawValue": 2576980380 + }, + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + }, + { + "RawValue": 4294967296 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "900202001": { + "SkillID": 900202001, + "SkillName": { + "hash": -1479618423 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": 1779263667 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill01", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 12884901888 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + }, + "900202002": { + "SkillID": 900202002, + "SkillName": { + "hash": 1249264932 + }, + "IconPath": "SpriteOutput/SkillIcons/1001/SkillIcon_1001_Maze.png", + "SkillDesc": { + "hash": -2112419102 + }, + "SkillTypeDesc": { + "hash": 616571728 + }, + "PhaseList": [ + 1 + ], + "IsThreat": false, + "ExtraEffectIDList": [], + "DamageType": "Physical", + "SkillTriggerKey": "Skill02", + "SPHitBase": { + "RawValue": 64424509440 + }, + "DelayRatio": { + "RawValue": 4294967296 + }, + "ParamList": [ + { + "RawValue": 19327352834 + } + ], + "AttackType": "Normal", + "AI_CD": 1, + "AI_ICD": 1, + "SkillComboValueDelta": { + "RawValue": 0 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/MonsterTemplateExcelTable.json b/CrepePackage/src/data/excel/MonsterTemplateExcelTable.json new file mode 100644 index 0000000..11cbe64 --- /dev/null +++ b/CrepePackage/src/data/excel/MonsterTemplateExcelTable.json @@ -0,0 +1,6789 @@ +{ + "1003011": { + "MonsterTemplateID": 1003011, + "MonsterName": { + "hash": 183755646 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier03_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1003010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier03_00/Monster_W1_Soldier03_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1932735283200 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1803886264320 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100301101, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 100301102, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 100301103, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1003010 + ] + }, + "9003031": { + "MonsterTemplateID": 9003031, + "MonsterName": { + "hash": 1346842556 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_W1_Mecha03_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1023020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha03_01/Monster_W1_Mecha03_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 5476083302400 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "StanceBase": { + "RawValue": 2061584302080 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900303006, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900303003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900303001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8011010": { + "MonsterTemplateID": 8011010, + "MonsterName": { + "hash": -98244835 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Minion01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8011010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8011010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Minion01_00/Monster_AML_Minion01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 231928233984 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "StanceBase": { + "RawValue": 128849018880 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Minion01_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801101001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8011010 + ] + }, + "8011020": { + "MonsterTemplateID": 8011020, + "MonsterName": { + "hash": 305039692 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Minion01_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8011020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8011020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Minion01_01/Monster_AML_Minion01_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 231928233984 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "StanceBase": { + "RawValue": 128849018880 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Minion01_01_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801102001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8011020 + ] + }, + "8012010": { + "MonsterTemplateID": 8012010, + "MonsterName": { + "hash": 1729961132 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Minion02_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Minion02_00/Monster_AML_Minion02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 579820584960 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Minion02_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801201001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801201002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8012010 + ] + }, + "8012020": { + "MonsterTemplateID": 8012020, + "MonsterName": { + "hash": 1326676605 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Minion03_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Minion03_00/Monster_AML_Minion03_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 695784701952 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Minion03_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801202001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801202002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8012020 + ] + }, + "8012030": { + "MonsterTemplateID": 8012030, + "MonsterName": { + "hash": -1402206750 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Minion04_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012030.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012030.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Minion04_00/Monster_AML_Minion04_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 811748818944 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Minion04_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801203001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801203002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8012030 + ] + }, + "8013010": { + "MonsterTemplateID": 8013010, + "MonsterName": { + "hash": 184080167 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Elite01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8013010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8013010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Elite01_00/Monster_AML_Elite01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4252017623040 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Elite01_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801301001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301004, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301005, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8013010, + 8013012 + ] + }, + "1001010": { + "MonsterTemplateID": 1001010, + "MonsterName": { + "hash": -98569355 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_00/Monster_W1_Soldier01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 502511173632 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100101001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1001010 + ] + }, + "1001011": { + "MonsterTemplateID": 1001011, + "MonsterName": { + "hash": -98569356 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_00/Monster_W1_Soldier01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 502511173632 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Soldier01_00_AI_A.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1001010 + ] + }, + "1001020": { + "MonsterTemplateID": 1001020, + "MonsterName": { + "hash": 304715172 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier02_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier02_00/Monster_W1_Soldier02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 425201762304 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100102001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1001020 + ] + }, + "1002011": { + "MonsterTemplateID": 1002011, + "MonsterName": { + "hash": 1729636611 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP1_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_22318.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/CocoliaP1_Weapon_1/Monster_CocoliaP1_Weapon_1.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 289910292482 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100201101, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "1002012": { + "MonsterTemplateID": 1002012, + "MonsterName": { + "hash": 1729636614 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP1_02_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_22318.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/CocoliaP1_Weapon_2/Monster_CocoliaP1_Weapon_2.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 289910292482 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100201201, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "1002020": { + "MonsterTemplateID": 1002020, + "MonsterName": { + "hash": 1326352085 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier01_03_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1002020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1002020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_03/Monster_W1_Soldier01_03.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 579820584960 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Soldier01_03_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1002020 + ] + }, + "1002030": { + "MonsterTemplateID": 1002030, + "MonsterName": { + "hash": -1402531270 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier04_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1002030.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1002030.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier04_00/Monster_W1_Soldier04_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 811748818944 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Soldier04_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1002030 + ] + }, + "1003010": { + "MonsterTemplateID": 1003010, + "MonsterName": { + "hash": 183755647 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier03_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1003010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier03_00/Monster_W1_Soldier03_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 3865470566400 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1030792151040 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Soldier03_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1003010 + ] + }, + "1003020": { + "MonsterTemplateID": 1003020, + "MonsterName": { + "hash": -1382328294 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Gepard_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1003020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Gepard_00/Monster_W1_Gepard_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4252017623040 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Gepard_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1003020 + ] + }, + "1004010": { + "MonsterTemplateID": 1004010, + "MonsterName": { + "hash": 2011961614 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP1_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1004010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1004010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_CocoliaP1_00/Monster_W1_CocoliaP1_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 6764573491200 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1546188226560 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 1288490190 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_CocoliaP1_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1004010 + ] + }, + "1004030": { + "MonsterTemplateID": 1004030, + "MonsterName": { + "hash": 849162200 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Bronya_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1004030.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1004030.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Bronya_00/Monster_W1_Bronya_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4638564679680 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 901943132160 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Bronya_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1004030 + ] + }, + "1005010": { + "MonsterTemplateID": 1005010, + "MonsterName": { + "hash": 466080649 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP2_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1005010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1005010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_CocoliaP2_00/Monster_W1_CocoliaP2_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 6764573491200 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1546188226560 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_CocoliaP2_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1005010 + ] + }, + "1012010": { + "MonsterTemplateID": 1012010, + "MonsterName": { + "hash": 1729637635 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha02_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1012010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1012010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha02_00/Monster_W1_Mecha02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 541165879296 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 101201001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 101201002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1012010 + ] + }, + "1012020": { + "MonsterTemplateID": 1012020, + "MonsterName": { + "hash": 1326353108 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1012020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1012020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha01_00/Monster_W1_Mecha01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 289910292482 + }, + "SpeedBase": { + "RawValue": 365072220160 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 101202001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 101202002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 101202003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1012020 + ] + }, + "1012021": { + "MonsterTemplateID": 1012021, + "MonsterName": { + "hash": 1326353109 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1012020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1012020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha01_00/Monster_W1_Mecha01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 289910292482 + }, + "SpeedBase": { + "RawValue": 365072220160 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 101202102, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 101202103, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1012020 + ] + }, + "1012030": { + "MonsterTemplateID": 1012030, + "MonsterName": { + "hash": -1402530247 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha01_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1012030.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1012030.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha01_01/Monster_W1_Mecha01_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 541165879296 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 101203001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1012030 + ] + }, + "1013010": { + "MonsterTemplateID": 1013010, + "MonsterName": { + "hash": 183756670 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha03_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1013010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1013010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha03_00/Monster_W1_Mecha03_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 5025111736320 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "StanceBase": { + "RawValue": 1803886264320 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Mecha03_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 101301009, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 101301001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 101301002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 101301003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 101301004, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1013010 + ] + }, + "1013020": { + "MonsterTemplateID": 1013020, + "MonsterName": { + "hash": -1382327271 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha04_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1013020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1013020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha04_00/Monster_W1_Mecha04_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4252017623040 + }, + "SpeedBase": { + "RawValue": 644245094400 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Mecha04_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1013020, + 1013021 + ] + }, + "1022010": { + "MonsterTemplateID": 1022010, + "MonsterName": { + "hash": 1729638790 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier01_02_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9002400.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_9002400.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_02/Monster_W1_Soldier01_02.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 483183820802 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 102201001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1022010 + ] + }, + "1022020": { + "MonsterTemplateID": 1022020, + "MonsterName": { + "hash": 1326354263 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier01_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9002410.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_9002410.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_01/Monster_W1_Soldier01_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 483183820802 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 102202001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1022020 + ] + }, + "1023010": { + "MonsterTemplateID": 1023010, + "MonsterName": { + "hash": 183757825 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha04_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1023010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1023010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha04_01/Monster_W1_Mecha_04_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4252017623040 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Mecha04_01_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 102301001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 102301002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1023010 + ] + }, + "1023020": { + "MonsterTemplateID": 1023020, + "MonsterName": { + "hash": -1382326116 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha03_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1023020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1023020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha03_01/Monster_W1_Mecha03_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 5798205849600 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Mecha03_01_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1023020, + 1023021 + ] + }, + "8001010": { + "MonsterTemplateID": 8001010, + "MonsterName": { + "hash": -98248036 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Minion01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9001020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_9001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Minion01_00/Monster_XP_Minion01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 231928233984 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "StanceBase": { + "RawValue": 128849018880 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 800101001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8001010 + ] + }, + "8001020": { + "MonsterTemplateID": 8001020, + "MonsterName": { + "hash": 305036491 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Minion01_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9001030.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_9001030.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Minion01_01/Monster_XP_Minion01_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 231928233984 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "StanceBase": { + "RawValue": 128849018880 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 800102001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8001020 + ] + }, + "8003010": { + "MonsterTemplateID": 8003010, + "MonsterName": { + "hash": 184076966 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Elite01_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8003010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8003010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Elite01_01/Monster_XP_Elite01_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 3092376453120 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "StanceBase": { + "RawValue": 1159641169920 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_XP_Elite01_01_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 8003010, + 8003011 + ] + }, + "8003011": { + "MonsterTemplateID": 8003011, + "MonsterName": { + "hash": 184076967 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Elite01_01_L01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8003010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8003010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Elite01_01/Monster_XP_Elite01_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1932735283200 + }, + "SpeedBase": { + "RawValue": 450971566080 + }, + "StanceBase": { + "RawValue": 2319282339840 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 800301101, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800301103, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8003010 + ] + }, + "8003020": { + "MonsterTemplateID": 8003020, + "MonsterName": { + "hash": -1382006975 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Elite01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8003020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8003020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Elite01_00/Monster_XP_Elite01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 3865470566400 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1159641169920 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_XP_Elite01_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 8003020, + 8003021 + ] + }, + "8003030": { + "MonsterTemplateID": 8003030, + "MonsterName": { + "hash": 1346876380 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Elite02_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8003030.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8003030.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Elite02_00/Monster_XP_Elite02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4252017623040 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_XP_Elite02_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 8003030, + 8003031 + ] + }, + "9001010": { + "MonsterTemplateID": 9001010, + "MonsterName": { + "hash": -98281859 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_00/Monster_W1_Soldier01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 193273528320 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900101001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9001011": { + "MonsterTemplateID": 9001011, + "MonsterName": { + "hash": -98281860 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha02_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1012010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1012010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha02_00/Monster_W1_Mecha02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 193273528320 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900101101, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900101102, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9001021": { + "MonsterTemplateID": 9001021, + "MonsterName": { + "hash": 305002667 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_XP_Minion_Fire00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9001020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Minion_Fire00/Monster_XP_Minion_Fire00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 231928233984 + }, + "SpeedBase": { + "RawValue": 408021893120 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900102101, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002010": { + "MonsterTemplateID": 9002010, + "MonsterName": { + "hash": 1729924108 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_W1_CWMecha_03_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_2507.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha02_00/Monster_W1_Mecha02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 347892350976 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_W1_CWMecha_03_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [] + }, + "9002040": { + "MonsterTemplateID": 9002040, + "MonsterName": { + "hash": 2133208635 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_W1_CWMecha_03_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_2507.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha02_00/Monster_W1_Mecha02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 347892350976 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900204001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900204002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002060": { + "MonsterTemplateID": 9002060, + "MonsterName": { + "hash": -998959247 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_CaptainAttack_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_2507.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_00/Monster_W1_Soldier01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 3478923509760 + }, + "SpeedBase": { + "RawValue": 536870912000 + }, + "StanceBase": { + "RawValue": 2576980377600 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_CaptainAttack_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [] + }, + "9002070": { + "MonsterTemplateID": 9002070, + "MonsterName": { + "hash": 567124694 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_DFJSG_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier03_00/Monster_W1_Soldier03_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 579820584960 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900207002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900207001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002080": { + "MonsterTemplateID": 9002080, + "MonsterName": { + "hash": -192390193 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_BlackBlood_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier02_00/Monster_W1_Soldier02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1546188226560 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900208001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9003020": { + "MonsterTemplateID": 9003020, + "MonsterName": { + "hash": -1382040798 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_Gepard_00_Blizzard_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9003020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Colossus_00/Monster_W1_Colossus_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1932735283200 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 0 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_Gepard_00_Blizzard_AI.json", + "StanceCount": 0, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [] + }, + "9003060": { + "MonsterTemplateID": 9003060, + "MonsterName": { + "hash": 587327670 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_W1_WRMecha_01_Fire_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1023020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha03_00/Monster_W1_Mecha03_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 3092376453120 + }, + "SpeedBase": { + "RawValue": 665719930880 + }, + "StanceBase": { + "RawValue": 2576980377600 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_W1_WRMecha_01_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 8589934592 + }, + "AISkillSequence": [], + "NPCMonsterList": [] + }, + "9002090": { + "MonsterTemplateID": 9002090, + "MonsterName": { + "hash": 1373693748 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_BPThief_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_00/Monster_W1_Soldier01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 773094113280 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900209001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002100": { + "MonsterTemplateID": 9002100, + "MonsterName": { + "hash": 163840198 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_SPThief_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier02_00/Monster_W1_Soldier02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 773094113280 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900210001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9003070": { + "MonsterTemplateID": 9003070, + "MonsterName": { + "hash": -978756271 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_Resonance_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Gepard_00/Monster_W1_Gepard_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 2899102924800 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 2576980377600 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900307001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900307002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002110": { + "MonsterTemplateID": 9002110, + "MonsterName": { + "hash": 1729924139 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_Ninja_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1013020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha04_00/Monster_W1_Mecha04_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1159641169920 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_Ninja_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900211001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900211002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9003080": { + "MonsterTemplateID": 9003080, + "MonsterName": { + "hash": 1393896724 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_AssultCanon_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Gepard_00/Monster_W1_Gepard_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 3865470566400 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 2576980377600 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_AssultCanon_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 2147483650 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900308003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900308004, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900308001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900308002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002120": { + "MonsterTemplateID": 9002120, + "MonsterName": { + "hash": 1326639612 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_SoulLeech_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9002400.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_9002400.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_02/Monster_W1_Soldier01_02.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 966367641600 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900212001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900212002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002130": { + "MonsterTemplateID": 9002130, + "MonsterName": { + "hash": -1402243743 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/WMonster_GlassCanon_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier02_00/Monster_W1_Soldier02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 483183820802 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900213001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9004010": { + "MonsterTemplateID": 9004010, + "MonsterName": { + "hash": 2012249110 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/WhiteBox/Monster/WMonster_W0_Boss_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/WhiteBox/WMonster/WMonster_W0_Boss_00/WMonster_W0_Boss_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 5798205849600 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 0 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 4294967296 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_W0_Boss_00_AI.json", + "StanceCount": 0, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900401001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900401002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9004011": { + "MonsterTemplateID": 9004011, + "MonsterName": { + "hash": 2012249109 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/WhiteBox/Monster/WMonster_W0_Boss_00_Part_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9001020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/WhiteBox/WMonster/WMonster_W0_Boss_00/WMonster_W0_Boss_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 2705829396480 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 4294967296 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [] + }, + "9001990": { + "MonsterTemplateID": 9001990, + "MonsterName": { + "hash": -454512452 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/WhiteBox/Monster/WMonster_W0_QA_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_00/Monster_W1_Soldier01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 386547056640 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900199001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9001980": { + "MonsterTemplateID": 9001980, + "MonsterName": { + "hash": 1111571489 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/WhiteBox/Monster/WMonster_W0_QA_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_02/Monster_W1_Soldier01_02.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 386547056640 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900198001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8012011": { + "MonsterTemplateID": 8012011, + "MonsterName": { + "hash": 1729961131 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Minion02_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_2402.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Minion02_01/Monster_AML_Minion02_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 1352914698240 + }, + "HPBase": { + "RawValue": 556627761564 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801201102, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801201101, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8012011 + ] + }, + "8001030": { + "MonsterTemplateID": 8001030, + "MonsterName": { + "hash": -1261047450 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Minion03_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8001030.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001030.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Minion03_00/Monster_XP_Minion03_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 1352914698240 + }, + "HPBase": { + "RawValue": 309237645312 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 128849018880 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_XP_Minion03_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 8001030 + ] + }, + "1014010": { + "MonsterTemplateID": 1014010, + "MonsterName": { + "hash": 2011962637 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Svarog_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1004020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1004020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Svarog_00/Monster_W1_Svarog_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 6184752906240 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "StanceBase": { + "RawValue": 1546188226560 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 1288490190 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Svarog_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1014010 + ] + }, + "1012040": { + "MonsterTemplateID": 1012040, + "MonsterName": { + "hash": 2132922162 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_SvarogPart_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1004021.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1004021.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_SvarogPart_00/Monster_W1_SvarogPart_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1352914698240 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_SvarogPart_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [] + }, + "8013020": { + "MonsterTemplateID": 8013020, + "MonsterName": { + "hash": -1382003774 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Elite01_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8013020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8013020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Elite01_01/Monster_AML_Elite01_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4638564679680 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Elite01_01_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801302001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801302002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801302003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801302004, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801302005, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8013020 + ] + }, + "1014011": { + "MonsterTemplateID": 1014011, + "MonsterName": { + "hash": 2011962638 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Svarog_00_Config_RL.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1004020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1004020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Svarog_00/Monster_W1_Svarog_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 6184752906240 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "StanceBase": { + "RawValue": 1546188226560 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 1288490190 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Svarog_00_AI_RL.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1014010 + ] + }, + "1012041": { + "MonsterTemplateID": 1012041, + "MonsterName": { + "hash": 2132922163 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_SvarogPart_00_Config_RL.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1004021.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1004021.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_SvarogPart_00/Monster_W1_SvarogPart_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1352914698240 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_SvarogPart_00_AI_RL.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [] + }, + "1012011": { + "MonsterTemplateID": 1012011, + "MonsterName": { + "hash": 1729637636 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha02_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1012010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1012010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha02_00/Monster_W1_Mecha02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 541165879296 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 101201102, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1012010 + ] + }, + "1003021": { + "MonsterTemplateID": 1003021, + "MonsterName": { + "hash": -1382328295 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Gepard_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1003020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Gepard_00/Monster_W1_Gepard_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 2319282339840 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Gepard_00_AI_A.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1003020 + ] + }, + "1013021": { + "MonsterTemplateID": 1013021, + "MonsterName": { + "hash": -1382327270 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Mecha04_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1013020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1013020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Mecha04_00/Monster_W1_Mecha04_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4252017623040 + }, + "SpeedBase": { + "RawValue": 644245094400 + }, + "StanceBase": { + "RawValue": 2576980377600 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Mecha04_00_AI_old.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1013020 + ] + }, + "8002040": { + "MonsterTemplateID": 8002040, + "MonsterName": { + "hash": 2133242458 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Minion04_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8002040.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8002040.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Minion04_00/Monster_XP_Minion04_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1159641169920 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_XP_Minion04_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 0 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 800204001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800204002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800204003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8002040 + ] + }, + "1005012": { + "MonsterTemplateID": 1005012, + "MonsterName": { + "hash": 466080651 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP2_03_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1005010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1005010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_CocoliaP2_00/Monster_W1_CocoliaP2_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 6764573491200 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1546188226560 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_CocoliaP2_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1005010 + ] + }, + "9002140": { + "MonsterTemplateID": 9002140, + "MonsterName": { + "hash": 2133208666 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/WhiteBox/Monster/WMonster_W0_Boss_00_Part1_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9001020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_9001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/WhiteBox/WMonster/WMonster_W0_Boss_00/WMonster_W0_Boss_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 2512555868160 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 4294967296 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900214001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002141": { + "MonsterTemplateID": 9002141, + "MonsterName": { + "hash": 2133208667 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/WhiteBox/Monster/WMonster_W0_Boss_00_Part2_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8011020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8011020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/WhiteBox/WMonster/WMonster_W0_Boss_00/WMonster_W0_Boss_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 2512555868160 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 4294967296 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900214107, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214108, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002142": { + "MonsterTemplateID": 9002142, + "MonsterName": { + "hash": 2133208668 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/WhiteBox/Monster/WMonster_W0_Boss_00_Part3_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_9001030.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_9001030.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/WhiteBox/WMonster/WMonster_W0_Boss_00/WMonster_W0_Boss_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 2512555868160 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 4294967296 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900214204, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214204, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214206, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214206, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214205, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900214205, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8012021": { + "MonsterTemplateID": 8012021, + "MonsterName": { + "hash": 1326676604 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Minion03_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Minion03_00/Monster_AML_Minion03_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 695784701952 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801202102, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8012020 + ] + }, + "8013011": { + "MonsterTemplateID": 8013011, + "MonsterName": { + "hash": 184080166 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Elite01_00_L01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8013010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8013010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Elite01_00/Monster_AML_Elite01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4252017623040 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Elite01_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801301001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301004, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301005, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8013010 + ] + }, + "1002015": { + "MonsterTemplateID": 1002015, + "MonsterName": { + "hash": 1729636607 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP1_00_Weapon01_Config_RL.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_22318.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/CocoliaP1_Weapon_1/Monster_CocoliaP1_Weapon_1.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 579820584960 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100201501, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "1002016": { + "MonsterTemplateID": 1002016, + "MonsterName": { + "hash": 1729636610 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP1_00_Weapon02_Config_RL.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_22318.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/CocoliaP1_Weapon_2/Monster_CocoliaP1_Weapon_2.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 579820584960 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100201601, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "1004011": { + "MonsterTemplateID": 1004011, + "MonsterName": { + "hash": 2011961613 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP1_00_Config_RL.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1004010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1004010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_CocoliaP1_00/Monster_W1_CocoliaP1_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 6764573491200 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1546188226560 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 1288490190 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_CocoliaP1_00_AI_RL.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1004010 + ] + }, + "1004031": { + "MonsterTemplateID": 1004031, + "MonsterName": { + "hash": 849162199 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Bronya_00_Config_RL.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1004030.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1004030.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Bronya_00/Monster_W1_Bronya_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4638564679680 + }, + "SpeedBase": { + "RawValue": 493921239040 + }, + "StanceBase": { + "RawValue": 901943132160 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Bronya_00_AI_RL.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1004030 + ] + }, + "8002050": { + "MonsterTemplateID": 8002050, + "MonsterName": { + "hash": -595640897 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Minion04_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8002040.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8002040.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Minion04_00/Monster_XP_Minion04_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1159641169920 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_XP_Minion04_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 0 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 800205001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800205002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800205003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8002050 + ] + }, + "1002040": { + "MonsterTemplateID": 1002040, + "MonsterName": { + "hash": 2132921139 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_00/Monster_W1_Soldier01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 502511173632 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100204001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 1002040 + ] + }, + "1002041": { + "MonsterTemplateID": 1002041, + "MonsterName": { + "hash": 2132921138 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier01_00/Monster_W1_Soldier01_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 502511173632 + }, + "SpeedBase": { + "RawValue": 386547056640 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Soldier01_00_AI_A.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1002040 + ] + }, + "1002050": { + "MonsterTemplateID": 1002050, + "MonsterName": { + "hash": -595962216 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Soldier02_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1001020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1001020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Soldier02_00/Monster_W1_Soldier02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 425201762304 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100205001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "1004020": { + "MonsterTemplateID": 1004020, + "MonsterName": { + "hash": -716921741 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Gepard_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1003020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Gepard_00/Monster_W1_Gepard_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4252017623040 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Gepard_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1004020 + ] + }, + "1004021": { + "MonsterTemplateID": 1004021, + "MonsterName": { + "hash": -716921742 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_Gepard_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1003020.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1003020.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_Gepard_00/Monster_W1_Gepard_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 2319282339840 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_Gepard_00_AI_A.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1004020 + ] + }, + "8003050": { + "MonsterTemplateID": 8003050, + "MonsterName": { + "hash": -2141521862 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Elite01_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8003050.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8003050.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Elite01_01/Monster_AML_Elite01_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4638564679680 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Elite01_01_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 800305001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800305002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800305003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800305004, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800305005, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8003050, + 8003051 + ] + }, + "1002013": { + "MonsterTemplateID": 1002013, + "MonsterName": { + "hash": 1729636613 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP2_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1002017.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1002017.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_CocoliaP2_01/Monster_W1_CocoliaP2_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 618475290624 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100201301, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "1002014": { + "MonsterTemplateID": 1002014, + "MonsterName": { + "hash": 1729636608 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP2_02_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1002017.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1002017.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_CocoliaP2_02/Monster_W1_CocoliaP2_02.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 618475290624 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100201401, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "1002017": { + "MonsterTemplateID": 1002017, + "MonsterName": { + "hash": 1729636609 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP2_04_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1002017.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1002017.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_CocoliaP2_01/Monster_W1_CocoliaP2_01.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 869730877442 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100201701, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "1002018": { + "MonsterTemplateID": 1002018, + "MonsterName": { + "hash": 1729636620 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP2_05_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1002017.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1002017.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_CocoliaP2_02/Monster_W1_CocoliaP2_02.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 869730877442 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 100201801, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8002010": { + "MonsterTemplateID": 8002010, + "MonsterName": { + "hash": 1729957931 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_XP_Minion02_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8002010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8002010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/XP_Minion02_00/Monster_XP_Minion02_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 695784701952 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 257698037760 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 429496730 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_XP_Minion02_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 800201003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800201001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 800201002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8002010 + ] + }, + "8015010": { + "MonsterTemplateID": 8015010, + "MonsterName": { + "hash": 466405169 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_BOSS_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8015010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8015010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_BOSS_00/Monster_AML_BOSS_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 579820584960 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 0 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 4294967296 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 0, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [] + }, + "8012140": { + "MonsterTemplateID": 8012140, + "MonsterName": { + "hash": 2133245562 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_BOSS_00_Part1_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012140.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012140.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_BOSS_00/Monster_AML_BOSS_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1932735283200 + }, + "SpeedBase": { + "RawValue": 536870912000 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 1288490190 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_W0_Boss_01_Part1_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801214001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214003, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8012141": { + "MonsterTemplateID": 8012141, + "MonsterName": { + "hash": 2133245563 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_BOSS_00_Part2_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012141.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012141.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_BOSS_00/Monster_AML_BOSS_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 3633542332416 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 1288490190 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_W0_Boss_01_Part2_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801214107, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214108, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8012142": { + "MonsterTemplateID": 8012142, + "MonsterName": { + "hash": 2133245564 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_BOSS_00_Part3_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012142.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012142.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_BOSS_00/Monster_AML_BOSS_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1932735283200 + }, + "SpeedBase": { + "RawValue": 536870912000 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 1288490190 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_W0_Boss_01_Part3_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801214204, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214204, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214206, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214206, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214205, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214205, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8015011": { + "MonsterTemplateID": 8015011, + "MonsterName": { + "hash": 466405168 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_BOSS_01_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8015010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8015010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_BOSS_00/Monster_AML_BOSS_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 483183820802 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 0 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 4294967296 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 0, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900401001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900401002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8012143": { + "MonsterTemplateID": 8012143, + "MonsterName": { + "hash": 2133245565 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_BOSS_00_Part1_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012140.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012140.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_BOSS_00/Monster_AML_BOSS_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1739461754880 + }, + "SpeedBase": { + "RawValue": 536870912000 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_W0_Boss_01_Part1_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801214301, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214301, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214303, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214303, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214302, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214302, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8012144": { + "MonsterTemplateID": 8012144, + "MonsterName": { + "hash": 2133245558 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_BOSS_00_Part2_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012141.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012141.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_BOSS_00/Monster_AML_BOSS_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 3478923509760 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 515396075520 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_W0_Boss_01_Part2_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801214401, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214402, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214403, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8012145": { + "MonsterTemplateID": 8012145, + "MonsterName": { + "hash": 2133245559 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_BOSS_00_Part3_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8012142.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8012142.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_BOSS_00/Monster_AML_BOSS_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 1739461754880 + }, + "SpeedBase": { + "RawValue": 536870912000 + }, + "StanceBase": { + "RawValue": 386547056640 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/WMonster_W0_Boss_01_Part3_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801214501, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214501, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214503, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214503, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214502, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801214502, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "1005011": { + "MonsterTemplateID": 1005011, + "MonsterName": { + "hash": 466080648 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_W1_CocoliaP2_00_Config_A.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_1005010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_1005010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/W1_CocoliaP2_00/Monster_W1_CocoliaP2_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 6764573491200 + }, + "SpeedBase": { + "RawValue": 515396075520 + }, + "StanceBase": { + "RawValue": 1546188226560 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_W1_CocoliaP2_00_AI_A.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [], + "NPCMonsterList": [ + 1005010 + ] + }, + "9002020": { + "MonsterTemplateID": 9002020, + "MonsterName": { + "hash": 1326639581 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_PlayerBoy_00_Config.json", + "IconPath": "SpriteOutput/AvatarIcon/8001.png", + "RoundIconPath": "SpriteOutput/AvatarRoundIcon/8001.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/PlayerBoy_00/Monster_PlayerBoy_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 2705829396480 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900202001, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900202002, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "9002021": { + "MonsterTemplateID": 9002021, + "MonsterName": { + "hash": 1326639580 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_PlayerGirl_00_Config.json", + "IconPath": "SpriteOutput/AvatarIcon/8002.png", + "RoundIconPath": "SpriteOutput/AvatarRoundIcon/8002.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/PlayerGirl_00/Monster_PlayerGirl_00.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 2705829396480 + }, + "SpeedBase": { + "RawValue": 429496729600 + }, + "StanceBase": { + "RawValue": 773094113280 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 0 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_Common_SequenceThree_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 900202101, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 900202102, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [] + }, + "8013012": { + "MonsterTemplateID": 8013012, + "MonsterName": { + "hash": 184080169 + }, + "MonsterBaseType": "", + "JsonConfig": "Config/ConfigCharacter/Monster/Monster_AML_Elite01_00_Config.json", + "IconPath": "SpriteOutput/MosterIcon/Monster_8013010.png", + "RoundIconPath": "SpriteOutput/MonsterRoundIcon/Monster_8013010.png", + "ImagePath": "SpriteOutput/MonsterFigure/BossIconTemporary.png", + "PrefabPath": "Characters/CharacterPrefabs/Monster/AML_Elite01_02/Monster_AML_Elite01_02.prefab", + "ConfigType": 0, + "NatureID": 1, + "AttackBase": { + "RawValue": 77309411328 + }, + "DefenceBase": { + "RawValue": 901943132160 + }, + "HPBase": { + "RawValue": 4252017623040 + }, + "SpeedBase": { + "RawValue": 472446402560 + }, + "StanceBase": { + "RawValue": 1288490188800 + }, + "CriticalChanceBase": { + "RawValue": 0 + }, + "CriticalDamageBase": { + "RawValue": 858993460 + }, + "StatusResistanceBase": { + "RawValue": 858993460 + }, + "MinimumFatigueRatio": { + "RawValue": 858993460 + }, + "AIPath": "Config/ConfigAI/Monster_AML_Elite01_00_AI.json", + "StanceCount": 1, + "StanceType": "Physical", + "InitialDelayRatio": { + "RawValue": 4294967296 + }, + "AISkillSequence": [ + { + "PJGMHPMBFCJ": 801301201, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301202, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301203, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301204, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + }, + { + "PJGMHPMBFCJ": 801301205, + "CLLFIHCPPJB": 0, + "LAOMFGCDBNF": 0, + "OPEMCPDFMPO": 0, + "KGHKBFAPDAM": 0, + "PCOEKOEOKCK": 0, + "LIPGCODEBFP": 0, + "EJPFIGOOIPF": 0 + } + ], + "NPCMonsterList": [ + 8013010, + 8013012 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/NPCDataExcelTable.json b/CrepePackage/src/data/excel/NPCDataExcelTable.json new file mode 100644 index 0000000..58aa672 --- /dev/null +++ b/CrepePackage/src/data/excel/NPCDataExcelTable.json @@ -0,0 +1,13802 @@ +{ + "9999099": { + "ID": 9999099, + "DefaultNPCName": { + "hash": 371857150 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100000000": { + "ID": 100000000, + "DefaultNPCName": { + "hash": -1204070358 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "PlayerAvatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100000001": { + "ID": 100000001, + "DefaultNPCName": { + "hash": -1204070359 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/PlayerBoy_00/NPC_Avatar_PlayerBoy_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_PlayerBoy_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100000002": { + "ID": 100000002, + "DefaultNPCName": { + "hash": -1204070356 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/PlayerGirl_00/NPC_Avatar_PlayerGirl_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_PlayerGirl_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101057": { + "ID": 101057, + "DefaultNPCName": { + "hash": 157019023 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_16.prefab", + "DefaultNPCTitle": { + "hash": 974506526 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 4, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101057 + }, + "101058": { + "ID": 101058, + "DefaultNPCName": { + "hash": 1272764270 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_15.prefab", + "DefaultNPCTitle": { + "hash": 974506531 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 4, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101058 + }, + "101020401": { + "ID": 101020401, + "DefaultNPCName": { + "hash": 298698158 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Himeko_00/NPC_Avatar_Himeko_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Himeko_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020402": { + "ID": 101020402, + "DefaultNPCName": { + "hash": -1166629234 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020403": { + "ID": 101020403, + "DefaultNPCName": { + "hash": -1793211865 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020404": { + "ID": 101020404, + "DefaultNPCName": { + "hash": -2094262967 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020405": { + "ID": 101020405, + "DefaultNPCName": { + "hash": -2094262969 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Gepard_00/NPC_Avatar_Gepard_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Gepard_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020406": { + "ID": 101020406, + "DefaultNPCName": { + "hash": -2094262969 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Gepard_00/NPC_Avatar_Gepard_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Gepard_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020407": { + "ID": 101020407, + "DefaultNPCName": { + "hash": -2094262973 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040101": { + "ID": 101040101, + "DefaultNPCName": { + "hash": -1204040923 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040102": { + "ID": 101040102, + "DefaultNPCName": { + "hash": -1204040920 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040103": { + "ID": 101040103, + "DefaultNPCName": { + "hash": -1204040921 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040104": { + "ID": 101040104, + "DefaultNPCName": { + "hash": -1204040918 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040105": { + "ID": 101040105, + "DefaultNPCName": { + "hash": -1204040919 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040106": { + "ID": 101040106, + "DefaultNPCName": { + "hash": -1204040916 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040107": { + "ID": 101040107, + "DefaultNPCName": { + "hash": -1204040917 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040108": { + "ID": 101040108, + "DefaultNPCName": { + "hash": -1204040930 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040109": { + "ID": 101040109, + "DefaultNPCName": { + "hash": -1204040931 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040110": { + "ID": 101040110, + "DefaultNPCName": { + "hash": 1524842433 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040111": { + "ID": 101040111, + "DefaultNPCName": { + "hash": 1524842432 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040112": { + "ID": 101040112, + "DefaultNPCName": { + "hash": 1524842435 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040113": { + "ID": 101040113, + "DefaultNPCName": { + "hash": 1524842434 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_15.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040114": { + "ID": 101040114, + "DefaultNPCName": { + "hash": 1524842437 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_00/NPC_Monster_W1_Mecha01_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050101": { + "ID": 101050101, + "DefaultNPCName": { + "hash": -1204037786 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050102": { + "ID": 101050102, + "DefaultNPCName": { + "hash": -1204037785 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050103": { + "ID": 101050103, + "DefaultNPCName": { + "hash": -1204037784 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Svarog_00/NPC_Monster_W1_Svarog_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Svarog_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050104": { + "ID": 101050104, + "DefaultNPCName": { + "hash": -1204037783 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Klara_00/NPC_Avatar_Klara_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Klara_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050105": { + "ID": 101050105, + "DefaultNPCName": { + "hash": -1204037782 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050106": { + "ID": 101050106, + "DefaultNPCName": { + "hash": -1204037781 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050107": { + "ID": 101050107, + "DefaultNPCName": { + "hash": 1666011498 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Full/W1/Oleg/NPC_Full_W1_Male_Oleg.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Full/NPC_W1_Male_Oleg_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050108": { + "ID": 101050108, + "DefaultNPCName": { + "hash": -1204037795 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050109": { + "ID": 101050109, + "DefaultNPCName": { + "hash": -1204037794 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050110": { + "ID": 101050110, + "DefaultNPCName": { + "hash": 1524845568 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha04_00/NPC_Monster_W1_Mecha04_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha04_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050111": { + "ID": 101050111, + "DefaultNPCName": { + "hash": 1524845569 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050112": { + "ID": 101050112, + "DefaultNPCName": { + "hash": 1524845570 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050113": { + "ID": 101050113, + "DefaultNPCName": { + "hash": 1524845571 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050114": { + "ID": 101050114, + "DefaultNPCName": { + "hash": 1524845572 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050115": { + "ID": 101050115, + "DefaultNPCName": { + "hash": 1524845573 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050116": { + "ID": 101050116, + "DefaultNPCName": { + "hash": 1524845574 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050117": { + "ID": 101050117, + "DefaultNPCName": { + "hash": 1524845575 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050118": { + "ID": 101050118, + "DefaultNPCName": { + "hash": 1524845560 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101050119": { + "ID": 101050119, + "DefaultNPCName": { + "hash": 1524845561 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090101": { + "ID": 101090101, + "DefaultNPCName": { + "hash": -1204042142 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Svarog_00/NPC_Monster_W1_Svarog_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Svarog_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090102": { + "ID": 101090102, + "DefaultNPCName": { + "hash": -1204042141 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Klara_00/NPC_Avatar_Klara_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Klara_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090103": { + "ID": 101090103, + "DefaultNPCName": { + "hash": -1204042140 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090104": { + "ID": 101090104, + "DefaultNPCName": { + "hash": -1204042147 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090105": { + "ID": 101090105, + "DefaultNPCName": { + "hash": -1204042146 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090106": { + "ID": 101090106, + "DefaultNPCName": { + "hash": -1204042145 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Full/W1/Oleg/NPC_Full_W1_Male_Oleg.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Full/NPC_W1_Male_Oleg_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090107": { + "ID": 101090107, + "DefaultNPCName": { + "hash": -1204042144 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090108": { + "ID": 101090108, + "DefaultNPCName": { + "hash": -1204042135 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/XP_Elite01_00/NPC_Monster_XP_Elite01_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_XP_Minion01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090109": { + "ID": 101090109, + "DefaultNPCName": { + "hash": -1204042134 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090111": { + "ID": 101090111, + "DefaultNPCName": { + "hash": 1524841213 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101090112": { + "ID": 101090112, + "DefaultNPCName": { + "hash": 1524841214 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080101": { + "ID": 101080101, + "DefaultNPCName": { + "hash": -2094262969 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Gepard_00/NPC_Avatar_Gepard_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Gepard_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080102": { + "ID": 101080102, + "DefaultNPCName": { + "hash": -2094262967 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080103": { + "ID": 101080103, + "DefaultNPCName": { + "hash": 371857150 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Welt_00/NPC_Avatar_Welt_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Welt_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080104": { + "ID": 101080104, + "DefaultNPCName": { + "hash": -1204045282 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Serval_00/NPC_Avatar_Serval_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Serval_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080105": { + "ID": 101080105, + "DefaultNPCName": { + "hash": -1204045283 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080106": { + "ID": 101080106, + "DefaultNPCName": { + "hash": -1204045280 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080107": { + "ID": 101080107, + "DefaultNPCName": { + "hash": -1204045281 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080108": { + "ID": 101080108, + "DefaultNPCName": { + "hash": -1204045270 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080109": { + "ID": 101080109, + "DefaultNPCName": { + "hash": -1204045280 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080110": { + "ID": 101080110, + "DefaultNPCName": { + "hash": -1204045283 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080111": { + "ID": 101080111, + "DefaultNPCName": { + "hash": -1204045281 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080112": { + "ID": 101080112, + "DefaultNPCName": { + "hash": -1204045270 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080201": { + "ID": 101080201, + "DefaultNPCName": { + "hash": -1204045180 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080202": { + "ID": 101080202, + "DefaultNPCName": { + "hash": -1204045183 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080203": { + "ID": 101080203, + "DefaultNPCName": { + "hash": -1204045182 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Welt_00/NPC_Avatar_Welt_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Welt_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050201": { + "ID": 201050201, + "DefaultNPCName": { + "hash": -1200484282 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201110101": { + "ID": 201110101, + "DefaultNPCName": { + "hash": -1119409658 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201110102": { + "ID": 201110102, + "DefaultNPCName": { + "hash": -1119409659 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201110103": { + "ID": 201110103, + "DefaultNPCName": { + "hash": -1119409660 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_16.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201110104": { + "ID": 201110104, + "DefaultNPCName": { + "hash": -1119409661 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201110105": { + "ID": 201110105, + "DefaultNPCName": { + "hash": -1119409662 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090101": { + "ID": 201090101, + "DefaultNPCName": { + "hash": -1200488605 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_19.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090102": { + "ID": 201090102, + "DefaultNPCName": { + "hash": -1200488606 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_21.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090103": { + "ID": 201090103, + "DefaultNPCName": { + "hash": -1200488607 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090104": { + "ID": 201090104, + "DefaultNPCName": { + "hash": -1200488608 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090105": { + "ID": 201090105, + "DefaultNPCName": { + "hash": -1200488609 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090106": { + "ID": 201090106, + "DefaultNPCName": { + "hash": -1200488610 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_15.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090107": { + "ID": 201090107, + "DefaultNPCName": { + "hash": -1200488611 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090108": { + "ID": 201090108, + "DefaultNPCName": { + "hash": -1200488596 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090109": { + "ID": 201090109, + "DefaultNPCName": { + "hash": -1200488597 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090110": { + "ID": 201090110, + "DefaultNPCName": { + "hash": 1528394751 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090111": { + "ID": 201090111, + "DefaultNPCName": { + "hash": 1528394750 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090112": { + "ID": 201090112, + "DefaultNPCName": { + "hash": 1528394749 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090113": { + "ID": 201090113, + "DefaultNPCName": { + "hash": 1528394748 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090114": { + "ID": 201090114, + "DefaultNPCName": { + "hash": 1528394747 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201090115": { + "ID": 201090115, + "DefaultNPCName": { + "hash": 1528394746 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "2012201": { + "ID": 2012201, + "DefaultNPCName": { + "hash": -1510779117 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeNPC_FollowPlayer_10106_Hook.json", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "2012202": { + "ID": 2012202, + "DefaultNPCName": { + "hash": -1510779114 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "2012203": { + "ID": 2012203, + "DefaultNPCName": { + "hash": -1510779115 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "2012204": { + "ID": 2012204, + "DefaultNPCName": { + "hash": -1510779120 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "2012205": { + "ID": 2012205, + "DefaultNPCName": { + "hash": -1510779121 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101010107": { + "ID": 101010107, + "DefaultNPCName": { + "hash": -1204033432 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080205": { + "ID": 101080205, + "DefaultNPCName": { + "hash": -1793212954 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Himeko_00/NPC_Avatar_Himeko_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Himeko_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080214": { + "ID": 101080214, + "DefaultNPCName": { + "hash": -1793212955 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Welt_00/NPC_Avatar_Welt_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Welt_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "1000001": { + "ID": 1000001, + "DefaultNPCName": { + "hash": -1793212951 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Special/Pam_00/NPC_Special_Pam_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Pam", + "LodName": "WithoutLod", + "MiniMapIconType": 50, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003001": { + "ID": 100003001, + "DefaultNPCName": { + "hash": 382216558 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003002": { + "ID": 100003002, + "DefaultNPCName": { + "hash": 382216561 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Himeko_00/NPC_Avatar_Himeko_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Himeko_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003003": { + "ID": 100003003, + "DefaultNPCName": { + "hash": 382216560 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Welt_00/NPC_Avatar_Welt_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Welt_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003004": { + "ID": 100003004, + "DefaultNPCName": { + "hash": 382216555 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Special/Pam_00/NPC_Special_Pam_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Pam", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003005": { + "ID": 100003005, + "DefaultNPCName": { + "hash": 382216554 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003006": { + "ID": 100003006, + "DefaultNPCName": { + "hash": 382216557 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Welt_00/NPC_Avatar_Welt_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Welt_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003007": { + "ID": 100003007, + "DefaultNPCName": { + "hash": 382216556 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 3007 + }, + "100003008": { + "ID": 100003008, + "DefaultNPCName": { + "hash": 382216551 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Special/Pam_00/NPC_Special_Pam_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Pam", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003009": { + "ID": 100003009, + "DefaultNPCName": { + "hash": 382216550 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Himeko_00/NPC_Avatar_Himeko_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Himeko_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003010": { + "ID": 100003010, + "DefaultNPCName": { + "hash": 1948300500 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003011": { + "ID": 100003011, + "DefaultNPCName": { + "hash": 1948300499 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Himeko_00/NPC_Avatar_Himeko_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Himeko_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100003012": { + "ID": 100003012, + "DefaultNPCName": { + "hash": 1948300502 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Welt_00/NPC_Avatar_Welt_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Welt_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023050": { + "ID": 101023050, + "DefaultNPCName": { + "hash": -377262327 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023051": { + "ID": 101023051, + "DefaultNPCName": { + "hash": -377262326 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023052": { + "ID": 101023052, + "DefaultNPCName": { + "hash": -377262329 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201223006": { + "ID": 201223006, + "DefaultNPCName": { + "hash": 547948547 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201223007": { + "ID": 201223007, + "DefaultNPCName": { + "hash": 547948546 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201223008": { + "ID": 201223008, + "DefaultNPCName": { + "hash": 547948541 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201223009": { + "ID": 201223009, + "DefaultNPCName": { + "hash": 547948540 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Klara_00/NPC_Avatar_Klara_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Klara_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201223010": { + "ID": 201223010, + "DefaultNPCName": { + "hash": 2114032490 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201313010": { + "ID": 201313010, + "DefaultNPCName": { + "hash": -654741178 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Gepard_00/NPC_Avatar_Gepard_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Gepard_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201313011": { + "ID": 201313011, + "DefaultNPCName": { + "hash": -654741177 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201323010": { + "ID": 201323010, + "DefaultNPCName": { + "hash": -654740155 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201323011": { + "ID": 201323011, + "DefaultNPCName": { + "hash": -654740156 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Special/Cocolia_00/NPC_Special_Cocolia_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Special/NPC_Special_Cocolia_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201323012": { + "ID": 201323012, + "DefaultNPCName": { + "hash": -654740155 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201323013": { + "ID": 201323013, + "DefaultNPCName": { + "hash": -654740156 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Special/Cocolia_00/NPC_Special_Cocolia_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Special/NPC_Special_Cocolia_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201323014": { + "ID": 201323014, + "DefaultNPCName": { + "hash": -654740155 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201323015": { + "ID": 201323015, + "DefaultNPCName": { + "hash": -654740156 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Special/Cocolia_00/NPC_Special_Cocolia_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Special/NPC_Special_Cocolia_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023001": { + "ID": 101023001, + "DefaultNPCName": { + "hash": 382252561 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023002": { + "ID": 101023002, + "DefaultNPCName": { + "hash": 382252558 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023003": { + "ID": 101023003, + "DefaultNPCName": { + "hash": 382252559 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023004": { + "ID": 101023004, + "DefaultNPCName": { + "hash": 382252556 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023005": { + "ID": 101023005, + "DefaultNPCName": { + "hash": 382252557 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023006": { + "ID": 101023006, + "DefaultNPCName": { + "hash": 382252554 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023007": { + "ID": 101023007, + "DefaultNPCName": { + "hash": 382252555 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023008": { + "ID": 101023008, + "DefaultNPCName": { + "hash": 382252552 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023009": { + "ID": 101023009, + "DefaultNPCName": { + "hash": 382252553 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023010": { + "ID": 101023010, + "DefaultNPCName": { + "hash": 1948336501 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023011": { + "ID": 101023011, + "DefaultNPCName": { + "hash": 1948336502 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023012": { + "ID": 101023012, + "DefaultNPCName": { + "hash": 1948336499 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201223011": { + "ID": 201223011, + "DefaultNPCName": { + "hash": 2114032489 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023053": { + "ID": 101023053, + "DefaultNPCName": { + "hash": -377262328 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101023054": { + "ID": 101023054, + "DefaultNPCName": { + "hash": -377262331 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070101": { + "ID": 101070101, + "DefaultNPCName": { + "hash": -1204035608 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070102": { + "ID": 101070102, + "DefaultNPCName": { + "hash": -1204035611 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070103": { + "ID": 101070103, + "DefaultNPCName": { + "hash": -1204035610 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070104": { + "ID": 101070104, + "DefaultNPCName": { + "hash": -1204035605 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070105": { + "ID": 101070105, + "DefaultNPCName": { + "hash": -1204035604 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070106": { + "ID": 101070106, + "DefaultNPCName": { + "hash": -1204035607 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070107": { + "ID": 101070107, + "DefaultNPCName": { + "hash": -1204035606 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070108": { + "ID": 101070108, + "DefaultNPCName": { + "hash": -1204035617 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070109": { + "ID": 101070109, + "DefaultNPCName": { + "hash": -1204035616 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070110": { + "ID": 101070110, + "DefaultNPCName": { + "hash": 1524847746 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070111": { + "ID": 101070111, + "DefaultNPCName": { + "hash": 1524847747 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070112": { + "ID": 101070112, + "DefaultNPCName": { + "hash": 1524847744 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070113": { + "ID": 101070113, + "DefaultNPCName": { + "hash": 1524847745 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070114": { + "ID": 101070114, + "DefaultNPCName": { + "hash": 1524847750 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070115": { + "ID": 101070115, + "DefaultNPCName": { + "hash": 1524847751 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070116": { + "ID": 101070116, + "DefaultNPCName": { + "hash": 1524847748 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070117": { + "ID": 101070117, + "DefaultNPCName": { + "hash": 1524847749 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070118": { + "ID": 101070118, + "DefaultNPCName": { + "hash": 1524847738 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Klara_00/NPC_Avatar_Klara_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Klara_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070119": { + "ID": 101070119, + "DefaultNPCName": { + "hash": 1524847739 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha04_00/NPC_Monster_W1_Mecha04_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha04_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070120": { + "ID": 101070120, + "DefaultNPCName": { + "hash": 1928132273 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070121": { + "ID": 101070121, + "DefaultNPCName": { + "hash": 1928132274 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070122": { + "ID": 101070122, + "DefaultNPCName": { + "hash": 1928132271 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070123": { + "ID": 101070123, + "DefaultNPCName": { + "hash": 1928132272 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070124": { + "ID": 101070124, + "DefaultNPCName": { + "hash": 1928132277 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_05.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070125": { + "ID": 101070125, + "DefaultNPCName": { + "hash": 1928132278 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101070126": { + "ID": 101070126, + "DefaultNPCName": { + "hash": 1928132275 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Svarog_00/NPC_Monster_W1_Svarog_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Svarog_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080301": { + "ID": 101080301, + "DefaultNPCName": { + "hash": -1793212958 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080302": { + "ID": 101080302, + "DefaultNPCName": { + "hash": -1793212959 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080303": { + "ID": 101080303, + "DefaultNPCName": { + "hash": -1204045215 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080304": { + "ID": 101080304, + "DefaultNPCName": { + "hash": -1204045282 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Serval_00/NPC_Avatar_Serval_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Serval_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080305": { + "ID": 101080305, + "DefaultNPCName": { + "hash": -1204045217 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha03_00/NPC_Monster_W1_Mecha03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080306": { + "ID": 101080306, + "DefaultNPCName": { + "hash": -1204045218 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier03_00/NPC_Monster_W1_Soldier03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101080307": { + "ID": 101080307, + "DefaultNPCName": { + "hash": -1204045218 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier03_00/NPC_Monster_W1_Soldier03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100001001": { + "ID": 100001001, + "DefaultNPCName": { + "hash": 99891556 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Himeko_00/NPC_Avatar_Himeko_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Himeko_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100001002": { + "ID": 100001002, + "DefaultNPCName": { + "hash": 99891559 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Welt_00/NPC_Avatar_Welt_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Welt_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011001": { + "ID": 101011001, + "DefaultNPCName": { + "hash": 99928580 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_01.prefab", + "DefaultNPCTitle": { + "hash": 62336947 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011001 + }, + "101011002": { + "ID": 101011002, + "DefaultNPCName": { + "hash": 99928583 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_01.prefab", + "DefaultNPCTitle": { + "hash": 465621474 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011002 + }, + "101011003": { + "ID": 101011003, + "DefaultNPCName": { + "hash": 99928582 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_02.prefab", + "DefaultNPCTitle": { + "hash": -1100462467 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011003 + }, + "101011004": { + "ID": 101011004, + "DefaultNPCName": { + "hash": 99928577 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_03.prefab", + "DefaultNPCTitle": { + "hash": -697177940 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011004 + }, + "101011005": { + "ID": 101011005, + "DefaultNPCName": { + "hash": 99928576 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": 2031705415 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011005 + }, + "101011006": { + "ID": 101011006, + "DefaultNPCName": { + "hash": 99928579 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_02.prefab", + "DefaultNPCTitle": { + "hash": -1859977354 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011006 + }, + "101011007": { + "ID": 101011007, + "DefaultNPCName": { + "hash": 99928578 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_05.prefab", + "DefaultNPCTitle": { + "hash": 868906001 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011007 + }, + "101011008": { + "ID": 101011008, + "DefaultNPCName": { + "hash": 99928573 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_18.prefab", + "DefaultNPCTitle": { + "hash": 1272190528 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011008 + }, + "101011009": { + "ID": 101011009, + "DefaultNPCName": { + "hash": 99928572 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_06.prefab", + "DefaultNPCTitle": { + "hash": -293893413 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011009 + }, + "101011010": { + "ID": 101011010, + "DefaultNPCName": { + "hash": 1666012522 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_04.prefab", + "DefaultNPCTitle": { + "hash": 1628420887 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011010 + }, + "101011011": { + "ID": 101011011, + "DefaultNPCName": { + "hash": 1666012521 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": 62336946 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011011 + }, + "101011012": { + "ID": 101011012, + "DefaultNPCName": { + "hash": 1666012524 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_06.prefab", + "DefaultNPCTitle": { + "hash": 465621473 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011012 + }, + "101011013": { + "ID": 101011013, + "DefaultNPCName": { + "hash": 1666012523 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": -1100462468 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011013 + }, + "101011014": { + "ID": 101011014, + "DefaultNPCName": { + "hash": 1666012518 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": -697177941 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011014 + }, + "101011015": { + "ID": 101011015, + "DefaultNPCName": { + "hash": 1666012517 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_09.prefab", + "DefaultNPCTitle": { + "hash": 2031705414 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011015 + }, + "101011016": { + "ID": 101011016, + "DefaultNPCName": { + "hash": 1666012520 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_07.prefab", + "DefaultNPCTitle": { + "hash": -1859977355 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011016 + }, + "101011017": { + "ID": 101011017, + "DefaultNPCName": { + "hash": 1666012519 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_13.prefab", + "DefaultNPCTitle": { + "hash": 868906000 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011017 + }, + "101011018": { + "ID": 101011018, + "DefaultNPCName": { + "hash": 1666012514 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Serval_00/NPC_Avatar_Serval_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Serval_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011019": { + "ID": 101011019, + "DefaultNPCName": { + "hash": 1666012513 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_07.prefab", + "DefaultNPCTitle": { + "hash": -293893414 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011020": { + "ID": 101011020, + "DefaultNPCName": { + "hash": -1062870833 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_07.prefab", + "DefaultNPCTitle": { + "hash": 1628420886 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011021": { + "ID": 101011021, + "DefaultNPCName": { + "hash": -1062870834 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": 62336945 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011022": { + "ID": 101011022, + "DefaultNPCName": { + "hash": -1062870831 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_06.prefab", + "DefaultNPCTitle": { + "hash": 465621472 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011023": { + "ID": 101011023, + "DefaultNPCName": { + "hash": -1062870832 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": -1100462469 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011024": { + "ID": 101011024, + "DefaultNPCName": { + "hash": -1062870837 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_01.prefab", + "DefaultNPCTitle": { + "hash": -697177942 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011025": { + "ID": 101011025, + "DefaultNPCName": { + "hash": -1062870838 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_01.prefab", + "DefaultNPCTitle": { + "hash": 2031705413 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011026": { + "ID": 101011026, + "DefaultNPCName": { + "hash": -1062870835 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_06.prefab", + "DefaultNPCTitle": { + "hash": -1859977356 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011027": { + "ID": 101011027, + "DefaultNPCName": { + "hash": -1062870836 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": 868905999 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011028": { + "ID": 101011028, + "DefaultNPCName": { + "hash": -1062870841 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_07.prefab", + "DefaultNPCTitle": { + "hash": 1272190526 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011029": { + "ID": 101011029, + "DefaultNPCName": { + "hash": -1062870842 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": -293893415 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011030": { + "ID": 101011030, + "DefaultNPCName": { + "hash": 503213108 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_07.prefab", + "DefaultNPCTitle": { + "hash": 1628420885 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011031": { + "ID": 101011031, + "DefaultNPCName": { + "hash": 503213107 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_07.prefab", + "DefaultNPCTitle": { + "hash": 62336944 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011032": { + "ID": 101011032, + "DefaultNPCName": { + "hash": 503213110 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": 465621471 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011033": { + "ID": 101011033, + "DefaultNPCName": { + "hash": 503213109 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": -1100462470 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011034": { + "ID": 101011034, + "DefaultNPCName": { + "hash": 503213104 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": -697177943 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011035": { + "ID": 101011035, + "DefaultNPCName": { + "hash": 503213103 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 2031705412 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011036": { + "ID": 101011036, + "DefaultNPCName": { + "hash": 503213106 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_01.prefab", + "DefaultNPCTitle": { + "hash": -1859977357 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011037": { + "ID": 101011037, + "DefaultNPCName": { + "hash": 503213105 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_01.prefab", + "DefaultNPCTitle": { + "hash": 868905998 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011038": { + "ID": 101011038, + "DefaultNPCName": { + "hash": 503213100 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_09.prefab", + "DefaultNPCTitle": { + "hash": 1272190525 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011039": { + "ID": 101011039, + "DefaultNPCName": { + "hash": 503213099 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_01.prefab", + "DefaultNPCTitle": { + "hash": -293893416 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011040": { + "ID": 101011040, + "DefaultNPCName": { + "hash": 2069297049 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_05.prefab", + "DefaultNPCTitle": { + "hash": 1628420892 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011041": { + "ID": 101011041, + "DefaultNPCName": { + "hash": 2069297048 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_06.prefab", + "DefaultNPCTitle": { + "hash": 62336951 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011042": { + "ID": 101011042, + "DefaultNPCName": { + "hash": 2069297051 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "DefaultNPCTitle": { + "hash": 465621478 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011043": { + "ID": 101011043, + "DefaultNPCName": { + "hash": 2069297050 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": -1100462463 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011044": { + "ID": 101011044, + "DefaultNPCName": { + "hash": 2069297045 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": -697177936 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011045": { + "ID": 101011045, + "DefaultNPCName": { + "hash": 2069297044 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_16.prefab", + "DefaultNPCTitle": { + "hash": 2031705419 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011046": { + "ID": 101011046, + "DefaultNPCName": { + "hash": 2069297047 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_17.prefab", + "DefaultNPCTitle": { + "hash": -1859977350 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011047": { + "ID": 101011047, + "DefaultNPCName": { + "hash": 2069297046 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_18.prefab", + "DefaultNPCTitle": { + "hash": 868906005 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011048": { + "ID": 101011048, + "DefaultNPCName": { + "hash": 2069297041 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_19.prefab", + "DefaultNPCTitle": { + "hash": 1272190532 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011049": { + "ID": 101011049, + "DefaultNPCName": { + "hash": 2069297040 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_15.prefab", + "DefaultNPCTitle": { + "hash": -293893409 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011050": { + "ID": 101011050, + "DefaultNPCName": { + "hash": -659586306 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_17.prefab", + "DefaultNPCTitle": { + "hash": 1628420891 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011051": { + "ID": 101011051, + "DefaultNPCName": { + "hash": -659586307 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_18.prefab", + "DefaultNPCTitle": { + "hash": 62336950 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011052": { + "ID": 101011052, + "DefaultNPCName": { + "hash": -659586304 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_19.prefab", + "DefaultNPCTitle": { + "hash": 465621477 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011053": { + "ID": 101011053, + "DefaultNPCName": { + "hash": -659586305 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_20.prefab", + "DefaultNPCTitle": { + "hash": -1100462464 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011054": { + "ID": 101011054, + "DefaultNPCName": { + "hash": -659586310 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_21.prefab", + "DefaultNPCTitle": { + "hash": -697177937 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011055": { + "ID": 101011055, + "DefaultNPCName": { + "hash": -659586311 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_01.prefab", + "DefaultNPCTitle": { + "hash": 2031705418 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011056": { + "ID": 101011056, + "DefaultNPCName": { + "hash": -659586308 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_02.prefab", + "DefaultNPCTitle": { + "hash": -1859977351 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011057": { + "ID": 101011057, + "DefaultNPCName": { + "hash": -659586309 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_02.prefab", + "DefaultNPCTitle": { + "hash": 868906004 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011058": { + "ID": 101011058, + "DefaultNPCName": { + "hash": -659586314 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_03.prefab", + "DefaultNPCTitle": { + "hash": 1272190531 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011059": { + "ID": 101011059, + "DefaultNPCName": { + "hash": -659586315 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_04.prefab", + "DefaultNPCTitle": { + "hash": -293893410 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011059 + }, + "101011060": { + "ID": 101011060, + "DefaultNPCName": { + "hash": 906497635 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_04.prefab", + "DefaultNPCTitle": { + "hash": 1628420890 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011060 + }, + "101011061": { + "ID": 101011061, + "DefaultNPCName": { + "hash": 906497634 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_01.prefab", + "DefaultNPCTitle": { + "hash": 62336949 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011062": { + "ID": 101011062, + "DefaultNPCName": { + "hash": 906497637 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_01.prefab", + "DefaultNPCTitle": { + "hash": 465621476 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011063": { + "ID": 101011063, + "DefaultNPCName": { + "hash": 906497636 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_02.prefab", + "DefaultNPCTitle": { + "hash": -1100462465 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011064": { + "ID": 101011064, + "DefaultNPCName": { + "hash": 906497631 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_02.prefab", + "DefaultNPCTitle": { + "hash": -697177938 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011065": { + "ID": 101011065, + "DefaultNPCName": { + "hash": 906497630 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_03.prefab", + "DefaultNPCTitle": { + "hash": 2031705417 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011065 + }, + "101011066": { + "ID": 101011066, + "DefaultNPCName": { + "hash": 906497633 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_03.prefab", + "DefaultNPCTitle": { + "hash": -1859977352 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011066 + }, + "101011067": { + "ID": 101011067, + "DefaultNPCName": { + "hash": 906497632 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_04.prefab", + "DefaultNPCTitle": { + "hash": 868906003 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101011067 + }, + "101011068": { + "ID": 101011068, + "DefaultNPCName": { + "hash": 906497627 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_04.prefab", + "DefaultNPCTitle": { + "hash": 1272190530 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011069": { + "ID": 101011069, + "DefaultNPCName": { + "hash": 906497626 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_06.prefab", + "DefaultNPCTitle": { + "hash": -293893411 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011070": { + "ID": 101011070, + "DefaultNPCName": { + "hash": -1822385720 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_04.prefab", + "DefaultNPCTitle": { + "hash": 1628420889 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011071": { + "ID": 101011071, + "DefaultNPCName": { + "hash": -1822385721 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_06.prefab", + "DefaultNPCTitle": { + "hash": 62336948 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011072": { + "ID": 101011072, + "DefaultNPCName": { + "hash": -1822385718 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": 465621475 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011073": { + "ID": 101011073, + "DefaultNPCName": { + "hash": -1822385719 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_18.prefab", + "DefaultNPCTitle": { + "hash": -1100462466 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 4, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011074": { + "ID": 100011074, + "DefaultNPCName": { + "hash": -1822421725 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": 910755624 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011075": { + "ID": 100011075, + "DefaultNPCName": { + "hash": -1822421724 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_MonsterLD", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101011076": { + "ID": 101011076, + "DefaultNPCName": { + "hash": -1822385722 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": -1859977353 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 4, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013001": { + "ID": 101013001, + "DefaultNPCName": { + "hash": 382253582 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": 62336881 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013002": { + "ID": 101013002, + "DefaultNPCName": { + "hash": 382253585 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": 465621408 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013003": { + "ID": 101013003, + "DefaultNPCName": { + "hash": 382253584 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": -1100462533 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013004": { + "ID": 101013004, + "DefaultNPCName": { + "hash": 382253579 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": -697178006 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013005": { + "ID": 101013005, + "DefaultNPCName": { + "hash": 382253578 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": 2031705349 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013006": { + "ID": 101013006, + "DefaultNPCName": { + "hash": 382253581 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_01.prefab", + "DefaultNPCTitle": { + "hash": -1859977420 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021001": { + "ID": 101021001, + "DefaultNPCName": { + "hash": 99927559 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": -292601758 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021001 + }, + "101021002": { + "ID": 101021002, + "DefaultNPCName": { + "hash": 99927556 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_10.prefab", + "DefaultNPCTitle": { + "hash": -695886285 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021002 + }, + "101021003": { + "ID": 101021003, + "DefaultNPCName": { + "hash": 99927557 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_11.prefab", + "DefaultNPCTitle": { + "hash": 870197656 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021003 + }, + "101021004": { + "ID": 101021004, + "DefaultNPCName": { + "hash": 99927554 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 110682769 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021004 + }, + "101021005": { + "ID": 101021005, + "DefaultNPCName": { + "hash": 99927555 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 1676766710 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021005 + }, + "101021006": { + "ID": 101021006, + "DefaultNPCName": { + "hash": 99927552 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 1273482183 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021006 + }, + "101021007": { + "ID": 101021007, + "DefaultNPCName": { + "hash": 99927553 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021007 + }, + "101021008": { + "ID": 101021008, + "DefaultNPCName": { + "hash": 99927550 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 2080051237 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021008 + }, + "101021009": { + "ID": 101021009, + "DefaultNPCName": { + "hash": 99927551 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": -648832118 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021009 + }, + "101021010": { + "ID": 101021010, + "DefaultNPCName": { + "hash": 1666011499 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_14.prefab", + "DefaultNPCTitle": { + "hash": -1858685700 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021010 + }, + "101021011": { + "ID": 101021011, + "DefaultNPCName": { + "hash": 1666011500 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": -292601759 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021011 + }, + "101021012": { + "ID": 101021012, + "DefaultNPCName": { + "hash": 1666011497 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_02/NPC_Monster_W1_Soldier01_02.prefab", + "DefaultNPCTitle": { + "hash": -695886286 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_02_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021012 + }, + "101021013": { + "ID": 101021013, + "DefaultNPCName": { + "hash": 1666011498 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Full/W1/Oleg/NPC_Full_W1_Male_Oleg.prefab", + "DefaultNPCTitle": { + "hash": 870197655 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Full/NPC_W1_Male_Oleg_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021013 + }, + "101021014": { + "ID": 101021014, + "DefaultNPCName": { + "hash": 1666011495 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_01.prefab", + "DefaultNPCTitle": { + "hash": 110682768 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021014 + }, + "101021015": { + "ID": 101021015, + "DefaultNPCName": { + "hash": 1666011496 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Full/W1/Fersman/NPC_Full_W1_Male_Fersman.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Full/NPC_W1_Male_Fersman_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021015 + }, + "101021016": { + "ID": 101021016, + "DefaultNPCName": { + "hash": 1666011493 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021016 + }, + "101021017": { + "ID": 101021017, + "DefaultNPCName": { + "hash": 1666011494 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021017 + }, + "101021018": { + "ID": 101021018, + "DefaultNPCName": { + "hash": 1666011491 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 101021018 + }, + "101021019": { + "ID": 101021019, + "DefaultNPCName": { + "hash": 1666011492 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021020": { + "ID": 101021020, + "DefaultNPCName": { + "hash": -1062871856 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_15.prefab", + "DefaultNPCTitle": { + "hash": -1858685701 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101040206": { + "ID": 101040206, + "DefaultNPCName": { + "hash": 1666011498 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Full/W1/Oleg/NPC_Full_W1_Male_Oleg.prefab", + "DefaultNPCTitle": { + "hash": 870197655 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Full/NPC_W1_Male_Oleg_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021021": { + "ID": 101021021, + "DefaultNPCName": { + "hash": -1062871855 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021022": { + "ID": 101021022, + "DefaultNPCName": { + "hash": -1062871858 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_31.prefab", + "DefaultNPCTitle": { + "hash": -695886287 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 35, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021023": { + "ID": 101021023, + "DefaultNPCName": { + "hash": -1062871857 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 870197654 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021024": { + "ID": 101021024, + "DefaultNPCName": { + "hash": -1062871860 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 110682767 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021025": { + "ID": 101021025, + "DefaultNPCName": { + "hash": -1062871859 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021026": { + "ID": 101021026, + "DefaultNPCName": { + "hash": -1062871862 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_01.prefab", + "DefaultNPCTitle": { + "hash": 1273482181 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021027": { + "ID": 101021027, + "DefaultNPCName": { + "hash": -1062871861 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_02.prefab", + "DefaultNPCTitle": { + "hash": -1455401174 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021028": { + "ID": 101021028, + "DefaultNPCName": { + "hash": -1062871864 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_03.prefab", + "DefaultNPCTitle": { + "hash": 2080051235 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021029": { + "ID": 101021029, + "DefaultNPCName": { + "hash": -1062871863 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_04.prefab", + "DefaultNPCTitle": { + "hash": -648832120 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021030": { + "ID": 101021030, + "DefaultNPCName": { + "hash": 503212085 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_01.prefab", + "DefaultNPCTitle": { + "hash": -1858685702 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021031": { + "ID": 101021031, + "DefaultNPCName": { + "hash": 503212086 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_02.prefab", + "DefaultNPCTitle": { + "hash": -292601761 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021032": { + "ID": 101021032, + "DefaultNPCName": { + "hash": 503212083 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_03.prefab", + "DefaultNPCTitle": { + "hash": -695886288 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101021033": { + "ID": 101021033, + "DefaultNPCName": { + "hash": 503212084 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_04.prefab", + "DefaultNPCTitle": { + "hash": 870197653 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101022001": { + "ID": 101022001, + "DefaultNPCName": { + "hash": -921709354 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201223001": { + "ID": 201223001, + "DefaultNPCName": { + "hash": 547948548 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201223002": { + "ID": 201223002, + "DefaultNPCName": { + "hash": 547948551 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": -501457182 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231001": { + "ID": 201231001, + "DefaultNPCName": { + "hash": 830270351 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": -1986470954 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231002": { + "ID": 201231002, + "DefaultNPCName": { + "hash": 830270352 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": -420387013 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231003": { + "ID": 201231003, + "DefaultNPCName": { + "hash": 830270353 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231004": { + "ID": 201231004, + "DefaultNPCName": { + "hash": 830270346 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Klara_00/NPC_Avatar_Klara_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Klara_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231005": { + "ID": 201231005, + "DefaultNPCName": { + "hash": 830270347 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_00/NPC_Monster_W1_Mecha01_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231006": { + "ID": 201231006, + "DefaultNPCName": { + "hash": 830270348 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231007": { + "ID": 201231007, + "DefaultNPCName": { + "hash": 830270349 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha04_00/NPC_Monster_W1_Mecha04_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha04_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231008": { + "ID": 201231008, + "DefaultNPCName": { + "hash": 830270342 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_00/NPC_Monster_W1_Mecha01_00.prefab", + "DefaultNPCTitle": { + "hash": 386182041 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231009": { + "ID": 201231009, + "DefaultNPCName": { + "hash": 830270343 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha03_00/NPC_Monster_W1_Mecha03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231010": { + "ID": 201231010, + "DefaultNPCName": { + "hash": -1898613005 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha03_00/NPC_Monster_W1_Mecha03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201231011": { + "ID": 201231011, + "DefaultNPCName": { + "hash": -1898613004 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": -1986470955 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024001": { + "ID": 101024001, + "DefaultNPCName": { + "hash": -639384352 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": -292601723 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024002": { + "ID": 101024002, + "DefaultNPCName": { + "hash": -639384355 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_10.prefab", + "DefaultNPCTitle": { + "hash": -695886250 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024003": { + "ID": 101024003, + "DefaultNPCName": { + "hash": -639384354 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_11.prefab", + "DefaultNPCTitle": { + "hash": 870197691 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024004": { + "ID": 101024004, + "DefaultNPCName": { + "hash": -639384357 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 110682804 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024005": { + "ID": 101024005, + "DefaultNPCName": { + "hash": -639384356 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 1676766745 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024006": { + "ID": 101024006, + "DefaultNPCName": { + "hash": -639384359 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 1273482218 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024007": { + "ID": 101024007, + "DefaultNPCName": { + "hash": -639384358 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_12.prefab", + "DefaultNPCTitle": { + "hash": -1455401137 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024008": { + "ID": 101024008, + "DefaultNPCName": { + "hash": -639384361 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 2080051272 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024009": { + "ID": 101024009, + "DefaultNPCName": { + "hash": -639384360 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": -648832083 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024010": { + "ID": 101024010, + "DefaultNPCName": { + "hash": 2089499002 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_12.prefab", + "DefaultNPCTitle": { + "hash": -1858685663 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101024011": { + "ID": 101024011, + "DefaultNPCName": { + "hash": 2089499003 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": -292601722 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014001": { + "ID": 101014001, + "DefaultNPCName": { + "hash": -639383331 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_01.prefab", + "DefaultNPCTitle": { + "hash": 62336982 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014002": { + "ID": 101014002, + "DefaultNPCName": { + "hash": -639383328 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_01.prefab", + "DefaultNPCTitle": { + "hash": 465621509 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014003": { + "ID": 101014003, + "DefaultNPCName": { + "hash": -639383329 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_02.prefab", + "DefaultNPCTitle": { + "hash": -1100462432 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014004": { + "ID": 101014004, + "DefaultNPCName": { + "hash": -639383334 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_03.prefab", + "DefaultNPCTitle": { + "hash": -697177905 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014005": { + "ID": 101014005, + "DefaultNPCName": { + "hash": -639383335 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": 2031705450 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014006": { + "ID": 101014006, + "DefaultNPCName": { + "hash": -639383332 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_02.prefab", + "DefaultNPCTitle": { + "hash": -1859977319 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014007": { + "ID": 101014007, + "DefaultNPCName": { + "hash": -639383333 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_05.prefab", + "DefaultNPCTitle": { + "hash": 868906036 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014008": { + "ID": 101014008, + "DefaultNPCName": { + "hash": -639383338 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": 1272190563 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014009": { + "ID": 101014009, + "DefaultNPCName": { + "hash": -639383339 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_06.prefab", + "DefaultNPCTitle": { + "hash": -293893378 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014010": { + "ID": 101014010, + "DefaultNPCName": { + "hash": 2089500025 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_04.prefab", + "DefaultNPCTitle": { + "hash": 1628420924 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014011": { + "ID": 101014011, + "DefaultNPCName": { + "hash": 2089500024 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_05.prefab", + "DefaultNPCTitle": { + "hash": 62336983 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014012": { + "ID": 101014012, + "DefaultNPCName": { + "hash": 2089500027 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_06.prefab", + "DefaultNPCTitle": { + "hash": 465621510 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014013": { + "ID": 101014013, + "DefaultNPCName": { + "hash": 2089500026 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": -1100462431 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014014": { + "ID": 101014014, + "DefaultNPCName": { + "hash": 2089500021 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": -697177904 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014015": { + "ID": 101014015, + "DefaultNPCName": { + "hash": 2089500020 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_09.prefab", + "DefaultNPCTitle": { + "hash": 2031705451 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014016": { + "ID": 101014016, + "DefaultNPCName": { + "hash": 2089500023 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_07.prefab", + "DefaultNPCTitle": { + "hash": -1859977318 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101014017": { + "ID": 101014017, + "DefaultNPCName": { + "hash": 2089500022 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_13.prefab", + "DefaultNPCTitle": { + "hash": 868906037 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101045": { + "ID": 101045, + "DefaultNPCName": { + "hash": 1319818436 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeNPC_FollowPlayer.json", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101046": { + "ID": 101046, + "DefaultNPCName": { + "hash": 1723102963 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeNPC_FollowPlayer.json", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101047": { + "ID": 101047, + "DefaultNPCName": { + "hash": 157019022 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeNPC_FollowPlayer_101020201.json", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101048": { + "ID": 101048, + "DefaultNPCName": { + "hash": 1272764269 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeNPC_FollowPlayer_101020202.json", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101018": { + "ID": 101018, + "DefaultNPCName": { + "hash": 1272764274 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_MonsterLD", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "90010": { + "ID": 90010, + "DefaultNPCName": { + "hash": 180085181 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 637533504 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011001": { + "ID": 100011001, + "DefaultNPCName": { + "hash": 99892581 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Asta_00/NPC_Avatar_Asta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Asta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011002": { + "ID": 100011002, + "DefaultNPCName": { + "hash": 99892582 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": 2073555037 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011003": { + "ID": 100011003, + "DefaultNPCName": { + "hash": 99892583 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": -655328318 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011004": { + "ID": 100011004, + "DefaultNPCName": { + "hash": 99892576 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": 910755623 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011005": { + "ID": 100011005, + "DefaultNPCName": { + "hash": 99892577 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "DefaultNPCTitle": { + "hash": -1818127732 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011006": { + "ID": 100011006, + "DefaultNPCName": { + "hash": 99892578 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": -252043791 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011007": { + "ID": 100011007, + "DefaultNPCName": { + "hash": 99892579 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011008": { + "ID": 100011008, + "DefaultNPCName": { + "hash": 99892572 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011009": { + "ID": 100011009, + "DefaultNPCName": { + "hash": 99892573 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Arlan_00/NPC_Avatar_Arlan_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Arlan_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011101": { + "ID": 100011101, + "DefaultNPCName": { + "hash": 99892676 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_03.prefab", + "DefaultNPCTitle": { + "hash": 1172877649 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011101 + }, + "100011102": { + "ID": 100011102, + "DefaultNPCName": { + "hash": 99892679 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_09.prefab", + "DefaultNPCTitle": { + "hash": 769593122 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011102 + }, + "100011103": { + "ID": 100011103, + "DefaultNPCName": { + "hash": 99892678 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011103 + }, + "100011104": { + "ID": 100011104, + "DefaultNPCName": { + "hash": 99892673 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_03.prefab", + "DefaultNPCTitle": { + "hash": -393206292 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011104 + }, + "100011105": { + "ID": 100011105, + "DefaultNPCName": { + "hash": 99892672 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": -1959290233 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011105 + }, + "100011106": { + "ID": 100011106, + "DefaultNPCName": { + "hash": 99892675 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_14.prefab", + "DefaultNPCTitle": { + "hash": -1556005706 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011106 + }, + "100011107": { + "ID": 100011107, + "DefaultNPCName": { + "hash": 99892674 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 1172877649 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011107 + }, + "100011108": { + "ID": 100011108, + "DefaultNPCName": { + "hash": 99892669 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 1576162176 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011108 + }, + "100011109": { + "ID": 100011109, + "DefaultNPCName": { + "hash": 99892668 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_10.prefab", + "DefaultNPCTitle": { + "hash": 10078235 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011109 + }, + "100011110": { + "ID": 100011110, + "DefaultNPCName": { + "hash": 1665976618 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 366308594 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011110 + }, + "100011111": { + "ID": 100011111, + "DefaultNPCName": { + "hash": 1665976617 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_03.prefab", + "DefaultNPCTitle": { + "hash": 366308594 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011111 + }, + "100011112": { + "ID": 100011112, + "DefaultNPCName": { + "hash": 1665976620 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_12.prefab", + "DefaultNPCTitle": { + "hash": 769593121 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011112 + }, + "100011113": { + "ID": 100011113, + "DefaultNPCName": { + "hash": 1665976619 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_07.prefab", + "DefaultNPCTitle": { + "hash": -796490820 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011113 + }, + "100011114": { + "ID": 100011114, + "DefaultNPCName": { + "hash": 1665976614 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_04.prefab", + "DefaultNPCTitle": { + "hash": -393206293 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011114 + }, + "100011115": { + "ID": 100011115, + "DefaultNPCName": { + "hash": 1665976613 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_04.prefab", + "DefaultNPCTitle": { + "hash": -1959290234 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011115 + }, + "100011116": { + "ID": 100011116, + "DefaultNPCName": { + "hash": 1665976616 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_06.prefab", + "DefaultNPCTitle": { + "hash": -1556005707 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011116 + }, + "100011117": { + "ID": 100011117, + "DefaultNPCName": { + "hash": 1665976615 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_17.prefab", + "DefaultNPCTitle": { + "hash": 1172877648 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011117 + }, + "100011118": { + "ID": 100011118, + "DefaultNPCName": { + "hash": 1665976610 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_05.prefab", + "DefaultNPCTitle": { + "hash": 1576162175 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011118 + }, + "100011119": { + "ID": 100011119, + "DefaultNPCName": { + "hash": 1665976609 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_04.prefab", + "DefaultNPCTitle": { + "hash": 10078234 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011119 + }, + "100011120": { + "ID": 100011120, + "DefaultNPCName": { + "hash": -1062906737 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_06.prefab", + "DefaultNPCTitle": { + "hash": 1932392534 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 100011120 + }, + "100011121": { + "ID": 100011121, + "DefaultNPCName": { + "hash": -1062906738 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011122": { + "ID": 100011122, + "DefaultNPCName": { + "hash": -1062906735 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011123": { + "ID": 100011123, + "DefaultNPCName": { + "hash": -1062906736 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011124": { + "ID": 100011124, + "DefaultNPCName": { + "hash": -1062906741 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100011125": { + "ID": 100011125, + "DefaultNPCName": { + "hash": -1062906742 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_14.prefab", + "DefaultNPCTitle": { + "hash": -1959290235 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013008": { + "ID": 200013008, + "DefaultNPCName": { + "hash": 385703529 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_05.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014001": { + "ID": 100014001, + "DefaultNPCName": { + "hash": -639419330 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014002": { + "ID": 100014002, + "DefaultNPCName": { + "hash": -639419329 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_02.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014003": { + "ID": 100014003, + "DefaultNPCName": { + "hash": -639419328 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014004": { + "ID": 100014004, + "DefaultNPCName": { + "hash": -639419335 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014005": { + "ID": 100014005, + "DefaultNPCName": { + "hash": -639419334 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_05.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014006": { + "ID": 100014006, + "DefaultNPCName": { + "hash": -639419333 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_06.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014007": { + "ID": 100014007, + "DefaultNPCName": { + "hash": -639419332 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014008": { + "ID": 100014008, + "DefaultNPCName": { + "hash": -639419339 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014009": { + "ID": 100014009, + "DefaultNPCName": { + "hash": -639419338 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014010": { + "ID": 100014010, + "DefaultNPCName": { + "hash": 2089464024 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014011": { + "ID": 100014011, + "DefaultNPCName": { + "hash": 2089464025 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014012": { + "ID": 100014012, + "DefaultNPCName": { + "hash": 2089464026 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014013": { + "ID": 100014013, + "DefaultNPCName": { + "hash": 2089464027 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014014": { + "ID": 100014014, + "DefaultNPCName": { + "hash": 2089464020 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014015": { + "ID": 100014015, + "DefaultNPCName": { + "hash": 2089464021 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_15.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014016": { + "ID": 100014016, + "DefaultNPCName": { + "hash": 2089464022 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_16.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014017": { + "ID": 100014017, + "DefaultNPCName": { + "hash": 2089464023 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_17.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014018": { + "ID": 100014018, + "DefaultNPCName": { + "hash": 2089464016 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_18.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014019": { + "ID": 100014019, + "DefaultNPCName": { + "hash": 2089464017 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_19.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014020": { + "ID": 100014020, + "DefaultNPCName": { + "hash": -1802218745 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_20.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014021": { + "ID": 100014021, + "DefaultNPCName": { + "hash": -1802218744 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_21.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014022": { + "ID": 100014022, + "DefaultNPCName": { + "hash": -1802218743 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014023": { + "ID": 100014023, + "DefaultNPCName": { + "hash": -1802218742 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_02.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014024": { + "ID": 100014024, + "DefaultNPCName": { + "hash": -1802218749 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014025": { + "ID": 100014025, + "DefaultNPCName": { + "hash": -1802218748 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014026": { + "ID": 100014026, + "DefaultNPCName": { + "hash": -1802218747 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_05.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014027": { + "ID": 100014027, + "DefaultNPCName": { + "hash": -1802218746 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_06.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014028": { + "ID": 100014028, + "DefaultNPCName": { + "hash": -1802218753 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014029": { + "ID": 100014029, + "DefaultNPCName": { + "hash": -1802218752 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014030": { + "ID": 100014030, + "DefaultNPCName": { + "hash": 926664610 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014031": { + "ID": 100014031, + "DefaultNPCName": { + "hash": 926664611 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014032": { + "ID": 100014032, + "DefaultNPCName": { + "hash": 926664612 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014033": { + "ID": 100014033, + "DefaultNPCName": { + "hash": 926664613 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014034": { + "ID": 100014034, + "DefaultNPCName": { + "hash": 926664606 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014035": { + "ID": 100014035, + "DefaultNPCName": { + "hash": 926664607 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014036": { + "ID": 100014036, + "DefaultNPCName": { + "hash": 926664608 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_15.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014037": { + "ID": 100014037, + "DefaultNPCName": { + "hash": 926664609 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_16.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014038": { + "ID": 100014038, + "DefaultNPCName": { + "hash": 926664602 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_17.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014039": { + "ID": 100014039, + "DefaultNPCName": { + "hash": 926664603 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014040": { + "ID": 100014040, + "DefaultNPCName": { + "hash": 1686179497 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_02.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014041": { + "ID": 100014041, + "DefaultNPCName": { + "hash": 1686179498 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014042": { + "ID": 100014042, + "DefaultNPCName": { + "hash": 1686179499 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014043": { + "ID": 100014043, + "DefaultNPCName": { + "hash": 1686179500 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_05.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014044": { + "ID": 100014044, + "DefaultNPCName": { + "hash": 1686179493 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_06.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014045": { + "ID": 100014045, + "DefaultNPCName": { + "hash": 1686179494 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014046": { + "ID": 100014046, + "DefaultNPCName": { + "hash": 1686179495 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_02.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014047": { + "ID": 100014047, + "DefaultNPCName": { + "hash": 1686179496 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100014048": { + "ID": 100014048, + "DefaultNPCName": { + "hash": 1686179489 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100013001": { + "ID": 100013001, + "DefaultNPCName": { + "hash": 382217583 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Himeko_00/NPC_Avatar_Himeko_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Himeko_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100013002": { + "ID": 100013002, + "DefaultNPCName": { + "hash": 382217584 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "100013003": { + "ID": 100013003, + "DefaultNPCName": { + "hash": 382217585 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020102": { + "ID": 101020102, + "DefaultNPCName": { + "hash": -1204034390 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_02.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020103": { + "ID": 101020103, + "DefaultNPCName": { + "hash": -1204034391 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_MonsterLD", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020104": { + "ID": 101020104, + "DefaultNPCName": { + "hash": -1204034392 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020105": { + "ID": 101020105, + "DefaultNPCName": { + "hash": -1204034393 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020106": { + "ID": 101020106, + "DefaultNPCName": { + "hash": -1204034394 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_05.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020108": { + "ID": 101020108, + "DefaultNPCName": { + "hash": -1204034396 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Gepard_00/NPC_Avatar_Gepard_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Gepard_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020110": { + "ID": 101020110, + "DefaultNPCName": { + "hash": 1524848967 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Serval_00/NPC_Avatar_Serval_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Serval_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020111": { + "ID": 101020111, + "DefaultNPCName": { + "hash": 1524848966 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_MonsterLD", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020112": { + "ID": 101020112, + "DefaultNPCName": { + "hash": 1524848965 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020113": { + "ID": 101020113, + "DefaultNPCName": { + "hash": 1524848964 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020114": { + "ID": 101020114, + "DefaultNPCName": { + "hash": 1524848963 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020115": { + "ID": 101020115, + "DefaultNPCName": { + "hash": 1524848962 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_21.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020116": { + "ID": 101020116, + "DefaultNPCName": { + "hash": 1524848961 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020117": { + "ID": 101020117, + "DefaultNPCName": { + "hash": 1524848960 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020118": { + "ID": 101020118, + "DefaultNPCName": { + "hash": 1524848959 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_02.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020119": { + "ID": 101020119, + "DefaultNPCName": { + "hash": 1524848958 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020120": { + "ID": 101020120, + "DefaultNPCName": { + "hash": 1928133494 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020201": { + "ID": 101020201, + "DefaultNPCName": { + "hash": -1204034422 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020202": { + "ID": 101020202, + "DefaultNPCName": { + "hash": -1204034421 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101020203": { + "ID": 101020203, + "DefaultNPCName": { + "hash": -1204034420 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101100101": { + "ID": 101100101, + "DefaultNPCName": { + "hash": -1122966332 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101100102": { + "ID": 101100102, + "DefaultNPCName": { + "hash": -1122966329 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101100103": { + "ID": 101100103, + "DefaultNPCName": { + "hash": -1122966330 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Serval_00/NPC_Avatar_Serval_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Serval_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101100104": { + "ID": 101100104, + "DefaultNPCName": { + "hash": -1122966335 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101100105": { + "ID": 101100105, + "DefaultNPCName": { + "hash": -1122966336 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_MonsterLD", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101110101": { + "ID": 101110101, + "DefaultNPCName": { + "hash": -1122963195 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier03_00/NPC_Monster_W1_Soldier03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101110102": { + "ID": 101110102, + "DefaultNPCName": { + "hash": -1122963194 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101110103": { + "ID": 101110103, + "DefaultNPCName": { + "hash": -1122963193 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha03_00/NPC_Monster_W1_Mecha03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101110104": { + "ID": 101110104, + "DefaultNPCName": { + "hash": -1122963200 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101110105": { + "ID": 101110105, + "DefaultNPCName": { + "hash": -1122963195 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier03_00/NPC_Monster_W1_Soldier03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 4, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "901210101": { + "ID": 901210101, + "DefaultNPCName": { + "hash": -486730324 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "901210102": { + "ID": 901210102, + "DefaultNPCName": { + "hash": -486730323 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "901210103": { + "ID": 901210103, + "DefaultNPCName": { + "hash": -486730322 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "901210104": { + "ID": 901210104, + "DefaultNPCName": { + "hash": -486730329 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "901210105": { + "ID": 901210105, + "DefaultNPCName": { + "hash": -486730328 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "901210106": { + "ID": 901210106, + "DefaultNPCName": { + "hash": -486730327 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801011001": { + "ID": 801011001, + "DefaultNPCName": { + "hash": 91622845 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": -1952114432 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 4, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801011002": { + "ID": 801011002, + "DefaultNPCName": { + "hash": 91622846 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": -386030491 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 4, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801011003": { + "ID": 801011003, + "DefaultNPCName": { + "hash": 91622847 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 1180053450 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Avatar", + "MiniMapIconType": 4, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "80001": { + "ID": 80001, + "DefaultNPCName": { + "hash": 1746170146 + }, + "PrefabPath": "Props/DesignerBackup/BossCocoon/Test_NPC_Monster_W1_Soldier03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013001": { + "ID": 200013001, + "DefaultNPCName": { + "hash": 385703536 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Silwolf_00/NPC_Avatar_Silwolf_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Silwolf_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200011002": { + "ID": 200011002, + "DefaultNPCName": { + "hash": 103378533 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_07.prefab", + "DefaultNPCTitle": { + "hash": -1110697480 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013002": { + "ID": 200013002, + "DefaultNPCName": { + "hash": 385703535 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013003": { + "ID": 200013003, + "DefaultNPCName": { + "hash": 385703534 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Welt_00/NPC_Avatar_Welt_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Welt_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013004": { + "ID": 200013004, + "DefaultNPCName": { + "hash": 385703533 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": -304128492 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013005": { + "ID": 200013005, + "DefaultNPCName": { + "hash": 385703532 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/AML_Minion02_00/NPC_Monster_AML_Minion02_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_AML_Minion02_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013006": { + "ID": 200013006, + "DefaultNPCName": { + "hash": 385703531 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013007": { + "ID": 200013007, + "DefaultNPCName": { + "hash": 385703530 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013009": { + "ID": 200013009, + "DefaultNPCName": { + "hash": 385703528 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_01.prefab", + "DefaultNPCTitle": { + "hash": 99156035 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "200013010": { + "ID": 200013010, + "DefaultNPCName": { + "hash": 1951787478 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W0_Minion03_00/NPC_Monster_W0_Minion03_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W0_Minion03_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "90091": { + "ID": 90091, + "DefaultNPCName": { + "hash": 536315540 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Permanent", + "SeriesID": 90091 + }, + "90092": { + "ID": 90092, + "DefaultNPCName": { + "hash": 536315543 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 90091 + }, + "90093": { + "ID": 90093, + "DefaultNPCName": { + "hash": 536315542 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 90091 + }, + "901021701": { + "ID": 901021701, + "DefaultNPCName": { + "hash": 90439960 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "901021702": { + "ID": 901021702, + "DefaultNPCName": { + "hash": 90439963 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "901021703": { + "ID": 901021703, + "DefaultNPCName": { + "hash": 90439962 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "901021704": { + "ID": 901021704, + "DefaultNPCName": { + "hash": 90439965 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 1 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "90094": { + "ID": 90094, + "DefaultNPCName": { + "hash": 536315537 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "90095": { + "ID": 90095, + "DefaultNPCName": { + "hash": 536315536 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "90096": { + "ID": 90096, + "DefaultNPCName": { + "hash": 536315539 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "90097": { + "ID": 90097, + "DefaultNPCName": { + "hash": 536315538 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050101": { + "ID": 201050101, + "DefaultNPCName": { + "hash": -1200484249 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050102": { + "ID": 201050102, + "DefaultNPCName": { + "hash": -1200484250 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Full/W1/Fersman/NPC_Full_W1_Male_Fersman.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Full/NPC_W1_Male_Fersman_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050103": { + "ID": 201050103, + "DefaultNPCName": { + "hash": -1200484251 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050104": { + "ID": 201050104, + "DefaultNPCName": { + "hash": -1200484244 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050105": { + "ID": 201050105, + "DefaultNPCName": { + "hash": -1200484245 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050106": { + "ID": 201050106, + "DefaultNPCName": { + "hash": -1200484246 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_19.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050107": { + "ID": 201050107, + "DefaultNPCName": { + "hash": -1200484247 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_15.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050108": { + "ID": 201050108, + "DefaultNPCName": { + "hash": -1200484256 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050109": { + "ID": 201050109, + "DefaultNPCName": { + "hash": -1200484257 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050110": { + "ID": 201050110, + "DefaultNPCName": { + "hash": 1528399107 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050111": { + "ID": 201050111, + "DefaultNPCName": { + "hash": 1528399106 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201050112": { + "ID": 201050112, + "DefaultNPCName": { + "hash": 1528399105 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070301": { + "ID": 201070301, + "DefaultNPCName": { + "hash": -1200486361 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070302": { + "ID": 201070302, + "DefaultNPCName": { + "hash": -1200486362 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070303": { + "ID": 201070303, + "DefaultNPCName": { + "hash": -1200486363 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070304": { + "ID": 201070304, + "DefaultNPCName": { + "hash": -1200486356 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070305": { + "ID": 201070305, + "DefaultNPCName": { + "hash": -1200486357 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070306": { + "ID": 201070306, + "DefaultNPCName": { + "hash": -1200486358 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": -1036929001 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070307": { + "ID": 201070307, + "DefaultNPCName": { + "hash": -1200486359 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070308": { + "ID": 201070308, + "DefaultNPCName": { + "hash": -1200486368 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070309": { + "ID": 201070309, + "DefaultNPCName": { + "hash": -1200486369 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_30.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070310": { + "ID": 201070310, + "DefaultNPCName": { + "hash": 1528396995 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_23.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201070311": { + "ID": 201070311, + "DefaultNPCName": { + "hash": 1528396994 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_11.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201130101": { + "ID": 201130101, + "DefaultNPCName": { + "hash": -1119411836 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201130102": { + "ID": 201130102, + "DefaultNPCName": { + "hash": -1119411833 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201130103": { + "ID": 201130103, + "DefaultNPCName": { + "hash": -1119411834 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Serval_00/NPC_Avatar_Serval_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Serval_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201130104": { + "ID": 201130104, + "DefaultNPCName": { + "hash": -1119411839 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "601022301": { + "ID": 601022301, + "DefaultNPCName": { + "hash": -922897550 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "DefaultNPCTitle": { + "hash": 1920435187 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "601020301": { + "ID": 601020301, + "DefaultNPCName": { + "hash": -1205222552 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "DefaultNPCTitle": { + "hash": 1920435253 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "601020601": { + "ID": 601020601, + "DefaultNPCName": { + "hash": -1205222325 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "601020602": { + "ID": 601020602, + "DefaultNPCName": { + "hash": -1205222326 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "601020603": { + "ID": 601020603, + "DefaultNPCName": { + "hash": -1205222327 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013010": { + "ID": 101013010, + "DefaultNPCName": { + "hash": 1948337524 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013011": { + "ID": 101013011, + "DefaultNPCName": { + "hash": 1948337523 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_02.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013012": { + "ID": 101013012, + "DefaultNPCName": { + "hash": 1948337526 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_08.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013013": { + "ID": 101013013, + "DefaultNPCName": { + "hash": 1948337525 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4, + 8 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "101013014": { + "ID": 101013014, + "DefaultNPCName": { + "hash": 1948337520 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00_DL/NPC_Monster_W1_Soldier01_00_DL.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "802014001": { + "ID": 802014001, + "DefaultNPCName": { + "hash": -647720713 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "DefaultNPCTitle": { + "hash": -2022767768 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "802014002": { + "ID": 802014002, + "DefaultNPCName": { + "hash": -647720714 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "DefaultNPCTitle": { + "hash": 706115587 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "802014003": { + "ID": 802014003, + "DefaultNPCName": { + "hash": -647720715 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_13.prefab", + "DefaultNPCTitle": { + "hash": -859968354 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "802014004": { + "ID": 802014004, + "DefaultNPCName": { + "hash": -647720716 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "DefaultNPCTitle": { + "hash": 1512684641 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Normal", + "LodName": "NPC_Normal", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "201010101": { + "ID": 201010101, + "DefaultNPCName": { + "hash": -1200479893 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Monster/XP_Elite01_01/NPC_Monster_XP_Elite01_01.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_XP_Elite01_01_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Monster", + "LodName": "WithoutLod", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81101": { + "ID": 81101, + "DefaultNPCName": { + "hash": -1244835140 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81102": { + "ID": 81102, + "DefaultNPCName": { + "hash": -1244835137 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81103": { + "ID": 81103, + "DefaultNPCName": { + "hash": -1244835138 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81201": { + "ID": 81201, + "DefaultNPCName": { + "hash": -1244835169 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81202": { + "ID": 81202, + "DefaultNPCName": { + "hash": -1244835172 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81203": { + "ID": 81203, + "DefaultNPCName": { + "hash": -1244835171 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81204": { + "ID": 81204, + "DefaultNPCName": { + "hash": -1244835174 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81205": { + "ID": 81205, + "DefaultNPCName": { + "hash": -1244835173 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81206": { + "ID": 81206, + "DefaultNPCName": { + "hash": -1244835176 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81301": { + "ID": 81301, + "DefaultNPCName": { + "hash": -1244835074 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81302": { + "ID": 81302, + "DefaultNPCName": { + "hash": -1244835075 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81303": { + "ID": 81303, + "DefaultNPCName": { + "hash": -1244835076 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81304": { + "ID": 81304, + "DefaultNPCName": { + "hash": -1244835077 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "81305": { + "ID": 81305, + "DefaultNPCName": { + "hash": -1244835078 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "82101": { + "ID": 82101, + "DefaultNPCName": { + "hash": 2028495243 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_12.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "82201": { + "ID": 82201, + "DefaultNPCName": { + "hash": 2028495214 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_04.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "82301": { + "ID": 82301, + "DefaultNPCName": { + "hash": 2028495309 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111101": { + "ID": 801111101, + "DefaultNPCName": { + "hash": 455018049 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111201": { + "ID": 801111201, + "DefaultNPCName": { + "hash": 455018148 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111202": { + "ID": 801111202, + "DefaultNPCName": { + "hash": 455018145 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111301": { + "ID": 801111301, + "DefaultNPCName": { + "hash": 455018115 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111302": { + "ID": 801111302, + "DefaultNPCName": { + "hash": 455018114 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111303": { + "ID": 801111303, + "DefaultNPCName": { + "hash": 455018113 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111304": { + "ID": 801111304, + "DefaultNPCName": { + "hash": 455018112 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111305": { + "ID": 801111305, + "DefaultNPCName": { + "hash": 455018111 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111306": { + "ID": 801111306, + "DefaultNPCName": { + "hash": 455018110 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111307": { + "ID": 801111307, + "DefaultNPCName": { + "hash": 455018109 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111308": { + "ID": 801111308, + "DefaultNPCName": { + "hash": 455018124 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111309": { + "ID": 801111309, + "DefaultNPCName": { + "hash": 455018123 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111310": { + "ID": 801111310, + "DefaultNPCName": { + "hash": -1111065825 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111311": { + "ID": 801111311, + "DefaultNPCName": { + "hash": -1111065826 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111312": { + "ID": 801111312, + "DefaultNPCName": { + "hash": -1111065827 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111313": { + "ID": 801111313, + "DefaultNPCName": { + "hash": -1111065828 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111314": { + "ID": 801111314, + "DefaultNPCName": { + "hash": -1111065829 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111315": { + "ID": 801111315, + "DefaultNPCName": { + "hash": -1111065830 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111401": { + "ID": 801111401, + "DefaultNPCName": { + "hash": 455017950 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Himeko_00/NPC_Avatar_Himeko_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Himeko_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111501": { + "ID": 801111501, + "DefaultNPCName": { + "hash": 455017917 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111502": { + "ID": 801111502, + "DefaultNPCName": { + "hash": 455017920 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111503": { + "ID": 801111503, + "DefaultNPCName": { + "hash": 455017919 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111504": { + "ID": 801111504, + "DefaultNPCName": { + "hash": 455017922 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111505": { + "ID": 801111505, + "DefaultNPCName": { + "hash": 455017921 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111506": { + "ID": 801111506, + "DefaultNPCName": { + "hash": 455017924 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111507": { + "ID": 801111507, + "DefaultNPCName": { + "hash": 455017923 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111508": { + "ID": 801111508, + "DefaultNPCName": { + "hash": 455017926 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111509": { + "ID": 801111509, + "DefaultNPCName": { + "hash": 455017925 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111510": { + "ID": 801111510, + "DefaultNPCName": { + "hash": -1111066023 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111511": { + "ID": 801111511, + "DefaultNPCName": { + "hash": -1111066024 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111512": { + "ID": 801111512, + "DefaultNPCName": { + "hash": -1111066021 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111513": { + "ID": 801111513, + "DefaultNPCName": { + "hash": -1111066022 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111514": { + "ID": 801111514, + "DefaultNPCName": { + "hash": -1111066019 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111515": { + "ID": 801111515, + "DefaultNPCName": { + "hash": -1111066020 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111516": { + "ID": 801111516, + "DefaultNPCName": { + "hash": -1111066017 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111517": { + "ID": 801111517, + "DefaultNPCName": { + "hash": -1111066018 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111518": { + "ID": 801111518, + "DefaultNPCName": { + "hash": -1111066015 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111519": { + "ID": 801111519, + "DefaultNPCName": { + "hash": -1111066016 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111520": { + "ID": 801111520, + "DefaultNPCName": { + "hash": -707781496 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111521": { + "ID": 801111521, + "DefaultNPCName": { + "hash": -707781497 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111522": { + "ID": 801111522, + "DefaultNPCName": { + "hash": -707781494 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111523": { + "ID": 801111523, + "DefaultNPCName": { + "hash": -707781495 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111524": { + "ID": 801111524, + "DefaultNPCName": { + "hash": -707781492 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111601": { + "ID": 801111601, + "DefaultNPCName": { + "hash": 455018016 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Gepard_00/NPC_Avatar_Gepard_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Gepard_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111701": { + "ID": 801111701, + "DefaultNPCName": { + "hash": 455017983 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Kafka_00/NPC_Avatar_Kafka_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Kafka_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111702": { + "ID": 801111702, + "DefaultNPCName": { + "hash": 455017982 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Kafka_00/NPC_Avatar_Kafka_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Kafka_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111703": { + "ID": 801111703, + "DefaultNPCName": { + "hash": 455017981 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Kafka_00/NPC_Avatar_Kafka_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Kafka_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801111704": { + "ID": 801111704, + "DefaultNPCName": { + "hash": 455017988 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Kafka_00/NPC_Avatar_Kafka_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Kafka_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 29, + "IsMapContent": true, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + }, + "801121001": { + "ID": 801121001, + "DefaultNPCName": { + "hash": 455023459 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "DefaultNPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 1, + 4 + ], + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "DefaultAIPath": "", + "CharacterType": "NPC", + "SubType": "Avatar", + "LodName": "NPC_Avatar", + "MiniMapIconType": 0, + "IsMapContent": false, + "Rank": "Minion", + "BornType": "Mission", + "SeriesID": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/NPCMonsterDataExcelTable.json b/CrepePackage/src/data/excel/NPCMonsterDataExcelTable.json new file mode 100644 index 0000000..8881351 --- /dev/null +++ b/CrepePackage/src/data/excel/NPCMonsterDataExcelTable.json @@ -0,0 +1,1080 @@ +{ + "1002020": { + "ID": 1002020, + "NPCName": { + "hash": -740387930 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier01_03/NPCMonster_W1_Soldier01_03.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1002020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier01_03_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Common_Patrol_Loop_New.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "1002030": { + "ID": 1002030, + "NPCName": { + "hash": -740387931 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier04_00/NPCMonster_W1_Soldier04_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1002030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier04_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Range_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "1002040": { + "ID": 1002040, + "NPCName": { + "hash": -740387932 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier01_00/NPCMonster_W1_Soldier01_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_CWSoldier_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Common_Patrol_Loop_New.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "1002041": { + "ID": 1002041, + "NPCName": { + "hash": 1988495423 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier01_00/NPCMonster_W1_Soldier01_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1001010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_CWSoldier_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_FollowLeader_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "1003010": { + "ID": 1003010, + "NPCName": { + "hash": -740388024 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier03_00/NPCMonster_W1_Soldier03_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier03_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_LV3Common_idle_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1003011": { + "ID": 1003011, + "NPCName": { + "hash": 1988495331 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier03_00/Test_NPCMonster_W1_Soldier03_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier03_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/Test_MazeMonster_LV3Common_Standby_Alert.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1003012": { + "ID": 1003012, + "NPCName": { + "hash": -1903187438 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier03_01/NPCMonster_W1_Soldier03_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier03_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Common_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1003013": { + "ID": 1003013, + "NPCName": { + "hash": 825695917 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier03_01/NPCMonster_W1_Soldier03_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier03_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Leader_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1003014": { + "ID": 1003014, + "NPCName": { + "hash": 1585210804 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier03_01/NPCMonster_W1_Soldier03_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier03_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_MazeSkill_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1004010": { + "ID": 1004010, + "NPCName": { + "hash": -740388127 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_CocoliaP1_00/NPCMonster_W1_CocoliaP1_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1004010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_CocoliaP1_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_LV3Common_idle_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "LittleBoss", + "IsMazeLink": true + }, + "1004020": { + "ID": 1004020, + "NPCName": { + "hash": -740388124 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Gepard_00/NPCMonster_W1_Gepard_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1003020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Gepard_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_LV3Common_idle_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "LittleBoss", + "IsMazeLink": true + }, + "1004030": { + "ID": 1004030, + "NPCName": { + "hash": -740388125 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Bronya_00/NPCMonster_W1_Bronya_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1004030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Bronya_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_LV3Common_idle_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "LittleBoss", + "IsMazeLink": true + }, + "1014010": { + "ID": 1014010, + "NPCName": { + "hash": -1548248836 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Svarog_00/NPCMonster_W1_Svarog_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1004020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Svarog_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_LV3Common_idle_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1012020": { + "ID": 1012020, + "NPCName": { + "hash": -1548248639 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha01_00/NPCMonster_W1_Mecha01_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1012020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha01_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Mecha01_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "1012030": { + "ID": 1012030, + "NPCName": { + "hash": -1548248640 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha01_01/NPCMonster_W1_Mecha01_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1012030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Mecha01_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "1013010": { + "ID": 1013010, + "NPCName": { + "hash": -1548248733 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha03_00/NPCMonster_W1_Mecha03_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1013010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha03_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_W1_Mecha03_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1013020": { + "ID": 1013020, + "NPCName": { + "hash": -1548248736 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha04_00/NPCMonster_W1_Mecha04_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1013020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha04_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_W1_Mecha04_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1022010": { + "ID": 1022010, + "NPCName": { + "hash": -13597455 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier01_02/NPCMonster_W1_Soldier01_02.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_9002400.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier01_02_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Common_Patrol_Loop_New.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "1022020": { + "ID": 1022020, + "NPCName": { + "hash": -13597456 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier01_01/NPCMonster_W1_Soldier01_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_9002410.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Common_Patrol_Loop_New.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "1023010": { + "ID": 1023010, + "NPCName": { + "hash": -13597550 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha04_01/NPCMonster_W1_Mecha04_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1023010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha04_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_W1_Mecha04_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1023020": { + "ID": 1023020, + "NPCName": { + "hash": -13597553 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha03_01/NPCMonster_W1_Mecha03_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1023020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha03_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_W1_Mecha03_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8001010": { + "ID": 8001010, + "NPCName": { + "hash": -1628050071 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Minion01_00/NPCMonster_XP_Minion01_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_9001020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_XP_Minion01_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_XP_Minion_Ice_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Minion", + "IsMazeLink": true + }, + "8001020": { + "ID": 8001020, + "NPCName": { + "hash": -1628050070 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Minion01_01/NPCMonster_XP_Minion01_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_9001030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_XP_Minion01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_XP_Minion_Ice_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Minion", + "IsMazeLink": true + }, + "8001030": { + "ID": 8001030, + "NPCName": { + "hash": -1628050069 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Minion03_00/NPCMonster_XP_Minion03_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8001030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_XP_Minion03_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_AML_Minion01_00_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Minion", + "IsMazeLink": true + }, + "8002010": { + "ID": 8002010, + "NPCName": { + "hash": -1628049910 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Minion02_00/NPCMonster_XP_Minion02_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8002010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_XP_Minion02_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_XP_Minion02_00_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Minion", + "IsMazeLink": true + }, + "8003010": { + "ID": 8003010, + "NPCName": { + "hash": -1628050005 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Elite01_01/NPCMonster_XP_Elite01_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8003010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_XP_Elite01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_XP_Elite01_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8003020": { + "ID": 8003020, + "NPCName": { + "hash": -1628050008 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Elite01_00/NPCMonster_XP_Elite01_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8003020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_XP_Elite01_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_XP_Elite01_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8003030": { + "ID": 8003030, + "NPCName": { + "hash": -1628050007 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Elite02_00/NPCMonster_XP_Elite02_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8003030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_XP_Elite02_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_XP_Elite02_00_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8003050": { + "ID": 8003050, + "NPCName": { + "hash": -1628050009 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/AML_Elite01_01/NPCMonster_AML_Elite01_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8013020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_AML_Elite01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_AML_Elite01_01_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8011010": { + "ID": 8011010, + "NPCName": { + "hash": -1709120306 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/AML_Minion01_00/NPCMonster_AML_Minion01_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8011010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_AML_Minion01_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_AML_Minion01_00_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Minion", + "IsMazeLink": true + }, + "8011020": { + "ID": 8011020, + "NPCName": { + "hash": -1709120305 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/AML_Minion01_01/NPCMonster_AML_Minion01_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8011020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_AML_Minion01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_AML_Minion01_00_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Minion", + "IsMazeLink": true + }, + "8012010": { + "ID": 8012010, + "NPCName": { + "hash": -1709120145 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/AML_Minion02_00/NPCMonster_AML_Minion02_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8012010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_AML_Minion02_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_AML_Minion02_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "8012020": { + "ID": 8012020, + "NPCName": { + "hash": -1709120146 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/AML_Minion03_00/NPCMonster_AML_Minion03_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8012020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_AML_Minion03_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_AML_Minion03_00_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "8012030": { + "ID": 8012030, + "NPCName": { + "hash": -1709120147 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/AML_Minion04_00/NPCMonster_AML_Minion04_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8012030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_AML_Minion04_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Range_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Minion", + "IsMazeLink": true + }, + "8013010": { + "ID": 8013010, + "NPCName": { + "hash": -1709120240 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/AML_Elite01_00/NPCMonster_AML_Elite01_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8013010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_AML_Elite01_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Common_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "9002021": { + "ID": 9002021, + "NPCName": { + "hash": -859409815 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha04_01/NPCMonster_W1_Mecha04_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1023010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha04_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_LV3Common_idle_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "9002050": { + "ID": 9002050, + "NPCName": { + "hash": 706674123 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha01_01/NPCMonster_W1_Mecha01_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1012030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Common_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "9002051": { + "ID": 9002051, + "NPCName": { + "hash": -859409818 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha01_01/NPCMonster_W1_Mecha01_M301.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1012030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Common_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": true + }, + "9003030": { + "ID": 9003030, + "NPCName": { + "hash": 706674030 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha03_01/NPCMonster_W1_Mecha03_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1023020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Mecha03_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_LV3Common_idle_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "9004000": { + "ID": 9004000, + "NPCName": { + "hash": 706673930 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Soldier03_00/NPCMonster_W1_Soldier03_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1003010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_W1_Soldier03_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_Soldier_Common_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8002040": { + "ID": 8002040, + "NPCName": { + "hash": -1628049913 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Minion04_00/NPCMonster_XP_Minion04_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8002040.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_XP_Minion04_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_XP_Minion04_00_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": false + }, + "8002050": { + "ID": 8002050, + "NPCName": { + "hash": -1628049914 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Minion04_00/NPCMonster_XP_Minion04_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8002040.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/NPCMonster_XP_Minion04_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/MazeMonster_XP_Minion04_00_Patrol_Loop.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "MinionLv2", + "IsMazeLink": false + }, + "8003051": { + "ID": 8003051, + "NPCName": { + "hash": -61966068 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/AML_Elite01_01/NPCMonster_AML_Elite01_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8013020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/FarmElement_AML_Elite01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/FarmElement_XP_Elite01_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8013012": { + "ID": 8013012, + "NPCName": { + "hash": 1423047642 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/AML_Elite01_00/NPCMonster_AML_Elite01_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8013010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/FarmElement_AML_Elite01_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/FarmElement_XP_Elite01_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8003021": { + "ID": 8003021, + "NPCName": { + "hash": -61966067 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Elite01_00/NPCMonster_XP_Elite01_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8003020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/FarmElement_XP_Elite01_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/FarmElement_XP_Elite01_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8003031": { + "ID": 8003031, + "NPCName": { + "hash": -61966066 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Elite02_00/NPCMonster_XP_Elite02_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8003030.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/FarmElement_XP_Elite02_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/FarmElement_XP_Elite01_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1013021": { + "ID": 1013021, + "NPCName": { + "hash": 17835205 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha04_00/NPCMonster_W1_Mecha04_00.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1013020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/FarmElement_W1_Mecha04_00_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/FarmElement_XP_Elite01_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "1023021": { + "ID": 1023021, + "NPCName": { + "hash": -1579681494 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/W1_Mecha03_01/NPCMonster_W1_Mecha03_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_1023020.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/FarmElement_W1_Mecha03_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/FarmElement_XP_Elite01_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + }, + "8003011": { + "ID": 8003011, + "NPCName": { + "hash": -61966064 + }, + "PrefabPath": "Characters/CharacterPrefabs/NPCMonster/XP_Elite01_01/NPCMonster_XP_Elite01_01.prefab", + "NPCIconPath": "SpriteOutput/MosterIcon/Monster_8003010.png", + "NPCTitle": { + "hash": 371857150 + }, + "BoardShowList": [ + 2 + ], + "JsonPath": "Config/ConfigCharacter/NPCMonster/FarmElement_XP_Elite01_01_Config.json", + "DefaultAIPath": "Config/ConfigAI/Adventure/FarmElement_XP_Elite01_00_Patrol.json", + "CharacterType": "NPCMonster", + "SubType": "Monster", + "MiniMapIconType": 5, + "IsMapContent": false, + "Rank": "Elite", + "IsMazeLink": true + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/PerformanceInfoExcelTable.json b/CrepePackage/src/data/excel/PerformanceInfoExcelTable.json new file mode 100644 index 0000000..a5b7201 --- /dev/null +++ b/CrepePackage/src/data/excel/PerformanceInfoExcelTable.json @@ -0,0 +1,12374 @@ +{ + "99999": { + "PerformanceID": 99999, + "PerformancePath": "Config/Performance/EmptyPerformance.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "100000199": { + "PerformanceID": 100000199, + "PerformancePath": "Config/Level/Mission/1000001/Talk/Act100000199.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "500010101": { + "PerformanceID": 500010101, + "PerformancePath": "Config/Level/EventMission/5000101/Act/Act500010101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "501023501": { + "PerformanceID": 501023501, + "PerformancePath": "Config/Level/Mission/5010235/Act/Act501023501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501023601": { + "PerformanceID": 501023601, + "PerformancePath": "Config/Level/Mission/5010236/Act/Act501023601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501023701": { + "PerformanceID": 501023701, + "PerformancePath": "Config/Level/Mission/5010237/Act/Act501023701.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501023801": { + "PerformanceID": 501023801, + "PerformancePath": "Config/Level/Mission/5010238/Act/Act501023801.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501023901": { + "PerformanceID": 501023901, + "PerformancePath": "Config/Level/Mission/5010239/Act/Act501023901.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501024001": { + "PerformanceID": 501024001, + "PerformancePath": "Config/Level/Mission/5010240/Act/Act501024001.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501024101": { + "PerformanceID": 501024101, + "PerformancePath": "Config/Level/Mission/5010241/Act/Act501024101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101005 + }, + "501024201": { + "PerformanceID": 501024201, + "PerformancePath": "Config/Level/Mission/5010242/Act/Act501024201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501024301": { + "PerformanceID": 501024301, + "PerformancePath": "Config/Level/Mission/5010243/Act/Act501024301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "501024401": { + "PerformanceID": 501024401, + "PerformancePath": "Config/Level/Mission/5010244/Act/Act501024401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501024501": { + "PerformanceID": 501024501, + "PerformancePath": "Config/Level/Mission/5010245/Act/Act501024501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501024601": { + "PerformanceID": 501024601, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501024601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501024801": { + "PerformanceID": 501024801, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501024801.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "501024901": { + "PerformanceID": 501024901, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501024901.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501025001": { + "PerformanceID": 501025001, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501025001.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501025101": { + "PerformanceID": 501025101, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501025101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501025201": { + "PerformanceID": 501025201, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501025201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501025301": { + "PerformanceID": 501025301, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501025301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501025401": { + "PerformanceID": 501025401, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501025401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501025501": { + "PerformanceID": 501025501, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501025501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501025701": { + "PerformanceID": 501025701, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501025701.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501026101": { + "PerformanceID": 501026101, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501026101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501026301": { + "PerformanceID": 501026301, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501026301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501026401": { + "PerformanceID": 501026401, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501026401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501026701": { + "PerformanceID": 501026701, + "PerformancePath": "Config/Level/Mission/5010267/Act/Act501026701.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "501026801": { + "PerformanceID": 501026801, + "PerformancePath": "Config/Level/Mission/5010268/Act/Act501026801.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501026901": { + "PerformanceID": 501026901, + "PerformancePath": "Config/Level/Mission/5010269/Act/Act501026901.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "501027001": { + "PerformanceID": 501027001, + "PerformancePath": "Config/Level/Mission/5010270/Act/Act501027001.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501027101": { + "PerformanceID": 501027101, + "PerformancePath": "Config/Level/Mission/5010271/Act/Act501027101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501027201": { + "PerformanceID": 501027201, + "PerformancePath": "Config/Level/Mission/5010272/Act/Act501027201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501027301": { + "PerformanceID": 501027301, + "PerformancePath": "Config/Level/Mission/5010273/Act/Act501027301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501027401": { + "PerformanceID": 501027401, + "PerformancePath": "Config/Level/Mission/5010274/Act/Act501027401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501027501": { + "PerformanceID": 501027501, + "PerformancePath": "Config/Level/Mission/5010275/Act/Act501027501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "501027601": { + "PerformanceID": 501027601, + "PerformancePath": "Config/Level/Mission/5010276/Act/Act501027601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501027701": { + "PerformanceID": 501027701, + "PerformancePath": "Config/Level/Mission/5010277/Act/Act501027701.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501027801": { + "PerformanceID": 501027801, + "PerformancePath": "Config/Level/Mission/5010278/Act/Act501027801.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501027901": { + "PerformanceID": 501027901, + "PerformancePath": "Config/Level/Mission/5010279/Act/Act501027901.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501028001": { + "PerformanceID": 501028001, + "PerformancePath": "Config/Level/Mission/5010280/Act/Act501028001.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501028101": { + "PerformanceID": 501028101, + "PerformancePath": "Config/Level/Mission/5010281/Act/Act501028101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501028201": { + "PerformanceID": 501028201, + "PerformancePath": "Config/Level/Mission/5010282/Act/Act501028201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501028301": { + "PerformanceID": 501028301, + "PerformancePath": "Config/Level/Mission/5010283/Act/Act501028301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501028401": { + "PerformanceID": 501028401, + "PerformancePath": "Config/Level/Mission/5010284/Act/Act501028401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "501028501": { + "PerformanceID": 501028501, + "PerformancePath": "Config/Level/Mission/5010285/Act/Act501028501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501028601": { + "PerformanceID": 501028601, + "PerformancePath": "Config/Level/Mission/5010286/Act/Act501028601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501028701": { + "PerformanceID": 501028701, + "PerformancePath": "Config/Level/Mission/5010287/Act/Act501028701.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "501028801": { + "PerformanceID": 501028801, + "PerformancePath": "Config/Level/Mission/5010288/Act/Act501028801.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501028901": { + "PerformanceID": 501028901, + "PerformancePath": "Config/Level/Mission/5010289/Act/Act501028901.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501029001": { + "PerformanceID": 501029001, + "PerformancePath": "Config/Level/Mission/5010290/Act/Act501029001.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501040101": { + "PerformanceID": 501040101, + "PerformancePath": "Config/Level/Mission/5010401/Act/Act501040101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "501026501": { + "PerformanceID": 501026501, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501026501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "501026601": { + "PerformanceID": 501026601, + "PerformancePath": "Config/Level/Mission/5010246_/Act/Act501026601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "100005578": { + "PerformanceID": 100005578, + "PerformancePath": "Config/Level/NPC/1000055/Act100005578.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "100005662": { + "PerformanceID": 100005662, + "PerformancePath": "Config/Level/NPC/1000056/Act100005662.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101057001": { + "PerformanceID": 101057001, + "PerformancePath": "Config/Level/Maze/Chapter01/Town/Act/Act_101010199.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101058001": { + "PerformanceID": 101058001, + "PerformancePath": "Config/Level/Maze/Chapter01/Town/Act/Act_101010200.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "500000101": { + "PerformanceID": 500000101, + "PerformancePath": "Config/Level/Mission/5000001/Act/Act500000101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "300052101": { + "PerformanceID": 300052101, + "PerformancePath": "Config/Level/Mission/3000521/Act/Act300052101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052103": { + "PerformanceID": 300052103, + "PerformancePath": "Config/Level/Mission/3000521/Act/Act300052103.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052201": { + "PerformanceID": 300052201, + "PerformancePath": "Config/Level/Mission/3000522/Act/Act300052201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052202": { + "PerformanceID": 300052202, + "PerformancePath": "Config/Level/Mission/3000522/Act/Act300052202.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052203": { + "PerformanceID": 300052203, + "PerformancePath": "Config/Level/Mission/3000522/Act/Act300052203.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052301": { + "PerformanceID": 300052301, + "PerformancePath": "Config/Level/Mission/3000523/Act/Act300052301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052302": { + "PerformanceID": 300052302, + "PerformancePath": "Config/Level/Mission/3000523/Act/Act300052302.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052303": { + "PerformanceID": 300052303, + "PerformancePath": "Config/Level/Mission/3000523/Act/Act300052303.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052401": { + "PerformanceID": 300052401, + "PerformancePath": "Config/Level/Mission/3000524/Act/Act300052401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052402": { + "PerformanceID": 300052402, + "PerformancePath": "Config/Level/Mission/3000524/Act/Act300052402.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052403": { + "PerformanceID": 300052403, + "PerformancePath": "Config/Level/Mission/3000524/Act/Act300052403.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052501": { + "PerformanceID": 300052501, + "PerformancePath": "Config/Level/Mission/3000525/Act/Act300052501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052502": { + "PerformanceID": 300052502, + "PerformancePath": "Config/Level/Mission/3000525/Act/Act300052502.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052503": { + "PerformanceID": 300052503, + "PerformancePath": "Config/Level/Mission/3000525/Act/Act300052503.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052601": { + "PerformanceID": 300052601, + "PerformancePath": "Config/Level/Mission/3000526/Act/Act300052601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052602": { + "PerformanceID": 300052602, + "PerformancePath": "Config/Level/Mission/3000526/Act/Act300052602.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052603": { + "PerformanceID": 300052603, + "PerformancePath": "Config/Level/Mission/3000526/Act/Act300052603.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052701": { + "PerformanceID": 300052701, + "PerformancePath": "Config/Level/Mission/3000527/Act/Act300052701.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052702": { + "PerformanceID": 300052702, + "PerformancePath": "Config/Level/Mission/3000527/Act/Act300052702.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "300052703": { + "PerformanceID": 300052703, + "PerformancePath": "Config/Level/Mission/3000527/Act/Act300052703.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020101": { + "PerformanceID": 301020101, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020102": { + "PerformanceID": 301020102, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020102.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020201": { + "PerformanceID": 301020201, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020202": { + "PerformanceID": 301020202, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020202.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020301": { + "PerformanceID": 301020301, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020302": { + "PerformanceID": 301020302, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020302.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020401": { + "PerformanceID": 301020401, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020402": { + "PerformanceID": 301020402, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020402.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020501": { + "PerformanceID": 301020501, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020502": { + "PerformanceID": 301020502, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020502.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020601": { + "PerformanceID": 301020601, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020602": { + "PerformanceID": 301020602, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020602.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020701": { + "PerformanceID": 301020701, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020702": { + "PerformanceID": 301020702, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020203.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020801": { + "PerformanceID": 301020801, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020802": { + "PerformanceID": 301020802, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020204.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020901": { + "PerformanceID": 301020901, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301020902": { + "PerformanceID": 301020902, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020303.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021001": { + "PerformanceID": 301021001, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021002": { + "PerformanceID": 301021002, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020304.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021101": { + "PerformanceID": 301021101, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021102": { + "PerformanceID": 301021102, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020403.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021201": { + "PerformanceID": 301021201, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021202": { + "PerformanceID": 301021202, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020503.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021301": { + "PerformanceID": 301021301, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021302": { + "PerformanceID": 301021302, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020504.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021401": { + "PerformanceID": 301021401, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301021402": { + "PerformanceID": 301021402, + "PerformancePath": "Config/Level/Mission/3010201_3010206/Act/Act301020603.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301010201": { + "PerformanceID": 301010201, + "PerformancePath": "Config/Level/Mission/3010102/Act/Act301010201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301010203": { + "PerformanceID": 301010203, + "PerformancePath": "Config/Level/Mission/3010102/Act/Act301010203.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301030301": { + "PerformanceID": 301030301, + "PerformancePath": "Config/Level/Mission/3010303/Act/Act301030301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301030303": { + "PerformanceID": 301030303, + "PerformancePath": "Config/Level/Mission/3010303/Act/Act301030303.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301042101": { + "PerformanceID": 301042101, + "PerformancePath": "Config/Level/Mission/3010421/Act/Act301042101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301042103": { + "PerformanceID": 301042103, + "PerformancePath": "Config/Level/Mission/3010421/Act/Act301042103.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301042201": { + "PerformanceID": 301042201, + "PerformancePath": "Config/Level/Mission/3010422/Act/Act301042201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301042203": { + "PerformanceID": 301042203, + "PerformancePath": "Config/Level/Mission/3010422/Act/Act301042203.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301042301": { + "PerformanceID": 301042301, + "PerformancePath": "Config/Level/Mission/3010423/Act/Act301042301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301042303": { + "PerformanceID": 301042303, + "PerformancePath": "Config/Level/Mission/3010423/Act/Act301042303.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301042308": { + "PerformanceID": 301042308, + "PerformancePath": "Config/Level/Mission/3010423/Act/Act301042308.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101101": { + "PerformanceID": 301101101, + "PerformancePath": "Config/Level/Mission/3011011/Act/Act301101101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101102": { + "PerformanceID": 301101102, + "PerformancePath": "Config/Level/Mission/3011011/Act/Act301101102.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101103": { + "PerformanceID": 301101103, + "PerformancePath": "Config/Level/Mission/3011011/Act/Act301101103.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101104": { + "PerformanceID": 301101104, + "PerformancePath": "Config/Level/Mission/3011011/Act/Act301101104.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101201": { + "PerformanceID": 301101201, + "PerformancePath": "Config/Level/Mission/3011012/Act/Act301101201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101202": { + "PerformanceID": 301101202, + "PerformancePath": "Config/Level/Mission/3011012/Act/Act301101202.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101203": { + "PerformanceID": 301101203, + "PerformancePath": "Config/Level/Mission/3011012/Act/Act301101203.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101204": { + "PerformanceID": 301101204, + "PerformancePath": "Config/Level/Mission/3011012/Act/Act301101204.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 0, + "FloorID": 0 + }, + "301101205": { + "PerformanceID": 301101205, + "PerformancePath": "Config/Level/Mission/3011012/Act/Act301101205.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101301": { + "PerformanceID": 301101301, + "PerformancePath": "Config/Level/Mission/3011013/Act/Act301101301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101302": { + "PerformanceID": 301101302, + "PerformancePath": "Config/Level/Mission/3011013/Act/Act301101302.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101303": { + "PerformanceID": 301101303, + "PerformancePath": "Config/Level/Mission/3011013/Act/Act301101303.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101304": { + "PerformanceID": 301101304, + "PerformancePath": "Config/Level/Mission/3011013/Act/Act301101304.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301101305": { + "PerformanceID": 301101305, + "PerformancePath": "Config/Level/Mission/3011013/Act/Act301101305.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111101": { + "PerformanceID": 301111101, + "PerformancePath": "Config/Level/Mission/3011111/Act/Act301111101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111102": { + "PerformanceID": 301111102, + "PerformancePath": "Config/Level/Mission/3011111/Act/Act301111102.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111201": { + "PerformanceID": 301111201, + "PerformancePath": "Config/Level/Mission/3011112/Act/Act301111201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111202": { + "PerformanceID": 301111202, + "PerformancePath": "Config/Level/Mission/3011112/Act/Act301111202.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 0, + "FloorID": 0 + }, + "301111203": { + "PerformanceID": 301111203, + "PerformancePath": "Config/Level/Mission/3011112/Act/Act301111203.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111204": { + "PerformanceID": 301111204, + "PerformancePath": "Config/Level/Mission/3011112/Act/Act301111204.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111301": { + "PerformanceID": 301111301, + "PerformancePath": "Config/Level/Mission/3011113/Act/Act301111301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111302": { + "PerformanceID": 301111302, + "PerformancePath": "Config/Level/Mission/3011113/Act/Act301111302.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111303": { + "PerformanceID": 301111303, + "PerformancePath": "Config/Level/Mission/3011113/Act/Act301111303.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111304": { + "PerformanceID": 301111304, + "PerformancePath": "Config/Level/Mission/3011113/Act/Act301111304.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "301111305": { + "PerformanceID": 301111305, + "PerformancePath": "Config/Level/Mission/3011113/Act/Act301111305.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901020501": { + "PerformanceID": 901020501, + "PerformancePath": "Config/Level/Mission/9010205/Act_901020501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901020801": { + "PerformanceID": 901020801, + "PerformancePath": "Config/Level/Mission/9010208/Act_901020801.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901020802": { + "PerformanceID": 901020802, + "PerformancePath": "Config/Level/Mission/9010208/Act_901020802.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901020803": { + "PerformanceID": 901020803, + "PerformancePath": "Config/Level/Mission/9010208/Act_901020803.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901020804": { + "PerformanceID": 901020804, + "PerformancePath": "Config/Level/Mission/9010208/Act_901020804.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "920111001": { + "PerformanceID": 920111001, + "PerformancePath": "Config/Level/DesignerBackup/Test_TriggerProp_CharacterAction_01.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "920111002": { + "PerformanceID": 920111002, + "PerformancePath": "Config/Level/DesignerBackup/Test_TriggerTownBattle_01.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "100010100": { + "PerformanceID": 100010100, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010101": { + "PerformanceID": 100010101, + "PerformancePath": "Story/Mission/1000101/Story100010101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010102": { + "PerformanceID": 100010102, + "PerformancePath": "Config/Level/Mission/1000101/CS100010102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010103": { + "PerformanceID": 100010103, + "PerformancePath": "Config/Level/Mission/1000101/CS100010103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010104": { + "PerformanceID": 100010104, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010105": { + "PerformanceID": 100010105, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010106": { + "PerformanceID": 100010106, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010106.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010107": { + "PerformanceID": 100010107, + "PerformancePath": "Story/Mission/1000101/Story100010107.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010108": { + "PerformanceID": 100010108, + "PerformancePath": "Story/Mission/1000101/Story100010108.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010109": { + "PerformanceID": 100010109, + "PerformancePath": "Story/Mission/1000101/Story100010109.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010110": { + "PerformanceID": 100010110, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010110.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010111": { + "PerformanceID": 100010111, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010112": { + "PerformanceID": 100010112, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010112.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010113": { + "PerformanceID": 100010113, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010113.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010114": { + "PerformanceID": 100010114, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010114.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010115": { + "PerformanceID": 100010115, + "PerformancePath": "Config/Level/Mission/1000101/CS100010115.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100010116": { + "PerformanceID": 100010116, + "PerformancePath": "Config/Level/Mission/1000101/CS100010116.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010101": { + "PerformanceID": 900010101, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010100.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010107": { + "PerformanceID": 900010107, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010107.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010108": { + "PerformanceID": 900010108, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010108.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010109": { + "PerformanceID": 900010109, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010109.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010201": { + "PerformanceID": 900010201, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010202": { + "PerformanceID": 900010202, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010203": { + "PerformanceID": 900010203, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010204": { + "PerformanceID": 900010204, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010205": { + "PerformanceID": 900010205, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010205.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010206": { + "PerformanceID": 900010206, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010206.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "900010207": { + "PerformanceID": 900010207, + "PerformancePath": "Config/Level/Mission/1000101/Act/Act100010207.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100020101": { + "PerformanceID": 100020101, + "PerformancePath": "Config/Level/Mission/1000201/CS100020101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020102": { + "PerformanceID": 100020102, + "PerformancePath": "Story/Mission/1000201/Story100020102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020103": { + "PerformanceID": 100020103, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020105": { + "PerformanceID": 100020105, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020107": { + "PerformanceID": 100020107, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020107.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020108": { + "PerformanceID": 100020108, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020108.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020109": { + "PerformanceID": 100020109, + "PerformancePath": "Story/Mission/1000201/Story100020109.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020110": { + "PerformanceID": 100020110, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020110.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020111": { + "PerformanceID": 100020111, + "PerformancePath": "Story/Mission/1000201/Story100020111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020113": { + "PerformanceID": 100020113, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020113.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020116": { + "PerformanceID": 100020116, + "PerformancePath": "Config/Level/Mission/1000201/CS100020116.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020117": { + "PerformanceID": 100020117, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020117.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020119": { + "PerformanceID": 100020119, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020119.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020121": { + "PerformanceID": 100020121, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020121.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100020122": { + "PerformanceID": 100020122, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020122.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "900020102": { + "PerformanceID": 900020102, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "900020109": { + "PerformanceID": 900020109, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020109.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "900020111": { + "PerformanceID": 900020111, + "PerformancePath": "Config/Level/Mission/1000201/Act/Act100020111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "100030100": { + "PerformanceID": 100030100, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030100.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030101": { + "PerformanceID": 100030101, + "PerformancePath": "Story/Mission/1000301/Story100030101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030103": { + "PerformanceID": 100030103, + "PerformancePath": "Story/Mission/1000301/Story100030103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030201": { + "PerformanceID": 100030201, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030202": { + "PerformanceID": 100030202, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030203": { + "PerformanceID": 100030203, + "PerformancePath": "Config/Level/Mission/1000301/CS100030102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030206": { + "PerformanceID": 100030206, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030206.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "900030101": { + "PerformanceID": 900030101, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "900030103": { + "PerformanceID": 900030103, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030111": { + "PerformanceID": 100030111, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030111.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030112": { + "PerformanceID": 100030112, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030112.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030113": { + "PerformanceID": 100030113, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030113.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030114": { + "PerformanceID": 100030114, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030114.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030115": { + "PerformanceID": 100030115, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030115.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030116": { + "PerformanceID": 100030116, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030116.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030117": { + "PerformanceID": 100030117, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030117.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030121": { + "PerformanceID": 100030121, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030121.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030122": { + "PerformanceID": 100030122, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030122.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030123": { + "PerformanceID": 100030123, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030123.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030124": { + "PerformanceID": 100030124, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030124.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030125": { + "PerformanceID": 100030125, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030125.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100030127": { + "PerformanceID": 100030127, + "PerformancePath": "Config/Level/Mission/1000301/CS100030102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100040102": { + "PerformanceID": 100040102, + "PerformancePath": "Story/Mission/1000401/Story100040101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100040104": { + "PerformanceID": 100040104, + "PerformancePath": "Config/Level/Mission/1000401/Act/Act100040104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100040106": { + "PerformanceID": 100040106, + "PerformancePath": "Config/Level/Mission/1000401/Act/Act100040106.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100040110": { + "PerformanceID": 100040110, + "PerformancePath": "Config/Level/Mission/1000401/CS100040110.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100040111": { + "PerformanceID": 100040111, + "PerformancePath": "Config/Level/Mission/1000401/Act/Act100040111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100040115": { + "PerformanceID": 100040115, + "PerformancePath": "Config/Level/Mission/1000401/Act/Act100040115.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100040120": { + "PerformanceID": 100040120, + "PerformancePath": "Story/Mission/1000501/Story100050101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100040121": { + "PerformanceID": 100040121, + "PerformancePath": "Story/Mission/1000501/Story100050102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100040124": { + "PerformanceID": 100040124, + "PerformancePath": "Config/Level/Mission/1000401/Act/Act100040121.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100040130": { + "PerformanceID": 100040130, + "PerformancePath": "Config/Level/Mission/1000401/CS100040110.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": true, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100040131": { + "PerformanceID": 100040131, + "PerformancePath": "Config/Level/Mission/1000401/CS100040111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": true, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100040132": { + "PerformanceID": 100040132, + "PerformancePath": "Config/Level/Mission/1000401/CS100040112.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": true, + "PlaneID": 20100, + "FloorID": 20100001 + }, + "100040133": { + "PerformanceID": 100040133, + "PerformancePath": "Config/Level/Mission/1000401/CS100040113.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": true, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "100050101": { + "PerformanceID": 100050101, + "PerformancePath": "Config/Level/Mission/1000501/Act/Act100050101.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100050102": { + "PerformanceID": 100050102, + "PerformancePath": "Config/Level/Mission/1000501/Act/Act100050102.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100050103": { + "PerformanceID": 100050103, + "PerformancePath": "Config/Level/Mission/1000501/Act/Act100050103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "100050104": { + "PerformanceID": 100050104, + "PerformancePath": "Config/Level/Mission/1000501/Act/Act100050104.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100050105": { + "PerformanceID": 100050105, + "PerformancePath": "Config/Level/Mission/1000501/Act/Act100050105.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "100050106": { + "PerformanceID": 100050106, + "PerformancePath": "Config/Level/Mission/1000501/Act/Act100050106.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "100050107": { + "PerformanceID": 100050107, + "PerformancePath": "Config/Level/Mission/1000501/Act/Act100050107.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "100050108": { + "PerformanceID": 100050108, + "PerformancePath": "Config/Level/Mission/1000501/Act/Act100050108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "100060101": { + "PerformanceID": 100060101, + "PerformancePath": "Config/Level/Mission/1000601/Act/Act100060101.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 80112, + "FloorID": 80112001 + }, + "100060110": { + "PerformanceID": 100060110, + "PerformancePath": "Config/Level/Mission/1000601/Act/Act100060110.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 80112, + "FloorID": 80112001 + }, + "100060111": { + "PerformanceID": 100060111, + "PerformancePath": "Config/Level/Mission/1000601/Act/Act100060111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 80112, + "FloorID": 80112001 + }, + "100060112": { + "PerformanceID": 100060112, + "PerformancePath": "Config/Level/Mission/1000601/Act/Act100060112.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 80112, + "FloorID": 80112001 + }, + "200060201": { + "PerformanceID": 200060201, + "PerformancePath": "Config/Level/Mission/1000601/Act/Act200060201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 80112, + "FloorID": 80112001 + }, + "900040102": { + "PerformanceID": 900040102, + "PerformancePath": "Config/Level/Mission/1000401/Act/Act100040102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "900040120": { + "PerformanceID": 900040120, + "PerformancePath": "Config/Level/Mission/1000401/Act/Act100040120.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "900040121": { + "PerformanceID": 900040121, + "PerformancePath": "Config/Level/Mission/1000401/Act/Act100040121.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200010001": { + "PerformanceID": 200010001, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010001.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200010100": { + "PerformanceID": 200010100, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010100.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200010101": { + "PerformanceID": 200010101, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200010103": { + "PerformanceID": 200010103, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200010111": { + "PerformanceID": 200010111, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010113": { + "PerformanceID": 200010113, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010113.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010121": { + "PerformanceID": 200010121, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010121.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010122": { + "PerformanceID": 200010122, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010122.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010123": { + "PerformanceID": 200010123, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010123.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010124": { + "PerformanceID": 200010124, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010124.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010125": { + "PerformanceID": 200010125, + "PerformancePath": "Config/Level/Mission/2000101/Act/Act200010125.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010201": { + "PerformanceID": 200010201, + "PerformancePath": "Config/Level/Mission/2000102/Act/Act200010201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200010202": { + "PerformanceID": 200010202, + "PerformancePath": "Config/Level/Mission/2000102/Act/Act200010202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200010203": { + "PerformanceID": 200010203, + "PerformancePath": "Config/Level/Mission/2000102/Act/Act200010203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010204": { + "PerformanceID": 200010204, + "PerformancePath": "Config/Level/Mission/2000102/Act/Act200010204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200010207": { + "PerformanceID": 200010207, + "PerformancePath": "Config/Level/Mission/2000102/Act/Act200010207.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200010208": { + "PerformanceID": 200010208, + "PerformancePath": "Config/Level/Mission/2000102/Act/Act200010208.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200010210": { + "PerformanceID": 200010210, + "PerformancePath": "Config/Level/Mission/2000102/Act/Act200010210.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200010211": { + "PerformanceID": 200010211, + "PerformancePath": "Config/Level/Mission/2000102/Act/Act200010211.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200010212": { + "PerformanceID": 200010212, + "PerformancePath": "Config/Level/Mission/2000102/Act/Act200010212.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200020100": { + "PerformanceID": 200020100, + "PerformancePath": "Config/Level/Mission/2000201/Act/Act200020100.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200020101": { + "PerformanceID": 200020101, + "PerformancePath": "Config/Level/Mission/2000201/Act/Act200020101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200020102": { + "PerformanceID": 200020102, + "PerformancePath": "Config/Level/Mission/2000201/Act/Act200020102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200020103": { + "PerformanceID": 200020103, + "PerformancePath": "Config/Level/Mission/2000201/Act/Act200020103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200020104": { + "PerformanceID": 200020104, + "PerformancePath": "Config/Level/Mission/2000201/Act/Act200020104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200020105": { + "PerformanceID": 200020105, + "PerformancePath": "Config/Level/Mission/2000201/Act/Act200020105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200020113": { + "PerformanceID": 200020113, + "PerformancePath": "Config/Level/Mission/2000201/Act/Act200020113.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010401": { + "PerformanceID": 200010401, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010401.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010402": { + "PerformanceID": 200010402, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010402.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010403": { + "PerformanceID": 200010403, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010403.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010404": { + "PerformanceID": 200010404, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010404.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010406": { + "PerformanceID": 200010406, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010406.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010407": { + "PerformanceID": 200010407, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010407.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010408": { + "PerformanceID": 200010408, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010408.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010409": { + "PerformanceID": 200010409, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010409.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010410": { + "PerformanceID": 200010410, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010410.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010412": { + "PerformanceID": 200010412, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010412.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010413": { + "PerformanceID": 200010413, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010413.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010414": { + "PerformanceID": 200010414, + "PerformancePath": "Config/Level/Mission/2000104/Act/Act200010414.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200010601": { + "PerformanceID": 200010601, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200010601.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200010602": { + "PerformanceID": 200010602, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200010602.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200010614": { + "PerformanceID": 200010614, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200010614.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200031001": { + "PerformanceID": 200031001, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200031001.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200031102": { + "PerformanceID": 200031102, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200031102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200031201": { + "PerformanceID": 200031201, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200031201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200031202": { + "PerformanceID": 200031202, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200031202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200031203": { + "PerformanceID": 200031203, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200031203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200031204": { + "PerformanceID": 200031204, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200031204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200031205": { + "PerformanceID": 200031205, + "PerformancePath": "Config/Level/Mission/2000106/Act/Act200031205.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "200010801": { + "PerformanceID": 200010801, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010801.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200010802": { + "PerformanceID": 200010802, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010802.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010803": { + "PerformanceID": 200010803, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010803.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010804": { + "PerformanceID": 200010804, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010804.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010805": { + "PerformanceID": 200010805, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010805.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010806": { + "PerformanceID": 200010806, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010806.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010807": { + "PerformanceID": 200010807, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010807.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010808": { + "PerformanceID": 200010808, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010808.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010809": { + "PerformanceID": 200010809, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010809.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010810": { + "PerformanceID": 200010810, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010810.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010813": { + "PerformanceID": 200010813, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010813.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010814": { + "PerformanceID": 200010814, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010814.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010815": { + "PerformanceID": 200010815, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010815.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010816": { + "PerformanceID": 200010816, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010816.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010817": { + "PerformanceID": 200010817, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010817.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200010818": { + "PerformanceID": 200010818, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010818.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200010819": { + "PerformanceID": 200010819, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010819.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200010820": { + "PerformanceID": 200010820, + "PerformancePath": "Config/Level/Mission/2000108/Act/Act200010820.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011001": { + "PerformanceID": 200011001, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011001.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011002": { + "PerformanceID": 200011002, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011002.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200011005": { + "PerformanceID": 200011005, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011005.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200011006": { + "PerformanceID": 200011006, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011006.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200011007": { + "PerformanceID": 200011007, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011007.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011008": { + "PerformanceID": 200011008, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011008.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011018": { + "PerformanceID": 200011018, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011018.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011009": { + "PerformanceID": 200011009, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011009.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011010": { + "PerformanceID": 200011010, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011010.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011011": { + "PerformanceID": 200011011, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011011.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011020": { + "PerformanceID": 200011020, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011020.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011021": { + "PerformanceID": 200011021, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011021.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011031": { + "PerformanceID": 200011031, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011031.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011032": { + "PerformanceID": 200011032, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011032.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011033": { + "PerformanceID": 200011033, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011033.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011034": { + "PerformanceID": 200011034, + "PerformancePath": "Config/Level/Mission/2000110/Act/Act200011034.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011201": { + "PerformanceID": 200011201, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011202": { + "PerformanceID": 200011202, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200011203": { + "PerformanceID": 200011203, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200011204": { + "PerformanceID": 200011204, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200011205": { + "PerformanceID": 200011205, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011205.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200011206": { + "PerformanceID": 200011206, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011206.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200011208": { + "PerformanceID": 200011208, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011208.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011209": { + "PerformanceID": 200011209, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011209.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011210": { + "PerformanceID": 200011210, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011210.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011216": { + "PerformanceID": 200011216, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011216.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011219": { + "PerformanceID": 200011219, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011219.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011220": { + "PerformanceID": 200011220, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011220.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011221": { + "PerformanceID": 200011221, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011221.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011225": { + "PerformanceID": 200011225, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011225.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011226": { + "PerformanceID": 200011226, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011226.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011231": { + "PerformanceID": 200011231, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011231.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011232": { + "PerformanceID": 200011232, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011232.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011233": { + "PerformanceID": 200011233, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011233.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011241": { + "PerformanceID": 200011241, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011241.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011251": { + "PerformanceID": 200011251, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011251.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011261": { + "PerformanceID": 200011261, + "PerformancePath": "Config/Level/Mission/2000112/Act/Act200011261.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011401": { + "PerformanceID": 200011401, + "PerformancePath": "Config/Level/Mission/2000114/Act/Act200011401.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011402": { + "PerformanceID": 200011402, + "PerformancePath": "Config/Level/Mission/2000114/Act/Act200011402.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200011403": { + "PerformanceID": 200011403, + "PerformancePath": "Config/Level/Mission/2000114/Act/Act200011403.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200011404": { + "PerformanceID": 200011404, + "PerformancePath": "Config/Level/Mission/2000114/Act/Act200011404.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "200011405": { + "PerformanceID": 200011405, + "PerformancePath": "Config/Level/Mission/2000114/Act/Act200011405.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200011406": { + "PerformanceID": 200011406, + "PerformancePath": "Config/Level/Mission/2000114/Act/Act200011406.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011601": { + "PerformanceID": 200011601, + "PerformancePath": "Config/Level/Mission/2000116/Act/Act200011601.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011602": { + "PerformanceID": 200011602, + "PerformancePath": "Config/Level/Mission/2000116/Act/Act200011602.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200011801": { + "PerformanceID": 200011801, + "PerformancePath": "Config/Level/Mission/2000118/Act/Act200011801.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200011802": { + "PerformanceID": 200011802, + "PerformancePath": "Config/Level/Mission/2000118/Act/Act200011802.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200011803": { + "PerformanceID": 200011803, + "PerformancePath": "Config/Level/Mission/2000118/Act/Act200011803.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030101": { + "PerformanceID": 200030101, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200030102": { + "PerformanceID": 200030102, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200030104": { + "PerformanceID": 200030104, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030104.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200030106": { + "PerformanceID": 200030106, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030106.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "200030108": { + "PerformanceID": 200030108, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20001, + "FloorID": 20001001 + }, + "200030111": { + "PerformanceID": 200030111, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030112": { + "PerformanceID": 200030112, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030112.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030203": { + "PerformanceID": 200030203, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030204": { + "PerformanceID": 200030204, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030205": { + "PerformanceID": 200030205, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030205.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030301": { + "PerformanceID": 200030301, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030301.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030304": { + "PerformanceID": 200030304, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030304.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030305": { + "PerformanceID": 200030305, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030305.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030306": { + "PerformanceID": 200030306, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030306.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030401": { + "PerformanceID": 200030401, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030401.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030402": { + "PerformanceID": 200030402, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030402.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030403": { + "PerformanceID": 200030403, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030403.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030404": { + "PerformanceID": 200030404, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030404.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "200030405": { + "PerformanceID": 200030405, + "PerformancePath": "Config/Level/Mission/2000301/Act/Act200030405.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "101000100": { + "PerformanceID": 101000100, + "PerformancePath": "Config/Level/Mission/1010001/Act101000102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000106": { + "PerformanceID": 101000106, + "PerformancePath": "Config/Level/Mission/1010002/Act101000201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000203": { + "PerformanceID": 101000203, + "PerformancePath": "Config/Level/Mission/1010002/Act101000203.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000204": { + "PerformanceID": 101000204, + "PerformancePath": "Config/Level/Mission/1010002/Act101000204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000103": { + "PerformanceID": 101000103, + "PerformancePath": "Config/Level/Mission/1010001/Act101000103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000107": { + "PerformanceID": 101000107, + "PerformancePath": "Config/Level/Mission/1010001/Act101000107.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000108": { + "PerformanceID": 101000108, + "PerformancePath": "Config/Level/Mission/1010001/Act101000108.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000109": { + "PerformanceID": 101000109, + "PerformancePath": "Config/Level/Mission/1010001/Act101000109.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000110": { + "PerformanceID": 101000110, + "PerformancePath": "Config/Level/Mission/1010001/Act101000110.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000111": { + "PerformanceID": 101000111, + "PerformancePath": "Config/Level/Mission/1010001/Act101000111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000202": { + "PerformanceID": 101000202, + "PerformancePath": "Config/Level/Mission/1010002/Act101000202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000205": { + "PerformanceID": 101000205, + "PerformancePath": "Config/Level/Mission/1010002/Act101000205.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000206": { + "PerformanceID": 101000206, + "PerformancePath": "Config/Level/Mission/1010002/Act101000206.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000207": { + "PerformanceID": 101000207, + "PerformancePath": "Config/Level/Mission/1010002/Act101000207.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000208": { + "PerformanceID": 101000208, + "PerformancePath": "Config/Level/Mission/1010002/Act101000208.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101000209": { + "PerformanceID": 101000209, + "PerformancePath": "Config/Level/Mission/1010002/Act101000209.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101010101": { + "PerformanceID": 101010101, + "PerformancePath": "Story/Mission/1010101/Story101010101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010102": { + "PerformanceID": 101010102, + "PerformancePath": "Story/Mission/1010101/Story101010102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010103": { + "PerformanceID": 101010103, + "PerformancePath": "Story/Mission/1010101/Story101010103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010104": { + "PerformanceID": 101010104, + "PerformancePath": "Story/Mission/1010101/Story101010104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010115": { + "PerformanceID": 101010115, + "PerformancePath": "Config/Level/Mission/1010101/CS101010112.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010105": { + "PerformanceID": 101010105, + "PerformancePath": "Story/Mission/1010101/Story101010105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010106": { + "PerformanceID": 101010106, + "PerformancePath": "Story/Mission/1010101/Story101010106.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010111": { + "PerformanceID": 101010111, + "PerformancePath": "Config/Level/Mission/1010101/Act/Act101010105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010112": { + "PerformanceID": 101010112, + "PerformancePath": "Config/Level/Mission/1010101/Act/Act101010106.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010113": { + "PerformanceID": 101010113, + "PerformancePath": "Config/Level/Mission/1010101/Act/Act101010107.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101010114": { + "PerformanceID": 101010114, + "PerformancePath": "Config/Level/Mission/1010101/Act/Act101010110.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "101020101": { + "PerformanceID": 101020101, + "PerformancePath": "Story/Mission/1010201/Story101020101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020102": { + "PerformanceID": 101020102, + "PerformancePath": "Story/Mission/1010201/Story101020102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020103": { + "PerformanceID": 101020103, + "PerformancePath": "Story/Mission/1010201/Story101020103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101002 + }, + "101020104": { + "PerformanceID": 101020104, + "PerformancePath": "Story/Mission/1010201/Story101020104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020105": { + "PerformanceID": 101020105, + "PerformancePath": "Story/Mission/1010201/Story101020105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020106": { + "PerformanceID": 101020106, + "PerformancePath": "Story/Mission/1010201/Story101020106.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101005 + }, + "101020107": { + "PerformanceID": 101020107, + "PerformancePath": "Story/Mission/1010201/Story101020107.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020207": { + "PerformanceID": 101020207, + "PerformancePath": "Config/Level/Mission/1010202/CS101020207.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020108": { + "PerformanceID": 101020108, + "PerformancePath": "Story/Mission/1010201/Story101020108.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020111": { + "PerformanceID": 101020111, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "101020112": { + "PerformanceID": 101020112, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020110.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "101020113": { + "PerformanceID": 101020113, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020111.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020119": { + "PerformanceID": 101020119, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020112.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020120": { + "PerformanceID": 101020120, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020120.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020121": { + "PerformanceID": 101020121, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020121.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020122": { + "PerformanceID": 101020122, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020122.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020123": { + "PerformanceID": 101020123, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020123.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020124": { + "PerformanceID": 101020124, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020124.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020125": { + "PerformanceID": 101020125, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020125.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020126": { + "PerformanceID": 101020126, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020126.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020127": { + "PerformanceID": 101020127, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020127.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020128": { + "PerformanceID": 101020128, + "PerformancePath": "Config/Level/Mission/1010201/Act/Act101020113.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020201": { + "PerformanceID": 101020201, + "PerformancePath": "Config/Level/Mission/1010202/Act/Act101020201.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101004 + }, + "101020204": { + "PerformanceID": 101020204, + "PerformancePath": "Config/Level/Mission/1010202/Act/Act101020204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101005 + }, + "101020205": { + "PerformanceID": 101020205, + "PerformancePath": "Config/Level/Mission/1010202/Act/Act101020205.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101004 + }, + "101020208": { + "PerformanceID": 101020208, + "PerformancePath": "Config/Level/Mission/1010202/Act/Act101020208.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101020210": { + "PerformanceID": 101020210, + "PerformancePath": "Config/Level/Mission/1010202/Act/Act101020210.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101030101": { + "PerformanceID": 101030101, + "PerformancePath": "Story/Mission/1010301/Story101030101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030102": { + "PerformanceID": 101030102, + "PerformancePath": "Story/Mission/1010301/Story101030102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030103": { + "PerformanceID": 101030103, + "PerformancePath": "Story/Mission/1010301/Story101030103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030204": { + "PerformanceID": 101030204, + "PerformancePath": "Config/Level/Mission/1010302/CS101030204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030104": { + "PerformanceID": 101030104, + "PerformancePath": "Story/Mission/1010301/Story101030104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030205": { + "PerformanceID": 101030205, + "PerformancePath": "Config/Level/Mission/1010302/CS101030206.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030105": { + "PerformanceID": 101030105, + "PerformancePath": "Story/Mission/1010301/Story101030105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030206": { + "PerformanceID": 101030206, + "PerformancePath": "Config/Level/Mission/1010302/CS101030208.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030203": { + "PerformanceID": 101030203, + "PerformancePath": "Config/Level/Mission/1010302/Act/Act101030203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030112": { + "PerformanceID": 101030112, + "PerformancePath": "Config/Level/Mission/1010301/Act/Act101030104.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030301": { + "PerformanceID": 101030301, + "PerformancePath": "Config/Level/Mission/1010303/Act/Act101030301.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101030302": { + "PerformanceID": 101030302, + "PerformancePath": "Config/Level/Mission/1010303/Act/Act101030302.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "101040100": { + "PerformanceID": 101040100, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "101040101": { + "PerformanceID": 101040101, + "PerformancePath": "Story/Mission/1010401/Story101040101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "101040118": { + "PerformanceID": 101040118, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040102.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "101040102": { + "PerformanceID": 101040102, + "PerformancePath": "Story/Mission/1010401/Story101040102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040103": { + "PerformanceID": 101040103, + "PerformancePath": "Story/Mission/1010401/Story101040103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040119": { + "PerformanceID": 101040119, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040106.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040120": { + "PerformanceID": 101040120, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040107.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040108": { + "PerformanceID": 101040108, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040109": { + "PerformanceID": 101040109, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040109.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040110": { + "PerformanceID": 101040110, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040110.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040111": { + "PerformanceID": 101040111, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040111.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040112": { + "PerformanceID": 101040112, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040112.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040113": { + "PerformanceID": 101040113, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040113.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040114": { + "PerformanceID": 101040114, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040114.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040115": { + "PerformanceID": 101040115, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040115.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040116": { + "PerformanceID": 101040116, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040116.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040117": { + "PerformanceID": 101040117, + "PerformancePath": "Config/Level/Mission/1010401/Act/Act101040117.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040202": { + "PerformanceID": 101040202, + "PerformancePath": "Config/Level/Mission/1010402/Act/Act101040202.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040104": { + "PerformanceID": 101040104, + "PerformancePath": "Story/Mission/1010401/Story101040104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "101040105": { + "PerformanceID": 101040105, + "PerformancePath": "Story/Mission/1010401/Story101040105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "101040201": { + "PerformanceID": 101040201, + "PerformancePath": "Config/Level/Mission/1010402/Act/Act101040201.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040301": { + "PerformanceID": 101040301, + "PerformancePath": "Config/Level/Mission/1010403/Act/Act101040301.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040302": { + "PerformanceID": 101040302, + "PerformancePath": "Config/Level/Mission/1010403/Act/Act101040302.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040303": { + "PerformanceID": 101040303, + "PerformancePath": "Config/Level/Mission/1010403/Act/Act101040303.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040106": { + "PerformanceID": 101040106, + "PerformancePath": "Story/Mission/1010401/Story101040106.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040305": { + "PerformanceID": 101040305, + "PerformancePath": "Config/Level/Mission/1010403/CS101040305.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040107": { + "PerformanceID": 101040107, + "PerformancePath": "Story/Mission/1010401/Story101040107.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040307": { + "PerformanceID": 101040307, + "PerformancePath": "Config/Level/Mission/1010403/Act/Act101040307.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040308": { + "PerformanceID": 101040308, + "PerformancePath": "Config/Level/Mission/1010403/Act/Act101040308.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040309": { + "PerformanceID": 101040309, + "PerformancePath": "Config/Level/Mission/1010403/Act/Act101040309.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040310": { + "PerformanceID": 101040310, + "PerformancePath": "Config/Level/Mission/1010403/Act/Act101040310.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101040311": { + "PerformanceID": 101040311, + "PerformancePath": "Config/Level/Mission/1010403/Act/Act101040311.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101050101": { + "PerformanceID": 101050101, + "PerformancePath": "Story/Mission/1010501/Story101050101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050128": { + "PerformanceID": 101050128, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050129": { + "PerformanceID": 101050129, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050104.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050105": { + "PerformanceID": 101050105, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050102": { + "PerformanceID": 101050102, + "PerformancePath": "Story/Mission/1010501/Story101050102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050107": { + "PerformanceID": 101050107, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050107.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050109": { + "PerformanceID": 101050109, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050109.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050103": { + "PerformanceID": 101050103, + "PerformancePath": "Story/Mission/1010501/Story101050103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050104": { + "PerformanceID": 101050104, + "PerformancePath": "Story/Mission/1010501/Story101050104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050112": { + "PerformanceID": 101050112, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050112.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050113": { + "PerformanceID": 101050113, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050113.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050114": { + "PerformanceID": 101050114, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050114.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": true, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050115": { + "PerformanceID": 101050115, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050115.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050116": { + "PerformanceID": 101050116, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050116.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050117": { + "PerformanceID": 101050117, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050117.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050118": { + "PerformanceID": 101050118, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050118.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050119": { + "PerformanceID": 101050119, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050119.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050120": { + "PerformanceID": 101050120, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050120.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050121": { + "PerformanceID": 101050121, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050121.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050122": { + "PerformanceID": 101050122, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050122.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050123": { + "PerformanceID": 101050123, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050123.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050124": { + "PerformanceID": 101050124, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050124.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050125": { + "PerformanceID": 101050125, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050125.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050126": { + "PerformanceID": 101050126, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050126.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050127": { + "PerformanceID": 101050127, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050127.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050130": { + "PerformanceID": 101050130, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050130.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101050131": { + "PerformanceID": 101050131, + "PerformancePath": "Config/Level/Mission/1010501/Act/Act101050131.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "101060102": { + "PerformanceID": 101060102, + "PerformancePath": "Config/Level/Mission/1010601/Act/Act101060101.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101060101": { + "PerformanceID": 101060101, + "PerformancePath": "Story/Mission/1010601/Story101060101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101060103": { + "PerformanceID": 101060103, + "PerformancePath": "Config/Level/Mission/1010601/Act/Act101060103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102002 + }, + "101060104": { + "PerformanceID": 101060104, + "PerformancePath": "Config/Level/Mission/1010601/Act/Act101060104.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102002 + }, + "101060109": { + "PerformanceID": 101060109, + "PerformancePath": "Config/Level/Mission/1010601/Act/Act101060109.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101060201": { + "PerformanceID": 101060201, + "PerformancePath": "Story/Mission/1010602/Story101060201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101060202": { + "PerformanceID": 101060202, + "PerformancePath": "Story/Mission/1010602/Story101060202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101060204": { + "PerformanceID": 101060204, + "PerformancePath": "Config/Level/Mission/1010602/Act/Act101060204.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102002 + }, + "101060207": { + "PerformanceID": 101060207, + "PerformancePath": "Config/Level/Mission/1010602/Act101060207.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101060209": { + "PerformanceID": 101060209, + "PerformancePath": "Config/Level/Mission/1010602/Act/Act101060209.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101060210": { + "PerformanceID": 101060210, + "PerformancePath": "Config/Level/Mission/1010602/Act/Act101060210.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101070105": { + "PerformanceID": 101070105, + "PerformancePath": "Story/Mission/1010701/Story101070105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070125": { + "PerformanceID": 101070125, + "PerformancePath": "Config/Level/Mission/1010701/Act/Act101070125.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070102": { + "PerformanceID": 101070102, + "PerformancePath": "Story/Mission/1010701/Story101070102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070107": { + "PerformanceID": 101070107, + "PerformancePath": "Config/Level/Mission/1010701/Act/Act101070103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070124": { + "PerformanceID": 101070124, + "PerformancePath": "Config/Level/Mission/1010701/Act/Act101070124.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070103": { + "PerformanceID": 101070103, + "PerformancePath": "Story/Mission/1010701/Story101070103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070104": { + "PerformanceID": 101070104, + "PerformancePath": "Story/Mission/1010701/Story101070104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070101": { + "PerformanceID": 101070101, + "PerformancePath": "Story/Mission/1010701/Story101070101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070111": { + "PerformanceID": 101070111, + "PerformancePath": "Config/Level/Mission/1010701/Act/Act101070111.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070112": { + "PerformanceID": 101070112, + "PerformancePath": "Config/Level/Mission/1010701/Act/Act101070112.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070113": { + "PerformanceID": 101070113, + "PerformancePath": "Config/Level/Mission/1010701/Act/Act101070113.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070114": { + "PerformanceID": 101070114, + "PerformancePath": "Config/Level/Mission/1010701/Act/Act101070106_1.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070115": { + "PerformanceID": 101070115, + "PerformancePath": "Config/Level/Mission/1010701/Act/Act101070106_2.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070116": { + "PerformanceID": 101070116, + "PerformancePath": "Config/Level/Mission/1010701/Act/Act101070106_3.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070119": { + "PerformanceID": 101070119, + "PerformancePath": "Config/Level/Mission/1010701/Act101070119.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070129": { + "PerformanceID": 101070129, + "PerformancePath": "Config/Level/Mission/1010701/Act101070129.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101070131": { + "PerformanceID": 101070131, + "PerformancePath": "Config/Level/Mission/1010701/Act101070131.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101080101": { + "PerformanceID": 101080101, + "PerformancePath": "Config/Level/Mission/1010801/Act/Act101080101.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101080102": { + "PerformanceID": 101080102, + "PerformancePath": "Story/Mission/1010801/Story101080102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101080103": { + "PerformanceID": 101080103, + "PerformancePath": "Config/Level/Mission/1010801/Act/Act101080103.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101080104": { + "PerformanceID": 101080104, + "PerformancePath": "Config/Level/Mission/1010801/Act/Act101080104.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101090230": { + "PerformanceID": 101090230, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090230.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090201": { + "PerformanceID": 101090201, + "PerformancePath": "Story/Mission/1010902/Story101090201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090202": { + "PerformanceID": 101090202, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090202.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090229": { + "PerformanceID": 101090229, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090229.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090209": { + "PerformanceID": 101090209, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090209.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090205": { + "PerformanceID": 101090205, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090205.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090233": { + "PerformanceID": 101090233, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090233.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090206": { + "PerformanceID": 101090206, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090206.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090207": { + "PerformanceID": 101090207, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090207.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090234": { + "PerformanceID": 101090234, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090234.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090210": { + "PerformanceID": 101090210, + "PerformancePath": "Story/Mission/1010902/Story101090210.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090211": { + "PerformanceID": 101090211, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090211.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101090212": { + "PerformanceID": 101090212, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090212.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101090213": { + "PerformanceID": 101090213, + "PerformancePath": "Story/Mission/1010902/Story101090213.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101090215": { + "PerformanceID": 101090215, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090215.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090216": { + "PerformanceID": 101090216, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090216.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090217": { + "PerformanceID": 101090217, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090217.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090231": { + "PerformanceID": 101090231, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090231.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090218": { + "PerformanceID": 101090218, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090218.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090203": { + "PerformanceID": 101090203, + "PerformancePath": "Story/Mission/1010902/Story101090203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090219": { + "PerformanceID": 101090219, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090219.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090220": { + "PerformanceID": 101090220, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090220.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090221": { + "PerformanceID": 101090221, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090221.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090222": { + "PerformanceID": 101090222, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090222.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090232": { + "PerformanceID": 101090232, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090232.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090223": { + "PerformanceID": 101090223, + "PerformancePath": "Story/Mission/1010902/Story101090223.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090224": { + "PerformanceID": 101090224, + "PerformancePath": "Story/Mission/1010902/Story101090224.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090225": { + "PerformanceID": 101090225, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090225.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090226": { + "PerformanceID": 101090226, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090226.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090227": { + "PerformanceID": 101090227, + "PerformancePath": "Config/Level/Mission/1010902/CS101090227.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090228": { + "PerformanceID": 101090228, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090228.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090235": { + "PerformanceID": 101090235, + "PerformancePath": "Story/Mission/1010902/Story101090235.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090236": { + "PerformanceID": 101090236, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090236.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090237": { + "PerformanceID": 101090237, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090237.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090238": { + "PerformanceID": 101090238, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090238.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090239": { + "PerformanceID": 101090239, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090239.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090240": { + "PerformanceID": 101090240, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090240.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090241": { + "PerformanceID": 101090241, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090241.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090242": { + "PerformanceID": 101090242, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090242.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101090243": { + "PerformanceID": 101090243, + "PerformancePath": "Config/Level/Mission/1010902/Act/Act101090243.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "101100101": { + "PerformanceID": 101100101, + "PerformancePath": "Story/Mission/1011001/Story101100101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101100102": { + "PerformanceID": 101100102, + "PerformancePath": "Story/Mission/1011001/Story101100102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101100104": { + "PerformanceID": 101100104, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100102.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101100103": { + "PerformanceID": 101100103, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102002 + }, + "101100105": { + "PerformanceID": 101100105, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "101100107": { + "PerformanceID": 101100107, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100107.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101100108": { + "PerformanceID": 101100108, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100108.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101100109": { + "PerformanceID": 101100109, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100109.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101100112": { + "PerformanceID": 101100112, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100112.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101100113": { + "PerformanceID": 101100113, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100113.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101100114": { + "PerformanceID": 101100114, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100114.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101100115": { + "PerformanceID": 101100115, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act101100115.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "101100201": { + "PerformanceID": 101100201, + "PerformancePath": "Story/Mission/1011002/Story101100201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101002 + }, + "101100202": { + "PerformanceID": 101100202, + "PerformancePath": "Story/Mission/1011002/Story101100202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "101100203": { + "PerformanceID": 101100203, + "PerformancePath": "Story/Mission/1011002/Story101100203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "101100213": { + "PerformanceID": 101100213, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101002 + }, + "101100204": { + "PerformanceID": 101100204, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100203.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101100205": { + "PerformanceID": 101100205, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100205.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "101100206": { + "PerformanceID": 101100206, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100206.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "101100207": { + "PerformanceID": 101100207, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100207.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "101100208": { + "PerformanceID": 101100208, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100208.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101100209": { + "PerformanceID": 101100209, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100209.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101100210": { + "PerformanceID": 101100210, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100210.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101100211": { + "PerformanceID": 101100211, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100211.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "101100212": { + "PerformanceID": 101100212, + "PerformancePath": "Config/Level/Mission/1011002/Act/Act101100212.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "101110101": { + "PerformanceID": 101110101, + "PerformancePath": "Story/Mission/1011101/Story101110101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110102": { + "PerformanceID": 101110102, + "PerformancePath": "Story/Mission/1011101/Story101110102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110103": { + "PerformanceID": 101110103, + "PerformancePath": "Story/Mission/1011101/Story101110103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110104": { + "PerformanceID": 101110104, + "PerformancePath": "Story/Mission/1011101/Story101110104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110111": { + "PerformanceID": 101110111, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110101.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110112": { + "PerformanceID": 101110112, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110102.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110113": { + "PerformanceID": 101110113, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110114": { + "PerformanceID": 101110114, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110104.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110105": { + "PerformanceID": 101110105, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110105.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110106": { + "PerformanceID": 101110106, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110106.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110107": { + "PerformanceID": 101110107, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110107.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110108": { + "PerformanceID": 101110108, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110109": { + "PerformanceID": 101110109, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110109.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110121": { + "PerformanceID": 101110121, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110121.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110122": { + "PerformanceID": 101110122, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110122.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110123": { + "PerformanceID": 101110123, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110123.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110124": { + "PerformanceID": 101110124, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110124.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110125": { + "PerformanceID": 101110125, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110125.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110126": { + "PerformanceID": 101110126, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110126.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110127": { + "PerformanceID": 101110127, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110127.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110128": { + "PerformanceID": 101110128, + "PerformancePath": "Config/Level/Mission/1011101/Act/Act101110128.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110201": { + "PerformanceID": 101110201, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110202": { + "PerformanceID": 101110202, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110203": { + "PerformanceID": 101110203, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110204": { + "PerformanceID": 101110204, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110204.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110205": { + "PerformanceID": 101110205, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110205.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110206": { + "PerformanceID": 101110206, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110206.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110207": { + "PerformanceID": 101110207, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110207.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110208": { + "PerformanceID": 101110208, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110208.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110211": { + "PerformanceID": 101110211, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110211.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101110212": { + "PerformanceID": 101110212, + "PerformancePath": "Config/Level/Mission/1011102/Act/Act101110212.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101120101": { + "PerformanceID": 101120101, + "PerformancePath": "Story/Mission/1011201/Story101120101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101120102": { + "PerformanceID": 101120102, + "PerformancePath": "Story/Mission/1011201/Story101120102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101120103": { + "PerformanceID": 101120103, + "PerformancePath": "Story/Mission/1011201/Story101120103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101120104": { + "PerformanceID": 101120104, + "PerformancePath": "Story/Mission/1011201/Story101120104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "101120105": { + "PerformanceID": 101120105, + "PerformancePath": "Story/Mission/1011201/Story101120105.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "101130101": { + "PerformanceID": 101130101, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130101.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130102": { + "PerformanceID": 101130102, + "PerformancePath": "Config/Level/Mission/1011301/Act101130102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130103": { + "PerformanceID": 101130103, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130104": { + "PerformanceID": 101130104, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130104.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130105": { + "PerformanceID": 101130105, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130105.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130106": { + "PerformanceID": 101130106, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130106.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130107": { + "PerformanceID": 101130107, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130107.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130108": { + "PerformanceID": 101130108, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130109": { + "PerformanceID": 101130109, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130109.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130110": { + "PerformanceID": 101130110, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130110.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130111": { + "PerformanceID": 101130111, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130111.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130112": { + "PerformanceID": 101130112, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130112.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130113": { + "PerformanceID": 101130113, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130113.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130114": { + "PerformanceID": 101130114, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130114.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130115": { + "PerformanceID": 101130115, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130115.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130119": { + "PerformanceID": 101130119, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130119.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130120": { + "PerformanceID": 101130120, + "PerformancePath": "Config/Level/Mission/1011301/Act101130120.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130121": { + "PerformanceID": 101130121, + "PerformancePath": "Config/Level/Mission/1011301/Act101130121.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130122": { + "PerformanceID": 101130122, + "PerformancePath": "Config/Level/Mission/1011301/Act101130122.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130124": { + "PerformanceID": 101130124, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130124.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130125": { + "PerformanceID": 101130125, + "PerformancePath": "Story/Mission/1011301/Story101130125.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "101130139": { + "PerformanceID": 101130139, + "PerformancePath": "Config/Level/Mission/1011301/Act/Act101130139.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20132, + "FloorID": 20132001 + }, + "801000101": { + "PerformanceID": 801000101, + "PerformancePath": "Config/Level/Mission/9999901/Act/Act801000101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "801000102": { + "PerformanceID": 801000102, + "PerformancePath": "Config/Level/Mission/9999901/Act/Act801000102.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "801000103": { + "PerformanceID": 801000103, + "PerformancePath": "Config/Level/Mission/9999901/Act/Act801000103.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901021302": { + "PerformanceID": 901021302, + "PerformancePath": "Config/Level/Mission/9010213/Act/Act_901021302.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901021403": { + "PerformanceID": 901021403, + "PerformancePath": "Config/Level/Mission/9010214/Act/Act_901021403.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901021501": { + "PerformanceID": 901021501, + "PerformancePath": "Config/Level/Mission/9010215/Act/Act_901021501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901021601": { + "PerformanceID": 901021601, + "PerformancePath": "Config/Level/Mission/9010216/Act/Act_901021601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "101140101": { + "PerformanceID": 101140101, + "PerformancePath": "Story/Mission/1011401/Story101140101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140102": { + "PerformanceID": 101140102, + "PerformancePath": "Config/Level/Mission/1011401/Act/Act101140102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140103": { + "PerformanceID": 101140103, + "PerformancePath": "Config/Level/Mission/1011401/Act/Act101140103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "NoPrePost", + "EndBlack": "NoPrePost", + "EndWithCrack": false, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140104": { + "PerformanceID": 101140104, + "PerformancePath": "Story/Mission/1011401/Story101140104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPrePost", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140105": { + "PerformanceID": 101140105, + "PerformancePath": "Config/Level/Mission/1011401/Act/Act101140105.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140106": { + "PerformanceID": 101140106, + "PerformancePath": "Config/Level/Mission/1011401/Act/CS101140106.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "NoPrePost", + "EndBlack": "NoPrePost", + "EndWithCrack": false, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140107": { + "PerformanceID": 101140107, + "PerformancePath": "Config/Level/Mission/1011401/Act/Act101140107.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140108": { + "PerformanceID": 101140108, + "PerformancePath": "Config/Level/Mission/1011401/Act/Act101140108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140201": { + "PerformanceID": 101140201, + "PerformancePath": "Story/Mission/1011402/Story101140201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPrePost", + "EndBlack": "NoPre", + "EndWithCrack": false, + "PlaneID": 20100, + "FloorID": 20100001 + }, + "101140202": { + "PerformanceID": 101140202, + "PerformancePath": "Config/Level/Mission/1011402/Act/Act101140202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20100, + "FloorID": 20100001 + }, + "101140203": { + "PerformanceID": 101140203, + "PerformancePath": "Story/Mission/1011402/Story101140203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "NoPrePost", + "EndWithCrack": false, + "PlaneID": 20100, + "FloorID": 20100001 + }, + "101140300": { + "PerformanceID": 101140300, + "PerformancePath": "Config/Level/Mission/1011403/Act/Act101140300.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "NoPrePost", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140301": { + "PerformanceID": 101140301, + "PerformancePath": "Config/Level/Mission/1011403/Act/Act101140301.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "NoPrePost", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 20133, + "FloorID": 20133001 + }, + "101140302": { + "PerformanceID": 101140302, + "PerformancePath": "Config/Level/Mission/1011403/Act/Act101140302.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "101140401": { + "PerformanceID": 101140401, + "PerformancePath": "Config/Level/Mission/1011404/Act/Act101140401.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "101140402": { + "PerformanceID": 101140402, + "PerformancePath": "Config/Level/Mission/1011404/Act/Act101140402.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901210101": { + "PerformanceID": 901210101, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act901210101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901210102": { + "PerformanceID": 901210102, + "PerformancePath": "Config/Level/Mission/1011001/Act/Act901210102.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "999990401": { + "PerformanceID": 999990401, + "PerformancePath": "Config/Level/Mission/GamePlayTest/9999904/Act_999990401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "999990402": { + "PerformanceID": 999990402, + "PerformancePath": "Config/Level/Mission/GamePlayTest/9999904/Act_999990402.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060101": { + "PerformanceID": 701060101, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060102": { + "PerformanceID": 701060102, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060102.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060103": { + "PerformanceID": 701060103, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060103.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060104": { + "PerformanceID": 701060104, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060104.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060105": { + "PerformanceID": 701060105, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060105.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060106": { + "PerformanceID": 701060106, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060106.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060107": { + "PerformanceID": 701060107, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060107.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060108": { + "PerformanceID": 701060108, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060108.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060109": { + "PerformanceID": 701060109, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060109.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060111": { + "PerformanceID": 701060111, + "PerformancePath": "Config/Level/GameplayMission/7010601/Act/Act_701060111.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060201": { + "PerformanceID": 701060201, + "PerformancePath": "Config/Level/GameplayMission/7010602/Act/Act_701060201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060202": { + "PerformanceID": 701060202, + "PerformancePath": "Config/Level/GameplayMission/7010602/Act/Act_701060202.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060203": { + "PerformanceID": 701060203, + "PerformancePath": "Config/Level/GameplayMission/7010602/Act/Act_701060203.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060204": { + "PerformanceID": 701060204, + "PerformancePath": "Config/Level/GameplayMission/7010602/Act/Act_701060204.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060205": { + "PerformanceID": 701060205, + "PerformancePath": "Config/Level/GameplayMission/7010602/Act/Act_701060205.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060206": { + "PerformanceID": 701060206, + "PerformancePath": "Config/Level/GameplayMission/7010602/Act/Act_701060206.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060207": { + "PerformanceID": 701060207, + "PerformancePath": "Config/Level/GameplayMission/7010602/Act/Act_701060207.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060208": { + "PerformanceID": 701060208, + "PerformancePath": "Config/Level/GameplayMission/7010602/Act/Act_701060208.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060301": { + "PerformanceID": 701060301, + "PerformancePath": "Config/Level/GameplayMission/7010603/Act/Act_701060301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060302": { + "PerformanceID": 701060302, + "PerformancePath": "Config/Level/GameplayMission/7010603/Act/Act_701060302.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060303": { + "PerformanceID": 701060303, + "PerformancePath": "Config/Level/GameplayMission/7010603/Act/Act_701060303.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060304": { + "PerformanceID": 701060304, + "PerformancePath": "Config/Level/GameplayMission/7010603/Act/Act_701060304.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060305": { + "PerformanceID": 701060305, + "PerformancePath": "Config/Level/GameplayMission/7010603/Act/Act_701060305.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060306": { + "PerformanceID": 701060306, + "PerformancePath": "Config/Level/GameplayMission/7010603/Act/Act_701060306.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060307": { + "PerformanceID": 701060307, + "PerformancePath": "Config/Level/GameplayMission/7010603/Act/Act_701060307.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060308": { + "PerformanceID": 701060308, + "PerformancePath": "Config/Level/GameplayMission/7010603/Act/Act_701060308.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060401": { + "PerformanceID": 701060401, + "PerformancePath": "Config/Level/GameplayMission/7010604/Act/Act_701060401.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060402": { + "PerformanceID": 701060402, + "PerformancePath": "Config/Level/GameplayMission/7010604/Act/Act_701060402.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060403": { + "PerformanceID": 701060403, + "PerformancePath": "Config/Level/GameplayMission/7010604/Act/Act_701060403.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060404": { + "PerformanceID": 701060404, + "PerformancePath": "Config/Level/GameplayMission/7010604/Act/Act_701060404.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060405": { + "PerformanceID": 701060405, + "PerformancePath": "Config/Level/GameplayMission/7010604/Act/Act_701060405.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060406": { + "PerformanceID": 701060406, + "PerformancePath": "Config/Level/GameplayMission/7010604/Act/Act_701060406.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060407": { + "PerformanceID": 701060407, + "PerformancePath": "Config/Level/GameplayMission/7010604/Act/Act_701060407.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060408": { + "PerformanceID": 701060408, + "PerformancePath": "Config/Level/GameplayMission/7010604/Act/Act_701060408.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060501": { + "PerformanceID": 701060501, + "PerformancePath": "Config/Level/GameplayMission/7010605/Act/Act_701060501.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060502": { + "PerformanceID": 701060502, + "PerformancePath": "Config/Level/GameplayMission/7010605/Act/Act_701060502.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060503": { + "PerformanceID": 701060503, + "PerformancePath": "Config/Level/GameplayMission/7010605/Act/Act_701060503.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060504": { + "PerformanceID": 701060504, + "PerformancePath": "Config/Level/GameplayMission/7010605/Act/Act_701060504.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060505": { + "PerformanceID": 701060505, + "PerformancePath": "Config/Level/GameplayMission/7010605/Act/Act_701060505.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060506": { + "PerformanceID": 701060506, + "PerformancePath": "Config/Level/GameplayMission/7010605/Act/Act_701060506.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060507": { + "PerformanceID": 701060507, + "PerformancePath": "Config/Level/GameplayMission/7010605/Act/Act_701060507.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060508": { + "PerformanceID": 701060508, + "PerformancePath": "Config/Level/GameplayMission/7010605/Act/Act_701060508.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060601": { + "PerformanceID": 701060601, + "PerformancePath": "Config/Level/GameplayMission/7010606/Act/Act701060601.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060602": { + "PerformanceID": 701060602, + "PerformancePath": "Config/Level/GameplayMission/7010606/Act/Act701060602.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060603": { + "PerformanceID": 701060603, + "PerformancePath": "Config/Level/GameplayMission/7010606/Act/Act701060603.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060604": { + "PerformanceID": 701060604, + "PerformancePath": "Config/Level/GameplayMission/7010606/Act/Act701060604.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060605": { + "PerformanceID": 701060605, + "PerformancePath": "Config/Level/GameplayMission/7010606/Act/Act701060605.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060606": { + "PerformanceID": 701060606, + "PerformancePath": "Config/Level/GameplayMission/7010606/Act/Act701060606.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701060607": { + "PerformanceID": 701060607, + "PerformancePath": "Config/Level/GameplayMission/7010606/Act/Act701060607.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701040201": { + "PerformanceID": 701040201, + "PerformancePath": "Config/Level/GameplayMission/7010402/Act/Act_701040201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701040202": { + "PerformanceID": 701040202, + "PerformancePath": "Config/Level/GameplayMission/7010402/Act/Act_701040202.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701040304": { + "PerformanceID": 701040304, + "PerformancePath": "Config/Level/GameplayMission/7010403/Act/Act_701040304.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701040406": { + "PerformanceID": 701040406, + "PerformancePath": "Config/Level/GameplayMission/7010404/Act/Act_701040406.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "901021805": { + "PerformanceID": 901021805, + "PerformancePath": "Config/Level/Mission/9010218/Act_901021805.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "601020101": { + "PerformanceID": 601020101, + "PerformancePath": "Config/Level/Mission/6010201/6010201/Act/Act_601020101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "601020201": { + "PerformanceID": 601020201, + "PerformancePath": "Config/Level/Mission/6010201/6010202/Act/Act_601020201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "601020202": { + "PerformanceID": 601020202, + "PerformancePath": "Config/Level/Mission/6010201/6010202/Act/Act_601020202.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20101, + "FloorID": 20101001 + }, + "601020204": { + "PerformanceID": 601020204, + "PerformancePath": "Config/Level/Mission/6010201/6010202/Act/Act_601020204.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601020301": { + "PerformanceID": 601020301, + "PerformancePath": "Config/Level/Mission/6010201/6010203/Act/Act_601020301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "601020305": { + "PerformanceID": 601020305, + "PerformancePath": "Config/Level/Mission/6010201/6010203/Act/Act_601020305.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "601020306": { + "PerformanceID": 601020306, + "PerformancePath": "Config/Level/Mission/6010201/6010203/Act/Act_601020306.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601020403": { + "PerformanceID": 601020403, + "PerformancePath": "Config/Level/Mission/6010201/6010204/Act/Act_601020403.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "601020502": { + "PerformanceID": 601020502, + "PerformancePath": "Config/Level/Mission/6010201/6010205/Act/Act_601020502.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "601020504": { + "PerformanceID": 601020504, + "PerformancePath": "Config/Level/Mission/6010201/6010205/Act/Act_601020504.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601020602": { + "PerformanceID": 601020602, + "PerformancePath": "Config/Level/Mission/6010201/6010206/Act/Act_601020602.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "601020604": { + "PerformanceID": 601020604, + "PerformancePath": "Config/Level/Mission/6010201/6010206/Act/Act_601020604.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601020703": { + "PerformanceID": 601020703, + "PerformancePath": "Config/Level/Mission/6010201/6010207/Act/Act_601020703.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601020802": { + "PerformanceID": 601020802, + "PerformancePath": "Config/Level/Mission/6010201/6010208/Act/Act_601020802.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601022102": { + "PerformanceID": 601022102, + "PerformancePath": "Config/Level/Mission/6010201/6010221/Act/Act_601022102.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "601022201": { + "PerformanceID": 601022201, + "PerformancePath": "Config/Level/Mission/6010201/6010222/Act/Act_601022201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "601022210": { + "PerformanceID": 601022210, + "PerformancePath": "Config/Level/Mission/6010201/6010222/Act/Act_601022210.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601022211": { + "PerformanceID": 601022211, + "PerformancePath": "Config/Level/Mission/6010201/6010222/Act/Act_601022211.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "601022222": { + "PerformanceID": 601022222, + "PerformancePath": "Config/Level/Mission/6010201/6010222/Act/Act_601022222.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601022302": { + "PerformanceID": 601022302, + "PerformancePath": "Config/Level/Mission/6010201/6010223/Talk/Act_601022302.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "601022304": { + "PerformanceID": 601022304, + "PerformancePath": "Config/Level/Mission/6010201/6010223/Act/Act_601022304.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601022413": { + "PerformanceID": 601022413, + "PerformancePath": "Config/Level/Mission/6010201/6010224/Act/Act_601022413.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "601022420": { + "PerformanceID": 601022420, + "PerformancePath": "Config/Level/Mission/6010201/6010224/Act/Act_601022420.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601022502": { + "PerformanceID": 601022502, + "PerformancePath": "Config/Level/Mission/6010201/6010225/Act/Act_601022502.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601022602": { + "PerformanceID": 601022602, + "PerformancePath": "Config/Level/Mission/6010201/6010226/Act/Act_601022602.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101003 + }, + "601030101": { + "PerformanceID": 601030101, + "PerformancePath": "Config/Level/Mission/6010301/Act/Act601030101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "601030104": { + "PerformanceID": 601030104, + "PerformancePath": "Config/Level/Mission/6010301/Act/Act601030104.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "10004201": { + "PerformanceID": 10004201, + "PerformancePath": "Config/Level/EventMission/100030/Act/Act_10004201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "10004801": { + "PerformanceID": 10004801, + "PerformancePath": "Config/Level/EventMission/100030/Act/Act_10004801.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "201033701": { + "PerformanceID": 201033701, + "PerformancePath": "Config/Level/Mission/2010337/Act/Act201033701.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "201000101": { + "PerformanceID": 201000101, + "PerformancePath": "Config/Level/Mission/2010001/Act/Act201000101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "201000201": { + "PerformanceID": 201000201, + "PerformancePath": "Config/Level/Mission/2010001/Act/Act201000201.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "201000301": { + "PerformanceID": 201000301, + "PerformancePath": "Config/Level/Mission/2010001/Act/Act201000301.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "201000401": { + "PerformanceID": 201000401, + "PerformancePath": "Config/Level/Mission/2010001/Act/Act201000401.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "601024102": { + "PerformanceID": 601024102, + "PerformancePath": "Config/Level/Mission/6010241/Act/Act_601024102.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "201030101": { + "PerformanceID": 201030101, + "PerformancePath": "Config/Level/Mission/2010301/Act/Act201030101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "201030202": { + "PerformanceID": 201030202, + "PerformancePath": "Config/Level/Mission/2010302/Act/Act201030202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "201030203": { + "PerformanceID": 201030203, + "PerformancePath": "Config/Level/Mission/2010302/Act/Act201030203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "201030204": { + "PerformanceID": 201030204, + "PerformancePath": "Config/Level/Mission/2010302/Act/Act201030204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20111, + "FloorID": 20111001 + }, + "201030205": { + "PerformanceID": 201030205, + "PerformancePath": "Config/Level/Mission/2010302/Act/Act201030205.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "201030206": { + "PerformanceID": 201030206, + "PerformancePath": "Config/Level/Mission/2010302/Act/Act201030206.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "201070502": { + "PerformanceID": 201070502, + "PerformancePath": "Config/Level/Mission/2010705/Act201070502.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070503": { + "PerformanceID": 201070503, + "PerformancePath": "Config/Level/Mission/2010705/Act201070503.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070505": { + "PerformanceID": 201070505, + "PerformancePath": "Config/Level/Mission/2010705/Act201070505.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070506": { + "PerformanceID": 201070506, + "PerformancePath": "Config/Level/Mission/2010705/Act201070506.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070507": { + "PerformanceID": 201070507, + "PerformancePath": "Config/Level/Mission/2010705/Act201070507.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070508": { + "PerformanceID": 201070508, + "PerformancePath": "Config/Level/Mission/2010705/Act201070508.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070509": { + "PerformanceID": 201070509, + "PerformancePath": "Config/Level/Mission/2010705/Act201070509.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070510": { + "PerformanceID": 201070510, + "PerformancePath": "Config/Level/Mission/2010705/Act201070510.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070511": { + "PerformanceID": 201070511, + "PerformancePath": "Config/Level/Mission/2010705/Act201070511.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070512": { + "PerformanceID": 201070512, + "PerformancePath": "Config/Level/Mission/2010705/Act201070512.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070513": { + "PerformanceID": 201070513, + "PerformancePath": "Config/Level/Mission/2010705/Act201070513.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070514": { + "PerformanceID": 201070514, + "PerformancePath": "Config/Level/Mission/2010705/Act201070521.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070515": { + "PerformanceID": 201070515, + "PerformancePath": "Config/Level/Mission/2010705/Act201070514.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070516": { + "PerformanceID": 201070516, + "PerformancePath": "Config/Level/Mission/2010705/Act201070515.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201050101": { + "PerformanceID": 201050101, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201050102": { + "PerformanceID": 201050102, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050102.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050103": { + "PerformanceID": 201050103, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050104": { + "PerformanceID": 201050104, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201050126": { + "PerformanceID": 201050126, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050126.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201050106": { + "PerformanceID": 201050106, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050106.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201050107": { + "PerformanceID": 201050107, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050107.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050109": { + "PerformanceID": 201050109, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050109.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050110": { + "PerformanceID": 201050110, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050110.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050111": { + "PerformanceID": 201050111, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050111.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050112": { + "PerformanceID": 201050112, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050112.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050113": { + "PerformanceID": 201050113, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050113.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050120": { + "PerformanceID": 201050120, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050120.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050121": { + "PerformanceID": 201050121, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050121.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050122": { + "PerformanceID": 201050122, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050122.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050123": { + "PerformanceID": 201050123, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050123.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050124": { + "PerformanceID": 201050124, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050124.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050116": { + "PerformanceID": 201050116, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050116.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050117": { + "PerformanceID": 201050117, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050117.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050127": { + "PerformanceID": 201050127, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050127.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050128": { + "PerformanceID": 201050128, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050128.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050125": { + "PerformanceID": 201050125, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050125.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050105": { + "PerformanceID": 201050105, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050105.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050118": { + "PerformanceID": 201050118, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050118.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201050119": { + "PerformanceID": 201050119, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050119.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201050129": { + "PerformanceID": 201050129, + "PerformancePath": "Config/Level/Mission/2010501/Act/Act201050129.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201050201": { + "PerformanceID": 201050201, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050201.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050202": { + "PerformanceID": 201050202, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050202.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050203": { + "PerformanceID": 201050203, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050203.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050204": { + "PerformanceID": 201050204, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050204.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050206": { + "PerformanceID": 201050206, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050206.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050207": { + "PerformanceID": 201050207, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050207.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050208": { + "PerformanceID": 201050208, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050208.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050209": { + "PerformanceID": 201050209, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050209.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050210": { + "PerformanceID": 201050210, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050210.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201050205": { + "PerformanceID": 201050205, + "PerformancePath": "Config/Level/Mission/2010502/Act/Act201050205.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20121, + "FloorID": 20121001 + }, + "201070101": { + "PerformanceID": 201070101, + "PerformancePath": "Config/Level/Mission/2010701/Act201070101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070102": { + "PerformanceID": 201070102, + "PerformancePath": "Config/Level/Mission/2010701/Act201070102.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201070103": { + "PerformanceID": 201070103, + "PerformancePath": "Config/Level/Mission/2010701/Act201070103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201070104": { + "PerformanceID": 201070104, + "PerformancePath": "Config/Level/Mission/2010701/Act201070104.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070802": { + "PerformanceID": 201070802, + "PerformancePath": "Config/Level/Mission/2010708/Act201070802.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070804": { + "PerformanceID": 201070804, + "PerformancePath": "Config/Level/Mission/2010708/Act201070804.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070805": { + "PerformanceID": 201070805, + "PerformancePath": "Config/Level/Mission/2010708/Act201070805.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070806": { + "PerformanceID": 201070806, + "PerformancePath": "Config/Level/Mission/2010708/Act201070806.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201070807": { + "PerformanceID": 201070807, + "PerformancePath": "Config/Level/Mission/2010708/Act201070807.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201070808": { + "PerformanceID": 201070808, + "PerformancePath": "Config/Level/Mission/2010708/Act201070808.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201070809": { + "PerformanceID": 201070809, + "PerformancePath": "Config/Level/Mission/2010708/Act201070809.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071001": { + "PerformanceID": 201071001, + "PerformancePath": "Config/Level/Mission/2010710/Act/Act201071001.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071002": { + "PerformanceID": 201071002, + "PerformancePath": "Config/Level/Mission/2010710/Act/Act201071002.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071003": { + "PerformanceID": 201071003, + "PerformancePath": "Config/Level/Mission/2010710/Act/Act201071003.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071101": { + "PerformanceID": 201071101, + "PerformancePath": "Config/Level/Mission/2010711/Act/Act201071101.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071102": { + "PerformanceID": 201071102, + "PerformancePath": "Config/Level/Mission/2010711/Act/Act201071102.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071103": { + "PerformanceID": 201071103, + "PerformancePath": "Config/Level/Mission/2010711/Act/Act201071103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071201": { + "PerformanceID": 201071201, + "PerformancePath": "Config/Level/Mission/2010712/Act/Act201071201.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071202": { + "PerformanceID": 201071202, + "PerformancePath": "Config/Level/Mission/2010712/Act/Act201071202.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071203": { + "PerformanceID": 201071203, + "PerformancePath": "Config/Level/Mission/2010712/Act/Act201071203.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071301": { + "PerformanceID": 201071301, + "PerformancePath": "Config/Level/Mission/2010713/Act/Act201071301.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071302": { + "PerformanceID": 201071302, + "PerformancePath": "Config/Level/Mission/2010713/Act/Act201071302.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071303": { + "PerformanceID": 201071303, + "PerformancePath": "Config/Level/Mission/2010713/Act/Act201071303.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071401": { + "PerformanceID": 201071401, + "PerformancePath": "Config/Level/Mission/2010714/Act/Act201071401.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071402": { + "PerformanceID": 201071402, + "PerformancePath": "Config/Level/Mission/2010714/Act/Act201071402.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201071403": { + "PerformanceID": 201071403, + "PerformancePath": "Config/Level/Mission/2010714/Act/Act201071403.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201070301": { + "PerformanceID": 201070301, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070301.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070302": { + "PerformanceID": 201070302, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070302.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070303": { + "PerformanceID": 201070303, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070303.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070304": { + "PerformanceID": 201070304, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070304.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070305": { + "PerformanceID": 201070305, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070305.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070306": { + "PerformanceID": 201070306, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070306.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070307": { + "PerformanceID": 201070307, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070307.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070308": { + "PerformanceID": 201070308, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070308.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070309": { + "PerformanceID": 201070309, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070309.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070310": { + "PerformanceID": 201070310, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070310.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201070311": { + "PerformanceID": 201070311, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070311.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201070312": { + "PerformanceID": 201070312, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070312.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070313": { + "PerformanceID": 201070313, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070313.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070314": { + "PerformanceID": 201070314, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070314.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070315": { + "PerformanceID": 201070315, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070315.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070316": { + "PerformanceID": 201070316, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070316.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201070317": { + "PerformanceID": 201070317, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070317.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070318": { + "PerformanceID": 201070318, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070318.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070326": { + "PerformanceID": 201070326, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070326.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070327": { + "PerformanceID": 201070327, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070327.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070333": { + "PerformanceID": 201070333, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070333.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070334": { + "PerformanceID": 201070334, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070334.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201070336": { + "PerformanceID": 201070336, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070336.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201070337": { + "PerformanceID": 201070337, + "PerformancePath": "Config/Level/Mission/2010703/Act/Act201070337.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201110101": { + "PerformanceID": 201110101, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110101.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201110103": { + "PerformanceID": 201110103, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201110106": { + "PerformanceID": 201110106, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110106.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201110107": { + "PerformanceID": 201110107, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110107.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201110108": { + "PerformanceID": 201110108, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "201110109": { + "PerformanceID": 201110109, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110109.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201110110": { + "PerformanceID": 201110110, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110110.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201110111": { + "PerformanceID": 201110111, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110111.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201110112": { + "PerformanceID": 201110112, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110112.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201110113": { + "PerformanceID": 201110113, + "PerformancePath": "Config/Level/Mission/2011101/Act/Act201110113.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201110203": { + "PerformanceID": 201110203, + "PerformancePath": "Config/Level/Mission/2011102/Act/ACT_201110203.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20131, + "FloorID": 20131001 + }, + "201130101": { + "PerformanceID": 201130101, + "PerformancePath": "Config/Level/Mission/2011301/Act/Act201130101.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "201130102": { + "PerformanceID": 201130102, + "PerformancePath": "Config/Level/Mission/2011301/Act/Act201130102.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101001 + }, + "201130103": { + "PerformanceID": 201130103, + "PerformancePath": "Config/Level/Mission/2011301/Act/Act201130103.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "201130106": { + "PerformanceID": 201130106, + "PerformancePath": "Config/Level/Mission/2011301/Act/Act201130106.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "201130201": { + "PerformanceID": 201130201, + "PerformancePath": "Config/Level/Mission/2011302/Act/Act201130201.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "201130202": { + "PerformanceID": 201130202, + "PerformancePath": "Config/Level/Mission/2011302/Act/Act201130202.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "201130203": { + "PerformanceID": 201130203, + "PerformancePath": "Config/Level/Mission/2011302/Act/Act201130203.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10101, + "FloorID": 10101007 + }, + "701040101": { + "PerformanceID": 701040101, + "PerformancePath": "Config/Level/GameplayMission/7010401/Talk/Talk_701040101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701040102": { + "PerformanceID": 701040102, + "PerformancePath": "Config/Level/GameplayMission/7010401/Talk/Talk_701040101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701040103": { + "PerformanceID": 701040103, + "PerformancePath": "Config/Level/GameplayMission/7010401/Talk/Talk_701040103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "201090101": { + "PerformanceID": 201090101, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090101.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090102": { + "PerformanceID": 201090102, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090103": { + "PerformanceID": 201090103, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090103.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090104": { + "PerformanceID": 201090104, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090104.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201090105": { + "PerformanceID": 201090105, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090105.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090107": { + "PerformanceID": 201090107, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090107.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090108": { + "PerformanceID": 201090108, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090109": { + "PerformanceID": 201090109, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090109.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090111": { + "PerformanceID": 201090111, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090111.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090112": { + "PerformanceID": 201090112, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090112.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090113": { + "PerformanceID": 201090113, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090113.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090114": { + "PerformanceID": 201090114, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090114.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090115": { + "PerformanceID": 201090115, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090115.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090116": { + "PerformanceID": 201090116, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090116.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090117": { + "PerformanceID": 201090117, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090117.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090118": { + "PerformanceID": 201090118, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090118.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090119": { + "PerformanceID": 201090119, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090119.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090120": { + "PerformanceID": 201090120, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090120.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090201": { + "PerformanceID": 201090201, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090201.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090202": { + "PerformanceID": 201090202, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090202.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090203": { + "PerformanceID": 201090203, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090203.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090204": { + "PerformanceID": 201090204, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090204.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090205": { + "PerformanceID": 201090205, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090205.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090206": { + "PerformanceID": 201090206, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090206.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090207": { + "PerformanceID": 201090207, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090207.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090208": { + "PerformanceID": 201090208, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090208.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090213": { + "PerformanceID": 201090213, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090213.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201090209": { + "PerformanceID": 201090209, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090209.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201090210": { + "PerformanceID": 201090210, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090210.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090121": { + "PerformanceID": 201090121, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090121.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090122": { + "PerformanceID": 201090122, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090122.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201090123": { + "PerformanceID": 201090123, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090123.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090124": { + "PerformanceID": 201090124, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090124.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090125": { + "PerformanceID": 201090125, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090125.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090126": { + "PerformanceID": 201090126, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090126.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090127": { + "PerformanceID": 201090127, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090127.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090128": { + "PerformanceID": 201090128, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090128.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090129": { + "PerformanceID": 201090129, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090129.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090130": { + "PerformanceID": 201090130, + "PerformancePath": "Config/Level/Mission/2010901/Act/Act201090130.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090214": { + "PerformanceID": 201090214, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090214.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090215": { + "PerformanceID": 201090215, + "PerformancePath": "Config/Level/Mission/2010902/Act/Act201090215.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20123, + "FloorID": 20123001 + }, + "201090401": { + "PerformanceID": 201090401, + "PerformancePath": "Config/Level/Mission/2010904/Act201090401.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090402": { + "PerformanceID": 201090402, + "PerformancePath": "Config/Level/Mission/2010904/Act201090402.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201090404": { + "PerformanceID": 201090404, + "PerformancePath": "Config/Level/Mission/2010904/Act201090404.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201090405": { + "PerformanceID": 201090405, + "PerformancePath": "Config/Level/Mission/2010904/Act201090405.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201090406": { + "PerformanceID": 201090406, + "PerformancePath": "Config/Level/Mission/2010904/Act201090406.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090407": { + "PerformanceID": 201090407, + "PerformancePath": "Config/Level/Mission/2010904/Act201090407.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090416": { + "PerformanceID": 201090416, + "PerformancePath": "Config/Level/Mission/2010904/Act201090416.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090417": { + "PerformanceID": 201090417, + "PerformancePath": "Config/Level/Mission/2010904/Act201090417.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090418": { + "PerformanceID": 201090418, + "PerformancePath": "Config/Level/Mission/2010904/Act201090418.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090419": { + "PerformanceID": 201090419, + "PerformancePath": "Config/Level/Mission/2010904/Act201090419.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090409": { + "PerformanceID": 201090409, + "PerformancePath": "Config/Level/Mission/2010904/Act201090409.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "201090411": { + "PerformanceID": 201090411, + "PerformancePath": "Config/Level/Mission/2010904/Act201090411.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201090413": { + "PerformanceID": 201090413, + "PerformancePath": "Config/Level/Mission/2010904/Act201090413.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20122, + "FloorID": 20122001 + }, + "201090414": { + "PerformanceID": 201090414, + "PerformancePath": "Config/Level/Mission/2010904/Act201090414.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201090415": { + "PerformanceID": 201090415, + "PerformancePath": "Config/Level/Mission/2010904/Act201090415.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201090425": { + "PerformanceID": 201090425, + "PerformancePath": "Config/Level/Mission/2010904/Act/Act201090425.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "201140101": { + "PerformanceID": 201140101, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140102": { + "PerformanceID": 201140102, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140102.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140103": { + "PerformanceID": 201140103, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140103.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140104": { + "PerformanceID": 201140104, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140104.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140105": { + "PerformanceID": 201140105, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140105.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140106": { + "PerformanceID": 201140106, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140106.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140107": { + "PerformanceID": 201140107, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140107.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140108": { + "PerformanceID": 201140108, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140108.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140109": { + "PerformanceID": 201140109, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140109.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140110": { + "PerformanceID": 201140110, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140110.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140111": { + "PerformanceID": 201140111, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140111.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140112": { + "PerformanceID": 201140112, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140112.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140113": { + "PerformanceID": 201140113, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140113.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140116": { + "PerformanceID": 201140116, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140116.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140117": { + "PerformanceID": 201140117, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140117.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "Full", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140151": { + "PerformanceID": 201140151, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140151.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140152": { + "PerformanceID": 201140152, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140152.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140153": { + "PerformanceID": 201140153, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140153.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140154": { + "PerformanceID": 201140154, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140154.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140155": { + "PerformanceID": 201140155, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140155.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140190": { + "PerformanceID": 201140190, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140190.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201140191": { + "PerformanceID": 201140191, + "PerformancePath": "Config/Level/Mission/2011401/Act/Act201140191.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "201050701": { + "PerformanceID": 201050701, + "PerformancePath": "Config/Level/Mission/2010507/Act/Act201050701.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "201070701": { + "PerformanceID": 201070701, + "PerformancePath": "Config/Level/Mission/2010707/Act/Act201070701.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "987654301": { + "PerformanceID": 987654301, + "PerformancePath": "Config/Level/Mission/9876543/CS987654301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "987654302": { + "PerformanceID": 987654302, + "PerformancePath": "Config/Level/Mission/9876543/CS987654302.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10000, + "FloorID": 10000000 + }, + "601026001": { + "PerformanceID": 601026001, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026001.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "601026005": { + "PerformanceID": 601026005, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026005.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "601026008": { + "PerformanceID": 601026008, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026008.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "601026009": { + "PerformanceID": 601026009, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026009.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "601026010": { + "PerformanceID": 601026010, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026010.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "601026011": { + "PerformanceID": 601026011, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026011.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "601026012": { + "PerformanceID": 601026012, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026012.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "601026013": { + "PerformanceID": 601026013, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026013.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102003 + }, + "601026014": { + "PerformanceID": 601026014, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026014.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "601026015": { + "PerformanceID": 601026015, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026015.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "601026016": { + "PerformanceID": 601026016, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026016.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "601026018": { + "PerformanceID": 601026018, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026018.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "601026019": { + "PerformanceID": 601026019, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026019.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "601026020": { + "PerformanceID": 601026020, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026020.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "601026021": { + "PerformanceID": 601026021, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026021.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102004 + }, + "601026022": { + "PerformanceID": 601026022, + "PerformancePath": "Config/Level/Mission/6010260/Act/Act601026022.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 10102, + "FloorID": 10102001 + }, + "909991001": { + "PerformanceID": 909991001, + "PerformancePath": "Config/Level/Mission/9099910/Act/Act909991001.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 99997, + "FloorID": 99997001 + }, + "999980001": { + "PerformanceID": 999980001, + "PerformancePath": "Config/Level/Mission/9999801/Act/Act999980001.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "999980002": { + "PerformanceID": 999980002, + "PerformancePath": "Config/Level/Mission/9999801/Act/Act999980002.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701090101": { + "PerformanceID": 701090101, + "PerformancePath": "Config/Level/GameplayMission/7010901/Act/Act701090101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701090102": { + "PerformanceID": 701090102, + "PerformancePath": "Config/Level/GameplayMission/7010901/Act/Act701090102.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701090103": { + "PerformanceID": 701090103, + "PerformancePath": "Config/Level/GameplayMission/7010901/Act/Act701090103.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 0, + "FloorID": 0 + }, + "701090104": { + "PerformanceID": 701090104, + "PerformancePath": "Config/Level/GameplayMission/7010901/Act/Act701090104.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701090201": { + "PerformanceID": 701090201, + "PerformancePath": "Config/Level/GameplayMission/7010902/Act/Act701090201.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701090202": { + "PerformanceID": 701090202, + "PerformancePath": "Config/Level/GameplayMission/7010902/Act/Act701090202.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701090203": { + "PerformanceID": 701090203, + "PerformancePath": "Config/Level/GameplayMission/7010902/Act/Act701090203.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 0, + "FloorID": 0 + }, + "701090204": { + "PerformanceID": 701090204, + "PerformancePath": "Config/Level/GameplayMission/7010902/Act/Act701090204.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701090301": { + "PerformanceID": 701090301, + "PerformancePath": "Config/Level/GameplayMission/7010903/Act/Act701090301.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701090302": { + "PerformanceID": 701090302, + "PerformancePath": "Config/Level/GameplayMission/7010903/Act/Act701090302.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "701090303": { + "PerformanceID": 701090303, + "PerformancePath": "Config/Level/GameplayMission/7010903/Act/Act701090303.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": true, + "PlaneID": 0, + "FloorID": 0 + }, + "701090304": { + "PerformanceID": 701090304, + "PerformancePath": "Config/Level/GameplayMission/7010903/Act/Act701090304.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 0, + "FloorID": 0 + }, + "201130301": { + "PerformanceID": 201130301, + "PerformancePath": "Config/Level/Mission/2011303/Act/Act201130301.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 40101, + "FloorID": 40101001 + }, + "201130302": { + "PerformanceID": 201130302, + "PerformancePath": "Config/Level/Mission/2011303/Act/Act201130302.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 40101, + "FloorID": 40101001 + }, + "201130303": { + "PerformanceID": 201130303, + "PerformancePath": "Config/Level/Mission/2011303/Act/Act201130303.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 40101, + "FloorID": 40101001 + }, + "201130304": { + "PerformanceID": 201130304, + "PerformancePath": "Config/Level/Mission/2011303/Act/Act201130304.json", + "IsSkip": true, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 40101, + "FloorID": 40101001 + }, + "201130305": { + "PerformanceID": 201130305, + "PerformancePath": "Config/Level/Mission/2011303/Act/Act201130305.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 40101, + "FloorID": 40101001 + }, + "201130306": { + "PerformanceID": 201130306, + "PerformancePath": "Config/Level/Mission/2011303/Act/Act201130306.json", + "IsSkip": false, + "IsChangePlayer": true, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 40101, + "FloorID": 40101001 + }, + "201130308": { + "PerformanceID": 201130308, + "PerformancePath": "Config/Level/Mission/2011303/Act/Act201130308.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 40101, + "FloorID": 40101001 + }, + "201130310": { + "PerformanceID": 201130310, + "PerformancePath": "Config/Level/Mission/2011303/Act/Act201130310.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 40101, + "FloorID": 40101001 + }, + "1": { + "PerformanceID": 1, + "PerformancePath": "Config/Level/EventMission/5000101/Act/Act500010101.json", + "IsSkip": false, + "IsChangePlayer": false, + "LevelType": "Talk", + "StartBlack": "None", + "EndBlack": "None", + "EndWithCrack": false, + "PlaneID": 20002, + "FloorID": 20002001 + }, + "2": { + "PerformanceID": 2, + "PerformancePath": "Config/Level/Mission/1000301/CS100030102.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "CutScene", + "StartBlack": "Full", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "3": { + "PerformanceID": 3, + "PerformancePath": "Story/Mission/1000401/Story100040101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "Full", + "EndWithCrack": false, + "PlaneID": 20003, + "FloorID": 20003001 + }, + "4": { + "PerformanceID": 4, + "PerformancePath": "Config/Level/Mission/1000301/Act/Act100030100.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Video", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + }, + "5": { + "PerformanceID": 5, + "PerformancePath": "Story/Mission/9999901/Story999990101.json", + "IsSkip": true, + "IsChangePlayer": false, + "LevelType": "Story", + "StartBlack": "NoPre", + "EndBlack": "NoPost", + "EndWithCrack": false, + "PlaneID": 10001, + "FloorID": 10001001 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/PlaneEventExcelTable.json b/CrepePackage/src/data/excel/PlaneEventExcelTable.json new file mode 100644 index 0000000..73ed9c3 --- /dev/null +++ b/CrepePackage/src/data/excel/PlaneEventExcelTable.json @@ -0,0 +1,75599 @@ +{ + "99999001:0": { + "EventID": 99999001, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999001:1": { + "EventID": 99999001, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999001:2": { + "EventID": 99999001, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999001:3": { + "EventID": 99999001, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999001:4": { + "EventID": 99999001, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999001:5": { + "EventID": 99999001, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999001:6": { + "EventID": 99999001, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999002:0": { + "EventID": 99999002, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999002:1": { + "EventID": 99999002, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999002:2": { + "EventID": 99999002, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999002:3": { + "EventID": 99999002, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999002:4": { + "EventID": 99999002, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999002:5": { + "EventID": 99999002, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999002:6": { + "EventID": 99999002, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999003:0": { + "EventID": 99999003, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999003:1": { + "EventID": 99999003, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999003:2": { + "EventID": 99999003, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999003:3": { + "EventID": 99999003, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999003:4": { + "EventID": 99999003, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999003:5": { + "EventID": 99999003, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999003:6": { + "EventID": 99999003, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999004:0": { + "EventID": 99999004, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999004:1": { + "EventID": 99999004, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999004:2": { + "EventID": 99999004, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999004:3": { + "EventID": 99999004, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999004:4": { + "EventID": 99999004, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999004:5": { + "EventID": 99999004, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999004:6": { + "EventID": 99999004, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999005:0": { + "EventID": 99999005, + "WorldLevel": 0, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999005:1": { + "EventID": 99999005, + "WorldLevel": 1, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999005:2": { + "EventID": 99999005, + "WorldLevel": 2, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999005:3": { + "EventID": 99999005, + "WorldLevel": 3, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999005:4": { + "EventID": 99999005, + "WorldLevel": 4, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999005:5": { + "EventID": 99999005, + "WorldLevel": 5, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999005:6": { + "EventID": 99999005, + "WorldLevel": 6, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999011:0": { + "EventID": 99999011, + "WorldLevel": 0, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999011:1": { + "EventID": 99999011, + "WorldLevel": 1, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999011:2": { + "EventID": 99999011, + "WorldLevel": 2, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999011:3": { + "EventID": 99999011, + "WorldLevel": 3, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999011:4": { + "EventID": 99999011, + "WorldLevel": 4, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999011:5": { + "EventID": 99999011, + "WorldLevel": 5, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99999011:6": { + "EventID": 99999011, + "WorldLevel": 6, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10000:0": { + "EventID": 10000, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10000:1": { + "EventID": 10000, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10000:2": { + "EventID": 10000, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10000:3": { + "EventID": 10000, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10000:4": { + "EventID": 10000, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10000:5": { + "EventID": 10000, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10000:6": { + "EventID": 10000, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001:0": { + "EventID": 10001, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 2 + }, + "10001:1": { + "EventID": 10001, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 2 + }, + "10001:2": { + "EventID": 10001, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 2 + }, + "10001:3": { + "EventID": 10001, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 2 + }, + "10001:4": { + "EventID": 10001, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 2 + }, + "10001:5": { + "EventID": 10001, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 2 + }, + "10001:6": { + "EventID": 10001, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 2 + }, + "10002:0": { + "EventID": 10002, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.2, + "MPRecover": 0 + }, + "10002:1": { + "EventID": 10002, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.2, + "MPRecover": 0 + }, + "10002:2": { + "EventID": 10002, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.2, + "MPRecover": 0 + }, + "10002:3": { + "EventID": 10002, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.2, + "MPRecover": 0 + }, + "10002:4": { + "EventID": 10002, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.2, + "MPRecover": 0 + }, + "10002:5": { + "EventID": 10002, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.2, + "MPRecover": 0 + }, + "10002:6": { + "EventID": 10002, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.2, + "MPRecover": 0 + }, + "101201:0": { + "EventID": 101201, + "WorldLevel": 0, + "StageID": 1012010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101201:1": { + "EventID": 101201, + "WorldLevel": 1, + "StageID": 1012011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101201:2": { + "EventID": 101201, + "WorldLevel": 2, + "StageID": 1012012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101201:3": { + "EventID": 101201, + "WorldLevel": 3, + "StageID": 1012013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101201:4": { + "EventID": 101201, + "WorldLevel": 4, + "StageID": 1012014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101201:5": { + "EventID": 101201, + "WorldLevel": 5, + "StageID": 1012015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101201:6": { + "EventID": 101201, + "WorldLevel": 6, + "StageID": 1012016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101202:0": { + "EventID": 101202, + "WorldLevel": 0, + "StageID": 1012020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101202:1": { + "EventID": 101202, + "WorldLevel": 1, + "StageID": 1012021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101202:2": { + "EventID": 101202, + "WorldLevel": 2, + "StageID": 1012022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101202:3": { + "EventID": 101202, + "WorldLevel": 3, + "StageID": 1012023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101202:4": { + "EventID": 101202, + "WorldLevel": 4, + "StageID": 1012024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101202:5": { + "EventID": 101202, + "WorldLevel": 5, + "StageID": 1012025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101202:6": { + "EventID": 101202, + "WorldLevel": 6, + "StageID": 1012026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101203:0": { + "EventID": 101203, + "WorldLevel": 0, + "StageID": 1012030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101203:1": { + "EventID": 101203, + "WorldLevel": 1, + "StageID": 1012031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101203:2": { + "EventID": 101203, + "WorldLevel": 2, + "StageID": 1012032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101203:3": { + "EventID": 101203, + "WorldLevel": 3, + "StageID": 1012033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101203:4": { + "EventID": 101203, + "WorldLevel": 4, + "StageID": 1012034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101203:5": { + "EventID": 101203, + "WorldLevel": 5, + "StageID": 1012035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101203:6": { + "EventID": 101203, + "WorldLevel": 6, + "StageID": 1012036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101204:0": { + "EventID": 101204, + "WorldLevel": 0, + "StageID": 1012040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101204:1": { + "EventID": 101204, + "WorldLevel": 1, + "StageID": 1012041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101204:2": { + "EventID": 101204, + "WorldLevel": 2, + "StageID": 1012042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101204:3": { + "EventID": 101204, + "WorldLevel": 3, + "StageID": 1012043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101204:4": { + "EventID": 101204, + "WorldLevel": 4, + "StageID": 1012044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101204:5": { + "EventID": 101204, + "WorldLevel": 5, + "StageID": 1012045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101204:6": { + "EventID": 101204, + "WorldLevel": 6, + "StageID": 1012046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101205:0": { + "EventID": 101205, + "WorldLevel": 0, + "StageID": 1012050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101205:1": { + "EventID": 101205, + "WorldLevel": 1, + "StageID": 1012051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101205:2": { + "EventID": 101205, + "WorldLevel": 2, + "StageID": 1012052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101205:3": { + "EventID": 101205, + "WorldLevel": 3, + "StageID": 1012053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101205:4": { + "EventID": 101205, + "WorldLevel": 4, + "StageID": 1012054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101205:5": { + "EventID": 101205, + "WorldLevel": 5, + "StageID": 1012055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101205:6": { + "EventID": 101205, + "WorldLevel": 6, + "StageID": 1012056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101206:0": { + "EventID": 101206, + "WorldLevel": 0, + "StageID": 1012060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101206:1": { + "EventID": 101206, + "WorldLevel": 1, + "StageID": 1012061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101206:2": { + "EventID": 101206, + "WorldLevel": 2, + "StageID": 1012062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101206:3": { + "EventID": 101206, + "WorldLevel": 3, + "StageID": 1012063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101206:4": { + "EventID": 101206, + "WorldLevel": 4, + "StageID": 1012064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101206:5": { + "EventID": 101206, + "WorldLevel": 5, + "StageID": 1012065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101206:6": { + "EventID": 101206, + "WorldLevel": 6, + "StageID": 1012066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101207:0": { + "EventID": 101207, + "WorldLevel": 0, + "StageID": 1012070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101207:1": { + "EventID": 101207, + "WorldLevel": 1, + "StageID": 1012071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101207:2": { + "EventID": 101207, + "WorldLevel": 2, + "StageID": 1012072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101207:3": { + "EventID": 101207, + "WorldLevel": 3, + "StageID": 1012073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101207:4": { + "EventID": 101207, + "WorldLevel": 4, + "StageID": 1012074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101207:5": { + "EventID": 101207, + "WorldLevel": 5, + "StageID": 1012075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101207:6": { + "EventID": 101207, + "WorldLevel": 6, + "StageID": 1012076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101208:0": { + "EventID": 101208, + "WorldLevel": 0, + "StageID": 1012080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101208:1": { + "EventID": 101208, + "WorldLevel": 1, + "StageID": 1012081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101208:2": { + "EventID": 101208, + "WorldLevel": 2, + "StageID": 1012082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101208:3": { + "EventID": 101208, + "WorldLevel": 3, + "StageID": 1012083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101208:4": { + "EventID": 101208, + "WorldLevel": 4, + "StageID": 1012084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101208:5": { + "EventID": 101208, + "WorldLevel": 5, + "StageID": 1012085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101208:6": { + "EventID": 101208, + "WorldLevel": 6, + "StageID": 1012086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101711:0": { + "EventID": 101711, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 1000909, + 1000329, + 980000, + 1004200, + 910041 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110405, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101711:1": { + "EventID": 101711, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 1000909, + 1000349, + 980001, + 1004200, + 910042 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110405, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101711:2": { + "EventID": 101711, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 1000909, + 1000369, + 980000, + 980001, + 1004201, + 910043 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110405, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101711:3": { + "EventID": 101711, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 1000909, + 1000389, + 980002, + 1004202, + 910044 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110405, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101711:4": { + "EventID": 101711, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 1000909, + 1000401, + 980000, + 980002, + 1004202, + 910045 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110405, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101711:5": { + "EventID": 101711, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 1000909, + 1000403, + 980001, + 980002, + 1004203, + 910046 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110405, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101711:6": { + "EventID": 101711, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 1000909, + 1000405, + 980002, + 980002, + 1004203, + 910047 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110405, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101712:0": { + "EventID": 101712, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 1000909, + 1000329, + 980000, + 1004210, + 910051 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110406, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101712:1": { + "EventID": 101712, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 1000909, + 1000349, + 980001, + 1004210, + 910052 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110406, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101712:2": { + "EventID": 101712, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 1000909, + 1000369, + 980000, + 980001, + 1004211, + 910053 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110406, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101712:3": { + "EventID": 101712, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 1000909, + 1000389, + 980002, + 1004212, + 910054 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110406, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101712:4": { + "EventID": 101712, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 1000909, + 1000401, + 980000, + 980002, + 1004212, + 910055 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110406, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101712:5": { + "EventID": 101712, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 1000909, + 1000403, + 980001, + 980002, + 1004213, + 910056 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110406, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101712:6": { + "EventID": 101712, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 1000909, + 1000405, + 980002, + 980002, + 1004213, + 910057 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110406, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101713:0": { + "EventID": 101713, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 1000909, + 1000329, + 980000, + 1004220, + 910061 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110407, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101713:1": { + "EventID": 101713, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 1000909, + 1000349, + 980001, + 1004220, + 910062 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110407, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101713:2": { + "EventID": 101713, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 1000909, + 1000369, + 980000, + 980001, + 1004221, + 910063 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110407, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101713:3": { + "EventID": 101713, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 1000909, + 1000389, + 980002, + 1004222, + 910064 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110407, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101713:4": { + "EventID": 101713, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 1000909, + 1000401, + 980000, + 980002, + 1004222, + 910065 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110407, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101713:5": { + "EventID": 101713, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 1000909, + 1000403, + 980001, + 980002, + 1004223, + 910066 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110407, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101713:6": { + "EventID": 101713, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 1000909, + 1000405, + 980002, + 980002, + 1004223, + 910067 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110407, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101714:0": { + "EventID": 101714, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 1000909, + 1000329, + 980000, + 1004190, + 910031 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110404, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101714:1": { + "EventID": 101714, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 1000909, + 1000349, + 980001, + 1004190, + 910032 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110404, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101714:2": { + "EventID": 101714, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 1000909, + 1000369, + 980000, + 980001, + 1004191, + 910033 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110404, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101714:3": { + "EventID": 101714, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 1000909, + 1000389, + 980002, + 1004192, + 910034 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110404, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101714:4": { + "EventID": 101714, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 1000909, + 1000401, + 980000, + 980002, + 1004192, + 910035 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110404, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101714:5": { + "EventID": 101714, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 1000909, + 1000403, + 980001, + 980002, + 1004193, + 910036 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110404, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101714:6": { + "EventID": 101714, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 1000909, + 1000405, + 980002, + 980002, + 1004193, + 910037 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110404, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101715:0": { + "EventID": 101715, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 1000909, + 1000329, + 980000, + 1004160, + 910001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110401, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101715:1": { + "EventID": 101715, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 1000909, + 1000349, + 980001, + 1004160, + 910002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110401, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101715:2": { + "EventID": 101715, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 1000909, + 1000369, + 980000, + 980001, + 1004161, + 910003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110401, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101715:3": { + "EventID": 101715, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 1000909, + 1000389, + 980002, + 1004162, + 910004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110401, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101715:4": { + "EventID": 101715, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 1000909, + 1000401, + 980000, + 980002, + 1004162, + 910005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110401, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101715:5": { + "EventID": 101715, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 1000909, + 1000403, + 980001, + 980002, + 1004163, + 910006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110401, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101715:6": { + "EventID": 101715, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 1000909, + 1000405, + 980002, + 980002, + 1004163, + 910007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110401, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101716:0": { + "EventID": 101716, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 1000909, + 1000329, + 980000, + 1004170, + 910011 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110402, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101716:1": { + "EventID": 101716, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 1000909, + 1000349, + 980001, + 1004170, + 910012 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110402, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101716:2": { + "EventID": 101716, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 1000909, + 1000369, + 980000, + 980001, + 1004171, + 910013 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110402, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101716:3": { + "EventID": 101716, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 1000909, + 1000389, + 980002, + 1004172, + 910014 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110402, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101716:4": { + "EventID": 101716, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 1000909, + 1000401, + 980000, + 980002, + 1004172, + 910015 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110402, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101716:5": { + "EventID": 101716, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 1000909, + 1000403, + 980001, + 980002, + 1004173, + 910016 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110402, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101716:6": { + "EventID": 101716, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 1000909, + 1000405, + 980002, + 980002, + 1004173, + 910017 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110402, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101717:0": { + "EventID": 101717, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 1000909, + 1000329, + 980000, + 1004180, + 910021 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110403, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101717:1": { + "EventID": 101717, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 1000909, + 1000349, + 980001, + 1004180, + 910022 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110403, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101717:2": { + "EventID": 101717, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 1000909, + 1000369, + 980000, + 980001, + 1004181, + 910023 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110403, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101717:3": { + "EventID": 101717, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 1000909, + 1000389, + 980002, + 1004182, + 910024 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110403, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101717:4": { + "EventID": 101717, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 1000909, + 1000401, + 980000, + 980002, + 1004182, + 910025 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110403, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101717:5": { + "EventID": 101717, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 1000909, + 1000403, + 980001, + 980002, + 1004183, + 910026 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110403, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "101717:6": { + "EventID": 101717, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 1000909, + 1000405, + 980002, + 980002, + 1004183, + 910027 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [ + 22, + 110403, + 231, + 2 + ], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104201:0": { + "EventID": 104201, + "WorldLevel": 0, + "StageID": 1042010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104201:1": { + "EventID": 104201, + "WorldLevel": 1, + "StageID": 1042011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104201:2": { + "EventID": 104201, + "WorldLevel": 2, + "StageID": 1042012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104201:3": { + "EventID": 104201, + "WorldLevel": 3, + "StageID": 1042013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104201:4": { + "EventID": 104201, + "WorldLevel": 4, + "StageID": 1042014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104201:5": { + "EventID": 104201, + "WorldLevel": 5, + "StageID": 1042015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104201:6": { + "EventID": 104201, + "WorldLevel": 6, + "StageID": 1042016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104202:0": { + "EventID": 104202, + "WorldLevel": 0, + "StageID": 1042020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104202:1": { + "EventID": 104202, + "WorldLevel": 1, + "StageID": 1042021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104202:2": { + "EventID": 104202, + "WorldLevel": 2, + "StageID": 1042022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104202:3": { + "EventID": 104202, + "WorldLevel": 3, + "StageID": 1042023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104202:4": { + "EventID": 104202, + "WorldLevel": 4, + "StageID": 1042024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104202:5": { + "EventID": 104202, + "WorldLevel": 5, + "StageID": 1042025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104202:6": { + "EventID": 104202, + "WorldLevel": 6, + "StageID": 1042026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104203:0": { + "EventID": 104203, + "WorldLevel": 0, + "StageID": 1042030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104203:1": { + "EventID": 104203, + "WorldLevel": 1, + "StageID": 1042031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104203:2": { + "EventID": 104203, + "WorldLevel": 2, + "StageID": 1042032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104203:3": { + "EventID": 104203, + "WorldLevel": 3, + "StageID": 1042033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104203:4": { + "EventID": 104203, + "WorldLevel": 4, + "StageID": 1042034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104203:5": { + "EventID": 104203, + "WorldLevel": 5, + "StageID": 1042035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104203:6": { + "EventID": 104203, + "WorldLevel": 6, + "StageID": 1042036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104204:0": { + "EventID": 104204, + "WorldLevel": 0, + "StageID": 1042040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104204:1": { + "EventID": 104204, + "WorldLevel": 1, + "StageID": 1042041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104204:2": { + "EventID": 104204, + "WorldLevel": 2, + "StageID": 1042042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104204:3": { + "EventID": 104204, + "WorldLevel": 3, + "StageID": 1042043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104204:4": { + "EventID": 104204, + "WorldLevel": 4, + "StageID": 1042044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104204:5": { + "EventID": 104204, + "WorldLevel": 5, + "StageID": 1042045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104204:6": { + "EventID": 104204, + "WorldLevel": 6, + "StageID": 1042046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104205:0": { + "EventID": 104205, + "WorldLevel": 0, + "StageID": 1042050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104205:1": { + "EventID": 104205, + "WorldLevel": 1, + "StageID": 1042051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104205:2": { + "EventID": 104205, + "WorldLevel": 2, + "StageID": 1042052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104205:3": { + "EventID": 104205, + "WorldLevel": 3, + "StageID": 1042053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104205:4": { + "EventID": 104205, + "WorldLevel": 4, + "StageID": 1042054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104205:5": { + "EventID": 104205, + "WorldLevel": 5, + "StageID": 1042055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104205:6": { + "EventID": 104205, + "WorldLevel": 6, + "StageID": 1042056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104206:0": { + "EventID": 104206, + "WorldLevel": 0, + "StageID": 1042060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104206:1": { + "EventID": 104206, + "WorldLevel": 1, + "StageID": 1042061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104206:2": { + "EventID": 104206, + "WorldLevel": 2, + "StageID": 1042062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104206:3": { + "EventID": 104206, + "WorldLevel": 3, + "StageID": 1042063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104206:4": { + "EventID": 104206, + "WorldLevel": 4, + "StageID": 1042064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104206:5": { + "EventID": 104206, + "WorldLevel": 5, + "StageID": 1042065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "104206:6": { + "EventID": 104206, + "WorldLevel": 6, + "StageID": 1042066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103201:0": { + "EventID": 103201, + "WorldLevel": 0, + "StageID": 103201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103201:1": { + "EventID": 103201, + "WorldLevel": 1, + "StageID": 103201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103201:2": { + "EventID": 103201, + "WorldLevel": 2, + "StageID": 103201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103201:3": { + "EventID": 103201, + "WorldLevel": 3, + "StageID": 103201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103201:4": { + "EventID": 103201, + "WorldLevel": 4, + "StageID": 103201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103201:5": { + "EventID": 103201, + "WorldLevel": 5, + "StageID": 103201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103201:6": { + "EventID": 103201, + "WorldLevel": 6, + "StageID": 103201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103202:0": { + "EventID": 103202, + "WorldLevel": 0, + "StageID": 103202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103202:1": { + "EventID": 103202, + "WorldLevel": 1, + "StageID": 103202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103202:2": { + "EventID": 103202, + "WorldLevel": 2, + "StageID": 103202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103202:3": { + "EventID": 103202, + "WorldLevel": 3, + "StageID": 103202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103202:4": { + "EventID": 103202, + "WorldLevel": 4, + "StageID": 103202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103202:5": { + "EventID": 103202, + "WorldLevel": 5, + "StageID": 103202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103202:6": { + "EventID": 103202, + "WorldLevel": 6, + "StageID": 103202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103203:0": { + "EventID": 103203, + "WorldLevel": 0, + "StageID": 103203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103203:1": { + "EventID": 103203, + "WorldLevel": 1, + "StageID": 103203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103203:2": { + "EventID": 103203, + "WorldLevel": 2, + "StageID": 103203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103203:3": { + "EventID": 103203, + "WorldLevel": 3, + "StageID": 103203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103203:4": { + "EventID": 103203, + "WorldLevel": 4, + "StageID": 103203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103203:5": { + "EventID": 103203, + "WorldLevel": 5, + "StageID": 103203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103203:6": { + "EventID": 103203, + "WorldLevel": 6, + "StageID": 103203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103204:0": { + "EventID": 103204, + "WorldLevel": 0, + "StageID": 103204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103204:1": { + "EventID": 103204, + "WorldLevel": 1, + "StageID": 103204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103204:2": { + "EventID": 103204, + "WorldLevel": 2, + "StageID": 103204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103204:3": { + "EventID": 103204, + "WorldLevel": 3, + "StageID": 103204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103204:4": { + "EventID": 103204, + "WorldLevel": 4, + "StageID": 103204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103204:5": { + "EventID": 103204, + "WorldLevel": 5, + "StageID": 103204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "103204:6": { + "EventID": 103204, + "WorldLevel": 6, + "StageID": 103204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200011:0": { + "EventID": 200011, + "WorldLevel": 0, + "StageID": 2000110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200011:1": { + "EventID": 200011, + "WorldLevel": 1, + "StageID": 2000111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200011:2": { + "EventID": 200011, + "WorldLevel": 2, + "StageID": 2000112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200011:3": { + "EventID": 200011, + "WorldLevel": 3, + "StageID": 2000113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200011:4": { + "EventID": 200011, + "WorldLevel": 4, + "StageID": 2000114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200011:5": { + "EventID": 200011, + "WorldLevel": 5, + "StageID": 2000115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200011:6": { + "EventID": 200011, + "WorldLevel": 6, + "StageID": 2000116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200021:0": { + "EventID": 200021, + "WorldLevel": 0, + "StageID": 2000210, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200021:1": { + "EventID": 200021, + "WorldLevel": 1, + "StageID": 2000211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200021:2": { + "EventID": 200021, + "WorldLevel": 2, + "StageID": 2000212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200021:3": { + "EventID": 200021, + "WorldLevel": 3, + "StageID": 2000213, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200021:4": { + "EventID": 200021, + "WorldLevel": 4, + "StageID": 2000214, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200021:5": { + "EventID": 200021, + "WorldLevel": 5, + "StageID": 2000215, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "200021:6": { + "EventID": 200021, + "WorldLevel": 6, + "StageID": 2000216, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201111:0": { + "EventID": 201111, + "WorldLevel": 0, + "StageID": 2011110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201111:1": { + "EventID": 201111, + "WorldLevel": 1, + "StageID": 2011111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201111:2": { + "EventID": 201111, + "WorldLevel": 2, + "StageID": 2011112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201111:3": { + "EventID": 201111, + "WorldLevel": 3, + "StageID": 2011113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201111:4": { + "EventID": 201111, + "WorldLevel": 4, + "StageID": 2011114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201111:5": { + "EventID": 201111, + "WorldLevel": 5, + "StageID": 2011115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201111:6": { + "EventID": 201111, + "WorldLevel": 6, + "StageID": 2011116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201211:0": { + "EventID": 201211, + "WorldLevel": 0, + "StageID": 2012110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201211:1": { + "EventID": 201211, + "WorldLevel": 1, + "StageID": 2012111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201211:2": { + "EventID": 201211, + "WorldLevel": 2, + "StageID": 2012112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201211:3": { + "EventID": 201211, + "WorldLevel": 3, + "StageID": 2012113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201211:4": { + "EventID": 201211, + "WorldLevel": 4, + "StageID": 2012114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201211:5": { + "EventID": 201211, + "WorldLevel": 5, + "StageID": 2012115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201211:6": { + "EventID": 201211, + "WorldLevel": 6, + "StageID": 2012116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201212:0": { + "EventID": 201212, + "WorldLevel": 0, + "StageID": 2012120, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201212:1": { + "EventID": 201212, + "WorldLevel": 1, + "StageID": 2012121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201212:2": { + "EventID": 201212, + "WorldLevel": 2, + "StageID": 2012122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201212:3": { + "EventID": 201212, + "WorldLevel": 3, + "StageID": 2012123, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201212:4": { + "EventID": 201212, + "WorldLevel": 4, + "StageID": 2012124, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201212:5": { + "EventID": 201212, + "WorldLevel": 5, + "StageID": 2012125, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201212:6": { + "EventID": 201212, + "WorldLevel": 6, + "StageID": 2012126, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201221:0": { + "EventID": 201221, + "WorldLevel": 0, + "StageID": 2012210, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201221:1": { + "EventID": 201221, + "WorldLevel": 1, + "StageID": 2012211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201221:2": { + "EventID": 201221, + "WorldLevel": 2, + "StageID": 2012212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201221:3": { + "EventID": 201221, + "WorldLevel": 3, + "StageID": 2012213, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201221:4": { + "EventID": 201221, + "WorldLevel": 4, + "StageID": 2012214, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201221:5": { + "EventID": 201221, + "WorldLevel": 5, + "StageID": 2012215, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201221:6": { + "EventID": 201221, + "WorldLevel": 6, + "StageID": 2012216, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201231:0": { + "EventID": 201231, + "WorldLevel": 0, + "StageID": 2012310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201231:1": { + "EventID": 201231, + "WorldLevel": 1, + "StageID": 2012311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201231:2": { + "EventID": 201231, + "WorldLevel": 2, + "StageID": 2012312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201231:3": { + "EventID": 201231, + "WorldLevel": 3, + "StageID": 2012313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201231:4": { + "EventID": 201231, + "WorldLevel": 4, + "StageID": 2012314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201231:5": { + "EventID": 201231, + "WorldLevel": 5, + "StageID": 2012315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201231:6": { + "EventID": 201231, + "WorldLevel": 6, + "StageID": 2012316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201311:0": { + "EventID": 201311, + "WorldLevel": 0, + "StageID": 2013110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201311:1": { + "EventID": 201311, + "WorldLevel": 1, + "StageID": 2013111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201311:2": { + "EventID": 201311, + "WorldLevel": 2, + "StageID": 2013112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201311:3": { + "EventID": 201311, + "WorldLevel": 3, + "StageID": 2013113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201311:4": { + "EventID": 201311, + "WorldLevel": 4, + "StageID": 2013114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201311:5": { + "EventID": 201311, + "WorldLevel": 5, + "StageID": 2013115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201311:6": { + "EventID": 201311, + "WorldLevel": 6, + "StageID": 2013116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201321:0": { + "EventID": 201321, + "WorldLevel": 0, + "StageID": 2013210, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201321:1": { + "EventID": 201321, + "WorldLevel": 1, + "StageID": 2013211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201321:2": { + "EventID": 201321, + "WorldLevel": 2, + "StageID": 2013212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201321:3": { + "EventID": 201321, + "WorldLevel": 3, + "StageID": 2013213, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201321:4": { + "EventID": 201321, + "WorldLevel": 4, + "StageID": 2013214, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201321:5": { + "EventID": 201321, + "WorldLevel": 5, + "StageID": 2013215, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "201321:6": { + "EventID": 201321, + "WorldLevel": 6, + "StageID": 2013216, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301001:0": { + "EventID": 301001, + "WorldLevel": 0, + "StageID": 301001, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301001:1": { + "EventID": 301001, + "WorldLevel": 1, + "StageID": 301001, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301001:2": { + "EventID": 301001, + "WorldLevel": 2, + "StageID": 301001, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301001:3": { + "EventID": 301001, + "WorldLevel": 3, + "StageID": 301001, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301001:4": { + "EventID": 301001, + "WorldLevel": 4, + "StageID": 301001, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301001:5": { + "EventID": 301001, + "WorldLevel": 5, + "StageID": 301001, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301001:6": { + "EventID": 301001, + "WorldLevel": 6, + "StageID": 301001, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301002:0": { + "EventID": 301002, + "WorldLevel": 0, + "StageID": 301002, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301002:1": { + "EventID": 301002, + "WorldLevel": 1, + "StageID": 301002, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301002:2": { + "EventID": 301002, + "WorldLevel": 2, + "StageID": 301002, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301002:3": { + "EventID": 301002, + "WorldLevel": 3, + "StageID": 301002, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301002:4": { + "EventID": 301002, + "WorldLevel": 4, + "StageID": 301002, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301002:5": { + "EventID": 301002, + "WorldLevel": 5, + "StageID": 301002, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301002:6": { + "EventID": 301002, + "WorldLevel": 6, + "StageID": 301002, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301003:0": { + "EventID": 301003, + "WorldLevel": 0, + "StageID": 301003, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301003:1": { + "EventID": 301003, + "WorldLevel": 1, + "StageID": 301003, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301003:2": { + "EventID": 301003, + "WorldLevel": 2, + "StageID": 301003, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301003:3": { + "EventID": 301003, + "WorldLevel": 3, + "StageID": 301003, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301003:4": { + "EventID": 301003, + "WorldLevel": 4, + "StageID": 301003, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301003:5": { + "EventID": 301003, + "WorldLevel": 5, + "StageID": 301003, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301003:6": { + "EventID": 301003, + "WorldLevel": 6, + "StageID": 301003, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301004:0": { + "EventID": 301004, + "WorldLevel": 0, + "StageID": 301004, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301004:1": { + "EventID": 301004, + "WorldLevel": 1, + "StageID": 301004, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301004:2": { + "EventID": 301004, + "WorldLevel": 2, + "StageID": 301004, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301004:3": { + "EventID": 301004, + "WorldLevel": 3, + "StageID": 301004, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301004:4": { + "EventID": 301004, + "WorldLevel": 4, + "StageID": 301004, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301004:5": { + "EventID": 301004, + "WorldLevel": 5, + "StageID": 301004, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301004:6": { + "EventID": 301004, + "WorldLevel": 6, + "StageID": 301004, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301005:0": { + "EventID": 301005, + "WorldLevel": 0, + "StageID": 301005, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301005:1": { + "EventID": 301005, + "WorldLevel": 1, + "StageID": 301005, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301005:2": { + "EventID": 301005, + "WorldLevel": 2, + "StageID": 301005, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301005:3": { + "EventID": 301005, + "WorldLevel": 3, + "StageID": 301005, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301005:4": { + "EventID": 301005, + "WorldLevel": 4, + "StageID": 301005, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301005:5": { + "EventID": 301005, + "WorldLevel": 5, + "StageID": 301005, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301005:6": { + "EventID": 301005, + "WorldLevel": 6, + "StageID": 301005, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301006:0": { + "EventID": 301006, + "WorldLevel": 0, + "StageID": 301006, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301006:1": { + "EventID": 301006, + "WorldLevel": 1, + "StageID": 301006, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301006:2": { + "EventID": 301006, + "WorldLevel": 2, + "StageID": 301006, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301006:3": { + "EventID": 301006, + "WorldLevel": 3, + "StageID": 301006, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301006:4": { + "EventID": 301006, + "WorldLevel": 4, + "StageID": 301006, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301006:5": { + "EventID": 301006, + "WorldLevel": 5, + "StageID": 301006, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301006:6": { + "EventID": 301006, + "WorldLevel": 6, + "StageID": 301006, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301007:0": { + "EventID": 301007, + "WorldLevel": 0, + "StageID": 301007, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301007:1": { + "EventID": 301007, + "WorldLevel": 1, + "StageID": 301007, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301007:2": { + "EventID": 301007, + "WorldLevel": 2, + "StageID": 301007, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301007:3": { + "EventID": 301007, + "WorldLevel": 3, + "StageID": 301007, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301007:4": { + "EventID": 301007, + "WorldLevel": 4, + "StageID": 301007, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301007:5": { + "EventID": 301007, + "WorldLevel": 5, + "StageID": 301007, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301007:6": { + "EventID": 301007, + "WorldLevel": 6, + "StageID": 301007, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301008:0": { + "EventID": 301008, + "WorldLevel": 0, + "StageID": 301008, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301008:1": { + "EventID": 301008, + "WorldLevel": 1, + "StageID": 301008, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301008:2": { + "EventID": 301008, + "WorldLevel": 2, + "StageID": 301008, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301008:3": { + "EventID": 301008, + "WorldLevel": 3, + "StageID": 301008, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301008:4": { + "EventID": 301008, + "WorldLevel": 4, + "StageID": 301008, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301008:5": { + "EventID": 301008, + "WorldLevel": 5, + "StageID": 301008, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "301008:6": { + "EventID": 301008, + "WorldLevel": 6, + "StageID": 301008, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001001:0": { + "EventID": 20001001, + "WorldLevel": 0, + "StageID": 200010010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001001:1": { + "EventID": 20001001, + "WorldLevel": 1, + "StageID": 200010011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001001:2": { + "EventID": 20001001, + "WorldLevel": 2, + "StageID": 200010012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001001:3": { + "EventID": 20001001, + "WorldLevel": 3, + "StageID": 200010013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001001:4": { + "EventID": 20001001, + "WorldLevel": 4, + "StageID": 200010014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001001:5": { + "EventID": 20001001, + "WorldLevel": 5, + "StageID": 200010015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001001:6": { + "EventID": 20001001, + "WorldLevel": 6, + "StageID": 200010016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001002:0": { + "EventID": 20001002, + "WorldLevel": 0, + "StageID": 200010020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001002:1": { + "EventID": 20001002, + "WorldLevel": 1, + "StageID": 200010021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001002:2": { + "EventID": 20001002, + "WorldLevel": 2, + "StageID": 200010022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001002:3": { + "EventID": 20001002, + "WorldLevel": 3, + "StageID": 200010023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001002:4": { + "EventID": 20001002, + "WorldLevel": 4, + "StageID": 200010024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001002:5": { + "EventID": 20001002, + "WorldLevel": 5, + "StageID": 200010025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001002:6": { + "EventID": 20001002, + "WorldLevel": 6, + "StageID": 200010026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001003:0": { + "EventID": 20001003, + "WorldLevel": 0, + "StageID": 200010030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001003:1": { + "EventID": 20001003, + "WorldLevel": 1, + "StageID": 200010031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001003:2": { + "EventID": 20001003, + "WorldLevel": 2, + "StageID": 200010032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001003:3": { + "EventID": 20001003, + "WorldLevel": 3, + "StageID": 200010033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001003:4": { + "EventID": 20001003, + "WorldLevel": 4, + "StageID": 200010034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001003:5": { + "EventID": 20001003, + "WorldLevel": 5, + "StageID": 200010035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001003:6": { + "EventID": 20001003, + "WorldLevel": 6, + "StageID": 200010036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001006:0": { + "EventID": 20001006, + "WorldLevel": 0, + "StageID": 200010060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001006:1": { + "EventID": 20001006, + "WorldLevel": 1, + "StageID": 200010061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001006:2": { + "EventID": 20001006, + "WorldLevel": 2, + "StageID": 200010062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001006:3": { + "EventID": 20001006, + "WorldLevel": 3, + "StageID": 200010063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001006:4": { + "EventID": 20001006, + "WorldLevel": 4, + "StageID": 200010064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001006:5": { + "EventID": 20001006, + "WorldLevel": 5, + "StageID": 200010065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001006:6": { + "EventID": 20001006, + "WorldLevel": 6, + "StageID": 200010066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001103:0": { + "EventID": 20001103, + "WorldLevel": 0, + "StageID": 200011030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001103:1": { + "EventID": 20001103, + "WorldLevel": 1, + "StageID": 200011031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001103:2": { + "EventID": 20001103, + "WorldLevel": 2, + "StageID": 200011032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001103:3": { + "EventID": 20001103, + "WorldLevel": 3, + "StageID": 200011033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001103:4": { + "EventID": 20001103, + "WorldLevel": 4, + "StageID": 200011034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001103:5": { + "EventID": 20001103, + "WorldLevel": 5, + "StageID": 200011035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001103:6": { + "EventID": 20001103, + "WorldLevel": 6, + "StageID": 200011036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001111:0": { + "EventID": 20001111, + "WorldLevel": 0, + "StageID": 200011110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001111:1": { + "EventID": 20001111, + "WorldLevel": 1, + "StageID": 200011111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001111:2": { + "EventID": 20001111, + "WorldLevel": 2, + "StageID": 200011112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001111:3": { + "EventID": 20001111, + "WorldLevel": 3, + "StageID": 200011113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001111:4": { + "EventID": 20001111, + "WorldLevel": 4, + "StageID": 200011114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001111:5": { + "EventID": 20001111, + "WorldLevel": 5, + "StageID": 200011115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001111:6": { + "EventID": 20001111, + "WorldLevel": 6, + "StageID": 200011116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001231:0": { + "EventID": 20001231, + "WorldLevel": 0, + "StageID": 200012310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001231:1": { + "EventID": 20001231, + "WorldLevel": 1, + "StageID": 200012311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001231:2": { + "EventID": 20001231, + "WorldLevel": 2, + "StageID": 200012312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001231:3": { + "EventID": 20001231, + "WorldLevel": 3, + "StageID": 200012313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001231:4": { + "EventID": 20001231, + "WorldLevel": 4, + "StageID": 200012314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001231:5": { + "EventID": 20001231, + "WorldLevel": 5, + "StageID": 200012315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001231:6": { + "EventID": 20001231, + "WorldLevel": 6, + "StageID": 200012316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001232:0": { + "EventID": 20001232, + "WorldLevel": 0, + "StageID": 200012320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001232:1": { + "EventID": 20001232, + "WorldLevel": 1, + "StageID": 200012321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001232:2": { + "EventID": 20001232, + "WorldLevel": 2, + "StageID": 200012322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001232:3": { + "EventID": 20001232, + "WorldLevel": 3, + "StageID": 200012323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001232:4": { + "EventID": 20001232, + "WorldLevel": 4, + "StageID": 200012324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001232:5": { + "EventID": 20001232, + "WorldLevel": 5, + "StageID": 200012325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001232:6": { + "EventID": 20001232, + "WorldLevel": 6, + "StageID": 200012326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001233:0": { + "EventID": 20001233, + "WorldLevel": 0, + "StageID": 200012330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001233:1": { + "EventID": 20001233, + "WorldLevel": 1, + "StageID": 200012331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001233:2": { + "EventID": 20001233, + "WorldLevel": 2, + "StageID": 200012332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001233:3": { + "EventID": 20001233, + "WorldLevel": 3, + "StageID": 200012333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001233:4": { + "EventID": 20001233, + "WorldLevel": 4, + "StageID": 200012334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001233:5": { + "EventID": 20001233, + "WorldLevel": 5, + "StageID": 200012335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001233:6": { + "EventID": 20001233, + "WorldLevel": 6, + "StageID": 200012336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001401:0": { + "EventID": 20001401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001401:1": { + "EventID": 20001401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001401:2": { + "EventID": 20001401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001401:3": { + "EventID": 20001401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001401:4": { + "EventID": 20001401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001401:5": { + "EventID": 20001401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001401:6": { + "EventID": 20001401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001601:0": { + "EventID": 20001601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001601:1": { + "EventID": 20001601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001601:2": { + "EventID": 20001601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001601:3": { + "EventID": 20001601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001601:4": { + "EventID": 20001601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001601:5": { + "EventID": 20001601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001601:6": { + "EventID": 20001601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001602:0": { + "EventID": 20001602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001602:1": { + "EventID": 20001602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001602:2": { + "EventID": 20001602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001602:3": { + "EventID": 20001602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001602:4": { + "EventID": 20001602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001602:5": { + "EventID": 20001602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001602:6": { + "EventID": 20001602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001603:0": { + "EventID": 20001603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001603:1": { + "EventID": 20001603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001603:2": { + "EventID": 20001603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001603:3": { + "EventID": 20001603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001603:4": { + "EventID": 20001603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001603:5": { + "EventID": 20001603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001603:6": { + "EventID": 20001603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001604:0": { + "EventID": 20001604, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001604:1": { + "EventID": 20001604, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001604:2": { + "EventID": 20001604, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001604:3": { + "EventID": 20001604, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001604:4": { + "EventID": 20001604, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001604:5": { + "EventID": 20001604, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001604:6": { + "EventID": 20001604, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001605:0": { + "EventID": 20001605, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001605:1": { + "EventID": 20001605, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001605:2": { + "EventID": 20001605, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001605:3": { + "EventID": 20001605, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001605:4": { + "EventID": 20001605, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001605:5": { + "EventID": 20001605, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001605:6": { + "EventID": 20001605, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001606:0": { + "EventID": 20001606, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001606:1": { + "EventID": 20001606, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001606:2": { + "EventID": 20001606, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001606:3": { + "EventID": 20001606, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001606:4": { + "EventID": 20001606, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001606:5": { + "EventID": 20001606, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001606:6": { + "EventID": 20001606, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001607:0": { + "EventID": 20001607, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001607:1": { + "EventID": 20001607, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001607:2": { + "EventID": 20001607, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001607:3": { + "EventID": 20001607, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001607:4": { + "EventID": 20001607, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001607:5": { + "EventID": 20001607, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001607:6": { + "EventID": 20001607, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001631:0": { + "EventID": 20001631, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001631:1": { + "EventID": 20001631, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001631:2": { + "EventID": 20001631, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001631:3": { + "EventID": 20001631, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001631:4": { + "EventID": 20001631, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001631:5": { + "EventID": 20001631, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001631:6": { + "EventID": 20001631, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001632:0": { + "EventID": 20001632, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824, + 3100008 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001632:1": { + "EventID": 20001632, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824, + 3100008 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001632:2": { + "EventID": 20001632, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824, + 3100008 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001632:3": { + "EventID": 20001632, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824, + 3100008 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001632:4": { + "EventID": 20001632, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824, + 3100008 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001632:5": { + "EventID": 20001632, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824, + 3100008 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001632:6": { + "EventID": 20001632, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824, + 3100008 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001651:0": { + "EventID": 20001651, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001651:1": { + "EventID": 20001651, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001651:2": { + "EventID": 20001651, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001651:3": { + "EventID": 20001651, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001651:4": { + "EventID": 20001651, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001651:5": { + "EventID": 20001651, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001651:6": { + "EventID": 20001651, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002001:0": { + "EventID": 20002001, + "WorldLevel": 0, + "StageID": 200020010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002001:1": { + "EventID": 20002001, + "WorldLevel": 1, + "StageID": 200020011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002001:2": { + "EventID": 20002001, + "WorldLevel": 2, + "StageID": 200020012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002001:3": { + "EventID": 20002001, + "WorldLevel": 3, + "StageID": 200020013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002001:4": { + "EventID": 20002001, + "WorldLevel": 4, + "StageID": 200020014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002001:5": { + "EventID": 20002001, + "WorldLevel": 5, + "StageID": 200020015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002001:6": { + "EventID": 20002001, + "WorldLevel": 6, + "StageID": 200020016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002002:0": { + "EventID": 20002002, + "WorldLevel": 0, + "StageID": 200020020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002002:1": { + "EventID": 20002002, + "WorldLevel": 1, + "StageID": 200020021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002002:2": { + "EventID": 20002002, + "WorldLevel": 2, + "StageID": 200020022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002002:3": { + "EventID": 20002002, + "WorldLevel": 3, + "StageID": 200020023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002002:4": { + "EventID": 20002002, + "WorldLevel": 4, + "StageID": 200020024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002002:5": { + "EventID": 20002002, + "WorldLevel": 5, + "StageID": 200020025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002002:6": { + "EventID": 20002002, + "WorldLevel": 6, + "StageID": 200020026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002004:0": { + "EventID": 20002004, + "WorldLevel": 0, + "StageID": 200020040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002004:1": { + "EventID": 20002004, + "WorldLevel": 1, + "StageID": 200020041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002004:2": { + "EventID": 20002004, + "WorldLevel": 2, + "StageID": 200020042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002004:3": { + "EventID": 20002004, + "WorldLevel": 3, + "StageID": 200020043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002004:4": { + "EventID": 20002004, + "WorldLevel": 4, + "StageID": 200020044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002004:5": { + "EventID": 20002004, + "WorldLevel": 5, + "StageID": 200020045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002004:6": { + "EventID": 20002004, + "WorldLevel": 6, + "StageID": 200020046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002005:0": { + "EventID": 20002005, + "WorldLevel": 0, + "StageID": 200020050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002005:1": { + "EventID": 20002005, + "WorldLevel": 1, + "StageID": 200020051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002005:2": { + "EventID": 20002005, + "WorldLevel": 2, + "StageID": 200020052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002005:3": { + "EventID": 20002005, + "WorldLevel": 3, + "StageID": 200020053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002005:4": { + "EventID": 20002005, + "WorldLevel": 4, + "StageID": 200020054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002005:5": { + "EventID": 20002005, + "WorldLevel": 5, + "StageID": 200020055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002005:6": { + "EventID": 20002005, + "WorldLevel": 6, + "StageID": 200020056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002007:0": { + "EventID": 20002007, + "WorldLevel": 0, + "StageID": 200020070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002007:1": { + "EventID": 20002007, + "WorldLevel": 1, + "StageID": 200020071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002007:2": { + "EventID": 20002007, + "WorldLevel": 2, + "StageID": 200020072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002007:3": { + "EventID": 20002007, + "WorldLevel": 3, + "StageID": 200020073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002007:4": { + "EventID": 20002007, + "WorldLevel": 4, + "StageID": 200020074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002007:5": { + "EventID": 20002007, + "WorldLevel": 5, + "StageID": 200020075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002007:6": { + "EventID": 20002007, + "WorldLevel": 6, + "StageID": 200020076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002008:0": { + "EventID": 20002008, + "WorldLevel": 0, + "StageID": 200020080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002008:1": { + "EventID": 20002008, + "WorldLevel": 1, + "StageID": 200020081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002008:2": { + "EventID": 20002008, + "WorldLevel": 2, + "StageID": 200020082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002008:3": { + "EventID": 20002008, + "WorldLevel": 3, + "StageID": 200020083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002008:4": { + "EventID": 20002008, + "WorldLevel": 4, + "StageID": 200020084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002008:5": { + "EventID": 20002008, + "WorldLevel": 5, + "StageID": 200020085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002008:6": { + "EventID": 20002008, + "WorldLevel": 6, + "StageID": 200020086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002009:0": { + "EventID": 20002009, + "WorldLevel": 0, + "StageID": 200020090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002009:1": { + "EventID": 20002009, + "WorldLevel": 1, + "StageID": 200020091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002009:2": { + "EventID": 20002009, + "WorldLevel": 2, + "StageID": 200020092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002009:3": { + "EventID": 20002009, + "WorldLevel": 3, + "StageID": 200020093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002009:4": { + "EventID": 20002009, + "WorldLevel": 4, + "StageID": 200020094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002009:5": { + "EventID": 20002009, + "WorldLevel": 5, + "StageID": 200020095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002009:6": { + "EventID": 20002009, + "WorldLevel": 6, + "StageID": 200020096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002102:0": { + "EventID": 20002102, + "WorldLevel": 0, + "StageID": 200021020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002102:1": { + "EventID": 20002102, + "WorldLevel": 1, + "StageID": 200021021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002102:2": { + "EventID": 20002102, + "WorldLevel": 2, + "StageID": 200021022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002102:3": { + "EventID": 20002102, + "WorldLevel": 3, + "StageID": 200021023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002102:4": { + "EventID": 20002102, + "WorldLevel": 4, + "StageID": 200021024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002102:5": { + "EventID": 20002102, + "WorldLevel": 5, + "StageID": 200021025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002102:6": { + "EventID": 20002102, + "WorldLevel": 6, + "StageID": 200021026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002104:0": { + "EventID": 20002104, + "WorldLevel": 0, + "StageID": 200021040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002104:1": { + "EventID": 20002104, + "WorldLevel": 1, + "StageID": 200021041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002104:2": { + "EventID": 20002104, + "WorldLevel": 2, + "StageID": 200021042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002104:3": { + "EventID": 20002104, + "WorldLevel": 3, + "StageID": 200021043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002104:4": { + "EventID": 20002104, + "WorldLevel": 4, + "StageID": 200021044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002104:5": { + "EventID": 20002104, + "WorldLevel": 5, + "StageID": 200021045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002104:6": { + "EventID": 20002104, + "WorldLevel": 6, + "StageID": 200021046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002105:0": { + "EventID": 20002105, + "WorldLevel": 0, + "StageID": 200021050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002105:1": { + "EventID": 20002105, + "WorldLevel": 1, + "StageID": 200021051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002105:2": { + "EventID": 20002105, + "WorldLevel": 2, + "StageID": 200021052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002105:3": { + "EventID": 20002105, + "WorldLevel": 3, + "StageID": 200021053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002105:4": { + "EventID": 20002105, + "WorldLevel": 4, + "StageID": 200021054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002105:5": { + "EventID": 20002105, + "WorldLevel": 5, + "StageID": 200021055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002105:6": { + "EventID": 20002105, + "WorldLevel": 6, + "StageID": 200021056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002107:0": { + "EventID": 20002107, + "WorldLevel": 0, + "StageID": 200021070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002107:1": { + "EventID": 20002107, + "WorldLevel": 1, + "StageID": 200021071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002107:2": { + "EventID": 20002107, + "WorldLevel": 2, + "StageID": 200021072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002107:3": { + "EventID": 20002107, + "WorldLevel": 3, + "StageID": 200021073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002107:4": { + "EventID": 20002107, + "WorldLevel": 4, + "StageID": 200021074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002107:5": { + "EventID": 20002107, + "WorldLevel": 5, + "StageID": 200021075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002107:6": { + "EventID": 20002107, + "WorldLevel": 6, + "StageID": 200021076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002108:0": { + "EventID": 20002108, + "WorldLevel": 0, + "StageID": 200021080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002108:1": { + "EventID": 20002108, + "WorldLevel": 1, + "StageID": 200021081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002108:2": { + "EventID": 20002108, + "WorldLevel": 2, + "StageID": 200021082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002108:3": { + "EventID": 20002108, + "WorldLevel": 3, + "StageID": 200021083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002108:4": { + "EventID": 20002108, + "WorldLevel": 4, + "StageID": 200021084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002108:5": { + "EventID": 20002108, + "WorldLevel": 5, + "StageID": 200021085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002108:6": { + "EventID": 20002108, + "WorldLevel": 6, + "StageID": 200021086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002109:0": { + "EventID": 20002109, + "WorldLevel": 0, + "StageID": 200021090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002109:1": { + "EventID": 20002109, + "WorldLevel": 1, + "StageID": 200021091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002109:2": { + "EventID": 20002109, + "WorldLevel": 2, + "StageID": 200021092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002109:3": { + "EventID": 20002109, + "WorldLevel": 3, + "StageID": 200021093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002109:4": { + "EventID": 20002109, + "WorldLevel": 4, + "StageID": 200021094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002109:5": { + "EventID": 20002109, + "WorldLevel": 5, + "StageID": 200021095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002109:6": { + "EventID": 20002109, + "WorldLevel": 6, + "StageID": 200021096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002112:0": { + "EventID": 20002112, + "WorldLevel": 0, + "StageID": 200021120, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002112:1": { + "EventID": 20002112, + "WorldLevel": 1, + "StageID": 200021121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002112:2": { + "EventID": 20002112, + "WorldLevel": 2, + "StageID": 200021122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002112:3": { + "EventID": 20002112, + "WorldLevel": 3, + "StageID": 200021123, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002112:4": { + "EventID": 20002112, + "WorldLevel": 4, + "StageID": 200021124, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002112:5": { + "EventID": 20002112, + "WorldLevel": 5, + "StageID": 200021125, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002112:6": { + "EventID": 20002112, + "WorldLevel": 6, + "StageID": 200021126, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002131:0": { + "EventID": 20002131, + "WorldLevel": 0, + "StageID": 200021310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002131:1": { + "EventID": 20002131, + "WorldLevel": 1, + "StageID": 200021311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002131:2": { + "EventID": 20002131, + "WorldLevel": 2, + "StageID": 200021312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002131:3": { + "EventID": 20002131, + "WorldLevel": 3, + "StageID": 200021313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002131:4": { + "EventID": 20002131, + "WorldLevel": 4, + "StageID": 200021314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002131:5": { + "EventID": 20002131, + "WorldLevel": 5, + "StageID": 200021315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002131:6": { + "EventID": 20002131, + "WorldLevel": 6, + "StageID": 200021316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002132:0": { + "EventID": 20002132, + "WorldLevel": 0, + "StageID": 200021320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002132:1": { + "EventID": 20002132, + "WorldLevel": 1, + "StageID": 200021321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002132:2": { + "EventID": 20002132, + "WorldLevel": 2, + "StageID": 200021322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002132:3": { + "EventID": 20002132, + "WorldLevel": 3, + "StageID": 200021323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002132:4": { + "EventID": 20002132, + "WorldLevel": 4, + "StageID": 200021324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002132:5": { + "EventID": 20002132, + "WorldLevel": 5, + "StageID": 200021325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002132:6": { + "EventID": 20002132, + "WorldLevel": 6, + "StageID": 200021326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002231:0": { + "EventID": 20002231, + "WorldLevel": 0, + "StageID": 200022310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002231:1": { + "EventID": 20002231, + "WorldLevel": 1, + "StageID": 200022311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002231:2": { + "EventID": 20002231, + "WorldLevel": 2, + "StageID": 200022312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002231:3": { + "EventID": 20002231, + "WorldLevel": 3, + "StageID": 200022313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002231:4": { + "EventID": 20002231, + "WorldLevel": 4, + "StageID": 200022314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002231:5": { + "EventID": 20002231, + "WorldLevel": 5, + "StageID": 200022315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002231:6": { + "EventID": 20002231, + "WorldLevel": 6, + "StageID": 200022316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002232:0": { + "EventID": 20002232, + "WorldLevel": 0, + "StageID": 200022320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002232:1": { + "EventID": 20002232, + "WorldLevel": 1, + "StageID": 200022321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002232:2": { + "EventID": 20002232, + "WorldLevel": 2, + "StageID": 200022322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002232:3": { + "EventID": 20002232, + "WorldLevel": 3, + "StageID": 200022323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002232:4": { + "EventID": 20002232, + "WorldLevel": 4, + "StageID": 200022324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002232:5": { + "EventID": 20002232, + "WorldLevel": 5, + "StageID": 200022325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002232:6": { + "EventID": 20002232, + "WorldLevel": 6, + "StageID": 200022326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002233:0": { + "EventID": 20002233, + "WorldLevel": 0, + "StageID": 200022330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002233:1": { + "EventID": 20002233, + "WorldLevel": 1, + "StageID": 200022331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002233:2": { + "EventID": 20002233, + "WorldLevel": 2, + "StageID": 200022332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002233:3": { + "EventID": 20002233, + "WorldLevel": 3, + "StageID": 200022333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002233:4": { + "EventID": 20002233, + "WorldLevel": 4, + "StageID": 200022334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002233:5": { + "EventID": 20002233, + "WorldLevel": 5, + "StageID": 200022335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002233:6": { + "EventID": 20002233, + "WorldLevel": 6, + "StageID": 200022336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002401:0": { + "EventID": 20002401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002401:1": { + "EventID": 20002401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002401:2": { + "EventID": 20002401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002401:3": { + "EventID": 20002401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002401:4": { + "EventID": 20002401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002401:5": { + "EventID": 20002401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002401:6": { + "EventID": 20002401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002601:0": { + "EventID": 20002601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002601:1": { + "EventID": 20002601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002601:2": { + "EventID": 20002601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002601:3": { + "EventID": 20002601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002601:4": { + "EventID": 20002601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002601:5": { + "EventID": 20002601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002601:6": { + "EventID": 20002601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002602:0": { + "EventID": 20002602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002602:1": { + "EventID": 20002602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002602:2": { + "EventID": 20002602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002602:3": { + "EventID": 20002602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002602:4": { + "EventID": 20002602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002602:5": { + "EventID": 20002602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002602:6": { + "EventID": 20002602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002603:0": { + "EventID": 20002603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002603:1": { + "EventID": 20002603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002603:2": { + "EventID": 20002603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002603:3": { + "EventID": 20002603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002603:4": { + "EventID": 20002603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002603:5": { + "EventID": 20002603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002603:6": { + "EventID": 20002603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002604:0": { + "EventID": 20002604, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002604:1": { + "EventID": 20002604, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002604:2": { + "EventID": 20002604, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002604:3": { + "EventID": 20002604, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002604:4": { + "EventID": 20002604, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002604:5": { + "EventID": 20002604, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002604:6": { + "EventID": 20002604, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002605:0": { + "EventID": 20002605, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002605:1": { + "EventID": 20002605, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002605:2": { + "EventID": 20002605, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002605:3": { + "EventID": 20002605, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002605:4": { + "EventID": 20002605, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002605:5": { + "EventID": 20002605, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002605:6": { + "EventID": 20002605, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002606:0": { + "EventID": 20002606, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002606:1": { + "EventID": 20002606, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002606:2": { + "EventID": 20002606, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002606:3": { + "EventID": 20002606, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002606:4": { + "EventID": 20002606, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002606:5": { + "EventID": 20002606, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002606:6": { + "EventID": 20002606, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002607:0": { + "EventID": 20002607, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002607:1": { + "EventID": 20002607, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002607:2": { + "EventID": 20002607, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002607:3": { + "EventID": 20002607, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002607:4": { + "EventID": 20002607, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002607:5": { + "EventID": 20002607, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002607:6": { + "EventID": 20002607, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002608:0": { + "EventID": 20002608, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002608:1": { + "EventID": 20002608, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002608:2": { + "EventID": 20002608, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002608:3": { + "EventID": 20002608, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002608:4": { + "EventID": 20002608, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002608:5": { + "EventID": 20002608, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002608:6": { + "EventID": 20002608, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002609:0": { + "EventID": 20002609, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002609:1": { + "EventID": 20002609, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002609:2": { + "EventID": 20002609, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002609:3": { + "EventID": 20002609, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002609:4": { + "EventID": 20002609, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002609:5": { + "EventID": 20002609, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002609:6": { + "EventID": 20002609, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002631:0": { + "EventID": 20002631, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002631:1": { + "EventID": 20002631, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002631:2": { + "EventID": 20002631, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002631:3": { + "EventID": 20002631, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002631:4": { + "EventID": 20002631, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002631:5": { + "EventID": 20002631, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002631:6": { + "EventID": 20002631, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002632:0": { + "EventID": 20002632, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002632:1": { + "EventID": 20002632, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002632:2": { + "EventID": 20002632, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002632:3": { + "EventID": 20002632, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002632:4": { + "EventID": 20002632, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002632:5": { + "EventID": 20002632, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002632:6": { + "EventID": 20002632, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002651:0": { + "EventID": 20002651, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002651:1": { + "EventID": 20002651, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002651:2": { + "EventID": 20002651, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002651:3": { + "EventID": 20002651, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002651:4": { + "EventID": 20002651, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002651:5": { + "EventID": 20002651, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002651:6": { + "EventID": 20002651, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002652:0": { + "EventID": 20002652, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002652:1": { + "EventID": 20002652, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002652:2": { + "EventID": 20002652, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002652:3": { + "EventID": 20002652, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002652:4": { + "EventID": 20002652, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002652:5": { + "EventID": 20002652, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002652:6": { + "EventID": 20002652, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002653:0": { + "EventID": 20002653, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002653:1": { + "EventID": 20002653, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002653:2": { + "EventID": 20002653, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002653:3": { + "EventID": 20002653, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002653:4": { + "EventID": 20002653, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002653:5": { + "EventID": 20002653, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002653:6": { + "EventID": 20002653, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002654:0": { + "EventID": 20002654, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002654:1": { + "EventID": 20002654, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002654:2": { + "EventID": 20002654, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002654:3": { + "EventID": 20002654, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002654:4": { + "EventID": 20002654, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002654:5": { + "EventID": 20002654, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002654:6": { + "EventID": 20002654, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002655:0": { + "EventID": 20002655, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002655:1": { + "EventID": 20002655, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002655:2": { + "EventID": 20002655, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002655:3": { + "EventID": 20002655, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002655:4": { + "EventID": 20002655, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002655:5": { + "EventID": 20002655, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002655:6": { + "EventID": 20002655, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002656:0": { + "EventID": 20002656, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002656:1": { + "EventID": 20002656, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002656:2": { + "EventID": 20002656, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002656:3": { + "EventID": 20002656, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002656:4": { + "EventID": 20002656, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002656:5": { + "EventID": 20002656, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002656:6": { + "EventID": 20002656, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003001:0": { + "EventID": 20003001, + "WorldLevel": 0, + "StageID": 200030010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003001:1": { + "EventID": 20003001, + "WorldLevel": 1, + "StageID": 200030011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003001:2": { + "EventID": 20003001, + "WorldLevel": 2, + "StageID": 200030012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003001:3": { + "EventID": 20003001, + "WorldLevel": 3, + "StageID": 200030013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003001:4": { + "EventID": 20003001, + "WorldLevel": 4, + "StageID": 200030014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003001:5": { + "EventID": 20003001, + "WorldLevel": 5, + "StageID": 200030015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003001:6": { + "EventID": 20003001, + "WorldLevel": 6, + "StageID": 200030016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003003:0": { + "EventID": 20003003, + "WorldLevel": 0, + "StageID": 200030030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003003:1": { + "EventID": 20003003, + "WorldLevel": 1, + "StageID": 200030031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003003:2": { + "EventID": 20003003, + "WorldLevel": 2, + "StageID": 200030032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003003:3": { + "EventID": 20003003, + "WorldLevel": 3, + "StageID": 200030033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003003:4": { + "EventID": 20003003, + "WorldLevel": 4, + "StageID": 200030034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003003:5": { + "EventID": 20003003, + "WorldLevel": 5, + "StageID": 200030035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003003:6": { + "EventID": 20003003, + "WorldLevel": 6, + "StageID": 200030036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003004:0": { + "EventID": 20003004, + "WorldLevel": 0, + "StageID": 200030040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003004:1": { + "EventID": 20003004, + "WorldLevel": 1, + "StageID": 200030041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003004:2": { + "EventID": 20003004, + "WorldLevel": 2, + "StageID": 200030042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003004:3": { + "EventID": 20003004, + "WorldLevel": 3, + "StageID": 200030043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003004:4": { + "EventID": 20003004, + "WorldLevel": 4, + "StageID": 200030044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003004:5": { + "EventID": 20003004, + "WorldLevel": 5, + "StageID": 200030045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003004:6": { + "EventID": 20003004, + "WorldLevel": 6, + "StageID": 200030046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003006:0": { + "EventID": 20003006, + "WorldLevel": 0, + "StageID": 200030060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003006:1": { + "EventID": 20003006, + "WorldLevel": 1, + "StageID": 200030061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003006:2": { + "EventID": 20003006, + "WorldLevel": 2, + "StageID": 200030062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003006:3": { + "EventID": 20003006, + "WorldLevel": 3, + "StageID": 200030063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003006:4": { + "EventID": 20003006, + "WorldLevel": 4, + "StageID": 200030064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003006:5": { + "EventID": 20003006, + "WorldLevel": 5, + "StageID": 200030065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003006:6": { + "EventID": 20003006, + "WorldLevel": 6, + "StageID": 200030066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003007:0": { + "EventID": 20003007, + "WorldLevel": 0, + "StageID": 200030070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003007:1": { + "EventID": 20003007, + "WorldLevel": 1, + "StageID": 200030071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003007:2": { + "EventID": 20003007, + "WorldLevel": 2, + "StageID": 200030072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003007:3": { + "EventID": 20003007, + "WorldLevel": 3, + "StageID": 200030073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003007:4": { + "EventID": 20003007, + "WorldLevel": 4, + "StageID": 200030074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003007:5": { + "EventID": 20003007, + "WorldLevel": 5, + "StageID": 200030075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003007:6": { + "EventID": 20003007, + "WorldLevel": 6, + "StageID": 200030076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003008:0": { + "EventID": 20003008, + "WorldLevel": 0, + "StageID": 200030080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003008:1": { + "EventID": 20003008, + "WorldLevel": 1, + "StageID": 200030081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003008:2": { + "EventID": 20003008, + "WorldLevel": 2, + "StageID": 200030082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003008:3": { + "EventID": 20003008, + "WorldLevel": 3, + "StageID": 200030083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003008:4": { + "EventID": 20003008, + "WorldLevel": 4, + "StageID": 200030084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003008:5": { + "EventID": 20003008, + "WorldLevel": 5, + "StageID": 200030085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003008:6": { + "EventID": 20003008, + "WorldLevel": 6, + "StageID": 200030086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003011:0": { + "EventID": 20003011, + "WorldLevel": 0, + "StageID": 200030110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003011:1": { + "EventID": 20003011, + "WorldLevel": 1, + "StageID": 200030111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003011:2": { + "EventID": 20003011, + "WorldLevel": 2, + "StageID": 200030112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003011:3": { + "EventID": 20003011, + "WorldLevel": 3, + "StageID": 200030113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003011:4": { + "EventID": 20003011, + "WorldLevel": 4, + "StageID": 200030114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003011:5": { + "EventID": 20003011, + "WorldLevel": 5, + "StageID": 200030115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003011:6": { + "EventID": 20003011, + "WorldLevel": 6, + "StageID": 200030116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003101:0": { + "EventID": 20003101, + "WorldLevel": 0, + "StageID": 200031010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003101:1": { + "EventID": 20003101, + "WorldLevel": 1, + "StageID": 200031011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003101:2": { + "EventID": 20003101, + "WorldLevel": 2, + "StageID": 200031012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003101:3": { + "EventID": 20003101, + "WorldLevel": 3, + "StageID": 200031013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003101:4": { + "EventID": 20003101, + "WorldLevel": 4, + "StageID": 200031014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003101:5": { + "EventID": 20003101, + "WorldLevel": 5, + "StageID": 200031015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003101:6": { + "EventID": 20003101, + "WorldLevel": 6, + "StageID": 200031016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003103:0": { + "EventID": 20003103, + "WorldLevel": 0, + "StageID": 200031030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003103:1": { + "EventID": 20003103, + "WorldLevel": 1, + "StageID": 200031031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003103:2": { + "EventID": 20003103, + "WorldLevel": 2, + "StageID": 200031032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003103:3": { + "EventID": 20003103, + "WorldLevel": 3, + "StageID": 200031033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003103:4": { + "EventID": 20003103, + "WorldLevel": 4, + "StageID": 200031034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003103:5": { + "EventID": 20003103, + "WorldLevel": 5, + "StageID": 200031035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003103:6": { + "EventID": 20003103, + "WorldLevel": 6, + "StageID": 200031036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003104:0": { + "EventID": 20003104, + "WorldLevel": 0, + "StageID": 200031040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003104:1": { + "EventID": 20003104, + "WorldLevel": 1, + "StageID": 200031041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003104:2": { + "EventID": 20003104, + "WorldLevel": 2, + "StageID": 200031042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003104:3": { + "EventID": 20003104, + "WorldLevel": 3, + "StageID": 200031043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003104:4": { + "EventID": 20003104, + "WorldLevel": 4, + "StageID": 200031044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003104:5": { + "EventID": 20003104, + "WorldLevel": 5, + "StageID": 200031045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003104:6": { + "EventID": 20003104, + "WorldLevel": 6, + "StageID": 200031046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003106:0": { + "EventID": 20003106, + "WorldLevel": 0, + "StageID": 200031060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003106:1": { + "EventID": 20003106, + "WorldLevel": 1, + "StageID": 200031061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003106:2": { + "EventID": 20003106, + "WorldLevel": 2, + "StageID": 200031062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003106:3": { + "EventID": 20003106, + "WorldLevel": 3, + "StageID": 200031063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003106:4": { + "EventID": 20003106, + "WorldLevel": 4, + "StageID": 200031064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003106:5": { + "EventID": 20003106, + "WorldLevel": 5, + "StageID": 200031065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003106:6": { + "EventID": 20003106, + "WorldLevel": 6, + "StageID": 200031066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003109:0": { + "EventID": 20003109, + "WorldLevel": 0, + "StageID": 200031090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003109:1": { + "EventID": 20003109, + "WorldLevel": 1, + "StageID": 200031091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003109:2": { + "EventID": 20003109, + "WorldLevel": 2, + "StageID": 200031092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003109:3": { + "EventID": 20003109, + "WorldLevel": 3, + "StageID": 200031093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003109:4": { + "EventID": 20003109, + "WorldLevel": 4, + "StageID": 200031094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003109:5": { + "EventID": 20003109, + "WorldLevel": 5, + "StageID": 200031095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003109:6": { + "EventID": 20003109, + "WorldLevel": 6, + "StageID": 200031096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003112:0": { + "EventID": 20003112, + "WorldLevel": 0, + "StageID": 200031120, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003112:1": { + "EventID": 20003112, + "WorldLevel": 1, + "StageID": 200031121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003112:2": { + "EventID": 20003112, + "WorldLevel": 2, + "StageID": 200031122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003112:3": { + "EventID": 20003112, + "WorldLevel": 3, + "StageID": 200031123, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003112:4": { + "EventID": 20003112, + "WorldLevel": 4, + "StageID": 200031124, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003112:5": { + "EventID": 20003112, + "WorldLevel": 5, + "StageID": 200031125, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003112:6": { + "EventID": 20003112, + "WorldLevel": 6, + "StageID": 200031126, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003113:0": { + "EventID": 20003113, + "WorldLevel": 0, + "StageID": 200031130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003113:1": { + "EventID": 20003113, + "WorldLevel": 1, + "StageID": 200031131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003113:2": { + "EventID": 20003113, + "WorldLevel": 2, + "StageID": 200031132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003113:3": { + "EventID": 20003113, + "WorldLevel": 3, + "StageID": 200031133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003113:4": { + "EventID": 20003113, + "WorldLevel": 4, + "StageID": 200031134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003113:5": { + "EventID": 20003113, + "WorldLevel": 5, + "StageID": 200031135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003113:6": { + "EventID": 20003113, + "WorldLevel": 6, + "StageID": 200031136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003201:0": { + "EventID": 20003201, + "WorldLevel": 0, + "StageID": 200032010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003201:1": { + "EventID": 20003201, + "WorldLevel": 1, + "StageID": 200032011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003201:2": { + "EventID": 20003201, + "WorldLevel": 2, + "StageID": 200032012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003201:3": { + "EventID": 20003201, + "WorldLevel": 3, + "StageID": 200032013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003201:4": { + "EventID": 20003201, + "WorldLevel": 4, + "StageID": 200032014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003201:5": { + "EventID": 20003201, + "WorldLevel": 5, + "StageID": 200032015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003201:6": { + "EventID": 20003201, + "WorldLevel": 6, + "StageID": 200032016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003204:0": { + "EventID": 20003204, + "WorldLevel": 0, + "StageID": 200032040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003204:1": { + "EventID": 20003204, + "WorldLevel": 1, + "StageID": 200032041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003204:2": { + "EventID": 20003204, + "WorldLevel": 2, + "StageID": 200032042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003204:3": { + "EventID": 20003204, + "WorldLevel": 3, + "StageID": 200032043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003204:4": { + "EventID": 20003204, + "WorldLevel": 4, + "StageID": 200032044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003204:5": { + "EventID": 20003204, + "WorldLevel": 5, + "StageID": 200032045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003204:6": { + "EventID": 20003204, + "WorldLevel": 6, + "StageID": 200032046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003207:0": { + "EventID": 20003207, + "WorldLevel": 0, + "StageID": 200032070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003207:1": { + "EventID": 20003207, + "WorldLevel": 1, + "StageID": 200032071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003207:2": { + "EventID": 20003207, + "WorldLevel": 2, + "StageID": 200032072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003207:3": { + "EventID": 20003207, + "WorldLevel": 3, + "StageID": 200032073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003207:4": { + "EventID": 20003207, + "WorldLevel": 4, + "StageID": 200032074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003207:5": { + "EventID": 20003207, + "WorldLevel": 5, + "StageID": 200032075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003207:6": { + "EventID": 20003207, + "WorldLevel": 6, + "StageID": 200032076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003208:0": { + "EventID": 20003208, + "WorldLevel": 0, + "StageID": 200032080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003208:1": { + "EventID": 20003208, + "WorldLevel": 1, + "StageID": 200032081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003208:2": { + "EventID": 20003208, + "WorldLevel": 2, + "StageID": 200032082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003208:3": { + "EventID": 20003208, + "WorldLevel": 3, + "StageID": 200032083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003208:4": { + "EventID": 20003208, + "WorldLevel": 4, + "StageID": 200032084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003208:5": { + "EventID": 20003208, + "WorldLevel": 5, + "StageID": 200032085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003208:6": { + "EventID": 20003208, + "WorldLevel": 6, + "StageID": 200032086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003209:0": { + "EventID": 20003209, + "WorldLevel": 0, + "StageID": 200032090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003209:1": { + "EventID": 20003209, + "WorldLevel": 1, + "StageID": 200032091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003209:2": { + "EventID": 20003209, + "WorldLevel": 2, + "StageID": 200032092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003209:3": { + "EventID": 20003209, + "WorldLevel": 3, + "StageID": 200032093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003209:4": { + "EventID": 20003209, + "WorldLevel": 4, + "StageID": 200032094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003209:5": { + "EventID": 20003209, + "WorldLevel": 5, + "StageID": 200032095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003209:6": { + "EventID": 20003209, + "WorldLevel": 6, + "StageID": 200032096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003210:0": { + "EventID": 20003210, + "WorldLevel": 0, + "StageID": 200032100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003210:1": { + "EventID": 20003210, + "WorldLevel": 1, + "StageID": 200032101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003210:2": { + "EventID": 20003210, + "WorldLevel": 2, + "StageID": 200032102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003210:3": { + "EventID": 20003210, + "WorldLevel": 3, + "StageID": 200032103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003210:4": { + "EventID": 20003210, + "WorldLevel": 4, + "StageID": 200032104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003210:5": { + "EventID": 20003210, + "WorldLevel": 5, + "StageID": 200032105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003210:6": { + "EventID": 20003210, + "WorldLevel": 6, + "StageID": 200032106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003211:0": { + "EventID": 20003211, + "WorldLevel": 0, + "StageID": 200032110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003211:1": { + "EventID": 20003211, + "WorldLevel": 1, + "StageID": 200032111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003211:2": { + "EventID": 20003211, + "WorldLevel": 2, + "StageID": 200032112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003211:3": { + "EventID": 20003211, + "WorldLevel": 3, + "StageID": 200032113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003211:4": { + "EventID": 20003211, + "WorldLevel": 4, + "StageID": 200032114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003211:5": { + "EventID": 20003211, + "WorldLevel": 5, + "StageID": 200032115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003211:6": { + "EventID": 20003211, + "WorldLevel": 6, + "StageID": 200032116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003231:0": { + "EventID": 20003231, + "WorldLevel": 0, + "StageID": 200032310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003231:1": { + "EventID": 20003231, + "WorldLevel": 1, + "StageID": 200032311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003231:2": { + "EventID": 20003231, + "WorldLevel": 2, + "StageID": 200032312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003231:3": { + "EventID": 20003231, + "WorldLevel": 3, + "StageID": 200032313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003231:4": { + "EventID": 20003231, + "WorldLevel": 4, + "StageID": 200032314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003231:5": { + "EventID": 20003231, + "WorldLevel": 5, + "StageID": 200032315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003231:6": { + "EventID": 20003231, + "WorldLevel": 6, + "StageID": 200032316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003401:0": { + "EventID": 20003401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003401:1": { + "EventID": 20003401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003401:2": { + "EventID": 20003401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003401:3": { + "EventID": 20003401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003401:4": { + "EventID": 20003401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003401:5": { + "EventID": 20003401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003401:6": { + "EventID": 20003401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003601:0": { + "EventID": 20003601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003601:1": { + "EventID": 20003601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003601:2": { + "EventID": 20003601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003601:3": { + "EventID": 20003601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003601:4": { + "EventID": 20003601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003601:5": { + "EventID": 20003601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003601:6": { + "EventID": 20003601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003602:0": { + "EventID": 20003602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003602:1": { + "EventID": 20003602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003602:2": { + "EventID": 20003602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003602:3": { + "EventID": 20003602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003602:4": { + "EventID": 20003602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003602:5": { + "EventID": 20003602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003602:6": { + "EventID": 20003602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003603:0": { + "EventID": 20003603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003603:1": { + "EventID": 20003603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003603:2": { + "EventID": 20003603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003603:3": { + "EventID": 20003603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003603:4": { + "EventID": 20003603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003603:5": { + "EventID": 20003603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003603:6": { + "EventID": 20003603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003604:0": { + "EventID": 20003604, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003604:1": { + "EventID": 20003604, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003604:2": { + "EventID": 20003604, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003604:3": { + "EventID": 20003604, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003604:4": { + "EventID": 20003604, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003604:5": { + "EventID": 20003604, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003604:6": { + "EventID": 20003604, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003605:0": { + "EventID": 20003605, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003605:1": { + "EventID": 20003605, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003605:2": { + "EventID": 20003605, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003605:3": { + "EventID": 20003605, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003605:4": { + "EventID": 20003605, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003605:5": { + "EventID": 20003605, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003605:6": { + "EventID": 20003605, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003606:0": { + "EventID": 20003606, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003606:1": { + "EventID": 20003606, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003606:2": { + "EventID": 20003606, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003606:3": { + "EventID": 20003606, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003606:4": { + "EventID": 20003606, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003606:5": { + "EventID": 20003606, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003606:6": { + "EventID": 20003606, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003631:0": { + "EventID": 20003631, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003631:1": { + "EventID": 20003631, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003631:2": { + "EventID": 20003631, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003631:3": { + "EventID": 20003631, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003631:4": { + "EventID": 20003631, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003631:5": { + "EventID": 20003631, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003631:6": { + "EventID": 20003631, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003651:0": { + "EventID": 20003651, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814, + 4000002, + 4000003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003651:1": { + "EventID": 20003651, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814, + 4000002, + 4000003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003651:2": { + "EventID": 20003651, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814, + 4000002, + 4000003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003651:3": { + "EventID": 20003651, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814, + 4000002, + 4000003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003651:4": { + "EventID": 20003651, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814, + 4000002, + 4000003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003651:5": { + "EventID": 20003651, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814, + 4000002, + 4000003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003651:6": { + "EventID": 20003651, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814, + 4000002, + 4000003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003652:0": { + "EventID": 20003652, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003652:1": { + "EventID": 20003652, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003652:2": { + "EventID": 20003652, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003652:3": { + "EventID": 20003652, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003652:4": { + "EventID": 20003652, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003652:5": { + "EventID": 20003652, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003652:6": { + "EventID": 20003652, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003653:0": { + "EventID": 20003653, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003653:1": { + "EventID": 20003653, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003653:2": { + "EventID": 20003653, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003653:3": { + "EventID": 20003653, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003653:4": { + "EventID": 20003653, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003653:5": { + "EventID": 20003653, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003653:6": { + "EventID": 20003653, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003654:0": { + "EventID": 20003654, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003654:1": { + "EventID": 20003654, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003654:2": { + "EventID": 20003654, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003654:3": { + "EventID": 20003654, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003654:4": { + "EventID": 20003654, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003654:5": { + "EventID": 20003654, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003654:6": { + "EventID": 20003654, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003655:0": { + "EventID": 20003655, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003655:1": { + "EventID": 20003655, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003655:2": { + "EventID": 20003655, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003655:3": { + "EventID": 20003655, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003655:4": { + "EventID": 20003655, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003655:5": { + "EventID": 20003655, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003655:6": { + "EventID": 20003655, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003656:0": { + "EventID": 20003656, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003656:1": { + "EventID": 20003656, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003656:2": { + "EventID": 20003656, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003656:3": { + "EventID": 20003656, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003656:4": { + "EventID": 20003656, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003656:5": { + "EventID": 20003656, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003656:6": { + "EventID": 20003656, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003657:0": { + "EventID": 20003657, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003657:1": { + "EventID": 20003657, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003657:2": { + "EventID": 20003657, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003657:3": { + "EventID": 20003657, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003657:4": { + "EventID": 20003657, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003657:5": { + "EventID": 20003657, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003657:6": { + "EventID": 20003657, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003658:0": { + "EventID": 20003658, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003658:1": { + "EventID": 20003658, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003658:2": { + "EventID": 20003658, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003658:3": { + "EventID": 20003658, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003658:4": { + "EventID": 20003658, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003658:5": { + "EventID": 20003658, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003658:6": { + "EventID": 20003658, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003659:0": { + "EventID": 20003659, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003659:1": { + "EventID": 20003659, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003659:2": { + "EventID": 20003659, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003659:3": { + "EventID": 20003659, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003659:4": { + "EventID": 20003659, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003659:5": { + "EventID": 20003659, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003659:6": { + "EventID": 20003659, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101001:0": { + "EventID": 20101001, + "WorldLevel": 0, + "StageID": 201010010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101001:1": { + "EventID": 20101001, + "WorldLevel": 1, + "StageID": 201010011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101001:2": { + "EventID": 20101001, + "WorldLevel": 2, + "StageID": 201010012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101001:3": { + "EventID": 20101001, + "WorldLevel": 3, + "StageID": 201010013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101001:4": { + "EventID": 20101001, + "WorldLevel": 4, + "StageID": 201010014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101001:5": { + "EventID": 20101001, + "WorldLevel": 5, + "StageID": 201010015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101001:6": { + "EventID": 20101001, + "WorldLevel": 6, + "StageID": 201010016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101002:0": { + "EventID": 20101002, + "WorldLevel": 0, + "StageID": 201010020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101002:1": { + "EventID": 20101002, + "WorldLevel": 1, + "StageID": 201010021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101002:2": { + "EventID": 20101002, + "WorldLevel": 2, + "StageID": 201010022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101002:3": { + "EventID": 20101002, + "WorldLevel": 3, + "StageID": 201010023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101002:4": { + "EventID": 20101002, + "WorldLevel": 4, + "StageID": 201010024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101002:5": { + "EventID": 20101002, + "WorldLevel": 5, + "StageID": 201010025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101002:6": { + "EventID": 20101002, + "WorldLevel": 6, + "StageID": 201010026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101011:0": { + "EventID": 20101011, + "WorldLevel": 0, + "StageID": 201010110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101011:1": { + "EventID": 20101011, + "WorldLevel": 1, + "StageID": 201010111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101011:2": { + "EventID": 20101011, + "WorldLevel": 2, + "StageID": 201010112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101011:3": { + "EventID": 20101011, + "WorldLevel": 3, + "StageID": 201010113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101011:4": { + "EventID": 20101011, + "WorldLevel": 4, + "StageID": 201010114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101011:5": { + "EventID": 20101011, + "WorldLevel": 5, + "StageID": 201010115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101011:6": { + "EventID": 20101011, + "WorldLevel": 6, + "StageID": 201010116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101012:0": { + "EventID": 20101012, + "WorldLevel": 0, + "StageID": 201010120, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101012:1": { + "EventID": 20101012, + "WorldLevel": 1, + "StageID": 201010121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101012:2": { + "EventID": 20101012, + "WorldLevel": 2, + "StageID": 201010122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101012:3": { + "EventID": 20101012, + "WorldLevel": 3, + "StageID": 201010123, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101012:4": { + "EventID": 20101012, + "WorldLevel": 4, + "StageID": 201010124, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101012:5": { + "EventID": 20101012, + "WorldLevel": 5, + "StageID": 201010125, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101012:6": { + "EventID": 20101012, + "WorldLevel": 6, + "StageID": 201010126, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101105:0": { + "EventID": 20101105, + "WorldLevel": 0, + "StageID": 201011050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101105:1": { + "EventID": 20101105, + "WorldLevel": 1, + "StageID": 201011051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101105:2": { + "EventID": 20101105, + "WorldLevel": 2, + "StageID": 201011052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101105:3": { + "EventID": 20101105, + "WorldLevel": 3, + "StageID": 201011053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101105:4": { + "EventID": 20101105, + "WorldLevel": 4, + "StageID": 201011054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101105:5": { + "EventID": 20101105, + "WorldLevel": 5, + "StageID": 201011055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101105:6": { + "EventID": 20101105, + "WorldLevel": 6, + "StageID": 201011056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101106:0": { + "EventID": 20101106, + "WorldLevel": 0, + "StageID": 201011060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101106:1": { + "EventID": 20101106, + "WorldLevel": 1, + "StageID": 201011061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101106:2": { + "EventID": 20101106, + "WorldLevel": 2, + "StageID": 201011062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101106:3": { + "EventID": 20101106, + "WorldLevel": 3, + "StageID": 201011063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101106:4": { + "EventID": 20101106, + "WorldLevel": 4, + "StageID": 201011064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101106:5": { + "EventID": 20101106, + "WorldLevel": 5, + "StageID": 201011065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101106:6": { + "EventID": 20101106, + "WorldLevel": 6, + "StageID": 201011066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101107:0": { + "EventID": 20101107, + "WorldLevel": 0, + "StageID": 201011070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101107:1": { + "EventID": 20101107, + "WorldLevel": 1, + "StageID": 201011071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101107:2": { + "EventID": 20101107, + "WorldLevel": 2, + "StageID": 201011072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101107:3": { + "EventID": 20101107, + "WorldLevel": 3, + "StageID": 201011073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101107:4": { + "EventID": 20101107, + "WorldLevel": 4, + "StageID": 201011074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101107:5": { + "EventID": 20101107, + "WorldLevel": 5, + "StageID": 201011075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101107:6": { + "EventID": 20101107, + "WorldLevel": 6, + "StageID": 201011076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101110:0": { + "EventID": 20101110, + "WorldLevel": 0, + "StageID": 201011100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101110:1": { + "EventID": 20101110, + "WorldLevel": 1, + "StageID": 201011101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101110:2": { + "EventID": 20101110, + "WorldLevel": 2, + "StageID": 201011102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101110:3": { + "EventID": 20101110, + "WorldLevel": 3, + "StageID": 201011103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101110:4": { + "EventID": 20101110, + "WorldLevel": 4, + "StageID": 201011104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101110:5": { + "EventID": 20101110, + "WorldLevel": 5, + "StageID": 201011105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101110:6": { + "EventID": 20101110, + "WorldLevel": 6, + "StageID": 201011106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101111:0": { + "EventID": 20101111, + "WorldLevel": 0, + "StageID": 201011110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101111:1": { + "EventID": 20101111, + "WorldLevel": 1, + "StageID": 201011111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101111:2": { + "EventID": 20101111, + "WorldLevel": 2, + "StageID": 201011112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101111:3": { + "EventID": 20101111, + "WorldLevel": 3, + "StageID": 201011113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101111:4": { + "EventID": 20101111, + "WorldLevel": 4, + "StageID": 201011114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101111:5": { + "EventID": 20101111, + "WorldLevel": 5, + "StageID": 201011115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101111:6": { + "EventID": 20101111, + "WorldLevel": 6, + "StageID": 201011116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101131:0": { + "EventID": 20101131, + "WorldLevel": 0, + "StageID": 201011310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101131:1": { + "EventID": 20101131, + "WorldLevel": 1, + "StageID": 201011311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101131:2": { + "EventID": 20101131, + "WorldLevel": 2, + "StageID": 201011312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101131:3": { + "EventID": 20101131, + "WorldLevel": 3, + "StageID": 201011313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101131:4": { + "EventID": 20101131, + "WorldLevel": 4, + "StageID": 201011314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101131:5": { + "EventID": 20101131, + "WorldLevel": 5, + "StageID": 201011315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101131:6": { + "EventID": 20101131, + "WorldLevel": 6, + "StageID": 201011316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101132:0": { + "EventID": 20101132, + "WorldLevel": 0, + "StageID": 201011320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101132:1": { + "EventID": 20101132, + "WorldLevel": 1, + "StageID": 201011321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101132:2": { + "EventID": 20101132, + "WorldLevel": 2, + "StageID": 201011322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101132:3": { + "EventID": 20101132, + "WorldLevel": 3, + "StageID": 201011323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101132:4": { + "EventID": 20101132, + "WorldLevel": 4, + "StageID": 201011324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101132:5": { + "EventID": 20101132, + "WorldLevel": 5, + "StageID": 201011325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101132:6": { + "EventID": 20101132, + "WorldLevel": 6, + "StageID": 201011326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101133:0": { + "EventID": 20101133, + "WorldLevel": 0, + "StageID": 201011330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101133:1": { + "EventID": 20101133, + "WorldLevel": 1, + "StageID": 201011331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101133:2": { + "EventID": 20101133, + "WorldLevel": 2, + "StageID": 201011332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101133:3": { + "EventID": 20101133, + "WorldLevel": 3, + "StageID": 201011333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101133:4": { + "EventID": 20101133, + "WorldLevel": 4, + "StageID": 201011334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101133:5": { + "EventID": 20101133, + "WorldLevel": 5, + "StageID": 201011335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101133:6": { + "EventID": 20101133, + "WorldLevel": 6, + "StageID": 201011336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101135:0": { + "EventID": 20101135, + "WorldLevel": 0, + "StageID": 201011350, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101135:1": { + "EventID": 20101135, + "WorldLevel": 1, + "StageID": 201011351, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101135:2": { + "EventID": 20101135, + "WorldLevel": 2, + "StageID": 201011352, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101135:3": { + "EventID": 20101135, + "WorldLevel": 3, + "StageID": 201011353, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101135:4": { + "EventID": 20101135, + "WorldLevel": 4, + "StageID": 201011354, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101135:5": { + "EventID": 20101135, + "WorldLevel": 5, + "StageID": 201011355, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101135:6": { + "EventID": 20101135, + "WorldLevel": 6, + "StageID": 201011356, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101136:0": { + "EventID": 20101136, + "WorldLevel": 0, + "StageID": 201011360, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101136:1": { + "EventID": 20101136, + "WorldLevel": 1, + "StageID": 201011361, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101136:2": { + "EventID": 20101136, + "WorldLevel": 2, + "StageID": 201011362, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101136:3": { + "EventID": 20101136, + "WorldLevel": 3, + "StageID": 201011363, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101136:4": { + "EventID": 20101136, + "WorldLevel": 4, + "StageID": 201011364, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101136:5": { + "EventID": 20101136, + "WorldLevel": 5, + "StageID": 201011365, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101136:6": { + "EventID": 20101136, + "WorldLevel": 6, + "StageID": 201011366, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101137:0": { + "EventID": 20101137, + "WorldLevel": 0, + "StageID": 201011370, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101137:1": { + "EventID": 20101137, + "WorldLevel": 1, + "StageID": 201011371, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101137:2": { + "EventID": 20101137, + "WorldLevel": 2, + "StageID": 201011372, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101137:3": { + "EventID": 20101137, + "WorldLevel": 3, + "StageID": 201011373, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101137:4": { + "EventID": 20101137, + "WorldLevel": 4, + "StageID": 201011374, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101137:5": { + "EventID": 20101137, + "WorldLevel": 5, + "StageID": 201011375, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101137:6": { + "EventID": 20101137, + "WorldLevel": 6, + "StageID": 201011376, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101231:0": { + "EventID": 20101231, + "WorldLevel": 0, + "StageID": 201012310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101231:1": { + "EventID": 20101231, + "WorldLevel": 1, + "StageID": 201012311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101231:2": { + "EventID": 20101231, + "WorldLevel": 2, + "StageID": 201012312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101231:3": { + "EventID": 20101231, + "WorldLevel": 3, + "StageID": 201012313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101231:4": { + "EventID": 20101231, + "WorldLevel": 4, + "StageID": 201012314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101231:5": { + "EventID": 20101231, + "WorldLevel": 5, + "StageID": 201012315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101231:6": { + "EventID": 20101231, + "WorldLevel": 6, + "StageID": 201012316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101401:0": { + "EventID": 20101401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101401:1": { + "EventID": 20101401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101401:2": { + "EventID": 20101401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101401:3": { + "EventID": 20101401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101401:4": { + "EventID": 20101401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101401:5": { + "EventID": 20101401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101401:6": { + "EventID": 20101401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101601:0": { + "EventID": 20101601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101601:1": { + "EventID": 20101601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101601:2": { + "EventID": 20101601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101601:3": { + "EventID": 20101601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101601:4": { + "EventID": 20101601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101601:5": { + "EventID": 20101601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101601:6": { + "EventID": 20101601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101602:0": { + "EventID": 20101602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101602:1": { + "EventID": 20101602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101602:2": { + "EventID": 20101602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101602:3": { + "EventID": 20101602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101602:4": { + "EventID": 20101602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101602:5": { + "EventID": 20101602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101602:6": { + "EventID": 20101602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101631:0": { + "EventID": 20101631, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101631:1": { + "EventID": 20101631, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101631:2": { + "EventID": 20101631, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101631:3": { + "EventID": 20101631, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101631:4": { + "EventID": 20101631, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101631:5": { + "EventID": 20101631, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20101631:6": { + "EventID": 20101631, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111001:0": { + "EventID": 20111001, + "WorldLevel": 0, + "StageID": 201110010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111001:1": { + "EventID": 20111001, + "WorldLevel": 1, + "StageID": 201110011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111001:2": { + "EventID": 20111001, + "WorldLevel": 2, + "StageID": 201110012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111001:3": { + "EventID": 20111001, + "WorldLevel": 3, + "StageID": 201110013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111001:4": { + "EventID": 20111001, + "WorldLevel": 4, + "StageID": 201110014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111001:5": { + "EventID": 20111001, + "WorldLevel": 5, + "StageID": 201110015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111001:6": { + "EventID": 20111001, + "WorldLevel": 6, + "StageID": 201110016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111002:0": { + "EventID": 20111002, + "WorldLevel": 0, + "StageID": 201110020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111002:1": { + "EventID": 20111002, + "WorldLevel": 1, + "StageID": 201110021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111002:2": { + "EventID": 20111002, + "WorldLevel": 2, + "StageID": 201110022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111002:3": { + "EventID": 20111002, + "WorldLevel": 3, + "StageID": 201110023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111002:4": { + "EventID": 20111002, + "WorldLevel": 4, + "StageID": 201110024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111002:5": { + "EventID": 20111002, + "WorldLevel": 5, + "StageID": 201110025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111002:6": { + "EventID": 20111002, + "WorldLevel": 6, + "StageID": 201110026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111003:0": { + "EventID": 20111003, + "WorldLevel": 0, + "StageID": 201110030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111003:1": { + "EventID": 20111003, + "WorldLevel": 1, + "StageID": 201110031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111003:2": { + "EventID": 20111003, + "WorldLevel": 2, + "StageID": 201110032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111003:3": { + "EventID": 20111003, + "WorldLevel": 3, + "StageID": 201110033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111003:4": { + "EventID": 20111003, + "WorldLevel": 4, + "StageID": 201110034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111003:5": { + "EventID": 20111003, + "WorldLevel": 5, + "StageID": 201110035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111003:6": { + "EventID": 20111003, + "WorldLevel": 6, + "StageID": 201110036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111006:0": { + "EventID": 20111006, + "WorldLevel": 0, + "StageID": 201110060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111006:1": { + "EventID": 20111006, + "WorldLevel": 1, + "StageID": 201110061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111006:2": { + "EventID": 20111006, + "WorldLevel": 2, + "StageID": 201110062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111006:3": { + "EventID": 20111006, + "WorldLevel": 3, + "StageID": 201110063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111006:4": { + "EventID": 20111006, + "WorldLevel": 4, + "StageID": 201110064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111006:5": { + "EventID": 20111006, + "WorldLevel": 5, + "StageID": 201110065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111006:6": { + "EventID": 20111006, + "WorldLevel": 6, + "StageID": 201110066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111007:0": { + "EventID": 20111007, + "WorldLevel": 0, + "StageID": 201110070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111007:1": { + "EventID": 20111007, + "WorldLevel": 1, + "StageID": 201110071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111007:2": { + "EventID": 20111007, + "WorldLevel": 2, + "StageID": 201110072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111007:3": { + "EventID": 20111007, + "WorldLevel": 3, + "StageID": 201110073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111007:4": { + "EventID": 20111007, + "WorldLevel": 4, + "StageID": 201110074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111007:5": { + "EventID": 20111007, + "WorldLevel": 5, + "StageID": 201110075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111007:6": { + "EventID": 20111007, + "WorldLevel": 6, + "StageID": 201110076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111008:0": { + "EventID": 20111008, + "WorldLevel": 0, + "StageID": 201110080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111008:1": { + "EventID": 20111008, + "WorldLevel": 1, + "StageID": 201110081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111008:2": { + "EventID": 20111008, + "WorldLevel": 2, + "StageID": 201110082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111008:3": { + "EventID": 20111008, + "WorldLevel": 3, + "StageID": 201110083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111008:4": { + "EventID": 20111008, + "WorldLevel": 4, + "StageID": 201110084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111008:5": { + "EventID": 20111008, + "WorldLevel": 5, + "StageID": 201110085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111008:6": { + "EventID": 20111008, + "WorldLevel": 6, + "StageID": 201110086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111009:0": { + "EventID": 20111009, + "WorldLevel": 0, + "StageID": 201110090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111009:1": { + "EventID": 20111009, + "WorldLevel": 1, + "StageID": 201110091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111009:2": { + "EventID": 20111009, + "WorldLevel": 2, + "StageID": 201110092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111009:3": { + "EventID": 20111009, + "WorldLevel": 3, + "StageID": 201110093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111009:4": { + "EventID": 20111009, + "WorldLevel": 4, + "StageID": 201110094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111009:5": { + "EventID": 20111009, + "WorldLevel": 5, + "StageID": 201110095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111009:6": { + "EventID": 20111009, + "WorldLevel": 6, + "StageID": 201110096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111010:0": { + "EventID": 20111010, + "WorldLevel": 0, + "StageID": 201110100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111010:1": { + "EventID": 20111010, + "WorldLevel": 1, + "StageID": 201110101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111010:2": { + "EventID": 20111010, + "WorldLevel": 2, + "StageID": 201110102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111010:3": { + "EventID": 20111010, + "WorldLevel": 3, + "StageID": 201110103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111010:4": { + "EventID": 20111010, + "WorldLevel": 4, + "StageID": 201110104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111010:5": { + "EventID": 20111010, + "WorldLevel": 5, + "StageID": 201110105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111010:6": { + "EventID": 20111010, + "WorldLevel": 6, + "StageID": 201110106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111101:0": { + "EventID": 20111101, + "WorldLevel": 0, + "StageID": 201111010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111101:1": { + "EventID": 20111101, + "WorldLevel": 1, + "StageID": 201111011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111101:2": { + "EventID": 20111101, + "WorldLevel": 2, + "StageID": 201111012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111101:3": { + "EventID": 20111101, + "WorldLevel": 3, + "StageID": 201111013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111101:4": { + "EventID": 20111101, + "WorldLevel": 4, + "StageID": 201111014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111101:5": { + "EventID": 20111101, + "WorldLevel": 5, + "StageID": 201111015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111101:6": { + "EventID": 20111101, + "WorldLevel": 6, + "StageID": 201111016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111102:0": { + "EventID": 20111102, + "WorldLevel": 0, + "StageID": 201111020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111102:1": { + "EventID": 20111102, + "WorldLevel": 1, + "StageID": 201111021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111102:2": { + "EventID": 20111102, + "WorldLevel": 2, + "StageID": 201111022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111102:3": { + "EventID": 20111102, + "WorldLevel": 3, + "StageID": 201111023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111102:4": { + "EventID": 20111102, + "WorldLevel": 4, + "StageID": 201111024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111102:5": { + "EventID": 20111102, + "WorldLevel": 5, + "StageID": 201111025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111102:6": { + "EventID": 20111102, + "WorldLevel": 6, + "StageID": 201111026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111103:0": { + "EventID": 20111103, + "WorldLevel": 0, + "StageID": 201111030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111103:1": { + "EventID": 20111103, + "WorldLevel": 1, + "StageID": 201111031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111103:2": { + "EventID": 20111103, + "WorldLevel": 2, + "StageID": 201111032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111103:3": { + "EventID": 20111103, + "WorldLevel": 3, + "StageID": 201111033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111103:4": { + "EventID": 20111103, + "WorldLevel": 4, + "StageID": 201111034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111103:5": { + "EventID": 20111103, + "WorldLevel": 5, + "StageID": 201111035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111103:6": { + "EventID": 20111103, + "WorldLevel": 6, + "StageID": 201111036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111106:0": { + "EventID": 20111106, + "WorldLevel": 0, + "StageID": 201111060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111106:1": { + "EventID": 20111106, + "WorldLevel": 1, + "StageID": 201111061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111106:2": { + "EventID": 20111106, + "WorldLevel": 2, + "StageID": 201111062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111106:3": { + "EventID": 20111106, + "WorldLevel": 3, + "StageID": 201111063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111106:4": { + "EventID": 20111106, + "WorldLevel": 4, + "StageID": 201111064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111106:5": { + "EventID": 20111106, + "WorldLevel": 5, + "StageID": 201111065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111106:6": { + "EventID": 20111106, + "WorldLevel": 6, + "StageID": 201111066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111107:0": { + "EventID": 20111107, + "WorldLevel": 0, + "StageID": 201111070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111107:1": { + "EventID": 20111107, + "WorldLevel": 1, + "StageID": 201111071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111107:2": { + "EventID": 20111107, + "WorldLevel": 2, + "StageID": 201111072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111107:3": { + "EventID": 20111107, + "WorldLevel": 3, + "StageID": 201111073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111107:4": { + "EventID": 20111107, + "WorldLevel": 4, + "StageID": 201111074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111107:5": { + "EventID": 20111107, + "WorldLevel": 5, + "StageID": 201111075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111107:6": { + "EventID": 20111107, + "WorldLevel": 6, + "StageID": 201111076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111108:0": { + "EventID": 20111108, + "WorldLevel": 0, + "StageID": 201111080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111108:1": { + "EventID": 20111108, + "WorldLevel": 1, + "StageID": 201111081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111108:2": { + "EventID": 20111108, + "WorldLevel": 2, + "StageID": 201111082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111108:3": { + "EventID": 20111108, + "WorldLevel": 3, + "StageID": 201111083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111108:4": { + "EventID": 20111108, + "WorldLevel": 4, + "StageID": 201111084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111108:5": { + "EventID": 20111108, + "WorldLevel": 5, + "StageID": 201111085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111108:6": { + "EventID": 20111108, + "WorldLevel": 6, + "StageID": 201111086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111131:0": { + "EventID": 20111131, + "WorldLevel": 0, + "StageID": 201111310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111131:1": { + "EventID": 20111131, + "WorldLevel": 1, + "StageID": 201111311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111131:2": { + "EventID": 20111131, + "WorldLevel": 2, + "StageID": 201111312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111131:3": { + "EventID": 20111131, + "WorldLevel": 3, + "StageID": 201111313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111131:4": { + "EventID": 20111131, + "WorldLevel": 4, + "StageID": 201111314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111131:5": { + "EventID": 20111131, + "WorldLevel": 5, + "StageID": 201111315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111131:6": { + "EventID": 20111131, + "WorldLevel": 6, + "StageID": 201111316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111132:0": { + "EventID": 20111132, + "WorldLevel": 0, + "StageID": 201111320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111132:1": { + "EventID": 20111132, + "WorldLevel": 1, + "StageID": 201111321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111132:2": { + "EventID": 20111132, + "WorldLevel": 2, + "StageID": 201111322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111132:3": { + "EventID": 20111132, + "WorldLevel": 3, + "StageID": 201111323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111132:4": { + "EventID": 20111132, + "WorldLevel": 4, + "StageID": 201111324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111132:5": { + "EventID": 20111132, + "WorldLevel": 5, + "StageID": 201111325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111132:6": { + "EventID": 20111132, + "WorldLevel": 6, + "StageID": 201111326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111133:0": { + "EventID": 20111133, + "WorldLevel": 0, + "StageID": 201111330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111133:1": { + "EventID": 20111133, + "WorldLevel": 1, + "StageID": 201111331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111133:2": { + "EventID": 20111133, + "WorldLevel": 2, + "StageID": 201111332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111133:3": { + "EventID": 20111133, + "WorldLevel": 3, + "StageID": 201111333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111133:4": { + "EventID": 20111133, + "WorldLevel": 4, + "StageID": 201111334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111133:5": { + "EventID": 20111133, + "WorldLevel": 5, + "StageID": 201111335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111133:6": { + "EventID": 20111133, + "WorldLevel": 6, + "StageID": 201111336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111231:0": { + "EventID": 20111231, + "WorldLevel": 0, + "StageID": 201112310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111231:1": { + "EventID": 20111231, + "WorldLevel": 1, + "StageID": 201112311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111231:2": { + "EventID": 20111231, + "WorldLevel": 2, + "StageID": 201112312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111231:3": { + "EventID": 20111231, + "WorldLevel": 3, + "StageID": 201112313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111231:4": { + "EventID": 20111231, + "WorldLevel": 4, + "StageID": 201112314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111231:5": { + "EventID": 20111231, + "WorldLevel": 5, + "StageID": 201112315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111231:6": { + "EventID": 20111231, + "WorldLevel": 6, + "StageID": 201112316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111233:0": { + "EventID": 20111233, + "WorldLevel": 0, + "StageID": 201112330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111233:1": { + "EventID": 20111233, + "WorldLevel": 1, + "StageID": 201112331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111233:2": { + "EventID": 20111233, + "WorldLevel": 2, + "StageID": 201112332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111233:3": { + "EventID": 20111233, + "WorldLevel": 3, + "StageID": 201112333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111233:4": { + "EventID": 20111233, + "WorldLevel": 4, + "StageID": 201112334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111233:5": { + "EventID": 20111233, + "WorldLevel": 5, + "StageID": 201112335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111233:6": { + "EventID": 20111233, + "WorldLevel": 6, + "StageID": 201112336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111234:0": { + "EventID": 20111234, + "WorldLevel": 0, + "StageID": 201112340, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111234:1": { + "EventID": 20111234, + "WorldLevel": 1, + "StageID": 201112341, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111234:2": { + "EventID": 20111234, + "WorldLevel": 2, + "StageID": 201112342, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111234:3": { + "EventID": 20111234, + "WorldLevel": 3, + "StageID": 201112343, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111234:4": { + "EventID": 20111234, + "WorldLevel": 4, + "StageID": 201112344, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111234:5": { + "EventID": 20111234, + "WorldLevel": 5, + "StageID": 201112345, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111234:6": { + "EventID": 20111234, + "WorldLevel": 6, + "StageID": 201112346, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111401:0": { + "EventID": 20111401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111401:1": { + "EventID": 20111401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111401:2": { + "EventID": 20111401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111401:3": { + "EventID": 20111401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111401:4": { + "EventID": 20111401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111401:5": { + "EventID": 20111401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111401:6": { + "EventID": 20111401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111601:0": { + "EventID": 20111601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111601:1": { + "EventID": 20111601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111601:2": { + "EventID": 20111601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111601:3": { + "EventID": 20111601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111601:4": { + "EventID": 20111601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111601:5": { + "EventID": 20111601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111601:6": { + "EventID": 20111601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111602:0": { + "EventID": 20111602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111602:1": { + "EventID": 20111602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111602:2": { + "EventID": 20111602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111602:3": { + "EventID": 20111602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111602:4": { + "EventID": 20111602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111602:5": { + "EventID": 20111602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111602:6": { + "EventID": 20111602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111603:0": { + "EventID": 20111603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111603:1": { + "EventID": 20111603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111603:2": { + "EventID": 20111603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111603:3": { + "EventID": 20111603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111603:4": { + "EventID": 20111603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111603:5": { + "EventID": 20111603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111603:6": { + "EventID": 20111603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111604:0": { + "EventID": 20111604, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111604:1": { + "EventID": 20111604, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111604:2": { + "EventID": 20111604, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111604:3": { + "EventID": 20111604, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111604:4": { + "EventID": 20111604, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111604:5": { + "EventID": 20111604, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111604:6": { + "EventID": 20111604, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111605:0": { + "EventID": 20111605, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111605:1": { + "EventID": 20111605, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111605:2": { + "EventID": 20111605, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111605:3": { + "EventID": 20111605, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111605:4": { + "EventID": 20111605, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111605:5": { + "EventID": 20111605, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111605:6": { + "EventID": 20111605, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111606:0": { + "EventID": 20111606, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111606:1": { + "EventID": 20111606, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111606:2": { + "EventID": 20111606, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111606:3": { + "EventID": 20111606, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111606:4": { + "EventID": 20111606, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111606:5": { + "EventID": 20111606, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111606:6": { + "EventID": 20111606, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111607:0": { + "EventID": 20111607, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111607:1": { + "EventID": 20111607, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111607:2": { + "EventID": 20111607, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111607:3": { + "EventID": 20111607, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111607:4": { + "EventID": 20111607, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111607:5": { + "EventID": 20111607, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111607:6": { + "EventID": 20111607, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111631:0": { + "EventID": 20111631, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111631:1": { + "EventID": 20111631, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111631:2": { + "EventID": 20111631, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111631:3": { + "EventID": 20111631, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111631:4": { + "EventID": 20111631, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111631:5": { + "EventID": 20111631, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111631:6": { + "EventID": 20111631, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111633:0": { + "EventID": 20111633, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111633:1": { + "EventID": 20111633, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111633:2": { + "EventID": 20111633, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111633:3": { + "EventID": 20111633, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111633:4": { + "EventID": 20111633, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111633:5": { + "EventID": 20111633, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111633:6": { + "EventID": 20111633, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111651:0": { + "EventID": 20111651, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111651:1": { + "EventID": 20111651, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111651:2": { + "EventID": 20111651, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111651:3": { + "EventID": 20111651, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111651:4": { + "EventID": 20111651, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111651:5": { + "EventID": 20111651, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111651:6": { + "EventID": 20111651, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 800001, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121000:0": { + "EventID": 20121000, + "WorldLevel": 0, + "StageID": 201210000, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121000:1": { + "EventID": 20121000, + "WorldLevel": 1, + "StageID": 201210001, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121000:2": { + "EventID": 20121000, + "WorldLevel": 2, + "StageID": 201210002, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121000:3": { + "EventID": 20121000, + "WorldLevel": 3, + "StageID": 201210003, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121000:4": { + "EventID": 20121000, + "WorldLevel": 4, + "StageID": 201210004, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121000:5": { + "EventID": 20121000, + "WorldLevel": 5, + "StageID": 201210005, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121000:6": { + "EventID": 20121000, + "WorldLevel": 6, + "StageID": 201210006, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121001:0": { + "EventID": 20121001, + "WorldLevel": 0, + "StageID": 201210010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121001:1": { + "EventID": 20121001, + "WorldLevel": 1, + "StageID": 201210011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121001:2": { + "EventID": 20121001, + "WorldLevel": 2, + "StageID": 201210012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121001:3": { + "EventID": 20121001, + "WorldLevel": 3, + "StageID": 201210013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121001:4": { + "EventID": 20121001, + "WorldLevel": 4, + "StageID": 201210014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121001:5": { + "EventID": 20121001, + "WorldLevel": 5, + "StageID": 201210015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121001:6": { + "EventID": 20121001, + "WorldLevel": 6, + "StageID": 201210016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121002:0": { + "EventID": 20121002, + "WorldLevel": 0, + "StageID": 201210020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121002:1": { + "EventID": 20121002, + "WorldLevel": 1, + "StageID": 201210021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121002:2": { + "EventID": 20121002, + "WorldLevel": 2, + "StageID": 201210022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121002:3": { + "EventID": 20121002, + "WorldLevel": 3, + "StageID": 201210023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121002:4": { + "EventID": 20121002, + "WorldLevel": 4, + "StageID": 201210024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121002:5": { + "EventID": 20121002, + "WorldLevel": 5, + "StageID": 201210025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121002:6": { + "EventID": 20121002, + "WorldLevel": 6, + "StageID": 201210026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121003:0": { + "EventID": 20121003, + "WorldLevel": 0, + "StageID": 201210030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121003:1": { + "EventID": 20121003, + "WorldLevel": 1, + "StageID": 201210031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121003:2": { + "EventID": 20121003, + "WorldLevel": 2, + "StageID": 201210032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121003:3": { + "EventID": 20121003, + "WorldLevel": 3, + "StageID": 201210033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121003:4": { + "EventID": 20121003, + "WorldLevel": 4, + "StageID": 201210034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121003:5": { + "EventID": 20121003, + "WorldLevel": 5, + "StageID": 201210035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121003:6": { + "EventID": 20121003, + "WorldLevel": 6, + "StageID": 201210036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121004:0": { + "EventID": 20121004, + "WorldLevel": 0, + "StageID": 201210040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121004:1": { + "EventID": 20121004, + "WorldLevel": 1, + "StageID": 201210041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121004:2": { + "EventID": 20121004, + "WorldLevel": 2, + "StageID": 201210042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121004:3": { + "EventID": 20121004, + "WorldLevel": 3, + "StageID": 201210043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121004:4": { + "EventID": 20121004, + "WorldLevel": 4, + "StageID": 201210044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121004:5": { + "EventID": 20121004, + "WorldLevel": 5, + "StageID": 201210045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121004:6": { + "EventID": 20121004, + "WorldLevel": 6, + "StageID": 201210046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121005:0": { + "EventID": 20121005, + "WorldLevel": 0, + "StageID": 201210050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121005:1": { + "EventID": 20121005, + "WorldLevel": 1, + "StageID": 201210051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121005:2": { + "EventID": 20121005, + "WorldLevel": 2, + "StageID": 201210052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121005:3": { + "EventID": 20121005, + "WorldLevel": 3, + "StageID": 201210053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121005:4": { + "EventID": 20121005, + "WorldLevel": 4, + "StageID": 201210054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121005:5": { + "EventID": 20121005, + "WorldLevel": 5, + "StageID": 201210055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121005:6": { + "EventID": 20121005, + "WorldLevel": 6, + "StageID": 201210056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121006:0": { + "EventID": 20121006, + "WorldLevel": 0, + "StageID": 201210060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121006:1": { + "EventID": 20121006, + "WorldLevel": 1, + "StageID": 201210061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121006:2": { + "EventID": 20121006, + "WorldLevel": 2, + "StageID": 201210062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121006:3": { + "EventID": 20121006, + "WorldLevel": 3, + "StageID": 201210063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121006:4": { + "EventID": 20121006, + "WorldLevel": 4, + "StageID": 201210064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121006:5": { + "EventID": 20121006, + "WorldLevel": 5, + "StageID": 201210065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121006:6": { + "EventID": 20121006, + "WorldLevel": 6, + "StageID": 201210066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121007:0": { + "EventID": 20121007, + "WorldLevel": 0, + "StageID": 201210070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121007:1": { + "EventID": 20121007, + "WorldLevel": 1, + "StageID": 201210071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121007:2": { + "EventID": 20121007, + "WorldLevel": 2, + "StageID": 201210072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121007:3": { + "EventID": 20121007, + "WorldLevel": 3, + "StageID": 201210073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121007:4": { + "EventID": 20121007, + "WorldLevel": 4, + "StageID": 201210074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121007:5": { + "EventID": 20121007, + "WorldLevel": 5, + "StageID": 201210075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121007:6": { + "EventID": 20121007, + "WorldLevel": 6, + "StageID": 201210076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121008:0": { + "EventID": 20121008, + "WorldLevel": 0, + "StageID": 201210080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121008:1": { + "EventID": 20121008, + "WorldLevel": 1, + "StageID": 201210081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121008:2": { + "EventID": 20121008, + "WorldLevel": 2, + "StageID": 201210082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121008:3": { + "EventID": 20121008, + "WorldLevel": 3, + "StageID": 201210083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121008:4": { + "EventID": 20121008, + "WorldLevel": 4, + "StageID": 201210084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121008:5": { + "EventID": 20121008, + "WorldLevel": 5, + "StageID": 201210085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121008:6": { + "EventID": 20121008, + "WorldLevel": 6, + "StageID": 201210086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121102:0": { + "EventID": 20121102, + "WorldLevel": 0, + "StageID": 201211020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121102:1": { + "EventID": 20121102, + "WorldLevel": 1, + "StageID": 201211021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121102:2": { + "EventID": 20121102, + "WorldLevel": 2, + "StageID": 201211022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121102:3": { + "EventID": 20121102, + "WorldLevel": 3, + "StageID": 201211023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121102:4": { + "EventID": 20121102, + "WorldLevel": 4, + "StageID": 201211024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121102:5": { + "EventID": 20121102, + "WorldLevel": 5, + "StageID": 201211025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121102:6": { + "EventID": 20121102, + "WorldLevel": 6, + "StageID": 201211026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121105:0": { + "EventID": 20121105, + "WorldLevel": 0, + "StageID": 201211050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121105:1": { + "EventID": 20121105, + "WorldLevel": 1, + "StageID": 201211051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121105:2": { + "EventID": 20121105, + "WorldLevel": 2, + "StageID": 201211052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121105:3": { + "EventID": 20121105, + "WorldLevel": 3, + "StageID": 201211053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121105:4": { + "EventID": 20121105, + "WorldLevel": 4, + "StageID": 201211054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121105:5": { + "EventID": 20121105, + "WorldLevel": 5, + "StageID": 201211055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121105:6": { + "EventID": 20121105, + "WorldLevel": 6, + "StageID": 201211056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121106:0": { + "EventID": 20121106, + "WorldLevel": 0, + "StageID": 201211060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121106:1": { + "EventID": 20121106, + "WorldLevel": 1, + "StageID": 201211061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121106:2": { + "EventID": 20121106, + "WorldLevel": 2, + "StageID": 201211062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121106:3": { + "EventID": 20121106, + "WorldLevel": 3, + "StageID": 201211063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121106:4": { + "EventID": 20121106, + "WorldLevel": 4, + "StageID": 201211064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121106:5": { + "EventID": 20121106, + "WorldLevel": 5, + "StageID": 201211065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121106:6": { + "EventID": 20121106, + "WorldLevel": 6, + "StageID": 201211066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121131:0": { + "EventID": 20121131, + "WorldLevel": 0, + "StageID": 201211310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121131:1": { + "EventID": 20121131, + "WorldLevel": 1, + "StageID": 201211311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121131:2": { + "EventID": 20121131, + "WorldLevel": 2, + "StageID": 201211312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121131:3": { + "EventID": 20121131, + "WorldLevel": 3, + "StageID": 201211313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121131:4": { + "EventID": 20121131, + "WorldLevel": 4, + "StageID": 201211314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121131:5": { + "EventID": 20121131, + "WorldLevel": 5, + "StageID": 201211315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121131:6": { + "EventID": 20121131, + "WorldLevel": 6, + "StageID": 201211316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121132:0": { + "EventID": 20121132, + "WorldLevel": 0, + "StageID": 201211320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121132:1": { + "EventID": 20121132, + "WorldLevel": 1, + "StageID": 201211321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121132:2": { + "EventID": 20121132, + "WorldLevel": 2, + "StageID": 201211322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121132:3": { + "EventID": 20121132, + "WorldLevel": 3, + "StageID": 201211323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121132:4": { + "EventID": 20121132, + "WorldLevel": 4, + "StageID": 201211324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121132:5": { + "EventID": 20121132, + "WorldLevel": 5, + "StageID": 201211325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121132:6": { + "EventID": 20121132, + "WorldLevel": 6, + "StageID": 201211326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121133:0": { + "EventID": 20121133, + "WorldLevel": 0, + "StageID": 201211330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121133:1": { + "EventID": 20121133, + "WorldLevel": 1, + "StageID": 201211331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121133:2": { + "EventID": 20121133, + "WorldLevel": 2, + "StageID": 201211332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121133:3": { + "EventID": 20121133, + "WorldLevel": 3, + "StageID": 201211333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121133:4": { + "EventID": 20121133, + "WorldLevel": 4, + "StageID": 201211334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121133:5": { + "EventID": 20121133, + "WorldLevel": 5, + "StageID": 201211335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121133:6": { + "EventID": 20121133, + "WorldLevel": 6, + "StageID": 201211336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121134:0": { + "EventID": 20121134, + "WorldLevel": 0, + "StageID": 201211340, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121134:1": { + "EventID": 20121134, + "WorldLevel": 1, + "StageID": 201211341, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121134:2": { + "EventID": 20121134, + "WorldLevel": 2, + "StageID": 201211342, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121134:3": { + "EventID": 20121134, + "WorldLevel": 3, + "StageID": 201211343, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121134:4": { + "EventID": 20121134, + "WorldLevel": 4, + "StageID": 201211344, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121134:5": { + "EventID": 20121134, + "WorldLevel": 5, + "StageID": 201211345, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121134:6": { + "EventID": 20121134, + "WorldLevel": 6, + "StageID": 201211346, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121135:0": { + "EventID": 20121135, + "WorldLevel": 0, + "StageID": 201211350, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121135:1": { + "EventID": 20121135, + "WorldLevel": 1, + "StageID": 201211351, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121135:2": { + "EventID": 20121135, + "WorldLevel": 2, + "StageID": 201211352, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121135:3": { + "EventID": 20121135, + "WorldLevel": 3, + "StageID": 201211353, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121135:4": { + "EventID": 20121135, + "WorldLevel": 4, + "StageID": 201211354, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121135:5": { + "EventID": 20121135, + "WorldLevel": 5, + "StageID": 201211355, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121135:6": { + "EventID": 20121135, + "WorldLevel": 6, + "StageID": 201211356, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121136:0": { + "EventID": 20121136, + "WorldLevel": 0, + "StageID": 201211360, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121136:1": { + "EventID": 20121136, + "WorldLevel": 1, + "StageID": 201211361, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121136:2": { + "EventID": 20121136, + "WorldLevel": 2, + "StageID": 201211362, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121136:3": { + "EventID": 20121136, + "WorldLevel": 3, + "StageID": 201211363, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121136:4": { + "EventID": 20121136, + "WorldLevel": 4, + "StageID": 201211364, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121136:5": { + "EventID": 20121136, + "WorldLevel": 5, + "StageID": 201211365, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121136:6": { + "EventID": 20121136, + "WorldLevel": 6, + "StageID": 201211366, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121137:0": { + "EventID": 20121137, + "WorldLevel": 0, + "StageID": 201211370, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121137:1": { + "EventID": 20121137, + "WorldLevel": 1, + "StageID": 201211371, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121137:2": { + "EventID": 20121137, + "WorldLevel": 2, + "StageID": 201211372, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121137:3": { + "EventID": 20121137, + "WorldLevel": 3, + "StageID": 201211373, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121137:4": { + "EventID": 20121137, + "WorldLevel": 4, + "StageID": 201211374, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121137:5": { + "EventID": 20121137, + "WorldLevel": 5, + "StageID": 201211375, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121137:6": { + "EventID": 20121137, + "WorldLevel": 6, + "StageID": 201211376, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121138:0": { + "EventID": 20121138, + "WorldLevel": 0, + "StageID": 201211380, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121138:1": { + "EventID": 20121138, + "WorldLevel": 1, + "StageID": 201211381, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121138:2": { + "EventID": 20121138, + "WorldLevel": 2, + "StageID": 201211382, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121138:3": { + "EventID": 20121138, + "WorldLevel": 3, + "StageID": 201211383, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121138:4": { + "EventID": 20121138, + "WorldLevel": 4, + "StageID": 201211384, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121138:5": { + "EventID": 20121138, + "WorldLevel": 5, + "StageID": 201211385, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121138:6": { + "EventID": 20121138, + "WorldLevel": 6, + "StageID": 201211386, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121139:0": { + "EventID": 20121139, + "WorldLevel": 0, + "StageID": 201211390, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121139:1": { + "EventID": 20121139, + "WorldLevel": 1, + "StageID": 201211391, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121139:2": { + "EventID": 20121139, + "WorldLevel": 2, + "StageID": 201211392, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121139:3": { + "EventID": 20121139, + "WorldLevel": 3, + "StageID": 201211393, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121139:4": { + "EventID": 20121139, + "WorldLevel": 4, + "StageID": 201211394, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121139:5": { + "EventID": 20121139, + "WorldLevel": 5, + "StageID": 201211395, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121139:6": { + "EventID": 20121139, + "WorldLevel": 6, + "StageID": 201211396, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121140:0": { + "EventID": 20121140, + "WorldLevel": 0, + "StageID": 201211400, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121140:1": { + "EventID": 20121140, + "WorldLevel": 1, + "StageID": 201211401, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121140:2": { + "EventID": 20121140, + "WorldLevel": 2, + "StageID": 201211402, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121140:3": { + "EventID": 20121140, + "WorldLevel": 3, + "StageID": 201211403, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121140:4": { + "EventID": 20121140, + "WorldLevel": 4, + "StageID": 201211404, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121140:5": { + "EventID": 20121140, + "WorldLevel": 5, + "StageID": 201211405, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121140:6": { + "EventID": 20121140, + "WorldLevel": 6, + "StageID": 201211406, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121141:0": { + "EventID": 20121141, + "WorldLevel": 0, + "StageID": 201211410, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121141:1": { + "EventID": 20121141, + "WorldLevel": 1, + "StageID": 201211411, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121141:2": { + "EventID": 20121141, + "WorldLevel": 2, + "StageID": 201211412, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121141:3": { + "EventID": 20121141, + "WorldLevel": 3, + "StageID": 201211413, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121141:4": { + "EventID": 20121141, + "WorldLevel": 4, + "StageID": 201211414, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121141:5": { + "EventID": 20121141, + "WorldLevel": 5, + "StageID": 201211415, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121141:6": { + "EventID": 20121141, + "WorldLevel": 6, + "StageID": 201211416, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121143:0": { + "EventID": 20121143, + "WorldLevel": 0, + "StageID": 201211430, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121143:1": { + "EventID": 20121143, + "WorldLevel": 1, + "StageID": 201211431, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121143:2": { + "EventID": 20121143, + "WorldLevel": 2, + "StageID": 201211432, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121143:3": { + "EventID": 20121143, + "WorldLevel": 3, + "StageID": 201211433, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121143:4": { + "EventID": 20121143, + "WorldLevel": 4, + "StageID": 201211434, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121143:5": { + "EventID": 20121143, + "WorldLevel": 5, + "StageID": 201211435, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121143:6": { + "EventID": 20121143, + "WorldLevel": 6, + "StageID": 201211436, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121201:0": { + "EventID": 20121201, + "WorldLevel": 0, + "StageID": 201212010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121201:1": { + "EventID": 20121201, + "WorldLevel": 1, + "StageID": 201212011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121201:2": { + "EventID": 20121201, + "WorldLevel": 2, + "StageID": 201212012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121201:3": { + "EventID": 20121201, + "WorldLevel": 3, + "StageID": 201212013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121201:4": { + "EventID": 20121201, + "WorldLevel": 4, + "StageID": 201212014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121201:5": { + "EventID": 20121201, + "WorldLevel": 5, + "StageID": 201212015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121201:6": { + "EventID": 20121201, + "WorldLevel": 6, + "StageID": 201212016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121202:0": { + "EventID": 20121202, + "WorldLevel": 0, + "StageID": 201212020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121202:1": { + "EventID": 20121202, + "WorldLevel": 1, + "StageID": 201212021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121202:2": { + "EventID": 20121202, + "WorldLevel": 2, + "StageID": 201212022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121202:3": { + "EventID": 20121202, + "WorldLevel": 3, + "StageID": 201212023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121202:4": { + "EventID": 20121202, + "WorldLevel": 4, + "StageID": 201212024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121202:5": { + "EventID": 20121202, + "WorldLevel": 5, + "StageID": 201212025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121202:6": { + "EventID": 20121202, + "WorldLevel": 6, + "StageID": 201212026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121208:0": { + "EventID": 20121208, + "WorldLevel": 0, + "StageID": 201212080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121208:1": { + "EventID": 20121208, + "WorldLevel": 1, + "StageID": 201212081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121208:2": { + "EventID": 20121208, + "WorldLevel": 2, + "StageID": 201212082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121208:3": { + "EventID": 20121208, + "WorldLevel": 3, + "StageID": 201212083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121208:4": { + "EventID": 20121208, + "WorldLevel": 4, + "StageID": 201212084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121208:5": { + "EventID": 20121208, + "WorldLevel": 5, + "StageID": 201212085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121208:6": { + "EventID": 20121208, + "WorldLevel": 6, + "StageID": 201212086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121231:0": { + "EventID": 20121231, + "WorldLevel": 0, + "StageID": 201212310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121231:1": { + "EventID": 20121231, + "WorldLevel": 1, + "StageID": 201212311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121231:2": { + "EventID": 20121231, + "WorldLevel": 2, + "StageID": 201212312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121231:3": { + "EventID": 20121231, + "WorldLevel": 3, + "StageID": 201212313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121231:4": { + "EventID": 20121231, + "WorldLevel": 4, + "StageID": 201212314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121231:5": { + "EventID": 20121231, + "WorldLevel": 5, + "StageID": 201212315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121231:6": { + "EventID": 20121231, + "WorldLevel": 6, + "StageID": 201212316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121232:0": { + "EventID": 20121232, + "WorldLevel": 0, + "StageID": 201212320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121232:1": { + "EventID": 20121232, + "WorldLevel": 1, + "StageID": 201212321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121232:2": { + "EventID": 20121232, + "WorldLevel": 2, + "StageID": 201212322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121232:3": { + "EventID": 20121232, + "WorldLevel": 3, + "StageID": 201212323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121232:4": { + "EventID": 20121232, + "WorldLevel": 4, + "StageID": 201212324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121232:5": { + "EventID": 20121232, + "WorldLevel": 5, + "StageID": 201212325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121232:6": { + "EventID": 20121232, + "WorldLevel": 6, + "StageID": 201212326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121233:0": { + "EventID": 20121233, + "WorldLevel": 0, + "StageID": 201212330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121233:1": { + "EventID": 20121233, + "WorldLevel": 1, + "StageID": 201212331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121233:2": { + "EventID": 20121233, + "WorldLevel": 2, + "StageID": 201212332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121233:3": { + "EventID": 20121233, + "WorldLevel": 3, + "StageID": 201212333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121233:4": { + "EventID": 20121233, + "WorldLevel": 4, + "StageID": 201212334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121233:5": { + "EventID": 20121233, + "WorldLevel": 5, + "StageID": 201212335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121233:6": { + "EventID": 20121233, + "WorldLevel": 6, + "StageID": 201212336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121234:0": { + "EventID": 20121234, + "WorldLevel": 0, + "StageID": 201212340, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121234:1": { + "EventID": 20121234, + "WorldLevel": 1, + "StageID": 201212341, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121234:2": { + "EventID": 20121234, + "WorldLevel": 2, + "StageID": 201212342, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121234:3": { + "EventID": 20121234, + "WorldLevel": 3, + "StageID": 201212343, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121234:4": { + "EventID": 20121234, + "WorldLevel": 4, + "StageID": 201212344, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121234:5": { + "EventID": 20121234, + "WorldLevel": 5, + "StageID": 201212345, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121234:6": { + "EventID": 20121234, + "WorldLevel": 6, + "StageID": 201212346, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121401:0": { + "EventID": 20121401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121401:1": { + "EventID": 20121401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121401:2": { + "EventID": 20121401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121401:3": { + "EventID": 20121401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121401:4": { + "EventID": 20121401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121401:5": { + "EventID": 20121401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121401:6": { + "EventID": 20121401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121601:0": { + "EventID": 20121601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121601:1": { + "EventID": 20121601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121601:2": { + "EventID": 20121601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121601:3": { + "EventID": 20121601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121601:4": { + "EventID": 20121601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121601:5": { + "EventID": 20121601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121601:6": { + "EventID": 20121601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121602:0": { + "EventID": 20121602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121602:1": { + "EventID": 20121602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121602:2": { + "EventID": 20121602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121602:3": { + "EventID": 20121602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121602:4": { + "EventID": 20121602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121602:5": { + "EventID": 20121602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121602:6": { + "EventID": 20121602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121603:0": { + "EventID": 20121603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121603:1": { + "EventID": 20121603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121603:2": { + "EventID": 20121603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121603:3": { + "EventID": 20121603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121603:4": { + "EventID": 20121603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121603:5": { + "EventID": 20121603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121603:6": { + "EventID": 20121603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121604:0": { + "EventID": 20121604, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121604:1": { + "EventID": 20121604, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121604:2": { + "EventID": 20121604, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121604:3": { + "EventID": 20121604, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121604:4": { + "EventID": 20121604, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121604:5": { + "EventID": 20121604, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121604:6": { + "EventID": 20121604, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121605:0": { + "EventID": 20121605, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121605:1": { + "EventID": 20121605, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121605:2": { + "EventID": 20121605, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121605:3": { + "EventID": 20121605, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121605:4": { + "EventID": 20121605, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121605:5": { + "EventID": 20121605, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121605:6": { + "EventID": 20121605, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121606:0": { + "EventID": 20121606, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121606:1": { + "EventID": 20121606, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121606:2": { + "EventID": 20121606, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121606:3": { + "EventID": 20121606, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121606:4": { + "EventID": 20121606, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121606:5": { + "EventID": 20121606, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121606:6": { + "EventID": 20121606, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121607:0": { + "EventID": 20121607, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121607:1": { + "EventID": 20121607, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121607:2": { + "EventID": 20121607, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121607:3": { + "EventID": 20121607, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121607:4": { + "EventID": 20121607, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121607:5": { + "EventID": 20121607, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121607:6": { + "EventID": 20121607, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121608:0": { + "EventID": 20121608, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121608:1": { + "EventID": 20121608, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121608:2": { + "EventID": 20121608, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121608:3": { + "EventID": 20121608, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121608:4": { + "EventID": 20121608, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121608:5": { + "EventID": 20121608, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121608:6": { + "EventID": 20121608, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121609:0": { + "EventID": 20121609, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121609:1": { + "EventID": 20121609, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121609:2": { + "EventID": 20121609, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121609:3": { + "EventID": 20121609, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121609:4": { + "EventID": 20121609, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121609:5": { + "EventID": 20121609, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121609:6": { + "EventID": 20121609, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121631:0": { + "EventID": 20121631, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121631:1": { + "EventID": 20121631, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121631:2": { + "EventID": 20121631, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121631:3": { + "EventID": 20121631, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121631:4": { + "EventID": 20121631, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121631:5": { + "EventID": 20121631, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121631:6": { + "EventID": 20121631, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121632:0": { + "EventID": 20121632, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121632:1": { + "EventID": 20121632, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121632:2": { + "EventID": 20121632, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121632:3": { + "EventID": 20121632, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121632:4": { + "EventID": 20121632, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121632:5": { + "EventID": 20121632, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121632:6": { + "EventID": 20121632, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121651:0": { + "EventID": 20121651, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121651:1": { + "EventID": 20121651, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121651:2": { + "EventID": 20121651, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121651:3": { + "EventID": 20121651, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121651:4": { + "EventID": 20121651, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121651:5": { + "EventID": 20121651, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121651:6": { + "EventID": 20121651, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121652:0": { + "EventID": 20121652, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121652:1": { + "EventID": 20121652, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121652:2": { + "EventID": 20121652, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121652:3": { + "EventID": 20121652, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121652:4": { + "EventID": 20121652, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121652:5": { + "EventID": 20121652, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121652:6": { + "EventID": 20121652, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121653:0": { + "EventID": 20121653, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121653:1": { + "EventID": 20121653, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121653:2": { + "EventID": 20121653, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121653:3": { + "EventID": 20121653, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121653:4": { + "EventID": 20121653, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121653:5": { + "EventID": 20121653, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121653:6": { + "EventID": 20121653, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121671:0": { + "EventID": 20121671, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121671:1": { + "EventID": 20121671, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121671:2": { + "EventID": 20121671, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121671:3": { + "EventID": 20121671, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121671:4": { + "EventID": 20121671, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121671:5": { + "EventID": 20121671, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121671:6": { + "EventID": 20121671, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121672:0": { + "EventID": 20121672, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121672:1": { + "EventID": 20121672, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121672:2": { + "EventID": 20121672, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121672:3": { + "EventID": 20121672, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121672:4": { + "EventID": 20121672, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121672:5": { + "EventID": 20121672, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121672:6": { + "EventID": 20121672, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121673:0": { + "EventID": 20121673, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121673:1": { + "EventID": 20121673, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121673:2": { + "EventID": 20121673, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121673:3": { + "EventID": 20121673, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121673:4": { + "EventID": 20121673, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121673:5": { + "EventID": 20121673, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121673:6": { + "EventID": 20121673, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121674:0": { + "EventID": 20121674, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121674:1": { + "EventID": 20121674, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121674:2": { + "EventID": 20121674, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121674:3": { + "EventID": 20121674, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121674:4": { + "EventID": 20121674, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121674:5": { + "EventID": 20121674, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121674:6": { + "EventID": 20121674, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121675:0": { + "EventID": 20121675, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121675:1": { + "EventID": 20121675, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121675:2": { + "EventID": 20121675, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121675:3": { + "EventID": 20121675, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121675:4": { + "EventID": 20121675, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121675:5": { + "EventID": 20121675, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121675:6": { + "EventID": 20121675, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121686:0": { + "EventID": 20121686, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121686:1": { + "EventID": 20121686, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121686:2": { + "EventID": 20121686, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121686:3": { + "EventID": 20121686, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121686:4": { + "EventID": 20121686, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121686:5": { + "EventID": 20121686, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121686:6": { + "EventID": 20121686, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122001:0": { + "EventID": 20122001, + "WorldLevel": 0, + "StageID": 201220010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122001:1": { + "EventID": 20122001, + "WorldLevel": 1, + "StageID": 201220011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122001:2": { + "EventID": 20122001, + "WorldLevel": 2, + "StageID": 201220012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122001:3": { + "EventID": 20122001, + "WorldLevel": 3, + "StageID": 201220013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122001:4": { + "EventID": 20122001, + "WorldLevel": 4, + "StageID": 201220014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122001:5": { + "EventID": 20122001, + "WorldLevel": 5, + "StageID": 201220015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122001:6": { + "EventID": 20122001, + "WorldLevel": 6, + "StageID": 201220016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122003:0": { + "EventID": 20122003, + "WorldLevel": 0, + "StageID": 201220030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122003:1": { + "EventID": 20122003, + "WorldLevel": 1, + "StageID": 201220031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122003:2": { + "EventID": 20122003, + "WorldLevel": 2, + "StageID": 201220032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122003:3": { + "EventID": 20122003, + "WorldLevel": 3, + "StageID": 201220033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122003:4": { + "EventID": 20122003, + "WorldLevel": 4, + "StageID": 201220034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122003:5": { + "EventID": 20122003, + "WorldLevel": 5, + "StageID": 201220035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122003:6": { + "EventID": 20122003, + "WorldLevel": 6, + "StageID": 201220036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122004:0": { + "EventID": 20122004, + "WorldLevel": 0, + "StageID": 201220040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122004:1": { + "EventID": 20122004, + "WorldLevel": 1, + "StageID": 201220041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122004:2": { + "EventID": 20122004, + "WorldLevel": 2, + "StageID": 201220042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122004:3": { + "EventID": 20122004, + "WorldLevel": 3, + "StageID": 201220043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122004:4": { + "EventID": 20122004, + "WorldLevel": 4, + "StageID": 201220044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122004:5": { + "EventID": 20122004, + "WorldLevel": 5, + "StageID": 201220045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122004:6": { + "EventID": 20122004, + "WorldLevel": 6, + "StageID": 201220046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122005:0": { + "EventID": 20122005, + "WorldLevel": 0, + "StageID": 201220050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122005:1": { + "EventID": 20122005, + "WorldLevel": 1, + "StageID": 201220051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122005:2": { + "EventID": 20122005, + "WorldLevel": 2, + "StageID": 201220052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122005:3": { + "EventID": 20122005, + "WorldLevel": 3, + "StageID": 201220053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122005:4": { + "EventID": 20122005, + "WorldLevel": 4, + "StageID": 201220054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122005:5": { + "EventID": 20122005, + "WorldLevel": 5, + "StageID": 201220055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122005:6": { + "EventID": 20122005, + "WorldLevel": 6, + "StageID": 201220056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122006:0": { + "EventID": 20122006, + "WorldLevel": 0, + "StageID": 201220060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122006:1": { + "EventID": 20122006, + "WorldLevel": 1, + "StageID": 201220061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122006:2": { + "EventID": 20122006, + "WorldLevel": 2, + "StageID": 201220062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122006:3": { + "EventID": 20122006, + "WorldLevel": 3, + "StageID": 201220063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122006:4": { + "EventID": 20122006, + "WorldLevel": 4, + "StageID": 201220064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122006:5": { + "EventID": 20122006, + "WorldLevel": 5, + "StageID": 201220065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122006:6": { + "EventID": 20122006, + "WorldLevel": 6, + "StageID": 201220066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122007:0": { + "EventID": 20122007, + "WorldLevel": 0, + "StageID": 201220070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122007:1": { + "EventID": 20122007, + "WorldLevel": 1, + "StageID": 201220071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122007:2": { + "EventID": 20122007, + "WorldLevel": 2, + "StageID": 201220072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122007:3": { + "EventID": 20122007, + "WorldLevel": 3, + "StageID": 201220073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122007:4": { + "EventID": 20122007, + "WorldLevel": 4, + "StageID": 201220074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122007:5": { + "EventID": 20122007, + "WorldLevel": 5, + "StageID": 201220075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122007:6": { + "EventID": 20122007, + "WorldLevel": 6, + "StageID": 201220076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122008:0": { + "EventID": 20122008, + "WorldLevel": 0, + "StageID": 201220080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122008:1": { + "EventID": 20122008, + "WorldLevel": 1, + "StageID": 201220081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122008:2": { + "EventID": 20122008, + "WorldLevel": 2, + "StageID": 201220082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122008:3": { + "EventID": 20122008, + "WorldLevel": 3, + "StageID": 201220083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122008:4": { + "EventID": 20122008, + "WorldLevel": 4, + "StageID": 201220084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122008:5": { + "EventID": 20122008, + "WorldLevel": 5, + "StageID": 201220085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122008:6": { + "EventID": 20122008, + "WorldLevel": 6, + "StageID": 201220086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122009:0": { + "EventID": 20122009, + "WorldLevel": 0, + "StageID": 201220090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122009:1": { + "EventID": 20122009, + "WorldLevel": 1, + "StageID": 201220091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122009:2": { + "EventID": 20122009, + "WorldLevel": 2, + "StageID": 201220092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122009:3": { + "EventID": 20122009, + "WorldLevel": 3, + "StageID": 201220093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122009:4": { + "EventID": 20122009, + "WorldLevel": 4, + "StageID": 201220094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122009:5": { + "EventID": 20122009, + "WorldLevel": 5, + "StageID": 201220095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122009:6": { + "EventID": 20122009, + "WorldLevel": 6, + "StageID": 201220096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122010:0": { + "EventID": 20122010, + "WorldLevel": 0, + "StageID": 201220100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122010:1": { + "EventID": 20122010, + "WorldLevel": 1, + "StageID": 201220101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122010:2": { + "EventID": 20122010, + "WorldLevel": 2, + "StageID": 201220102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122010:3": { + "EventID": 20122010, + "WorldLevel": 3, + "StageID": 201220103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122010:4": { + "EventID": 20122010, + "WorldLevel": 4, + "StageID": 201220104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122010:5": { + "EventID": 20122010, + "WorldLevel": 5, + "StageID": 201220105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122010:6": { + "EventID": 20122010, + "WorldLevel": 6, + "StageID": 201220106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122102:0": { + "EventID": 20122102, + "WorldLevel": 0, + "StageID": 201221020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122102:1": { + "EventID": 20122102, + "WorldLevel": 1, + "StageID": 201221021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122102:2": { + "EventID": 20122102, + "WorldLevel": 2, + "StageID": 201221022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122102:3": { + "EventID": 20122102, + "WorldLevel": 3, + "StageID": 201221023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122102:4": { + "EventID": 20122102, + "WorldLevel": 4, + "StageID": 201221024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122102:5": { + "EventID": 20122102, + "WorldLevel": 5, + "StageID": 201221025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122102:6": { + "EventID": 20122102, + "WorldLevel": 6, + "StageID": 201221026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122105:0": { + "EventID": 20122105, + "WorldLevel": 0, + "StageID": 201221050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122105:1": { + "EventID": 20122105, + "WorldLevel": 1, + "StageID": 201221051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122105:2": { + "EventID": 20122105, + "WorldLevel": 2, + "StageID": 201221052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122105:3": { + "EventID": 20122105, + "WorldLevel": 3, + "StageID": 201221053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122105:4": { + "EventID": 20122105, + "WorldLevel": 4, + "StageID": 201221054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122105:5": { + "EventID": 20122105, + "WorldLevel": 5, + "StageID": 201221055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122105:6": { + "EventID": 20122105, + "WorldLevel": 6, + "StageID": 201221056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122106:0": { + "EventID": 20122106, + "WorldLevel": 0, + "StageID": 201221060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122106:1": { + "EventID": 20122106, + "WorldLevel": 1, + "StageID": 201221061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122106:2": { + "EventID": 20122106, + "WorldLevel": 2, + "StageID": 201221062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122106:3": { + "EventID": 20122106, + "WorldLevel": 3, + "StageID": 201221063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122106:4": { + "EventID": 20122106, + "WorldLevel": 4, + "StageID": 201221064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122106:5": { + "EventID": 20122106, + "WorldLevel": 5, + "StageID": 201221065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122106:6": { + "EventID": 20122106, + "WorldLevel": 6, + "StageID": 201221066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122131:0": { + "EventID": 20122131, + "WorldLevel": 0, + "StageID": 201221310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122131:1": { + "EventID": 20122131, + "WorldLevel": 1, + "StageID": 201221311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122131:2": { + "EventID": 20122131, + "WorldLevel": 2, + "StageID": 201221312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122131:3": { + "EventID": 20122131, + "WorldLevel": 3, + "StageID": 201221313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122131:4": { + "EventID": 20122131, + "WorldLevel": 4, + "StageID": 201221314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122131:5": { + "EventID": 20122131, + "WorldLevel": 5, + "StageID": 201221315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122131:6": { + "EventID": 20122131, + "WorldLevel": 6, + "StageID": 201221316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122132:0": { + "EventID": 20122132, + "WorldLevel": 0, + "StageID": 201221320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122132:1": { + "EventID": 20122132, + "WorldLevel": 1, + "StageID": 201221321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122132:2": { + "EventID": 20122132, + "WorldLevel": 2, + "StageID": 201221322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122132:3": { + "EventID": 20122132, + "WorldLevel": 3, + "StageID": 201221323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122132:4": { + "EventID": 20122132, + "WorldLevel": 4, + "StageID": 201221324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122132:5": { + "EventID": 20122132, + "WorldLevel": 5, + "StageID": 201221325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122132:6": { + "EventID": 20122132, + "WorldLevel": 6, + "StageID": 201221326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122133:0": { + "EventID": 20122133, + "WorldLevel": 0, + "StageID": 201221330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122133:1": { + "EventID": 20122133, + "WorldLevel": 1, + "StageID": 201221331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122133:2": { + "EventID": 20122133, + "WorldLevel": 2, + "StageID": 201221332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122133:3": { + "EventID": 20122133, + "WorldLevel": 3, + "StageID": 201221333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122133:4": { + "EventID": 20122133, + "WorldLevel": 4, + "StageID": 201221334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122133:5": { + "EventID": 20122133, + "WorldLevel": 5, + "StageID": 201221335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122133:6": { + "EventID": 20122133, + "WorldLevel": 6, + "StageID": 201221336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122134:0": { + "EventID": 20122134, + "WorldLevel": 0, + "StageID": 201221340, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122134:1": { + "EventID": 20122134, + "WorldLevel": 1, + "StageID": 201221341, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122134:2": { + "EventID": 20122134, + "WorldLevel": 2, + "StageID": 201221342, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122134:3": { + "EventID": 20122134, + "WorldLevel": 3, + "StageID": 201221343, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122134:4": { + "EventID": 20122134, + "WorldLevel": 4, + "StageID": 201221344, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122134:5": { + "EventID": 20122134, + "WorldLevel": 5, + "StageID": 201221345, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122134:6": { + "EventID": 20122134, + "WorldLevel": 6, + "StageID": 201221346, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122135:0": { + "EventID": 20122135, + "WorldLevel": 0, + "StageID": 201221350, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122135:1": { + "EventID": 20122135, + "WorldLevel": 1, + "StageID": 201221351, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122135:2": { + "EventID": 20122135, + "WorldLevel": 2, + "StageID": 201221352, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122135:3": { + "EventID": 20122135, + "WorldLevel": 3, + "StageID": 201221353, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122135:4": { + "EventID": 20122135, + "WorldLevel": 4, + "StageID": 201221354, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122135:5": { + "EventID": 20122135, + "WorldLevel": 5, + "StageID": 201221355, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122135:6": { + "EventID": 20122135, + "WorldLevel": 6, + "StageID": 201221356, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122136:0": { + "EventID": 20122136, + "WorldLevel": 0, + "StageID": 201221360, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122136:1": { + "EventID": 20122136, + "WorldLevel": 1, + "StageID": 201221361, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122136:2": { + "EventID": 20122136, + "WorldLevel": 2, + "StageID": 201221362, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122136:3": { + "EventID": 20122136, + "WorldLevel": 3, + "StageID": 201221363, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122136:4": { + "EventID": 20122136, + "WorldLevel": 4, + "StageID": 201221364, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122136:5": { + "EventID": 20122136, + "WorldLevel": 5, + "StageID": 201221365, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122136:6": { + "EventID": 20122136, + "WorldLevel": 6, + "StageID": 201221366, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122137:0": { + "EventID": 20122137, + "WorldLevel": 0, + "StageID": 201221370, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122137:1": { + "EventID": 20122137, + "WorldLevel": 1, + "StageID": 201221371, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122137:2": { + "EventID": 20122137, + "WorldLevel": 2, + "StageID": 201221372, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122137:3": { + "EventID": 20122137, + "WorldLevel": 3, + "StageID": 201221373, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122137:4": { + "EventID": 20122137, + "WorldLevel": 4, + "StageID": 201221374, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122137:5": { + "EventID": 20122137, + "WorldLevel": 5, + "StageID": 201221375, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122137:6": { + "EventID": 20122137, + "WorldLevel": 6, + "StageID": 201221376, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122138:0": { + "EventID": 20122138, + "WorldLevel": 0, + "StageID": 201221380, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122138:1": { + "EventID": 20122138, + "WorldLevel": 1, + "StageID": 201221381, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122138:2": { + "EventID": 20122138, + "WorldLevel": 2, + "StageID": 201221382, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122138:3": { + "EventID": 20122138, + "WorldLevel": 3, + "StageID": 201221383, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122138:4": { + "EventID": 20122138, + "WorldLevel": 4, + "StageID": 201221384, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122138:5": { + "EventID": 20122138, + "WorldLevel": 5, + "StageID": 201221385, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122138:6": { + "EventID": 20122138, + "WorldLevel": 6, + "StageID": 201221386, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122201:0": { + "EventID": 20122201, + "WorldLevel": 0, + "StageID": 201222010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122201:1": { + "EventID": 20122201, + "WorldLevel": 1, + "StageID": 201222011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122201:2": { + "EventID": 20122201, + "WorldLevel": 2, + "StageID": 201222012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122201:3": { + "EventID": 20122201, + "WorldLevel": 3, + "StageID": 201222013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122201:4": { + "EventID": 20122201, + "WorldLevel": 4, + "StageID": 201222014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122201:5": { + "EventID": 20122201, + "WorldLevel": 5, + "StageID": 201222015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122201:6": { + "EventID": 20122201, + "WorldLevel": 6, + "StageID": 201222016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122202:0": { + "EventID": 20122202, + "WorldLevel": 0, + "StageID": 201222020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122202:1": { + "EventID": 20122202, + "WorldLevel": 1, + "StageID": 201222021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122202:2": { + "EventID": 20122202, + "WorldLevel": 2, + "StageID": 201222022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122202:3": { + "EventID": 20122202, + "WorldLevel": 3, + "StageID": 201222023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122202:4": { + "EventID": 20122202, + "WorldLevel": 4, + "StageID": 201222024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122202:5": { + "EventID": 20122202, + "WorldLevel": 5, + "StageID": 201222025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122202:6": { + "EventID": 20122202, + "WorldLevel": 6, + "StageID": 201222026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122205:0": { + "EventID": 20122205, + "WorldLevel": 0, + "StageID": 201222050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122205:1": { + "EventID": 20122205, + "WorldLevel": 1, + "StageID": 201222051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122205:2": { + "EventID": 20122205, + "WorldLevel": 2, + "StageID": 201222052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122205:3": { + "EventID": 20122205, + "WorldLevel": 3, + "StageID": 201222053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122205:4": { + "EventID": 20122205, + "WorldLevel": 4, + "StageID": 201222054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122205:5": { + "EventID": 20122205, + "WorldLevel": 5, + "StageID": 201222055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122205:6": { + "EventID": 20122205, + "WorldLevel": 6, + "StageID": 201222056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122206:0": { + "EventID": 20122206, + "WorldLevel": 0, + "StageID": 201222060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122206:1": { + "EventID": 20122206, + "WorldLevel": 1, + "StageID": 201222061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122206:2": { + "EventID": 20122206, + "WorldLevel": 2, + "StageID": 201222062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122206:3": { + "EventID": 20122206, + "WorldLevel": 3, + "StageID": 201222063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122206:4": { + "EventID": 20122206, + "WorldLevel": 4, + "StageID": 201222064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122206:5": { + "EventID": 20122206, + "WorldLevel": 5, + "StageID": 201222065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122206:6": { + "EventID": 20122206, + "WorldLevel": 6, + "StageID": 201222066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122211:0": { + "EventID": 20122211, + "WorldLevel": 0, + "StageID": 201222110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122211:1": { + "EventID": 20122211, + "WorldLevel": 1, + "StageID": 201222111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122211:2": { + "EventID": 20122211, + "WorldLevel": 2, + "StageID": 201222112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122211:3": { + "EventID": 20122211, + "WorldLevel": 3, + "StageID": 201222113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122211:4": { + "EventID": 20122211, + "WorldLevel": 4, + "StageID": 201222114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122211:5": { + "EventID": 20122211, + "WorldLevel": 5, + "StageID": 201222115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122211:6": { + "EventID": 20122211, + "WorldLevel": 6, + "StageID": 201222116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122212:0": { + "EventID": 20122212, + "WorldLevel": 0, + "StageID": 201222120, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122212:1": { + "EventID": 20122212, + "WorldLevel": 1, + "StageID": 201222121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122212:2": { + "EventID": 20122212, + "WorldLevel": 2, + "StageID": 201222122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122212:3": { + "EventID": 20122212, + "WorldLevel": 3, + "StageID": 201222123, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122212:4": { + "EventID": 20122212, + "WorldLevel": 4, + "StageID": 201222124, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122212:5": { + "EventID": 20122212, + "WorldLevel": 5, + "StageID": 201222125, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122212:6": { + "EventID": 20122212, + "WorldLevel": 6, + "StageID": 201222126, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122213:0": { + "EventID": 20122213, + "WorldLevel": 0, + "StageID": 201222130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122213:1": { + "EventID": 20122213, + "WorldLevel": 1, + "StageID": 201222131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122213:2": { + "EventID": 20122213, + "WorldLevel": 2, + "StageID": 201222132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122213:3": { + "EventID": 20122213, + "WorldLevel": 3, + "StageID": 201222133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122213:4": { + "EventID": 20122213, + "WorldLevel": 4, + "StageID": 201222134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122213:5": { + "EventID": 20122213, + "WorldLevel": 5, + "StageID": 201222135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122213:6": { + "EventID": 20122213, + "WorldLevel": 6, + "StageID": 201222136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122214:0": { + "EventID": 20122214, + "WorldLevel": 0, + "StageID": 201222140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122214:1": { + "EventID": 20122214, + "WorldLevel": 1, + "StageID": 201222141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122214:2": { + "EventID": 20122214, + "WorldLevel": 2, + "StageID": 201222142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122214:3": { + "EventID": 20122214, + "WorldLevel": 3, + "StageID": 201222143, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122214:4": { + "EventID": 20122214, + "WorldLevel": 4, + "StageID": 201222144, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122214:5": { + "EventID": 20122214, + "WorldLevel": 5, + "StageID": 201222145, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122214:6": { + "EventID": 20122214, + "WorldLevel": 6, + "StageID": 201222146, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122215:0": { + "EventID": 20122215, + "WorldLevel": 0, + "StageID": 201222150, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122215:1": { + "EventID": 20122215, + "WorldLevel": 1, + "StageID": 201222151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122215:2": { + "EventID": 20122215, + "WorldLevel": 2, + "StageID": 201222152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122215:3": { + "EventID": 20122215, + "WorldLevel": 3, + "StageID": 201222153, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122215:4": { + "EventID": 20122215, + "WorldLevel": 4, + "StageID": 201222154, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122215:5": { + "EventID": 20122215, + "WorldLevel": 5, + "StageID": 201222155, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122215:6": { + "EventID": 20122215, + "WorldLevel": 6, + "StageID": 201222156, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122231:0": { + "EventID": 20122231, + "WorldLevel": 0, + "StageID": 201222310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122231:1": { + "EventID": 20122231, + "WorldLevel": 1, + "StageID": 201222311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122231:2": { + "EventID": 20122231, + "WorldLevel": 2, + "StageID": 201222312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122231:3": { + "EventID": 20122231, + "WorldLevel": 3, + "StageID": 201222313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122231:4": { + "EventID": 20122231, + "WorldLevel": 4, + "StageID": 201222314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122231:5": { + "EventID": 20122231, + "WorldLevel": 5, + "StageID": 201222315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122231:6": { + "EventID": 20122231, + "WorldLevel": 6, + "StageID": 201222316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122232:0": { + "EventID": 20122232, + "WorldLevel": 0, + "StageID": 201222320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122232:1": { + "EventID": 20122232, + "WorldLevel": 1, + "StageID": 201222321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122232:2": { + "EventID": 20122232, + "WorldLevel": 2, + "StageID": 201222322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122232:3": { + "EventID": 20122232, + "WorldLevel": 3, + "StageID": 201222323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122232:4": { + "EventID": 20122232, + "WorldLevel": 4, + "StageID": 201222324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122232:5": { + "EventID": 20122232, + "WorldLevel": 5, + "StageID": 201222325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122232:6": { + "EventID": 20122232, + "WorldLevel": 6, + "StageID": 201222326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122233:0": { + "EventID": 20122233, + "WorldLevel": 0, + "StageID": 201222330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122233:1": { + "EventID": 20122233, + "WorldLevel": 1, + "StageID": 201222331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122233:2": { + "EventID": 20122233, + "WorldLevel": 2, + "StageID": 201222332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122233:3": { + "EventID": 20122233, + "WorldLevel": 3, + "StageID": 201222333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122233:4": { + "EventID": 20122233, + "WorldLevel": 4, + "StageID": 201222334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122233:5": { + "EventID": 20122233, + "WorldLevel": 5, + "StageID": 201222335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122233:6": { + "EventID": 20122233, + "WorldLevel": 6, + "StageID": 201222336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122234:0": { + "EventID": 20122234, + "WorldLevel": 0, + "StageID": 201222340, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122234:1": { + "EventID": 20122234, + "WorldLevel": 1, + "StageID": 201222341, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122234:2": { + "EventID": 20122234, + "WorldLevel": 2, + "StageID": 201222342, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122234:3": { + "EventID": 20122234, + "WorldLevel": 3, + "StageID": 201222343, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122234:4": { + "EventID": 20122234, + "WorldLevel": 4, + "StageID": 201222344, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122234:5": { + "EventID": 20122234, + "WorldLevel": 5, + "StageID": 201222345, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122234:6": { + "EventID": 20122234, + "WorldLevel": 6, + "StageID": 201222346, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122401:0": { + "EventID": 20122401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122401:1": { + "EventID": 20122401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122401:2": { + "EventID": 20122401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122401:3": { + "EventID": 20122401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122401:4": { + "EventID": 20122401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122401:5": { + "EventID": 20122401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122401:6": { + "EventID": 20122401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122601:0": { + "EventID": 20122601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122601:1": { + "EventID": 20122601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122601:2": { + "EventID": 20122601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122601:3": { + "EventID": 20122601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122601:4": { + "EventID": 20122601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122601:5": { + "EventID": 20122601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122601:6": { + "EventID": 20122601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122602:0": { + "EventID": 20122602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122602:1": { + "EventID": 20122602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122602:2": { + "EventID": 20122602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122602:3": { + "EventID": 20122602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122602:4": { + "EventID": 20122602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122602:5": { + "EventID": 20122602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122602:6": { + "EventID": 20122602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122603:0": { + "EventID": 20122603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122603:1": { + "EventID": 20122603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122603:2": { + "EventID": 20122603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122603:3": { + "EventID": 20122603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122603:4": { + "EventID": 20122603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122603:5": { + "EventID": 20122603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122603:6": { + "EventID": 20122603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122604:0": { + "EventID": 20122604, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122604:1": { + "EventID": 20122604, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122604:2": { + "EventID": 20122604, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122604:3": { + "EventID": 20122604, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122604:4": { + "EventID": 20122604, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122604:5": { + "EventID": 20122604, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122604:6": { + "EventID": 20122604, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122605:0": { + "EventID": 20122605, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122605:1": { + "EventID": 20122605, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122605:2": { + "EventID": 20122605, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122605:3": { + "EventID": 20122605, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122605:4": { + "EventID": 20122605, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122605:5": { + "EventID": 20122605, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122605:6": { + "EventID": 20122605, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122606:0": { + "EventID": 20122606, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122606:1": { + "EventID": 20122606, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122606:2": { + "EventID": 20122606, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122606:3": { + "EventID": 20122606, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122606:4": { + "EventID": 20122606, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122606:5": { + "EventID": 20122606, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122606:6": { + "EventID": 20122606, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122607:0": { + "EventID": 20122607, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122607:1": { + "EventID": 20122607, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122607:2": { + "EventID": 20122607, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122607:3": { + "EventID": 20122607, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122607:4": { + "EventID": 20122607, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122607:5": { + "EventID": 20122607, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122607:6": { + "EventID": 20122607, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122608:0": { + "EventID": 20122608, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122608:1": { + "EventID": 20122608, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122608:2": { + "EventID": 20122608, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122608:3": { + "EventID": 20122608, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122608:4": { + "EventID": 20122608, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122608:5": { + "EventID": 20122608, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122608:6": { + "EventID": 20122608, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122631:0": { + "EventID": 20122631, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122631:1": { + "EventID": 20122631, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122631:2": { + "EventID": 20122631, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122631:3": { + "EventID": 20122631, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122631:4": { + "EventID": 20122631, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122631:5": { + "EventID": 20122631, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122631:6": { + "EventID": 20122631, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122632:0": { + "EventID": 20122632, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122632:1": { + "EventID": 20122632, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122632:2": { + "EventID": 20122632, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122632:3": { + "EventID": 20122632, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122632:4": { + "EventID": 20122632, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122632:5": { + "EventID": 20122632, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122632:6": { + "EventID": 20122632, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122633:0": { + "EventID": 20122633, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122633:1": { + "EventID": 20122633, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122633:2": { + "EventID": 20122633, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122633:3": { + "EventID": 20122633, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122633:4": { + "EventID": 20122633, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122633:5": { + "EventID": 20122633, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122633:6": { + "EventID": 20122633, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122651:0": { + "EventID": 20122651, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122651:1": { + "EventID": 20122651, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122651:2": { + "EventID": 20122651, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122651:3": { + "EventID": 20122651, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122651:4": { + "EventID": 20122651, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122651:5": { + "EventID": 20122651, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122651:6": { + "EventID": 20122651, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122652:0": { + "EventID": 20122652, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122652:1": { + "EventID": 20122652, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122652:2": { + "EventID": 20122652, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122652:3": { + "EventID": 20122652, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122652:4": { + "EventID": 20122652, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122652:5": { + "EventID": 20122652, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122652:6": { + "EventID": 20122652, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123001:0": { + "EventID": 20123001, + "WorldLevel": 0, + "StageID": 201230010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123001:1": { + "EventID": 20123001, + "WorldLevel": 1, + "StageID": 201230011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123001:2": { + "EventID": 20123001, + "WorldLevel": 2, + "StageID": 201230012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123001:3": { + "EventID": 20123001, + "WorldLevel": 3, + "StageID": 201230013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123001:4": { + "EventID": 20123001, + "WorldLevel": 4, + "StageID": 201230014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123001:5": { + "EventID": 20123001, + "WorldLevel": 5, + "StageID": 201230015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123001:6": { + "EventID": 20123001, + "WorldLevel": 6, + "StageID": 201230016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123002:0": { + "EventID": 20123002, + "WorldLevel": 0, + "StageID": 201230020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123002:1": { + "EventID": 20123002, + "WorldLevel": 1, + "StageID": 201230021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123002:2": { + "EventID": 20123002, + "WorldLevel": 2, + "StageID": 201230022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123002:3": { + "EventID": 20123002, + "WorldLevel": 3, + "StageID": 201230023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123002:4": { + "EventID": 20123002, + "WorldLevel": 4, + "StageID": 201230024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123002:5": { + "EventID": 20123002, + "WorldLevel": 5, + "StageID": 201230025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123002:6": { + "EventID": 20123002, + "WorldLevel": 6, + "StageID": 201230026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123003:0": { + "EventID": 20123003, + "WorldLevel": 0, + "StageID": 201230030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123003:1": { + "EventID": 20123003, + "WorldLevel": 1, + "StageID": 201230031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123003:2": { + "EventID": 20123003, + "WorldLevel": 2, + "StageID": 201230032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123003:3": { + "EventID": 20123003, + "WorldLevel": 3, + "StageID": 201230033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123003:4": { + "EventID": 20123003, + "WorldLevel": 4, + "StageID": 201230034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123003:5": { + "EventID": 20123003, + "WorldLevel": 5, + "StageID": 201230035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123003:6": { + "EventID": 20123003, + "WorldLevel": 6, + "StageID": 201230036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123004:0": { + "EventID": 20123004, + "WorldLevel": 0, + "StageID": 201230040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123004:1": { + "EventID": 20123004, + "WorldLevel": 1, + "StageID": 201230041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123004:2": { + "EventID": 20123004, + "WorldLevel": 2, + "StageID": 201230042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123004:3": { + "EventID": 20123004, + "WorldLevel": 3, + "StageID": 201230043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123004:4": { + "EventID": 20123004, + "WorldLevel": 4, + "StageID": 201230044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123004:5": { + "EventID": 20123004, + "WorldLevel": 5, + "StageID": 201230045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123004:6": { + "EventID": 20123004, + "WorldLevel": 6, + "StageID": 201230046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123005:0": { + "EventID": 20123005, + "WorldLevel": 0, + "StageID": 201230050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123005:1": { + "EventID": 20123005, + "WorldLevel": 1, + "StageID": 201230051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123005:2": { + "EventID": 20123005, + "WorldLevel": 2, + "StageID": 201230052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123005:3": { + "EventID": 20123005, + "WorldLevel": 3, + "StageID": 201230053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123005:4": { + "EventID": 20123005, + "WorldLevel": 4, + "StageID": 201230054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123005:5": { + "EventID": 20123005, + "WorldLevel": 5, + "StageID": 201230055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123005:6": { + "EventID": 20123005, + "WorldLevel": 6, + "StageID": 201230056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123006:0": { + "EventID": 20123006, + "WorldLevel": 0, + "StageID": 201230060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123006:1": { + "EventID": 20123006, + "WorldLevel": 1, + "StageID": 201230061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123006:2": { + "EventID": 20123006, + "WorldLevel": 2, + "StageID": 201230062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123006:3": { + "EventID": 20123006, + "WorldLevel": 3, + "StageID": 201230063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123006:4": { + "EventID": 20123006, + "WorldLevel": 4, + "StageID": 201230064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123006:5": { + "EventID": 20123006, + "WorldLevel": 5, + "StageID": 201230065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123006:6": { + "EventID": 20123006, + "WorldLevel": 6, + "StageID": 201230066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123007:0": { + "EventID": 20123007, + "WorldLevel": 0, + "StageID": 201230070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123007:1": { + "EventID": 20123007, + "WorldLevel": 1, + "StageID": 201230071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123007:2": { + "EventID": 20123007, + "WorldLevel": 2, + "StageID": 201230072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123007:3": { + "EventID": 20123007, + "WorldLevel": 3, + "StageID": 201230073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123007:4": { + "EventID": 20123007, + "WorldLevel": 4, + "StageID": 201230074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123007:5": { + "EventID": 20123007, + "WorldLevel": 5, + "StageID": 201230075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123007:6": { + "EventID": 20123007, + "WorldLevel": 6, + "StageID": 201230076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123009:0": { + "EventID": 20123009, + "WorldLevel": 0, + "StageID": 201230090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123009:1": { + "EventID": 20123009, + "WorldLevel": 1, + "StageID": 201230091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123009:2": { + "EventID": 20123009, + "WorldLevel": 2, + "StageID": 201230092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123009:3": { + "EventID": 20123009, + "WorldLevel": 3, + "StageID": 201230093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123009:4": { + "EventID": 20123009, + "WorldLevel": 4, + "StageID": 201230094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123009:5": { + "EventID": 20123009, + "WorldLevel": 5, + "StageID": 201230095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123009:6": { + "EventID": 20123009, + "WorldLevel": 6, + "StageID": 201230096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123010:0": { + "EventID": 20123010, + "WorldLevel": 0, + "StageID": 201230100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123010:1": { + "EventID": 20123010, + "WorldLevel": 1, + "StageID": 201230101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123010:2": { + "EventID": 20123010, + "WorldLevel": 2, + "StageID": 201230102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123010:3": { + "EventID": 20123010, + "WorldLevel": 3, + "StageID": 201230103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123010:4": { + "EventID": 20123010, + "WorldLevel": 4, + "StageID": 201230104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123010:5": { + "EventID": 20123010, + "WorldLevel": 5, + "StageID": 201230105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123010:6": { + "EventID": 20123010, + "WorldLevel": 6, + "StageID": 201230106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123031:0": { + "EventID": 20123031, + "WorldLevel": 0, + "StageID": 201230310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123031:1": { + "EventID": 20123031, + "WorldLevel": 1, + "StageID": 201230311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123031:2": { + "EventID": 20123031, + "WorldLevel": 2, + "StageID": 201230312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123031:3": { + "EventID": 20123031, + "WorldLevel": 3, + "StageID": 201230313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123031:4": { + "EventID": 20123031, + "WorldLevel": 4, + "StageID": 201230314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123031:5": { + "EventID": 20123031, + "WorldLevel": 5, + "StageID": 201230315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123031:6": { + "EventID": 20123031, + "WorldLevel": 6, + "StageID": 201230316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123032:0": { + "EventID": 20123032, + "WorldLevel": 0, + "StageID": 201230320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123032:1": { + "EventID": 20123032, + "WorldLevel": 1, + "StageID": 201230321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123032:2": { + "EventID": 20123032, + "WorldLevel": 2, + "StageID": 201230322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123032:3": { + "EventID": 20123032, + "WorldLevel": 3, + "StageID": 201230323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123032:4": { + "EventID": 20123032, + "WorldLevel": 4, + "StageID": 201230324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123032:5": { + "EventID": 20123032, + "WorldLevel": 5, + "StageID": 201230325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123032:6": { + "EventID": 20123032, + "WorldLevel": 6, + "StageID": 201230326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123033:0": { + "EventID": 20123033, + "WorldLevel": 0, + "StageID": 201230330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123033:1": { + "EventID": 20123033, + "WorldLevel": 1, + "StageID": 201230331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123033:2": { + "EventID": 20123033, + "WorldLevel": 2, + "StageID": 201230332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123033:3": { + "EventID": 20123033, + "WorldLevel": 3, + "StageID": 201230333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123033:4": { + "EventID": 20123033, + "WorldLevel": 4, + "StageID": 201230334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123033:5": { + "EventID": 20123033, + "WorldLevel": 5, + "StageID": 201230335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123033:6": { + "EventID": 20123033, + "WorldLevel": 6, + "StageID": 201230336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123034:0": { + "EventID": 20123034, + "WorldLevel": 0, + "StageID": 201230340, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123034:1": { + "EventID": 20123034, + "WorldLevel": 1, + "StageID": 201230341, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123034:2": { + "EventID": 20123034, + "WorldLevel": 2, + "StageID": 201230342, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123034:3": { + "EventID": 20123034, + "WorldLevel": 3, + "StageID": 201230343, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123034:4": { + "EventID": 20123034, + "WorldLevel": 4, + "StageID": 201230344, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123034:5": { + "EventID": 20123034, + "WorldLevel": 5, + "StageID": 201230345, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123034:6": { + "EventID": 20123034, + "WorldLevel": 6, + "StageID": 201230346, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123105:0": { + "EventID": 20123105, + "WorldLevel": 0, + "StageID": 201231050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123105:1": { + "EventID": 20123105, + "WorldLevel": 1, + "StageID": 201231051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123105:2": { + "EventID": 20123105, + "WorldLevel": 2, + "StageID": 201231052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123105:3": { + "EventID": 20123105, + "WorldLevel": 3, + "StageID": 201231053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123105:4": { + "EventID": 20123105, + "WorldLevel": 4, + "StageID": 201231054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123105:5": { + "EventID": 20123105, + "WorldLevel": 5, + "StageID": 201231055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123105:6": { + "EventID": 20123105, + "WorldLevel": 6, + "StageID": 201231056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123106:0": { + "EventID": 20123106, + "WorldLevel": 0, + "StageID": 201231060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123106:1": { + "EventID": 20123106, + "WorldLevel": 1, + "StageID": 201231061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123106:2": { + "EventID": 20123106, + "WorldLevel": 2, + "StageID": 201231062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123106:3": { + "EventID": 20123106, + "WorldLevel": 3, + "StageID": 201231063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123106:4": { + "EventID": 20123106, + "WorldLevel": 4, + "StageID": 201231064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123106:5": { + "EventID": 20123106, + "WorldLevel": 5, + "StageID": 201231065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123106:6": { + "EventID": 20123106, + "WorldLevel": 6, + "StageID": 201231066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123107:0": { + "EventID": 20123107, + "WorldLevel": 0, + "StageID": 201231070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123107:1": { + "EventID": 20123107, + "WorldLevel": 1, + "StageID": 201231071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123107:2": { + "EventID": 20123107, + "WorldLevel": 2, + "StageID": 201231072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123107:3": { + "EventID": 20123107, + "WorldLevel": 3, + "StageID": 201231073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123107:4": { + "EventID": 20123107, + "WorldLevel": 4, + "StageID": 201231074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123107:5": { + "EventID": 20123107, + "WorldLevel": 5, + "StageID": 201231075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123107:6": { + "EventID": 20123107, + "WorldLevel": 6, + "StageID": 201231076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123108:0": { + "EventID": 20123108, + "WorldLevel": 0, + "StageID": 201231080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123108:1": { + "EventID": 20123108, + "WorldLevel": 1, + "StageID": 201231081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123108:2": { + "EventID": 20123108, + "WorldLevel": 2, + "StageID": 201231082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123108:3": { + "EventID": 20123108, + "WorldLevel": 3, + "StageID": 201231083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123108:4": { + "EventID": 20123108, + "WorldLevel": 4, + "StageID": 201231084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123108:5": { + "EventID": 20123108, + "WorldLevel": 5, + "StageID": 201231085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123108:6": { + "EventID": 20123108, + "WorldLevel": 6, + "StageID": 201231086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123131:0": { + "EventID": 20123131, + "WorldLevel": 0, + "StageID": 201231310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123131:1": { + "EventID": 20123131, + "WorldLevel": 1, + "StageID": 201231311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123131:2": { + "EventID": 20123131, + "WorldLevel": 2, + "StageID": 201231312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123131:3": { + "EventID": 20123131, + "WorldLevel": 3, + "StageID": 201231313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123131:4": { + "EventID": 20123131, + "WorldLevel": 4, + "StageID": 201231314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123131:5": { + "EventID": 20123131, + "WorldLevel": 5, + "StageID": 201231315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123131:6": { + "EventID": 20123131, + "WorldLevel": 6, + "StageID": 201231316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123132:0": { + "EventID": 20123132, + "WorldLevel": 0, + "StageID": 201231320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123132:1": { + "EventID": 20123132, + "WorldLevel": 1, + "StageID": 201231321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123132:2": { + "EventID": 20123132, + "WorldLevel": 2, + "StageID": 201231322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123132:3": { + "EventID": 20123132, + "WorldLevel": 3, + "StageID": 201231323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123132:4": { + "EventID": 20123132, + "WorldLevel": 4, + "StageID": 201231324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123132:5": { + "EventID": 20123132, + "WorldLevel": 5, + "StageID": 201231325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123132:6": { + "EventID": 20123132, + "WorldLevel": 6, + "StageID": 201231326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123133:0": { + "EventID": 20123133, + "WorldLevel": 0, + "StageID": 201231330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123133:1": { + "EventID": 20123133, + "WorldLevel": 1, + "StageID": 201231331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123133:2": { + "EventID": 20123133, + "WorldLevel": 2, + "StageID": 201231332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123133:3": { + "EventID": 20123133, + "WorldLevel": 3, + "StageID": 201231333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123133:4": { + "EventID": 20123133, + "WorldLevel": 4, + "StageID": 201231334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123133:5": { + "EventID": 20123133, + "WorldLevel": 5, + "StageID": 201231335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123133:6": { + "EventID": 20123133, + "WorldLevel": 6, + "StageID": 201231336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123134:0": { + "EventID": 20123134, + "WorldLevel": 0, + "StageID": 201231340, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123134:1": { + "EventID": 20123134, + "WorldLevel": 1, + "StageID": 201231341, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123134:2": { + "EventID": 20123134, + "WorldLevel": 2, + "StageID": 201231342, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123134:3": { + "EventID": 20123134, + "WorldLevel": 3, + "StageID": 201231343, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123134:4": { + "EventID": 20123134, + "WorldLevel": 4, + "StageID": 201231344, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123134:5": { + "EventID": 20123134, + "WorldLevel": 5, + "StageID": 201231345, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123134:6": { + "EventID": 20123134, + "WorldLevel": 6, + "StageID": 201231346, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123201:0": { + "EventID": 20123201, + "WorldLevel": 0, + "StageID": 201232010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123201:1": { + "EventID": 20123201, + "WorldLevel": 1, + "StageID": 201232011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123201:2": { + "EventID": 20123201, + "WorldLevel": 2, + "StageID": 201232012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123201:3": { + "EventID": 20123201, + "WorldLevel": 3, + "StageID": 201232013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123201:4": { + "EventID": 20123201, + "WorldLevel": 4, + "StageID": 201232014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123201:5": { + "EventID": 20123201, + "WorldLevel": 5, + "StageID": 201232015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123201:6": { + "EventID": 20123201, + "WorldLevel": 6, + "StageID": 201232016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123202:0": { + "EventID": 20123202, + "WorldLevel": 0, + "StageID": 201232020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123202:1": { + "EventID": 20123202, + "WorldLevel": 1, + "StageID": 201232021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123202:2": { + "EventID": 20123202, + "WorldLevel": 2, + "StageID": 201232022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123202:3": { + "EventID": 20123202, + "WorldLevel": 3, + "StageID": 201232023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123202:4": { + "EventID": 20123202, + "WorldLevel": 4, + "StageID": 201232024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123202:5": { + "EventID": 20123202, + "WorldLevel": 5, + "StageID": 201232025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123202:6": { + "EventID": 20123202, + "WorldLevel": 6, + "StageID": 201232026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123203:0": { + "EventID": 20123203, + "WorldLevel": 0, + "StageID": 201232030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123203:1": { + "EventID": 20123203, + "WorldLevel": 1, + "StageID": 201232031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123203:2": { + "EventID": 20123203, + "WorldLevel": 2, + "StageID": 201232032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123203:3": { + "EventID": 20123203, + "WorldLevel": 3, + "StageID": 201232033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123203:4": { + "EventID": 20123203, + "WorldLevel": 4, + "StageID": 201232034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123203:5": { + "EventID": 20123203, + "WorldLevel": 5, + "StageID": 201232035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123203:6": { + "EventID": 20123203, + "WorldLevel": 6, + "StageID": 201232036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123205:0": { + "EventID": 20123205, + "WorldLevel": 0, + "StageID": 201232050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123205:1": { + "EventID": 20123205, + "WorldLevel": 1, + "StageID": 201232051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123205:2": { + "EventID": 20123205, + "WorldLevel": 2, + "StageID": 201232052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123205:3": { + "EventID": 20123205, + "WorldLevel": 3, + "StageID": 201232053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123205:4": { + "EventID": 20123205, + "WorldLevel": 4, + "StageID": 201232054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123205:5": { + "EventID": 20123205, + "WorldLevel": 5, + "StageID": 201232055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123205:6": { + "EventID": 20123205, + "WorldLevel": 6, + "StageID": 201232056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123208:0": { + "EventID": 20123208, + "WorldLevel": 0, + "StageID": 201232080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123208:1": { + "EventID": 20123208, + "WorldLevel": 1, + "StageID": 201232081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123208:2": { + "EventID": 20123208, + "WorldLevel": 2, + "StageID": 201232082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123208:3": { + "EventID": 20123208, + "WorldLevel": 3, + "StageID": 201232083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123208:4": { + "EventID": 20123208, + "WorldLevel": 4, + "StageID": 201232084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123208:5": { + "EventID": 20123208, + "WorldLevel": 5, + "StageID": 201232085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123208:6": { + "EventID": 20123208, + "WorldLevel": 6, + "StageID": 201232086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123209:0": { + "EventID": 20123209, + "WorldLevel": 0, + "StageID": 201232090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123209:1": { + "EventID": 20123209, + "WorldLevel": 1, + "StageID": 201232091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123209:2": { + "EventID": 20123209, + "WorldLevel": 2, + "StageID": 201232092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123209:3": { + "EventID": 20123209, + "WorldLevel": 3, + "StageID": 201232093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123209:4": { + "EventID": 20123209, + "WorldLevel": 4, + "StageID": 201232094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123209:5": { + "EventID": 20123209, + "WorldLevel": 5, + "StageID": 201232095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123209:6": { + "EventID": 20123209, + "WorldLevel": 6, + "StageID": 201232096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123231:0": { + "EventID": 20123231, + "WorldLevel": 0, + "StageID": 201232310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123231:1": { + "EventID": 20123231, + "WorldLevel": 1, + "StageID": 201232311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123231:2": { + "EventID": 20123231, + "WorldLevel": 2, + "StageID": 201232312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123231:3": { + "EventID": 20123231, + "WorldLevel": 3, + "StageID": 201232313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123231:4": { + "EventID": 20123231, + "WorldLevel": 4, + "StageID": 201232314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123231:5": { + "EventID": 20123231, + "WorldLevel": 5, + "StageID": 201232315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123231:6": { + "EventID": 20123231, + "WorldLevel": 6, + "StageID": 201232316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123232:0": { + "EventID": 20123232, + "WorldLevel": 0, + "StageID": 201232320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123232:1": { + "EventID": 20123232, + "WorldLevel": 1, + "StageID": 201232321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123232:2": { + "EventID": 20123232, + "WorldLevel": 2, + "StageID": 201232322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123232:3": { + "EventID": 20123232, + "WorldLevel": 3, + "StageID": 201232323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123232:4": { + "EventID": 20123232, + "WorldLevel": 4, + "StageID": 201232324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123232:5": { + "EventID": 20123232, + "WorldLevel": 5, + "StageID": 201232325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123232:6": { + "EventID": 20123232, + "WorldLevel": 6, + "StageID": 201232326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123233:0": { + "EventID": 20123233, + "WorldLevel": 0, + "StageID": 201232330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123233:1": { + "EventID": 20123233, + "WorldLevel": 1, + "StageID": 201232331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123233:2": { + "EventID": 20123233, + "WorldLevel": 2, + "StageID": 201232332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123233:3": { + "EventID": 20123233, + "WorldLevel": 3, + "StageID": 201232333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123233:4": { + "EventID": 20123233, + "WorldLevel": 4, + "StageID": 201232334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123233:5": { + "EventID": 20123233, + "WorldLevel": 5, + "StageID": 201232335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123233:6": { + "EventID": 20123233, + "WorldLevel": 6, + "StageID": 201232336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123401:0": { + "EventID": 20123401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123401:1": { + "EventID": 20123401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123401:2": { + "EventID": 20123401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123401:3": { + "EventID": 20123401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123401:4": { + "EventID": 20123401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123401:5": { + "EventID": 20123401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123401:6": { + "EventID": 20123401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000102, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123601:0": { + "EventID": 20123601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123601:1": { + "EventID": 20123601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123601:2": { + "EventID": 20123601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123601:3": { + "EventID": 20123601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123601:4": { + "EventID": 20123601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123601:5": { + "EventID": 20123601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123601:6": { + "EventID": 20123601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123602:0": { + "EventID": 20123602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123602:1": { + "EventID": 20123602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123602:2": { + "EventID": 20123602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123602:3": { + "EventID": 20123602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123602:4": { + "EventID": 20123602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123602:5": { + "EventID": 20123602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123602:6": { + "EventID": 20123602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123603:0": { + "EventID": 20123603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123603:1": { + "EventID": 20123603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123603:2": { + "EventID": 20123603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123603:3": { + "EventID": 20123603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123603:4": { + "EventID": 20123603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123603:5": { + "EventID": 20123603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123603:6": { + "EventID": 20123603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123604:0": { + "EventID": 20123604, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123604:1": { + "EventID": 20123604, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123604:2": { + "EventID": 20123604, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123604:3": { + "EventID": 20123604, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123604:4": { + "EventID": 20123604, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123604:5": { + "EventID": 20123604, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123604:6": { + "EventID": 20123604, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123605:0": { + "EventID": 20123605, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123605:1": { + "EventID": 20123605, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123605:2": { + "EventID": 20123605, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123605:3": { + "EventID": 20123605, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123605:4": { + "EventID": 20123605, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123605:5": { + "EventID": 20123605, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123605:6": { + "EventID": 20123605, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123606:0": { + "EventID": 20123606, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123606:1": { + "EventID": 20123606, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123606:2": { + "EventID": 20123606, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123606:3": { + "EventID": 20123606, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123606:4": { + "EventID": 20123606, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123606:5": { + "EventID": 20123606, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123606:6": { + "EventID": 20123606, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123607:0": { + "EventID": 20123607, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123607:1": { + "EventID": 20123607, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123607:2": { + "EventID": 20123607, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123607:3": { + "EventID": 20123607, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123607:4": { + "EventID": 20123607, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123607:5": { + "EventID": 20123607, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123607:6": { + "EventID": 20123607, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000205, + 1000104, + 2003005, + 1001060, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123631:0": { + "EventID": 20123631, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123631:1": { + "EventID": 20123631, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123631:2": { + "EventID": 20123631, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123631:3": { + "EventID": 20123631, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123631:4": { + "EventID": 20123631, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123631:5": { + "EventID": 20123631, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123631:6": { + "EventID": 20123631, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123632:0": { + "EventID": 20123632, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123632:1": { + "EventID": 20123632, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123632:2": { + "EventID": 20123632, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123632:3": { + "EventID": 20123632, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123632:4": { + "EventID": 20123632, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123632:5": { + "EventID": 20123632, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123632:6": { + "EventID": 20123632, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000124, + 2003103, + 2004003, + 980001, + 800001, + 980000, + 980000, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123651:0": { + "EventID": 20123651, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123651:1": { + "EventID": 20123651, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123651:2": { + "EventID": 20123651, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123651:3": { + "EventID": 20123651, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123651:4": { + "EventID": 20123651, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123651:5": { + "EventID": 20123651, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123651:6": { + "EventID": 20123651, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123652:0": { + "EventID": 20123652, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123652:1": { + "EventID": 20123652, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123652:2": { + "EventID": 20123652, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123652:3": { + "EventID": 20123652, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123652:4": { + "EventID": 20123652, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123652:5": { + "EventID": 20123652, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123652:6": { + "EventID": 20123652, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000303, + 1000114, + 2003103, + 2004003, + 980000, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131001:0": { + "EventID": 20131001, + "WorldLevel": 0, + "StageID": 201310010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131001:1": { + "EventID": 20131001, + "WorldLevel": 1, + "StageID": 201310011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131001:2": { + "EventID": 20131001, + "WorldLevel": 2, + "StageID": 201310012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131001:3": { + "EventID": 20131001, + "WorldLevel": 3, + "StageID": 201310013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131001:4": { + "EventID": 20131001, + "WorldLevel": 4, + "StageID": 201310014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131001:5": { + "EventID": 20131001, + "WorldLevel": 5, + "StageID": 201310015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131001:6": { + "EventID": 20131001, + "WorldLevel": 6, + "StageID": 201310016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131002:0": { + "EventID": 20131002, + "WorldLevel": 0, + "StageID": 201310020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131002:1": { + "EventID": 20131002, + "WorldLevel": 1, + "StageID": 201310021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131002:2": { + "EventID": 20131002, + "WorldLevel": 2, + "StageID": 201310022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131002:3": { + "EventID": 20131002, + "WorldLevel": 3, + "StageID": 201310023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131002:4": { + "EventID": 20131002, + "WorldLevel": 4, + "StageID": 201310024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131002:5": { + "EventID": 20131002, + "WorldLevel": 5, + "StageID": 201310025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131002:6": { + "EventID": 20131002, + "WorldLevel": 6, + "StageID": 201310026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131003:0": { + "EventID": 20131003, + "WorldLevel": 0, + "StageID": 201310030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131003:1": { + "EventID": 20131003, + "WorldLevel": 1, + "StageID": 201310031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131003:2": { + "EventID": 20131003, + "WorldLevel": 2, + "StageID": 201310032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131003:3": { + "EventID": 20131003, + "WorldLevel": 3, + "StageID": 201310033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131003:4": { + "EventID": 20131003, + "WorldLevel": 4, + "StageID": 201310034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131003:5": { + "EventID": 20131003, + "WorldLevel": 5, + "StageID": 201310035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131003:6": { + "EventID": 20131003, + "WorldLevel": 6, + "StageID": 201310036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131004:0": { + "EventID": 20131004, + "WorldLevel": 0, + "StageID": 201310040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131004:1": { + "EventID": 20131004, + "WorldLevel": 1, + "StageID": 201310041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131004:2": { + "EventID": 20131004, + "WorldLevel": 2, + "StageID": 201310042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131004:3": { + "EventID": 20131004, + "WorldLevel": 3, + "StageID": 201310043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131004:4": { + "EventID": 20131004, + "WorldLevel": 4, + "StageID": 201310044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131004:5": { + "EventID": 20131004, + "WorldLevel": 5, + "StageID": 201310045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131004:6": { + "EventID": 20131004, + "WorldLevel": 6, + "StageID": 201310046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131005:0": { + "EventID": 20131005, + "WorldLevel": 0, + "StageID": 201310050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131005:1": { + "EventID": 20131005, + "WorldLevel": 1, + "StageID": 201310051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131005:2": { + "EventID": 20131005, + "WorldLevel": 2, + "StageID": 201310052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131005:3": { + "EventID": 20131005, + "WorldLevel": 3, + "StageID": 201310053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131005:4": { + "EventID": 20131005, + "WorldLevel": 4, + "StageID": 201310054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131005:5": { + "EventID": 20131005, + "WorldLevel": 5, + "StageID": 201310055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131005:6": { + "EventID": 20131005, + "WorldLevel": 6, + "StageID": 201310056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131006:0": { + "EventID": 20131006, + "WorldLevel": 0, + "StageID": 201310060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131006:1": { + "EventID": 20131006, + "WorldLevel": 1, + "StageID": 201310061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131006:2": { + "EventID": 20131006, + "WorldLevel": 2, + "StageID": 201310062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131006:3": { + "EventID": 20131006, + "WorldLevel": 3, + "StageID": 201310063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131006:4": { + "EventID": 20131006, + "WorldLevel": 4, + "StageID": 201310064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131006:5": { + "EventID": 20131006, + "WorldLevel": 5, + "StageID": 201310065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131006:6": { + "EventID": 20131006, + "WorldLevel": 6, + "StageID": 201310066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131007:0": { + "EventID": 20131007, + "WorldLevel": 0, + "StageID": 201310070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131007:1": { + "EventID": 20131007, + "WorldLevel": 1, + "StageID": 201310071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131007:2": { + "EventID": 20131007, + "WorldLevel": 2, + "StageID": 201310072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131007:3": { + "EventID": 20131007, + "WorldLevel": 3, + "StageID": 201310073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131007:4": { + "EventID": 20131007, + "WorldLevel": 4, + "StageID": 201310074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131007:5": { + "EventID": 20131007, + "WorldLevel": 5, + "StageID": 201310075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131007:6": { + "EventID": 20131007, + "WorldLevel": 6, + "StageID": 201310076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131008:0": { + "EventID": 20131008, + "WorldLevel": 0, + "StageID": 201310080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131008:1": { + "EventID": 20131008, + "WorldLevel": 1, + "StageID": 201310081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131008:2": { + "EventID": 20131008, + "WorldLevel": 2, + "StageID": 201310082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131008:3": { + "EventID": 20131008, + "WorldLevel": 3, + "StageID": 201310083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131008:4": { + "EventID": 20131008, + "WorldLevel": 4, + "StageID": 201310084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131008:5": { + "EventID": 20131008, + "WorldLevel": 5, + "StageID": 201310085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131008:6": { + "EventID": 20131008, + "WorldLevel": 6, + "StageID": 201310086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131009:0": { + "EventID": 20131009, + "WorldLevel": 0, + "StageID": 201310090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131009:1": { + "EventID": 20131009, + "WorldLevel": 1, + "StageID": 201310091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131009:2": { + "EventID": 20131009, + "WorldLevel": 2, + "StageID": 201310092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131009:3": { + "EventID": 20131009, + "WorldLevel": 3, + "StageID": 201310093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131009:4": { + "EventID": 20131009, + "WorldLevel": 4, + "StageID": 201310094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131009:5": { + "EventID": 20131009, + "WorldLevel": 5, + "StageID": 201310095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131009:6": { + "EventID": 20131009, + "WorldLevel": 6, + "StageID": 201310096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131010:0": { + "EventID": 20131010, + "WorldLevel": 0, + "StageID": 201310100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131010:1": { + "EventID": 20131010, + "WorldLevel": 1, + "StageID": 201310101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131010:2": { + "EventID": 20131010, + "WorldLevel": 2, + "StageID": 201310102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131010:3": { + "EventID": 20131010, + "WorldLevel": 3, + "StageID": 201310103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131010:4": { + "EventID": 20131010, + "WorldLevel": 4, + "StageID": 201310104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131010:5": { + "EventID": 20131010, + "WorldLevel": 5, + "StageID": 201310105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131010:6": { + "EventID": 20131010, + "WorldLevel": 6, + "StageID": 201310106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131011:0": { + "EventID": 20131011, + "WorldLevel": 0, + "StageID": 201310110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131011:1": { + "EventID": 20131011, + "WorldLevel": 1, + "StageID": 201310111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131011:2": { + "EventID": 20131011, + "WorldLevel": 2, + "StageID": 201310112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131011:3": { + "EventID": 20131011, + "WorldLevel": 3, + "StageID": 201310113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131011:4": { + "EventID": 20131011, + "WorldLevel": 4, + "StageID": 201310114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131011:5": { + "EventID": 20131011, + "WorldLevel": 5, + "StageID": 201310115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131011:6": { + "EventID": 20131011, + "WorldLevel": 6, + "StageID": 201310116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131012:0": { + "EventID": 20131012, + "WorldLevel": 0, + "StageID": 201310120, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131012:1": { + "EventID": 20131012, + "WorldLevel": 1, + "StageID": 201310121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131012:2": { + "EventID": 20131012, + "WorldLevel": 2, + "StageID": 201310122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131012:3": { + "EventID": 20131012, + "WorldLevel": 3, + "StageID": 201310123, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131012:4": { + "EventID": 20131012, + "WorldLevel": 4, + "StageID": 201310124, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131012:5": { + "EventID": 20131012, + "WorldLevel": 5, + "StageID": 201310125, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131012:6": { + "EventID": 20131012, + "WorldLevel": 6, + "StageID": 201310126, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131013:0": { + "EventID": 20131013, + "WorldLevel": 0, + "StageID": 201310130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131013:1": { + "EventID": 20131013, + "WorldLevel": 1, + "StageID": 201310131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131013:2": { + "EventID": 20131013, + "WorldLevel": 2, + "StageID": 201310132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131013:3": { + "EventID": 20131013, + "WorldLevel": 3, + "StageID": 201310133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131013:4": { + "EventID": 20131013, + "WorldLevel": 4, + "StageID": 201310134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131013:5": { + "EventID": 20131013, + "WorldLevel": 5, + "StageID": 201310135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131013:6": { + "EventID": 20131013, + "WorldLevel": 6, + "StageID": 201310136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131014:0": { + "EventID": 20131014, + "WorldLevel": 0, + "StageID": 201310140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131014:1": { + "EventID": 20131014, + "WorldLevel": 1, + "StageID": 201310141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131014:2": { + "EventID": 20131014, + "WorldLevel": 2, + "StageID": 201310142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131014:3": { + "EventID": 20131014, + "WorldLevel": 3, + "StageID": 201310143, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131014:4": { + "EventID": 20131014, + "WorldLevel": 4, + "StageID": 201310144, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131014:5": { + "EventID": 20131014, + "WorldLevel": 5, + "StageID": 201310145, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131014:6": { + "EventID": 20131014, + "WorldLevel": 6, + "StageID": 201310146, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131015:0": { + "EventID": 20131015, + "WorldLevel": 0, + "StageID": 201310150, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131015:1": { + "EventID": 20131015, + "WorldLevel": 1, + "StageID": 201310151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131015:2": { + "EventID": 20131015, + "WorldLevel": 2, + "StageID": 201310152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131015:3": { + "EventID": 20131015, + "WorldLevel": 3, + "StageID": 201310153, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131015:4": { + "EventID": 20131015, + "WorldLevel": 4, + "StageID": 201310154, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131015:5": { + "EventID": 20131015, + "WorldLevel": 5, + "StageID": 201310155, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131015:6": { + "EventID": 20131015, + "WorldLevel": 6, + "StageID": 201310156, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131016:0": { + "EventID": 20131016, + "WorldLevel": 0, + "StageID": 201310160, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131016:1": { + "EventID": 20131016, + "WorldLevel": 1, + "StageID": 201310161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131016:2": { + "EventID": 20131016, + "WorldLevel": 2, + "StageID": 201310162, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131016:3": { + "EventID": 20131016, + "WorldLevel": 3, + "StageID": 201310163, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131016:4": { + "EventID": 20131016, + "WorldLevel": 4, + "StageID": 201310164, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131016:5": { + "EventID": 20131016, + "WorldLevel": 5, + "StageID": 201310165, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131016:6": { + "EventID": 20131016, + "WorldLevel": 6, + "StageID": 201310166, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131102:0": { + "EventID": 20131102, + "WorldLevel": 0, + "StageID": 201311020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131102:1": { + "EventID": 20131102, + "WorldLevel": 1, + "StageID": 201311021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131102:2": { + "EventID": 20131102, + "WorldLevel": 2, + "StageID": 201311022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131102:3": { + "EventID": 20131102, + "WorldLevel": 3, + "StageID": 201311023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131102:4": { + "EventID": 20131102, + "WorldLevel": 4, + "StageID": 201311024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131102:5": { + "EventID": 20131102, + "WorldLevel": 5, + "StageID": 201311025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131102:6": { + "EventID": 20131102, + "WorldLevel": 6, + "StageID": 201311026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131103:0": { + "EventID": 20131103, + "WorldLevel": 0, + "StageID": 201311030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131103:1": { + "EventID": 20131103, + "WorldLevel": 1, + "StageID": 201311031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131103:2": { + "EventID": 20131103, + "WorldLevel": 2, + "StageID": 201311032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131103:3": { + "EventID": 20131103, + "WorldLevel": 3, + "StageID": 201311033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131103:4": { + "EventID": 20131103, + "WorldLevel": 4, + "StageID": 201311034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131103:5": { + "EventID": 20131103, + "WorldLevel": 5, + "StageID": 201311035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131103:6": { + "EventID": 20131103, + "WorldLevel": 6, + "StageID": 201311036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131104:0": { + "EventID": 20131104, + "WorldLevel": 0, + "StageID": 201311040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131104:1": { + "EventID": 20131104, + "WorldLevel": 1, + "StageID": 201311041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131104:2": { + "EventID": 20131104, + "WorldLevel": 2, + "StageID": 201311042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131104:3": { + "EventID": 20131104, + "WorldLevel": 3, + "StageID": 201311043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131104:4": { + "EventID": 20131104, + "WorldLevel": 4, + "StageID": 201311044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131104:5": { + "EventID": 20131104, + "WorldLevel": 5, + "StageID": 201311045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131104:6": { + "EventID": 20131104, + "WorldLevel": 6, + "StageID": 201311046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131105:0": { + "EventID": 20131105, + "WorldLevel": 0, + "StageID": 201311050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131105:1": { + "EventID": 20131105, + "WorldLevel": 1, + "StageID": 201311051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131105:2": { + "EventID": 20131105, + "WorldLevel": 2, + "StageID": 201311052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131105:3": { + "EventID": 20131105, + "WorldLevel": 3, + "StageID": 201311053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131105:4": { + "EventID": 20131105, + "WorldLevel": 4, + "StageID": 201311054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131105:5": { + "EventID": 20131105, + "WorldLevel": 5, + "StageID": 201311055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131105:6": { + "EventID": 20131105, + "WorldLevel": 6, + "StageID": 201311056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131201:0": { + "EventID": 20131201, + "WorldLevel": 0, + "StageID": 201312010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131201:1": { + "EventID": 20131201, + "WorldLevel": 1, + "StageID": 201312011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131201:2": { + "EventID": 20131201, + "WorldLevel": 2, + "StageID": 201312012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131201:3": { + "EventID": 20131201, + "WorldLevel": 3, + "StageID": 201312013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131201:4": { + "EventID": 20131201, + "WorldLevel": 4, + "StageID": 201312014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131201:5": { + "EventID": 20131201, + "WorldLevel": 5, + "StageID": 201312015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131201:6": { + "EventID": 20131201, + "WorldLevel": 6, + "StageID": 201312016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131202:0": { + "EventID": 20131202, + "WorldLevel": 0, + "StageID": 201312020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131202:1": { + "EventID": 20131202, + "WorldLevel": 1, + "StageID": 201312021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131202:2": { + "EventID": 20131202, + "WorldLevel": 2, + "StageID": 201312022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131202:3": { + "EventID": 20131202, + "WorldLevel": 3, + "StageID": 201312023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131202:4": { + "EventID": 20131202, + "WorldLevel": 4, + "StageID": 201312024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131202:5": { + "EventID": 20131202, + "WorldLevel": 5, + "StageID": 201312025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131202:6": { + "EventID": 20131202, + "WorldLevel": 6, + "StageID": 201312026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131203:0": { + "EventID": 20131203, + "WorldLevel": 0, + "StageID": 201312030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131203:1": { + "EventID": 20131203, + "WorldLevel": 1, + "StageID": 201312031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131203:2": { + "EventID": 20131203, + "WorldLevel": 2, + "StageID": 201312032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131203:3": { + "EventID": 20131203, + "WorldLevel": 3, + "StageID": 201312033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131203:4": { + "EventID": 20131203, + "WorldLevel": 4, + "StageID": 201312034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131203:5": { + "EventID": 20131203, + "WorldLevel": 5, + "StageID": 201312035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131203:6": { + "EventID": 20131203, + "WorldLevel": 6, + "StageID": 201312036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131231:0": { + "EventID": 20131231, + "WorldLevel": 0, + "StageID": 201312310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131231:1": { + "EventID": 20131231, + "WorldLevel": 1, + "StageID": 201312311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131231:2": { + "EventID": 20131231, + "WorldLevel": 2, + "StageID": 201312312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131231:3": { + "EventID": 20131231, + "WorldLevel": 3, + "StageID": 201312313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131231:4": { + "EventID": 20131231, + "WorldLevel": 4, + "StageID": 201312314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131231:5": { + "EventID": 20131231, + "WorldLevel": 5, + "StageID": 201312315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131231:6": { + "EventID": 20131231, + "WorldLevel": 6, + "StageID": 201312316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131401:0": { + "EventID": 20131401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131401:1": { + "EventID": 20131401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131401:2": { + "EventID": 20131401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131401:3": { + "EventID": 20131401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131401:4": { + "EventID": 20131401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131401:5": { + "EventID": 20131401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131401:6": { + "EventID": 20131401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131601:0": { + "EventID": 20131601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131601:1": { + "EventID": 20131601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131601:2": { + "EventID": 20131601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131601:3": { + "EventID": 20131601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131601:4": { + "EventID": 20131601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131601:5": { + "EventID": 20131601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131601:6": { + "EventID": 20131601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131602:0": { + "EventID": 20131602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131602:1": { + "EventID": 20131602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131602:2": { + "EventID": 20131602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131602:3": { + "EventID": 20131602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131602:4": { + "EventID": 20131602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131602:5": { + "EventID": 20131602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131602:6": { + "EventID": 20131602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131603:0": { + "EventID": 20131603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131603:1": { + "EventID": 20131603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131603:2": { + "EventID": 20131603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131603:3": { + "EventID": 20131603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131603:4": { + "EventID": 20131603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131603:5": { + "EventID": 20131603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131603:6": { + "EventID": 20131603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131604:0": { + "EventID": 20131604, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131604:1": { + "EventID": 20131604, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131604:2": { + "EventID": 20131604, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131604:3": { + "EventID": 20131604, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131604:4": { + "EventID": 20131604, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131604:5": { + "EventID": 20131604, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131604:6": { + "EventID": 20131604, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131605:0": { + "EventID": 20131605, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131605:1": { + "EventID": 20131605, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131605:2": { + "EventID": 20131605, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131605:3": { + "EventID": 20131605, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131605:4": { + "EventID": 20131605, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131605:5": { + "EventID": 20131605, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131605:6": { + "EventID": 20131605, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131606:0": { + "EventID": 20131606, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131606:1": { + "EventID": 20131606, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131606:2": { + "EventID": 20131606, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131606:3": { + "EventID": 20131606, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131606:4": { + "EventID": 20131606, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131606:5": { + "EventID": 20131606, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131606:6": { + "EventID": 20131606, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131607:0": { + "EventID": 20131607, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131607:1": { + "EventID": 20131607, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131607:2": { + "EventID": 20131607, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131607:3": { + "EventID": 20131607, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131607:4": { + "EventID": 20131607, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131607:5": { + "EventID": 20131607, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131607:6": { + "EventID": 20131607, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131608:0": { + "EventID": 20131608, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131608:1": { + "EventID": 20131608, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131608:2": { + "EventID": 20131608, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131608:3": { + "EventID": 20131608, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131608:4": { + "EventID": 20131608, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131608:5": { + "EventID": 20131608, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131608:6": { + "EventID": 20131608, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131631:0": { + "EventID": 20131631, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131631:1": { + "EventID": 20131631, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131631:2": { + "EventID": 20131631, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131631:3": { + "EventID": 20131631, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131631:4": { + "EventID": 20131631, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131631:5": { + "EventID": 20131631, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131631:6": { + "EventID": 20131631, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131651:0": { + "EventID": 20131651, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131651:1": { + "EventID": 20131651, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131651:2": { + "EventID": 20131651, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131651:3": { + "EventID": 20131651, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131651:4": { + "EventID": 20131651, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131651:5": { + "EventID": 20131651, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131651:6": { + "EventID": 20131651, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131652:0": { + "EventID": 20131652, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131652:1": { + "EventID": 20131652, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131652:2": { + "EventID": 20131652, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131652:3": { + "EventID": 20131652, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131652:4": { + "EventID": 20131652, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131652:5": { + "EventID": 20131652, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20131652:6": { + "EventID": 20131652, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132000:0": { + "EventID": 20132000, + "WorldLevel": 0, + "StageID": 201320000, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132000:1": { + "EventID": 20132000, + "WorldLevel": 1, + "StageID": 201320001, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132000:2": { + "EventID": 20132000, + "WorldLevel": 2, + "StageID": 201320002, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132000:3": { + "EventID": 20132000, + "WorldLevel": 3, + "StageID": 201320003, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132000:4": { + "EventID": 20132000, + "WorldLevel": 4, + "StageID": 201320004, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132000:5": { + "EventID": 20132000, + "WorldLevel": 5, + "StageID": 201320005, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132000:6": { + "EventID": 20132000, + "WorldLevel": 6, + "StageID": 201320006, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132001:0": { + "EventID": 20132001, + "WorldLevel": 0, + "StageID": 201320010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132001:1": { + "EventID": 20132001, + "WorldLevel": 1, + "StageID": 201320011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132001:2": { + "EventID": 20132001, + "WorldLevel": 2, + "StageID": 201320012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132001:3": { + "EventID": 20132001, + "WorldLevel": 3, + "StageID": 201320013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132001:4": { + "EventID": 20132001, + "WorldLevel": 4, + "StageID": 201320014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132001:5": { + "EventID": 20132001, + "WorldLevel": 5, + "StageID": 201320015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132001:6": { + "EventID": 20132001, + "WorldLevel": 6, + "StageID": 201320016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132002:0": { + "EventID": 20132002, + "WorldLevel": 0, + "StageID": 201320020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132002:1": { + "EventID": 20132002, + "WorldLevel": 1, + "StageID": 201320021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132002:2": { + "EventID": 20132002, + "WorldLevel": 2, + "StageID": 201320022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132002:3": { + "EventID": 20132002, + "WorldLevel": 3, + "StageID": 201320023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132002:4": { + "EventID": 20132002, + "WorldLevel": 4, + "StageID": 201320024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132002:5": { + "EventID": 20132002, + "WorldLevel": 5, + "StageID": 201320025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132002:6": { + "EventID": 20132002, + "WorldLevel": 6, + "StageID": 201320026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132003:0": { + "EventID": 20132003, + "WorldLevel": 0, + "StageID": 201320030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132003:1": { + "EventID": 20132003, + "WorldLevel": 1, + "StageID": 201320031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132003:2": { + "EventID": 20132003, + "WorldLevel": 2, + "StageID": 201320032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132003:3": { + "EventID": 20132003, + "WorldLevel": 3, + "StageID": 201320033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132003:4": { + "EventID": 20132003, + "WorldLevel": 4, + "StageID": 201320034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132003:5": { + "EventID": 20132003, + "WorldLevel": 5, + "StageID": 201320035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132003:6": { + "EventID": 20132003, + "WorldLevel": 6, + "StageID": 201320036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132004:0": { + "EventID": 20132004, + "WorldLevel": 0, + "StageID": 201320040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132004:1": { + "EventID": 20132004, + "WorldLevel": 1, + "StageID": 201320041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132004:2": { + "EventID": 20132004, + "WorldLevel": 2, + "StageID": 201320042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132004:3": { + "EventID": 20132004, + "WorldLevel": 3, + "StageID": 201320043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132004:4": { + "EventID": 20132004, + "WorldLevel": 4, + "StageID": 201320044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132004:5": { + "EventID": 20132004, + "WorldLevel": 5, + "StageID": 201320045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132004:6": { + "EventID": 20132004, + "WorldLevel": 6, + "StageID": 201320046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132005:0": { + "EventID": 20132005, + "WorldLevel": 0, + "StageID": 201320050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132005:1": { + "EventID": 20132005, + "WorldLevel": 1, + "StageID": 201320051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132005:2": { + "EventID": 20132005, + "WorldLevel": 2, + "StageID": 201320052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132005:3": { + "EventID": 20132005, + "WorldLevel": 3, + "StageID": 201320053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132005:4": { + "EventID": 20132005, + "WorldLevel": 4, + "StageID": 201320054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132005:5": { + "EventID": 20132005, + "WorldLevel": 5, + "StageID": 201320055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132005:6": { + "EventID": 20132005, + "WorldLevel": 6, + "StageID": 201320056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132008:0": { + "EventID": 20132008, + "WorldLevel": 0, + "StageID": 201320080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132008:1": { + "EventID": 20132008, + "WorldLevel": 1, + "StageID": 201320081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132008:2": { + "EventID": 20132008, + "WorldLevel": 2, + "StageID": 201320082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132008:3": { + "EventID": 20132008, + "WorldLevel": 3, + "StageID": 201320083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132008:4": { + "EventID": 20132008, + "WorldLevel": 4, + "StageID": 201320084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132008:5": { + "EventID": 20132008, + "WorldLevel": 5, + "StageID": 201320085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132008:6": { + "EventID": 20132008, + "WorldLevel": 6, + "StageID": 201320086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132009:0": { + "EventID": 20132009, + "WorldLevel": 0, + "StageID": 201320090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132009:1": { + "EventID": 20132009, + "WorldLevel": 1, + "StageID": 201320091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132009:2": { + "EventID": 20132009, + "WorldLevel": 2, + "StageID": 201320092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132009:3": { + "EventID": 20132009, + "WorldLevel": 3, + "StageID": 201320093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132009:4": { + "EventID": 20132009, + "WorldLevel": 4, + "StageID": 201320094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132009:5": { + "EventID": 20132009, + "WorldLevel": 5, + "StageID": 201320095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132009:6": { + "EventID": 20132009, + "WorldLevel": 6, + "StageID": 201320096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132013:0": { + "EventID": 20132013, + "WorldLevel": 0, + "StageID": 201320130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132013:1": { + "EventID": 20132013, + "WorldLevel": 1, + "StageID": 201320131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132013:2": { + "EventID": 20132013, + "WorldLevel": 2, + "StageID": 201320132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132013:3": { + "EventID": 20132013, + "WorldLevel": 3, + "StageID": 201320133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132013:4": { + "EventID": 20132013, + "WorldLevel": 4, + "StageID": 201320134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132013:5": { + "EventID": 20132013, + "WorldLevel": 5, + "StageID": 201320135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132013:6": { + "EventID": 20132013, + "WorldLevel": 6, + "StageID": 201320136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132031:0": { + "EventID": 20132031, + "WorldLevel": 0, + "StageID": 201320310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132031:1": { + "EventID": 20132031, + "WorldLevel": 1, + "StageID": 201320311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132031:2": { + "EventID": 20132031, + "WorldLevel": 2, + "StageID": 201320312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132031:3": { + "EventID": 20132031, + "WorldLevel": 3, + "StageID": 201320313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132031:4": { + "EventID": 20132031, + "WorldLevel": 4, + "StageID": 201320314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132031:5": { + "EventID": 20132031, + "WorldLevel": 5, + "StageID": 201320315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132031:6": { + "EventID": 20132031, + "WorldLevel": 6, + "StageID": 201320316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132032:0": { + "EventID": 20132032, + "WorldLevel": 0, + "StageID": 201320320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132032:1": { + "EventID": 20132032, + "WorldLevel": 1, + "StageID": 201320321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132032:2": { + "EventID": 20132032, + "WorldLevel": 2, + "StageID": 201320322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132032:3": { + "EventID": 20132032, + "WorldLevel": 3, + "StageID": 201320323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132032:4": { + "EventID": 20132032, + "WorldLevel": 4, + "StageID": 201320324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132032:5": { + "EventID": 20132032, + "WorldLevel": 5, + "StageID": 201320325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132032:6": { + "EventID": 20132032, + "WorldLevel": 6, + "StageID": 201320326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132033:0": { + "EventID": 20132033, + "WorldLevel": 0, + "StageID": 201320330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132033:1": { + "EventID": 20132033, + "WorldLevel": 1, + "StageID": 201320331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132033:2": { + "EventID": 20132033, + "WorldLevel": 2, + "StageID": 201320332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132033:3": { + "EventID": 20132033, + "WorldLevel": 3, + "StageID": 201320333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132033:4": { + "EventID": 20132033, + "WorldLevel": 4, + "StageID": 201320334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132033:5": { + "EventID": 20132033, + "WorldLevel": 5, + "StageID": 201320335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132033:6": { + "EventID": 20132033, + "WorldLevel": 6, + "StageID": 201320336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132034:0": { + "EventID": 20132034, + "WorldLevel": 0, + "StageID": 201320340, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132034:1": { + "EventID": 20132034, + "WorldLevel": 1, + "StageID": 201320341, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132034:2": { + "EventID": 20132034, + "WorldLevel": 2, + "StageID": 201320342, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132034:3": { + "EventID": 20132034, + "WorldLevel": 3, + "StageID": 201320343, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132034:4": { + "EventID": 20132034, + "WorldLevel": 4, + "StageID": 201320344, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132034:5": { + "EventID": 20132034, + "WorldLevel": 5, + "StageID": 201320345, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132034:6": { + "EventID": 20132034, + "WorldLevel": 6, + "StageID": 201320346, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132101:0": { + "EventID": 20132101, + "WorldLevel": 0, + "StageID": 201321010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132101:1": { + "EventID": 20132101, + "WorldLevel": 1, + "StageID": 201321011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132101:2": { + "EventID": 20132101, + "WorldLevel": 2, + "StageID": 201321012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132101:3": { + "EventID": 20132101, + "WorldLevel": 3, + "StageID": 201321013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132101:4": { + "EventID": 20132101, + "WorldLevel": 4, + "StageID": 201321014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132101:5": { + "EventID": 20132101, + "WorldLevel": 5, + "StageID": 201321015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132101:6": { + "EventID": 20132101, + "WorldLevel": 6, + "StageID": 201321016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132102:0": { + "EventID": 20132102, + "WorldLevel": 0, + "StageID": 201321020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132102:1": { + "EventID": 20132102, + "WorldLevel": 1, + "StageID": 201321021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132102:2": { + "EventID": 20132102, + "WorldLevel": 2, + "StageID": 201321022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132102:3": { + "EventID": 20132102, + "WorldLevel": 3, + "StageID": 201321023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132102:4": { + "EventID": 20132102, + "WorldLevel": 4, + "StageID": 201321024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132102:5": { + "EventID": 20132102, + "WorldLevel": 5, + "StageID": 201321025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132102:6": { + "EventID": 20132102, + "WorldLevel": 6, + "StageID": 201321026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132104:0": { + "EventID": 20132104, + "WorldLevel": 0, + "StageID": 201321040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132104:1": { + "EventID": 20132104, + "WorldLevel": 1, + "StageID": 201321041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132104:2": { + "EventID": 20132104, + "WorldLevel": 2, + "StageID": 201321042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132104:3": { + "EventID": 20132104, + "WorldLevel": 3, + "StageID": 201321043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132104:4": { + "EventID": 20132104, + "WorldLevel": 4, + "StageID": 201321044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132104:5": { + "EventID": 20132104, + "WorldLevel": 5, + "StageID": 201321045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132104:6": { + "EventID": 20132104, + "WorldLevel": 6, + "StageID": 201321046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132105:0": { + "EventID": 20132105, + "WorldLevel": 0, + "StageID": 201321050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132105:1": { + "EventID": 20132105, + "WorldLevel": 1, + "StageID": 201321051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132105:2": { + "EventID": 20132105, + "WorldLevel": 2, + "StageID": 201321052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132105:3": { + "EventID": 20132105, + "WorldLevel": 3, + "StageID": 201321053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132105:4": { + "EventID": 20132105, + "WorldLevel": 4, + "StageID": 201321054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132105:5": { + "EventID": 20132105, + "WorldLevel": 5, + "StageID": 201321055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132105:6": { + "EventID": 20132105, + "WorldLevel": 6, + "StageID": 201321056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132112:0": { + "EventID": 20132112, + "WorldLevel": 0, + "StageID": 201321120, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132112:1": { + "EventID": 20132112, + "WorldLevel": 1, + "StageID": 201321121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132112:2": { + "EventID": 20132112, + "WorldLevel": 2, + "StageID": 201321122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132112:3": { + "EventID": 20132112, + "WorldLevel": 3, + "StageID": 201321123, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132112:4": { + "EventID": 20132112, + "WorldLevel": 4, + "StageID": 201321124, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132112:5": { + "EventID": 20132112, + "WorldLevel": 5, + "StageID": 201321125, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132112:6": { + "EventID": 20132112, + "WorldLevel": 6, + "StageID": 201321126, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132113:0": { + "EventID": 20132113, + "WorldLevel": 0, + "StageID": 201321130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132113:1": { + "EventID": 20132113, + "WorldLevel": 1, + "StageID": 201321131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132113:2": { + "EventID": 20132113, + "WorldLevel": 2, + "StageID": 201321132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132113:3": { + "EventID": 20132113, + "WorldLevel": 3, + "StageID": 201321133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132113:4": { + "EventID": 20132113, + "WorldLevel": 4, + "StageID": 201321134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132113:5": { + "EventID": 20132113, + "WorldLevel": 5, + "StageID": 201321135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132113:6": { + "EventID": 20132113, + "WorldLevel": 6, + "StageID": 201321136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132131:0": { + "EventID": 20132131, + "WorldLevel": 0, + "StageID": 201321310, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132131:1": { + "EventID": 20132131, + "WorldLevel": 1, + "StageID": 201321311, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132131:2": { + "EventID": 20132131, + "WorldLevel": 2, + "StageID": 201321312, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132131:3": { + "EventID": 20132131, + "WorldLevel": 3, + "StageID": 201321313, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132131:4": { + "EventID": 20132131, + "WorldLevel": 4, + "StageID": 201321314, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132131:5": { + "EventID": 20132131, + "WorldLevel": 5, + "StageID": 201321315, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132131:6": { + "EventID": 20132131, + "WorldLevel": 6, + "StageID": 201321316, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132132:0": { + "EventID": 20132132, + "WorldLevel": 0, + "StageID": 201321320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132132:1": { + "EventID": 20132132, + "WorldLevel": 1, + "StageID": 201321321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132132:2": { + "EventID": 20132132, + "WorldLevel": 2, + "StageID": 201321322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132132:3": { + "EventID": 20132132, + "WorldLevel": 3, + "StageID": 201321323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132132:4": { + "EventID": 20132132, + "WorldLevel": 4, + "StageID": 201321324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132132:5": { + "EventID": 20132132, + "WorldLevel": 5, + "StageID": 201321325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132132:6": { + "EventID": 20132132, + "WorldLevel": 6, + "StageID": 201321326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132133:0": { + "EventID": 20132133, + "WorldLevel": 0, + "StageID": 201321330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132133:1": { + "EventID": 20132133, + "WorldLevel": 1, + "StageID": 201321331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132133:2": { + "EventID": 20132133, + "WorldLevel": 2, + "StageID": 201321332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132133:3": { + "EventID": 20132133, + "WorldLevel": 3, + "StageID": 201321333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132133:4": { + "EventID": 20132133, + "WorldLevel": 4, + "StageID": 201321334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132133:5": { + "EventID": 20132133, + "WorldLevel": 5, + "StageID": 201321335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132133:6": { + "EventID": 20132133, + "WorldLevel": 6, + "StageID": 201321336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132134:0": { + "EventID": 20132134, + "WorldLevel": 0, + "StageID": 201321340, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132134:1": { + "EventID": 20132134, + "WorldLevel": 1, + "StageID": 201321341, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132134:2": { + "EventID": 20132134, + "WorldLevel": 2, + "StageID": 201321342, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132134:3": { + "EventID": 20132134, + "WorldLevel": 3, + "StageID": 201321343, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132134:4": { + "EventID": 20132134, + "WorldLevel": 4, + "StageID": 201321344, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132134:5": { + "EventID": 20132134, + "WorldLevel": 5, + "StageID": 201321345, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132134:6": { + "EventID": 20132134, + "WorldLevel": 6, + "StageID": 201321346, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132135:0": { + "EventID": 20132135, + "WorldLevel": 0, + "StageID": 201321350, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132135:1": { + "EventID": 20132135, + "WorldLevel": 1, + "StageID": 201321351, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132135:2": { + "EventID": 20132135, + "WorldLevel": 2, + "StageID": 201321352, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132135:3": { + "EventID": 20132135, + "WorldLevel": 3, + "StageID": 201321353, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132135:4": { + "EventID": 20132135, + "WorldLevel": 4, + "StageID": 201321354, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132135:5": { + "EventID": 20132135, + "WorldLevel": 5, + "StageID": 201321355, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132135:6": { + "EventID": 20132135, + "WorldLevel": 6, + "StageID": 201321356, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132136:0": { + "EventID": 20132136, + "WorldLevel": 0, + "StageID": 201321360, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132136:1": { + "EventID": 20132136, + "WorldLevel": 1, + "StageID": 201321361, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132136:2": { + "EventID": 20132136, + "WorldLevel": 2, + "StageID": 201321362, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132136:3": { + "EventID": 20132136, + "WorldLevel": 3, + "StageID": 201321363, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132136:4": { + "EventID": 20132136, + "WorldLevel": 4, + "StageID": 201321364, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132136:5": { + "EventID": 20132136, + "WorldLevel": 5, + "StageID": 201321365, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132136:6": { + "EventID": 20132136, + "WorldLevel": 6, + "StageID": 201321366, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132137:0": { + "EventID": 20132137, + "WorldLevel": 0, + "StageID": 201321370, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132137:1": { + "EventID": 20132137, + "WorldLevel": 1, + "StageID": 201321371, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132137:2": { + "EventID": 20132137, + "WorldLevel": 2, + "StageID": 201321372, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132137:3": { + "EventID": 20132137, + "WorldLevel": 3, + "StageID": 201321373, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132137:4": { + "EventID": 20132137, + "WorldLevel": 4, + "StageID": 201321374, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132137:5": { + "EventID": 20132137, + "WorldLevel": 5, + "StageID": 201321375, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132137:6": { + "EventID": 20132137, + "WorldLevel": 6, + "StageID": 201321376, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132201:0": { + "EventID": 20132201, + "WorldLevel": 0, + "StageID": 201322010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132201:1": { + "EventID": 20132201, + "WorldLevel": 1, + "StageID": 201322011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132201:2": { + "EventID": 20132201, + "WorldLevel": 2, + "StageID": 201322012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132201:3": { + "EventID": 20132201, + "WorldLevel": 3, + "StageID": 201322013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132201:4": { + "EventID": 20132201, + "WorldLevel": 4, + "StageID": 201322014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132201:5": { + "EventID": 20132201, + "WorldLevel": 5, + "StageID": 201322015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132201:6": { + "EventID": 20132201, + "WorldLevel": 6, + "StageID": 201322016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132202:0": { + "EventID": 20132202, + "WorldLevel": 0, + "StageID": 201322020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132202:1": { + "EventID": 20132202, + "WorldLevel": 1, + "StageID": 201322021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132202:2": { + "EventID": 20132202, + "WorldLevel": 2, + "StageID": 201322022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132202:3": { + "EventID": 20132202, + "WorldLevel": 3, + "StageID": 201322023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132202:4": { + "EventID": 20132202, + "WorldLevel": 4, + "StageID": 201322024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132202:5": { + "EventID": 20132202, + "WorldLevel": 5, + "StageID": 201322025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132202:6": { + "EventID": 20132202, + "WorldLevel": 6, + "StageID": 201322026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132232:0": { + "EventID": 20132232, + "WorldLevel": 0, + "StageID": 201322320, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132232:1": { + "EventID": 20132232, + "WorldLevel": 1, + "StageID": 201322321, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132232:2": { + "EventID": 20132232, + "WorldLevel": 2, + "StageID": 201322322, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132232:3": { + "EventID": 20132232, + "WorldLevel": 3, + "StageID": 201322323, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132232:4": { + "EventID": 20132232, + "WorldLevel": 4, + "StageID": 201322324, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132232:5": { + "EventID": 20132232, + "WorldLevel": 5, + "StageID": 201322325, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132232:6": { + "EventID": 20132232, + "WorldLevel": 6, + "StageID": 201322326, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132233:0": { + "EventID": 20132233, + "WorldLevel": 0, + "StageID": 201322330, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132233:1": { + "EventID": 20132233, + "WorldLevel": 1, + "StageID": 201322331, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132233:2": { + "EventID": 20132233, + "WorldLevel": 2, + "StageID": 201322332, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132233:3": { + "EventID": 20132233, + "WorldLevel": 3, + "StageID": 201322333, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132233:4": { + "EventID": 20132233, + "WorldLevel": 4, + "StageID": 201322334, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132233:5": { + "EventID": 20132233, + "WorldLevel": 5, + "StageID": 201322335, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132233:6": { + "EventID": 20132233, + "WorldLevel": 6, + "StageID": 201322336, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132401:0": { + "EventID": 20132401, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132401:1": { + "EventID": 20132401, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132401:2": { + "EventID": 20132401, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132401:3": { + "EventID": 20132401, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132401:4": { + "EventID": 20132401, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132401:5": { + "EventID": 20132401, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132401:6": { + "EventID": 20132401, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000103, + 309001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132601:0": { + "EventID": 20132601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132601:1": { + "EventID": 20132601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132601:2": { + "EventID": 20132601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132601:3": { + "EventID": 20132601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132601:4": { + "EventID": 20132601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132601:5": { + "EventID": 20132601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132601:6": { + "EventID": 20132601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132602:0": { + "EventID": 20132602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132602:1": { + "EventID": 20132602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132602:2": { + "EventID": 20132602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132602:3": { + "EventID": 20132602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132602:4": { + "EventID": 20132602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132602:5": { + "EventID": 20132602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132602:6": { + "EventID": 20132602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132603:0": { + "EventID": 20132603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132603:1": { + "EventID": 20132603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132603:2": { + "EventID": 20132603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132603:3": { + "EventID": 20132603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132603:4": { + "EventID": 20132603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132603:5": { + "EventID": 20132603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132603:6": { + "EventID": 20132603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132604:0": { + "EventID": 20132604, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132604:1": { + "EventID": 20132604, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132604:2": { + "EventID": 20132604, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132604:3": { + "EventID": 20132604, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132604:4": { + "EventID": 20132604, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132604:5": { + "EventID": 20132604, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132604:6": { + "EventID": 20132604, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132605:0": { + "EventID": 20132605, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132605:1": { + "EventID": 20132605, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132605:2": { + "EventID": 20132605, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132605:3": { + "EventID": 20132605, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132605:4": { + "EventID": 20132605, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132605:5": { + "EventID": 20132605, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132605:6": { + "EventID": 20132605, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132606:0": { + "EventID": 20132606, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132606:1": { + "EventID": 20132606, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132606:2": { + "EventID": 20132606, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132606:3": { + "EventID": 20132606, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132606:4": { + "EventID": 20132606, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132606:5": { + "EventID": 20132606, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132606:6": { + "EventID": 20132606, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132607:0": { + "EventID": 20132607, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132607:1": { + "EventID": 20132607, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132607:2": { + "EventID": 20132607, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132607:3": { + "EventID": 20132607, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132607:4": { + "EventID": 20132607, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132607:5": { + "EventID": 20132607, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132607:6": { + "EventID": 20132607, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132608:0": { + "EventID": 20132608, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132608:1": { + "EventID": 20132608, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132608:2": { + "EventID": 20132608, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132608:3": { + "EventID": 20132608, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132608:4": { + "EventID": 20132608, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132608:5": { + "EventID": 20132608, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132608:6": { + "EventID": 20132608, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132632:0": { + "EventID": 20132632, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132632:1": { + "EventID": 20132632, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132632:2": { + "EventID": 20132632, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132632:3": { + "EventID": 20132632, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132632:4": { + "EventID": 20132632, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132632:5": { + "EventID": 20132632, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132632:6": { + "EventID": 20132632, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132633:0": { + "EventID": 20132633, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132633:1": { + "EventID": 20132633, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132633:2": { + "EventID": 20132633, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132633:3": { + "EventID": 20132633, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132633:4": { + "EventID": 20132633, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132633:5": { + "EventID": 20132633, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132633:6": { + "EventID": 20132633, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000304, + 1000124, + 2003105, + 2004005, + 980001, + 980002, + 800001, + 1000824 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132651:0": { + "EventID": 20132651, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132651:1": { + "EventID": 20132651, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132651:2": { + "EventID": 20132651, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132651:3": { + "EventID": 20132651, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132651:4": { + "EventID": 20132651, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132651:5": { + "EventID": 20132651, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20132651:6": { + "EventID": 20132651, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000304, + 1000114, + 2003105, + 2004005, + 980001, + 800001, + 980000, + 980000, + 1000814 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133001:0": { + "EventID": 20133001, + "WorldLevel": 0, + "StageID": 201330010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133001:1": { + "EventID": 20133001, + "WorldLevel": 1, + "StageID": 201330011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133001:2": { + "EventID": 20133001, + "WorldLevel": 2, + "StageID": 201330012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133001:3": { + "EventID": 20133001, + "WorldLevel": 3, + "StageID": 201330013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133001:4": { + "EventID": 20133001, + "WorldLevel": 4, + "StageID": 201330014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133001:5": { + "EventID": 20133001, + "WorldLevel": 5, + "StageID": 201330015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133001:6": { + "EventID": 20133001, + "WorldLevel": 6, + "StageID": 201330016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133002:0": { + "EventID": 20133002, + "WorldLevel": 0, + "StageID": 201330020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133002:1": { + "EventID": 20133002, + "WorldLevel": 1, + "StageID": 201330021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133002:2": { + "EventID": 20133002, + "WorldLevel": 2, + "StageID": 201330022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133002:3": { + "EventID": 20133002, + "WorldLevel": 3, + "StageID": 201330023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133002:4": { + "EventID": 20133002, + "WorldLevel": 4, + "StageID": 201330024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133002:5": { + "EventID": 20133002, + "WorldLevel": 5, + "StageID": 201330025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133002:6": { + "EventID": 20133002, + "WorldLevel": 6, + "StageID": 201330026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133003:0": { + "EventID": 20133003, + "WorldLevel": 0, + "StageID": 201330030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133003:1": { + "EventID": 20133003, + "WorldLevel": 1, + "StageID": 201330031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133003:2": { + "EventID": 20133003, + "WorldLevel": 2, + "StageID": 201330032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133003:3": { + "EventID": 20133003, + "WorldLevel": 3, + "StageID": 201330033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133003:4": { + "EventID": 20133003, + "WorldLevel": 4, + "StageID": 201330034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133003:5": { + "EventID": 20133003, + "WorldLevel": 5, + "StageID": 201330035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20133003:6": { + "EventID": 20133003, + "WorldLevel": 6, + "StageID": 201330036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134101:0": { + "EventID": 20134101, + "WorldLevel": 0, + "StageID": 201341010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134101:1": { + "EventID": 20134101, + "WorldLevel": 1, + "StageID": 201341011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134101:2": { + "EventID": 20134101, + "WorldLevel": 2, + "StageID": 201341012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134101:3": { + "EventID": 20134101, + "WorldLevel": 3, + "StageID": 201341013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134101:4": { + "EventID": 20134101, + "WorldLevel": 4, + "StageID": 201341014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134101:5": { + "EventID": 20134101, + "WorldLevel": 5, + "StageID": 201341015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134101:6": { + "EventID": 20134101, + "WorldLevel": 6, + "StageID": 201341016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134102:0": { + "EventID": 20134102, + "WorldLevel": 0, + "StageID": 201341020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134102:1": { + "EventID": 20134102, + "WorldLevel": 1, + "StageID": 201341021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134102:2": { + "EventID": 20134102, + "WorldLevel": 2, + "StageID": 201341022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134102:3": { + "EventID": 20134102, + "WorldLevel": 3, + "StageID": 201341023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134102:4": { + "EventID": 20134102, + "WorldLevel": 4, + "StageID": 201341024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134102:5": { + "EventID": 20134102, + "WorldLevel": 5, + "StageID": 201341025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134102:6": { + "EventID": 20134102, + "WorldLevel": 6, + "StageID": 201341026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134103:0": { + "EventID": 20134103, + "WorldLevel": 0, + "StageID": 201341030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134103:1": { + "EventID": 20134103, + "WorldLevel": 1, + "StageID": 201341031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134103:2": { + "EventID": 20134103, + "WorldLevel": 2, + "StageID": 201341032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134103:3": { + "EventID": 20134103, + "WorldLevel": 3, + "StageID": 201341033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134103:4": { + "EventID": 20134103, + "WorldLevel": 4, + "StageID": 201341034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134103:5": { + "EventID": 20134103, + "WorldLevel": 5, + "StageID": 201341035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134103:6": { + "EventID": 20134103, + "WorldLevel": 6, + "StageID": 201341036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134104:0": { + "EventID": 20134104, + "WorldLevel": 0, + "StageID": 201341040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134104:1": { + "EventID": 20134104, + "WorldLevel": 1, + "StageID": 201341041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134104:2": { + "EventID": 20134104, + "WorldLevel": 2, + "StageID": 201341042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134104:3": { + "EventID": 20134104, + "WorldLevel": 3, + "StageID": 201341043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134104:4": { + "EventID": 20134104, + "WorldLevel": 4, + "StageID": 201341044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134104:5": { + "EventID": 20134104, + "WorldLevel": 5, + "StageID": 201341045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134104:6": { + "EventID": 20134104, + "WorldLevel": 6, + "StageID": 201341046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134105:0": { + "EventID": 20134105, + "WorldLevel": 0, + "StageID": 201341050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134105:1": { + "EventID": 20134105, + "WorldLevel": 1, + "StageID": 201341051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134105:2": { + "EventID": 20134105, + "WorldLevel": 2, + "StageID": 201341052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134105:3": { + "EventID": 20134105, + "WorldLevel": 3, + "StageID": 201341053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134105:4": { + "EventID": 20134105, + "WorldLevel": 4, + "StageID": 201341054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134105:5": { + "EventID": 20134105, + "WorldLevel": 5, + "StageID": 201341055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134105:6": { + "EventID": 20134105, + "WorldLevel": 6, + "StageID": 201341056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134106:0": { + "EventID": 20134106, + "WorldLevel": 0, + "StageID": 201341060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134106:1": { + "EventID": 20134106, + "WorldLevel": 1, + "StageID": 201341061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134106:2": { + "EventID": 20134106, + "WorldLevel": 2, + "StageID": 201341062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134106:3": { + "EventID": 20134106, + "WorldLevel": 3, + "StageID": 201341063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134106:4": { + "EventID": 20134106, + "WorldLevel": 4, + "StageID": 201341064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134106:5": { + "EventID": 20134106, + "WorldLevel": 5, + "StageID": 201341065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134106:6": { + "EventID": 20134106, + "WorldLevel": 6, + "StageID": 201341066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134107:0": { + "EventID": 20134107, + "WorldLevel": 0, + "StageID": 201341070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134107:1": { + "EventID": 20134107, + "WorldLevel": 1, + "StageID": 201341071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134107:2": { + "EventID": 20134107, + "WorldLevel": 2, + "StageID": 201341072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134107:3": { + "EventID": 20134107, + "WorldLevel": 3, + "StageID": 201341073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134107:4": { + "EventID": 20134107, + "WorldLevel": 4, + "StageID": 201341074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134107:5": { + "EventID": 20134107, + "WorldLevel": 5, + "StageID": 201341075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134107:6": { + "EventID": 20134107, + "WorldLevel": 6, + "StageID": 201341076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134601:0": { + "EventID": 20134601, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134601:1": { + "EventID": 20134601, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134601:2": { + "EventID": 20134601, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134601:3": { + "EventID": 20134601, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134601:4": { + "EventID": 20134601, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134601:5": { + "EventID": 20134601, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134601:6": { + "EventID": 20134601, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134602:0": { + "EventID": 20134602, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134602:1": { + "EventID": 20134602, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134602:2": { + "EventID": 20134602, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134602:3": { + "EventID": 20134602, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134602:4": { + "EventID": 20134602, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134602:5": { + "EventID": 20134602, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134602:6": { + "EventID": 20134602, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134603:0": { + "EventID": 20134603, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134603:1": { + "EventID": 20134603, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134603:2": { + "EventID": 20134603, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134603:3": { + "EventID": 20134603, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134603:4": { + "EventID": 20134603, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134603:5": { + "EventID": 20134603, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20134603:6": { + "EventID": 20134603, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 2000207, + 1000104, + 2003007, + 2004003, + 980000, + 980000, + 980000, + 1000804 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101001:0": { + "EventID": 40101001, + "WorldLevel": 0, + "StageID": 401010010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101001:1": { + "EventID": 40101001, + "WorldLevel": 1, + "StageID": 401010011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101001:2": { + "EventID": 40101001, + "WorldLevel": 2, + "StageID": 401010012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101001:3": { + "EventID": 40101001, + "WorldLevel": 3, + "StageID": 401010013, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101001:4": { + "EventID": 40101001, + "WorldLevel": 4, + "StageID": 401010014, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101001:5": { + "EventID": 40101001, + "WorldLevel": 5, + "StageID": 401010015, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101001:6": { + "EventID": 40101001, + "WorldLevel": 6, + "StageID": 401010016, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101002:0": { + "EventID": 40101002, + "WorldLevel": 0, + "StageID": 401010020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101002:1": { + "EventID": 40101002, + "WorldLevel": 1, + "StageID": 401010021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101002:2": { + "EventID": 40101002, + "WorldLevel": 2, + "StageID": 401010022, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101002:3": { + "EventID": 40101002, + "WorldLevel": 3, + "StageID": 401010023, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101002:4": { + "EventID": 40101002, + "WorldLevel": 4, + "StageID": 401010024, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101002:5": { + "EventID": 40101002, + "WorldLevel": 5, + "StageID": 401010025, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101002:6": { + "EventID": 40101002, + "WorldLevel": 6, + "StageID": 401010026, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101003:0": { + "EventID": 40101003, + "WorldLevel": 0, + "StageID": 401010030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101003:1": { + "EventID": 40101003, + "WorldLevel": 1, + "StageID": 401010031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101003:2": { + "EventID": 40101003, + "WorldLevel": 2, + "StageID": 401010032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101003:3": { + "EventID": 40101003, + "WorldLevel": 3, + "StageID": 401010033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101003:4": { + "EventID": 40101003, + "WorldLevel": 4, + "StageID": 401010034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101003:5": { + "EventID": 40101003, + "WorldLevel": 5, + "StageID": 401010035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101003:6": { + "EventID": 40101003, + "WorldLevel": 6, + "StageID": 401010036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101004:0": { + "EventID": 40101004, + "WorldLevel": 0, + "StageID": 401010040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101004:1": { + "EventID": 40101004, + "WorldLevel": 1, + "StageID": 401010041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101004:2": { + "EventID": 40101004, + "WorldLevel": 2, + "StageID": 401010042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101004:3": { + "EventID": 40101004, + "WorldLevel": 3, + "StageID": 401010043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101004:4": { + "EventID": 40101004, + "WorldLevel": 4, + "StageID": 401010044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101004:5": { + "EventID": 40101004, + "WorldLevel": 5, + "StageID": 401010045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101004:6": { + "EventID": 40101004, + "WorldLevel": 6, + "StageID": 401010046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101005:0": { + "EventID": 40101005, + "WorldLevel": 0, + "StageID": 401010050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101005:1": { + "EventID": 40101005, + "WorldLevel": 1, + "StageID": 401010051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101005:2": { + "EventID": 40101005, + "WorldLevel": 2, + "StageID": 401010052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101005:3": { + "EventID": 40101005, + "WorldLevel": 3, + "StageID": 401010053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101005:4": { + "EventID": 40101005, + "WorldLevel": 4, + "StageID": 401010054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101005:5": { + "EventID": 40101005, + "WorldLevel": 5, + "StageID": 401010055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101005:6": { + "EventID": 40101005, + "WorldLevel": 6, + "StageID": 401010056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101006:0": { + "EventID": 40101006, + "WorldLevel": 0, + "StageID": 401010060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101006:1": { + "EventID": 40101006, + "WorldLevel": 1, + "StageID": 401010061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101006:2": { + "EventID": 40101006, + "WorldLevel": 2, + "StageID": 401010062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101006:3": { + "EventID": 40101006, + "WorldLevel": 3, + "StageID": 401010063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101006:4": { + "EventID": 40101006, + "WorldLevel": 4, + "StageID": 401010064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101006:5": { + "EventID": 40101006, + "WorldLevel": 5, + "StageID": 401010065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101006:6": { + "EventID": 40101006, + "WorldLevel": 6, + "StageID": 401010066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101007:0": { + "EventID": 40101007, + "WorldLevel": 0, + "StageID": 401010070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101007:1": { + "EventID": 40101007, + "WorldLevel": 1, + "StageID": 401010071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101007:2": { + "EventID": 40101007, + "WorldLevel": 2, + "StageID": 401010072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101007:3": { + "EventID": 40101007, + "WorldLevel": 3, + "StageID": 401010073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101007:4": { + "EventID": 40101007, + "WorldLevel": 4, + "StageID": 401010074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101007:5": { + "EventID": 40101007, + "WorldLevel": 5, + "StageID": 401010075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101007:6": { + "EventID": 40101007, + "WorldLevel": 6, + "StageID": 401010076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101008:0": { + "EventID": 40101008, + "WorldLevel": 0, + "StageID": 401010080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101008:1": { + "EventID": 40101008, + "WorldLevel": 1, + "StageID": 401010081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101008:2": { + "EventID": 40101008, + "WorldLevel": 2, + "StageID": 401010082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101008:3": { + "EventID": 40101008, + "WorldLevel": 3, + "StageID": 401010083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101008:4": { + "EventID": 40101008, + "WorldLevel": 4, + "StageID": 401010084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101008:5": { + "EventID": 40101008, + "WorldLevel": 5, + "StageID": 401010085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101008:6": { + "EventID": 40101008, + "WorldLevel": 6, + "StageID": 401010086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101009:0": { + "EventID": 40101009, + "WorldLevel": 0, + "StageID": 401010090, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101009:1": { + "EventID": 40101009, + "WorldLevel": 1, + "StageID": 401010091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101009:2": { + "EventID": 40101009, + "WorldLevel": 2, + "StageID": 401010092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101009:3": { + "EventID": 40101009, + "WorldLevel": 3, + "StageID": 401010093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101009:4": { + "EventID": 40101009, + "WorldLevel": 4, + "StageID": 401010094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101009:5": { + "EventID": 40101009, + "WorldLevel": 5, + "StageID": 401010095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "40101009:6": { + "EventID": 40101009, + "WorldLevel": 6, + "StageID": 401010096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100111:0": { + "EventID": 80100111, + "WorldLevel": 0, + "StageID": 80100111, + "DropList": [ + 100130, + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100111:1": { + "EventID": 80100111, + "WorldLevel": 1, + "StageID": 80100111, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100111:2": { + "EventID": 80100111, + "WorldLevel": 2, + "StageID": 80100111, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100111:3": { + "EventID": 80100111, + "WorldLevel": 3, + "StageID": 80100111, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100111:4": { + "EventID": 80100111, + "WorldLevel": 4, + "StageID": 80100111, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100111:5": { + "EventID": 80100111, + "WorldLevel": 5, + "StageID": 80100111, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100111:6": { + "EventID": 80100111, + "WorldLevel": 6, + "StageID": 80100111, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100121:0": { + "EventID": 80100121, + "WorldLevel": 0, + "StageID": 80100121, + "DropList": [ + 100130, + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100121:1": { + "EventID": 80100121, + "WorldLevel": 1, + "StageID": 80100121, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100121:2": { + "EventID": 80100121, + "WorldLevel": 2, + "StageID": 80100121, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100121:3": { + "EventID": 80100121, + "WorldLevel": 3, + "StageID": 80100121, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100121:4": { + "EventID": 80100121, + "WorldLevel": 4, + "StageID": 80100121, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100121:5": { + "EventID": 80100121, + "WorldLevel": 5, + "StageID": 80100121, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100121:6": { + "EventID": 80100121, + "WorldLevel": 6, + "StageID": 80100121, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100131:0": { + "EventID": 80100131, + "WorldLevel": 0, + "StageID": 80100131, + "DropList": [ + 100130, + 3201102 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100131:1": { + "EventID": 80100131, + "WorldLevel": 1, + "StageID": 80100131, + "DropList": [ + 3201102 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100131:2": { + "EventID": 80100131, + "WorldLevel": 2, + "StageID": 80100131, + "DropList": [ + 3201102 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100131:3": { + "EventID": 80100131, + "WorldLevel": 3, + "StageID": 80100131, + "DropList": [ + 3201102 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100131:4": { + "EventID": 80100131, + "WorldLevel": 4, + "StageID": 80100131, + "DropList": [ + 3201102 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100131:5": { + "EventID": 80100131, + "WorldLevel": 5, + "StageID": 80100131, + "DropList": [ + 3201102 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100131:6": { + "EventID": 80100131, + "WorldLevel": 6, + "StageID": 80100131, + "DropList": [ + 3201102 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100141:0": { + "EventID": 80100141, + "WorldLevel": 0, + "StageID": 80100141, + "DropList": [ + 100130, + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100141:1": { + "EventID": 80100141, + "WorldLevel": 1, + "StageID": 80100141, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100141:2": { + "EventID": 80100141, + "WorldLevel": 2, + "StageID": 80100141, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100141:3": { + "EventID": 80100141, + "WorldLevel": 3, + "StageID": 80100141, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100141:4": { + "EventID": 80100141, + "WorldLevel": 4, + "StageID": 80100141, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100141:5": { + "EventID": 80100141, + "WorldLevel": 5, + "StageID": 80100141, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100141:6": { + "EventID": 80100141, + "WorldLevel": 6, + "StageID": 80100141, + "DropList": [ + 3201101 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100151:0": { + "EventID": 80100151, + "WorldLevel": 0, + "StageID": 80100151, + "DropList": [ + 100130 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100151:1": { + "EventID": 80100151, + "WorldLevel": 1, + "StageID": 80100151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100151:2": { + "EventID": 80100151, + "WorldLevel": 2, + "StageID": 80100151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100151:3": { + "EventID": 80100151, + "WorldLevel": 3, + "StageID": 80100151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100151:4": { + "EventID": 80100151, + "WorldLevel": 4, + "StageID": 80100151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100151:5": { + "EventID": 80100151, + "WorldLevel": 5, + "StageID": 80100151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100151:6": { + "EventID": 80100151, + "WorldLevel": 6, + "StageID": 80100151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100161:0": { + "EventID": 80100161, + "WorldLevel": 0, + "StageID": 80100161, + "DropList": [ + 100130 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100161:1": { + "EventID": 80100161, + "WorldLevel": 1, + "StageID": 80100161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100161:2": { + "EventID": 80100161, + "WorldLevel": 2, + "StageID": 80100161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100161:3": { + "EventID": 80100161, + "WorldLevel": 3, + "StageID": 80100161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100161:4": { + "EventID": 80100161, + "WorldLevel": 4, + "StageID": 80100161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100161:5": { + "EventID": 80100161, + "WorldLevel": 5, + "StageID": 80100161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100161:6": { + "EventID": 80100161, + "WorldLevel": 6, + "StageID": 80100161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100171:0": { + "EventID": 80100171, + "WorldLevel": 0, + "StageID": 80100171, + "DropList": [ + 100130 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100171:1": { + "EventID": 80100171, + "WorldLevel": 1, + "StageID": 80100171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100171:2": { + "EventID": 80100171, + "WorldLevel": 2, + "StageID": 80100171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100171:3": { + "EventID": 80100171, + "WorldLevel": 3, + "StageID": 80100171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100171:4": { + "EventID": 80100171, + "WorldLevel": 4, + "StageID": 80100171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100171:5": { + "EventID": 80100171, + "WorldLevel": 5, + "StageID": 80100171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100171:6": { + "EventID": 80100171, + "WorldLevel": 6, + "StageID": 80100171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100181:0": { + "EventID": 80100181, + "WorldLevel": 0, + "StageID": 80100181, + "DropList": [ + 100130 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100181:1": { + "EventID": 80100181, + "WorldLevel": 1, + "StageID": 80100181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100181:2": { + "EventID": 80100181, + "WorldLevel": 2, + "StageID": 80100181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100181:3": { + "EventID": 80100181, + "WorldLevel": 3, + "StageID": 80100181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100181:4": { + "EventID": 80100181, + "WorldLevel": 4, + "StageID": 80100181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100181:5": { + "EventID": 80100181, + "WorldLevel": 5, + "StageID": 80100181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100181:6": { + "EventID": 80100181, + "WorldLevel": 6, + "StageID": 80100181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100191:0": { + "EventID": 80100191, + "WorldLevel": 0, + "StageID": 80100191, + "DropList": [ + 100131, + 100130 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100191:1": { + "EventID": 80100191, + "WorldLevel": 1, + "StageID": 80100191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100191:2": { + "EventID": 80100191, + "WorldLevel": 2, + "StageID": 80100191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100191:3": { + "EventID": 80100191, + "WorldLevel": 3, + "StageID": 80100191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100191:4": { + "EventID": 80100191, + "WorldLevel": 4, + "StageID": 80100191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100191:5": { + "EventID": 80100191, + "WorldLevel": 5, + "StageID": 80100191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100191:6": { + "EventID": 80100191, + "WorldLevel": 6, + "StageID": 80100191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100192:0": { + "EventID": 80100192, + "WorldLevel": 0, + "StageID": 80100192, + "DropList": [ + 100131, + 100130 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100192:1": { + "EventID": 80100192, + "WorldLevel": 1, + "StageID": 80100192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100192:2": { + "EventID": 80100192, + "WorldLevel": 2, + "StageID": 80100192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100192:3": { + "EventID": 80100192, + "WorldLevel": 3, + "StageID": 80100192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100192:4": { + "EventID": 80100192, + "WorldLevel": 4, + "StageID": 80100192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100192:5": { + "EventID": 80100192, + "WorldLevel": 5, + "StageID": 80100192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100192:6": { + "EventID": 80100192, + "WorldLevel": 6, + "StageID": 80100192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100193:0": { + "EventID": 80100193, + "WorldLevel": 0, + "StageID": 80100193, + "DropList": [ + 100131, + 100130 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100193:1": { + "EventID": 80100193, + "WorldLevel": 1, + "StageID": 80100193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100193:2": { + "EventID": 80100193, + "WorldLevel": 2, + "StageID": 80100193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100193:3": { + "EventID": 80100193, + "WorldLevel": 3, + "StageID": 80100193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100193:4": { + "EventID": 80100193, + "WorldLevel": 4, + "StageID": 80100193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100193:5": { + "EventID": 80100193, + "WorldLevel": 5, + "StageID": 80100193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100193:6": { + "EventID": 80100193, + "WorldLevel": 6, + "StageID": 80100193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100194:0": { + "EventID": 80100194, + "WorldLevel": 0, + "StageID": 80100194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100194:1": { + "EventID": 80100194, + "WorldLevel": 1, + "StageID": 80100194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100194:2": { + "EventID": 80100194, + "WorldLevel": 2, + "StageID": 80100194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100194:3": { + "EventID": 80100194, + "WorldLevel": 3, + "StageID": 80100194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100194:4": { + "EventID": 80100194, + "WorldLevel": 4, + "StageID": 80100194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100194:5": { + "EventID": 80100194, + "WorldLevel": 5, + "StageID": 80100194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100194:6": { + "EventID": 80100194, + "WorldLevel": 6, + "StageID": 80100194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100195:0": { + "EventID": 80100195, + "WorldLevel": 0, + "StageID": 80100195, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100195:1": { + "EventID": 80100195, + "WorldLevel": 1, + "StageID": 80100195, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100195:2": { + "EventID": 80100195, + "WorldLevel": 2, + "StageID": 80100195, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100195:3": { + "EventID": 80100195, + "WorldLevel": 3, + "StageID": 80100195, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100195:4": { + "EventID": 80100195, + "WorldLevel": 4, + "StageID": 80100195, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100195:5": { + "EventID": 80100195, + "WorldLevel": 5, + "StageID": 80100195, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100195:6": { + "EventID": 80100195, + "WorldLevel": 6, + "StageID": 80100195, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100901:0": { + "EventID": 80100901, + "WorldLevel": 0, + "StageID": 801009010, + "DropList": [ + 100111, + 100131, + 3211001, + 3212001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100901:1": { + "EventID": 80100901, + "WorldLevel": 1, + "StageID": 801009011, + "DropList": [ + 100111, + 100131, + 3211002, + 3212001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100901:2": { + "EventID": 80100901, + "WorldLevel": 2, + "StageID": 801009012, + "DropList": [ + 100111, + 100131, + 3211003, + 3212001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100901:3": { + "EventID": 80100901, + "WorldLevel": 3, + "StageID": 801009013, + "DropList": [ + 100111, + 100131, + 3211004, + 3212001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100901:4": { + "EventID": 80100901, + "WorldLevel": 4, + "StageID": 801009014, + "DropList": [ + 100111, + 100131, + 3211005, + 3212001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100901:5": { + "EventID": 80100901, + "WorldLevel": 5, + "StageID": 801009015, + "DropList": [ + 100111, + 100131, + 3211006, + 3212001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80100901:6": { + "EventID": 80100901, + "WorldLevel": 6, + "StageID": 801009016, + "DropList": [ + 100111, + 100131, + 3211007, + 3212001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101011:0": { + "EventID": 80101011, + "WorldLevel": 0, + "StageID": 801010110, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101011:1": { + "EventID": 80101011, + "WorldLevel": 1, + "StageID": 801010111, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101011:2": { + "EventID": 80101011, + "WorldLevel": 2, + "StageID": 801010112, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101011:3": { + "EventID": 80101011, + "WorldLevel": 3, + "StageID": 801010113, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101011:4": { + "EventID": 80101011, + "WorldLevel": 4, + "StageID": 801010114, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101011:5": { + "EventID": 80101011, + "WorldLevel": 5, + "StageID": 801010115, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101011:6": { + "EventID": 80101011, + "WorldLevel": 6, + "StageID": 801010116, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101012:0": { + "EventID": 80101012, + "WorldLevel": 0, + "StageID": 801010120, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101012:1": { + "EventID": 80101012, + "WorldLevel": 1, + "StageID": 801010121, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101012:2": { + "EventID": 80101012, + "WorldLevel": 2, + "StageID": 801010122, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101012:3": { + "EventID": 80101012, + "WorldLevel": 3, + "StageID": 801010123, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101012:4": { + "EventID": 80101012, + "WorldLevel": 4, + "StageID": 801010124, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101012:5": { + "EventID": 80101012, + "WorldLevel": 5, + "StageID": 801010125, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101012:6": { + "EventID": 80101012, + "WorldLevel": 6, + "StageID": 801010126, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101013:0": { + "EventID": 80101013, + "WorldLevel": 0, + "StageID": 801010130, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101013:1": { + "EventID": 80101013, + "WorldLevel": 1, + "StageID": 801010131, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101013:2": { + "EventID": 80101013, + "WorldLevel": 2, + "StageID": 801010132, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101013:3": { + "EventID": 80101013, + "WorldLevel": 3, + "StageID": 801010133, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101013:4": { + "EventID": 80101013, + "WorldLevel": 4, + "StageID": 801010134, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101013:5": { + "EventID": 80101013, + "WorldLevel": 5, + "StageID": 801010135, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101013:6": { + "EventID": 80101013, + "WorldLevel": 6, + "StageID": 801010136, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101021:0": { + "EventID": 80101021, + "WorldLevel": 0, + "StageID": 801010210, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101021:1": { + "EventID": 80101021, + "WorldLevel": 1, + "StageID": 801010211, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101021:2": { + "EventID": 80101021, + "WorldLevel": 2, + "StageID": 801010212, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101021:3": { + "EventID": 80101021, + "WorldLevel": 3, + "StageID": 801010213, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101021:4": { + "EventID": 80101021, + "WorldLevel": 4, + "StageID": 801010214, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101021:5": { + "EventID": 80101021, + "WorldLevel": 5, + "StageID": 801010215, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101021:6": { + "EventID": 80101021, + "WorldLevel": 6, + "StageID": 801010216, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101022:0": { + "EventID": 80101022, + "WorldLevel": 0, + "StageID": 801010220, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101022:1": { + "EventID": 80101022, + "WorldLevel": 1, + "StageID": 801010221, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101022:2": { + "EventID": 80101022, + "WorldLevel": 2, + "StageID": 801010222, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101022:3": { + "EventID": 80101022, + "WorldLevel": 3, + "StageID": 801010223, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101022:4": { + "EventID": 80101022, + "WorldLevel": 4, + "StageID": 801010224, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101022:5": { + "EventID": 80101022, + "WorldLevel": 5, + "StageID": 801010225, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101022:6": { + "EventID": 80101022, + "WorldLevel": 6, + "StageID": 801010226, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101023:0": { + "EventID": 80101023, + "WorldLevel": 0, + "StageID": 801010230, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101023:1": { + "EventID": 80101023, + "WorldLevel": 1, + "StageID": 801010231, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101023:2": { + "EventID": 80101023, + "WorldLevel": 2, + "StageID": 801010232, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101023:3": { + "EventID": 80101023, + "WorldLevel": 3, + "StageID": 801010233, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101023:4": { + "EventID": 80101023, + "WorldLevel": 4, + "StageID": 801010234, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101023:5": { + "EventID": 80101023, + "WorldLevel": 5, + "StageID": 801010235, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101023:6": { + "EventID": 80101023, + "WorldLevel": 6, + "StageID": 801010236, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101031:0": { + "EventID": 80101031, + "WorldLevel": 0, + "StageID": 801010310, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101031:1": { + "EventID": 80101031, + "WorldLevel": 1, + "StageID": 801010311, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101031:2": { + "EventID": 80101031, + "WorldLevel": 2, + "StageID": 801010312, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101031:3": { + "EventID": 80101031, + "WorldLevel": 3, + "StageID": 801010313, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101031:4": { + "EventID": 80101031, + "WorldLevel": 4, + "StageID": 801010314, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101031:5": { + "EventID": 80101031, + "WorldLevel": 5, + "StageID": 801010315, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101031:6": { + "EventID": 80101031, + "WorldLevel": 6, + "StageID": 801010316, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101032:0": { + "EventID": 80101032, + "WorldLevel": 0, + "StageID": 801010320, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101032:1": { + "EventID": 80101032, + "WorldLevel": 1, + "StageID": 801010321, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101032:2": { + "EventID": 80101032, + "WorldLevel": 2, + "StageID": 801010322, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101032:3": { + "EventID": 80101032, + "WorldLevel": 3, + "StageID": 801010323, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101032:4": { + "EventID": 80101032, + "WorldLevel": 4, + "StageID": 801010324, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101032:5": { + "EventID": 80101032, + "WorldLevel": 5, + "StageID": 801010325, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101032:6": { + "EventID": 80101032, + "WorldLevel": 6, + "StageID": 801010326, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101033:0": { + "EventID": 80101033, + "WorldLevel": 0, + "StageID": 801010330, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101033:1": { + "EventID": 80101033, + "WorldLevel": 1, + "StageID": 801010331, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101033:2": { + "EventID": 80101033, + "WorldLevel": 2, + "StageID": 801010332, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101033:3": { + "EventID": 80101033, + "WorldLevel": 3, + "StageID": 801010333, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101033:4": { + "EventID": 80101033, + "WorldLevel": 4, + "StageID": 801010334, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101033:5": { + "EventID": 80101033, + "WorldLevel": 5, + "StageID": 801010335, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101033:6": { + "EventID": 80101033, + "WorldLevel": 6, + "StageID": 801010336, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101041:0": { + "EventID": 80101041, + "WorldLevel": 0, + "StageID": 801010410, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101041:1": { + "EventID": 80101041, + "WorldLevel": 1, + "StageID": 801010411, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101041:2": { + "EventID": 80101041, + "WorldLevel": 2, + "StageID": 801010412, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101041:3": { + "EventID": 80101041, + "WorldLevel": 3, + "StageID": 801010413, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101041:4": { + "EventID": 80101041, + "WorldLevel": 4, + "StageID": 801010414, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101041:5": { + "EventID": 80101041, + "WorldLevel": 5, + "StageID": 801010415, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101041:6": { + "EventID": 80101041, + "WorldLevel": 6, + "StageID": 801010416, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101042:0": { + "EventID": 80101042, + "WorldLevel": 0, + "StageID": 801010420, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101042:1": { + "EventID": 80101042, + "WorldLevel": 1, + "StageID": 801010421, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101042:2": { + "EventID": 80101042, + "WorldLevel": 2, + "StageID": 801010422, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101042:3": { + "EventID": 80101042, + "WorldLevel": 3, + "StageID": 801010423, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101042:4": { + "EventID": 80101042, + "WorldLevel": 4, + "StageID": 801010424, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101042:5": { + "EventID": 80101042, + "WorldLevel": 5, + "StageID": 801010425, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101042:6": { + "EventID": 80101042, + "WorldLevel": 6, + "StageID": 801010426, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101043:0": { + "EventID": 80101043, + "WorldLevel": 0, + "StageID": 801010430, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101043:1": { + "EventID": 80101043, + "WorldLevel": 1, + "StageID": 801010431, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101043:2": { + "EventID": 80101043, + "WorldLevel": 2, + "StageID": 801010432, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101043:3": { + "EventID": 80101043, + "WorldLevel": 3, + "StageID": 801010433, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101043:4": { + "EventID": 80101043, + "WorldLevel": 4, + "StageID": 801010434, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101043:5": { + "EventID": 80101043, + "WorldLevel": 5, + "StageID": 801010435, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101043:6": { + "EventID": 80101043, + "WorldLevel": 6, + "StageID": 801010436, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101051:0": { + "EventID": 80101051, + "WorldLevel": 0, + "StageID": 801010510, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101051:1": { + "EventID": 80101051, + "WorldLevel": 1, + "StageID": 801010511, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101051:2": { + "EventID": 80101051, + "WorldLevel": 2, + "StageID": 801010512, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101051:3": { + "EventID": 80101051, + "WorldLevel": 3, + "StageID": 801010513, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101051:4": { + "EventID": 80101051, + "WorldLevel": 4, + "StageID": 801010514, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101051:5": { + "EventID": 80101051, + "WorldLevel": 5, + "StageID": 801010515, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101051:6": { + "EventID": 80101051, + "WorldLevel": 6, + "StageID": 801010516, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101052:0": { + "EventID": 80101052, + "WorldLevel": 0, + "StageID": 801010520, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101052:1": { + "EventID": 80101052, + "WorldLevel": 1, + "StageID": 801010521, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101052:2": { + "EventID": 80101052, + "WorldLevel": 2, + "StageID": 801010522, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101052:3": { + "EventID": 80101052, + "WorldLevel": 3, + "StageID": 801010523, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101052:4": { + "EventID": 80101052, + "WorldLevel": 4, + "StageID": 801010524, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101052:5": { + "EventID": 80101052, + "WorldLevel": 5, + "StageID": 801010525, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101052:6": { + "EventID": 80101052, + "WorldLevel": 6, + "StageID": 801010526, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101053:0": { + "EventID": 80101053, + "WorldLevel": 0, + "StageID": 801010530, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101053:1": { + "EventID": 80101053, + "WorldLevel": 1, + "StageID": 801010531, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101053:2": { + "EventID": 80101053, + "WorldLevel": 2, + "StageID": 801010532, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101053:3": { + "EventID": 80101053, + "WorldLevel": 3, + "StageID": 801010533, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101053:4": { + "EventID": 80101053, + "WorldLevel": 4, + "StageID": 801010534, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101053:5": { + "EventID": 80101053, + "WorldLevel": 5, + "StageID": 801010535, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101053:6": { + "EventID": 80101053, + "WorldLevel": 6, + "StageID": 801010536, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101061:0": { + "EventID": 80101061, + "WorldLevel": 0, + "StageID": 801010610, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101061:1": { + "EventID": 80101061, + "WorldLevel": 1, + "StageID": 801010611, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101061:2": { + "EventID": 80101061, + "WorldLevel": 2, + "StageID": 801010612, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101061:3": { + "EventID": 80101061, + "WorldLevel": 3, + "StageID": 801010613, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101061:4": { + "EventID": 80101061, + "WorldLevel": 4, + "StageID": 801010614, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101061:5": { + "EventID": 80101061, + "WorldLevel": 5, + "StageID": 801010615, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101061:6": { + "EventID": 80101061, + "WorldLevel": 6, + "StageID": 801010616, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101062:0": { + "EventID": 80101062, + "WorldLevel": 0, + "StageID": 801010620, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101062:1": { + "EventID": 80101062, + "WorldLevel": 1, + "StageID": 801010621, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101062:2": { + "EventID": 80101062, + "WorldLevel": 2, + "StageID": 801010622, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101062:3": { + "EventID": 80101062, + "WorldLevel": 3, + "StageID": 801010623, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101062:4": { + "EventID": 80101062, + "WorldLevel": 4, + "StageID": 801010624, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101062:5": { + "EventID": 80101062, + "WorldLevel": 5, + "StageID": 801010625, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101062:6": { + "EventID": 80101062, + "WorldLevel": 6, + "StageID": 801010626, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101063:0": { + "EventID": 80101063, + "WorldLevel": 0, + "StageID": 801010630, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101063:1": { + "EventID": 80101063, + "WorldLevel": 1, + "StageID": 801010631, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101063:2": { + "EventID": 80101063, + "WorldLevel": 2, + "StageID": 801010632, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101063:3": { + "EventID": 80101063, + "WorldLevel": 3, + "StageID": 801010633, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101063:4": { + "EventID": 80101063, + "WorldLevel": 4, + "StageID": 801010634, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101063:5": { + "EventID": 80101063, + "WorldLevel": 5, + "StageID": 801010635, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101063:6": { + "EventID": 80101063, + "WorldLevel": 6, + "StageID": 801010636, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101071:0": { + "EventID": 80101071, + "WorldLevel": 0, + "StageID": 801010710, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101071:1": { + "EventID": 80101071, + "WorldLevel": 1, + "StageID": 801010711, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101071:2": { + "EventID": 80101071, + "WorldLevel": 2, + "StageID": 801010712, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101071:3": { + "EventID": 80101071, + "WorldLevel": 3, + "StageID": 801010713, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101071:4": { + "EventID": 80101071, + "WorldLevel": 4, + "StageID": 801010714, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101071:5": { + "EventID": 80101071, + "WorldLevel": 5, + "StageID": 801010715, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101071:6": { + "EventID": 80101071, + "WorldLevel": 6, + "StageID": 801010716, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101072:0": { + "EventID": 80101072, + "WorldLevel": 0, + "StageID": 801010720, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101072:1": { + "EventID": 80101072, + "WorldLevel": 1, + "StageID": 801010721, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101072:2": { + "EventID": 80101072, + "WorldLevel": 2, + "StageID": 801010722, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101072:3": { + "EventID": 80101072, + "WorldLevel": 3, + "StageID": 801010723, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101072:4": { + "EventID": 80101072, + "WorldLevel": 4, + "StageID": 801010724, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101072:5": { + "EventID": 80101072, + "WorldLevel": 5, + "StageID": 801010725, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101072:6": { + "EventID": 80101072, + "WorldLevel": 6, + "StageID": 801010726, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101073:0": { + "EventID": 80101073, + "WorldLevel": 0, + "StageID": 801010730, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101073:1": { + "EventID": 80101073, + "WorldLevel": 1, + "StageID": 801010731, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101073:2": { + "EventID": 80101073, + "WorldLevel": 2, + "StageID": 801010732, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101073:3": { + "EventID": 80101073, + "WorldLevel": 3, + "StageID": 801010733, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101073:4": { + "EventID": 80101073, + "WorldLevel": 4, + "StageID": 801010734, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101073:5": { + "EventID": 80101073, + "WorldLevel": 5, + "StageID": 801010735, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101073:6": { + "EventID": 80101073, + "WorldLevel": 6, + "StageID": 801010736, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101081:0": { + "EventID": 80101081, + "WorldLevel": 0, + "StageID": 801010810, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101081:1": { + "EventID": 80101081, + "WorldLevel": 1, + "StageID": 801010811, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101081:2": { + "EventID": 80101081, + "WorldLevel": 2, + "StageID": 801010812, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101081:3": { + "EventID": 80101081, + "WorldLevel": 3, + "StageID": 801010813, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101081:4": { + "EventID": 80101081, + "WorldLevel": 4, + "StageID": 801010814, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101081:5": { + "EventID": 80101081, + "WorldLevel": 5, + "StageID": 801010815, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101081:6": { + "EventID": 80101081, + "WorldLevel": 6, + "StageID": 801010816, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101082:0": { + "EventID": 80101082, + "WorldLevel": 0, + "StageID": 801010820, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101082:1": { + "EventID": 80101082, + "WorldLevel": 1, + "StageID": 801010821, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101082:2": { + "EventID": 80101082, + "WorldLevel": 2, + "StageID": 801010822, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101082:3": { + "EventID": 80101082, + "WorldLevel": 3, + "StageID": 801010823, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101082:4": { + "EventID": 80101082, + "WorldLevel": 4, + "StageID": 801010824, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101082:5": { + "EventID": 80101082, + "WorldLevel": 5, + "StageID": 801010825, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101082:6": { + "EventID": 80101082, + "WorldLevel": 6, + "StageID": 801010826, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101083:0": { + "EventID": 80101083, + "WorldLevel": 0, + "StageID": 801010830, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101083:1": { + "EventID": 80101083, + "WorldLevel": 1, + "StageID": 801010831, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101083:2": { + "EventID": 80101083, + "WorldLevel": 2, + "StageID": 801010832, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101083:3": { + "EventID": 80101083, + "WorldLevel": 3, + "StageID": 801010833, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101083:4": { + "EventID": 80101083, + "WorldLevel": 4, + "StageID": 801010834, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101083:5": { + "EventID": 80101083, + "WorldLevel": 5, + "StageID": 801010835, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101083:6": { + "EventID": 80101083, + "WorldLevel": 6, + "StageID": 801010836, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101091:0": { + "EventID": 80101091, + "WorldLevel": 0, + "StageID": 801010910, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101091:1": { + "EventID": 80101091, + "WorldLevel": 1, + "StageID": 801010911, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101091:2": { + "EventID": 80101091, + "WorldLevel": 2, + "StageID": 801010912, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101091:3": { + "EventID": 80101091, + "WorldLevel": 3, + "StageID": 801010913, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101091:4": { + "EventID": 80101091, + "WorldLevel": 4, + "StageID": 801010914, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101091:5": { + "EventID": 80101091, + "WorldLevel": 5, + "StageID": 801010915, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101091:6": { + "EventID": 80101091, + "WorldLevel": 6, + "StageID": 801010916, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101092:0": { + "EventID": 80101092, + "WorldLevel": 0, + "StageID": 801010920, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101092:1": { + "EventID": 80101092, + "WorldLevel": 1, + "StageID": 801010921, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101092:2": { + "EventID": 80101092, + "WorldLevel": 2, + "StageID": 801010922, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101092:3": { + "EventID": 80101092, + "WorldLevel": 3, + "StageID": 801010923, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101092:4": { + "EventID": 80101092, + "WorldLevel": 4, + "StageID": 801010924, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101092:5": { + "EventID": 80101092, + "WorldLevel": 5, + "StageID": 801010925, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101092:6": { + "EventID": 80101092, + "WorldLevel": 6, + "StageID": 801010926, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101093:0": { + "EventID": 80101093, + "WorldLevel": 0, + "StageID": 801010930, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101093:1": { + "EventID": 80101093, + "WorldLevel": 1, + "StageID": 801010931, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101093:2": { + "EventID": 80101093, + "WorldLevel": 2, + "StageID": 801010932, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101093:3": { + "EventID": 80101093, + "WorldLevel": 3, + "StageID": 801010933, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101093:4": { + "EventID": 80101093, + "WorldLevel": 4, + "StageID": 801010934, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101093:5": { + "EventID": 80101093, + "WorldLevel": 5, + "StageID": 801010935, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101093:6": { + "EventID": 80101093, + "WorldLevel": 6, + "StageID": 801010936, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101101:0": { + "EventID": 80101101, + "WorldLevel": 0, + "StageID": 801011010, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101101:1": { + "EventID": 80101101, + "WorldLevel": 1, + "StageID": 801011011, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101101:2": { + "EventID": 80101101, + "WorldLevel": 2, + "StageID": 801011012, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101101:3": { + "EventID": 80101101, + "WorldLevel": 3, + "StageID": 801011013, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101101:4": { + "EventID": 80101101, + "WorldLevel": 4, + "StageID": 801011014, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101101:5": { + "EventID": 80101101, + "WorldLevel": 5, + "StageID": 801011015, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101101:6": { + "EventID": 80101101, + "WorldLevel": 6, + "StageID": 801011016, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101102:0": { + "EventID": 80101102, + "WorldLevel": 0, + "StageID": 801011020, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101102:1": { + "EventID": 80101102, + "WorldLevel": 1, + "StageID": 801011021, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101102:2": { + "EventID": 80101102, + "WorldLevel": 2, + "StageID": 801011022, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101102:3": { + "EventID": 80101102, + "WorldLevel": 3, + "StageID": 801011023, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101102:4": { + "EventID": 80101102, + "WorldLevel": 4, + "StageID": 801011024, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101102:5": { + "EventID": 80101102, + "WorldLevel": 5, + "StageID": 801011025, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101102:6": { + "EventID": 80101102, + "WorldLevel": 6, + "StageID": 801011026, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101103:0": { + "EventID": 80101103, + "WorldLevel": 0, + "StageID": 801011030, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101103:1": { + "EventID": 80101103, + "WorldLevel": 1, + "StageID": 801011031, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101103:2": { + "EventID": 80101103, + "WorldLevel": 2, + "StageID": 801011032, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101103:3": { + "EventID": 80101103, + "WorldLevel": 3, + "StageID": 801011033, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101103:4": { + "EventID": 80101103, + "WorldLevel": 4, + "StageID": 801011034, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101103:5": { + "EventID": 80101103, + "WorldLevel": 5, + "StageID": 801011035, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101103:6": { + "EventID": 80101103, + "WorldLevel": 6, + "StageID": 801011036, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101111:0": { + "EventID": 80101111, + "WorldLevel": 0, + "StageID": 801011110, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101111:1": { + "EventID": 80101111, + "WorldLevel": 1, + "StageID": 801011111, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101111:2": { + "EventID": 80101111, + "WorldLevel": 2, + "StageID": 801011112, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101111:3": { + "EventID": 80101111, + "WorldLevel": 3, + "StageID": 801011113, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101111:4": { + "EventID": 80101111, + "WorldLevel": 4, + "StageID": 801011114, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101111:5": { + "EventID": 80101111, + "WorldLevel": 5, + "StageID": 801011115, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101111:6": { + "EventID": 80101111, + "WorldLevel": 6, + "StageID": 801011116, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101112:0": { + "EventID": 80101112, + "WorldLevel": 0, + "StageID": 801011120, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101112:1": { + "EventID": 80101112, + "WorldLevel": 1, + "StageID": 801011121, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101112:2": { + "EventID": 80101112, + "WorldLevel": 2, + "StageID": 801011122, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101112:3": { + "EventID": 80101112, + "WorldLevel": 3, + "StageID": 801011123, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101112:4": { + "EventID": 80101112, + "WorldLevel": 4, + "StageID": 801011124, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101112:5": { + "EventID": 80101112, + "WorldLevel": 5, + "StageID": 801011125, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101112:6": { + "EventID": 80101112, + "WorldLevel": 6, + "StageID": 801011126, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101113:0": { + "EventID": 80101113, + "WorldLevel": 0, + "StageID": 801011130, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101113:1": { + "EventID": 80101113, + "WorldLevel": 1, + "StageID": 801011131, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101113:2": { + "EventID": 80101113, + "WorldLevel": 2, + "StageID": 801011132, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101113:3": { + "EventID": 80101113, + "WorldLevel": 3, + "StageID": 801011133, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101113:4": { + "EventID": 80101113, + "WorldLevel": 4, + "StageID": 801011134, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101113:5": { + "EventID": 80101113, + "WorldLevel": 5, + "StageID": 801011135, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101113:6": { + "EventID": 80101113, + "WorldLevel": 6, + "StageID": 801011136, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101121:0": { + "EventID": 80101121, + "WorldLevel": 0, + "StageID": 801011210, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101121:1": { + "EventID": 80101121, + "WorldLevel": 1, + "StageID": 801011211, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101121:2": { + "EventID": 80101121, + "WorldLevel": 2, + "StageID": 801011212, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101121:3": { + "EventID": 80101121, + "WorldLevel": 3, + "StageID": 801011213, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101121:4": { + "EventID": 80101121, + "WorldLevel": 4, + "StageID": 801011214, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101121:5": { + "EventID": 80101121, + "WorldLevel": 5, + "StageID": 801011215, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101121:6": { + "EventID": 80101121, + "WorldLevel": 6, + "StageID": 801011216, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101122:0": { + "EventID": 80101122, + "WorldLevel": 0, + "StageID": 801011220, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101122:1": { + "EventID": 80101122, + "WorldLevel": 1, + "StageID": 801011221, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101122:2": { + "EventID": 80101122, + "WorldLevel": 2, + "StageID": 801011222, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101122:3": { + "EventID": 80101122, + "WorldLevel": 3, + "StageID": 801011223, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101122:4": { + "EventID": 80101122, + "WorldLevel": 4, + "StageID": 801011224, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101122:5": { + "EventID": 80101122, + "WorldLevel": 5, + "StageID": 801011225, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101122:6": { + "EventID": 80101122, + "WorldLevel": 6, + "StageID": 801011226, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101123:0": { + "EventID": 80101123, + "WorldLevel": 0, + "StageID": 801011230, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101123:1": { + "EventID": 80101123, + "WorldLevel": 1, + "StageID": 801011231, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101123:2": { + "EventID": 80101123, + "WorldLevel": 2, + "StageID": 801011232, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101123:3": { + "EventID": 80101123, + "WorldLevel": 3, + "StageID": 801011233, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101123:4": { + "EventID": 80101123, + "WorldLevel": 4, + "StageID": 801011234, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101123:5": { + "EventID": 80101123, + "WorldLevel": 5, + "StageID": 801011235, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101123:6": { + "EventID": 80101123, + "WorldLevel": 6, + "StageID": 801011236, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101411:0": { + "EventID": 80101411, + "WorldLevel": 0, + "StageID": 801014110, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101411:1": { + "EventID": 80101411, + "WorldLevel": 1, + "StageID": 801014111, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101411:2": { + "EventID": 80101411, + "WorldLevel": 2, + "StageID": 801014112, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101411:3": { + "EventID": 80101411, + "WorldLevel": 3, + "StageID": 801014113, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101411:4": { + "EventID": 80101411, + "WorldLevel": 4, + "StageID": 801014114, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101411:5": { + "EventID": 80101411, + "WorldLevel": 5, + "StageID": 801014115, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101411:6": { + "EventID": 80101411, + "WorldLevel": 6, + "StageID": 801014116, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101412:0": { + "EventID": 80101412, + "WorldLevel": 0, + "StageID": 801014120, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101412:1": { + "EventID": 80101412, + "WorldLevel": 1, + "StageID": 801014121, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101412:2": { + "EventID": 80101412, + "WorldLevel": 2, + "StageID": 801014122, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101412:3": { + "EventID": 80101412, + "WorldLevel": 3, + "StageID": 801014123, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101412:4": { + "EventID": 80101412, + "WorldLevel": 4, + "StageID": 801014124, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101412:5": { + "EventID": 80101412, + "WorldLevel": 5, + "StageID": 801014125, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101412:6": { + "EventID": 80101412, + "WorldLevel": 6, + "StageID": 801014126, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101421:0": { + "EventID": 80101421, + "WorldLevel": 0, + "StageID": 801014210, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101421:1": { + "EventID": 80101421, + "WorldLevel": 1, + "StageID": 801014211, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101421:2": { + "EventID": 80101421, + "WorldLevel": 2, + "StageID": 801014212, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101421:3": { + "EventID": 80101421, + "WorldLevel": 3, + "StageID": 801014213, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101421:4": { + "EventID": 80101421, + "WorldLevel": 4, + "StageID": 801014214, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101421:5": { + "EventID": 80101421, + "WorldLevel": 5, + "StageID": 801014215, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101421:6": { + "EventID": 80101421, + "WorldLevel": 6, + "StageID": 801014216, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101422:0": { + "EventID": 80101422, + "WorldLevel": 0, + "StageID": 801014220, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101422:1": { + "EventID": 80101422, + "WorldLevel": 1, + "StageID": 801014221, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101422:2": { + "EventID": 80101422, + "WorldLevel": 2, + "StageID": 801014222, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101422:3": { + "EventID": 80101422, + "WorldLevel": 3, + "StageID": 801014223, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101422:4": { + "EventID": 80101422, + "WorldLevel": 4, + "StageID": 801014224, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101422:5": { + "EventID": 80101422, + "WorldLevel": 5, + "StageID": 801014225, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101422:6": { + "EventID": 80101422, + "WorldLevel": 6, + "StageID": 801014226, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101431:0": { + "EventID": 80101431, + "WorldLevel": 0, + "StageID": 801014310, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101431:1": { + "EventID": 80101431, + "WorldLevel": 1, + "StageID": 801014311, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101431:2": { + "EventID": 80101431, + "WorldLevel": 2, + "StageID": 801014312, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101431:3": { + "EventID": 80101431, + "WorldLevel": 3, + "StageID": 801014313, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101431:4": { + "EventID": 80101431, + "WorldLevel": 4, + "StageID": 801014314, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101431:5": { + "EventID": 80101431, + "WorldLevel": 5, + "StageID": 801014315, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101431:6": { + "EventID": 80101431, + "WorldLevel": 6, + "StageID": 801014316, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101432:0": { + "EventID": 80101432, + "WorldLevel": 0, + "StageID": 801014320, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101432:1": { + "EventID": 80101432, + "WorldLevel": 1, + "StageID": 801014321, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101432:2": { + "EventID": 80101432, + "WorldLevel": 2, + "StageID": 801014322, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101432:3": { + "EventID": 80101432, + "WorldLevel": 3, + "StageID": 801014323, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101432:4": { + "EventID": 80101432, + "WorldLevel": 4, + "StageID": 801014324, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101432:5": { + "EventID": 80101432, + "WorldLevel": 5, + "StageID": 801014325, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101432:6": { + "EventID": 80101432, + "WorldLevel": 6, + "StageID": 801014326, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101441:0": { + "EventID": 80101441, + "WorldLevel": 0, + "StageID": 801014410, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101441:1": { + "EventID": 80101441, + "WorldLevel": 1, + "StageID": 801014411, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101441:2": { + "EventID": 80101441, + "WorldLevel": 2, + "StageID": 801014412, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101441:3": { + "EventID": 80101441, + "WorldLevel": 3, + "StageID": 801014413, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101441:4": { + "EventID": 80101441, + "WorldLevel": 4, + "StageID": 801014414, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101441:5": { + "EventID": 80101441, + "WorldLevel": 5, + "StageID": 801014415, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101441:6": { + "EventID": 80101441, + "WorldLevel": 6, + "StageID": 801014416, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101442:0": { + "EventID": 80101442, + "WorldLevel": 0, + "StageID": 801014420, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101442:1": { + "EventID": 80101442, + "WorldLevel": 1, + "StageID": 801014421, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101442:2": { + "EventID": 80101442, + "WorldLevel": 2, + "StageID": 801014422, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101442:3": { + "EventID": 80101442, + "WorldLevel": 3, + "StageID": 801014423, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101442:4": { + "EventID": 80101442, + "WorldLevel": 4, + "StageID": 801014424, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101442:5": { + "EventID": 80101442, + "WorldLevel": 5, + "StageID": 801014425, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101442:6": { + "EventID": 80101442, + "WorldLevel": 6, + "StageID": 801014426, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101511:0": { + "EventID": 80101511, + "WorldLevel": 0, + "StageID": 801015110, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101511:1": { + "EventID": 80101511, + "WorldLevel": 1, + "StageID": 801015111, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101511:2": { + "EventID": 80101511, + "WorldLevel": 2, + "StageID": 801015112, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101511:3": { + "EventID": 80101511, + "WorldLevel": 3, + "StageID": 801015113, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101511:4": { + "EventID": 80101511, + "WorldLevel": 4, + "StageID": 801015114, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101511:5": { + "EventID": 80101511, + "WorldLevel": 5, + "StageID": 801015115, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101511:6": { + "EventID": 80101511, + "WorldLevel": 6, + "StageID": 801015116, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101512:0": { + "EventID": 80101512, + "WorldLevel": 0, + "StageID": 801015120, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101512:1": { + "EventID": 80101512, + "WorldLevel": 1, + "StageID": 801015121, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101512:2": { + "EventID": 80101512, + "WorldLevel": 2, + "StageID": 801015122, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101512:3": { + "EventID": 80101512, + "WorldLevel": 3, + "StageID": 801015123, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101512:4": { + "EventID": 80101512, + "WorldLevel": 4, + "StageID": 801015124, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101512:5": { + "EventID": 80101512, + "WorldLevel": 5, + "StageID": 801015125, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101512:6": { + "EventID": 80101512, + "WorldLevel": 6, + "StageID": 801015126, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101521:0": { + "EventID": 80101521, + "WorldLevel": 0, + "StageID": 801015210, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101521:1": { + "EventID": 80101521, + "WorldLevel": 1, + "StageID": 801015211, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101521:2": { + "EventID": 80101521, + "WorldLevel": 2, + "StageID": 801015212, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101521:3": { + "EventID": 80101521, + "WorldLevel": 3, + "StageID": 801015213, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101521:4": { + "EventID": 80101521, + "WorldLevel": 4, + "StageID": 801015214, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101521:5": { + "EventID": 80101521, + "WorldLevel": 5, + "StageID": 801015215, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101521:6": { + "EventID": 80101521, + "WorldLevel": 6, + "StageID": 801015216, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101522:0": { + "EventID": 80101522, + "WorldLevel": 0, + "StageID": 801015220, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101522:1": { + "EventID": 80101522, + "WorldLevel": 1, + "StageID": 801015221, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101522:2": { + "EventID": 80101522, + "WorldLevel": 2, + "StageID": 801015222, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101522:3": { + "EventID": 80101522, + "WorldLevel": 3, + "StageID": 801015223, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101522:4": { + "EventID": 80101522, + "WorldLevel": 4, + "StageID": 801015224, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101522:5": { + "EventID": 80101522, + "WorldLevel": 5, + "StageID": 801015225, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101522:6": { + "EventID": 80101522, + "WorldLevel": 6, + "StageID": 801015226, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101531:0": { + "EventID": 80101531, + "WorldLevel": 0, + "StageID": 801015310, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101531:1": { + "EventID": 80101531, + "WorldLevel": 1, + "StageID": 801015311, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101531:2": { + "EventID": 80101531, + "WorldLevel": 2, + "StageID": 801015312, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101531:3": { + "EventID": 80101531, + "WorldLevel": 3, + "StageID": 801015313, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101531:4": { + "EventID": 80101531, + "WorldLevel": 4, + "StageID": 801015314, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101531:5": { + "EventID": 80101531, + "WorldLevel": 5, + "StageID": 801015315, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101531:6": { + "EventID": 80101531, + "WorldLevel": 6, + "StageID": 801015316, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101532:0": { + "EventID": 80101532, + "WorldLevel": 0, + "StageID": 801015320, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101532:1": { + "EventID": 80101532, + "WorldLevel": 1, + "StageID": 801015321, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101532:2": { + "EventID": 80101532, + "WorldLevel": 2, + "StageID": 801015322, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101532:3": { + "EventID": 80101532, + "WorldLevel": 3, + "StageID": 801015323, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101532:4": { + "EventID": 80101532, + "WorldLevel": 4, + "StageID": 801015324, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101532:5": { + "EventID": 80101532, + "WorldLevel": 5, + "StageID": 801015325, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101532:6": { + "EventID": 80101532, + "WorldLevel": 6, + "StageID": 801015326, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101541:0": { + "EventID": 80101541, + "WorldLevel": 0, + "StageID": 801015410, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101541:1": { + "EventID": 80101541, + "WorldLevel": 1, + "StageID": 801015411, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101541:2": { + "EventID": 80101541, + "WorldLevel": 2, + "StageID": 801015412, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101541:3": { + "EventID": 80101541, + "WorldLevel": 3, + "StageID": 801015413, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101541:4": { + "EventID": 80101541, + "WorldLevel": 4, + "StageID": 801015414, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101541:5": { + "EventID": 80101541, + "WorldLevel": 5, + "StageID": 801015415, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101541:6": { + "EventID": 80101541, + "WorldLevel": 6, + "StageID": 801015416, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101542:0": { + "EventID": 80101542, + "WorldLevel": 0, + "StageID": 801015420, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101542:1": { + "EventID": 80101542, + "WorldLevel": 1, + "StageID": 801015421, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101542:2": { + "EventID": 80101542, + "WorldLevel": 2, + "StageID": 801015422, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101542:3": { + "EventID": 80101542, + "WorldLevel": 3, + "StageID": 801015423, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101542:4": { + "EventID": 80101542, + "WorldLevel": 4, + "StageID": 801015424, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101542:5": { + "EventID": 80101542, + "WorldLevel": 5, + "StageID": 801015425, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101542:6": { + "EventID": 80101542, + "WorldLevel": 6, + "StageID": 801015426, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101611:0": { + "EventID": 80101611, + "WorldLevel": 0, + "StageID": 801016110, + "DropList": [ + 100110, + 100130, + 3210001, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101611:1": { + "EventID": 80101611, + "WorldLevel": 1, + "StageID": 801016111, + "DropList": [ + 100110, + 100130, + 3210002, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101611:2": { + "EventID": 80101611, + "WorldLevel": 2, + "StageID": 801016112, + "DropList": [ + 100110, + 100130, + 3210003, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101611:3": { + "EventID": 80101611, + "WorldLevel": 3, + "StageID": 801016113, + "DropList": [ + 100110, + 100130, + 3210004, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101611:4": { + "EventID": 80101611, + "WorldLevel": 4, + "StageID": 801016114, + "DropList": [ + 100110, + 100130, + 3210005, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101611:5": { + "EventID": 80101611, + "WorldLevel": 5, + "StageID": 801016115, + "DropList": [ + 100110, + 100130, + 3210006, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101611:6": { + "EventID": 80101611, + "WorldLevel": 6, + "StageID": 801016116, + "DropList": [ + 100110, + 100130, + 3210007, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101612:0": { + "EventID": 80101612, + "WorldLevel": 0, + "StageID": 801016120, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101612:1": { + "EventID": 80101612, + "WorldLevel": 1, + "StageID": 801016121, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101612:2": { + "EventID": 80101612, + "WorldLevel": 2, + "StageID": 801016122, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101612:3": { + "EventID": 80101612, + "WorldLevel": 3, + "StageID": 801016123, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101612:4": { + "EventID": 80101612, + "WorldLevel": 4, + "StageID": 801016124, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101612:5": { + "EventID": 80101612, + "WorldLevel": 5, + "StageID": 801016125, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101612:6": { + "EventID": 80101612, + "WorldLevel": 6, + "StageID": 801016126, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101621:0": { + "EventID": 80101621, + "WorldLevel": 0, + "StageID": 801016210, + "DropList": [ + 100110, + 100130, + 3210001, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101621:1": { + "EventID": 80101621, + "WorldLevel": 1, + "StageID": 801016211, + "DropList": [ + 100110, + 100130, + 3210002, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101621:2": { + "EventID": 80101621, + "WorldLevel": 2, + "StageID": 801016212, + "DropList": [ + 100110, + 100130, + 3210003, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101621:3": { + "EventID": 80101621, + "WorldLevel": 3, + "StageID": 801016213, + "DropList": [ + 100110, + 100130, + 3210004, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101621:4": { + "EventID": 80101621, + "WorldLevel": 4, + "StageID": 801016214, + "DropList": [ + 100110, + 100130, + 3210005, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101621:5": { + "EventID": 80101621, + "WorldLevel": 5, + "StageID": 801016215, + "DropList": [ + 100110, + 100130, + 3210006, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101621:6": { + "EventID": 80101621, + "WorldLevel": 6, + "StageID": 801016216, + "DropList": [ + 100110, + 100130, + 3210007, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101622:0": { + "EventID": 80101622, + "WorldLevel": 0, + "StageID": 801016220, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101622:1": { + "EventID": 80101622, + "WorldLevel": 1, + "StageID": 801016221, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101622:2": { + "EventID": 80101622, + "WorldLevel": 2, + "StageID": 801016222, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101622:3": { + "EventID": 80101622, + "WorldLevel": 3, + "StageID": 801016223, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101622:4": { + "EventID": 80101622, + "WorldLevel": 4, + "StageID": 801016224, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101622:5": { + "EventID": 80101622, + "WorldLevel": 5, + "StageID": 801016225, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101622:6": { + "EventID": 80101622, + "WorldLevel": 6, + "StageID": 801016226, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101631:0": { + "EventID": 80101631, + "WorldLevel": 0, + "StageID": 801016310, + "DropList": [ + 100110, + 100130, + 3210001, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101631:1": { + "EventID": 80101631, + "WorldLevel": 1, + "StageID": 801016311, + "DropList": [ + 100110, + 100130, + 3210002, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101631:2": { + "EventID": 80101631, + "WorldLevel": 2, + "StageID": 801016312, + "DropList": [ + 100110, + 100130, + 3210003, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101631:3": { + "EventID": 80101631, + "WorldLevel": 3, + "StageID": 801016313, + "DropList": [ + 100110, + 100130, + 3210004, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101631:4": { + "EventID": 80101631, + "WorldLevel": 4, + "StageID": 801016314, + "DropList": [ + 100110, + 100130, + 3210005, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101631:5": { + "EventID": 80101631, + "WorldLevel": 5, + "StageID": 801016315, + "DropList": [ + 100110, + 100130, + 3210006, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101631:6": { + "EventID": 80101631, + "WorldLevel": 6, + "StageID": 801016316, + "DropList": [ + 100110, + 100130, + 3210007, + 100111, + 100130, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101632:0": { + "EventID": 80101632, + "WorldLevel": 0, + "StageID": 801016320, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101632:1": { + "EventID": 80101632, + "WorldLevel": 1, + "StageID": 801016321, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101632:2": { + "EventID": 80101632, + "WorldLevel": 2, + "StageID": 801016322, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101632:3": { + "EventID": 80101632, + "WorldLevel": 3, + "StageID": 801016323, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101632:4": { + "EventID": 80101632, + "WorldLevel": 4, + "StageID": 801016324, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101632:5": { + "EventID": 80101632, + "WorldLevel": 5, + "StageID": 801016325, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101632:6": { + "EventID": 80101632, + "WorldLevel": 6, + "StageID": 801016326, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101811:0": { + "EventID": 80101811, + "WorldLevel": 0, + "StageID": 801018110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101811:1": { + "EventID": 80101811, + "WorldLevel": 1, + "StageID": 801018111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101811:2": { + "EventID": 80101811, + "WorldLevel": 2, + "StageID": 801018112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101811:3": { + "EventID": 80101811, + "WorldLevel": 3, + "StageID": 801018113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101811:4": { + "EventID": 80101811, + "WorldLevel": 4, + "StageID": 801018114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101811:5": { + "EventID": 80101811, + "WorldLevel": 5, + "StageID": 801018115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101811:6": { + "EventID": 80101811, + "WorldLevel": 6, + "StageID": 801018116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101821:0": { + "EventID": 80101821, + "WorldLevel": 0, + "StageID": 801018210, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101821:1": { + "EventID": 80101821, + "WorldLevel": 1, + "StageID": 801018211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101821:2": { + "EventID": 80101821, + "WorldLevel": 2, + "StageID": 801018212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101821:3": { + "EventID": 80101821, + "WorldLevel": 3, + "StageID": 801018213, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101821:4": { + "EventID": 80101821, + "WorldLevel": 4, + "StageID": 801018214, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101821:5": { + "EventID": 80101821, + "WorldLevel": 5, + "StageID": 801018215, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101821:6": { + "EventID": 80101821, + "WorldLevel": 6, + "StageID": 801018216, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101911:0": { + "EventID": 80101911, + "WorldLevel": 0, + "StageID": 801019110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101911:1": { + "EventID": 80101911, + "WorldLevel": 1, + "StageID": 801019111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101911:2": { + "EventID": 80101911, + "WorldLevel": 2, + "StageID": 801019112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101911:3": { + "EventID": 80101911, + "WorldLevel": 3, + "StageID": 801019113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101911:4": { + "EventID": 80101911, + "WorldLevel": 4, + "StageID": 801019114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101911:5": { + "EventID": 80101911, + "WorldLevel": 5, + "StageID": 801019115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80101911:6": { + "EventID": 80101911, + "WorldLevel": 6, + "StageID": 801019116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102011:0": { + "EventID": 80102011, + "WorldLevel": 0, + "StageID": 801020110, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102011:1": { + "EventID": 80102011, + "WorldLevel": 1, + "StageID": 801020111, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102011:2": { + "EventID": 80102011, + "WorldLevel": 2, + "StageID": 801020112, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102011:3": { + "EventID": 80102011, + "WorldLevel": 3, + "StageID": 801020113, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102011:4": { + "EventID": 80102011, + "WorldLevel": 4, + "StageID": 801020114, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102011:5": { + "EventID": 80102011, + "WorldLevel": 5, + "StageID": 801020115, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102011:6": { + "EventID": 80102011, + "WorldLevel": 6, + "StageID": 801020116, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102012:0": { + "EventID": 80102012, + "WorldLevel": 0, + "StageID": 801020120, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102012:1": { + "EventID": 80102012, + "WorldLevel": 1, + "StageID": 801020121, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102012:2": { + "EventID": 80102012, + "WorldLevel": 2, + "StageID": 801020122, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102012:3": { + "EventID": 80102012, + "WorldLevel": 3, + "StageID": 801020123, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102012:4": { + "EventID": 80102012, + "WorldLevel": 4, + "StageID": 801020124, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102012:5": { + "EventID": 80102012, + "WorldLevel": 5, + "StageID": 801020125, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102012:6": { + "EventID": 80102012, + "WorldLevel": 6, + "StageID": 801020126, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102013:0": { + "EventID": 80102013, + "WorldLevel": 0, + "StageID": 801020130, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102013:1": { + "EventID": 80102013, + "WorldLevel": 1, + "StageID": 801020131, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102013:2": { + "EventID": 80102013, + "WorldLevel": 2, + "StageID": 801020132, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102013:3": { + "EventID": 80102013, + "WorldLevel": 3, + "StageID": 801020133, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102013:4": { + "EventID": 80102013, + "WorldLevel": 4, + "StageID": 801020134, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102013:5": { + "EventID": 80102013, + "WorldLevel": 5, + "StageID": 801020135, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102013:6": { + "EventID": 80102013, + "WorldLevel": 6, + "StageID": 801020136, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102021:0": { + "EventID": 80102021, + "WorldLevel": 0, + "StageID": 801020210, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102021:1": { + "EventID": 80102021, + "WorldLevel": 1, + "StageID": 801020211, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102021:2": { + "EventID": 80102021, + "WorldLevel": 2, + "StageID": 801020212, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102021:3": { + "EventID": 80102021, + "WorldLevel": 3, + "StageID": 801020213, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102021:4": { + "EventID": 80102021, + "WorldLevel": 4, + "StageID": 801020214, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102021:5": { + "EventID": 80102021, + "WorldLevel": 5, + "StageID": 801020215, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102021:6": { + "EventID": 80102021, + "WorldLevel": 6, + "StageID": 801020216, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102022:0": { + "EventID": 80102022, + "WorldLevel": 0, + "StageID": 801020220, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102022:1": { + "EventID": 80102022, + "WorldLevel": 1, + "StageID": 801020221, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102022:2": { + "EventID": 80102022, + "WorldLevel": 2, + "StageID": 801020222, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102022:3": { + "EventID": 80102022, + "WorldLevel": 3, + "StageID": 801020223, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102022:4": { + "EventID": 80102022, + "WorldLevel": 4, + "StageID": 801020224, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102022:5": { + "EventID": 80102022, + "WorldLevel": 5, + "StageID": 801020225, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102022:6": { + "EventID": 80102022, + "WorldLevel": 6, + "StageID": 801020226, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102023:0": { + "EventID": 80102023, + "WorldLevel": 0, + "StageID": 801020230, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102023:1": { + "EventID": 80102023, + "WorldLevel": 1, + "StageID": 801020231, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102023:2": { + "EventID": 80102023, + "WorldLevel": 2, + "StageID": 801020232, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102023:3": { + "EventID": 80102023, + "WorldLevel": 3, + "StageID": 801020233, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102023:4": { + "EventID": 80102023, + "WorldLevel": 4, + "StageID": 801020234, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102023:5": { + "EventID": 80102023, + "WorldLevel": 5, + "StageID": 801020235, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102023:6": { + "EventID": 80102023, + "WorldLevel": 6, + "StageID": 801020236, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102031:0": { + "EventID": 80102031, + "WorldLevel": 0, + "StageID": 801020310, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102031:1": { + "EventID": 80102031, + "WorldLevel": 1, + "StageID": 801020311, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102031:2": { + "EventID": 80102031, + "WorldLevel": 2, + "StageID": 801020312, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102031:3": { + "EventID": 80102031, + "WorldLevel": 3, + "StageID": 801020313, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102031:4": { + "EventID": 80102031, + "WorldLevel": 4, + "StageID": 801020314, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102031:5": { + "EventID": 80102031, + "WorldLevel": 5, + "StageID": 801020315, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102031:6": { + "EventID": 80102031, + "WorldLevel": 6, + "StageID": 801020316, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102032:0": { + "EventID": 80102032, + "WorldLevel": 0, + "StageID": 801020320, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102032:1": { + "EventID": 80102032, + "WorldLevel": 1, + "StageID": 801020321, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102032:2": { + "EventID": 80102032, + "WorldLevel": 2, + "StageID": 801020322, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102032:3": { + "EventID": 80102032, + "WorldLevel": 3, + "StageID": 801020323, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102032:4": { + "EventID": 80102032, + "WorldLevel": 4, + "StageID": 801020324, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102032:5": { + "EventID": 80102032, + "WorldLevel": 5, + "StageID": 801020325, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102032:6": { + "EventID": 80102032, + "WorldLevel": 6, + "StageID": 801020326, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102033:0": { + "EventID": 80102033, + "WorldLevel": 0, + "StageID": 801020330, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102033:1": { + "EventID": 80102033, + "WorldLevel": 1, + "StageID": 801020331, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102033:2": { + "EventID": 80102033, + "WorldLevel": 2, + "StageID": 801020332, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102033:3": { + "EventID": 80102033, + "WorldLevel": 3, + "StageID": 801020333, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102033:4": { + "EventID": 80102033, + "WorldLevel": 4, + "StageID": 801020334, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102033:5": { + "EventID": 80102033, + "WorldLevel": 5, + "StageID": 801020335, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102033:6": { + "EventID": 80102033, + "WorldLevel": 6, + "StageID": 801020336, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102041:0": { + "EventID": 80102041, + "WorldLevel": 0, + "StageID": 801020410, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102041:1": { + "EventID": 80102041, + "WorldLevel": 1, + "StageID": 801020411, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102041:2": { + "EventID": 80102041, + "WorldLevel": 2, + "StageID": 801020412, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102041:3": { + "EventID": 80102041, + "WorldLevel": 3, + "StageID": 801020413, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102041:4": { + "EventID": 80102041, + "WorldLevel": 4, + "StageID": 801020414, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102041:5": { + "EventID": 80102041, + "WorldLevel": 5, + "StageID": 801020415, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102041:6": { + "EventID": 80102041, + "WorldLevel": 6, + "StageID": 801020416, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102042:0": { + "EventID": 80102042, + "WorldLevel": 0, + "StageID": 801020420, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102042:1": { + "EventID": 80102042, + "WorldLevel": 1, + "StageID": 801020421, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102042:2": { + "EventID": 80102042, + "WorldLevel": 2, + "StageID": 801020422, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102042:3": { + "EventID": 80102042, + "WorldLevel": 3, + "StageID": 801020423, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102042:4": { + "EventID": 80102042, + "WorldLevel": 4, + "StageID": 801020424, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102042:5": { + "EventID": 80102042, + "WorldLevel": 5, + "StageID": 801020425, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102042:6": { + "EventID": 80102042, + "WorldLevel": 6, + "StageID": 801020426, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102043:0": { + "EventID": 80102043, + "WorldLevel": 0, + "StageID": 801020430, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102043:1": { + "EventID": 80102043, + "WorldLevel": 1, + "StageID": 801020431, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102043:2": { + "EventID": 80102043, + "WorldLevel": 2, + "StageID": 801020432, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102043:3": { + "EventID": 80102043, + "WorldLevel": 3, + "StageID": 801020433, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102043:4": { + "EventID": 80102043, + "WorldLevel": 4, + "StageID": 801020434, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102043:5": { + "EventID": 80102043, + "WorldLevel": 5, + "StageID": 801020435, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102043:6": { + "EventID": 80102043, + "WorldLevel": 6, + "StageID": 801020436, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102051:0": { + "EventID": 80102051, + "WorldLevel": 0, + "StageID": 801020510, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102051:1": { + "EventID": 80102051, + "WorldLevel": 1, + "StageID": 801020511, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102051:2": { + "EventID": 80102051, + "WorldLevel": 2, + "StageID": 801020512, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102051:3": { + "EventID": 80102051, + "WorldLevel": 3, + "StageID": 801020513, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102051:4": { + "EventID": 80102051, + "WorldLevel": 4, + "StageID": 801020514, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102051:5": { + "EventID": 80102051, + "WorldLevel": 5, + "StageID": 801020515, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102051:6": { + "EventID": 80102051, + "WorldLevel": 6, + "StageID": 801020516, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102052:0": { + "EventID": 80102052, + "WorldLevel": 0, + "StageID": 801020520, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102052:1": { + "EventID": 80102052, + "WorldLevel": 1, + "StageID": 801020521, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102052:2": { + "EventID": 80102052, + "WorldLevel": 2, + "StageID": 801020522, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102052:3": { + "EventID": 80102052, + "WorldLevel": 3, + "StageID": 801020523, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102052:4": { + "EventID": 80102052, + "WorldLevel": 4, + "StageID": 801020524, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102052:5": { + "EventID": 80102052, + "WorldLevel": 5, + "StageID": 801020525, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102052:6": { + "EventID": 80102052, + "WorldLevel": 6, + "StageID": 801020526, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102053:0": { + "EventID": 80102053, + "WorldLevel": 0, + "StageID": 801020530, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102053:1": { + "EventID": 80102053, + "WorldLevel": 1, + "StageID": 801020531, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102053:2": { + "EventID": 80102053, + "WorldLevel": 2, + "StageID": 801020532, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102053:3": { + "EventID": 80102053, + "WorldLevel": 3, + "StageID": 801020533, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102053:4": { + "EventID": 80102053, + "WorldLevel": 4, + "StageID": 801020534, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102053:5": { + "EventID": 80102053, + "WorldLevel": 5, + "StageID": 801020535, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102053:6": { + "EventID": 80102053, + "WorldLevel": 6, + "StageID": 801020536, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102061:0": { + "EventID": 80102061, + "WorldLevel": 0, + "StageID": 801020610, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102061:1": { + "EventID": 80102061, + "WorldLevel": 1, + "StageID": 801020611, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102061:2": { + "EventID": 80102061, + "WorldLevel": 2, + "StageID": 801020612, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102061:3": { + "EventID": 80102061, + "WorldLevel": 3, + "StageID": 801020613, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102061:4": { + "EventID": 80102061, + "WorldLevel": 4, + "StageID": 801020614, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102061:5": { + "EventID": 80102061, + "WorldLevel": 5, + "StageID": 801020615, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102061:6": { + "EventID": 80102061, + "WorldLevel": 6, + "StageID": 801020616, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102062:0": { + "EventID": 80102062, + "WorldLevel": 0, + "StageID": 801020620, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102062:1": { + "EventID": 80102062, + "WorldLevel": 1, + "StageID": 801020621, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102062:2": { + "EventID": 80102062, + "WorldLevel": 2, + "StageID": 801020622, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102062:3": { + "EventID": 80102062, + "WorldLevel": 3, + "StageID": 801020623, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102062:4": { + "EventID": 80102062, + "WorldLevel": 4, + "StageID": 801020624, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102062:5": { + "EventID": 80102062, + "WorldLevel": 5, + "StageID": 801020625, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102062:6": { + "EventID": 80102062, + "WorldLevel": 6, + "StageID": 801020626, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102063:0": { + "EventID": 80102063, + "WorldLevel": 0, + "StageID": 801020630, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102063:1": { + "EventID": 80102063, + "WorldLevel": 1, + "StageID": 801020631, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102063:2": { + "EventID": 80102063, + "WorldLevel": 2, + "StageID": 801020632, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102063:3": { + "EventID": 80102063, + "WorldLevel": 3, + "StageID": 801020633, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102063:4": { + "EventID": 80102063, + "WorldLevel": 4, + "StageID": 801020634, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102063:5": { + "EventID": 80102063, + "WorldLevel": 5, + "StageID": 801020635, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102063:6": { + "EventID": 80102063, + "WorldLevel": 6, + "StageID": 801020636, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102071:0": { + "EventID": 80102071, + "WorldLevel": 0, + "StageID": 801020710, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102071:1": { + "EventID": 80102071, + "WorldLevel": 1, + "StageID": 801020711, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102071:2": { + "EventID": 80102071, + "WorldLevel": 2, + "StageID": 801020712, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102071:3": { + "EventID": 80102071, + "WorldLevel": 3, + "StageID": 801020713, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102071:4": { + "EventID": 80102071, + "WorldLevel": 4, + "StageID": 801020714, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102071:5": { + "EventID": 80102071, + "WorldLevel": 5, + "StageID": 801020715, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102071:6": { + "EventID": 80102071, + "WorldLevel": 6, + "StageID": 801020716, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102072:0": { + "EventID": 80102072, + "WorldLevel": 0, + "StageID": 801020720, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102072:1": { + "EventID": 80102072, + "WorldLevel": 1, + "StageID": 801020721, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102072:2": { + "EventID": 80102072, + "WorldLevel": 2, + "StageID": 801020722, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102072:3": { + "EventID": 80102072, + "WorldLevel": 3, + "StageID": 801020723, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102072:4": { + "EventID": 80102072, + "WorldLevel": 4, + "StageID": 801020724, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102072:5": { + "EventID": 80102072, + "WorldLevel": 5, + "StageID": 801020725, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102072:6": { + "EventID": 80102072, + "WorldLevel": 6, + "StageID": 801020726, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102073:0": { + "EventID": 80102073, + "WorldLevel": 0, + "StageID": 801020730, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102073:1": { + "EventID": 80102073, + "WorldLevel": 1, + "StageID": 801020731, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102073:2": { + "EventID": 80102073, + "WorldLevel": 2, + "StageID": 801020732, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102073:3": { + "EventID": 80102073, + "WorldLevel": 3, + "StageID": 801020733, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102073:4": { + "EventID": 80102073, + "WorldLevel": 4, + "StageID": 801020734, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102073:5": { + "EventID": 80102073, + "WorldLevel": 5, + "StageID": 801020735, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102073:6": { + "EventID": 80102073, + "WorldLevel": 6, + "StageID": 801020736, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102081:0": { + "EventID": 80102081, + "WorldLevel": 0, + "StageID": 801020810, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102081:1": { + "EventID": 80102081, + "WorldLevel": 1, + "StageID": 801020811, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102081:2": { + "EventID": 80102081, + "WorldLevel": 2, + "StageID": 801020812, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102081:3": { + "EventID": 80102081, + "WorldLevel": 3, + "StageID": 801020813, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102081:4": { + "EventID": 80102081, + "WorldLevel": 4, + "StageID": 801020814, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102081:5": { + "EventID": 80102081, + "WorldLevel": 5, + "StageID": 801020815, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102081:6": { + "EventID": 80102081, + "WorldLevel": 6, + "StageID": 801020816, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102082:0": { + "EventID": 80102082, + "WorldLevel": 0, + "StageID": 801020820, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102082:1": { + "EventID": 80102082, + "WorldLevel": 1, + "StageID": 801020821, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102082:2": { + "EventID": 80102082, + "WorldLevel": 2, + "StageID": 801020822, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102082:3": { + "EventID": 80102082, + "WorldLevel": 3, + "StageID": 801020823, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102082:4": { + "EventID": 80102082, + "WorldLevel": 4, + "StageID": 801020824, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102082:5": { + "EventID": 80102082, + "WorldLevel": 5, + "StageID": 801020825, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102082:6": { + "EventID": 80102082, + "WorldLevel": 6, + "StageID": 801020826, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102083:0": { + "EventID": 80102083, + "WorldLevel": 0, + "StageID": 801020830, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102083:1": { + "EventID": 80102083, + "WorldLevel": 1, + "StageID": 801020831, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102083:2": { + "EventID": 80102083, + "WorldLevel": 2, + "StageID": 801020832, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102083:3": { + "EventID": 80102083, + "WorldLevel": 3, + "StageID": 801020833, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102083:4": { + "EventID": 80102083, + "WorldLevel": 4, + "StageID": 801020834, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102083:5": { + "EventID": 80102083, + "WorldLevel": 5, + "StageID": 801020835, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102083:6": { + "EventID": 80102083, + "WorldLevel": 6, + "StageID": 801020836, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102091:0": { + "EventID": 80102091, + "WorldLevel": 0, + "StageID": 801020910, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102091:1": { + "EventID": 80102091, + "WorldLevel": 1, + "StageID": 801020911, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102091:2": { + "EventID": 80102091, + "WorldLevel": 2, + "StageID": 801020912, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102091:3": { + "EventID": 80102091, + "WorldLevel": 3, + "StageID": 801020913, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102091:4": { + "EventID": 80102091, + "WorldLevel": 4, + "StageID": 801020914, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102091:5": { + "EventID": 80102091, + "WorldLevel": 5, + "StageID": 801020915, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102091:6": { + "EventID": 80102091, + "WorldLevel": 6, + "StageID": 801020916, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102092:0": { + "EventID": 80102092, + "WorldLevel": 0, + "StageID": 801020920, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102092:1": { + "EventID": 80102092, + "WorldLevel": 1, + "StageID": 801020921, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102092:2": { + "EventID": 80102092, + "WorldLevel": 2, + "StageID": 801020922, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102092:3": { + "EventID": 80102092, + "WorldLevel": 3, + "StageID": 801020923, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102092:4": { + "EventID": 80102092, + "WorldLevel": 4, + "StageID": 801020924, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102092:5": { + "EventID": 80102092, + "WorldLevel": 5, + "StageID": 801020925, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102092:6": { + "EventID": 80102092, + "WorldLevel": 6, + "StageID": 801020926, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102093:0": { + "EventID": 80102093, + "WorldLevel": 0, + "StageID": 801020930, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102093:1": { + "EventID": 80102093, + "WorldLevel": 1, + "StageID": 801020931, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102093:2": { + "EventID": 80102093, + "WorldLevel": 2, + "StageID": 801020932, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102093:3": { + "EventID": 80102093, + "WorldLevel": 3, + "StageID": 801020933, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102093:4": { + "EventID": 80102093, + "WorldLevel": 4, + "StageID": 801020934, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102093:5": { + "EventID": 80102093, + "WorldLevel": 5, + "StageID": 801020935, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102093:6": { + "EventID": 80102093, + "WorldLevel": 6, + "StageID": 801020936, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102101:0": { + "EventID": 80102101, + "WorldLevel": 0, + "StageID": 801021010, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102101:1": { + "EventID": 80102101, + "WorldLevel": 1, + "StageID": 801021011, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102101:2": { + "EventID": 80102101, + "WorldLevel": 2, + "StageID": 801021012, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102101:3": { + "EventID": 80102101, + "WorldLevel": 3, + "StageID": 801021013, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102101:4": { + "EventID": 80102101, + "WorldLevel": 4, + "StageID": 801021014, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102101:5": { + "EventID": 80102101, + "WorldLevel": 5, + "StageID": 801021015, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102101:6": { + "EventID": 80102101, + "WorldLevel": 6, + "StageID": 801021016, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102102:0": { + "EventID": 80102102, + "WorldLevel": 0, + "StageID": 801021020, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102102:1": { + "EventID": 80102102, + "WorldLevel": 1, + "StageID": 801021021, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102102:2": { + "EventID": 80102102, + "WorldLevel": 2, + "StageID": 801021022, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102102:3": { + "EventID": 80102102, + "WorldLevel": 3, + "StageID": 801021023, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102102:4": { + "EventID": 80102102, + "WorldLevel": 4, + "StageID": 801021024, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102102:5": { + "EventID": 80102102, + "WorldLevel": 5, + "StageID": 801021025, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102102:6": { + "EventID": 80102102, + "WorldLevel": 6, + "StageID": 801021026, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102103:0": { + "EventID": 80102103, + "WorldLevel": 0, + "StageID": 801021030, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102103:1": { + "EventID": 80102103, + "WorldLevel": 1, + "StageID": 801021031, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102103:2": { + "EventID": 80102103, + "WorldLevel": 2, + "StageID": 801021032, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102103:3": { + "EventID": 80102103, + "WorldLevel": 3, + "StageID": 801021033, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102103:4": { + "EventID": 80102103, + "WorldLevel": 4, + "StageID": 801021034, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102103:5": { + "EventID": 80102103, + "WorldLevel": 5, + "StageID": 801021035, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102103:6": { + "EventID": 80102103, + "WorldLevel": 6, + "StageID": 801021036, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102111:0": { + "EventID": 80102111, + "WorldLevel": 0, + "StageID": 801021110, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102111:1": { + "EventID": 80102111, + "WorldLevel": 1, + "StageID": 801021111, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102111:2": { + "EventID": 80102111, + "WorldLevel": 2, + "StageID": 801021112, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102111:3": { + "EventID": 80102111, + "WorldLevel": 3, + "StageID": 801021113, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102111:4": { + "EventID": 80102111, + "WorldLevel": 4, + "StageID": 801021114, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102111:5": { + "EventID": 80102111, + "WorldLevel": 5, + "StageID": 801021115, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102111:6": { + "EventID": 80102111, + "WorldLevel": 6, + "StageID": 801021116, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102112:0": { + "EventID": 80102112, + "WorldLevel": 0, + "StageID": 801021120, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102112:1": { + "EventID": 80102112, + "WorldLevel": 1, + "StageID": 801021121, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102112:2": { + "EventID": 80102112, + "WorldLevel": 2, + "StageID": 801021122, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102112:3": { + "EventID": 80102112, + "WorldLevel": 3, + "StageID": 801021123, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102112:4": { + "EventID": 80102112, + "WorldLevel": 4, + "StageID": 801021124, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102112:5": { + "EventID": 80102112, + "WorldLevel": 5, + "StageID": 801021125, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102112:6": { + "EventID": 80102112, + "WorldLevel": 6, + "StageID": 801021126, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102113:0": { + "EventID": 80102113, + "WorldLevel": 0, + "StageID": 801021130, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102113:1": { + "EventID": 80102113, + "WorldLevel": 1, + "StageID": 801021131, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102113:2": { + "EventID": 80102113, + "WorldLevel": 2, + "StageID": 801021132, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102113:3": { + "EventID": 80102113, + "WorldLevel": 3, + "StageID": 801021133, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102113:4": { + "EventID": 80102113, + "WorldLevel": 4, + "StageID": 801021134, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102113:5": { + "EventID": 80102113, + "WorldLevel": 5, + "StageID": 801021135, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102113:6": { + "EventID": 80102113, + "WorldLevel": 6, + "StageID": 801021136, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102121:0": { + "EventID": 80102121, + "WorldLevel": 0, + "StageID": 801021210, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102121:1": { + "EventID": 80102121, + "WorldLevel": 1, + "StageID": 801021211, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102121:2": { + "EventID": 80102121, + "WorldLevel": 2, + "StageID": 801021212, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102121:3": { + "EventID": 80102121, + "WorldLevel": 3, + "StageID": 801021213, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102121:4": { + "EventID": 80102121, + "WorldLevel": 4, + "StageID": 801021214, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102121:5": { + "EventID": 80102121, + "WorldLevel": 5, + "StageID": 801021215, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102121:6": { + "EventID": 80102121, + "WorldLevel": 6, + "StageID": 801021216, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102122:0": { + "EventID": 80102122, + "WorldLevel": 0, + "StageID": 801021220, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102122:1": { + "EventID": 80102122, + "WorldLevel": 1, + "StageID": 801021221, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102122:2": { + "EventID": 80102122, + "WorldLevel": 2, + "StageID": 801021222, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102122:3": { + "EventID": 80102122, + "WorldLevel": 3, + "StageID": 801021223, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102122:4": { + "EventID": 80102122, + "WorldLevel": 4, + "StageID": 801021224, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102122:5": { + "EventID": 80102122, + "WorldLevel": 5, + "StageID": 801021225, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102122:6": { + "EventID": 80102122, + "WorldLevel": 6, + "StageID": 801021226, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102123:0": { + "EventID": 80102123, + "WorldLevel": 0, + "StageID": 801021230, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102123:1": { + "EventID": 80102123, + "WorldLevel": 1, + "StageID": 801021231, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102123:2": { + "EventID": 80102123, + "WorldLevel": 2, + "StageID": 801021232, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102123:3": { + "EventID": 80102123, + "WorldLevel": 3, + "StageID": 801021233, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102123:4": { + "EventID": 80102123, + "WorldLevel": 4, + "StageID": 801021234, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102123:5": { + "EventID": 80102123, + "WorldLevel": 5, + "StageID": 801021235, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102123:6": { + "EventID": 80102123, + "WorldLevel": 6, + "StageID": 801021236, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102411:0": { + "EventID": 80102411, + "WorldLevel": 0, + "StageID": 801024110, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102411:1": { + "EventID": 80102411, + "WorldLevel": 1, + "StageID": 801024111, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102411:2": { + "EventID": 80102411, + "WorldLevel": 2, + "StageID": 801024112, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102411:3": { + "EventID": 80102411, + "WorldLevel": 3, + "StageID": 801024113, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102411:4": { + "EventID": 80102411, + "WorldLevel": 4, + "StageID": 801024114, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102411:5": { + "EventID": 80102411, + "WorldLevel": 5, + "StageID": 801024115, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102411:6": { + "EventID": 80102411, + "WorldLevel": 6, + "StageID": 801024116, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102412:0": { + "EventID": 80102412, + "WorldLevel": 0, + "StageID": 801024120, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102412:1": { + "EventID": 80102412, + "WorldLevel": 1, + "StageID": 801024121, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102412:2": { + "EventID": 80102412, + "WorldLevel": 2, + "StageID": 801024122, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102412:3": { + "EventID": 80102412, + "WorldLevel": 3, + "StageID": 801024123, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102412:4": { + "EventID": 80102412, + "WorldLevel": 4, + "StageID": 801024124, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102412:5": { + "EventID": 80102412, + "WorldLevel": 5, + "StageID": 801024125, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102412:6": { + "EventID": 80102412, + "WorldLevel": 6, + "StageID": 801024126, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102421:0": { + "EventID": 80102421, + "WorldLevel": 0, + "StageID": 801024210, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102421:1": { + "EventID": 80102421, + "WorldLevel": 1, + "StageID": 801024211, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102421:2": { + "EventID": 80102421, + "WorldLevel": 2, + "StageID": 801024212, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102421:3": { + "EventID": 80102421, + "WorldLevel": 3, + "StageID": 801024213, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102421:4": { + "EventID": 80102421, + "WorldLevel": 4, + "StageID": 801024214, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102421:5": { + "EventID": 80102421, + "WorldLevel": 5, + "StageID": 801024215, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102421:6": { + "EventID": 80102421, + "WorldLevel": 6, + "StageID": 801024216, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102422:0": { + "EventID": 80102422, + "WorldLevel": 0, + "StageID": 801024220, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102422:1": { + "EventID": 80102422, + "WorldLevel": 1, + "StageID": 801024221, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102422:2": { + "EventID": 80102422, + "WorldLevel": 2, + "StageID": 801024222, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102422:3": { + "EventID": 80102422, + "WorldLevel": 3, + "StageID": 801024223, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102422:4": { + "EventID": 80102422, + "WorldLevel": 4, + "StageID": 801024224, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102422:5": { + "EventID": 80102422, + "WorldLevel": 5, + "StageID": 801024225, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102422:6": { + "EventID": 80102422, + "WorldLevel": 6, + "StageID": 801024226, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102431:0": { + "EventID": 80102431, + "WorldLevel": 0, + "StageID": 801024310, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102431:1": { + "EventID": 80102431, + "WorldLevel": 1, + "StageID": 801024311, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102431:2": { + "EventID": 80102431, + "WorldLevel": 2, + "StageID": 801024312, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102431:3": { + "EventID": 80102431, + "WorldLevel": 3, + "StageID": 801024313, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102431:4": { + "EventID": 80102431, + "WorldLevel": 4, + "StageID": 801024314, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102431:5": { + "EventID": 80102431, + "WorldLevel": 5, + "StageID": 801024315, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102431:6": { + "EventID": 80102431, + "WorldLevel": 6, + "StageID": 801024316, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102432:0": { + "EventID": 80102432, + "WorldLevel": 0, + "StageID": 801024320, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102432:1": { + "EventID": 80102432, + "WorldLevel": 1, + "StageID": 801024321, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102432:2": { + "EventID": 80102432, + "WorldLevel": 2, + "StageID": 801024322, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102432:3": { + "EventID": 80102432, + "WorldLevel": 3, + "StageID": 801024323, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102432:4": { + "EventID": 80102432, + "WorldLevel": 4, + "StageID": 801024324, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102432:5": { + "EventID": 80102432, + "WorldLevel": 5, + "StageID": 801024325, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102432:6": { + "EventID": 80102432, + "WorldLevel": 6, + "StageID": 801024326, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102441:0": { + "EventID": 80102441, + "WorldLevel": 0, + "StageID": 801024410, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102441:1": { + "EventID": 80102441, + "WorldLevel": 1, + "StageID": 801024411, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102441:2": { + "EventID": 80102441, + "WorldLevel": 2, + "StageID": 801024412, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102441:3": { + "EventID": 80102441, + "WorldLevel": 3, + "StageID": 801024413, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102441:4": { + "EventID": 80102441, + "WorldLevel": 4, + "StageID": 801024414, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102441:5": { + "EventID": 80102441, + "WorldLevel": 5, + "StageID": 801024415, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102441:6": { + "EventID": 80102441, + "WorldLevel": 6, + "StageID": 801024416, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102442:0": { + "EventID": 80102442, + "WorldLevel": 0, + "StageID": 801024420, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102442:1": { + "EventID": 80102442, + "WorldLevel": 1, + "StageID": 801024421, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102442:2": { + "EventID": 80102442, + "WorldLevel": 2, + "StageID": 801024422, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102442:3": { + "EventID": 80102442, + "WorldLevel": 3, + "StageID": 801024423, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102442:4": { + "EventID": 80102442, + "WorldLevel": 4, + "StageID": 801024424, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102442:5": { + "EventID": 80102442, + "WorldLevel": 5, + "StageID": 801024425, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102442:6": { + "EventID": 80102442, + "WorldLevel": 6, + "StageID": 801024426, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102511:0": { + "EventID": 80102511, + "WorldLevel": 0, + "StageID": 801025110, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102511:1": { + "EventID": 80102511, + "WorldLevel": 1, + "StageID": 801025111, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102511:2": { + "EventID": 80102511, + "WorldLevel": 2, + "StageID": 801025112, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102511:3": { + "EventID": 80102511, + "WorldLevel": 3, + "StageID": 801025113, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102511:4": { + "EventID": 80102511, + "WorldLevel": 4, + "StageID": 801025114, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102511:5": { + "EventID": 80102511, + "WorldLevel": 5, + "StageID": 801025115, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102511:6": { + "EventID": 80102511, + "WorldLevel": 6, + "StageID": 801025116, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102512:0": { + "EventID": 80102512, + "WorldLevel": 0, + "StageID": 801025120, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102512:1": { + "EventID": 80102512, + "WorldLevel": 1, + "StageID": 801025121, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102512:2": { + "EventID": 80102512, + "WorldLevel": 2, + "StageID": 801025122, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102512:3": { + "EventID": 80102512, + "WorldLevel": 3, + "StageID": 801025123, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102512:4": { + "EventID": 80102512, + "WorldLevel": 4, + "StageID": 801025124, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102512:5": { + "EventID": 80102512, + "WorldLevel": 5, + "StageID": 801025125, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102512:6": { + "EventID": 80102512, + "WorldLevel": 6, + "StageID": 801025126, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102521:0": { + "EventID": 80102521, + "WorldLevel": 0, + "StageID": 801025210, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102521:1": { + "EventID": 80102521, + "WorldLevel": 1, + "StageID": 801025211, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102521:2": { + "EventID": 80102521, + "WorldLevel": 2, + "StageID": 801025212, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102521:3": { + "EventID": 80102521, + "WorldLevel": 3, + "StageID": 801025213, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102521:4": { + "EventID": 80102521, + "WorldLevel": 4, + "StageID": 801025214, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102521:5": { + "EventID": 80102521, + "WorldLevel": 5, + "StageID": 801025215, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102521:6": { + "EventID": 80102521, + "WorldLevel": 6, + "StageID": 801025216, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102522:0": { + "EventID": 80102522, + "WorldLevel": 0, + "StageID": 801025220, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102522:1": { + "EventID": 80102522, + "WorldLevel": 1, + "StageID": 801025221, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102522:2": { + "EventID": 80102522, + "WorldLevel": 2, + "StageID": 801025222, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102522:3": { + "EventID": 80102522, + "WorldLevel": 3, + "StageID": 801025223, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102522:4": { + "EventID": 80102522, + "WorldLevel": 4, + "StageID": 801025224, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102522:5": { + "EventID": 80102522, + "WorldLevel": 5, + "StageID": 801025225, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102522:6": { + "EventID": 80102522, + "WorldLevel": 6, + "StageID": 801025226, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102531:0": { + "EventID": 80102531, + "WorldLevel": 0, + "StageID": 801025310, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102531:1": { + "EventID": 80102531, + "WorldLevel": 1, + "StageID": 801025311, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102531:2": { + "EventID": 80102531, + "WorldLevel": 2, + "StageID": 801025312, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102531:3": { + "EventID": 80102531, + "WorldLevel": 3, + "StageID": 801025313, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102531:4": { + "EventID": 80102531, + "WorldLevel": 4, + "StageID": 801025314, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102531:5": { + "EventID": 80102531, + "WorldLevel": 5, + "StageID": 801025315, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102531:6": { + "EventID": 80102531, + "WorldLevel": 6, + "StageID": 801025316, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102532:0": { + "EventID": 80102532, + "WorldLevel": 0, + "StageID": 801025320, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102532:1": { + "EventID": 80102532, + "WorldLevel": 1, + "StageID": 801025321, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102532:2": { + "EventID": 80102532, + "WorldLevel": 2, + "StageID": 801025322, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102532:3": { + "EventID": 80102532, + "WorldLevel": 3, + "StageID": 801025323, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102532:4": { + "EventID": 80102532, + "WorldLevel": 4, + "StageID": 801025324, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102532:5": { + "EventID": 80102532, + "WorldLevel": 5, + "StageID": 801025325, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102532:6": { + "EventID": 80102532, + "WorldLevel": 6, + "StageID": 801025326, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102541:0": { + "EventID": 80102541, + "WorldLevel": 0, + "StageID": 801025410, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102541:1": { + "EventID": 80102541, + "WorldLevel": 1, + "StageID": 801025411, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102541:2": { + "EventID": 80102541, + "WorldLevel": 2, + "StageID": 801025412, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102541:3": { + "EventID": 80102541, + "WorldLevel": 3, + "StageID": 801025413, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102541:4": { + "EventID": 80102541, + "WorldLevel": 4, + "StageID": 801025414, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102541:5": { + "EventID": 80102541, + "WorldLevel": 5, + "StageID": 801025415, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102541:6": { + "EventID": 80102541, + "WorldLevel": 6, + "StageID": 801025416, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102542:0": { + "EventID": 80102542, + "WorldLevel": 0, + "StageID": 801025420, + "DropList": [ + 100111, + 100131, + 3211001 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102542:1": { + "EventID": 80102542, + "WorldLevel": 1, + "StageID": 801025421, + "DropList": [ + 100111, + 100131, + 3211002 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102542:2": { + "EventID": 80102542, + "WorldLevel": 2, + "StageID": 801025422, + "DropList": [ + 100111, + 100131, + 3211003 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102542:3": { + "EventID": 80102542, + "WorldLevel": 3, + "StageID": 801025423, + "DropList": [ + 100111, + 100131, + 3211004 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102542:4": { + "EventID": 80102542, + "WorldLevel": 4, + "StageID": 801025424, + "DropList": [ + 100111, + 100131, + 3211005 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102542:5": { + "EventID": 80102542, + "WorldLevel": 5, + "StageID": 801025425, + "DropList": [ + 100111, + 100131, + 3211006 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102542:6": { + "EventID": 80102542, + "WorldLevel": 6, + "StageID": 801025426, + "DropList": [ + 100111, + 100131, + 3211007 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102611:0": { + "EventID": 80102611, + "WorldLevel": 0, + "StageID": 801026110, + "DropList": [ + 100110, + 100130, + 3210001, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102611:1": { + "EventID": 80102611, + "WorldLevel": 1, + "StageID": 801026111, + "DropList": [ + 100110, + 100130, + 3210002, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102611:2": { + "EventID": 80102611, + "WorldLevel": 2, + "StageID": 801026112, + "DropList": [ + 100110, + 100130, + 3210003, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102611:3": { + "EventID": 80102611, + "WorldLevel": 3, + "StageID": 801026113, + "DropList": [ + 100110, + 100130, + 3210004, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102611:4": { + "EventID": 80102611, + "WorldLevel": 4, + "StageID": 801026114, + "DropList": [ + 100110, + 100130, + 3210005, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102611:5": { + "EventID": 80102611, + "WorldLevel": 5, + "StageID": 801026115, + "DropList": [ + 100110, + 100130, + 3210006, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102611:6": { + "EventID": 80102611, + "WorldLevel": 6, + "StageID": 801026116, + "DropList": [ + 100110, + 100130, + 3210007, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102612:0": { + "EventID": 80102612, + "WorldLevel": 0, + "StageID": 801026120, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102612:1": { + "EventID": 80102612, + "WorldLevel": 1, + "StageID": 801026121, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102612:2": { + "EventID": 80102612, + "WorldLevel": 2, + "StageID": 801026122, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102612:3": { + "EventID": 80102612, + "WorldLevel": 3, + "StageID": 801026123, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102612:4": { + "EventID": 80102612, + "WorldLevel": 4, + "StageID": 801026124, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102612:5": { + "EventID": 80102612, + "WorldLevel": 5, + "StageID": 801026125, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102612:6": { + "EventID": 80102612, + "WorldLevel": 6, + "StageID": 801026126, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102621:0": { + "EventID": 80102621, + "WorldLevel": 0, + "StageID": 801026210, + "DropList": [ + 100110, + 100130, + 3210001, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102621:1": { + "EventID": 80102621, + "WorldLevel": 1, + "StageID": 801026211, + "DropList": [ + 100110, + 100130, + 3210002, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102621:2": { + "EventID": 80102621, + "WorldLevel": 2, + "StageID": 801026212, + "DropList": [ + 100110, + 100130, + 3210003, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102621:3": { + "EventID": 80102621, + "WorldLevel": 3, + "StageID": 801026213, + "DropList": [ + 100110, + 100130, + 3210004, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102621:4": { + "EventID": 80102621, + "WorldLevel": 4, + "StageID": 801026214, + "DropList": [ + 100110, + 100130, + 3210005, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102621:5": { + "EventID": 80102621, + "WorldLevel": 5, + "StageID": 801026215, + "DropList": [ + 100110, + 100130, + 3210006, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102621:6": { + "EventID": 80102621, + "WorldLevel": 6, + "StageID": 801026216, + "DropList": [ + 100110, + 100130, + 3210007, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102622:0": { + "EventID": 80102622, + "WorldLevel": 0, + "StageID": 801026220, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102622:1": { + "EventID": 80102622, + "WorldLevel": 1, + "StageID": 801026221, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102622:2": { + "EventID": 80102622, + "WorldLevel": 2, + "StageID": 801026222, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102622:3": { + "EventID": 80102622, + "WorldLevel": 3, + "StageID": 801026223, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102622:4": { + "EventID": 80102622, + "WorldLevel": 4, + "StageID": 801026224, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102622:5": { + "EventID": 80102622, + "WorldLevel": 5, + "StageID": 801026225, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102622:6": { + "EventID": 80102622, + "WorldLevel": 6, + "StageID": 801026226, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102631:0": { + "EventID": 80102631, + "WorldLevel": 0, + "StageID": 801026310, + "DropList": [ + 100110, + 100130, + 3210001, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102631:1": { + "EventID": 80102631, + "WorldLevel": 1, + "StageID": 801026311, + "DropList": [ + 100110, + 100130, + 3210002, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102631:2": { + "EventID": 80102631, + "WorldLevel": 2, + "StageID": 801026312, + "DropList": [ + 100110, + 100130, + 3210003, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102631:3": { + "EventID": 80102631, + "WorldLevel": 3, + "StageID": 801026313, + "DropList": [ + 100110, + 100130, + 3210004, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102631:4": { + "EventID": 80102631, + "WorldLevel": 4, + "StageID": 801026314, + "DropList": [ + 100110, + 100130, + 3210005, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102631:5": { + "EventID": 80102631, + "WorldLevel": 5, + "StageID": 801026315, + "DropList": [ + 100110, + 100130, + 3210006, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102631:6": { + "EventID": 80102631, + "WorldLevel": 6, + "StageID": 801026316, + "DropList": [ + 100110, + 100130, + 3210007, + 100111, + 100130, + 3211001, + 100141 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102632:0": { + "EventID": 80102632, + "WorldLevel": 0, + "StageID": 801026320, + "DropList": [ + 100110, + 100130, + 3210001 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102632:1": { + "EventID": 80102632, + "WorldLevel": 1, + "StageID": 801026321, + "DropList": [ + 100110, + 100130, + 3210002 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102632:2": { + "EventID": 80102632, + "WorldLevel": 2, + "StageID": 801026322, + "DropList": [ + 100110, + 100130, + 3210003 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102632:3": { + "EventID": 80102632, + "WorldLevel": 3, + "StageID": 801026323, + "DropList": [ + 100110, + 100130, + 3210004 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102632:4": { + "EventID": 80102632, + "WorldLevel": 4, + "StageID": 801026324, + "DropList": [ + 100110, + 100130, + 3210005 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102632:5": { + "EventID": 80102632, + "WorldLevel": 5, + "StageID": 801026325, + "DropList": [ + 100110, + 100130, + 3210006 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102632:6": { + "EventID": 80102632, + "WorldLevel": 6, + "StageID": 801026326, + "DropList": [ + 100110, + 100130, + 3210007 + ], + "Reward": 0, + "IsUseMonsterDrop": true, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102811:0": { + "EventID": 80102811, + "WorldLevel": 0, + "StageID": 801028110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102811:1": { + "EventID": 80102811, + "WorldLevel": 1, + "StageID": 801028111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102811:2": { + "EventID": 80102811, + "WorldLevel": 2, + "StageID": 801028112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102811:3": { + "EventID": 80102811, + "WorldLevel": 3, + "StageID": 801028113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102811:4": { + "EventID": 80102811, + "WorldLevel": 4, + "StageID": 801028114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102811:5": { + "EventID": 80102811, + "WorldLevel": 5, + "StageID": 801028115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102811:6": { + "EventID": 80102811, + "WorldLevel": 6, + "StageID": 801028116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102821:0": { + "EventID": 80102821, + "WorldLevel": 0, + "StageID": 801028210, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102821:1": { + "EventID": 80102821, + "WorldLevel": 1, + "StageID": 801028211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102821:2": { + "EventID": 80102821, + "WorldLevel": 2, + "StageID": 801028212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102821:3": { + "EventID": 80102821, + "WorldLevel": 3, + "StageID": 801028213, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102821:4": { + "EventID": 80102821, + "WorldLevel": 4, + "StageID": 801028214, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102821:5": { + "EventID": 80102821, + "WorldLevel": 5, + "StageID": 801028215, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102821:6": { + "EventID": 80102821, + "WorldLevel": 6, + "StageID": 801028216, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102911:0": { + "EventID": 80102911, + "WorldLevel": 0, + "StageID": 801029110, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102911:1": { + "EventID": 80102911, + "WorldLevel": 1, + "StageID": 801029111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102911:2": { + "EventID": 80102911, + "WorldLevel": 2, + "StageID": 801029112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102911:3": { + "EventID": 80102911, + "WorldLevel": 3, + "StageID": 801029113, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102911:4": { + "EventID": 80102911, + "WorldLevel": 4, + "StageID": 801029114, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102911:5": { + "EventID": 80102911, + "WorldLevel": 5, + "StageID": 801029115, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80102911:6": { + "EventID": 80102911, + "WorldLevel": 6, + "StageID": 801029116, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200001:0": { + "EventID": 80200001, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200001:1": { + "EventID": 80200001, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200001:2": { + "EventID": 80200001, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200001:3": { + "EventID": 80200001, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200001:4": { + "EventID": 80200001, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200001:5": { + "EventID": 80200001, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200001:6": { + "EventID": 80200001, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200002:0": { + "EventID": 80200002, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200002:1": { + "EventID": 80200002, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200002:2": { + "EventID": 80200002, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200002:3": { + "EventID": 80200002, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200002:4": { + "EventID": 80200002, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200002:5": { + "EventID": 80200002, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200002:6": { + "EventID": 80200002, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200003:0": { + "EventID": 80200003, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200003:1": { + "EventID": 80200003, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200003:2": { + "EventID": 80200003, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200003:3": { + "EventID": 80200003, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200003:4": { + "EventID": 80200003, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200003:5": { + "EventID": 80200003, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200003:6": { + "EventID": 80200003, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200004:0": { + "EventID": 80200004, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200004:1": { + "EventID": 80200004, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200004:2": { + "EventID": 80200004, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200004:3": { + "EventID": 80200004, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200004:4": { + "EventID": 80200004, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200004:5": { + "EventID": 80200004, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200004:6": { + "EventID": 80200004, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 100130, + 100112 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200005:0": { + "EventID": 80200005, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200005:1": { + "EventID": 80200005, + "WorldLevel": 1, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200005:2": { + "EventID": 80200005, + "WorldLevel": 2, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200005:3": { + "EventID": 80200005, + "WorldLevel": 3, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200005:4": { + "EventID": 80200005, + "WorldLevel": 4, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200005:5": { + "EventID": 80200005, + "WorldLevel": 5, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200005:6": { + "EventID": 80200005, + "WorldLevel": 6, + "StageID": 0, + "DropList": [ + 100131, + 100114 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200101:0": { + "EventID": 80200101, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 100131 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200101:1": { + "EventID": 80200101, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200101:2": { + "EventID": 80200101, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200101:3": { + "EventID": 80200101, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200101:4": { + "EventID": 80200101, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200101:5": { + "EventID": 80200101, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200101:6": { + "EventID": 80200101, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200102:0": { + "EventID": 80200102, + "WorldLevel": 0, + "StageID": 0, + "DropList": [ + 100131 + ], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200102:1": { + "EventID": 80200102, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200102:2": { + "EventID": 80200102, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200102:3": { + "EventID": 80200102, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200102:4": { + "EventID": 80200102, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200102:5": { + "EventID": 80200102, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80200102:6": { + "EventID": 80200102, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001501:0": { + "EventID": 10001501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000139, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001501:1": { + "EventID": 10001501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000139, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001501:2": { + "EventID": 10001501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000139, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001501:3": { + "EventID": 10001501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000139, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001501:4": { + "EventID": 10001501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000139, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001501:5": { + "EventID": 10001501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000139, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001501:6": { + "EventID": 10001501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000139, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001502:0": { + "EventID": 10001502, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000142, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001502:1": { + "EventID": 10001502, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000142, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001502:2": { + "EventID": 10001502, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000142, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001502:3": { + "EventID": 10001502, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000142, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001502:4": { + "EventID": 10001502, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000142, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001502:5": { + "EventID": 10001502, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000142, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001502:6": { + "EventID": 10001502, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000142, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001503:0": { + "EventID": 10001503, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000148, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001503:1": { + "EventID": 10001503, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000148, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001503:2": { + "EventID": 10001503, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000148, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001503:3": { + "EventID": 10001503, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000148, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001503:4": { + "EventID": 10001503, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000148, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001503:5": { + "EventID": 10001503, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000148, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10001503:6": { + "EventID": 10001503, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000148, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101501:0": { + "EventID": 10101501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000023, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101501:1": { + "EventID": 10101501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000023, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101501:2": { + "EventID": 10101501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000023, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101501:3": { + "EventID": 10101501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000023, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101501:4": { + "EventID": 10101501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000023, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101501:5": { + "EventID": 10101501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000023, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101501:6": { + "EventID": 10101501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000023, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101502:0": { + "EventID": 10101502, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000025, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101502:1": { + "EventID": 10101502, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000025, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101502:2": { + "EventID": 10101502, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000025, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101502:3": { + "EventID": 10101502, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000025, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101502:4": { + "EventID": 10101502, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000025, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101502:5": { + "EventID": 10101502, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000025, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101502:6": { + "EventID": 10101502, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000025, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101503:0": { + "EventID": 10101503, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000027, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101503:1": { + "EventID": 10101503, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000027, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101503:2": { + "EventID": 10101503, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000027, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101503:3": { + "EventID": 10101503, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000027, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101503:4": { + "EventID": 10101503, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000027, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101503:5": { + "EventID": 10101503, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000027, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101503:6": { + "EventID": 10101503, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000027, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101504:0": { + "EventID": 10101504, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000028, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101504:1": { + "EventID": 10101504, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000028, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101504:2": { + "EventID": 10101504, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000028, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101504:3": { + "EventID": 10101504, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000028, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101504:4": { + "EventID": 10101504, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000028, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101504:5": { + "EventID": 10101504, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000028, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101504:6": { + "EventID": 10101504, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000028, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101505:0": { + "EventID": 10101505, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000029, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101505:1": { + "EventID": 10101505, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000029, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101505:2": { + "EventID": 10101505, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000029, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101505:3": { + "EventID": 10101505, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000029, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101505:4": { + "EventID": 10101505, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000029, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101505:5": { + "EventID": 10101505, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000029, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101505:6": { + "EventID": 10101505, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000029, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101506:0": { + "EventID": 10101506, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000030, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101506:1": { + "EventID": 10101506, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000030, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101506:2": { + "EventID": 10101506, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000030, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101506:3": { + "EventID": 10101506, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000030, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101506:4": { + "EventID": 10101506, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000030, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101506:5": { + "EventID": 10101506, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000030, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101506:6": { + "EventID": 10101506, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000030, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101507:0": { + "EventID": 10101507, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000032, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101507:1": { + "EventID": 10101507, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000032, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101507:2": { + "EventID": 10101507, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000032, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101507:3": { + "EventID": 10101507, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000032, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101507:4": { + "EventID": 10101507, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000032, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101507:5": { + "EventID": 10101507, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000032, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101507:6": { + "EventID": 10101507, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000032, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101508:0": { + "EventID": 10101508, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000033, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101508:1": { + "EventID": 10101508, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000033, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101508:2": { + "EventID": 10101508, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000033, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101508:3": { + "EventID": 10101508, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000033, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101508:4": { + "EventID": 10101508, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000033, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101508:5": { + "EventID": 10101508, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000033, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101508:6": { + "EventID": 10101508, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000033, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101509:0": { + "EventID": 10101509, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000037, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101509:1": { + "EventID": 10101509, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000037, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101509:2": { + "EventID": 10101509, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000037, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101509:3": { + "EventID": 10101509, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000037, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101509:4": { + "EventID": 10101509, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000037, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101509:5": { + "EventID": 10101509, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000037, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101509:6": { + "EventID": 10101509, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000037, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101510:0": { + "EventID": 10101510, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000039, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101510:1": { + "EventID": 10101510, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000039, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101510:2": { + "EventID": 10101510, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000039, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101510:3": { + "EventID": 10101510, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000039, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101510:4": { + "EventID": 10101510, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000039, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101510:5": { + "EventID": 10101510, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000039, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101510:6": { + "EventID": 10101510, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000039, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101511:0": { + "EventID": 10101511, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000041, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101511:1": { + "EventID": 10101511, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000041, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101511:2": { + "EventID": 10101511, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000041, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101511:3": { + "EventID": 10101511, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000041, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101511:4": { + "EventID": 10101511, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000041, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101511:5": { + "EventID": 10101511, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000041, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101511:6": { + "EventID": 10101511, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000041, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101512:0": { + "EventID": 10101512, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000157, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101512:1": { + "EventID": 10101512, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000157, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101512:2": { + "EventID": 10101512, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000157, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101512:3": { + "EventID": 10101512, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000157, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101512:4": { + "EventID": 10101512, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000157, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101512:5": { + "EventID": 10101512, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000157, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101512:6": { + "EventID": 10101512, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000157, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101513:0": { + "EventID": 10101513, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000158, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101513:1": { + "EventID": 10101513, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000158, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101513:2": { + "EventID": 10101513, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000158, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101513:3": { + "EventID": 10101513, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000158, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101513:4": { + "EventID": 10101513, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000158, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101513:5": { + "EventID": 10101513, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000158, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101513:6": { + "EventID": 10101513, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000158, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101514:0": { + "EventID": 10101514, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000159, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101514:1": { + "EventID": 10101514, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000159, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101514:2": { + "EventID": 10101514, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000159, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101514:3": { + "EventID": 10101514, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000159, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101514:4": { + "EventID": 10101514, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000159, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101514:5": { + "EventID": 10101514, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000159, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10101514:6": { + "EventID": 10101514, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000159, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102501:0": { + "EventID": 10102501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000016, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102501:1": { + "EventID": 10102501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000016, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102501:2": { + "EventID": 10102501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000016, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102501:3": { + "EventID": 10102501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000016, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102501:4": { + "EventID": 10102501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000016, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102501:5": { + "EventID": 10102501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000016, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102501:6": { + "EventID": 10102501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000016, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102502:0": { + "EventID": 10102502, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000038, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102502:1": { + "EventID": 10102502, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000038, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102502:2": { + "EventID": 10102502, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000038, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102502:3": { + "EventID": 10102502, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000038, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102502:4": { + "EventID": 10102502, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000038, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102502:5": { + "EventID": 10102502, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000038, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102502:6": { + "EventID": 10102502, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000038, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102503:0": { + "EventID": 10102503, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000042, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102503:1": { + "EventID": 10102503, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000042, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102503:2": { + "EventID": 10102503, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000042, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102503:3": { + "EventID": 10102503, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000042, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102503:4": { + "EventID": 10102503, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000042, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102503:5": { + "EventID": 10102503, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000042, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102503:6": { + "EventID": 10102503, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000042, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102504:0": { + "EventID": 10102504, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000151, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102504:1": { + "EventID": 10102504, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000151, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102504:2": { + "EventID": 10102504, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000151, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102504:3": { + "EventID": 10102504, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000151, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102504:4": { + "EventID": 10102504, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000151, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102504:5": { + "EventID": 10102504, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000151, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102504:6": { + "EventID": 10102504, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000151, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102505:0": { + "EventID": 10102505, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000153, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102505:1": { + "EventID": 10102505, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000153, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102505:2": { + "EventID": 10102505, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000153, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102505:3": { + "EventID": 10102505, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000153, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102505:4": { + "EventID": 10102505, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000153, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102505:5": { + "EventID": 10102505, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000153, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102505:6": { + "EventID": 10102505, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000153, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102506:0": { + "EventID": 10102506, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000154, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102506:1": { + "EventID": 10102506, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000154, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102506:2": { + "EventID": 10102506, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000154, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102506:3": { + "EventID": 10102506, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000154, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102506:4": { + "EventID": 10102506, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000154, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102506:5": { + "EventID": 10102506, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000154, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102506:6": { + "EventID": 10102506, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000154, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102507:0": { + "EventID": 10102507, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000155, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102507:1": { + "EventID": 10102507, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000155, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102507:2": { + "EventID": 10102507, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000155, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102507:3": { + "EventID": 10102507, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000155, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102507:4": { + "EventID": 10102507, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000155, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102507:5": { + "EventID": 10102507, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000155, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102507:6": { + "EventID": 10102507, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000155, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102508:0": { + "EventID": 10102508, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000114, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102508:1": { + "EventID": 10102508, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000114, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102508:2": { + "EventID": 10102508, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000114, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102508:3": { + "EventID": 10102508, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000114, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102508:4": { + "EventID": 10102508, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000114, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102508:5": { + "EventID": 10102508, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000114, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102508:6": { + "EventID": 10102508, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000114, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102509:0": { + "EventID": 10102509, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000115, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102509:1": { + "EventID": 10102509, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000115, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102509:2": { + "EventID": 10102509, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000115, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102509:3": { + "EventID": 10102509, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000115, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102509:4": { + "EventID": 10102509, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000115, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102509:5": { + "EventID": 10102509, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000115, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102509:6": { + "EventID": 10102509, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000115, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102510:0": { + "EventID": 10102510, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000116, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102510:1": { + "EventID": 10102510, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000116, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102510:2": { + "EventID": 10102510, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000116, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102510:3": { + "EventID": 10102510, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000116, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102510:4": { + "EventID": 10102510, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000116, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102510:5": { + "EventID": 10102510, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000116, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102510:6": { + "EventID": 10102510, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000116, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102511:0": { + "EventID": 10102511, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000117, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102511:1": { + "EventID": 10102511, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000117, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102511:2": { + "EventID": 10102511, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000117, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102511:3": { + "EventID": 10102511, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000117, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102511:4": { + "EventID": 10102511, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000117, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102511:5": { + "EventID": 10102511, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000117, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "10102511:6": { + "EventID": 10102511, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000117, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001501:0": { + "EventID": 20001501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000141, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001501:1": { + "EventID": 20001501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000141, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001501:2": { + "EventID": 20001501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000141, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001501:3": { + "EventID": 20001501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000141, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001501:4": { + "EventID": 20001501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000141, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001501:5": { + "EventID": 20001501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000141, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001501:6": { + "EventID": 20001501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000141, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001502:0": { + "EventID": 20001502, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000160, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001502:1": { + "EventID": 20001502, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000160, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001502:2": { + "EventID": 20001502, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000160, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001502:3": { + "EventID": 20001502, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000160, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001502:4": { + "EventID": 20001502, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000160, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001502:5": { + "EventID": 20001502, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000160, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001502:6": { + "EventID": 20001502, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000160, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001503:0": { + "EventID": 20001503, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000149, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001503:1": { + "EventID": 20001503, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000149, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001503:2": { + "EventID": 20001503, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000149, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001503:3": { + "EventID": 20001503, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000149, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001503:4": { + "EventID": 20001503, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000149, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001503:5": { + "EventID": 20001503, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000149, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001503:6": { + "EventID": 20001503, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000149, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001504:0": { + "EventID": 20001504, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000164, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001504:1": { + "EventID": 20001504, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000164, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001504:2": { + "EventID": 20001504, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000164, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001504:3": { + "EventID": 20001504, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000164, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001504:4": { + "EventID": 20001504, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000164, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001504:5": { + "EventID": 20001504, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000164, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001504:6": { + "EventID": 20001504, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000164, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001505:0": { + "EventID": 20001505, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000165, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001505:1": { + "EventID": 20001505, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000165, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001505:2": { + "EventID": 20001505, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000165, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001505:3": { + "EventID": 20001505, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000165, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001505:4": { + "EventID": 20001505, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000165, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001505:5": { + "EventID": 20001505, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000165, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001505:6": { + "EventID": 20001505, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000165, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001506:0": { + "EventID": 20001506, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000166, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001506:1": { + "EventID": 20001506, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000166, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001506:2": { + "EventID": 20001506, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000166, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001506:3": { + "EventID": 20001506, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000166, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001506:4": { + "EventID": 20001506, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000166, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001506:5": { + "EventID": 20001506, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000166, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001506:6": { + "EventID": 20001506, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000166, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001507:0": { + "EventID": 20001507, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000167, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001507:1": { + "EventID": 20001507, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000167, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001507:2": { + "EventID": 20001507, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000167, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001507:3": { + "EventID": 20001507, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000167, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001507:4": { + "EventID": 20001507, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000167, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001507:5": { + "EventID": 20001507, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000167, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001507:6": { + "EventID": 20001507, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000167, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001508:0": { + "EventID": 20001508, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000168, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001508:1": { + "EventID": 20001508, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000168, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001508:2": { + "EventID": 20001508, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000168, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001508:3": { + "EventID": 20001508, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000168, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001508:4": { + "EventID": 20001508, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000168, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001508:5": { + "EventID": 20001508, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000168, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20001508:6": { + "EventID": 20001508, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000168, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002501:0": { + "EventID": 20002501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000143, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002501:1": { + "EventID": 20002501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000143, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002501:2": { + "EventID": 20002501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000143, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002501:3": { + "EventID": 20002501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000143, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002501:4": { + "EventID": 20002501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000143, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002501:5": { + "EventID": 20002501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000143, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002501:6": { + "EventID": 20002501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000143, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002502:0": { + "EventID": 20002502, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000140, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002502:1": { + "EventID": 20002502, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000140, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002502:2": { + "EventID": 20002502, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000140, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002502:3": { + "EventID": 20002502, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000140, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002502:4": { + "EventID": 20002502, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000140, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002502:5": { + "EventID": 20002502, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000140, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002502:6": { + "EventID": 20002502, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000140, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002503:0": { + "EventID": 20002503, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000161, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002503:1": { + "EventID": 20002503, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000161, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002503:2": { + "EventID": 20002503, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000161, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002503:3": { + "EventID": 20002503, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000161, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002503:4": { + "EventID": 20002503, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000161, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002503:5": { + "EventID": 20002503, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000161, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002503:6": { + "EventID": 20002503, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000161, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002504:0": { + "EventID": 20002504, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000147, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002504:1": { + "EventID": 20002504, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000147, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002504:2": { + "EventID": 20002504, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000147, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002504:3": { + "EventID": 20002504, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000147, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002504:4": { + "EventID": 20002504, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000147, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002504:5": { + "EventID": 20002504, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000147, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002504:6": { + "EventID": 20002504, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000147, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002505:0": { + "EventID": 20002505, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000150, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002505:1": { + "EventID": 20002505, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000150, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002505:2": { + "EventID": 20002505, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000150, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002505:3": { + "EventID": 20002505, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000150, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002505:4": { + "EventID": 20002505, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000150, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002505:5": { + "EventID": 20002505, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000150, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20002505:6": { + "EventID": 20002505, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000150, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003501:0": { + "EventID": 20003501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000162, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003501:1": { + "EventID": 20003501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000162, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003501:2": { + "EventID": 20003501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000162, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003501:3": { + "EventID": 20003501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000162, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003501:4": { + "EventID": 20003501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000162, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003501:5": { + "EventID": 20003501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000162, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20003501:6": { + "EventID": 20003501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000162, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111501:0": { + "EventID": 20111501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000001, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111501:1": { + "EventID": 20111501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000001, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111501:2": { + "EventID": 20111501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000001, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111501:3": { + "EventID": 20111501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000001, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111501:4": { + "EventID": 20111501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000001, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111501:5": { + "EventID": 20111501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000001, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20111501:6": { + "EventID": 20111501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000001, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121501:0": { + "EventID": 20121501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000008, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121501:1": { + "EventID": 20121501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000008, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121501:2": { + "EventID": 20121501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000008, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121501:3": { + "EventID": 20121501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000008, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121501:4": { + "EventID": 20121501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000008, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121501:5": { + "EventID": 20121501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000008, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121501:6": { + "EventID": 20121501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000008, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121502:0": { + "EventID": 20121502, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000017, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121502:1": { + "EventID": 20121502, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000017, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121502:2": { + "EventID": 20121502, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000017, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121502:3": { + "EventID": 20121502, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000017, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121502:4": { + "EventID": 20121502, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000017, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121502:5": { + "EventID": 20121502, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000017, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121502:6": { + "EventID": 20121502, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000017, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121503:0": { + "EventID": 20121503, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000018, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121503:1": { + "EventID": 20121503, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000018, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121503:2": { + "EventID": 20121503, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000018, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121503:3": { + "EventID": 20121503, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000018, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121503:4": { + "EventID": 20121503, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000018, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121503:5": { + "EventID": 20121503, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000018, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121503:6": { + "EventID": 20121503, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000018, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121504:0": { + "EventID": 20121504, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000026, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121504:1": { + "EventID": 20121504, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000026, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121504:2": { + "EventID": 20121504, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000026, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121504:3": { + "EventID": 20121504, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000026, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121504:4": { + "EventID": 20121504, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000026, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121504:5": { + "EventID": 20121504, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000026, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121504:6": { + "EventID": 20121504, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000026, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121505:0": { + "EventID": 20121505, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000043, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121505:1": { + "EventID": 20121505, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000043, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121505:2": { + "EventID": 20121505, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000043, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121505:3": { + "EventID": 20121505, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000043, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121505:4": { + "EventID": 20121505, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000043, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121505:5": { + "EventID": 20121505, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000043, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121505:6": { + "EventID": 20121505, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000043, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121506:0": { + "EventID": 20121506, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000044, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121506:1": { + "EventID": 20121506, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000044, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121506:2": { + "EventID": 20121506, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000044, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121506:3": { + "EventID": 20121506, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000044, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121506:4": { + "EventID": 20121506, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000044, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121506:5": { + "EventID": 20121506, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000044, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121506:6": { + "EventID": 20121506, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000044, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121507:0": { + "EventID": 20121507, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000009, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121507:1": { + "EventID": 20121507, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000009, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121507:2": { + "EventID": 20121507, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000009, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121507:3": { + "EventID": 20121507, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000009, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121507:4": { + "EventID": 20121507, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000009, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121507:5": { + "EventID": 20121507, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000009, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121507:6": { + "EventID": 20121507, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000009, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121508:0": { + "EventID": 20121508, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000156, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121508:1": { + "EventID": 20121508, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000156, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121508:2": { + "EventID": 20121508, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000156, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121508:3": { + "EventID": 20121508, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000156, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121508:4": { + "EventID": 20121508, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000156, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121508:5": { + "EventID": 20121508, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000156, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20121508:6": { + "EventID": 20121508, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000156, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122501:0": { + "EventID": 20122501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000003, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122501:1": { + "EventID": 20122501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000003, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122501:2": { + "EventID": 20122501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000003, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122501:3": { + "EventID": 20122501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000003, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122501:4": { + "EventID": 20122501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000003, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122501:5": { + "EventID": 20122501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000003, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122501:6": { + "EventID": 20122501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000003, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122502:0": { + "EventID": 20122502, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000004, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122502:1": { + "EventID": 20122502, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000004, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122502:2": { + "EventID": 20122502, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000004, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122502:3": { + "EventID": 20122502, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000004, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122502:4": { + "EventID": 20122502, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000004, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122502:5": { + "EventID": 20122502, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000004, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122502:6": { + "EventID": 20122502, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000004, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122503:0": { + "EventID": 20122503, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000005, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122503:1": { + "EventID": 20122503, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000005, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122503:2": { + "EventID": 20122503, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000005, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122503:3": { + "EventID": 20122503, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000005, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122503:4": { + "EventID": 20122503, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000005, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122503:5": { + "EventID": 20122503, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000005, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122503:6": { + "EventID": 20122503, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000005, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122504:0": { + "EventID": 20122504, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000007, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122504:1": { + "EventID": 20122504, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000007, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122504:2": { + "EventID": 20122504, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000007, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122504:3": { + "EventID": 20122504, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000007, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122504:4": { + "EventID": 20122504, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000007, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122504:5": { + "EventID": 20122504, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000007, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20122504:6": { + "EventID": 20122504, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000007, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123501:0": { + "EventID": 20123501, + "WorldLevel": 0, + "StageID": 0, + "DropList": [], + "Reward": 2000152, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123501:1": { + "EventID": 20123501, + "WorldLevel": 1, + "StageID": 0, + "DropList": [], + "Reward": 2000152, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123501:2": { + "EventID": 20123501, + "WorldLevel": 2, + "StageID": 0, + "DropList": [], + "Reward": 2000152, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123501:3": { + "EventID": 20123501, + "WorldLevel": 3, + "StageID": 0, + "DropList": [], + "Reward": 2000152, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123501:4": { + "EventID": 20123501, + "WorldLevel": 4, + "StageID": 0, + "DropList": [], + "Reward": 2000152, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123501:5": { + "EventID": 20123501, + "WorldLevel": 5, + "StageID": 0, + "DropList": [], + "Reward": 2000152, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "20123501:6": { + "EventID": 20123501, + "WorldLevel": 6, + "StageID": 0, + "DropList": [], + "Reward": 2000152, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000010:0": { + "EventID": 9000010, + "WorldLevel": 0, + "StageID": 9000010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000010:1": { + "EventID": 9000010, + "WorldLevel": 1, + "StageID": 9000010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000010:2": { + "EventID": 9000010, + "WorldLevel": 2, + "StageID": 9000010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000010:3": { + "EventID": 9000010, + "WorldLevel": 3, + "StageID": 9000010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000010:4": { + "EventID": 9000010, + "WorldLevel": 4, + "StageID": 9000010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000010:5": { + "EventID": 9000010, + "WorldLevel": 5, + "StageID": 9000010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000010:6": { + "EventID": 9000010, + "WorldLevel": 6, + "StageID": 9000010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000020:0": { + "EventID": 9000020, + "WorldLevel": 0, + "StageID": 9000020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000020:1": { + "EventID": 9000020, + "WorldLevel": 1, + "StageID": 9000020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000020:2": { + "EventID": 9000020, + "WorldLevel": 2, + "StageID": 9000020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000020:3": { + "EventID": 9000020, + "WorldLevel": 3, + "StageID": 9000020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000020:4": { + "EventID": 9000020, + "WorldLevel": 4, + "StageID": 9000020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000020:5": { + "EventID": 9000020, + "WorldLevel": 5, + "StageID": 9000020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "9000020:6": { + "EventID": 9000020, + "WorldLevel": 6, + "StageID": 9000020, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900003:0": { + "EventID": 900003, + "WorldLevel": 0, + "StageID": 9000030, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900003:1": { + "EventID": 900003, + "WorldLevel": 1, + "StageID": 9000031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900003:2": { + "EventID": 900003, + "WorldLevel": 2, + "StageID": 9000032, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900003:3": { + "EventID": 900003, + "WorldLevel": 3, + "StageID": 9000033, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900003:4": { + "EventID": 900003, + "WorldLevel": 4, + "StageID": 9000034, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900003:5": { + "EventID": 900003, + "WorldLevel": 5, + "StageID": 9000035, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900003:6": { + "EventID": 900003, + "WorldLevel": 6, + "StageID": 9000036, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900004:0": { + "EventID": 900004, + "WorldLevel": 0, + "StageID": 9000040, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900004:1": { + "EventID": 900004, + "WorldLevel": 1, + "StageID": 9000041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900004:2": { + "EventID": 900004, + "WorldLevel": 2, + "StageID": 9000042, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900004:3": { + "EventID": 900004, + "WorldLevel": 3, + "StageID": 9000043, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900004:4": { + "EventID": 900004, + "WorldLevel": 4, + "StageID": 9000044, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900004:5": { + "EventID": 900004, + "WorldLevel": 5, + "StageID": 9000045, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900004:6": { + "EventID": 900004, + "WorldLevel": 6, + "StageID": 9000046, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900005:0": { + "EventID": 900005, + "WorldLevel": 0, + "StageID": 9000050, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900005:1": { + "EventID": 900005, + "WorldLevel": 1, + "StageID": 9000051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900005:2": { + "EventID": 900005, + "WorldLevel": 2, + "StageID": 9000052, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900005:3": { + "EventID": 900005, + "WorldLevel": 3, + "StageID": 9000053, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900005:4": { + "EventID": 900005, + "WorldLevel": 4, + "StageID": 9000054, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900005:5": { + "EventID": 900005, + "WorldLevel": 5, + "StageID": 9000055, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900005:6": { + "EventID": 900005, + "WorldLevel": 6, + "StageID": 9000056, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900006:0": { + "EventID": 900006, + "WorldLevel": 0, + "StageID": 9000060, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900006:1": { + "EventID": 900006, + "WorldLevel": 1, + "StageID": 9000061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900006:2": { + "EventID": 900006, + "WorldLevel": 2, + "StageID": 9000062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900006:3": { + "EventID": 900006, + "WorldLevel": 3, + "StageID": 9000063, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900006:4": { + "EventID": 900006, + "WorldLevel": 4, + "StageID": 9000064, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900006:5": { + "EventID": 900006, + "WorldLevel": 5, + "StageID": 9000065, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900006:6": { + "EventID": 900006, + "WorldLevel": 6, + "StageID": 9000066, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900007:0": { + "EventID": 900007, + "WorldLevel": 0, + "StageID": 9000070, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900007:1": { + "EventID": 900007, + "WorldLevel": 1, + "StageID": 9000071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900007:2": { + "EventID": 900007, + "WorldLevel": 2, + "StageID": 9000072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900007:3": { + "EventID": 900007, + "WorldLevel": 3, + "StageID": 9000073, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900007:4": { + "EventID": 900007, + "WorldLevel": 4, + "StageID": 9000074, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900007:5": { + "EventID": 900007, + "WorldLevel": 5, + "StageID": 9000075, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900007:6": { + "EventID": 900007, + "WorldLevel": 6, + "StageID": 9000076, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900008:0": { + "EventID": 900008, + "WorldLevel": 0, + "StageID": 9000080, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900008:1": { + "EventID": 900008, + "WorldLevel": 1, + "StageID": 9000081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900008:2": { + "EventID": 900008, + "WorldLevel": 2, + "StageID": 9000082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900008:3": { + "EventID": 900008, + "WorldLevel": 3, + "StageID": 9000083, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900008:4": { + "EventID": 900008, + "WorldLevel": 4, + "StageID": 9000084, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900008:5": { + "EventID": 900008, + "WorldLevel": 5, + "StageID": 9000085, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900008:6": { + "EventID": 900008, + "WorldLevel": 6, + "StageID": 9000086, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900009:0": { + "EventID": 900009, + "WorldLevel": 0, + "StageID": 900009, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900009:1": { + "EventID": 900009, + "WorldLevel": 1, + "StageID": 900009, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900009:2": { + "EventID": 900009, + "WorldLevel": 2, + "StageID": 900009, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900009:3": { + "EventID": 900009, + "WorldLevel": 3, + "StageID": 900009, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900009:4": { + "EventID": 900009, + "WorldLevel": 4, + "StageID": 900009, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900009:5": { + "EventID": 900009, + "WorldLevel": 5, + "StageID": 900009, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900009:6": { + "EventID": 900009, + "WorldLevel": 6, + "StageID": 900009, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900010:0": { + "EventID": 900010, + "WorldLevel": 0, + "StageID": 900010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900010:1": { + "EventID": 900010, + "WorldLevel": 1, + "StageID": 900010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900010:2": { + "EventID": 900010, + "WorldLevel": 2, + "StageID": 900010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900010:3": { + "EventID": 900010, + "WorldLevel": 3, + "StageID": 900010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900010:4": { + "EventID": 900010, + "WorldLevel": 4, + "StageID": 900010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900010:5": { + "EventID": 900010, + "WorldLevel": 5, + "StageID": 900010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900010:6": { + "EventID": 900010, + "WorldLevel": 6, + "StageID": 900010, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900011:0": { + "EventID": 900011, + "WorldLevel": 0, + "StageID": 900011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900011:1": { + "EventID": 900011, + "WorldLevel": 1, + "StageID": 900011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900011:2": { + "EventID": 900011, + "WorldLevel": 2, + "StageID": 900011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900011:3": { + "EventID": 900011, + "WorldLevel": 3, + "StageID": 900011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900011:4": { + "EventID": 900011, + "WorldLevel": 4, + "StageID": 900011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900011:5": { + "EventID": 900011, + "WorldLevel": 5, + "StageID": 900011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900011:6": { + "EventID": 900011, + "WorldLevel": 6, + "StageID": 900011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900012:0": { + "EventID": 900012, + "WorldLevel": 0, + "StageID": 900012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900012:1": { + "EventID": 900012, + "WorldLevel": 1, + "StageID": 900012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900012:2": { + "EventID": 900012, + "WorldLevel": 2, + "StageID": 900012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900012:3": { + "EventID": 900012, + "WorldLevel": 3, + "StageID": 900012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900012:4": { + "EventID": 900012, + "WorldLevel": 4, + "StageID": 900012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900012:5": { + "EventID": 900012, + "WorldLevel": 5, + "StageID": 900012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900012:6": { + "EventID": 900012, + "WorldLevel": 6, + "StageID": 900012, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900013:0": { + "EventID": 900013, + "WorldLevel": 0, + "StageID": 9000130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900013:1": { + "EventID": 900013, + "WorldLevel": 1, + "StageID": 9000131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900013:2": { + "EventID": 900013, + "WorldLevel": 2, + "StageID": 9000132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900013:3": { + "EventID": 900013, + "WorldLevel": 3, + "StageID": 9000133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900013:4": { + "EventID": 900013, + "WorldLevel": 4, + "StageID": 9000134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900013:5": { + "EventID": 900013, + "WorldLevel": 5, + "StageID": 9000135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900013:6": { + "EventID": 900013, + "WorldLevel": 6, + "StageID": 9000136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900014:0": { + "EventID": 900014, + "WorldLevel": 0, + "StageID": 9000140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900014:1": { + "EventID": 900014, + "WorldLevel": 1, + "StageID": 9000141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900014:2": { + "EventID": 900014, + "WorldLevel": 2, + "StageID": 9000142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900014:3": { + "EventID": 900014, + "WorldLevel": 3, + "StageID": 9000143, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900014:4": { + "EventID": 900014, + "WorldLevel": 4, + "StageID": 9000144, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900014:5": { + "EventID": 900014, + "WorldLevel": 5, + "StageID": 9000145, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900014:6": { + "EventID": 900014, + "WorldLevel": 6, + "StageID": 9000146, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900015:0": { + "EventID": 900015, + "WorldLevel": 0, + "StageID": 9000150, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900015:1": { + "EventID": 900015, + "WorldLevel": 1, + "StageID": 9000151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900015:2": { + "EventID": 900015, + "WorldLevel": 2, + "StageID": 9000152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900015:3": { + "EventID": 900015, + "WorldLevel": 3, + "StageID": 9000153, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900015:4": { + "EventID": 900015, + "WorldLevel": 4, + "StageID": 9000154, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900015:5": { + "EventID": 900015, + "WorldLevel": 5, + "StageID": 9000155, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900015:6": { + "EventID": 900015, + "WorldLevel": 6, + "StageID": 9000156, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900016:0": { + "EventID": 900016, + "WorldLevel": 0, + "StageID": 9000160, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900016:1": { + "EventID": 900016, + "WorldLevel": 1, + "StageID": 9000161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900016:2": { + "EventID": 900016, + "WorldLevel": 2, + "StageID": 9000162, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900016:3": { + "EventID": 900016, + "WorldLevel": 3, + "StageID": 9000163, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900016:4": { + "EventID": 900016, + "WorldLevel": 4, + "StageID": 9000164, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900016:5": { + "EventID": 900016, + "WorldLevel": 5, + "StageID": 9000165, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900016:6": { + "EventID": 900016, + "WorldLevel": 6, + "StageID": 9000166, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900017:0": { + "EventID": 900017, + "WorldLevel": 0, + "StageID": 9000170, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900017:1": { + "EventID": 900017, + "WorldLevel": 1, + "StageID": 9000170, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900017:2": { + "EventID": 900017, + "WorldLevel": 2, + "StageID": 9000170, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900017:3": { + "EventID": 900017, + "WorldLevel": 3, + "StageID": 9000170, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900017:4": { + "EventID": 900017, + "WorldLevel": 4, + "StageID": 9000170, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900017:5": { + "EventID": 900017, + "WorldLevel": 5, + "StageID": 9000170, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900017:6": { + "EventID": 900017, + "WorldLevel": 6, + "StageID": 9000170, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900018:0": { + "EventID": 900018, + "WorldLevel": 0, + "StageID": 9000180, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900018:1": { + "EventID": 900018, + "WorldLevel": 1, + "StageID": 9000180, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900018:2": { + "EventID": 900018, + "WorldLevel": 2, + "StageID": 9000180, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900018:3": { + "EventID": 900018, + "WorldLevel": 3, + "StageID": 9000180, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900018:4": { + "EventID": 900018, + "WorldLevel": 4, + "StageID": 9000180, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900018:5": { + "EventID": 900018, + "WorldLevel": 5, + "StageID": 9000180, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900018:6": { + "EventID": 900018, + "WorldLevel": 6, + "StageID": 9000180, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900019:0": { + "EventID": 900019, + "WorldLevel": 0, + "StageID": 9000190, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900019:1": { + "EventID": 900019, + "WorldLevel": 1, + "StageID": 9000190, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900019:2": { + "EventID": 900019, + "WorldLevel": 2, + "StageID": 9000190, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900019:3": { + "EventID": 900019, + "WorldLevel": 3, + "StageID": 9000190, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900019:4": { + "EventID": 900019, + "WorldLevel": 4, + "StageID": 9000190, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900019:5": { + "EventID": 900019, + "WorldLevel": 5, + "StageID": 9000190, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900019:6": { + "EventID": 900019, + "WorldLevel": 6, + "StageID": 9000190, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900091:0": { + "EventID": 900091, + "WorldLevel": 0, + "StageID": 900091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900091:1": { + "EventID": 900091, + "WorldLevel": 1, + "StageID": 900091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900091:2": { + "EventID": 900091, + "WorldLevel": 2, + "StageID": 900091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900091:3": { + "EventID": 900091, + "WorldLevel": 3, + "StageID": 900091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900091:4": { + "EventID": 900091, + "WorldLevel": 4, + "StageID": 900091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900091:5": { + "EventID": 900091, + "WorldLevel": 5, + "StageID": 900091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900091:6": { + "EventID": 900091, + "WorldLevel": 6, + "StageID": 900091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900092:0": { + "EventID": 900092, + "WorldLevel": 0, + "StageID": 900092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900092:1": { + "EventID": 900092, + "WorldLevel": 1, + "StageID": 900092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900092:2": { + "EventID": 900092, + "WorldLevel": 2, + "StageID": 900092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900092:3": { + "EventID": 900092, + "WorldLevel": 3, + "StageID": 900092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900092:4": { + "EventID": 900092, + "WorldLevel": 4, + "StageID": 900092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900092:5": { + "EventID": 900092, + "WorldLevel": 5, + "StageID": 900092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900092:6": { + "EventID": 900092, + "WorldLevel": 6, + "StageID": 900092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900093:0": { + "EventID": 900093, + "WorldLevel": 0, + "StageID": 900093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900093:1": { + "EventID": 900093, + "WorldLevel": 1, + "StageID": 900093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900093:2": { + "EventID": 900093, + "WorldLevel": 2, + "StageID": 900093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900093:3": { + "EventID": 900093, + "WorldLevel": 3, + "StageID": 900093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900093:4": { + "EventID": 900093, + "WorldLevel": 4, + "StageID": 900093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900093:5": { + "EventID": 900093, + "WorldLevel": 5, + "StageID": 900093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900093:6": { + "EventID": 900093, + "WorldLevel": 6, + "StageID": 900093, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900094:0": { + "EventID": 900094, + "WorldLevel": 0, + "StageID": 900094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900094:1": { + "EventID": 900094, + "WorldLevel": 1, + "StageID": 900094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900094:2": { + "EventID": 900094, + "WorldLevel": 2, + "StageID": 900094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900094:3": { + "EventID": 900094, + "WorldLevel": 3, + "StageID": 900094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900094:4": { + "EventID": 900094, + "WorldLevel": 4, + "StageID": 900094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900094:5": { + "EventID": 900094, + "WorldLevel": 5, + "StageID": 900094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900094:6": { + "EventID": 900094, + "WorldLevel": 6, + "StageID": 900094, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900095:0": { + "EventID": 900095, + "WorldLevel": 0, + "StageID": 900095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900095:1": { + "EventID": 900095, + "WorldLevel": 1, + "StageID": 900095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900095:2": { + "EventID": 900095, + "WorldLevel": 2, + "StageID": 900095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900095:3": { + "EventID": 900095, + "WorldLevel": 3, + "StageID": 900095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900095:4": { + "EventID": 900095, + "WorldLevel": 4, + "StageID": 900095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900095:5": { + "EventID": 900095, + "WorldLevel": 5, + "StageID": 900095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900095:6": { + "EventID": 900095, + "WorldLevel": 6, + "StageID": 900095, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900096:0": { + "EventID": 900096, + "WorldLevel": 0, + "StageID": 900096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900096:1": { + "EventID": 900096, + "WorldLevel": 1, + "StageID": 900096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900096:2": { + "EventID": 900096, + "WorldLevel": 2, + "StageID": 900096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900096:3": { + "EventID": 900096, + "WorldLevel": 3, + "StageID": 900096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900096:4": { + "EventID": 900096, + "WorldLevel": 4, + "StageID": 900096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900096:5": { + "EventID": 900096, + "WorldLevel": 5, + "StageID": 900096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900096:6": { + "EventID": 900096, + "WorldLevel": 6, + "StageID": 900096, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900101:0": { + "EventID": 900101, + "WorldLevel": 0, + "StageID": 900101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900101:1": { + "EventID": 900101, + "WorldLevel": 1, + "StageID": 900101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900101:2": { + "EventID": 900101, + "WorldLevel": 2, + "StageID": 900101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900101:3": { + "EventID": 900101, + "WorldLevel": 3, + "StageID": 900101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900101:4": { + "EventID": 900101, + "WorldLevel": 4, + "StageID": 900101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900101:5": { + "EventID": 900101, + "WorldLevel": 5, + "StageID": 900101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900101:6": { + "EventID": 900101, + "WorldLevel": 6, + "StageID": 900101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900102:0": { + "EventID": 900102, + "WorldLevel": 0, + "StageID": 900102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900102:1": { + "EventID": 900102, + "WorldLevel": 1, + "StageID": 900102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900102:2": { + "EventID": 900102, + "WorldLevel": 2, + "StageID": 900102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900102:3": { + "EventID": 900102, + "WorldLevel": 3, + "StageID": 900102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900102:4": { + "EventID": 900102, + "WorldLevel": 4, + "StageID": 900102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900102:5": { + "EventID": 900102, + "WorldLevel": 5, + "StageID": 900102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900102:6": { + "EventID": 900102, + "WorldLevel": 6, + "StageID": 900102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900103:0": { + "EventID": 900103, + "WorldLevel": 0, + "StageID": 900103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900103:1": { + "EventID": 900103, + "WorldLevel": 1, + "StageID": 900103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900103:2": { + "EventID": 900103, + "WorldLevel": 2, + "StageID": 900103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900103:3": { + "EventID": 900103, + "WorldLevel": 3, + "StageID": 900103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900103:4": { + "EventID": 900103, + "WorldLevel": 4, + "StageID": 900103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900103:5": { + "EventID": 900103, + "WorldLevel": 5, + "StageID": 900103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900103:6": { + "EventID": 900103, + "WorldLevel": 6, + "StageID": 900103, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900104:0": { + "EventID": 900104, + "WorldLevel": 0, + "StageID": 900104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900104:1": { + "EventID": 900104, + "WorldLevel": 1, + "StageID": 900104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900104:2": { + "EventID": 900104, + "WorldLevel": 2, + "StageID": 900104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900104:3": { + "EventID": 900104, + "WorldLevel": 3, + "StageID": 900104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900104:4": { + "EventID": 900104, + "WorldLevel": 4, + "StageID": 900104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900104:5": { + "EventID": 900104, + "WorldLevel": 5, + "StageID": 900104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900104:6": { + "EventID": 900104, + "WorldLevel": 6, + "StageID": 900104, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900105:0": { + "EventID": 900105, + "WorldLevel": 0, + "StageID": 900105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900105:1": { + "EventID": 900105, + "WorldLevel": 1, + "StageID": 900105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900105:2": { + "EventID": 900105, + "WorldLevel": 2, + "StageID": 900105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900105:3": { + "EventID": 900105, + "WorldLevel": 3, + "StageID": 900105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900105:4": { + "EventID": 900105, + "WorldLevel": 4, + "StageID": 900105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900105:5": { + "EventID": 900105, + "WorldLevel": 5, + "StageID": 900105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900105:6": { + "EventID": 900105, + "WorldLevel": 6, + "StageID": 900105, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900106:0": { + "EventID": 900106, + "WorldLevel": 0, + "StageID": 900106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900106:1": { + "EventID": 900106, + "WorldLevel": 1, + "StageID": 900106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900106:2": { + "EventID": 900106, + "WorldLevel": 2, + "StageID": 900106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900106:3": { + "EventID": 900106, + "WorldLevel": 3, + "StageID": 900106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900106:4": { + "EventID": 900106, + "WorldLevel": 4, + "StageID": 900106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900106:5": { + "EventID": 900106, + "WorldLevel": 5, + "StageID": 900106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900106:6": { + "EventID": 900106, + "WorldLevel": 6, + "StageID": 900106, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900107:0": { + "EventID": 900107, + "WorldLevel": 0, + "StageID": 900107, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900107:1": { + "EventID": 900107, + "WorldLevel": 1, + "StageID": 900107, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900107:2": { + "EventID": 900107, + "WorldLevel": 2, + "StageID": 900107, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900107:3": { + "EventID": 900107, + "WorldLevel": 3, + "StageID": 900107, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900107:4": { + "EventID": 900107, + "WorldLevel": 4, + "StageID": 900107, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900107:5": { + "EventID": 900107, + "WorldLevel": 5, + "StageID": 900107, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "900107:6": { + "EventID": 900107, + "WorldLevel": 6, + "StageID": 900107, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "57:0": { + "EventID": 57, + "WorldLevel": 0, + "StageID": 57, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "57:1": { + "EventID": 57, + "WorldLevel": 1, + "StageID": 57, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "57:2": { + "EventID": 57, + "WorldLevel": 2, + "StageID": 57, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "57:3": { + "EventID": 57, + "WorldLevel": 3, + "StageID": 57, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "57:4": { + "EventID": 57, + "WorldLevel": 4, + "StageID": 57, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "57:5": { + "EventID": 57, + "WorldLevel": 5, + "StageID": 57, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "57:6": { + "EventID": 57, + "WorldLevel": 6, + "StageID": 57, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "61:0": { + "EventID": 61, + "WorldLevel": 0, + "StageID": 61, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "61:1": { + "EventID": 61, + "WorldLevel": 1, + "StageID": 61, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "61:2": { + "EventID": 61, + "WorldLevel": 2, + "StageID": 61, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "61:3": { + "EventID": 61, + "WorldLevel": 3, + "StageID": 61, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "61:4": { + "EventID": 61, + "WorldLevel": 4, + "StageID": 61, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "61:5": { + "EventID": 61, + "WorldLevel": 5, + "StageID": 61, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "61:6": { + "EventID": 61, + "WorldLevel": 6, + "StageID": 61, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "62:0": { + "EventID": 62, + "WorldLevel": 0, + "StageID": 62, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "62:1": { + "EventID": 62, + "WorldLevel": 1, + "StageID": 62, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "62:2": { + "EventID": 62, + "WorldLevel": 2, + "StageID": 62, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "62:3": { + "EventID": 62, + "WorldLevel": 3, + "StageID": 62, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "62:4": { + "EventID": 62, + "WorldLevel": 4, + "StageID": 62, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "62:5": { + "EventID": 62, + "WorldLevel": 5, + "StageID": 62, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "62:6": { + "EventID": 62, + "WorldLevel": 6, + "StageID": 62, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "63:0": { + "EventID": 63, + "WorldLevel": 0, + "StageID": 63, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "63:1": { + "EventID": 63, + "WorldLevel": 1, + "StageID": 63, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "63:2": { + "EventID": 63, + "WorldLevel": 2, + "StageID": 63, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "63:3": { + "EventID": 63, + "WorldLevel": 3, + "StageID": 63, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "63:4": { + "EventID": 63, + "WorldLevel": 4, + "StageID": 63, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "63:5": { + "EventID": 63, + "WorldLevel": 5, + "StageID": 63, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "63:6": { + "EventID": 63, + "WorldLevel": 6, + "StageID": 63, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "64:0": { + "EventID": 64, + "WorldLevel": 0, + "StageID": 64, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "64:1": { + "EventID": 64, + "WorldLevel": 1, + "StageID": 64, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "64:2": { + "EventID": 64, + "WorldLevel": 2, + "StageID": 64, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "64:3": { + "EventID": 64, + "WorldLevel": 3, + "StageID": 64, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "64:4": { + "EventID": 64, + "WorldLevel": 4, + "StageID": 64, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "64:5": { + "EventID": 64, + "WorldLevel": 5, + "StageID": 64, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "64:6": { + "EventID": 64, + "WorldLevel": 6, + "StageID": 64, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "65:0": { + "EventID": 65, + "WorldLevel": 0, + "StageID": 65, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "65:1": { + "EventID": 65, + "WorldLevel": 1, + "StageID": 65, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "65:2": { + "EventID": 65, + "WorldLevel": 2, + "StageID": 65, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "65:3": { + "EventID": 65, + "WorldLevel": 3, + "StageID": 65, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "65:4": { + "EventID": 65, + "WorldLevel": 4, + "StageID": 65, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "65:5": { + "EventID": 65, + "WorldLevel": 5, + "StageID": 65, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "65:6": { + "EventID": 65, + "WorldLevel": 6, + "StageID": 65, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "66:0": { + "EventID": 66, + "WorldLevel": 0, + "StageID": 66, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "66:1": { + "EventID": 66, + "WorldLevel": 1, + "StageID": 66, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "66:2": { + "EventID": 66, + "WorldLevel": 2, + "StageID": 66, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "66:3": { + "EventID": 66, + "WorldLevel": 3, + "StageID": 66, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "66:4": { + "EventID": 66, + "WorldLevel": 4, + "StageID": 66, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "66:5": { + "EventID": 66, + "WorldLevel": 5, + "StageID": 66, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "66:6": { + "EventID": 66, + "WorldLevel": 6, + "StageID": 66, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "67:0": { + "EventID": 67, + "WorldLevel": 0, + "StageID": 67, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "67:1": { + "EventID": 67, + "WorldLevel": 1, + "StageID": 67, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "67:2": { + "EventID": 67, + "WorldLevel": 2, + "StageID": 67, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "67:3": { + "EventID": 67, + "WorldLevel": 3, + "StageID": 67, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "67:4": { + "EventID": 67, + "WorldLevel": 4, + "StageID": 67, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "67:5": { + "EventID": 67, + "WorldLevel": 5, + "StageID": 67, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "67:6": { + "EventID": 67, + "WorldLevel": 6, + "StageID": 67, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "68:0": { + "EventID": 68, + "WorldLevel": 0, + "StageID": 68, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "68:1": { + "EventID": 68, + "WorldLevel": 1, + "StageID": 68, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "68:2": { + "EventID": 68, + "WorldLevel": 2, + "StageID": 68, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "68:3": { + "EventID": 68, + "WorldLevel": 3, + "StageID": 68, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "68:4": { + "EventID": 68, + "WorldLevel": 4, + "StageID": 68, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "68:5": { + "EventID": 68, + "WorldLevel": 5, + "StageID": 68, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "68:6": { + "EventID": 68, + "WorldLevel": 6, + "StageID": 68, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "69:0": { + "EventID": 69, + "WorldLevel": 0, + "StageID": 69, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "69:1": { + "EventID": 69, + "WorldLevel": 1, + "StageID": 69, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "69:2": { + "EventID": 69, + "WorldLevel": 2, + "StageID": 69, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "69:3": { + "EventID": 69, + "WorldLevel": 3, + "StageID": 69, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "69:4": { + "EventID": 69, + "WorldLevel": 4, + "StageID": 69, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "69:5": { + "EventID": 69, + "WorldLevel": 5, + "StageID": 69, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "69:6": { + "EventID": 69, + "WorldLevel": 6, + "StageID": 69, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "70:0": { + "EventID": 70, + "WorldLevel": 0, + "StageID": 70, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "70:1": { + "EventID": 70, + "WorldLevel": 1, + "StageID": 70, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "70:2": { + "EventID": 70, + "WorldLevel": 2, + "StageID": 70, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "70:3": { + "EventID": 70, + "WorldLevel": 3, + "StageID": 70, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "70:4": { + "EventID": 70, + "WorldLevel": 4, + "StageID": 70, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "70:5": { + "EventID": 70, + "WorldLevel": 5, + "StageID": 70, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "70:6": { + "EventID": 70, + "WorldLevel": 6, + "StageID": 70, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "71:0": { + "EventID": 71, + "WorldLevel": 0, + "StageID": 71, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "71:1": { + "EventID": 71, + "WorldLevel": 1, + "StageID": 71, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "71:2": { + "EventID": 71, + "WorldLevel": 2, + "StageID": 71, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "71:3": { + "EventID": 71, + "WorldLevel": 3, + "StageID": 71, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "71:4": { + "EventID": 71, + "WorldLevel": 4, + "StageID": 71, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "71:5": { + "EventID": 71, + "WorldLevel": 5, + "StageID": 71, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "71:6": { + "EventID": 71, + "WorldLevel": 6, + "StageID": 71, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "72:0": { + "EventID": 72, + "WorldLevel": 0, + "StageID": 72, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "72:1": { + "EventID": 72, + "WorldLevel": 1, + "StageID": 72, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "72:2": { + "EventID": 72, + "WorldLevel": 2, + "StageID": 72, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "72:3": { + "EventID": 72, + "WorldLevel": 3, + "StageID": 72, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "72:4": { + "EventID": 72, + "WorldLevel": 4, + "StageID": 72, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "72:5": { + "EventID": 72, + "WorldLevel": 5, + "StageID": 72, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "72:6": { + "EventID": 72, + "WorldLevel": 6, + "StageID": 72, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "73:0": { + "EventID": 73, + "WorldLevel": 0, + "StageID": 73, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "73:1": { + "EventID": 73, + "WorldLevel": 1, + "StageID": 73, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "73:2": { + "EventID": 73, + "WorldLevel": 2, + "StageID": 73, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "73:3": { + "EventID": 73, + "WorldLevel": 3, + "StageID": 73, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "73:4": { + "EventID": 73, + "WorldLevel": 4, + "StageID": 73, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "73:5": { + "EventID": 73, + "WorldLevel": 5, + "StageID": 73, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "73:6": { + "EventID": 73, + "WorldLevel": 6, + "StageID": 73, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "74:0": { + "EventID": 74, + "WorldLevel": 0, + "StageID": 74, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "74:1": { + "EventID": 74, + "WorldLevel": 1, + "StageID": 74, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "74:2": { + "EventID": 74, + "WorldLevel": 2, + "StageID": 74, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "74:3": { + "EventID": 74, + "WorldLevel": 3, + "StageID": 74, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "74:4": { + "EventID": 74, + "WorldLevel": 4, + "StageID": 74, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "74:5": { + "EventID": 74, + "WorldLevel": 5, + "StageID": 74, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "74:6": { + "EventID": 74, + "WorldLevel": 6, + "StageID": 74, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "75:0": { + "EventID": 75, + "WorldLevel": 0, + "StageID": 75, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "75:1": { + "EventID": 75, + "WorldLevel": 1, + "StageID": 75, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "75:2": { + "EventID": 75, + "WorldLevel": 2, + "StageID": 75, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "75:3": { + "EventID": 75, + "WorldLevel": 3, + "StageID": 75, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "75:4": { + "EventID": 75, + "WorldLevel": 4, + "StageID": 75, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "75:5": { + "EventID": 75, + "WorldLevel": 5, + "StageID": 75, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "75:6": { + "EventID": 75, + "WorldLevel": 6, + "StageID": 75, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "76:0": { + "EventID": 76, + "WorldLevel": 0, + "StageID": 76, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "76:1": { + "EventID": 76, + "WorldLevel": 1, + "StageID": 76, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "76:2": { + "EventID": 76, + "WorldLevel": 2, + "StageID": 76, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "76:3": { + "EventID": 76, + "WorldLevel": 3, + "StageID": 76, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "76:4": { + "EventID": 76, + "WorldLevel": 4, + "StageID": 76, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "76:5": { + "EventID": 76, + "WorldLevel": 5, + "StageID": 76, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "76:6": { + "EventID": 76, + "WorldLevel": 6, + "StageID": 76, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "77:0": { + "EventID": 77, + "WorldLevel": 0, + "StageID": 77, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "77:1": { + "EventID": 77, + "WorldLevel": 1, + "StageID": 77, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "77:2": { + "EventID": 77, + "WorldLevel": 2, + "StageID": 77, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "77:3": { + "EventID": 77, + "WorldLevel": 3, + "StageID": 77, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "77:4": { + "EventID": 77, + "WorldLevel": 4, + "StageID": 77, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "77:5": { + "EventID": 77, + "WorldLevel": 5, + "StageID": 77, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "77:6": { + "EventID": 77, + "WorldLevel": 6, + "StageID": 77, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "78:0": { + "EventID": 78, + "WorldLevel": 0, + "StageID": 78, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "78:1": { + "EventID": 78, + "WorldLevel": 1, + "StageID": 78, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "78:2": { + "EventID": 78, + "WorldLevel": 2, + "StageID": 78, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "78:3": { + "EventID": 78, + "WorldLevel": 3, + "StageID": 78, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "78:4": { + "EventID": 78, + "WorldLevel": 4, + "StageID": 78, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "78:5": { + "EventID": 78, + "WorldLevel": 5, + "StageID": 78, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "78:6": { + "EventID": 78, + "WorldLevel": 6, + "StageID": 78, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "79:0": { + "EventID": 79, + "WorldLevel": 0, + "StageID": 79, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "79:1": { + "EventID": 79, + "WorldLevel": 1, + "StageID": 79, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "79:2": { + "EventID": 79, + "WorldLevel": 2, + "StageID": 79, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "79:3": { + "EventID": 79, + "WorldLevel": 3, + "StageID": 79, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "79:4": { + "EventID": 79, + "WorldLevel": 4, + "StageID": 79, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "79:5": { + "EventID": 79, + "WorldLevel": 5, + "StageID": 79, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "79:6": { + "EventID": 79, + "WorldLevel": 6, + "StageID": 79, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80:0": { + "EventID": 80, + "WorldLevel": 0, + "StageID": 80, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80:1": { + "EventID": 80, + "WorldLevel": 1, + "StageID": 80, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80:2": { + "EventID": 80, + "WorldLevel": 2, + "StageID": 80, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80:3": { + "EventID": 80, + "WorldLevel": 3, + "StageID": 80, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80:4": { + "EventID": 80, + "WorldLevel": 4, + "StageID": 80, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80:5": { + "EventID": 80, + "WorldLevel": 5, + "StageID": 80, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "80:6": { + "EventID": 80, + "WorldLevel": 6, + "StageID": 80, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "81:0": { + "EventID": 81, + "WorldLevel": 0, + "StageID": 81, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "81:1": { + "EventID": 81, + "WorldLevel": 1, + "StageID": 81, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "81:2": { + "EventID": 81, + "WorldLevel": 2, + "StageID": 81, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "81:3": { + "EventID": 81, + "WorldLevel": 3, + "StageID": 81, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "81:4": { + "EventID": 81, + "WorldLevel": 4, + "StageID": 81, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "81:5": { + "EventID": 81, + "WorldLevel": 5, + "StageID": 81, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "81:6": { + "EventID": 81, + "WorldLevel": 6, + "StageID": 81, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "94:0": { + "EventID": 94, + "WorldLevel": 0, + "StageID": 94, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "94:1": { + "EventID": 94, + "WorldLevel": 1, + "StageID": 94, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "94:2": { + "EventID": 94, + "WorldLevel": 2, + "StageID": 94, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "94:3": { + "EventID": 94, + "WorldLevel": 3, + "StageID": 94, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "94:4": { + "EventID": 94, + "WorldLevel": 4, + "StageID": 94, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "94:5": { + "EventID": 94, + "WorldLevel": 5, + "StageID": 94, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "94:6": { + "EventID": 94, + "WorldLevel": 6, + "StageID": 94, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "95:0": { + "EventID": 95, + "WorldLevel": 0, + "StageID": 95, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "95:1": { + "EventID": 95, + "WorldLevel": 1, + "StageID": 95, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "95:2": { + "EventID": 95, + "WorldLevel": 2, + "StageID": 95, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "95:3": { + "EventID": 95, + "WorldLevel": 3, + "StageID": 95, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "95:4": { + "EventID": 95, + "WorldLevel": 4, + "StageID": 95, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "95:5": { + "EventID": 95, + "WorldLevel": 5, + "StageID": 95, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "95:6": { + "EventID": 95, + "WorldLevel": 6, + "StageID": 95, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "96:0": { + "EventID": 96, + "WorldLevel": 0, + "StageID": 96, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "96:1": { + "EventID": 96, + "WorldLevel": 1, + "StageID": 96, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "96:2": { + "EventID": 96, + "WorldLevel": 2, + "StageID": 96, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "96:3": { + "EventID": 96, + "WorldLevel": 3, + "StageID": 96, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "96:4": { + "EventID": 96, + "WorldLevel": 4, + "StageID": 96, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "96:5": { + "EventID": 96, + "WorldLevel": 5, + "StageID": 96, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "96:6": { + "EventID": 96, + "WorldLevel": 6, + "StageID": 96, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "97:0": { + "EventID": 97, + "WorldLevel": 0, + "StageID": 97, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "97:1": { + "EventID": 97, + "WorldLevel": 1, + "StageID": 97, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "97:2": { + "EventID": 97, + "WorldLevel": 2, + "StageID": 97, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "97:3": { + "EventID": 97, + "WorldLevel": 3, + "StageID": 97, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "97:4": { + "EventID": 97, + "WorldLevel": 4, + "StageID": 97, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "97:5": { + "EventID": 97, + "WorldLevel": 5, + "StageID": 97, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "97:6": { + "EventID": 97, + "WorldLevel": 6, + "StageID": 97, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "98:0": { + "EventID": 98, + "WorldLevel": 0, + "StageID": 98, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "98:1": { + "EventID": 98, + "WorldLevel": 1, + "StageID": 98, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "98:2": { + "EventID": 98, + "WorldLevel": 2, + "StageID": 98, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "98:3": { + "EventID": 98, + "WorldLevel": 3, + "StageID": 98, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "98:4": { + "EventID": 98, + "WorldLevel": 4, + "StageID": 98, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "98:5": { + "EventID": 98, + "WorldLevel": 5, + "StageID": 98, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "98:6": { + "EventID": 98, + "WorldLevel": 6, + "StageID": 98, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99:0": { + "EventID": 99, + "WorldLevel": 0, + "StageID": 99, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99:1": { + "EventID": 99, + "WorldLevel": 1, + "StageID": 99, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99:2": { + "EventID": 99, + "WorldLevel": 2, + "StageID": 99, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99:3": { + "EventID": 99, + "WorldLevel": 3, + "StageID": 99, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99:4": { + "EventID": 99, + "WorldLevel": 4, + "StageID": 99, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99:5": { + "EventID": 99, + "WorldLevel": 5, + "StageID": 99, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "99:6": { + "EventID": 99, + "WorldLevel": 6, + "StageID": 99, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "100:0": { + "EventID": 100, + "WorldLevel": 0, + "StageID": 100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "100:1": { + "EventID": 100, + "WorldLevel": 1, + "StageID": 100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "100:2": { + "EventID": 100, + "WorldLevel": 2, + "StageID": 100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "100:3": { + "EventID": 100, + "WorldLevel": 3, + "StageID": 100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "100:4": { + "EventID": 100, + "WorldLevel": 4, + "StageID": 100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "100:5": { + "EventID": 100, + "WorldLevel": 5, + "StageID": 100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "100:6": { + "EventID": 100, + "WorldLevel": 6, + "StageID": 100, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "130:0": { + "EventID": 130, + "WorldLevel": 0, + "StageID": 130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "130:1": { + "EventID": 130, + "WorldLevel": 1, + "StageID": 130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "130:2": { + "EventID": 130, + "WorldLevel": 2, + "StageID": 130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "130:3": { + "EventID": 130, + "WorldLevel": 3, + "StageID": 130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "130:4": { + "EventID": 130, + "WorldLevel": 4, + "StageID": 130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "130:5": { + "EventID": 130, + "WorldLevel": 5, + "StageID": 130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "130:6": { + "EventID": 130, + "WorldLevel": 6, + "StageID": 130, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "131:0": { + "EventID": 131, + "WorldLevel": 0, + "StageID": 131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "131:1": { + "EventID": 131, + "WorldLevel": 1, + "StageID": 131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "131:2": { + "EventID": 131, + "WorldLevel": 2, + "StageID": 131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "131:3": { + "EventID": 131, + "WorldLevel": 3, + "StageID": 131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "131:4": { + "EventID": 131, + "WorldLevel": 4, + "StageID": 131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "131:5": { + "EventID": 131, + "WorldLevel": 5, + "StageID": 131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "131:6": { + "EventID": 131, + "WorldLevel": 6, + "StageID": 131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "132:0": { + "EventID": 132, + "WorldLevel": 0, + "StageID": 132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "132:1": { + "EventID": 132, + "WorldLevel": 1, + "StageID": 132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "132:2": { + "EventID": 132, + "WorldLevel": 2, + "StageID": 132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "132:3": { + "EventID": 132, + "WorldLevel": 3, + "StageID": 132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "132:4": { + "EventID": 132, + "WorldLevel": 4, + "StageID": 132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "132:5": { + "EventID": 132, + "WorldLevel": 5, + "StageID": 132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "132:6": { + "EventID": 132, + "WorldLevel": 6, + "StageID": 132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "133:0": { + "EventID": 133, + "WorldLevel": 0, + "StageID": 133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "133:1": { + "EventID": 133, + "WorldLevel": 1, + "StageID": 133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "133:2": { + "EventID": 133, + "WorldLevel": 2, + "StageID": 133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "133:3": { + "EventID": 133, + "WorldLevel": 3, + "StageID": 133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "133:4": { + "EventID": 133, + "WorldLevel": 4, + "StageID": 133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "133:5": { + "EventID": 133, + "WorldLevel": 5, + "StageID": 133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "133:6": { + "EventID": 133, + "WorldLevel": 6, + "StageID": 133, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "134:0": { + "EventID": 134, + "WorldLevel": 0, + "StageID": 134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "134:1": { + "EventID": 134, + "WorldLevel": 1, + "StageID": 134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "134:2": { + "EventID": 134, + "WorldLevel": 2, + "StageID": 134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "134:3": { + "EventID": 134, + "WorldLevel": 3, + "StageID": 134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "134:4": { + "EventID": 134, + "WorldLevel": 4, + "StageID": 134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "134:5": { + "EventID": 134, + "WorldLevel": 5, + "StageID": 134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "134:6": { + "EventID": 134, + "WorldLevel": 6, + "StageID": 134, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "135:0": { + "EventID": 135, + "WorldLevel": 0, + "StageID": 135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "135:1": { + "EventID": 135, + "WorldLevel": 1, + "StageID": 135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "135:2": { + "EventID": 135, + "WorldLevel": 2, + "StageID": 135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "135:3": { + "EventID": 135, + "WorldLevel": 3, + "StageID": 135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "135:4": { + "EventID": 135, + "WorldLevel": 4, + "StageID": 135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "135:5": { + "EventID": 135, + "WorldLevel": 5, + "StageID": 135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "135:6": { + "EventID": 135, + "WorldLevel": 6, + "StageID": 135, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "136:0": { + "EventID": 136, + "WorldLevel": 0, + "StageID": 136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "136:1": { + "EventID": 136, + "WorldLevel": 1, + "StageID": 136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "136:2": { + "EventID": 136, + "WorldLevel": 2, + "StageID": 136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "136:3": { + "EventID": 136, + "WorldLevel": 3, + "StageID": 136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "136:4": { + "EventID": 136, + "WorldLevel": 4, + "StageID": 136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "136:5": { + "EventID": 136, + "WorldLevel": 5, + "StageID": 136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "136:6": { + "EventID": 136, + "WorldLevel": 6, + "StageID": 136, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "137:0": { + "EventID": 137, + "WorldLevel": 0, + "StageID": 137, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "137:1": { + "EventID": 137, + "WorldLevel": 1, + "StageID": 137, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "137:2": { + "EventID": 137, + "WorldLevel": 2, + "StageID": 137, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "137:3": { + "EventID": 137, + "WorldLevel": 3, + "StageID": 137, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "137:4": { + "EventID": 137, + "WorldLevel": 4, + "StageID": 137, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "137:5": { + "EventID": 137, + "WorldLevel": 5, + "StageID": 137, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "137:6": { + "EventID": 137, + "WorldLevel": 6, + "StageID": 137, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "138:0": { + "EventID": 138, + "WorldLevel": 0, + "StageID": 138, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "138:1": { + "EventID": 138, + "WorldLevel": 1, + "StageID": 138, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "138:2": { + "EventID": 138, + "WorldLevel": 2, + "StageID": 138, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "138:3": { + "EventID": 138, + "WorldLevel": 3, + "StageID": 138, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "138:4": { + "EventID": 138, + "WorldLevel": 4, + "StageID": 138, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "138:5": { + "EventID": 138, + "WorldLevel": 5, + "StageID": 138, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "138:6": { + "EventID": 138, + "WorldLevel": 6, + "StageID": 138, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "139:0": { + "EventID": 139, + "WorldLevel": 0, + "StageID": 139, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "139:1": { + "EventID": 139, + "WorldLevel": 1, + "StageID": 139, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "139:2": { + "EventID": 139, + "WorldLevel": 2, + "StageID": 139, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "139:3": { + "EventID": 139, + "WorldLevel": 3, + "StageID": 139, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "139:4": { + "EventID": 139, + "WorldLevel": 4, + "StageID": 139, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "139:5": { + "EventID": 139, + "WorldLevel": 5, + "StageID": 139, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "139:6": { + "EventID": 139, + "WorldLevel": 6, + "StageID": 139, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "140:0": { + "EventID": 140, + "WorldLevel": 0, + "StageID": 140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "140:1": { + "EventID": 140, + "WorldLevel": 1, + "StageID": 140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "140:2": { + "EventID": 140, + "WorldLevel": 2, + "StageID": 140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "140:3": { + "EventID": 140, + "WorldLevel": 3, + "StageID": 140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "140:4": { + "EventID": 140, + "WorldLevel": 4, + "StageID": 140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "140:5": { + "EventID": 140, + "WorldLevel": 5, + "StageID": 140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "140:6": { + "EventID": 140, + "WorldLevel": 6, + "StageID": 140, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "141:0": { + "EventID": 141, + "WorldLevel": 0, + "StageID": 141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "141:1": { + "EventID": 141, + "WorldLevel": 1, + "StageID": 141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "141:2": { + "EventID": 141, + "WorldLevel": 2, + "StageID": 141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "141:3": { + "EventID": 141, + "WorldLevel": 3, + "StageID": 141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "141:4": { + "EventID": 141, + "WorldLevel": 4, + "StageID": 141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "141:5": { + "EventID": 141, + "WorldLevel": 5, + "StageID": 141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "141:6": { + "EventID": 141, + "WorldLevel": 6, + "StageID": 141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001011:0": { + "EventID": 30001011, + "WorldLevel": 0, + "StageID": 30001011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001011:1": { + "EventID": 30001011, + "WorldLevel": 1, + "StageID": 30001011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001011:2": { + "EventID": 30001011, + "WorldLevel": 2, + "StageID": 30001011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001011:3": { + "EventID": 30001011, + "WorldLevel": 3, + "StageID": 30001011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001011:4": { + "EventID": 30001011, + "WorldLevel": 4, + "StageID": 30001011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001011:5": { + "EventID": 30001011, + "WorldLevel": 5, + "StageID": 30001011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001011:6": { + "EventID": 30001011, + "WorldLevel": 6, + "StageID": 30001011, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001021:0": { + "EventID": 30001021, + "WorldLevel": 0, + "StageID": 30001021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001021:1": { + "EventID": 30001021, + "WorldLevel": 1, + "StageID": 30001021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001021:2": { + "EventID": 30001021, + "WorldLevel": 2, + "StageID": 30001021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001021:3": { + "EventID": 30001021, + "WorldLevel": 3, + "StageID": 30001021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001021:4": { + "EventID": 30001021, + "WorldLevel": 4, + "StageID": 30001021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001021:5": { + "EventID": 30001021, + "WorldLevel": 5, + "StageID": 30001021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001021:6": { + "EventID": 30001021, + "WorldLevel": 6, + "StageID": 30001021, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001031:0": { + "EventID": 30001031, + "WorldLevel": 0, + "StageID": 30001031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001031:1": { + "EventID": 30001031, + "WorldLevel": 1, + "StageID": 30001031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001031:2": { + "EventID": 30001031, + "WorldLevel": 2, + "StageID": 30001031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001031:3": { + "EventID": 30001031, + "WorldLevel": 3, + "StageID": 30001031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001031:4": { + "EventID": 30001031, + "WorldLevel": 4, + "StageID": 30001031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001031:5": { + "EventID": 30001031, + "WorldLevel": 5, + "StageID": 30001031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001031:6": { + "EventID": 30001031, + "WorldLevel": 6, + "StageID": 30001031, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001041:0": { + "EventID": 30001041, + "WorldLevel": 0, + "StageID": 30001041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001041:1": { + "EventID": 30001041, + "WorldLevel": 1, + "StageID": 30001041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001041:2": { + "EventID": 30001041, + "WorldLevel": 2, + "StageID": 30001041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001041:3": { + "EventID": 30001041, + "WorldLevel": 3, + "StageID": 30001041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001041:4": { + "EventID": 30001041, + "WorldLevel": 4, + "StageID": 30001041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001041:5": { + "EventID": 30001041, + "WorldLevel": 5, + "StageID": 30001041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001041:6": { + "EventID": 30001041, + "WorldLevel": 6, + "StageID": 30001041, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001051:0": { + "EventID": 30001051, + "WorldLevel": 0, + "StageID": 30001051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001051:1": { + "EventID": 30001051, + "WorldLevel": 1, + "StageID": 30001051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001051:2": { + "EventID": 30001051, + "WorldLevel": 2, + "StageID": 30001051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001051:3": { + "EventID": 30001051, + "WorldLevel": 3, + "StageID": 30001051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001051:4": { + "EventID": 30001051, + "WorldLevel": 4, + "StageID": 30001051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001051:5": { + "EventID": 30001051, + "WorldLevel": 5, + "StageID": 30001051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001051:6": { + "EventID": 30001051, + "WorldLevel": 6, + "StageID": 30001051, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001061:0": { + "EventID": 30001061, + "WorldLevel": 0, + "StageID": 30001061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001061:1": { + "EventID": 30001061, + "WorldLevel": 1, + "StageID": 30001061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001061:2": { + "EventID": 30001061, + "WorldLevel": 2, + "StageID": 30001061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001061:3": { + "EventID": 30001061, + "WorldLevel": 3, + "StageID": 30001061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001061:4": { + "EventID": 30001061, + "WorldLevel": 4, + "StageID": 30001061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001061:5": { + "EventID": 30001061, + "WorldLevel": 5, + "StageID": 30001061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001061:6": { + "EventID": 30001061, + "WorldLevel": 6, + "StageID": 30001061, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001062:0": { + "EventID": 30001062, + "WorldLevel": 0, + "StageID": 30001062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001062:1": { + "EventID": 30001062, + "WorldLevel": 1, + "StageID": 30001062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001062:2": { + "EventID": 30001062, + "WorldLevel": 2, + "StageID": 30001062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001062:3": { + "EventID": 30001062, + "WorldLevel": 3, + "StageID": 30001062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001062:4": { + "EventID": 30001062, + "WorldLevel": 4, + "StageID": 30001062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001062:5": { + "EventID": 30001062, + "WorldLevel": 5, + "StageID": 30001062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001062:6": { + "EventID": 30001062, + "WorldLevel": 6, + "StageID": 30001062, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001071:0": { + "EventID": 30001071, + "WorldLevel": 0, + "StageID": 30001071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001071:1": { + "EventID": 30001071, + "WorldLevel": 1, + "StageID": 30001071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001071:2": { + "EventID": 30001071, + "WorldLevel": 2, + "StageID": 30001071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001071:3": { + "EventID": 30001071, + "WorldLevel": 3, + "StageID": 30001071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001071:4": { + "EventID": 30001071, + "WorldLevel": 4, + "StageID": 30001071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001071:5": { + "EventID": 30001071, + "WorldLevel": 5, + "StageID": 30001071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001071:6": { + "EventID": 30001071, + "WorldLevel": 6, + "StageID": 30001071, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001072:0": { + "EventID": 30001072, + "WorldLevel": 0, + "StageID": 30001072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001072:1": { + "EventID": 30001072, + "WorldLevel": 1, + "StageID": 30001072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001072:2": { + "EventID": 30001072, + "WorldLevel": 2, + "StageID": 30001072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001072:3": { + "EventID": 30001072, + "WorldLevel": 3, + "StageID": 30001072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001072:4": { + "EventID": 30001072, + "WorldLevel": 4, + "StageID": 30001072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001072:5": { + "EventID": 30001072, + "WorldLevel": 5, + "StageID": 30001072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001072:6": { + "EventID": 30001072, + "WorldLevel": 6, + "StageID": 30001072, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001081:0": { + "EventID": 30001081, + "WorldLevel": 0, + "StageID": 30001081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001081:1": { + "EventID": 30001081, + "WorldLevel": 1, + "StageID": 30001081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001081:2": { + "EventID": 30001081, + "WorldLevel": 2, + "StageID": 30001081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001081:3": { + "EventID": 30001081, + "WorldLevel": 3, + "StageID": 30001081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001081:4": { + "EventID": 30001081, + "WorldLevel": 4, + "StageID": 30001081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001081:5": { + "EventID": 30001081, + "WorldLevel": 5, + "StageID": 30001081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001081:6": { + "EventID": 30001081, + "WorldLevel": 6, + "StageID": 30001081, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001082:0": { + "EventID": 30001082, + "WorldLevel": 0, + "StageID": 30001082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001082:1": { + "EventID": 30001082, + "WorldLevel": 1, + "StageID": 30001082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001082:2": { + "EventID": 30001082, + "WorldLevel": 2, + "StageID": 30001082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001082:3": { + "EventID": 30001082, + "WorldLevel": 3, + "StageID": 30001082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001082:4": { + "EventID": 30001082, + "WorldLevel": 4, + "StageID": 30001082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001082:5": { + "EventID": 30001082, + "WorldLevel": 5, + "StageID": 30001082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001082:6": { + "EventID": 30001082, + "WorldLevel": 6, + "StageID": 30001082, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001091:0": { + "EventID": 30001091, + "WorldLevel": 0, + "StageID": 30001091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001091:1": { + "EventID": 30001091, + "WorldLevel": 1, + "StageID": 30001091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001091:2": { + "EventID": 30001091, + "WorldLevel": 2, + "StageID": 30001091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001091:3": { + "EventID": 30001091, + "WorldLevel": 3, + "StageID": 30001091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001091:4": { + "EventID": 30001091, + "WorldLevel": 4, + "StageID": 30001091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001091:5": { + "EventID": 30001091, + "WorldLevel": 5, + "StageID": 30001091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001091:6": { + "EventID": 30001091, + "WorldLevel": 6, + "StageID": 30001091, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001092:0": { + "EventID": 30001092, + "WorldLevel": 0, + "StageID": 30001092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001092:1": { + "EventID": 30001092, + "WorldLevel": 1, + "StageID": 30001092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001092:2": { + "EventID": 30001092, + "WorldLevel": 2, + "StageID": 30001092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001092:3": { + "EventID": 30001092, + "WorldLevel": 3, + "StageID": 30001092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001092:4": { + "EventID": 30001092, + "WorldLevel": 4, + "StageID": 30001092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001092:5": { + "EventID": 30001092, + "WorldLevel": 5, + "StageID": 30001092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001092:6": { + "EventID": 30001092, + "WorldLevel": 6, + "StageID": 30001092, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001101:0": { + "EventID": 30001101, + "WorldLevel": 0, + "StageID": 30001101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001101:1": { + "EventID": 30001101, + "WorldLevel": 1, + "StageID": 30001101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001101:2": { + "EventID": 30001101, + "WorldLevel": 2, + "StageID": 30001101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001101:3": { + "EventID": 30001101, + "WorldLevel": 3, + "StageID": 30001101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001101:4": { + "EventID": 30001101, + "WorldLevel": 4, + "StageID": 30001101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001101:5": { + "EventID": 30001101, + "WorldLevel": 5, + "StageID": 30001101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001101:6": { + "EventID": 30001101, + "WorldLevel": 6, + "StageID": 30001101, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001102:0": { + "EventID": 30001102, + "WorldLevel": 0, + "StageID": 30001102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001102:1": { + "EventID": 30001102, + "WorldLevel": 1, + "StageID": 30001102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001102:2": { + "EventID": 30001102, + "WorldLevel": 2, + "StageID": 30001102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001102:3": { + "EventID": 30001102, + "WorldLevel": 3, + "StageID": 30001102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001102:4": { + "EventID": 30001102, + "WorldLevel": 4, + "StageID": 30001102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001102:5": { + "EventID": 30001102, + "WorldLevel": 5, + "StageID": 30001102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001102:6": { + "EventID": 30001102, + "WorldLevel": 6, + "StageID": 30001102, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001111:0": { + "EventID": 30001111, + "WorldLevel": 0, + "StageID": 30001111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001111:1": { + "EventID": 30001111, + "WorldLevel": 1, + "StageID": 30001111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001111:2": { + "EventID": 30001111, + "WorldLevel": 2, + "StageID": 30001111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001111:3": { + "EventID": 30001111, + "WorldLevel": 3, + "StageID": 30001111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001111:4": { + "EventID": 30001111, + "WorldLevel": 4, + "StageID": 30001111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001111:5": { + "EventID": 30001111, + "WorldLevel": 5, + "StageID": 30001111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001111:6": { + "EventID": 30001111, + "WorldLevel": 6, + "StageID": 30001111, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001112:0": { + "EventID": 30001112, + "WorldLevel": 0, + "StageID": 30001112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001112:1": { + "EventID": 30001112, + "WorldLevel": 1, + "StageID": 30001112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001112:2": { + "EventID": 30001112, + "WorldLevel": 2, + "StageID": 30001112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001112:3": { + "EventID": 30001112, + "WorldLevel": 3, + "StageID": 30001112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001112:4": { + "EventID": 30001112, + "WorldLevel": 4, + "StageID": 30001112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001112:5": { + "EventID": 30001112, + "WorldLevel": 5, + "StageID": 30001112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001112:6": { + "EventID": 30001112, + "WorldLevel": 6, + "StageID": 30001112, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001121:0": { + "EventID": 30001121, + "WorldLevel": 0, + "StageID": 30001121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001121:1": { + "EventID": 30001121, + "WorldLevel": 1, + "StageID": 30001121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001121:2": { + "EventID": 30001121, + "WorldLevel": 2, + "StageID": 30001121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001121:3": { + "EventID": 30001121, + "WorldLevel": 3, + "StageID": 30001121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001121:4": { + "EventID": 30001121, + "WorldLevel": 4, + "StageID": 30001121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001121:5": { + "EventID": 30001121, + "WorldLevel": 5, + "StageID": 30001121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001121:6": { + "EventID": 30001121, + "WorldLevel": 6, + "StageID": 30001121, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001122:0": { + "EventID": 30001122, + "WorldLevel": 0, + "StageID": 30001122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001122:1": { + "EventID": 30001122, + "WorldLevel": 1, + "StageID": 30001122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001122:2": { + "EventID": 30001122, + "WorldLevel": 2, + "StageID": 30001122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001122:3": { + "EventID": 30001122, + "WorldLevel": 3, + "StageID": 30001122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001122:4": { + "EventID": 30001122, + "WorldLevel": 4, + "StageID": 30001122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001122:5": { + "EventID": 30001122, + "WorldLevel": 5, + "StageID": 30001122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001122:6": { + "EventID": 30001122, + "WorldLevel": 6, + "StageID": 30001122, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001131:0": { + "EventID": 30001131, + "WorldLevel": 0, + "StageID": 30001131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001131:1": { + "EventID": 30001131, + "WorldLevel": 1, + "StageID": 30001131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001131:2": { + "EventID": 30001131, + "WorldLevel": 2, + "StageID": 30001131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001131:3": { + "EventID": 30001131, + "WorldLevel": 3, + "StageID": 30001131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001131:4": { + "EventID": 30001131, + "WorldLevel": 4, + "StageID": 30001131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001131:5": { + "EventID": 30001131, + "WorldLevel": 5, + "StageID": 30001131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001131:6": { + "EventID": 30001131, + "WorldLevel": 6, + "StageID": 30001131, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001132:0": { + "EventID": 30001132, + "WorldLevel": 0, + "StageID": 30001132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001132:1": { + "EventID": 30001132, + "WorldLevel": 1, + "StageID": 30001132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001132:2": { + "EventID": 30001132, + "WorldLevel": 2, + "StageID": 30001132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001132:3": { + "EventID": 30001132, + "WorldLevel": 3, + "StageID": 30001132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001132:4": { + "EventID": 30001132, + "WorldLevel": 4, + "StageID": 30001132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001132:5": { + "EventID": 30001132, + "WorldLevel": 5, + "StageID": 30001132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001132:6": { + "EventID": 30001132, + "WorldLevel": 6, + "StageID": 30001132, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001141:0": { + "EventID": 30001141, + "WorldLevel": 0, + "StageID": 30001141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001141:1": { + "EventID": 30001141, + "WorldLevel": 1, + "StageID": 30001141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001141:2": { + "EventID": 30001141, + "WorldLevel": 2, + "StageID": 30001141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001141:3": { + "EventID": 30001141, + "WorldLevel": 3, + "StageID": 30001141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001141:4": { + "EventID": 30001141, + "WorldLevel": 4, + "StageID": 30001141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001141:5": { + "EventID": 30001141, + "WorldLevel": 5, + "StageID": 30001141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001141:6": { + "EventID": 30001141, + "WorldLevel": 6, + "StageID": 30001141, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001142:0": { + "EventID": 30001142, + "WorldLevel": 0, + "StageID": 30001142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001142:1": { + "EventID": 30001142, + "WorldLevel": 1, + "StageID": 30001142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001142:2": { + "EventID": 30001142, + "WorldLevel": 2, + "StageID": 30001142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001142:3": { + "EventID": 30001142, + "WorldLevel": 3, + "StageID": 30001142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001142:4": { + "EventID": 30001142, + "WorldLevel": 4, + "StageID": 30001142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001142:5": { + "EventID": 30001142, + "WorldLevel": 5, + "StageID": 30001142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001142:6": { + "EventID": 30001142, + "WorldLevel": 6, + "StageID": 30001142, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001151:0": { + "EventID": 30001151, + "WorldLevel": 0, + "StageID": 30001151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001151:1": { + "EventID": 30001151, + "WorldLevel": 1, + "StageID": 30001151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001151:2": { + "EventID": 30001151, + "WorldLevel": 2, + "StageID": 30001151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001151:3": { + "EventID": 30001151, + "WorldLevel": 3, + "StageID": 30001151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001151:4": { + "EventID": 30001151, + "WorldLevel": 4, + "StageID": 30001151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001151:5": { + "EventID": 30001151, + "WorldLevel": 5, + "StageID": 30001151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001151:6": { + "EventID": 30001151, + "WorldLevel": 6, + "StageID": 30001151, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001152:0": { + "EventID": 30001152, + "WorldLevel": 0, + "StageID": 30001152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001152:1": { + "EventID": 30001152, + "WorldLevel": 1, + "StageID": 30001152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001152:2": { + "EventID": 30001152, + "WorldLevel": 2, + "StageID": 30001152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001152:3": { + "EventID": 30001152, + "WorldLevel": 3, + "StageID": 30001152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001152:4": { + "EventID": 30001152, + "WorldLevel": 4, + "StageID": 30001152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001152:5": { + "EventID": 30001152, + "WorldLevel": 5, + "StageID": 30001152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001152:6": { + "EventID": 30001152, + "WorldLevel": 6, + "StageID": 30001152, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001161:0": { + "EventID": 30001161, + "WorldLevel": 0, + "StageID": 30001161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001161:1": { + "EventID": 30001161, + "WorldLevel": 1, + "StageID": 30001161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001161:2": { + "EventID": 30001161, + "WorldLevel": 2, + "StageID": 30001161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001161:3": { + "EventID": 30001161, + "WorldLevel": 3, + "StageID": 30001161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001161:4": { + "EventID": 30001161, + "WorldLevel": 4, + "StageID": 30001161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001161:5": { + "EventID": 30001161, + "WorldLevel": 5, + "StageID": 30001161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001161:6": { + "EventID": 30001161, + "WorldLevel": 6, + "StageID": 30001161, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001162:0": { + "EventID": 30001162, + "WorldLevel": 0, + "StageID": 30001162, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001162:1": { + "EventID": 30001162, + "WorldLevel": 1, + "StageID": 30001162, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001162:2": { + "EventID": 30001162, + "WorldLevel": 2, + "StageID": 30001162, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001162:3": { + "EventID": 30001162, + "WorldLevel": 3, + "StageID": 30001162, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001162:4": { + "EventID": 30001162, + "WorldLevel": 4, + "StageID": 30001162, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001162:5": { + "EventID": 30001162, + "WorldLevel": 5, + "StageID": 30001162, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001162:6": { + "EventID": 30001162, + "WorldLevel": 6, + "StageID": 30001162, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001163:0": { + "EventID": 30001163, + "WorldLevel": 0, + "StageID": 30001163, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001163:1": { + "EventID": 30001163, + "WorldLevel": 1, + "StageID": 30001163, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001163:2": { + "EventID": 30001163, + "WorldLevel": 2, + "StageID": 30001163, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001163:3": { + "EventID": 30001163, + "WorldLevel": 3, + "StageID": 30001163, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001163:4": { + "EventID": 30001163, + "WorldLevel": 4, + "StageID": 30001163, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001163:5": { + "EventID": 30001163, + "WorldLevel": 5, + "StageID": 30001163, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001163:6": { + "EventID": 30001163, + "WorldLevel": 6, + "StageID": 30001163, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001164:0": { + "EventID": 30001164, + "WorldLevel": 0, + "StageID": 30001164, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001164:1": { + "EventID": 30001164, + "WorldLevel": 1, + "StageID": 30001164, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001164:2": { + "EventID": 30001164, + "WorldLevel": 2, + "StageID": 30001164, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001164:3": { + "EventID": 30001164, + "WorldLevel": 3, + "StageID": 30001164, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001164:4": { + "EventID": 30001164, + "WorldLevel": 4, + "StageID": 30001164, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001164:5": { + "EventID": 30001164, + "WorldLevel": 5, + "StageID": 30001164, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001164:6": { + "EventID": 30001164, + "WorldLevel": 6, + "StageID": 30001164, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001171:0": { + "EventID": 30001171, + "WorldLevel": 0, + "StageID": 30001171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001171:1": { + "EventID": 30001171, + "WorldLevel": 1, + "StageID": 30001171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001171:2": { + "EventID": 30001171, + "WorldLevel": 2, + "StageID": 30001171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001171:3": { + "EventID": 30001171, + "WorldLevel": 3, + "StageID": 30001171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001171:4": { + "EventID": 30001171, + "WorldLevel": 4, + "StageID": 30001171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001171:5": { + "EventID": 30001171, + "WorldLevel": 5, + "StageID": 30001171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001171:6": { + "EventID": 30001171, + "WorldLevel": 6, + "StageID": 30001171, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001172:0": { + "EventID": 30001172, + "WorldLevel": 0, + "StageID": 30001172, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001172:1": { + "EventID": 30001172, + "WorldLevel": 1, + "StageID": 30001172, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001172:2": { + "EventID": 30001172, + "WorldLevel": 2, + "StageID": 30001172, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001172:3": { + "EventID": 30001172, + "WorldLevel": 3, + "StageID": 30001172, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001172:4": { + "EventID": 30001172, + "WorldLevel": 4, + "StageID": 30001172, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001172:5": { + "EventID": 30001172, + "WorldLevel": 5, + "StageID": 30001172, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001172:6": { + "EventID": 30001172, + "WorldLevel": 6, + "StageID": 30001172, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001173:0": { + "EventID": 30001173, + "WorldLevel": 0, + "StageID": 30001173, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001173:1": { + "EventID": 30001173, + "WorldLevel": 1, + "StageID": 30001173, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001173:2": { + "EventID": 30001173, + "WorldLevel": 2, + "StageID": 30001173, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001173:3": { + "EventID": 30001173, + "WorldLevel": 3, + "StageID": 30001173, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001173:4": { + "EventID": 30001173, + "WorldLevel": 4, + "StageID": 30001173, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001173:5": { + "EventID": 30001173, + "WorldLevel": 5, + "StageID": 30001173, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001173:6": { + "EventID": 30001173, + "WorldLevel": 6, + "StageID": 30001173, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001174:0": { + "EventID": 30001174, + "WorldLevel": 0, + "StageID": 30001174, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001174:1": { + "EventID": 30001174, + "WorldLevel": 1, + "StageID": 30001174, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001174:2": { + "EventID": 30001174, + "WorldLevel": 2, + "StageID": 30001174, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001174:3": { + "EventID": 30001174, + "WorldLevel": 3, + "StageID": 30001174, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001174:4": { + "EventID": 30001174, + "WorldLevel": 4, + "StageID": 30001174, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001174:5": { + "EventID": 30001174, + "WorldLevel": 5, + "StageID": 30001174, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001174:6": { + "EventID": 30001174, + "WorldLevel": 6, + "StageID": 30001174, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001181:0": { + "EventID": 30001181, + "WorldLevel": 0, + "StageID": 30001181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001181:1": { + "EventID": 30001181, + "WorldLevel": 1, + "StageID": 30001181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001181:2": { + "EventID": 30001181, + "WorldLevel": 2, + "StageID": 30001181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001181:3": { + "EventID": 30001181, + "WorldLevel": 3, + "StageID": 30001181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001181:4": { + "EventID": 30001181, + "WorldLevel": 4, + "StageID": 30001181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001181:5": { + "EventID": 30001181, + "WorldLevel": 5, + "StageID": 30001181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001181:6": { + "EventID": 30001181, + "WorldLevel": 6, + "StageID": 30001181, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001182:0": { + "EventID": 30001182, + "WorldLevel": 0, + "StageID": 30001182, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001182:1": { + "EventID": 30001182, + "WorldLevel": 1, + "StageID": 30001182, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001182:2": { + "EventID": 30001182, + "WorldLevel": 2, + "StageID": 30001182, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001182:3": { + "EventID": 30001182, + "WorldLevel": 3, + "StageID": 30001182, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001182:4": { + "EventID": 30001182, + "WorldLevel": 4, + "StageID": 30001182, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001182:5": { + "EventID": 30001182, + "WorldLevel": 5, + "StageID": 30001182, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001182:6": { + "EventID": 30001182, + "WorldLevel": 6, + "StageID": 30001182, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001183:0": { + "EventID": 30001183, + "WorldLevel": 0, + "StageID": 30001183, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001183:1": { + "EventID": 30001183, + "WorldLevel": 1, + "StageID": 30001183, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001183:2": { + "EventID": 30001183, + "WorldLevel": 2, + "StageID": 30001183, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001183:3": { + "EventID": 30001183, + "WorldLevel": 3, + "StageID": 30001183, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001183:4": { + "EventID": 30001183, + "WorldLevel": 4, + "StageID": 30001183, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001183:5": { + "EventID": 30001183, + "WorldLevel": 5, + "StageID": 30001183, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001183:6": { + "EventID": 30001183, + "WorldLevel": 6, + "StageID": 30001183, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001184:0": { + "EventID": 30001184, + "WorldLevel": 0, + "StageID": 30001184, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001184:1": { + "EventID": 30001184, + "WorldLevel": 1, + "StageID": 30001184, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001184:2": { + "EventID": 30001184, + "WorldLevel": 2, + "StageID": 30001184, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001184:3": { + "EventID": 30001184, + "WorldLevel": 3, + "StageID": 30001184, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001184:4": { + "EventID": 30001184, + "WorldLevel": 4, + "StageID": 30001184, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001184:5": { + "EventID": 30001184, + "WorldLevel": 5, + "StageID": 30001184, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001184:6": { + "EventID": 30001184, + "WorldLevel": 6, + "StageID": 30001184, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001191:0": { + "EventID": 30001191, + "WorldLevel": 0, + "StageID": 30001191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001191:1": { + "EventID": 30001191, + "WorldLevel": 1, + "StageID": 30001191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001191:2": { + "EventID": 30001191, + "WorldLevel": 2, + "StageID": 30001191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001191:3": { + "EventID": 30001191, + "WorldLevel": 3, + "StageID": 30001191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001191:4": { + "EventID": 30001191, + "WorldLevel": 4, + "StageID": 30001191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001191:5": { + "EventID": 30001191, + "WorldLevel": 5, + "StageID": 30001191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001191:6": { + "EventID": 30001191, + "WorldLevel": 6, + "StageID": 30001191, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001192:0": { + "EventID": 30001192, + "WorldLevel": 0, + "StageID": 30001192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001192:1": { + "EventID": 30001192, + "WorldLevel": 1, + "StageID": 30001192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001192:2": { + "EventID": 30001192, + "WorldLevel": 2, + "StageID": 30001192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001192:3": { + "EventID": 30001192, + "WorldLevel": 3, + "StageID": 30001192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001192:4": { + "EventID": 30001192, + "WorldLevel": 4, + "StageID": 30001192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001192:5": { + "EventID": 30001192, + "WorldLevel": 5, + "StageID": 30001192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001192:6": { + "EventID": 30001192, + "WorldLevel": 6, + "StageID": 30001192, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001193:0": { + "EventID": 30001193, + "WorldLevel": 0, + "StageID": 30001193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001193:1": { + "EventID": 30001193, + "WorldLevel": 1, + "StageID": 30001193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001193:2": { + "EventID": 30001193, + "WorldLevel": 2, + "StageID": 30001193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001193:3": { + "EventID": 30001193, + "WorldLevel": 3, + "StageID": 30001193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001193:4": { + "EventID": 30001193, + "WorldLevel": 4, + "StageID": 30001193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001193:5": { + "EventID": 30001193, + "WorldLevel": 5, + "StageID": 30001193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001193:6": { + "EventID": 30001193, + "WorldLevel": 6, + "StageID": 30001193, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001194:0": { + "EventID": 30001194, + "WorldLevel": 0, + "StageID": 30001194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001194:1": { + "EventID": 30001194, + "WorldLevel": 1, + "StageID": 30001194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001194:2": { + "EventID": 30001194, + "WorldLevel": 2, + "StageID": 30001194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001194:3": { + "EventID": 30001194, + "WorldLevel": 3, + "StageID": 30001194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001194:4": { + "EventID": 30001194, + "WorldLevel": 4, + "StageID": 30001194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001194:5": { + "EventID": 30001194, + "WorldLevel": 5, + "StageID": 30001194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001194:6": { + "EventID": 30001194, + "WorldLevel": 6, + "StageID": 30001194, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001201:0": { + "EventID": 30001201, + "WorldLevel": 0, + "StageID": 30001201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001201:1": { + "EventID": 30001201, + "WorldLevel": 1, + "StageID": 30001201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001201:2": { + "EventID": 30001201, + "WorldLevel": 2, + "StageID": 30001201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001201:3": { + "EventID": 30001201, + "WorldLevel": 3, + "StageID": 30001201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001201:4": { + "EventID": 30001201, + "WorldLevel": 4, + "StageID": 30001201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001201:5": { + "EventID": 30001201, + "WorldLevel": 5, + "StageID": 30001201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001201:6": { + "EventID": 30001201, + "WorldLevel": 6, + "StageID": 30001201, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001202:0": { + "EventID": 30001202, + "WorldLevel": 0, + "StageID": 30001202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001202:1": { + "EventID": 30001202, + "WorldLevel": 1, + "StageID": 30001202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001202:2": { + "EventID": 30001202, + "WorldLevel": 2, + "StageID": 30001202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001202:3": { + "EventID": 30001202, + "WorldLevel": 3, + "StageID": 30001202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001202:4": { + "EventID": 30001202, + "WorldLevel": 4, + "StageID": 30001202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001202:5": { + "EventID": 30001202, + "WorldLevel": 5, + "StageID": 30001202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001202:6": { + "EventID": 30001202, + "WorldLevel": 6, + "StageID": 30001202, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001203:0": { + "EventID": 30001203, + "WorldLevel": 0, + "StageID": 30001203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001203:1": { + "EventID": 30001203, + "WorldLevel": 1, + "StageID": 30001203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001203:2": { + "EventID": 30001203, + "WorldLevel": 2, + "StageID": 30001203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001203:3": { + "EventID": 30001203, + "WorldLevel": 3, + "StageID": 30001203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001203:4": { + "EventID": 30001203, + "WorldLevel": 4, + "StageID": 30001203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001203:5": { + "EventID": 30001203, + "WorldLevel": 5, + "StageID": 30001203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001203:6": { + "EventID": 30001203, + "WorldLevel": 6, + "StageID": 30001203, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001204:0": { + "EventID": 30001204, + "WorldLevel": 0, + "StageID": 30001204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001204:1": { + "EventID": 30001204, + "WorldLevel": 1, + "StageID": 30001204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001204:2": { + "EventID": 30001204, + "WorldLevel": 2, + "StageID": 30001204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001204:3": { + "EventID": 30001204, + "WorldLevel": 3, + "StageID": 30001204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001204:4": { + "EventID": 30001204, + "WorldLevel": 4, + "StageID": 30001204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001204:5": { + "EventID": 30001204, + "WorldLevel": 5, + "StageID": 30001204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001204:6": { + "EventID": 30001204, + "WorldLevel": 6, + "StageID": 30001204, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001211:0": { + "EventID": 30001211, + "WorldLevel": 0, + "StageID": 30001211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001211:1": { + "EventID": 30001211, + "WorldLevel": 1, + "StageID": 30001211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001211:2": { + "EventID": 30001211, + "WorldLevel": 2, + "StageID": 30001211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001211:3": { + "EventID": 30001211, + "WorldLevel": 3, + "StageID": 30001211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001211:4": { + "EventID": 30001211, + "WorldLevel": 4, + "StageID": 30001211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001211:5": { + "EventID": 30001211, + "WorldLevel": 5, + "StageID": 30001211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001211:6": { + "EventID": 30001211, + "WorldLevel": 6, + "StageID": 30001211, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001212:0": { + "EventID": 30001212, + "WorldLevel": 0, + "StageID": 30001212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001212:1": { + "EventID": 30001212, + "WorldLevel": 1, + "StageID": 30001212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001212:2": { + "EventID": 30001212, + "WorldLevel": 2, + "StageID": 30001212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001212:3": { + "EventID": 30001212, + "WorldLevel": 3, + "StageID": 30001212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001212:4": { + "EventID": 30001212, + "WorldLevel": 4, + "StageID": 30001212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001212:5": { + "EventID": 30001212, + "WorldLevel": 5, + "StageID": 30001212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001212:6": { + "EventID": 30001212, + "WorldLevel": 6, + "StageID": 30001212, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001221:0": { + "EventID": 30001221, + "WorldLevel": 0, + "StageID": 30001221, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001221:1": { + "EventID": 30001221, + "WorldLevel": 1, + "StageID": 30001221, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001221:2": { + "EventID": 30001221, + "WorldLevel": 2, + "StageID": 30001221, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001221:3": { + "EventID": 30001221, + "WorldLevel": 3, + "StageID": 30001221, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001221:4": { + "EventID": 30001221, + "WorldLevel": 4, + "StageID": 30001221, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001221:5": { + "EventID": 30001221, + "WorldLevel": 5, + "StageID": 30001221, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001221:6": { + "EventID": 30001221, + "WorldLevel": 6, + "StageID": 30001221, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001222:0": { + "EventID": 30001222, + "WorldLevel": 0, + "StageID": 30001222, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001222:1": { + "EventID": 30001222, + "WorldLevel": 1, + "StageID": 30001222, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001222:2": { + "EventID": 30001222, + "WorldLevel": 2, + "StageID": 30001222, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001222:3": { + "EventID": 30001222, + "WorldLevel": 3, + "StageID": 30001222, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001222:4": { + "EventID": 30001222, + "WorldLevel": 4, + "StageID": 30001222, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001222:5": { + "EventID": 30001222, + "WorldLevel": 5, + "StageID": 30001222, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001222:6": { + "EventID": 30001222, + "WorldLevel": 6, + "StageID": 30001222, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001231:0": { + "EventID": 30001231, + "WorldLevel": 0, + "StageID": 30001231, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001231:1": { + "EventID": 30001231, + "WorldLevel": 1, + "StageID": 30001231, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001231:2": { + "EventID": 30001231, + "WorldLevel": 2, + "StageID": 30001231, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001231:3": { + "EventID": 30001231, + "WorldLevel": 3, + "StageID": 30001231, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001231:4": { + "EventID": 30001231, + "WorldLevel": 4, + "StageID": 30001231, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001231:5": { + "EventID": 30001231, + "WorldLevel": 5, + "StageID": 30001231, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001231:6": { + "EventID": 30001231, + "WorldLevel": 6, + "StageID": 30001231, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001232:0": { + "EventID": 30001232, + "WorldLevel": 0, + "StageID": 30001232, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001232:1": { + "EventID": 30001232, + "WorldLevel": 1, + "StageID": 30001232, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001232:2": { + "EventID": 30001232, + "WorldLevel": 2, + "StageID": 30001232, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001232:3": { + "EventID": 30001232, + "WorldLevel": 3, + "StageID": 30001232, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001232:4": { + "EventID": 30001232, + "WorldLevel": 4, + "StageID": 30001232, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001232:5": { + "EventID": 30001232, + "WorldLevel": 5, + "StageID": 30001232, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001232:6": { + "EventID": 30001232, + "WorldLevel": 6, + "StageID": 30001232, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001241:0": { + "EventID": 30001241, + "WorldLevel": 0, + "StageID": 30001241, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001241:1": { + "EventID": 30001241, + "WorldLevel": 1, + "StageID": 30001241, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001241:2": { + "EventID": 30001241, + "WorldLevel": 2, + "StageID": 30001241, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001241:3": { + "EventID": 30001241, + "WorldLevel": 3, + "StageID": 30001241, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001241:4": { + "EventID": 30001241, + "WorldLevel": 4, + "StageID": 30001241, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001241:5": { + "EventID": 30001241, + "WorldLevel": 5, + "StageID": 30001241, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001241:6": { + "EventID": 30001241, + "WorldLevel": 6, + "StageID": 30001241, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001242:0": { + "EventID": 30001242, + "WorldLevel": 0, + "StageID": 30001242, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001242:1": { + "EventID": 30001242, + "WorldLevel": 1, + "StageID": 30001242, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001242:2": { + "EventID": 30001242, + "WorldLevel": 2, + "StageID": 30001242, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001242:3": { + "EventID": 30001242, + "WorldLevel": 3, + "StageID": 30001242, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001242:4": { + "EventID": 30001242, + "WorldLevel": 4, + "StageID": 30001242, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001242:5": { + "EventID": 30001242, + "WorldLevel": 5, + "StageID": 30001242, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001242:6": { + "EventID": 30001242, + "WorldLevel": 6, + "StageID": 30001242, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001251:0": { + "EventID": 30001251, + "WorldLevel": 0, + "StageID": 30001251, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001251:1": { + "EventID": 30001251, + "WorldLevel": 1, + "StageID": 30001251, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001251:2": { + "EventID": 30001251, + "WorldLevel": 2, + "StageID": 30001251, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001251:3": { + "EventID": 30001251, + "WorldLevel": 3, + "StageID": 30001251, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001251:4": { + "EventID": 30001251, + "WorldLevel": 4, + "StageID": 30001251, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001251:5": { + "EventID": 30001251, + "WorldLevel": 5, + "StageID": 30001251, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001251:6": { + "EventID": 30001251, + "WorldLevel": 6, + "StageID": 30001251, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001252:0": { + "EventID": 30001252, + "WorldLevel": 0, + "StageID": 30001252, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001252:1": { + "EventID": 30001252, + "WorldLevel": 1, + "StageID": 30001252, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001252:2": { + "EventID": 30001252, + "WorldLevel": 2, + "StageID": 30001252, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001252:3": { + "EventID": 30001252, + "WorldLevel": 3, + "StageID": 30001252, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001252:4": { + "EventID": 30001252, + "WorldLevel": 4, + "StageID": 30001252, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001252:5": { + "EventID": 30001252, + "WorldLevel": 5, + "StageID": 30001252, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + }, + "30001252:6": { + "EventID": 30001252, + "WorldLevel": 6, + "StageID": 30001252, + "DropList": [], + "Reward": 0, + "IsUseMonsterDrop": false, + "AvatarExpReward": 0, + "DisplayDropItemList": [], + "HPRecover": 0.0, + "MPRecover": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/PlayerLevelExcelTable.json b/CrepePackage/src/data/excel/PlayerLevelExcelTable.json new file mode 100644 index 0000000..ef90400 --- /dev/null +++ b/CrepePackage/src/data/excel/PlayerLevelExcelTable.json @@ -0,0 +1,562 @@ +{ + "1": { + "Level": 1, + "PlayerExp": 0, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 0 + }, + "2": { + "Level": 2, + "PlayerExp": 450, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100002 + }, + "3": { + "Level": 3, + "PlayerExp": 950, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100003 + }, + "4": { + "Level": 4, + "PlayerExp": 1500, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100004 + }, + "5": { + "Level": 5, + "PlayerExp": 2110, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100005 + }, + "6": { + "Level": 6, + "PlayerExp": 2780, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100006 + }, + "7": { + "Level": 7, + "PlayerExp": 3500, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100007 + }, + "8": { + "Level": 8, + "PlayerExp": 4280, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100008 + }, + "9": { + "Level": 9, + "PlayerExp": 5120, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100009 + }, + "10": { + "Level": 10, + "PlayerExp": 6020, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100010 + }, + "11": { + "Level": 11, + "PlayerExp": 6980, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100011 + }, + "12": { + "Level": 12, + "PlayerExp": 8000, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100012 + }, + "13": { + "Level": 13, + "PlayerExp": 9070, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100013 + }, + "14": { + "Level": 14, + "PlayerExp": 10200, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100014 + }, + "15": { + "Level": 15, + "PlayerExp": 11390, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100015 + }, + "16": { + "Level": 16, + "PlayerExp": 12640, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100016 + }, + "17": { + "Level": 17, + "PlayerExp": 13950, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100017 + }, + "18": { + "Level": 18, + "PlayerExp": 15320, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100018 + }, + "19": { + "Level": 19, + "PlayerExp": 16750, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100019 + }, + "20": { + "Level": 20, + "PlayerExp": 18250, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100020 + }, + "21": { + "Level": 21, + "PlayerExp": 19850, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100021 + }, + "22": { + "Level": 22, + "PlayerExp": 21560, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100022 + }, + "23": { + "Level": 23, + "PlayerExp": 23390, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100023 + }, + "24": { + "Level": 24, + "PlayerExp": 25340, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100024 + }, + "25": { + "Level": 25, + "PlayerExp": 27420, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100025 + }, + "26": { + "Level": 26, + "PlayerExp": 29630, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100026 + }, + "27": { + "Level": 27, + "PlayerExp": 31980, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100027 + }, + "28": { + "Level": 28, + "PlayerExp": 34460, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100028 + }, + "29": { + "Level": 29, + "PlayerExp": 37080, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100029 + }, + "30": { + "Level": 30, + "PlayerExp": 39830, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100030 + }, + "31": { + "Level": 31, + "PlayerExp": 42720, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100031 + }, + "32": { + "Level": 32, + "PlayerExp": 45780, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100032 + }, + "33": { + "Level": 33, + "PlayerExp": 49020, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100033 + }, + "34": { + "Level": 34, + "PlayerExp": 52450, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100034 + }, + "35": { + "Level": 35, + "PlayerExp": 56090, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100035 + }, + "36": { + "Level": 36, + "PlayerExp": 59930, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100036 + }, + "37": { + "Level": 37, + "PlayerExp": 63990, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100037 + }, + "38": { + "Level": 38, + "PlayerExp": 68260, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100038 + }, + "39": { + "Level": 39, + "PlayerExp": 72760, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100039 + }, + "40": { + "Level": 40, + "PlayerExp": 77480, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100040 + }, + "41": { + "Level": 41, + "PlayerExp": 82430, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100041 + }, + "42": { + "Level": 42, + "PlayerExp": 87610, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100042 + }, + "43": { + "Level": 43, + "PlayerExp": 93030, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100043 + }, + "44": { + "Level": 44, + "PlayerExp": 98690, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100044 + }, + "45": { + "Level": 45, + "PlayerExp": 104590, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100045 + }, + "46": { + "Level": 46, + "PlayerExp": 110730, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100046 + }, + "47": { + "Level": 47, + "PlayerExp": 117120, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100047 + }, + "48": { + "Level": 48, + "PlayerExp": 123750, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100048 + }, + "49": { + "Level": 49, + "PlayerExp": 130630, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100049 + }, + "50": { + "Level": 50, + "PlayerExp": 137760, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100050 + }, + "51": { + "Level": 51, + "PlayerExp": 145360, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100051 + }, + "52": { + "Level": 52, + "PlayerExp": 153690, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100052 + }, + "53": { + "Level": 53, + "PlayerExp": 162870, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100053 + }, + "54": { + "Level": 54, + "PlayerExp": 173000, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100054 + }, + "55": { + "Level": 55, + "PlayerExp": 184150, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100055 + }, + "56": { + "Level": 56, + "PlayerExp": 196380, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100056 + }, + "57": { + "Level": 57, + "PlayerExp": 209750, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100057 + }, + "58": { + "Level": 58, + "PlayerExp": 224310, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100058 + }, + "59": { + "Level": 59, + "PlayerExp": 240100, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100059 + }, + "60": { + "Level": 60, + "PlayerExp": 257170, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100060 + }, + "61": { + "Level": 61, + "PlayerExp": 277470, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100061 + }, + "62": { + "Level": 62, + "PlayerExp": 299250, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100062 + }, + "63": { + "Level": 63, + "PlayerExp": 322600, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100063 + }, + "64": { + "Level": 64, + "PlayerExp": 347570, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100064 + }, + "65": { + "Level": 65, + "PlayerExp": 374200, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100065 + }, + "66": { + "Level": 66, + "PlayerExp": 402530, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100066 + }, + "67": { + "Level": 67, + "PlayerExp": 432580, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100067 + }, + "68": { + "Level": 68, + "PlayerExp": 464380, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100068 + }, + "69": { + "Level": 69, + "PlayerExp": 497950, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100069 + }, + "70": { + "Level": 70, + "PlayerExp": 533950, + "StaminaLimit": 180, + "RewardStamina": 0, + "RewardID": 0, + "LevelRewardID": 100070 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/PrestigeConfigExcelTable.json b/CrepePackage/src/data/excel/PrestigeConfigExcelTable.json new file mode 100644 index 0000000..ed9580b --- /dev/null +++ b/CrepePackage/src/data/excel/PrestigeConfigExcelTable.json @@ -0,0 +1,32 @@ +{ + "100": { + "ID": 100, + "PrestigeName": { + "hash": 880255568 + }, + "PrestigeDesc": { + "hash": 876672358 + }, + "ItemID": 170, + "MaxLevel": 10, + "UnlockMission": 0, + "TabIconPath": "SpriteOutput/TabIcon/World/World00Icon.png", + "MiddleWorldPicPath": "SpriteOutput/WorldPic/Middle/WorldPicMiddle_100.png", + "FullScreenWorldPicPath": "SpriteOutput/WorldPic/FullScreen/WorldPicFullScreen_100.png" + }, + "101": { + "ID": 101, + "PrestigeName": { + "hash": -685828373 + }, + "PrestigeDesc": { + "hash": -689411583 + }, + "ItemID": 171, + "MaxLevel": 20, + "UnlockMission": 1010302, + "TabIconPath": "SpriteOutput/TabIcon/World/World01Icon.png", + "MiddleWorldPicPath": "SpriteOutput/WorldPic/Middle/WorldPicMiddle_101.png", + "FullScreenWorldPicPath": "SpriteOutput/WorldPic/FullScreen/WorldPicFullScreen_101.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/PrestigeLevelConfigExcelTable.json b/CrepePackage/src/data/excel/PrestigeLevelConfigExcelTable.json new file mode 100644 index 0000000..a6ec791 --- /dev/null +++ b/CrepePackage/src/data/excel/PrestigeLevelConfigExcelTable.json @@ -0,0 +1,302 @@ +{ + "100:1": { + "PrestigeID": 100, + "Level": 1, + "Count": 0, + "LevelName": { + "hash": 2982661 + }, + "PrestigeLevelReward": 0, + "IsHighLight": false + }, + "100:2": { + "PrestigeID": 100, + "Level": 2, + "Count": 90, + "LevelName": { + "hash": 2982662 + }, + "PrestigeLevelReward": 112002, + "IsHighLight": false + }, + "100:3": { + "PrestigeID": 100, + "Level": 3, + "Count": 180, + "LevelName": { + "hash": 2982663 + }, + "PrestigeLevelReward": 112003, + "IsHighLight": false + }, + "100:4": { + "PrestigeID": 100, + "Level": 4, + "Count": 270, + "LevelName": { + "hash": 2982664 + }, + "PrestigeLevelReward": 112004, + "IsHighLight": false + }, + "100:5": { + "PrestigeID": 100, + "Level": 5, + "Count": 380, + "LevelName": { + "hash": 2982665 + }, + "PrestigeLevelReward": 112005, + "IsHighLight": true + }, + "100:6": { + "PrestigeID": 100, + "Level": 6, + "Count": 490, + "LevelName": { + "hash": 2982666 + }, + "PrestigeLevelReward": 112006, + "IsHighLight": false + }, + "100:7": { + "PrestigeID": 100, + "Level": 7, + "Count": 600, + "LevelName": { + "hash": 2982667 + }, + "PrestigeLevelReward": 112007, + "IsHighLight": false + }, + "100:8": { + "PrestigeID": 100, + "Level": 8, + "Count": 720, + "LevelName": { + "hash": 2982668 + }, + "PrestigeLevelReward": 112008, + "IsHighLight": false + }, + "100:9": { + "PrestigeID": 100, + "Level": 9, + "Count": 840, + "LevelName": { + "hash": 2982669 + }, + "PrestigeLevelReward": 112009, + "IsHighLight": false + }, + "100:10": { + "PrestigeID": 100, + "Level": 10, + "Count": 960, + "LevelName": { + "hash": 1569066601 + }, + "PrestigeLevelReward": 112010, + "IsHighLight": true + }, + "101:1": { + "PrestigeID": 101, + "Level": 1, + "Count": 0, + "LevelName": { + "hash": 2982628 + }, + "PrestigeLevelReward": 0, + "IsHighLight": false + }, + "101:2": { + "PrestigeID": 101, + "Level": 2, + "Count": 100, + "LevelName": { + "hash": 2982631 + }, + "PrestigeLevelReward": 112102, + "IsHighLight": false + }, + "101:3": { + "PrestigeID": 101, + "Level": 3, + "Count": 200, + "LevelName": { + "hash": 2982630 + }, + "PrestigeLevelReward": 112103, + "IsHighLight": false + }, + "101:4": { + "PrestigeID": 101, + "Level": 4, + "Count": 300, + "LevelName": { + "hash": 2982633 + }, + "PrestigeLevelReward": 112104, + "IsHighLight": false + }, + "101:5": { + "PrestigeID": 101, + "Level": 5, + "Count": 400, + "LevelName": { + "hash": 2982632 + }, + "PrestigeLevelReward": 112105, + "IsHighLight": true + }, + "101:6": { + "PrestigeID": 101, + "Level": 6, + "Count": 510, + "LevelName": { + "hash": 2982635 + }, + "PrestigeLevelReward": 112106, + "IsHighLight": false + }, + "101:7": { + "PrestigeID": 101, + "Level": 7, + "Count": 620, + "LevelName": { + "hash": 2982634 + }, + "PrestigeLevelReward": 112107, + "IsHighLight": false + }, + "101:8": { + "PrestigeID": 101, + "Level": 8, + "Count": 730, + "LevelName": { + "hash": 2982637 + }, + "PrestigeLevelReward": 112108, + "IsHighLight": false + }, + "101:9": { + "PrestigeID": 101, + "Level": 9, + "Count": 840, + "LevelName": { + "hash": 2982636 + }, + "PrestigeLevelReward": 112109, + "IsHighLight": false + }, + "101:10": { + "PrestigeID": 101, + "Level": 10, + "Count": 950, + "LevelName": { + "hash": 1569066570 + }, + "PrestigeLevelReward": 112110, + "IsHighLight": true + }, + "101:11": { + "PrestigeID": 101, + "Level": 11, + "Count": 1070, + "LevelName": { + "hash": 1569066569 + }, + "PrestigeLevelReward": 112111, + "IsHighLight": false + }, + "101:12": { + "PrestigeID": 101, + "Level": 12, + "Count": 1190, + "LevelName": { + "hash": 1569066572 + }, + "PrestigeLevelReward": 112112, + "IsHighLight": false + }, + "101:13": { + "PrestigeID": 101, + "Level": 13, + "Count": 1310, + "LevelName": { + "hash": 1569066571 + }, + "PrestigeLevelReward": 112113, + "IsHighLight": false + }, + "101:14": { + "PrestigeID": 101, + "Level": 14, + "Count": 1430, + "LevelName": { + "hash": 1569066574 + }, + "PrestigeLevelReward": 112114, + "IsHighLight": false + }, + "101:15": { + "PrestigeID": 101, + "Level": 15, + "Count": 1550, + "LevelName": { + "hash": 1569066573 + }, + "PrestigeLevelReward": 112115, + "IsHighLight": true + }, + "101:16": { + "PrestigeID": 101, + "Level": 16, + "Count": 1680, + "LevelName": { + "hash": 1569066576 + }, + "PrestigeLevelReward": 112116, + "IsHighLight": false + }, + "101:17": { + "PrestigeID": 101, + "Level": 17, + "Count": 1810, + "LevelName": { + "hash": 1569066575 + }, + "PrestigeLevelReward": 112117, + "IsHighLight": false + }, + "101:18": { + "PrestigeID": 101, + "Level": 18, + "Count": 1940, + "LevelName": { + "hash": 1569066578 + }, + "PrestigeLevelReward": 112118, + "IsHighLight": false + }, + "101:19": { + "PrestigeID": 101, + "Level": 19, + "Count": 2070, + "LevelName": { + "hash": 1569066577 + }, + "PrestigeLevelReward": 112119, + "IsHighLight": false + }, + "101:20": { + "PrestigeID": 101, + "Level": 20, + "Count": 2200, + "LevelName": { + "hash": -1159816785 + }, + "PrestigeLevelReward": 112120, + "IsHighLight": true + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/PrestigeQuestExcelTable.json b/CrepePackage/src/data/excel/PrestigeQuestExcelTable.json new file mode 100644 index 0000000..a1473b2 --- /dev/null +++ b/CrepePackage/src/data/excel/PrestigeQuestExcelTable.json @@ -0,0 +1,1066 @@ +{ + "5000001": { + "QuestID": 5000001, + "PrestigeID": 100, + "SubTabID": 1000101, + "ShowConditions": [ + { + "Type": "PlayerLevel", + "Param": "1" + } + ], + "IsDisplayProgress": false + }, + "5000002": { + "QuestID": 5000002, + "PrestigeID": 100, + "SubTabID": 1000101, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000101" + } + ], + "IsDisplayProgress": false + }, + "5000003": { + "QuestID": 5000003, + "PrestigeID": 100, + "SubTabID": 1000101, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000203" + } + ], + "IsDisplayProgress": false + }, + "5001001": { + "QuestID": 5001001, + "PrestigeID": 100, + "SubTabID": 1000102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2000100" + } + ], + "IsDisplayProgress": false + }, + "5001002": { + "QuestID": 5001002, + "PrestigeID": 100, + "SubTabID": 1000102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2000101" + } + ], + "IsDisplayProgress": false + }, + "5001004": { + "QuestID": 5001004, + "PrestigeID": 100, + "SubTabID": 1000102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2000103" + } + ], + "IsDisplayProgress": false + }, + "5001005": { + "QuestID": 5001005, + "PrestigeID": 100, + "SubTabID": 1000102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2000104" + } + ], + "IsDisplayProgress": false + }, + "5001007": { + "QuestID": 5001007, + "PrestigeID": 100, + "SubTabID": 1000102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2000108" + } + ], + "IsDisplayProgress": false + }, + "5001008": { + "QuestID": 5001008, + "PrestigeID": 100, + "SubTabID": 1000102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2000110" + } + ], + "IsDisplayProgress": false + }, + "5001009": { + "QuestID": 5001009, + "PrestigeID": 100, + "SubTabID": 1000102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2000112" + } + ], + "IsDisplayProgress": false + }, + "5002001": { + "QuestID": 5002001, + "PrestigeID": 100, + "SubTabID": 1000201, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2000106" + } + ], + "IsDisplayProgress": false + }, + "5002002": { + "QuestID": 5002002, + "PrestigeID": 100, + "SubTabID": 1000201, + "ShowConditions": [ + { + "Type": "PlayerLevel", + "Param": "1" + } + ], + "IsDisplayProgress": true + }, + "5002003": { + "QuestID": 5002003, + "PrestigeID": 100, + "SubTabID": 1000201, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2000131" + } + ], + "IsDisplayProgress": false + }, + "5003001": { + "QuestID": 5003001, + "PrestigeID": 100, + "SubTabID": 1000301, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003002": { + "QuestID": 5003002, + "PrestigeID": 100, + "SubTabID": 1000301, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003003": { + "QuestID": 5003003, + "PrestigeID": 100, + "SubTabID": 1000301, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003004": { + "QuestID": 5003004, + "PrestigeID": 100, + "SubTabID": 1000301, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003101": { + "QuestID": 5003101, + "PrestigeID": 100, + "SubTabID": 1000302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003102": { + "QuestID": 5003102, + "PrestigeID": 100, + "SubTabID": 1000302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003103": { + "QuestID": 5003103, + "PrestigeID": 100, + "SubTabID": 1000302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003104": { + "QuestID": 5003104, + "PrestigeID": 100, + "SubTabID": 1000302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003105": { + "QuestID": 5003105, + "PrestigeID": 100, + "SubTabID": 1000302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003106": { + "QuestID": 5003106, + "PrestigeID": 100, + "SubTabID": 1000302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003201": { + "QuestID": 5003201, + "PrestigeID": 100, + "SubTabID": 1000303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003202": { + "QuestID": 5003202, + "PrestigeID": 100, + "SubTabID": 1000303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003203": { + "QuestID": 5003203, + "PrestigeID": 100, + "SubTabID": 1000303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003204": { + "QuestID": 5003204, + "PrestigeID": 100, + "SubTabID": 1000303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5003205": { + "QuestID": 5003205, + "PrestigeID": 100, + "SubTabID": 1000303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1000401" + } + ], + "IsDisplayProgress": true + }, + "5010001": { + "QuestID": 5010001, + "PrestigeID": 101, + "SubTabID": 1010101, + "ShowConditions": [ + { + "Type": "PlayerLevel", + "Param": "1" + } + ], + "IsDisplayProgress": false + }, + "5010002": { + "QuestID": 5010002, + "PrestigeID": 101, + "SubTabID": 1010101, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010301" + } + ], + "IsDisplayProgress": false + }, + "5010003": { + "QuestID": 5010003, + "PrestigeID": 101, + "SubTabID": 1010101, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010502" + } + ], + "IsDisplayProgress": false + }, + "5010004": { + "QuestID": 5010004, + "PrestigeID": 101, + "SubTabID": 1010101, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010601" + } + ], + "IsDisplayProgress": false + }, + "5010005": { + "QuestID": 5010005, + "PrestigeID": 101, + "SubTabID": 1010101, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010901" + } + ], + "IsDisplayProgress": false + }, + "5010006": { + "QuestID": 5010006, + "PrestigeID": 101, + "SubTabID": 1010101, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011101" + } + ], + "IsDisplayProgress": false + }, + "5010007": { + "QuestID": 5010007, + "PrestigeID": 101, + "SubTabID": 1010101, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011202" + } + ], + "IsDisplayProgress": false + }, + "5010008": { + "QuestID": 5010008, + "PrestigeID": 101, + "SubTabID": 1010101, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011301" + } + ], + "IsDisplayProgress": false + }, + "5011002": { + "QuestID": 5011002, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2010500" + } + ], + "IsDisplayProgress": false + }, + "5011003": { + "QuestID": 5011003, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010501" + } + ], + "IsDisplayProgress": false + }, + "5011004": { + "QuestID": 5011004, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2010702" + } + ], + "IsDisplayProgress": false + }, + "5011005": { + "QuestID": 5011005, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2011400" + } + ], + "IsDisplayProgress": false + }, + "5011006": { + "QuestID": 5011006, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2010501" + }, + { + "Type": "FinishMainMission", + "Param": "1010701" + } + ], + "IsDisplayProgress": false + }, + "5011007": { + "QuestID": 5011007, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010701" + } + ], + "IsDisplayProgress": false + }, + "5011008": { + "QuestID": 5011008, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2010708" + }, + { + "Type": "FinishMainMission", + "Param": "2010706" + }, + { + "Type": "FinishMainMission", + "Param": "1010902" + } + ], + "IsDisplayProgress": false + }, + "5011009": { + "QuestID": 5011009, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2010706" + }, + { + "Type": "FinishMainMission", + "Param": "1010902" + } + ], + "IsDisplayProgress": false + }, + "5011010": { + "QuestID": 5011010, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011102" + } + ], + "IsDisplayProgress": false + }, + "5011011": { + "QuestID": 5011011, + "PrestigeID": 101, + "SubTabID": 1010102, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011301" + }, + { + "Type": "FinishMainMission", + "Param": "2011101" + } + ], + "IsDisplayProgress": false + }, + "5012007": { + "QuestID": 5012007, + "PrestigeID": 101, + "SubTabID": 1010201, + "ShowConditions": [ + { + "Type": "PlayerLevel", + "Param": "1" + } + ], + "IsDisplayProgress": false + }, + "5012025": { + "QuestID": 5012025, + "PrestigeID": 101, + "SubTabID": 1010201, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010701" + } + ], + "IsDisplayProgress": false + }, + "5012029": { + "QuestID": 5012029, + "PrestigeID": 101, + "SubTabID": 1010201, + "ShowConditions": [ + { + "Type": "PlayerLevel", + "Param": "1" + } + ], + "IsDisplayProgress": true + }, + "5012031": { + "QuestID": 5012031, + "PrestigeID": 101, + "SubTabID": 1010201, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2010710" + } + ], + "IsDisplayProgress": false + }, + "5012032": { + "QuestID": 5012032, + "PrestigeID": 101, + "SubTabID": 1010201, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "2010502" + } + ], + "IsDisplayProgress": false + }, + "5012033": { + "QuestID": 5012033, + "PrestigeID": 101, + "SubTabID": 1010201, + "ShowConditions": [ + { + "Type": "PlayerLevel", + "Param": "1" + } + ], + "IsDisplayProgress": true + }, + "5013001": { + "QuestID": 5013001, + "PrestigeID": 101, + "SubTabID": 1010301, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010002" + } + ], + "IsDisplayProgress": true + }, + "5013002": { + "QuestID": 5013002, + "PrestigeID": 101, + "SubTabID": 1010301, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010002" + } + ], + "IsDisplayProgress": true + }, + "5013003": { + "QuestID": 5013003, + "PrestigeID": 101, + "SubTabID": 1010301, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010002" + } + ], + "IsDisplayProgress": true + }, + "5013004": { + "QuestID": 5013004, + "PrestigeID": 101, + "SubTabID": 1010302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010204" + } + ], + "IsDisplayProgress": true + }, + "5013005": { + "QuestID": 5013005, + "PrestigeID": 101, + "SubTabID": 1010302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010204" + } + ], + "IsDisplayProgress": true + }, + "5013006": { + "QuestID": 5013006, + "PrestigeID": 101, + "SubTabID": 1010302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010204" + } + ], + "IsDisplayProgress": true + }, + "5013007": { + "QuestID": 5013007, + "PrestigeID": 101, + "SubTabID": 1010302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010204" + } + ], + "IsDisplayProgress": true + }, + "5013008": { + "QuestID": 5013008, + "PrestigeID": 101, + "SubTabID": 1010302, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010204" + } + ], + "IsDisplayProgress": true + }, + "5013009": { + "QuestID": 5013009, + "PrestigeID": 101, + "SubTabID": 1010303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010500" + } + ], + "IsDisplayProgress": true + }, + "5013010": { + "QuestID": 5013010, + "PrestigeID": 101, + "SubTabID": 1010303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010500" + } + ], + "IsDisplayProgress": true + }, + "5013011": { + "QuestID": 5013011, + "PrestigeID": 101, + "SubTabID": 1010303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010500" + } + ], + "IsDisplayProgress": true + }, + "5013012": { + "QuestID": 5013012, + "PrestigeID": 101, + "SubTabID": 1010303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010500" + } + ], + "IsDisplayProgress": true + }, + "5013013": { + "QuestID": 5013013, + "PrestigeID": 101, + "SubTabID": 1010303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010500" + } + ], + "IsDisplayProgress": true + }, + "5013015": { + "QuestID": 5013015, + "PrestigeID": 101, + "SubTabID": 1010303, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010500" + } + ], + "IsDisplayProgress": true + }, + "5013016": { + "QuestID": 5013016, + "PrestigeID": 101, + "SubTabID": 1010304, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010700" + } + ], + "IsDisplayProgress": true + }, + "5013017": { + "QuestID": 5013017, + "PrestigeID": 101, + "SubTabID": 1010304, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010700" + } + ], + "IsDisplayProgress": true + }, + "5013018": { + "QuestID": 5013018, + "PrestigeID": 101, + "SubTabID": 1010304, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010700" + } + ], + "IsDisplayProgress": true + }, + "5013019": { + "QuestID": 5013019, + "PrestigeID": 101, + "SubTabID": 1010304, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010700" + } + ], + "IsDisplayProgress": true + }, + "5013020": { + "QuestID": 5013020, + "PrestigeID": 101, + "SubTabID": 1010304, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010700" + } + ], + "IsDisplayProgress": true + }, + "5013021": { + "QuestID": 5013021, + "PrestigeID": 101, + "SubTabID": 1010305, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010901" + } + ], + "IsDisplayProgress": true + }, + "5013022": { + "QuestID": 5013022, + "PrestigeID": 101, + "SubTabID": 1010305, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010901" + } + ], + "IsDisplayProgress": true + }, + "5013023": { + "QuestID": 5013023, + "PrestigeID": 101, + "SubTabID": 1010305, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010901" + } + ], + "IsDisplayProgress": true + }, + "5013024": { + "QuestID": 5013024, + "PrestigeID": 101, + "SubTabID": 1010305, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010901" + } + ], + "IsDisplayProgress": true + }, + "5013025": { + "QuestID": 5013025, + "PrestigeID": 101, + "SubTabID": 1010305, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1010901" + } + ], + "IsDisplayProgress": true + }, + "5013026": { + "QuestID": 5013026, + "PrestigeID": 101, + "SubTabID": 1010306, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011100" + } + ], + "IsDisplayProgress": true + }, + "5013027": { + "QuestID": 5013027, + "PrestigeID": 101, + "SubTabID": 1010306, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011100" + } + ], + "IsDisplayProgress": true + }, + "5013028": { + "QuestID": 5013028, + "PrestigeID": 101, + "SubTabID": 1010306, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011100" + } + ], + "IsDisplayProgress": true + }, + "5013029": { + "QuestID": 5013029, + "PrestigeID": 101, + "SubTabID": 1010306, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011100" + } + ], + "IsDisplayProgress": true + }, + "5013031": { + "QuestID": 5013031, + "PrestigeID": 101, + "SubTabID": 1010306, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011100" + } + ], + "IsDisplayProgress": true + }, + "5013032": { + "QuestID": 5013032, + "PrestigeID": 101, + "SubTabID": 1010307, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011202" + } + ], + "IsDisplayProgress": true + }, + "5013033": { + "QuestID": 5013033, + "PrestigeID": 101, + "SubTabID": 1010307, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011202" + } + ], + "IsDisplayProgress": true + }, + "5013034": { + "QuestID": 5013034, + "PrestigeID": 101, + "SubTabID": 1010307, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011202" + } + ], + "IsDisplayProgress": true + }, + "5013036": { + "QuestID": 5013036, + "PrestigeID": 101, + "SubTabID": 1010307, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011202" + } + ], + "IsDisplayProgress": true + }, + "5013037": { + "QuestID": 5013037, + "PrestigeID": 101, + "SubTabID": 1010308, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011403" + } + ], + "IsDisplayProgress": true + }, + "5013038": { + "QuestID": 5013038, + "PrestigeID": 101, + "SubTabID": 1010308, + "ShowConditions": [ + { + "Type": "FinishMainMission", + "Param": "1011403" + } + ], + "IsDisplayProgress": true + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/PropExcelTable.json b/CrepePackage/src/data/excel/PropExcelTable.json new file mode 100644 index 0000000..5426b07 --- /dev/null +++ b/CrepePackage/src/data/excel/PropExcelTable.json @@ -0,0 +1,16397 @@ +{ + "100": { + "ID": 100, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 2, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101": { + "ID": 101, + "PropType": "PROP_SPRING", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -326490043 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_RecoveryDoor_01/Chap01_Prop_RecoveryDoor_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json", + "DamageTypeList": [], + "MiniMapIconType": 2, + "MiniMapStateIcons": [ + { + "State": "CheckPointDisable", + "IconID": 10, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "CheckPointEnable", + "IconID": 8, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_RecoveryDoor_01_Config.json", + "PropStateList": [ + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "102": { + "ID": 102, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_AirWall/Common_Prop_AirWall_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "103": { + "ID": 103, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 836309371 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [ + 4 + ], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_MazeDoor_01.json", + "DamageTypeList": [], + "MiniMapIconType": 2, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "104": { + "ID": 104, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 76794484 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_TreasureSpecialBoss_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "105": { + "ID": 105, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_AirWall/Common_Prop_AirWall_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_AirWall_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "106": { + "ID": 106, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1239593898 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_AdventureHintPoint/Common_Prop_AdventureHintPoint.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_AdventureHintPoint_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "107": { + "ID": 107, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json", + "DamageTypeList": [], + "MiniMapIconType": 13, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_BuildingEntranceExit_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "108": { + "ID": 108, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_BuildingEntranceExit_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "109": { + "ID": 109, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 37, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "110": { + "ID": 110, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "111": { + "ID": 111, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -326490042 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_MissionHint/Common_Prop_MissionHint.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_MissionHint_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "112": { + "ID": 112, + "PropType": "PROP_SPRING", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -729774569 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_RecoveryDoor_01/Chap01_Prop_RecoveryDoor_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json", + "DamageTypeList": [], + "MiniMapIconType": 2, + "MiniMapStateIcons": [ + { + "State": "CheckPointDisable", + "IconID": 49, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "CheckPointEnable", + "IconID": 48, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_RecoveryDoor_01_Config.json", + "PropStateList": [ + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "113": { + "ID": 113, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 836309372 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_03.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json", + "DamageTypeList": [], + "MiniMapIconType": 84, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "114": { + "ID": 114, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json", + "DamageTypeList": [], + "MiniMapIconType": 11, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "115": { + "ID": 115, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Maze/Chapter01/Town/Town_Chapter01_TownExit_CameraArea.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "116": { + "ID": 116, + "PropType": "PROP_SPRING", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 2, + "MiniMapStateIcons": [ + { + "State": "CheckPointDisable", + "IconID": 49, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "CheckPointEnable", + "IconID": 48, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "117": { + "ID": 117, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -1489289456 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Probe/Common_Prop_Probe.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Probe_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_RaderProbe_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "118": { + "ID": 118, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 2046162953 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_03.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json", + "DamageTypeList": [], + "MiniMapIconType": 85, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "119": { + "ID": 119, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_AirWall/Common_Prop_AirWall_03.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "200": { + "ID": 200, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "201": { + "ID": 201, + "PropType": "PROP_PUZZLES", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Ice.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Puzzle/Maze_Prop_ElementSwitch_Ice.json", + "DamageTypeList": [ + "Ice" + ], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Ice.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "202": { + "ID": 202, + "PropType": "PROP_PUZZLES", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Physical.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Puzzle/Maze_Prop_ElementSwitch_Physical.json", + "DamageTypeList": [ + "Physical" + ], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Physical.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "203": { + "ID": 203, + "PropType": "PROP_PUZZLES", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Wind.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Puzzle/Maze_Prop_ElementSwitch_Wind.json", + "DamageTypeList": [ + "Wind" + ], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Wind.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "204": { + "ID": 204, + "PropType": "PROP_PUZZLES", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Fire.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Puzzle/Maze_Prop_ElementSwitch_Fire.json", + "DamageTypeList": [ + "Fire" + ], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Fire.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "205": { + "ID": 205, + "PropType": "PROP_PUZZLES", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Quantum.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Puzzle/Maze_Prop_ElementSwitch_Quantum.json", + "DamageTypeList": [ + "Quantum" + ], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Quantum.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "206": { + "ID": 206, + "PropType": "PROP_PUZZLES", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Thunder.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Puzzle/Maze_Prop_ElementSwitch_Thunder.json", + "DamageTypeList": [ + "Thunder" + ], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Thunder.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "207": { + "ID": 207, + "PropType": "PROP_PUZZLES", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Imaginary.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Puzzle/Maze_Prop_ElementSwitch_Imaginary.json", + "DamageTypeList": [ + "Imaginary" + ], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Imaginary.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "208": { + "ID": 208, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "209": { + "ID": 209, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "210": { + "ID": 210, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "211": { + "ID": 211, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Closed", + "IconID": 88, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "212": { + "ID": 212, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Closed", + "IconID": 89, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "213": { + "ID": 213, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Closed", + "IconID": 90, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "214": { + "ID": 214, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Closed", + "IconID": 87, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301": { + "ID": 301, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Des_Ashcan_01/Chap01_Prop_Des_Ashcan_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Des_Ashcan_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "302": { + "ID": 302, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/DestritableItemHPSP/Chap01_Prop_Des_Box_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Des_Box_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "303": { + "ID": 303, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/DestritableItemHPSP/Chap01_Prop_Des_Box_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_HPCover_Des_Box_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "601": { + "ID": 601, + "PropType": "PROP_TREASURE_CHEST", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -1590046006 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_TreasureBox_01_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "602": { + "ID": 602, + "PropType": "PROP_TREASURE_CHEST", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -1186761479 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "ChestLocked", + "IconID": 7, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "ChestClosed", + "IconID": 7, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_TreasureBox_02_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "603": { + "ID": 603, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1542121876 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Town_Chapt01_Pickups_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Pickups_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "604": { + "ID": 604, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Town_Chap01_Pickups_Normal_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Pickups_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "609": { + "ID": 609, + "PropType": "PROP_TREASURE_CHEST", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -1946276366 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "ChestLocked", + "IconID": 7, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "ChestClosed", + "IconID": 7, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_TreasureBox_02_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "610": { + "ID": 610, + "PropType": "PROP_TREASURE_CHEST", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -23962064 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_TreasureBox/Chap00_Prop_TreasureBox_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_TreasureBox_01_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "611": { + "ID": 611, + "PropType": "PROP_TREASURE_CHEST", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -1590046005 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_TreasureBox/Chap00_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "ChestLocked", + "IconID": 7, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "ChestClosed", + "IconID": 7, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_TreasureBox_02_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "701": { + "ID": 701, + "PropType": "PROP_ELEMENT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -44165041 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_FarmElement_01/Common_Prop_FarmElement_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json", + "DamageTypeList": [], + "MiniMapIconType": 74, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_FarmElement_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "702": { + "ID": 702, + "PropType": "PROP_ELEMENT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1521918900 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_FarmElement_01/Common_Prop_FarmElement_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json", + "DamageTypeList": [], + "MiniMapIconType": 71, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_FarmElement_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "703": { + "ID": 703, + "PropType": "PROP_ELEMENT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -1206964455 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_FarmElement_01/Common_Prop_FarmElement_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json", + "DamageTypeList": [], + "MiniMapIconType": 72, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_FarmElement_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "704": { + "ID": 704, + "PropType": "PROP_ELEMENT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 715349846 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_FarmElement_01/Common_Prop_FarmElement_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json", + "DamageTypeList": [], + "MiniMapIconType": 73, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_FarmElement_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "705": { + "ID": 705, + "PropType": "PROP_ELEMENT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -2013533509 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_FarmElement_01/Common_Prop_FarmElement_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json", + "DamageTypeList": [], + "MiniMapIconType": 75, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_FarmElement_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "706": { + "ID": 706, + "PropType": "PROP_ELEMENT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -447449568 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_FarmElement_01/Common_Prop_FarmElement_03.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json", + "DamageTypeList": [], + "MiniMapIconType": 76, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_FarmElement_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "707": { + "ID": 707, + "PropType": "PROP_ELEMENT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1118634373 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_FarmElement_01/Common_Prop_FarmElement_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json", + "DamageTypeList": [], + "MiniMapIconType": 77, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_FarmElement_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "801": { + "ID": 801, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -743071000 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json", + "DamageTypeList": [], + "MiniMapIconType": 64, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [ + { + "IsActive": true, + "IconID": 64, + "Color": "" + }, + { + "IsActive": false, + "IconID": 64, + "Color": "#4b4b4b" + } + ], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "802": { + "ID": 802, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1985812355 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json", + "DamageTypeList": [], + "MiniMapIconType": 65, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [ + { + "IsActive": true, + "IconID": 65, + "Color": "" + }, + { + "IsActive": false, + "IconID": 65, + "Color": "#4b4b4b" + } + ], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "803": { + "ID": 803, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 419728414 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json", + "DamageTypeList": [], + "MiniMapIconType": 66, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [ + { + "IsActive": true, + "IconID": 66, + "Color": "" + }, + { + "IsActive": false, + "IconID": 66, + "Color": "#4b4b4b" + } + ], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "804": { + "ID": 804, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -1502585887 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json", + "DamageTypeList": [], + "MiniMapIconType": 67, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [ + { + "IsActive": true, + "IconID": 67, + "Color": "" + }, + { + "IsActive": false, + "IconID": 67, + "Color": "#4b4b4b" + } + ], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "805": { + "ID": 805, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1226297468 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json", + "DamageTypeList": [], + "MiniMapIconType": 68, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [ + { + "IsActive": true, + "IconID": 68, + "Color": "" + }, + { + "IsActive": false, + "IconID": 68, + "Color": "#4b4b4b" + } + ], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "806": { + "ID": 806, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -339786473 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json", + "DamageTypeList": [], + "MiniMapIconType": 69, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [ + { + "IsActive": true, + "IconID": 69, + "Color": "" + }, + { + "IsActive": false, + "IconID": 69, + "Color": "#4b4b4b" + } + ], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "807": { + "ID": 807, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -1905870414 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json", + "DamageTypeList": [], + "MiniMapIconType": 70, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [ + { + "IsActive": true, + "IconID": 70, + "Color": "" + }, + { + "IsActive": false, + "IconID": 70, + "Color": "#4b4b4b" + } + ], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "808": { + "ID": 808, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1179243301 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json", + "DamageTypeList": [], + "MiniMapIconType": 61, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "809": { + "ID": 809, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -386840640 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json", + "DamageTypeList": [], + "MiniMapIconType": 62, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "810": { + "ID": 810, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 823012942 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json", + "DamageTypeList": [], + "MiniMapIconType": 63, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "901": { + "ID": 901, + "PropType": "PROP_RELIC", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 802809965 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "CheckPointDisable", + "IconID": 78, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "CheckPointEnable", + "IconID": 78, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "902": { + "ID": 902, + "PropType": "PROP_RELIC", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 399525438 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 11, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "903": { + "ID": 903, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1965609379 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_RogueLobby/Chap00_Prop_RogueLobby_GashaponMachine_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 4, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "904": { + "ID": 904, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1206094492 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/InteractiveProp/Chapter00/Chap00_GameplayProp_AchievementBrowser_01/Chap00_GameplayProp_AchievementBrowser_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "905": { + "ID": 905, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Open", + "IconID": 13, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_RogueLobbyEntrance_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "906": { + "ID": 906, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -1926073390 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_RogueLobby/Chap00_Prop_RogueMazeEntrance_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "907": { + "ID": 907, + "PropType": "PROP_RELIC", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -359989449 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "CheckPointDisable", + "IconID": 79, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "CheckPointEnable", + "IconID": 79, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "908": { + "ID": 908, + "PropType": "PROP_RELIC", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -407043616 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "CheckPointDisable", + "IconID": 80, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "CheckPointEnable", + "IconID": 80, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "909": { + "ID": 909, + "PropType": "PROP_RELIC", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1159040325 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "CheckPointDisable", + "IconID": 81, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "CheckPointEnable", + "IconID": 81, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "910": { + "ID": 910, + "PropType": "PROP_RELIC", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -763273975 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "CheckPointDisable", + "IconID": 82, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "CheckPointEnable", + "IconID": 82, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "911": { + "ID": 911, + "PropType": "PROP_RELIC", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 802809966 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "CheckPointDisable", + "IconID": 83, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "CheckPointEnable", + "IconID": 83, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "1000": { + "ID": 1000, + "PropType": "PROP_ROGUE_DOOR", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -957878352 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_01.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_Door_OpenMap.json", + "DamageTypeList": [], + "MiniMapIconType": 51, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "1001": { + "ID": 1001, + "PropType": "PROP_ROGUE_OBJECT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -957878351 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ChallengeDoor_01/Chap01_Prop_ChallengeDoor_01.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_Member_01.json", + "DamageTypeList": [], + "MiniMapIconType": 52, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Prop_DesignBackup_RogueMember_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "1002": { + "ID": 1002, + "PropType": "PROP_ROGUE_OBJECT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -957878354 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_BaseConsole_01/Chap01_Prop_BaseConsole_01A.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_Appraisal_01.json", + "DamageTypeList": [], + "MiniMapIconType": 56, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_BaseConsole_01A_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "1003": { + "ID": 1003, + "PropType": "PROP_ROGUE_CHEST", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -957878353 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_01.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBox_GiftNoBuff.json", + "DamageTypeList": [], + "MiniMapIconType": 55, + "MiniMapStateIcons": [ + { + "State": "ChestLocked", + "IconID": 55, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "ChestClosed", + "IconID": 55, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_TreasureBox_01_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "1004": { + "ID": 1004, + "PropType": "PROP_ROGUE_CHEST", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -957878356 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBox_GiftNoBuff.json", + "DamageTypeList": [], + "MiniMapIconType": 54, + "MiniMapStateIcons": [ + { + "State": "ChestLocked", + "IconID": 54, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "ChestClosed", + "IconID": 54, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_TreasureBox_02_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "1005": { + "ID": 1005, + "PropType": "PROP_ROGUE_CHEST", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -957878355 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_TreasureBox/Chap00_Prop_TreasureBox_01.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBox_GiftNoBuff.json", + "DamageTypeList": [], + "MiniMapIconType": 55, + "MiniMapStateIcons": [ + { + "State": "ChestLocked", + "IconID": 55, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "ChestClosed", + "IconID": 55, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_TreasureBox_01_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "1006": { + "ID": 1006, + "PropType": "PROP_ROGUE_CHEST", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -957878358 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_TreasureBox/Chap00_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBox_GiftNoBuff.json", + "DamageTypeList": [], + "MiniMapIconType": 54, + "MiniMapStateIcons": [ + { + "State": "ChestLocked", + "IconID": 54, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "ChestClosed", + "IconID": 54, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_TreasureBox_02_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "10031": { + "ID": 10031, + "PropType": "PROP_SUMMON", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/MazeSkill_Prop/Props_MazeSkill_Himeko.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Prop_LocalPlayer_Himeko_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "10041": { + "ID": 10041, + "PropType": "PROP_SUMMON", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/MazeSkill_Prop/Props_MazeSkill_Welt.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Prop_LocalPlayer_Welt_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "11081": { + "ID": 11081, + "PropType": "PROP_SUMMON", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/MazeSkill_Prop/Props_MazeSkill_Welt.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100000": { + "ID": 100000, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 612370576 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_BaseConsole/Chap00_Prop_BaseConsole_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100001": { + "ID": 100001, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 612370577 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Door/Chap00_Prop_Door_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "TriggerEnable", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Door_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100002": { + "ID": 100002, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 612370574 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Door/Chap00_Prop_Door_02.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "TriggerEnable", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Door_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100003": { + "ID": 100003, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 612370575 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Door/Chap00_Prop_Door_03.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "TriggerEnable", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Door_03_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100004": { + "ID": 100004, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 612370572 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_BaseConsole/Chap00_Prop_BaseConsole_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100005": { + "ID": 100005, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 612370573 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Door/Chap00_Prop_Door_04.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "TriggerEnable", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Door_04_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100006": { + "ID": 100006, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_BlockLine/Chap00_Prop_BlockLine_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BlockLine_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100007": { + "ID": 100007, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Elevator/Chap00_Prop_Elevator_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_N201_Elevator_01_Config.json", + "PropStateList": [ + "Elevator1", + "Elevator2", + "Elevator3" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100008": { + "ID": 100008, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 612370584 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_AbilityLock/Chap00_Prop_AbilityLock_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Avatar_AbilityLocked_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Prop_AvatarAbilityLock_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100009": { + "ID": 100009, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_RoomScan/Chap00_Prop_RoomScanEffect_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100010": { + "ID": 100010, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_RoomScan/Chap00_Prop_TransparentWall_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100011": { + "ID": 100011, + "PropType": "PROP_PLATFORM", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_EnergyBridge/Chap01_Prop_EnergyBridge_Orange_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Open", + "IconID": 60, + "Color": "#ffc795", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_EnergyBridge_Oranger_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100012": { + "ID": 100012, + "PropType": "PROP_PLATFORM", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_EnergyBridge/Chap01_Prop_EnergyBridge_Blue_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Open", + "IconID": 60, + "Color": "#bad4fe", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_EnergyBridge_Blue_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100013": { + "ID": 100013, + "PropType": "PROP_PLATFORM", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_EnergyBridge/Chap01_Prop_EnergyBridge_White_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Open", + "IconID": 60, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_EnergyBridge_White_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100014": { + "ID": 100014, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -2116512783 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_BaseConsole/Chap00_Prop_BaseConsole_03.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_03_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100015": { + "ID": 100015, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -2116512782 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_BaseConsole/Chap00_Prop_BaseConsole_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100016": { + "ID": 100016, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Monitor/Chap00_Prop_Monitor_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100017": { + "ID": 100017, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_Test/Chap00_Prop_AutoDoor_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100018": { + "ID": 100018, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Readings/Chap00_Prop_Readings_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100019": { + "ID": 100019, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Readings/Chap00_Prop_Readings_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100020": { + "ID": 100020, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Readings/Chap00_Prop_Readings_03.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100021": { + "ID": 100021, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1775169991 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Door/Chap00_Prop_Door_05.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "TriggerEnable", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Door_05_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100022": { + "ID": 100022, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1775169988 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_BaseConsole/Chap00_Prop_BaseConsole_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_03_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100023": { + "ID": 100023, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1775169989 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_BaseConsole/Chap00_Prop_BaseConsole_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100024": { + "ID": 100024, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Des_Item/Chap00_Prop_Des_HPRecoverBox_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100025": { + "ID": 100025, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Des_Item/Chap00_Prop_Des_MPRecoverBox_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100026": { + "ID": 100026, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Des_Item/Chap00_Prop_Des_Box_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Des_Box_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100027": { + "ID": 100027, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Des_Item/Chap00_Prop_Des_Box_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Des_Box_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100028": { + "ID": 100028, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100029": { + "ID": 100029, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100030": { + "ID": 100030, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100031": { + "ID": 100031, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_Conch_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100032": { + "ID": 100032, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_DamagedOddity_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100033": { + "ID": 100033, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_FZY_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100034": { + "ID": 100034, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_GeneralOddity_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100035": { + "ID": 100035, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_GeneralOddity_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100036": { + "ID": 100036, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_GeneralOddity_03.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100037": { + "ID": 100037, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_GradingGun_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100038": { + "ID": 100038, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_HandStove_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100039": { + "ID": 100039, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_PlanetMeasure_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100040": { + "ID": 100040, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_Poker_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100041": { + "ID": 100041, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_SYJSP_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100042": { + "ID": 100042, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Curio/Chap00_Prop_Curio_Unbearable_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100045": { + "ID": 100045, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100046": { + "ID": 100046, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Papercrane/Chap00_Prop_Papercrane.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100047": { + "ID": 100047, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Toilet/Chap00_Prop_Toilet_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100048": { + "ID": 100048, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Readings/Chap00_Prop_HertaScraw_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100049": { + "ID": 100049, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Readings/Chap00_Prop_HertaScraw_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100050": { + "ID": 100050, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Readings/Chap00_Prop_HertaScraw_03.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100051": { + "ID": 100051, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Readings/Chap00_Prop_HertaScraw_04.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100052": { + "ID": 100052, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Monitor/Chap00_Prop_Monitor_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "100053": { + "ID": 100053, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Open", + "IconID": 60, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101000": { + "ID": 101000, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -691591339 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101001": { + "ID": 101001, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -691591338 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_BaseConsole_01/Chap01_Prop_BaseConsole_01A.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_BaseConsole_01A_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101002": { + "ID": 101002, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -691591341 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_BaseConsole_01/Chap01_Prop_BaseConsole_01A.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_BaseConsole_01A_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101003": { + "ID": 101003, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -691591340 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_BaseConsole_01/Chap01_Prop_BaseConsole_01B.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01B_Control_SimpleDoor.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_BaseConsole_01A_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101004": { + "ID": 101004, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -691591343 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_IronGate/Chap01_Prop_IronGate_06.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "TriggerEnable", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_IronGate06_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101005": { + "ID": 101005, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -691591342 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_IronGate/Chap01_Prop_IronGate_07.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "TriggerEnable", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_IronGate07_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101006": { + "ID": 101006, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -691591345 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_IronGate/Chap01_Prop_IronGate_08.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "BridgeState1", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "BridgeState2", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "BridgeState3", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "BridgeState4", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_IronGate08_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101007": { + "ID": 101007, + "PropType": "PROP_PLATFORM", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Elevator/Chap01_Prop_Lift_03.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json", + "DamageTypeList": [], + "MiniMapIconType": 36, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Elevator_01_Config.json", + "PropStateList": [ + "Locked", + "Elevator1", + "Elevator2", + "Elevator3" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101008": { + "ID": 101008, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -691591331 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Elevator/Chap01_Prop_Lift_Switch_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_ElevatorController_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101009": { + "ID": 101009, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -691591330 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Elevator/Chap01_Prop_Lift_Switch_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_ElevatorController_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101010": { + "ID": 101010, + "PropType": "PROP_NO_REWARD_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Des_IceCrystal_01/Chap01_Prop_Des_IceCrystal_01a.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Des_IceCrystal_01a_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101011": { + "ID": 101011, + "PropType": "PROP_NO_REWARD_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Des_IceCrystal_01/Chap01_Prop_Des_IceCrystal_01b.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Des_IceCrystal_01b_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101012": { + "ID": 101012, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 2037292014 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_BaseConsole_01/Chap01_Prop_BaseConsole_01A.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_BaseConsole_01A_RotateBridge_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101013": { + "ID": 101013, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 2037292015 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_IronGate/Chap01_Prop_IronGate_09.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "BridgeState1", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "BridgeState2", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "BridgeState3", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "BridgeState4", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_IronGate09_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101014": { + "ID": 101014, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_06.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101015": { + "ID": 101015, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Des_RevoverBox_01/Chap01_Prop_Des_HPRecover_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Des_HPRecoverBox_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101016": { + "ID": 101016, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Des_RevoverBox_01/Chap01_Prop_Des_MPRecover_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Des_MPRecoverBox_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101017": { + "ID": 101017, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Des_Ashcan_01/Chap01_Prop_Des_Ashcan_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Des_Ashcan_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101018": { + "ID": 101018, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Des_Ashcan_01/Chap01_Prop_Des_Ashcan_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Des_Ashcan_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101019": { + "ID": 101019, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 2037292025 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_SchwaroDataCenter_Door_01/Chap01_Prop_SchwaroDataCenter_Door_01.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_SchwaroDataCenter_Door_01_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101020": { + "ID": 101020, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_09b_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101021": { + "ID": 101021, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Tramcar_01/Chap01_Prop_Tramcar_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101022": { + "ID": 101022, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 471208073 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Vending/Chap01_Prop_Vending.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 4, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101023": { + "ID": 101023, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 471208074 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Des_IceCrystal_01/Chap01_Prop_Des_IceCrystal_01a.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Avatar_AbilityLocked_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Prop_AvatarAbilityLock_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101024": { + "ID": 101024, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 471208071 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_SnackCar/Chap01_Prop_SnackCar_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101025": { + "ID": 101025, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 471208072 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_SnackCar/Chap01_Prop_SnackCar_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101026": { + "ID": 101026, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Readings/Chap01_Prop_Readings_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101027": { + "ID": 101027, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Readings/Chap01_Prop_Readings_02.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101028": { + "ID": 101028, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 471208083 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_IronGate/Chap01_Prop_IronGate_07.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [ + { + "State": "TriggerEnable", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Locked", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Closed", + "IconID": 30, + "Color": "#b74a4a", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "Open", + "IconID": 30, + "Color": "#4b4b4b", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_IronGate07_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101029": { + "ID": 101029, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Readings/Chap01_Prop_Readings_03.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101030": { + "ID": 101030, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Readings/Chap01_Prop_Readings_04.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101031": { + "ID": 101031, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Readings/Chap01_Prop_Readings_05.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_PickupReadings_Config.json", + "PropStateList": [ + "EventClose", + "EventOpen" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101032": { + "ID": 101032, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_GhostShadow/Chap01_Prop_GhostShadow_Bronya_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101033": { + "ID": 101033, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_GhostShadow/Chap01_Prop_GhostShadow_Bronya_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101034": { + "ID": 101034, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_GhostShadow/Chap01_Prop_GhostShadow_Cocolia_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101035": { + "ID": 101035, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_GhostShadow/Chap01_Prop_GhostShadow_Cocolia_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101036": { + "ID": 101036, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_FindChest/Chap01_Prop_FindChest_CoffeePoint.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101037": { + "ID": 101037, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_FindChest/Chap01_Prop_FindChest_Armrack.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101038": { + "ID": 101038, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_FindChest/Chap01_Prop_FindChest_Gun.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101039": { + "ID": 101039, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_FindChest/Chap01_Prop_FindChest_Streetlamp&IronNet.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101040": { + "ID": 101040, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_FindChest/Chap01_Prop_FindChest_Streetlamp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101041": { + "ID": 101041, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_FindChest/Chap01_Prop_FindChest_IronNet.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101042": { + "ID": 101042, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_FindChest/Chap01_Prop_FindChest_Box.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101920": { + "ID": 101920, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapExit.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 13, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101921": { + "ID": 101921, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapEntrance.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 11, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "101922": { + "ID": 101922, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconMapshop.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 4, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "200001": { + "ID": 200001, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_SnackCar/Chap01_Prop_SnackCar_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Pickups_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "200002": { + "ID": 200002, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_RecoveryDoor_01/Chap01_Prop_RecoveryDoor_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Pickups_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "200003": { + "ID": 200003, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap01_Prop_Floodlight_01/Chap01_Prop_Floodlight_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Pickups_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "200011": { + "ID": 200011, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500010101 + ], + "HasChinwag": true + }, + "200012": { + "ID": 200012, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500010201, + 500010202 + ], + "HasChinwag": true + }, + "200013": { + "ID": 200013, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500010301, + 500010303 + ], + "HasChinwag": true + }, + "200014": { + "ID": 200014, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500010401, + 500010402 + ], + "HasChinwag": true + }, + "200015": { + "ID": 200015, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500010501 + ], + "HasChinwag": true + }, + "200016": { + "ID": 200016, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500010601 + ], + "HasChinwag": true + }, + "200017": { + "ID": 200017, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500010701 + ], + "HasChinwag": true + }, + "200018": { + "ID": 200018, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500010801 + ], + "HasChinwag": true + }, + "200019": { + "ID": 200019, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500010901, + 500010903, + 500010905 + ], + "HasChinwag": true + }, + "200020": { + "ID": 200020, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500011001, + 500011003 + ], + "HasChinwag": true + }, + "200021": { + "ID": 200021, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500011101 + ], + "HasChinwag": true + }, + "200022": { + "ID": 200022, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500011201 + ], + "HasChinwag": true + }, + "200023": { + "ID": 200023, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500011301, + 500011302, + 500011303 + ], + "HasChinwag": true + }, + "200024": { + "ID": 200024, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500011401, + 500011402 + ], + "HasChinwag": true + }, + "200025": { + "ID": 200025, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500011501, + 500011502, + 500011503 + ], + "HasChinwag": true + }, + "200026": { + "ID": 200026, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500011601 + ], + "HasChinwag": true + }, + "200027": { + "ID": 200027, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 500011606, + 500011607, + 500011608, + 500011609, + 500011610 + ], + "HasChinwag": true + }, + "201000": { + "ID": 201000, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Investigate_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "201001": { + "ID": 201001, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Investigate_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "201002": { + "ID": 201002, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019828, + 101019829, + 101019830, + 101019833, + 101019834, + 101019835, + 101019836 + ], + "HasChinwag": true + }, + "201003": { + "ID": 201003, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019837, + 101019838 + ], + "HasChinwag": true + }, + "201004": { + "ID": 201004, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019839, + 101019840, + 101019730, + 101019731, + 101019732 + ], + "HasChinwag": true + }, + "201005": { + "ID": 201005, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019841, + 101019842, + 101019843, + 101019844, + 101019845, + 101019846 + ], + "HasChinwag": true + }, + "201006": { + "ID": 201006, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019847, + 101019848, + 101019849, + 101019850, + 101019851, + 101019852 + ], + "HasChinwag": true + }, + "201007": { + "ID": 201007, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019853, + 101019854, + 101019855, + 101019856, + 101019857, + 101019858, + 101019859, + 101019860, + 101019861, + 101019862, + 101019863 + ], + "HasChinwag": true + }, + "201008": { + "ID": 201008, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019864, + 101019865, + 101019866, + 101019867 + ], + "HasChinwag": true + }, + "201009": { + "ID": 201009, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019868, + 101019870, + 101019872, + 101019874, + 101019876, + 101019878 + ], + "HasChinwag": true + }, + "201010": { + "ID": 201010, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019705, + 101019706, + 101019707, + 101019708, + 101019709 + ], + "HasChinwag": true + }, + "201011": { + "ID": 201011, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019710, + 101019711, + 101019712, + 101019713, + 101019714, + 101019715 + ], + "HasChinwag": true + }, + "201012": { + "ID": 201012, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019716, + 101019717, + 101019718, + 101019719, + 101019720, + 101019721, + 101019722, + 101019723 + ], + "HasChinwag": true + }, + "201013": { + "ID": 201013, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019607, + 101019608, + 101019609, + 101019610, + 101019611 + ], + "HasChinwag": true + }, + "201014": { + "ID": 201014, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019741, + 101019742, + 101019743, + 101019744, + 101019745 + ], + "HasChinwag": true + }, + "201015": { + "ID": 201015, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019764, + 101019765, + 101019766, + 101019767, + 101019768, + 101019769, + 101019770, + 101019771 + ], + "HasChinwag": true + }, + "201016": { + "ID": 201016, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019772 + ], + "HasChinwag": true + }, + "201017": { + "ID": 201017, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019773 + ], + "HasChinwag": true + }, + "201018": { + "ID": 201018, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019774, + 101019775, + 101019776, + 101019777, + 101019778, + 101019779 + ], + "HasChinwag": true + }, + "201019": { + "ID": 201019, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019780 + ], + "HasChinwag": true + }, + "201020": { + "ID": 201020, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019781 + ], + "HasChinwag": true + }, + "201021": { + "ID": 201021, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019782, + 101019783, + 101019784 + ], + "HasChinwag": true + }, + "201022": { + "ID": 201022, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019785, + 101019786, + 101019787 + ], + "HasChinwag": true + }, + "201023": { + "ID": 201023, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019788 + ], + "HasChinwag": true + }, + "201024": { + "ID": 201024, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019789 + ], + "HasChinwag": true + }, + "201025": { + "ID": 201025, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019790, + 101019791, + 101019792 + ], + "HasChinwag": true + }, + "201026": { + "ID": 201026, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019793 + ], + "HasChinwag": true + }, + "201027": { + "ID": 201027, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019794, + 101019795, + 101019796, + 101019797 + ], + "HasChinwag": true + }, + "201028": { + "ID": 201028, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019798 + ], + "HasChinwag": true + }, + "201029": { + "ID": 201029, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019799, + 101019601, + 101019602 + ], + "HasChinwag": true + }, + "201030": { + "ID": 201030, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019603 + ], + "HasChinwag": true + }, + "201031": { + "ID": 201031, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "random", + "TalkDialogueGroupIDList": [ + 101019604, + 101019605, + 101019606 + ], + "HasChinwag": true + }, + "201032": { + "ID": 201032, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019746, + 101019747, + 101019748, + 101019749, + 101019750 + ], + "HasChinwag": true + }, + "201033": { + "ID": 201033, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019751, + 101019752, + 101019753, + 101019754 + ], + "HasChinwag": true + }, + "201034": { + "ID": 201034, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019755, + 101019756, + 101019757, + 101019758, + 101019759 + ], + "HasChinwag": true + }, + "201035": { + "ID": 201035, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "loop", + "TalkDialogueGroupIDList": [ + 101019760, + 101019761, + 101019762, + 101019763 + ], + "HasChinwag": true + }, + "300000": { + "ID": 300000, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_GameplayProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "300001": { + "ID": 300001, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_PlayerBat/Chap00_Prop_PlayerBat_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "300002": { + "ID": 300002, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_N201_Elevator_01_Config.json", + "PropStateList": [ + "Elevator1", + "Elevator2", + "Elevator3" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "300003": { + "ID": 300003, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_Door/Chap00_Prop_Door_00.prefab", + "InitLevelGraph": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_DoorFrame_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "300004": { + "ID": 300004, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_PadBridge_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "300005": { + "ID": 300005, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap00/SceneProp_Chap00_Curio_SFX_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "300006": { + "ID": 300006, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_SpecialStorageBox_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301000": { + "ID": 301000, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -1418381813 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/CheckIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Snowdrift_01/Chap01_Prop_Snowdrift_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301001": { + "ID": 301001, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301002": { + "ID": 301002, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -1418381815 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_PowerMerge_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301003": { + "ID": 301003, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -1418381814 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/TriggerProp.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_PowerMerge_02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301004": { + "ID": 301004, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Elevator/Chap01_Prop_ElevatorMat.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301005": { + "ID": 301005, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Elevator/Chap01_Prop_ElevatorBase.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301006": { + "ID": 301006, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Robot_01_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301007": { + "ID": 301007, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Robot_02_TriggerSound.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301008": { + "ID": 301008, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Robot_03_TriggerSound.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301009": { + "ID": 301009, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_04.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Robot_04.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301010": { + "ID": 301010, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1310501542 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_05.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Robot_05.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301011": { + "ID": 301011, + "PropType": "PROP_PLATFORM", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_Grd_WheelGear_03_Config.json", + "PropStateList": [ + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301012": { + "ID": 301012, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/Chapter01/Prefab/Chap01_Prop_BlockadeLine_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301013": { + "ID": 301013, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/Chapter01/Prefab/Chap01_Prop_CrystalHuman_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301014": { + "ID": 301014, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/Chapter01/Prefab/Chap01_Prop_Grp_24.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301015": { + "ID": 301015, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/Chapter01/Prefab/Chap01_Prop_Grp_23.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301016": { + "ID": 301016, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Barrier/Chap01_Prop_Barrier.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301017": { + "ID": 301017, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_SceneProp_Tramcar/Maze_Prop_M201_TramcarSceneProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301018": { + "ID": 301018, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_SceneProp_Tramcar/Maze_Prop_M201_TramcarSceneProp_Fake.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301019": { + "ID": 301019, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Grandtheater_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301020": { + "ID": 301020, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_GrandtheaterFlag_Small_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301021": { + "ID": 301021, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_GrandtheaterFlag_Large_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301022": { + "ID": 301022, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Street_Bell_Small_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301023": { + "ID": 301023, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_FlowerShop_Guitar_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301024": { + "ID": 301024, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_FlowerShop_Potted_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301025": { + "ID": 301025, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Square_Fountain_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301026": { + "ID": 301026, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Car_Engine_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301027": { + "ID": 301027, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1713786064 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_TreasureBox_02_Empty_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301028": { + "ID": 301028, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Street_Bell_Large_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301029": { + "ID": 301029, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_07a_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301030": { + "ID": 301030, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_07b_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301031": { + "ID": 301031, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_08a_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301032": { + "ID": 301032, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_08b_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301033": { + "ID": 301033, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_09a_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301034": { + "ID": 301034, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_09b_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301035": { + "ID": 301035, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_10a_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301036": { + "ID": 301036, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_10b_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301037": { + "ID": 301037, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_11a_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301038": { + "ID": 301038, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_11b_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301039": { + "ID": 301039, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_12a_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301040": { + "ID": 301040, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Chap01_Prop_Robot_12b_Lod0.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301041": { + "ID": 301041, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Street_Bell_Large_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301042": { + "ID": 301042, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Small_Heater_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301043": { + "ID": 301043, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Large_Heater_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301044": { + "ID": 301044, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Goethe_Clock_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301045": { + "ID": 301045, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_MechanicalHouse_Gear01_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301046": { + "ID": 301046, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_MechanicalHouse_Gear02_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301047": { + "ID": 301047, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_MechanicalHouse_Gear03_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301048": { + "ID": 301048, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Small_Flag_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301049": { + "ID": 301049, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Clinic_Large_Heater_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301050": { + "ID": 301050, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Large_Exhaust_Fan_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301051": { + "ID": 301051, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Mine_Fire_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301052": { + "ID": 301052, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Sampo_Snowdrift_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301053": { + "ID": 301053, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_SnowHouse_SFX_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301054": { + "ID": 301054, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Camp_SFX_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301055": { + "ID": 301055, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_OverHead_Bridge_SFX_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301056": { + "ID": 301056, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Machine_Hand_SFX_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "301057": { + "ID": 301057, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigSceneProp/Chap01/SceneProp_Chap01_Vein_SFX_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "2013301": { + "ID": 2013301, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/M303StoryProp/M3-3 SProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "2013302": { + "ID": 2013302, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap01_Prop_Floodlight_01/Chap01_Prop_Floodlight_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "2013303": { + "ID": 2013303, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/Outputs/Chapter01_DesignerBackup/CloseView/MonsterScene_Test.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "2013304": { + "ID": 2013304, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 859827384 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [ + 4 + ], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 2, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "2013305": { + "ID": 2013305, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/InteractiveProp/Chapter01/Chap01_GameplayProp_CocoliaExcerpts/Chap01_GameplaytProp_CocoliaExcerpts_011.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "2013306": { + "ID": 2013306, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/InteractiveProp/Chapter01/Chap01_GameplayProp_CocoliaExcerpts/Chap01_GameplaytProp_CocoliaExcerpts_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "2013307": { + "ID": 2013307, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/InteractiveProp/Chapter01/Chap01_GameplayProp_CocoliaExcerpts/Chap01_GameplaytProp_CocoliaExcerpts_03.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "2013308": { + "ID": 2013308, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/InteractiveProp/Chapter01/Chap01_GameplayProp_CocoliaExcerpts/Chap01_GameplaytProp_CocoliaExcerpts_04.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "2013309": { + "ID": 2013309, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/InteractiveProp/Chapter01/Chap01_GameplayProp_CocoliaExcerpts/Chap01_GameplaytProp_PiecesOfDreams_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000000": { + "ID": 9000000, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/MovingBox.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000001": { + "ID": 9000001, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/BoxPuzzle01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000002": { + "ID": 9000002, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleBox/Tramcar_Empty.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000003": { + "ID": 9000003, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleBox/Tramcar_Full.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000004": { + "ID": 9000004, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleBox/Track_MultiDir.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000005": { + "ID": 9000005, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleBox/Track_Direction_Hint.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000006": { + "ID": 9000006, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleBox/Tramcar_Game_Lv1.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000007": { + "ID": 9000007, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleBox/Tramcar_Game_Lv2.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000008": { + "ID": 9000008, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/TestPuzzle/Prop/FlipDoor01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000009": { + "ID": 9000009, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/TestPuzzle/Prop/FlipDoor02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000010": { + "ID": 9000010, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/TestPuzzle/Prop/Laser_Controller.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000011": { + "ID": 9000011, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/TestPuzzle/Prop/FlipDoor03.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000012": { + "ID": 9000012, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/TestPuzzle/Prop/FlipBridge01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000013": { + "ID": 9000013, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/TestPuzzle/Prop/FlipBridge02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000014": { + "ID": 9000014, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 15944861 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_Test/test_chap00_door_console01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000015": { + "ID": 9000015, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/TestPuzzle/Prop/Test_MovableObstacle.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000016": { + "ID": 9000016, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/DesignerBackup/PuzzleBox/TestPuzzle/Prop/FlipBridge03.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000017": { + "ID": 9000017, + "PropType": "PROP_TELEVISION", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Test_SceneProp_TCShow_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000018": { + "ID": 9000018, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -1597193247 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_Test/test_chap00_door_console01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000019": { + "ID": 9000019, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -31109306 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/GamePlay_Probe/Maze_Prop_Probe_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_RaderProbe_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000021": { + "ID": 9000021, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PadsPuzzle/PadsPuzzleStartPad.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/PadsPuzzle/PadsPuzzleStartPad_Config.json", + "PropStateList": [ + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000022": { + "ID": 9000022, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PadsPuzzle/PadsPuzzlePad.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/PadsPuzzle/PadsPuzzlePad_Config.json", + "PropStateList": [ + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000023": { + "ID": 9000023, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PadsPuzzle/PadsPuzzleBlock.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000024": { + "ID": 9000024, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleBox/Tramcar_Game_Lv3.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000025": { + "ID": 9000025, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000026": { + "ID": 9000026, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/NewPadsPuzzle/NewPadsPuzzleStartPad_Config.json", + "PropStateList": [ + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000027": { + "ID": 9000027, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/NewPadsPuzzle/NewPadsPuzzlePad_Config.json", + "PropStateList": [ + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000028": { + "ID": 9000028, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/NewPadsPuzzle/NewPadsPuzzlePad_Config.json", + "PropStateList": [ + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000029": { + "ID": 9000029, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/NewPadsPuzzle/NewPadsPuzzlePad_Config.json", + "PropStateList": [ + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000030": { + "ID": 9000030, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/NewPadsPuzzle/NewPadsPuzzlePad_Config.json", + "PropStateList": [ + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000031": { + "ID": 9000031, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/NewPadsPuzzle/NewPadsPuzzlePad_Config.json", + "PropStateList": [ + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000032": { + "ID": 9000032, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/NewPadsPuzzle/NewPadsPuzzleBlock_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000033": { + "ID": 9000033, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleBox/Tramcar_ADV.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000034": { + "ID": 9000034, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/CablePuzzle/Puzzle_Locker.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000035": { + "ID": 9000035, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Entities/PropObject/BoxMan/Test_BoxMan_Woodenbox01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000036": { + "ID": 9000036, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Entities/PropObject/BoxMan/Test_BoxMan_Woodenbox02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000037": { + "ID": 9000037, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Entities/PropObject/BoxMan/Test_BoxMan_Woodenbox03.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000038": { + "ID": 9000038, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/RunningChallenge/Test_RunningChallenge_Woodenbox.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000039": { + "ID": 9000039, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/V3_Pads_1_Bridge_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000040": { + "ID": 9000040, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/TeleportWhiteBox/PortolDoor.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000041": { + "ID": 9000041, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/TeleportWhiteBox/Huge_PortolDoor.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000042": { + "ID": 9000042, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/TeleportWhiteBox/PortolSelector.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000043": { + "ID": 9000043, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/TeleportWhiteBox/PortolGem.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000044": { + "ID": 9000044, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/V3_Pads_1_Bridge_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000045": { + "ID": 9000045, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/V3_Pads_1_Bridge_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000046": { + "ID": 9000046, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/V3_Pads_1_Bridge_Config.json", + "PropStateList": [ + "Closed", + "Open" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000047": { + "ID": 9000047, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/WindBattle/Fan.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000048": { + "ID": 9000048, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Tramcar/Tramcar_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 2, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000049": { + "ID": 9000049, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 58, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_EmptyProp_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000050": { + "ID": 9000050, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_QiWu/Weapon1000.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000051": { + "ID": 9000051, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_QiWu/Weapon3000.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000052": { + "ID": 9000052, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_QiWu/Weapon5000.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000053": { + "ID": 9000053, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_QiWu/Weapon8000.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000054": { + "ID": 9000054, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 15944857 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Elevator/Chap01_Prop_Lift_Switch_01.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Console.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_ElevatorController_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000055": { + "ID": 9000055, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1582028798 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Snowdrift_01/Chap01_Prop_Snowdrift_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000056": { + "ID": 9000056, + "PropType": "PROP_TREASURE_CHEST", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1178744271 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_TreasureBox_02_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000057": { + "ID": 9000057, + "PropType": "PROP_TREASURE_CHEST", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -1550139084 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap00/Chap00_Prop_TreasureBox/Chap00_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_TreasureBox_02_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000101": { + "ID": 9000101, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -1933220632 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_TreasureSpecialBoss_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000102": { + "ID": 9000102, + "PropType": "PROP_ROGUE_DOOR", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 795662723 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 51, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000103": { + "ID": 9000103, + "PropType": "PROP_ROGUE_OBJECT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -770421218 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ChallengeDoor_01/Chap01_Prop_ChallengeDoor_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 52, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Prop_DesignBackup_RogueMember_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000104": { + "ID": 9000104, + "PropType": "PROP_ROGUE_OBJECT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1602231777 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_RecoveryDoor_01/Chap01_Prop_RecoveryDoor_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 53, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_RecoveryDoor_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000105": { + "ID": 9000105, + "PropType": "PROP_ROGUE_CHEST", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 36147836 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 55, + "MiniMapStateIcons": [ + { + "State": "ChestLocked", + "IconID": 55, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "ChestClosed", + "IconID": 55, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_TreasureSpecialBoss_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000106": { + "ID": 9000106, + "PropType": "PROP_ROGUE_OBJECT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -1529936105 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_BaseConsole_01/Chap01_Prop_BaseConsole_01A.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 56, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_BaseConsole_01A_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000107": { + "ID": 9000107, + "PropType": "PROP_ROGUE_CHEST", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1198947250 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_TreasureBox/Chap01_Prop_TreasureBox_02.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 54, + "MiniMapStateIcons": [ + { + "State": "ChestLocked", + "IconID": 54, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + }, + { + "State": "ChestClosed", + "IconID": 54, + "Color": "", + "ColorInited": false, + "ColorResult": { + "r": 0.0, + "g": 0.0, + "b": 0.0, + "a": 0.0, + "grayscale": 0.0, + "maxColorComponent": 0.0 + } + } + ], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_TreasureSpecialBoss_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000108": { + "ID": 9000108, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Des_IceCrystal_01/Chap01_Prop_Des_IceCrystal_01a.prefab", + "InitLevelGraph": "Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_BarrierWall_01.json", + "DamageTypeList": [], + "MiniMapIconType": 57, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Prop_DesignBackup_LockedIceWall_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000200": { + "ID": 9000200, + "PropType": "PROP_ELEMENT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 2059218686 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/BossCocoon/Test_Prop_FarmElement.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 74, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000201": { + "ID": 9000201, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000202": { + "ID": 9000202, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/DemoCar.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000203": { + "ID": 9000203, + "PropType": "PROP_PLATFORM", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/SnowBall/Test_SnowBall.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000207": { + "ID": 9000207, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Entities/PropObject/BoxMan/Test_BoxMan_Woodenbox.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000208": { + "ID": 9000208, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/FindChest/Range/FindChest_CoffeePoint.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000209": { + "ID": 9000209, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/FindChest/FindChest_Armrack.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000210": { + "ID": 9000210, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/FindChest/FindChest_Prop_Gun.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000211": { + "ID": 9000211, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/FindChest/DifferentState/Test_Prop_Chap01_Streetlamp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000212": { + "ID": 9000212, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Entities/PropObject/BoxMan/Test_BoxMan_Obstacle.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000213": { + "ID": 9000213, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Entities/PropObject/BoxMan/Test_BoxMan_Destination.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000214": { + "ID": 9000214, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Entities/PropObject/BoxMan/Test_BoxMan_Origin.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000215": { + "ID": 9000215, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000216": { + "ID": 9000216, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/FindChest/Mark/FindChest_Streetlamp&IronNet.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000217": { + "ID": 9000217, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/FindChest/Mission/FindChest_Streetlamp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000218": { + "ID": 9000218, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/FindChest/Mission/FindChest_IronNet.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000219": { + "ID": 9000219, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_Test/test_chap00_door_console01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000220": { + "ID": 9000220, + "PropType": "PROP_COCOON", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 2059218684 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_Cocoon_01/Common_Prop_Cocoon_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json", + "DamageTypeList": [], + "MiniMapIconType": 33, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Cocoon_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000221": { + "ID": 9000221, + "PropType": "PROP_RELIC", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": -669664671 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/MapPics/NaviIcons/IconPointBoss.png", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_MazeDoor_01/Chap01_Prop_MazeDoor_01.prefab", + "InitLevelGraph": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json", + "DamageTypeList": [], + "MiniMapIconType": 33, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap01/Prop_Chap01_MazeDoor_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000222": { + "ID": 9000222, + "PropType": "PROP_DESTRUCT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeWind.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [ + 4 + ], + "PrefabPath": "Props/DesignerBackup/Spore/Test_Spore.prefab", + "InitLevelGraph": "", + "DamageTypeList": [ + "Wind" + ], + "MiniMapIconType": 44, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Maze_Spore_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000223": { + "ID": 9000223, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Thunder.prefab", + "InitLevelGraph": "", + "DamageTypeList": [ + "Thunder" + ], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000224": { + "ID": 9000224, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/ElectricShock/Prop_Shock.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/DesignerBackup/ElectricShock/Maze_Prop_Shock_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000225": { + "ID": 9000225, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/FindChest/Mission/FindChest_Box.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000226": { + "ID": 9000226, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Train_Test/Test_Trian_Door.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_Door_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000227": { + "ID": 9000227, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/StonesGamble/SpecialVision_StonesGamble_Stones_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000228": { + "ID": 9000228, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9000229": { + "ID": 9000229, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999801": { + "ID": 9999801, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Ice.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Ice.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999802": { + "ID": 9999802, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Physical.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Physical.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999803": { + "ID": 9999803, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Wind.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Wind.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999804": { + "ID": 9999804, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Fire.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Fire.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999805": { + "ID": 9999805, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Quantum.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Quantum.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999806": { + "ID": 9999806, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Thunder.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Thunder.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999807": { + "ID": 9999807, + "PropType": "PROP_DESTRUCT", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Chap01/Chap01_Prop_ElementSwitch_01/Chap01_Prop_ElementSwitch_01_Imaginary.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_ElementsProp_Config_Imaginary.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "WaitActive" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999808": { + "ID": 9999808, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleLight/Test_PuzzleLight_Base01.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_LevelGraph_PuzzleLight_Base01_Config.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_Chap00_LaserLight_Part01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999809": { + "ID": 9999809, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleLight/Test_PuzzleLight_Base02.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_LevelGraph_PuzzleLight_Base02_Config.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_Chap00_LaserLight_Part02_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999810": { + "ID": 9999810, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleLight/Test_PuzzleLight_Base03.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_LevelGraph_PuzzleLight_Base03_Config.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_Chap00_LaserLight_Part03_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999811": { + "ID": 9999811, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleLight/Test_PuzzleLight_Base04.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_LevelGraph_PuzzleLight_Base04_Config.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_Chap00_LaserLight_Part04_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999812": { + "ID": 9999812, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleLight/Test_PuzzleLight_Base05.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_LevelGraph_PuzzleLight_Base05_Config.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_Chap00_LaserLight_Part05_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999813": { + "ID": 9999813, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleLight/Test_PuzzleLight_Base06.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_LevelGraph_PuzzleLight_Base06_Config.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_Chap00_LaserLight_Part06_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999814": { + "ID": 9999814, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": -1842979806 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_Test/test_chap00_door_console01.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_Chap00_Puzzle_Light_LightPart_RotateController.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999815": { + "ID": 9999815, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 885903549 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_Test/test_chap00_door_console01.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_Chap00_Puzzle_Light_LightPart_RotateController_Double.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Chap00/Prop_Chap00_BaseConsole_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999816": { + "ID": 9999816, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap02/SpecialVision/Chap02_DesignerBackup_Prop_SpecialVision_Track_01.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Gameplay/SpecialVision/Test_Gameplay_SpecialVision_Prop_Foot_01.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999817": { + "ID": 9999817, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap02/SpecialVision/Chap02_DesignerBackup_Prop_SpecialVision_Track_01.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Gameplay/SpecialVision/Test_Gameplay_SpecialVision_Prop_Foot_02.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999818": { + "ID": 9999818, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleLight/Test_PuzzleLight_Base07.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_LevelGraph_PuzzleLight_Base06_Config.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_Chap00_LaserLight_Part06_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999819": { + "ID": 9999819, + "PropType": "PROP_ORDINARY", + "IsMapContent": true, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/PuzzleLight/Test_PuzzleLight_Base10.prefab", + "InitLevelGraph": "Config/Level/DesignerBackup/Puzzle_Light/Test_LevelGraph_PuzzleLight_Base05_Config.json", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_Chap00_LaserLight_Part05_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2", + "BridgeState3", + "BridgeState4" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999820": { + "ID": 9999820, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/Level/Maze/MazeTest/Test_Spore_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999821": { + "ID": 9999821, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Stages/OriginalResPos/Chapter01/Prefab/Chap01_Prop_CrystalHuman_03.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999822": { + "ID": 9999822, + "PropType": "PROP_DESTRUCT", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "SpriteOutput/UI/Nature/IconAttribute/IconAttributeThunder.png", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [ + 4 + ], + "PrefabPath": "Props/DesignerBackup/Thunder_FlashMachine/Thunder_FlashMachine.prefab", + "InitLevelGraph": "", + "DamageTypeList": [ + "Thunder" + ], + "MiniMapIconType": 43, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Maze_Spore_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999823": { + "ID": 9999823, + "PropType": "PROP_SPRING", + "IsMapContent": true, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 79334492 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Chap00_Test/test_chap00_door_console01.prefab", + "InitLevelGraph": "Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json", + "DamageTypeList": [], + "MiniMapIconType": 13, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "CheckPointDisable", + "CheckPointEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999824": { + "ID": 9999824, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/BoxIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Pickups_02_onfig.json", + "PropStateList": [ + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999825": { + "ID": 9999825, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Maze_Prop_Rouge_DesignerBackup/Maze_Test_RougeDoor_01.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_RogueTest_Door_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999826": { + "ID": 9999826, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Maze_Prop_Rouge_DesignerBackup/Maze_Test_RougeRecover.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_Rouge_Test_01_Config.json", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "TriggerDisable", + "TriggerEnable" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999827": { + "ID": 9999827, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/Maze_Prop_Rouge_DesignerBackup/Maze_Test_RougeChest.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/DesignerBackup/Prop_RogueTest_TreasureBox_Config.json", + "PropStateList": [ + "ChestLocked", + "ChestClosed", + "ChestUsed", + "Hidden" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999833": { + "ID": 9999833, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/ChimePuzzle/Chime_Scale.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked", + "BridgeState1", + "BridgeState2" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999834": { + "ID": 9999834, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/ChimePuzzle/Chime_Score.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999835": { + "ID": 9999835, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/ChimePuzzle/Chime_Score_Board.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999836": { + "ID": 9999836, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/ChimePuzzle/Large_Chime.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999837": { + "ID": 9999837, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/ChimePuzzle/Middle_Chime.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999843": { + "ID": 9999843, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/DesignerBackup/ChimePuzzle/Chime_Score_board_Test.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999844": { + "ID": 9999844, + "PropType": "PROP_ORDINARY", + "IsMapContent": false, + "HideInCutScene": false, + "HideInStory": false, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "", + "PropStateList": [ + "Closed", + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + }, + "9999861": { + "ID": 9999861, + "PropType": "PROP_LIGHT", + "IsMapContent": false, + "HideInCutScene": true, + "HideInStory": true, + "PropParam": 0, + "PropName": { + "hash": 1354018532 + }, + "PropTitle": { + "hash": 371857150 + }, + "PropTypeIconPath": "", + "PropIconPath": "SpriteOutput/TalkIcon/ChatIcon.png", + "BoardShowList": [], + "PrefabPath": "Props/Outputs/Common/Common_Prop_EmptyProp/Common_Prop_EmptyProp.prefab", + "InitLevelGraph": "", + "DamageTypeList": [], + "MiniMapIconType": 0, + "MiniMapStateIcons": [], + "MapDailyRefIcon": [], + "JsonPath": "Config/ConfigProp/Common/Prop_Common_Pickups_02_onfig.json", + "PropStateList": [ + "Open", + "Locked" + ], + "FirstDialogueGroupID": 0, + "TalkChosenType": "undefined", + "TalkDialogueGroupIDList": [], + "HasChinwag": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/QuestDataExcelTable.json b/CrepePackage/src/data/excel/QuestDataExcelTable.json new file mode 100644 index 0000000..0e6eb7f --- /dev/null +++ b/CrepePackage/src/data/excel/QuestDataExcelTable.json @@ -0,0 +1,10100 @@ +{ + "1000701": { + "QuestID": 1000701, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747860 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000701, + "FinishWayID": 1000701, + "GotoID": 0 + }, + "1000702": { + "QuestID": 1000702, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135495 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000702, + "FinishWayID": 1000702, + "GotoID": 400 + }, + "1000703": { + "QuestID": 1000703, + "QuestType": 1, + "QuestTitle": { + "hash": 544948446 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000703, + "FinishWayID": 1000703, + "GotoID": 400 + }, + "1000704": { + "QuestID": 1000704, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032387 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000704, + "FinishWayID": 1000704, + "GotoID": 207 + }, + "1000705": { + "QuestID": 1000705, + "QuestType": 1, + "QuestTitle": { + "hash": -617850968 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000705, + "FinishWayID": 1000705, + "GotoID": 22002 + }, + "1000706": { + "QuestID": 1000706, + "QuestType": 1, + "QuestTitle": { + "hash": 948232973 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000706, + "FinishWayID": 1000706, + "GotoID": 203 + }, + "1000801": { + "QuestID": 1000801, + "QuestType": 1, + "QuestTitle": { + "hash": 2138141909 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000801, + "FinishWayID": 1000801, + "GotoID": 600 + }, + "1000802": { + "QuestID": 1000802, + "QuestType": 1, + "QuestTitle": { + "hash": 572057968 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000802, + "FinishWayID": 1000802, + "GotoID": 400 + }, + "1000803": { + "QuestID": 1000803, + "QuestType": 1, + "QuestTitle": { + "hash": -994025973 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000803, + "FinishWayID": 1000803, + "GotoID": 400 + }, + "1000804": { + "QuestID": 1000804, + "QuestType": 1, + "QuestTitle": { + "hash": 1734857382 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000804, + "FinishWayID": 1000804, + "GotoID": 400 + }, + "1000805": { + "QuestID": 1000805, + "QuestType": 1, + "QuestTitle": { + "hash": 168773441 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000805, + "FinishWayID": 1000805, + "GotoID": 208 + }, + "1000806": { + "QuestID": 1000806, + "QuestType": 1, + "QuestTitle": { + "hash": -1397310500 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000806, + "FinishWayID": 1000806, + "GotoID": 21001 + }, + "1000807": { + "QuestID": 1000807, + "QuestType": 1, + "QuestTitle": { + "hash": 1331572855 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000807, + "FinishWayID": 1000807, + "GotoID": 203 + }, + "1000808": { + "QuestID": 1000808, + "QuestType": 1, + "QuestTitle": { + "hash": -234511086 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000808, + "FinishWayID": 1000808, + "GotoID": 203 + }, + "1000901": { + "QuestID": 1000901, + "QuestType": 1, + "QuestTitle": { + "hash": -610944422 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000901, + "FinishWayID": 1000901, + "GotoID": 600 + }, + "1000902": { + "QuestID": 1000902, + "QuestType": 1, + "QuestTitle": { + "hash": -1014228949 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000902, + "FinishWayID": 1000902, + "GotoID": 400 + }, + "1000903": { + "QuestID": 1000903, + "QuestType": 1, + "QuestTitle": { + "hash": 551854992 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000903, + "FinishWayID": 1000903, + "GotoID": 400 + }, + "1000904": { + "QuestID": 1000904, + "QuestType": 1, + "QuestTitle": { + "hash": 148570465 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000904, + "FinishWayID": 1000904, + "GotoID": 700 + }, + "1000905": { + "QuestID": 1000905, + "QuestType": 1, + "QuestTitle": { + "hash": 1714654406 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000905, + "FinishWayID": 1000905, + "GotoID": 209 + }, + "1000906": { + "QuestID": 1000906, + "QuestType": 1, + "QuestTitle": { + "hash": 1311369879 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000906, + "FinishWayID": 1000906, + "GotoID": 400 + }, + "1000907": { + "QuestID": 1000907, + "QuestType": 1, + "QuestTitle": { + "hash": -1417513476 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000907, + "FinishWayID": 1000907, + "GotoID": 203 + }, + "1001001": { + "QuestID": 1001001, + "QuestType": 1, + "QuestTitle": { + "hash": 1008841804 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001001, + "FinishWayID": 1001001, + "GotoID": 0 + }, + "1001002": { + "QuestID": 1001002, + "QuestType": 1, + "QuestTitle": { + "hash": -557242137 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001002, + "FinishWayID": 1001002, + "GotoID": 210 + }, + "1001003": { + "QuestID": 1001003, + "QuestType": 1, + "QuestTitle": { + "hash": -2123326078 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001003, + "FinishWayID": 1001003, + "GotoID": 400 + }, + "1001004": { + "QuestID": 1001004, + "QuestType": 1, + "QuestTitle": { + "hash": 605557277 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001004, + "FinishWayID": 1001004, + "GotoID": 400 + }, + "1001005": { + "QuestID": 1001005, + "QuestType": 1, + "QuestTitle": { + "hash": -960526664 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001005, + "FinishWayID": 1001005, + "GotoID": 203 + }, + "1001006": { + "QuestID": 1001006, + "QuestType": 1, + "QuestTitle": { + "hash": 1768356691 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001006, + "FinishWayID": 1001006, + "GotoID": 205 + }, + "1001201": { + "QuestID": 1001201, + "QuestType": 1, + "QuestTitle": { + "hash": 726516802 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001201, + "FinishWayID": 1001201, + "GotoID": 0 + }, + "1001202": { + "QuestID": 1001202, + "QuestType": 1, + "QuestTitle": { + "hash": 1129801329 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001202, + "FinishWayID": 1001202, + "GotoID": 400 + }, + "1001203": { + "QuestID": 1001203, + "QuestType": 1, + "QuestTitle": { + "hash": -436282612 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001203, + "FinishWayID": 1001203, + "GotoID": 400 + }, + "1001204": { + "QuestID": 1001204, + "QuestType": 1, + "QuestTitle": { + "hash": 323232275 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001204, + "FinishWayID": 1001204, + "GotoID": 203 + }, + "1001205": { + "QuestID": 1001205, + "QuestType": 1, + "QuestTitle": { + "hash": -1242851666 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001205, + "FinishWayID": 1001205, + "GotoID": 0 + }, + "1001206": { + "QuestID": 1001206, + "QuestType": 1, + "QuestTitle": { + "hash": -839567139 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001206, + "FinishWayID": 1001206, + "GotoID": 205 + }, + "1001207": { + "QuestID": 1001207, + "QuestType": 1, + "QuestTitle": { + "hash": 1889316216 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001207, + "FinishWayID": 1001207, + "GotoID": 700 + }, + "1001208": { + "QuestID": 1001208, + "QuestType": 1, + "QuestTitle": { + "hash": 1936370383 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001208, + "FinishWayID": 1001208, + "GotoID": 700 + }, + "1001209": { + "QuestID": 1001209, + "QuestType": 1, + "QuestTitle": { + "hash": 370286442 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001209, + "FinishWayID": 1001209, + "GotoID": 700 + }, + "2000101": { + "QuestID": 2000101, + "QuestType": 2, + "QuestTitle": { + "hash": 2046122915 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 22000101, + "FinishWayID": 2000101, + "GotoID": 0 + }, + "2000102": { + "QuestID": 2000102, + "QuestType": 2, + "QuestTitle": { + "hash": -1845559854 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 22000102, + "FinishWayID": 2000102, + "GotoID": 200 + }, + "2000103": { + "QuestID": 2000103, + "QuestType": 2, + "QuestTitle": { + "hash": 883323501 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 22000103, + "FinishWayID": 2000103, + "GotoID": 22002 + }, + "2000104": { + "QuestID": 2000104, + "QuestType": 2, + "QuestTitle": { + "hash": 1642838388 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 22000104, + "FinishWayID": 2000104, + "GotoID": 21001 + }, + "1001101": { + "QuestID": 1001101, + "QuestType": 1, + "QuestTitle": { + "hash": -1740244527 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21000806, + "FinishWayID": 1001101, + "GotoID": 0 + }, + "1001102": { + "QuestID": 1001102, + "QuestType": 1, + "QuestTitle": { + "hash": -2143529054 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001102, + "GotoID": 0 + }, + "1001103": { + "QuestID": 1001103, + "QuestType": 1, + "QuestTitle": { + "hash": -577445113 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001103, + "GotoID": 0 + }, + "1001104": { + "QuestID": 1001104, + "QuestType": 1, + "QuestTitle": { + "hash": -980729640 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001104, + "GotoID": 0 + }, + "1001105": { + "QuestID": 1001105, + "QuestType": 1, + "QuestTitle": { + "hash": 585354301 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001105, + "GotoID": 0 + }, + "1001106": { + "QuestID": 1001106, + "QuestType": 1, + "QuestTitle": { + "hash": 182069774 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001106, + "GotoID": 0 + }, + "1001107": { + "QuestID": 1001107, + "QuestType": 1, + "QuestTitle": { + "hash": 1748153715 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001107, + "GotoID": 0 + }, + "1001108": { + "QuestID": 1001108, + "QuestType": 1, + "QuestTitle": { + "hash": 632408468 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001108, + "GotoID": 0 + }, + "1001109": { + "QuestID": 1001109, + "QuestType": 1, + "QuestTitle": { + "hash": -2096474887 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001109, + "GotoID": 0 + }, + "1001110": { + "QuestID": 1001110, + "QuestType": 1, + "QuestTitle": { + "hash": 988638829 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001110, + "GotoID": 0 + }, + "1001111": { + "QuestID": 1001111, + "QuestType": 1, + "QuestTitle": { + "hash": -1740244526 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001111, + "GotoID": 0 + }, + "1001112": { + "QuestID": 1001112, + "QuestType": 1, + "QuestTitle": { + "hash": -2143529053 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001112, + "GotoID": 0 + }, + "1001113": { + "QuestID": 1001113, + "QuestType": 1, + "QuestTitle": { + "hash": -577445112 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001113, + "GotoID": 0 + }, + "1001114": { + "QuestID": 1001114, + "QuestType": 1, + "QuestTitle": { + "hash": -980729639 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001114, + "GotoID": 0 + }, + "1001115": { + "QuestID": 1001115, + "QuestType": 1, + "QuestTitle": { + "hash": 585354302 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001115, + "GotoID": 0 + }, + "1001116": { + "QuestID": 1001116, + "QuestType": 1, + "QuestTitle": { + "hash": 182069775 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001116, + "GotoID": 0 + }, + "1001117": { + "QuestID": 1001117, + "QuestType": 1, + "QuestTitle": { + "hash": 1748153716 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001117, + "GotoID": 0 + }, + "1001118": { + "QuestID": 1001118, + "QuestType": 1, + "QuestTitle": { + "hash": 632408469 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001118, + "GotoID": 0 + }, + "1001119": { + "QuestID": 1001119, + "QuestType": 1, + "QuestTitle": { + "hash": -2096474886 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001119, + "GotoID": 0 + }, + "1001120": { + "QuestID": 1001120, + "QuestType": 1, + "QuestTitle": { + "hash": 988638826 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001120, + "GotoID": 0 + }, + "1001121": { + "QuestID": 1001121, + "QuestType": 1, + "QuestTitle": { + "hash": -1740244529 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001121, + "GotoID": 0 + }, + "1001122": { + "QuestID": 1001122, + "QuestType": 1, + "QuestTitle": { + "hash": -2143529056 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001122, + "GotoID": 0 + }, + "1001123": { + "QuestID": 1001123, + "QuestType": 1, + "QuestTitle": { + "hash": -577445115 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001123, + "GotoID": 0 + }, + "1001124": { + "QuestID": 1001124, + "QuestType": 1, + "QuestTitle": { + "hash": -980729642 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001124, + "GotoID": 0 + }, + "1001125": { + "QuestID": 1001125, + "QuestType": 1, + "QuestTitle": { + "hash": 585354299 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 1001125, + "GotoID": 0 + }, + "9000001": { + "QuestID": 9000001, + "QuestType": 1, + "QuestTitle": { + "hash": -1839063339 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000001, + "GotoID": 0 + }, + "9000002": { + "QuestID": 9000002, + "QuestType": 1, + "QuestTitle": { + "hash": 889820016 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000002, + "GotoID": 0 + }, + "9000003": { + "QuestID": 9000003, + "QuestType": 1, + "QuestTitle": { + "hash": -676263925 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000003, + "GotoID": 0 + }, + "9000004": { + "QuestID": 9000004, + "QuestType": 1, + "QuestTitle": { + "hash": 2052619430 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000004, + "GotoID": 0 + }, + "9000005": { + "QuestID": 9000005, + "QuestType": 1, + "QuestTitle": { + "hash": 486535489 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000005, + "GotoID": 0 + }, + "9000006": { + "QuestID": 9000006, + "QuestType": 1, + "QuestTitle": { + "hash": -1079548452 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000006, + "GotoID": 0 + }, + "9000007": { + "QuestID": 9000007, + "QuestType": 1, + "QuestTitle": { + "hash": 1649334903 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000007, + "GotoID": 0 + }, + "9000008": { + "QuestID": 9000008, + "QuestType": 1, + "QuestTitle": { + "hash": 83250962 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000008, + "GotoID": 0 + }, + "9000009": { + "QuestID": 9000009, + "QuestType": 1, + "QuestTitle": { + "hash": -1482832979 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000009, + "GotoID": 0 + }, + "9000010": { + "QuestID": 9000010, + "QuestType": 1, + "QuestTitle": { + "hash": -272979399 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000010, + "GotoID": 0 + }, + "9000011": { + "QuestID": 9000011, + "QuestType": 1, + "QuestTitle": { + "hash": -1839063340 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000011, + "GotoID": 0 + }, + "9000012": { + "QuestID": 9000012, + "QuestType": 1, + "QuestTitle": { + "hash": 889820015 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000012, + "GotoID": 0 + }, + "9000013": { + "QuestID": 9000013, + "QuestType": 1, + "QuestTitle": { + "hash": -676263926 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000013, + "GotoID": 0 + }, + "9000014": { + "QuestID": 9000014, + "QuestType": 1, + "QuestTitle": { + "hash": 2052619429 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 9000014, + "GotoID": 0 + }, + "1001229": { + "QuestID": 1001229, + "QuestType": 2, + "QuestTitle": { + "hash": 370286440 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001229, + "FinishWayID": 1001229, + "GotoID": 200 + }, + "1001230": { + "QuestID": 1001230, + "QuestType": 2, + "QuestTitle": { + "hash": -2002366554 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001230, + "FinishWayID": 1001230, + "GotoID": 200 + }, + "1001231": { + "QuestID": 1001231, + "QuestType": 2, + "QuestTitle": { + "hash": 726516801 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001231, + "FinishWayID": 1001231, + "GotoID": 23008 + }, + "1001232": { + "QuestID": 1001232, + "QuestType": 1, + "QuestTitle": { + "hash": 1129801328 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001232, + "FinishWayID": 1001232, + "GotoID": 400 + }, + "1001233": { + "QuestID": 1001233, + "QuestType": 1, + "QuestTitle": { + "hash": -436282613 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001233, + "FinishWayID": 1001233, + "GotoID": 400 + }, + "1001234": { + "QuestID": 1001234, + "QuestType": 1, + "QuestTitle": { + "hash": 323232274 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001234, + "FinishWayID": 1001234, + "GotoID": 212 + }, + "1001235": { + "QuestID": 1001235, + "QuestType": 1, + "QuestTitle": { + "hash": -1242851667 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001235, + "FinishWayID": 1001235, + "GotoID": 205 + }, + "1001236": { + "QuestID": 1001236, + "QuestType": 1, + "QuestTitle": { + "hash": -839567140 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001236, + "FinishWayID": 1001236, + "GotoID": 23008 + }, + "1001237": { + "QuestID": 1001237, + "QuestType": 1, + "QuestTitle": { + "hash": 1889316215 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001237, + "FinishWayID": 1001237, + "GotoID": 700 + }, + "1001238": { + "QuestID": 1001238, + "QuestType": 1, + "QuestTitle": { + "hash": 1936370382 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001238, + "FinishWayID": 1001238, + "GotoID": 203 + }, + "1001239": { + "QuestID": 1001239, + "QuestType": 1, + "QuestTitle": { + "hash": 370286441 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001239, + "FinishWayID": 1001239, + "GotoID": 206 + }, + "1001240": { + "QuestID": 1001240, + "QuestType": 1, + "QuestTitle": { + "hash": -2002366557 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001240, + "FinishWayID": 1001240, + "GotoID": 207 + }, + "1001241": { + "QuestID": 1001241, + "QuestType": 1, + "QuestTitle": { + "hash": 726516798 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001241, + "FinishWayID": 1001241, + "GotoID": 206 + }, + "1001242": { + "QuestID": 1001242, + "QuestType": 1, + "QuestTitle": { + "hash": 1129801325 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001242, + "FinishWayID": 1001242, + "GotoID": 400 + }, + "1001243": { + "QuestID": 1001243, + "QuestType": 1, + "QuestTitle": { + "hash": -436282616 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001243, + "FinishWayID": 1001243, + "GotoID": 213 + }, + "1001244": { + "QuestID": 1001244, + "QuestType": 1, + "QuestTitle": { + "hash": 323232271 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001244, + "FinishWayID": 1001244, + "GotoID": 400 + }, + "1001245": { + "QuestID": 1001245, + "QuestType": 1, + "QuestTitle": { + "hash": -1242851670 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001245, + "FinishWayID": 1001245, + "GotoID": 400 + }, + "1001246": { + "QuestID": 1001246, + "QuestType": 1, + "QuestTitle": { + "hash": -839567143 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001246, + "FinishWayID": 1001246, + "GotoID": 203 + }, + "1001247": { + "QuestID": 1001247, + "QuestType": 1, + "QuestTitle": { + "hash": 1889316212 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001247, + "FinishWayID": 1001247, + "GotoID": 400 + }, + "1001248": { + "QuestID": 1001248, + "QuestType": 1, + "QuestTitle": { + "hash": 1936370379 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001248, + "FinishWayID": 1001248, + "GotoID": 2400 + }, + "1001249": { + "QuestID": 1001249, + "QuestType": 1, + "QuestTitle": { + "hash": 370286438 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001249, + "FinishWayID": 1001249, + "GotoID": 208 + }, + "1001250": { + "QuestID": 1001250, + "QuestType": 1, + "QuestTitle": { + "hash": -2002366556 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001250, + "FinishWayID": 1001250, + "GotoID": 211 + }, + "1001251": { + "QuestID": 1001251, + "QuestType": 1, + "QuestTitle": { + "hash": 726516799 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001251, + "FinishWayID": 1001251, + "GotoID": 400 + }, + "1001252": { + "QuestID": 1001252, + "QuestType": 1, + "QuestTitle": { + "hash": 1129801326 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001252, + "FinishWayID": 1001252, + "GotoID": 203 + }, + "1001253": { + "QuestID": 1001253, + "QuestType": 1, + "QuestTitle": { + "hash": -436282615 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001253, + "FinishWayID": 1001253, + "GotoID": 210 + }, + "1001254": { + "QuestID": 1001254, + "QuestType": 1, + "QuestTitle": { + "hash": 323232272 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001254, + "FinishWayID": 1001254, + "GotoID": 400 + }, + "1001255": { + "QuestID": 1001255, + "QuestType": 1, + "QuestTitle": { + "hash": -1242851669 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001255, + "FinishWayID": 1001255, + "GotoID": 400 + }, + "1001256": { + "QuestID": 1001256, + "QuestType": 1, + "QuestTitle": { + "hash": -839567142 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001256, + "FinishWayID": 1001256, + "GotoID": 2400 + }, + "1001257": { + "QuestID": 1001257, + "QuestType": 1, + "QuestTitle": { + "hash": 1889316213 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001257, + "FinishWayID": 1001257, + "GotoID": 2400 + }, + "1001258": { + "QuestID": 1001258, + "QuestType": 1, + "QuestTitle": { + "hash": 1936370380 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001258, + "FinishWayID": 1001258, + "GotoID": 210 + }, + "1001259": { + "QuestID": 1001259, + "QuestType": 1, + "QuestTitle": { + "hash": 370286439 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001259, + "FinishWayID": 1001259, + "GotoID": 203 + }, + "1001260": { + "QuestID": 1001260, + "QuestType": 1, + "QuestTitle": { + "hash": -2002366559 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001260, + "FinishWayID": 1001260, + "GotoID": 400 + }, + "1001261": { + "QuestID": 1001261, + "QuestType": 1, + "QuestTitle": { + "hash": 726516796 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001261, + "GotoID": 208 + }, + "1001262": { + "QuestID": 1001262, + "QuestType": 1, + "QuestTitle": { + "hash": 1129801323 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001262, + "GotoID": 700 + }, + "1001263": { + "QuestID": 1001263, + "QuestType": 1, + "QuestTitle": { + "hash": -436282618 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001263, + "GotoID": 211 + }, + "1001264": { + "QuestID": 1001264, + "QuestType": 1, + "QuestTitle": { + "hash": 323232269 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001264, + "GotoID": 700 + }, + "1001265": { + "QuestID": 1001265, + "QuestType": 1, + "QuestTitle": { + "hash": -1242851672 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001265, + "GotoID": 210 + }, + "1001266": { + "QuestID": 1001266, + "QuestType": 1, + "QuestTitle": { + "hash": -839567145 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001266, + "GotoID": 700 + }, + "1001267": { + "QuestID": 1001267, + "QuestType": 1, + "QuestTitle": { + "hash": 1889316210 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001267, + "GotoID": 203 + }, + "1001268": { + "QuestID": 1001268, + "QuestType": 1, + "QuestTitle": { + "hash": 1936370377 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001268, + "GotoID": 700 + }, + "1001269": { + "QuestID": 1001269, + "QuestType": 1, + "QuestTitle": { + "hash": 370286436 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001261, + "FinishWayID": 1001269, + "GotoID": 203 + }, + "1001270": { + "QuestID": 1001270, + "QuestType": 1, + "QuestTitle": { + "hash": -2002366558 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001270, + "GotoID": 700 + }, + "1001271": { + "QuestID": 1001271, + "QuestType": 1, + "QuestTitle": { + "hash": 726516797 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001271, + "GotoID": 1500 + }, + "1001272": { + "QuestID": 1001272, + "QuestType": 1, + "QuestTitle": { + "hash": 1129801324 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001272, + "GotoID": 700 + }, + "1001273": { + "QuestID": 1001273, + "QuestType": 1, + "QuestTitle": { + "hash": -436282617 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001273, + "GotoID": 700 + }, + "1001274": { + "QuestID": 1001274, + "QuestType": 1, + "QuestTitle": { + "hash": 323232270 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001274, + "GotoID": 700 + }, + "1001275": { + "QuestID": 1001275, + "QuestType": 1, + "QuestTitle": { + "hash": -1242851671 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001275, + "GotoID": 203 + }, + "1001276": { + "QuestID": 1001276, + "QuestType": 1, + "QuestTitle": { + "hash": -839567144 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001276, + "GotoID": 213 + }, + "1001277": { + "QuestID": 1001277, + "QuestType": 1, + "QuestTitle": { + "hash": 1889316211 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001277, + "GotoID": 211 + }, + "1001278": { + "QuestID": 1001278, + "QuestType": 1, + "QuestTitle": { + "hash": 1936370378 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001278, + "GotoID": 213 + }, + "1001279": { + "QuestID": 1001279, + "QuestType": 1, + "QuestTitle": { + "hash": 370286437 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001279, + "GotoID": 213 + }, + "1001280": { + "QuestID": 1001280, + "QuestType": 1, + "QuestTitle": { + "hash": -2002366561 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001280, + "GotoID": 214 + }, + "1001281": { + "QuestID": 1001281, + "QuestType": 1, + "QuestTitle": { + "hash": 726516794 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001281, + "GotoID": 204 + }, + "1001282": { + "QuestID": 1001282, + "QuestType": 1, + "QuestTitle": { + "hash": 1129801321 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001282, + "GotoID": 205 + }, + "1001283": { + "QuestID": 1001283, + "QuestType": 1, + "QuestTitle": { + "hash": -436282620 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001283, + "GotoID": 206 + }, + "1001284": { + "QuestID": 1001284, + "QuestType": 1, + "QuestTitle": { + "hash": 323232267 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001284, + "GotoID": 208 + }, + "1001285": { + "QuestID": 1001285, + "QuestType": 1, + "QuestTitle": { + "hash": -1242851674 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001285, + "GotoID": 210 + }, + "1001286": { + "QuestID": 1001286, + "QuestType": 1, + "QuestTitle": { + "hash": -839567147 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001286, + "GotoID": 213 + }, + "1001287": { + "QuestID": 1001287, + "QuestType": 1, + "QuestTitle": { + "hash": 1889316208 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001287, + "GotoID": 207 + }, + "1001288": { + "QuestID": 1001288, + "QuestType": 1, + "QuestTitle": { + "hash": 1936370375 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001288, + "GotoID": 208 + }, + "1001289": { + "QuestID": 1001289, + "QuestType": 1, + "QuestTitle": { + "hash": 370286434 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001289, + "GotoID": 209 + }, + "1001290": { + "QuestID": 1001290, + "QuestType": 1, + "QuestTitle": { + "hash": -2002366560 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 3000000, + "FinishWayID": 1001290, + "GotoID": 210 + }, + "1001311": { + "QuestID": 1001311, + "QuestType": 1, + "QuestTitle": { + "hash": -2022569528 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001311, + "FinishWayID": 1001311, + "GotoID": 400 + }, + "1001312": { + "QuestID": 1001312, + "QuestType": 1, + "QuestTitle": { + "hash": -456485587 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001312, + "FinishWayID": 1001312, + "GotoID": 400 + }, + "1001313": { + "QuestID": 1001313, + "QuestType": 1, + "QuestTitle": { + "hash": 1109598354 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001313, + "FinishWayID": 1001313, + "GotoID": 200 + }, + "1001314": { + "QuestID": 1001314, + "QuestType": 1, + "QuestTitle": { + "hash": -1263054641 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001314, + "FinishWayID": 1001314, + "GotoID": 701 + }, + "1001321": { + "QuestID": 1001321, + "QuestType": 1, + "QuestTitle": { + "hash": -2022569531 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001321, + "FinishWayID": 1001321, + "GotoID": 204 + }, + "1001322": { + "QuestID": 1001322, + "QuestType": 1, + "QuestTitle": { + "hash": -456485590 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001322, + "FinishWayID": 1001322, + "GotoID": 211 + }, + "1001323": { + "QuestID": 1001323, + "QuestType": 1, + "QuestTitle": { + "hash": 1109598351 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001323, + "FinishWayID": 1001323, + "GotoID": 702 + }, + "1001324": { + "QuestID": 1001324, + "QuestType": 1, + "QuestTitle": { + "hash": -1263054644 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001324, + "FinishWayID": 1001324, + "GotoID": 701 + }, + "1001331": { + "QuestID": 1001331, + "QuestType": 1, + "QuestTitle": { + "hash": -2022569530 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001331, + "FinishWayID": 1001331, + "GotoID": 200 + }, + "1001332": { + "QuestID": 1001332, + "QuestType": 1, + "QuestTitle": { + "hash": -456485589 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001332, + "FinishWayID": 1001332, + "GotoID": 212 + }, + "1001333": { + "QuestID": 1001333, + "QuestType": 1, + "QuestTitle": { + "hash": 1109598352 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001333, + "FinishWayID": 1001333, + "GotoID": 407 + }, + "1001334": { + "QuestID": 1001334, + "QuestType": 1, + "QuestTitle": { + "hash": -1263054643 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001334, + "FinishWayID": 1001334, + "GotoID": 400 + }, + "1001335": { + "QuestID": 1001335, + "QuestType": 1, + "QuestTitle": { + "hash": 303029298 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001335, + "FinishWayID": 1001335, + "GotoID": 400 + }, + "1001336": { + "QuestID": 1001336, + "QuestType": 1, + "QuestTitle": { + "hash": 1869113239 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001336, + "FinishWayID": 1001336, + "GotoID": 203 + }, + "1001341": { + "QuestID": 1001341, + "QuestType": 1, + "QuestTitle": { + "hash": -2022569533 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001341, + "FinishWayID": 1001341, + "GotoID": 405 + }, + "1001342": { + "QuestID": 1001342, + "QuestType": 1, + "QuestTitle": { + "hash": -456485592 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001342, + "FinishWayID": 1001342, + "GotoID": 203 + }, + "1001343": { + "QuestID": 1001343, + "QuestType": 1, + "QuestTitle": { + "hash": 1109598349 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001343, + "FinishWayID": 1001343, + "GotoID": 2400 + }, + "1001344": { + "QuestID": 1001344, + "QuestType": 1, + "QuestTitle": { + "hash": -1263054646 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001344, + "FinishWayID": 1001344, + "GotoID": 211 + }, + "1001345": { + "QuestID": 1001345, + "QuestType": 1, + "QuestTitle": { + "hash": 303029295 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001345, + "FinishWayID": 1001345, + "GotoID": 400 + }, + "1001346": { + "QuestID": 1001346, + "QuestType": 1, + "QuestTitle": { + "hash": 1869113236 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001346, + "FinishWayID": 1001346, + "GotoID": 701 + }, + "1001351": { + "QuestID": 1001351, + "QuestType": 1, + "QuestTitle": { + "hash": -2022569532 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001351, + "FinishWayID": 1001351, + "GotoID": 407 + }, + "1001352": { + "QuestID": 1001352, + "QuestType": 1, + "QuestTitle": { + "hash": -456485591 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001352, + "FinishWayID": 1001352, + "GotoID": 203 + }, + "1001353": { + "QuestID": 1001353, + "QuestType": 1, + "QuestTitle": { + "hash": 1109598350 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001353, + "FinishWayID": 1001353, + "GotoID": 400 + }, + "1001354": { + "QuestID": 1001354, + "QuestType": 1, + "QuestTitle": { + "hash": -1263054645 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001354, + "FinishWayID": 1001354, + "GotoID": 400 + }, + "1001355": { + "QuestID": 1001355, + "QuestType": 1, + "QuestTitle": { + "hash": 303029296 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001355, + "FinishWayID": 1001355, + "GotoID": 701 + }, + "1001361": { + "QuestID": 1001361, + "QuestType": 1, + "QuestTitle": { + "hash": -2022569535 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001361, + "FinishWayID": 1001361, + "GotoID": 2400 + }, + "1001362": { + "QuestID": 1001362, + "QuestType": 1, + "QuestTitle": { + "hash": -456485594 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001362, + "FinishWayID": 1001362, + "GotoID": 200 + }, + "1001363": { + "QuestID": 1001363, + "QuestType": 1, + "QuestTitle": { + "hash": 1109598347 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001363, + "FinishWayID": 1001363, + "GotoID": 405 + }, + "1001364": { + "QuestID": 1001364, + "QuestType": 1, + "QuestTitle": { + "hash": -1263054648 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001364, + "FinishWayID": 1001364, + "GotoID": 407 + }, + "1001365": { + "QuestID": 1001365, + "QuestType": 1, + "QuestTitle": { + "hash": 303029293 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001365, + "FinishWayID": 1001365, + "GotoID": 211 + }, + "1001366": { + "QuestID": 1001366, + "QuestType": 1, + "QuestTitle": { + "hash": 1869113234 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001366, + "FinishWayID": 1001366, + "GotoID": 203 + }, + "1001371": { + "QuestID": 1001371, + "QuestType": 1, + "QuestTitle": { + "hash": -2022569534 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001371, + "FinishWayID": 1001371, + "GotoID": 23113 + }, + "1001372": { + "QuestID": 1001372, + "QuestType": 1, + "QuestTitle": { + "hash": -456485593 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001372, + "FinishWayID": 1001372, + "GotoID": 407 + }, + "1001373": { + "QuestID": 1001373, + "QuestType": 1, + "QuestTitle": { + "hash": 1109598348 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001373, + "FinishWayID": 1001373, + "GotoID": 203 + }, + "1001374": { + "QuestID": 1001374, + "QuestType": 1, + "QuestTitle": { + "hash": -1263054647 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001374, + "FinishWayID": 1001374, + "GotoID": 400 + }, + "1001375": { + "QuestID": 1001375, + "QuestType": 1, + "QuestTitle": { + "hash": 303029294 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001375, + "FinishWayID": 1001375, + "GotoID": 400 + }, + "1001381": { + "QuestID": 1001381, + "QuestType": 1, + "QuestTitle": { + "hash": -2022569537 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001381, + "FinishWayID": 1001381, + "GotoID": 2400 + }, + "1001382": { + "QuestID": 1001382, + "QuestType": 1, + "QuestTitle": { + "hash": -456485596 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001382, + "FinishWayID": 1001382, + "GotoID": 203 + }, + "1001383": { + "QuestID": 1001383, + "QuestType": 1, + "QuestTitle": { + "hash": 1109598345 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001383, + "FinishWayID": 1001383, + "GotoID": 407 + }, + "1001384": { + "QuestID": 1001384, + "QuestType": 1, + "QuestTitle": { + "hash": -1263054650 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001384, + "FinishWayID": 1001384, + "GotoID": 405 + }, + "1001391": { + "QuestID": 1001391, + "QuestType": 1, + "QuestTitle": { + "hash": -2022569536 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001391, + "FinishWayID": 1001391, + "GotoID": 200 + }, + "1001392": { + "QuestID": 1001392, + "QuestType": 1, + "QuestTitle": { + "hash": -456485595 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001392, + "FinishWayID": 1001392, + "GotoID": 407 + }, + "1001393": { + "QuestID": 1001393, + "QuestType": 1, + "QuestTitle": { + "hash": 1109598346 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001393, + "FinishWayID": 1001393, + "GotoID": 203 + }, + "1001394": { + "QuestID": 1001394, + "QuestType": 1, + "QuestTitle": { + "hash": -1263054649 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001394, + "FinishWayID": 1001394, + "GotoID": 400 + }, + "1001395": { + "QuestID": 1001395, + "QuestType": 1, + "QuestTitle": { + "hash": 303029292 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001395, + "FinishWayID": 1001395, + "GotoID": 400 + }, + "1001501": { + "QuestID": 1001501, + "QuestType": 1, + "QuestTitle": { + "hash": 1990072765 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002121, + "FinishWayID": 1001501, + "GotoID": 0 + }, + "1001502": { + "QuestID": 1001502, + "QuestType": 1, + "QuestTitle": { + "hash": 1586788238 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002122, + "FinishWayID": 1001502, + "GotoID": 703 + }, + "1001503": { + "QuestID": 1001503, + "QuestType": 1, + "QuestTitle": { + "hash": -1142095117 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002123, + "FinishWayID": 1001503, + "GotoID": 204 + }, + "1001504": { + "QuestID": 1001504, + "QuestType": 1, + "QuestTitle": { + "hash": -1901610004 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002124, + "FinishWayID": 1001504, + "GotoID": 200 + }, + "1001511": { + "QuestID": 1001511, + "QuestType": 1, + "QuestTitle": { + "hash": 1990072766 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002101, + "FinishWayID": 1001511, + "GotoID": 206 + }, + "1001512": { + "QuestID": 1001512, + "QuestType": 1, + "QuestTitle": { + "hash": 1586788239 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002101, + "FinishWayID": 1001512, + "GotoID": 23108 + }, + "1001513": { + "QuestID": 1001513, + "QuestType": 1, + "QuestTitle": { + "hash": -1142095116 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002101, + "FinishWayID": 1001513, + "GotoID": 23008 + }, + "1001515": { + "QuestID": 1001515, + "QuestType": 1, + "QuestTitle": { + "hash": -335526062 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002102, + "FinishWayID": 1001515, + "GotoID": 200 + }, + "1001516": { + "QuestID": 1001516, + "QuestType": 1, + "QuestTitle": { + "hash": -738810589 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002102, + "FinishWayID": 1001516, + "GotoID": 214 + }, + "1001517": { + "QuestID": 1001517, + "QuestType": 1, + "QuestTitle": { + "hash": 827273352 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002102, + "FinishWayID": 1001517, + "GotoID": 200 + }, + "1001518": { + "QuestID": 1001518, + "QuestType": 1, + "QuestTitle": { + "hash": 67758465 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002102, + "FinishWayID": 1001518, + "GotoID": 211 + }, + "1001521": { + "QuestID": 1001521, + "QuestType": 1, + "QuestTitle": { + "hash": 1990072763 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002111, + "FinishWayID": 1001521, + "GotoID": 700 + }, + "1001522": { + "QuestID": 1001522, + "QuestType": 1, + "QuestTitle": { + "hash": 1586788236 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002111, + "FinishWayID": 1001522, + "GotoID": 700 + }, + "1001523": { + "QuestID": 1001523, + "QuestType": 1, + "QuestTitle": { + "hash": -1142095119 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002111, + "FinishWayID": 1001523, + "GotoID": 700 + }, + "1001526": { + "QuestID": 1001526, + "QuestType": 1, + "QuestTitle": { + "hash": -738810592 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002112, + "FinishWayID": 1001526, + "GotoID": 203 + }, + "1001527": { + "QuestID": 1001527, + "QuestType": 1, + "QuestTitle": { + "hash": 827273349 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002112, + "FinishWayID": 1001527, + "GotoID": 703 + }, + "1001601": { + "QuestID": 1001601, + "QuestType": 1, + "QuestTitle": { + "hash": 161866798 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001501, + "FinishWayID": 1001601, + "GotoID": 1500 + }, + "1001602": { + "QuestID": 1001602, + "QuestType": 1, + "QuestTitle": { + "hash": 565151325 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001502, + "FinishWayID": 1001602, + "GotoID": 1500 + }, + "1001603": { + "QuestID": 1001603, + "QuestType": 1, + "QuestTitle": { + "hash": -1000932616 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001503, + "FinishWayID": 1001603, + "GotoID": 1500 + }, + "1001604": { + "QuestID": 1001604, + "QuestType": 1, + "QuestTitle": { + "hash": -597648089 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001504, + "FinishWayID": 1001604, + "GotoID": 1500 + }, + "1001605": { + "QuestID": 1001605, + "QuestType": 1, + "QuestTitle": { + "hash": 2131235266 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001505, + "FinishWayID": 1001605, + "GotoID": 1500 + }, + "1001606": { + "QuestID": 1001606, + "QuestType": 1, + "QuestTitle": { + "hash": -1760447503 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001506, + "FinishWayID": 1001606, + "GotoID": 1500 + }, + "1001607": { + "QuestID": 1001607, + "QuestType": 1, + "QuestTitle": { + "hash": 968435852 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001507, + "FinishWayID": 1001607, + "GotoID": 1500 + }, + "1001608": { + "QuestID": 1001608, + "QuestType": 1, + "QuestTitle": { + "hash": 1371720379 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001508, + "FinishWayID": 1001608, + "GotoID": 1500 + }, + "1001609": { + "QuestID": 1001609, + "QuestType": 1, + "QuestTitle": { + "hash": -194363562 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001509, + "FinishWayID": 1001609, + "GotoID": 1500 + }, + "1001711": { + "QuestID": 1001711, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747764 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001711, + "FinishWayID": 1001711, + "GotoID": 404 + }, + "1001712": { + "QuestID": 1001712, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135591 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001712, + "FinishWayID": 1001712, + "GotoID": 406 + }, + "1001713": { + "QuestID": 1001713, + "QuestType": 1, + "QuestTitle": { + "hash": 544948350 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001713, + "FinishWayID": 1001713, + "GotoID": 200 + }, + "1001714": { + "QuestID": 1001714, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032291 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001714, + "FinishWayID": 1001714, + "GotoID": 701 + }, + "1001715": { + "QuestID": 1001715, + "QuestType": 1, + "QuestTitle": { + "hash": -617851064 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001715, + "FinishWayID": 1001715, + "GotoID": 701 + }, + "1001721": { + "QuestID": 1001721, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747761 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001721, + "FinishWayID": 1001721, + "GotoID": 23008 + }, + "1001722": { + "QuestID": 1001722, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135594 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001722, + "FinishWayID": 1001722, + "GotoID": 701 + }, + "1001723": { + "QuestID": 1001723, + "QuestType": 1, + "QuestTitle": { + "hash": 544948347 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001723, + "FinishWayID": 1001723, + "GotoID": 200 + }, + "1001724": { + "QuestID": 1001724, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032288 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001724, + "FinishWayID": 1001724, + "GotoID": 407 + }, + "1001725": { + "QuestID": 1001725, + "QuestType": 1, + "QuestTitle": { + "hash": -617851067 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001725, + "FinishWayID": 1001725, + "GotoID": 211 + }, + "1001731": { + "QuestID": 1001731, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747762 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001731, + "FinishWayID": 1001731, + "GotoID": 23002 + }, + "1001732": { + "QuestID": 1001732, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135593 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001732, + "FinishWayID": 1001732, + "GotoID": 404 + }, + "1001733": { + "QuestID": 1001733, + "QuestType": 1, + "QuestTitle": { + "hash": 544948348 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001733, + "FinishWayID": 1001733, + "GotoID": 406 + }, + "1001734": { + "QuestID": 1001734, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032289 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001734, + "FinishWayID": 1001734, + "GotoID": 218 + }, + "1001735": { + "QuestID": 1001735, + "QuestType": 1, + "QuestTitle": { + "hash": -617851066 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001735, + "FinishWayID": 1001735, + "GotoID": 2400 + }, + "1001741": { + "QuestID": 1001741, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747759 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001741, + "FinishWayID": 1001741, + "GotoID": 218 + }, + "1001742": { + "QuestID": 1001742, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135596 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001742, + "FinishWayID": 1001742, + "GotoID": 400 + }, + "1001743": { + "QuestID": 1001743, + "QuestType": 1, + "QuestTitle": { + "hash": 544948345 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001743, + "FinishWayID": 1001743, + "GotoID": 701 + }, + "1001744": { + "QuestID": 1001744, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032286 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001744, + "FinishWayID": 1001744, + "GotoID": 407 + }, + "1001745": { + "QuestID": 1001745, + "QuestType": 1, + "QuestTitle": { + "hash": -617851069 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001745, + "FinishWayID": 1001745, + "GotoID": 405 + }, + "1001751": { + "QuestID": 1001751, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747760 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001751, + "FinishWayID": 1001751, + "GotoID": 218 + }, + "1001752": { + "QuestID": 1001752, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135595 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001752, + "FinishWayID": 1001752, + "GotoID": 404 + }, + "1001753": { + "QuestID": 1001753, + "QuestType": 1, + "QuestTitle": { + "hash": 544948346 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001753, + "FinishWayID": 1001753, + "GotoID": 406 + }, + "1001754": { + "QuestID": 1001754, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032287 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001754, + "FinishWayID": 1001754, + "GotoID": 701 + }, + "1001755": { + "QuestID": 1001755, + "QuestType": 1, + "QuestTitle": { + "hash": -617851068 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001755, + "FinishWayID": 1001755, + "GotoID": 2400 + }, + "1001761": { + "QuestID": 1001761, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747757 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001761, + "FinishWayID": 1001761, + "GotoID": 200 + }, + "1001762": { + "QuestID": 1001762, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135598 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001762, + "FinishWayID": 1001762, + "GotoID": 405 + }, + "1001763": { + "QuestID": 1001763, + "QuestType": 1, + "QuestTitle": { + "hash": 544948343 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001763, + "FinishWayID": 1001763, + "GotoID": 407 + }, + "1001764": { + "QuestID": 1001764, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032284 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001764, + "FinishWayID": 1001764, + "GotoID": 211 + }, + "1001765": { + "QuestID": 1001765, + "QuestType": 1, + "QuestTitle": { + "hash": -617851071 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001765, + "FinishWayID": 1001765, + "GotoID": 218 + }, + "1001771": { + "QuestID": 1001771, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747758 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001771, + "FinishWayID": 1001771, + "GotoID": 24001 + }, + "1001772": { + "QuestID": 1001772, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135597 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001772, + "FinishWayID": 1001772, + "GotoID": 407 + }, + "1001773": { + "QuestID": 1001773, + "QuestType": 1, + "QuestTitle": { + "hash": 544948344 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001773, + "FinishWayID": 1001773, + "GotoID": 218 + }, + "1001774": { + "QuestID": 1001774, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032285 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001774, + "FinishWayID": 1001774, + "GotoID": 404 + }, + "1001775": { + "QuestID": 1001775, + "QuestType": 1, + "QuestTitle": { + "hash": -617851070 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001775, + "FinishWayID": 1001775, + "GotoID": 406 + }, + "1001781": { + "QuestID": 1001781, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747755 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001781, + "FinishWayID": 1001781, + "GotoID": 2400 + }, + "1001782": { + "QuestID": 1001782, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135600 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001782, + "FinishWayID": 1001782, + "GotoID": 218 + }, + "1001783": { + "QuestID": 1001783, + "QuestType": 1, + "QuestTitle": { + "hash": 544948341 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001783, + "FinishWayID": 1001783, + "GotoID": 407 + }, + "1001784": { + "QuestID": 1001784, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032282 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001784, + "FinishWayID": 1001784, + "GotoID": 405 + }, + "1001791": { + "QuestID": 1001791, + "QuestType": 1, + "QuestTitle": { + "hash": 1707747756 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001791, + "FinishWayID": 1001791, + "GotoID": 2400 + }, + "1001792": { + "QuestID": 1001792, + "QuestType": 1, + "QuestTitle": { + "hash": -1021135599 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001792, + "FinishWayID": 1001792, + "GotoID": 200 + }, + "1001793": { + "QuestID": 1001793, + "QuestType": 1, + "QuestTitle": { + "hash": 544948342 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001793, + "FinishWayID": 1001793, + "GotoID": 407 + }, + "1001794": { + "QuestID": 1001794, + "QuestType": 1, + "QuestTitle": { + "hash": 2111032283 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001794, + "FinishWayID": 1001794, + "GotoID": 218 + }, + "1001795": { + "QuestID": 1001795, + "QuestType": 1, + "QuestTitle": { + "hash": -617851072 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001795, + "FinishWayID": 1001795, + "GotoID": 404 + }, + "1001796": { + "QuestID": 1001796, + "QuestType": 1, + "QuestTitle": { + "hash": 948232869 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001796, + "FinishWayID": 1001796, + "GotoID": 406 + }, + "1001801": { + "QuestID": 1001801, + "QuestType": 1, + "QuestTitle": { + "hash": 2138141812 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001801, + "FinishWayID": 1001801, + "GotoID": 0 + }, + "1001802": { + "QuestID": 1001802, + "QuestType": 1, + "QuestTitle": { + "hash": 572057871 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001802, + "FinishWayID": 1001802, + "GotoID": 703 + }, + "1001803": { + "QuestID": 1001803, + "QuestType": 1, + "QuestTitle": { + "hash": -994026070 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001803, + "FinishWayID": 1001803, + "GotoID": 23008 + }, + "1001804": { + "QuestID": 1001804, + "QuestType": 1, + "QuestTitle": { + "hash": 1734857285 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001804, + "FinishWayID": 1001804, + "GotoID": 23008 + }, + "1001901": { + "QuestID": 1001901, + "QuestType": 1, + "QuestTitle": { + "hash": -610944519 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001901, + "FinishWayID": 1001901, + "GotoID": 211 + }, + "1001902": { + "QuestID": 1001902, + "QuestType": 1, + "QuestTitle": { + "hash": -1014229046 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001902, + "FinishWayID": 1001902, + "GotoID": 23002 + }, + "1001903": { + "QuestID": 1001903, + "QuestType": 1, + "QuestTitle": { + "hash": 551854895 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001903, + "FinishWayID": 1001903, + "GotoID": 23108 + }, + "1001904": { + "QuestID": 1001904, + "QuestType": 1, + "QuestTitle": { + "hash": 148570368 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001904, + "FinishWayID": 1001904, + "GotoID": 23008 + }, + "1001905": { + "QuestID": 1001905, + "QuestType": 1, + "QuestTitle": { + "hash": 1714654309 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001905, + "FinishWayID": 1001905, + "GotoID": 23008 + }, + "1001906": { + "QuestID": 1001906, + "QuestType": 1, + "QuestTitle": { + "hash": 1311369782 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001906, + "FinishWayID": 1001906, + "GotoID": 24001 + }, + "1001907": { + "QuestID": 1001907, + "QuestType": 1, + "QuestTitle": { + "hash": -1417513573 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001907, + "FinishWayID": 1001907, + "GotoID": 400 + }, + "1001921": { + "QuestID": 1001921, + "QuestType": 1, + "QuestTitle": { + "hash": -610944521 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001921, + "FinishWayID": 1001921, + "GotoID": 217 + }, + "1001922": { + "QuestID": 1001922, + "QuestType": 1, + "QuestTitle": { + "hash": -1014229048 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001922, + "FinishWayID": 1001922, + "GotoID": 700 + }, + "1001923": { + "QuestID": 1001923, + "QuestType": 1, + "QuestTitle": { + "hash": 551854893 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001923, + "FinishWayID": 1001923, + "GotoID": 800 + }, + "1001924": { + "QuestID": 1001924, + "QuestType": 1, + "QuestTitle": { + "hash": 148570366 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001924, + "FinishWayID": 1001924, + "GotoID": 218 + }, + "1001925": { + "QuestID": 1001925, + "QuestType": 1, + "QuestTitle": { + "hash": 1714654307 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21001925, + "FinishWayID": 1001925, + "GotoID": 703 + }, + "1002001": { + "QuestID": 1002001, + "QuestType": 1, + "QuestTitle": { + "hash": 1008841835 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002001, + "FinishWayID": 1002001, + "GotoID": 1500 + }, + "1002002": { + "QuestID": 1002002, + "QuestType": 1, + "QuestTitle": { + "hash": -557242106 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002002, + "FinishWayID": 1002002, + "GotoID": 1500 + }, + "1002003": { + "QuestID": 1002003, + "QuestType": 1, + "QuestTitle": { + "hash": -2123326047 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002003, + "FinishWayID": 1002003, + "GotoID": 1500 + }, + "1002004": { + "QuestID": 1002004, + "QuestType": 1, + "QuestTitle": { + "hash": 605557308 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002004, + "FinishWayID": 1002004, + "GotoID": 1500 + }, + "1002005": { + "QuestID": 1002005, + "QuestType": 1, + "QuestTitle": { + "hash": -960526633 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002005, + "FinishWayID": 1002005, + "GotoID": 1500 + }, + "1002006": { + "QuestID": 1002006, + "QuestType": 1, + "QuestTitle": { + "hash": 1768356722 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002006, + "FinishWayID": 1002006, + "GotoID": 1500 + }, + "1002007": { + "QuestID": 1002007, + "QuestType": 1, + "QuestTitle": { + "hash": 202272781 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002007, + "FinishWayID": 1002007, + "GotoID": 1500 + }, + "1002008": { + "QuestID": 1002008, + "QuestType": 1, + "QuestTitle": { + "hash": -2076271880 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002008, + "FinishWayID": 1002008, + "GotoID": 1500 + }, + "1002009": { + "QuestID": 1002009, + "QuestType": 1, + "QuestTitle": { + "hash": 652611475 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 21002009, + "FinishWayID": 1002009, + "GotoID": 1500 + }, + "4100001": { + "QuestID": 4100001, + "QuestType": 1, + "QuestTitle": { + "hash": 1082751517 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4100001, + "GotoID": 0 + }, + "4200001": { + "QuestID": 4200001, + "QuestType": 1, + "QuestTitle": { + "hash": 1082752540 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4200001, + "GotoID": 0 + }, + "4300001": { + "QuestID": 4300001, + "QuestType": 1, + "QuestTitle": { + "hash": 1082749339 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4300001, + "GotoID": 0 + }, + "4400001": { + "QuestID": 4400001, + "QuestType": 1, + "QuestTitle": { + "hash": 1082750362 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4400001, + "GotoID": 0 + }, + "4000001": { + "QuestID": 4000001, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4000001, + "GotoID": 0 + }, + "4010101": { + "QuestID": 4010101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4010101, + "GotoID": 0 + }, + "4010102": { + "QuestID": 4010102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4010102, + "GotoID": 0 + }, + "4010103": { + "QuestID": 4010103, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4010103, + "GotoID": 0 + }, + "4010104": { + "QuestID": 4010104, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4010104, + "GotoID": 0 + }, + "4010105": { + "QuestID": 4010105, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4010105, + "GotoID": 0 + }, + "4010201": { + "QuestID": 4010201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4010201, + "GotoID": 0 + }, + "4010202": { + "QuestID": 4010202, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4010202, + "GotoID": 0 + }, + "4010203": { + "QuestID": 4010203, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4010203, + "GotoID": 0 + }, + "4010301": { + "QuestID": 4010301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4010301, + "GotoID": 0 + }, + "4010302": { + "QuestID": 4010302, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4010302, + "GotoID": 0 + }, + "4010303": { + "QuestID": 4010303, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4010303, + "GotoID": 0 + }, + "4010401": { + "QuestID": 4010401, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4010401, + "GotoID": 0 + }, + "4010501": { + "QuestID": 4010501, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4010501, + "GotoID": 0 + }, + "4010502": { + "QuestID": 4010502, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4010502, + "GotoID": 0 + }, + "4010503": { + "QuestID": 4010503, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4010503, + "GotoID": 0 + }, + "4020101": { + "QuestID": 4020101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4020101, + "GotoID": 0 + }, + "4020102": { + "QuestID": 4020102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4020102, + "GotoID": 0 + }, + "4020103": { + "QuestID": 4020103, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4020103, + "GotoID": 0 + }, + "4020201": { + "QuestID": 4020201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4020201, + "GotoID": 0 + }, + "4020202": { + "QuestID": 4020202, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4020202, + "GotoID": 0 + }, + "4020203": { + "QuestID": 4020203, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4020203, + "GotoID": 0 + }, + "4020301": { + "QuestID": 4020301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4020301, + "GotoID": 0 + }, + "4020302": { + "QuestID": 4020302, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4020302, + "GotoID": 0 + }, + "4020303": { + "QuestID": 4020303, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4020303, + "GotoID": 0 + }, + "4020401": { + "QuestID": 4020401, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4020401, + "GotoID": 0 + }, + "4020402": { + "QuestID": 4020402, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4020402, + "GotoID": 0 + }, + "4020403": { + "QuestID": 4020403, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4020403, + "GotoID": 0 + }, + "4020501": { + "QuestID": 4020501, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4020501, + "GotoID": 0 + }, + "4020502": { + "QuestID": 4020502, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4020502, + "GotoID": 0 + }, + "4020601": { + "QuestID": 4020601, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4020601, + "GotoID": 0 + }, + "4020602": { + "QuestID": 4020602, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4020602, + "GotoID": 0 + }, + "4020603": { + "QuestID": 4020603, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4020603, + "GotoID": 0 + }, + "4020701": { + "QuestID": 4020701, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4020701, + "GotoID": 0 + }, + "4020702": { + "QuestID": 4020702, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4020702, + "GotoID": 0 + }, + "4020801": { + "QuestID": 4020801, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4020801, + "GotoID": 0 + }, + "4020802": { + "QuestID": 4020802, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4020802, + "GotoID": 0 + }, + "4030101": { + "QuestID": 4030101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4030101, + "GotoID": 0 + }, + "4030102": { + "QuestID": 4030102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4030102, + "GotoID": 0 + }, + "4030103": { + "QuestID": 4030103, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4030103, + "GotoID": 0 + }, + "4030104": { + "QuestID": 4030104, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4030104, + "GotoID": 0 + }, + "4030105": { + "QuestID": 4030105, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4030105, + "GotoID": 0 + }, + "4030106": { + "QuestID": 4030106, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4030106, + "GotoID": 0 + }, + "4030107": { + "QuestID": 4030107, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4030107, + "GotoID": 0 + }, + "4030108": { + "QuestID": 4030108, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4030108, + "GotoID": 0 + }, + "4030109": { + "QuestID": 4030109, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4030109, + "GotoID": 0 + }, + "4030110": { + "QuestID": 4030110, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4030110, + "GotoID": 0 + }, + "4040101": { + "QuestID": 4040101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4040101, + "GotoID": 0 + }, + "4040102": { + "QuestID": 4040102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4040102, + "GotoID": 0 + }, + "4040103": { + "QuestID": 4040103, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4040103, + "GotoID": 0 + }, + "4040201": { + "QuestID": 4040201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4040201, + "GotoID": 0 + }, + "4040202": { + "QuestID": 4040202, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4040202, + "GotoID": 0 + }, + "4040203": { + "QuestID": 4040203, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4040203, + "GotoID": 0 + }, + "4040301": { + "QuestID": 4040301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4040301, + "GotoID": 0 + }, + "4040302": { + "QuestID": 4040302, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4040302, + "GotoID": 0 + }, + "4040401": { + "QuestID": 4040401, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4040401, + "GotoID": 0 + }, + "4040402": { + "QuestID": 4040402, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4040402, + "GotoID": 0 + }, + "4040501": { + "QuestID": 4040501, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4040501, + "GotoID": 0 + }, + "4040502": { + "QuestID": 4040502, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4040502, + "GotoID": 0 + }, + "4040601": { + "QuestID": 4040601, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4040601, + "GotoID": 0 + }, + "4040602": { + "QuestID": 4040602, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4040602, + "GotoID": 0 + }, + "4040701": { + "QuestID": 4040701, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4040701, + "GotoID": 0 + }, + "4040702": { + "QuestID": 4040702, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4040702, + "GotoID": 0 + }, + "4040703": { + "QuestID": 4040703, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4040703, + "GotoID": 0 + }, + "4050101": { + "QuestID": 4050101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4050101, + "GotoID": 0 + }, + "4050102": { + "QuestID": 4050102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4050102, + "GotoID": 0 + }, + "4050103": { + "QuestID": 4050103, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4050103, + "GotoID": 0 + }, + "4050201": { + "QuestID": 4050201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4050201, + "GotoID": 0 + }, + "4050202": { + "QuestID": 4050202, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4050202, + "GotoID": 0 + }, + "4050203": { + "QuestID": 4050203, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4050203, + "GotoID": 0 + }, + "4050301": { + "QuestID": 4050301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4050301, + "GotoID": 0 + }, + "4050302": { + "QuestID": 4050302, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4050302, + "GotoID": 0 + }, + "4050303": { + "QuestID": 4050303, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4050303, + "GotoID": 0 + }, + "4050304": { + "QuestID": 4050304, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4050304, + "GotoID": 0 + }, + "4050305": { + "QuestID": 4050305, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4050305, + "GotoID": 0 + }, + "4050306": { + "QuestID": 4050306, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4050306, + "GotoID": 0 + }, + "4050307": { + "QuestID": 4050307, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4050307, + "GotoID": 0 + }, + "4050308": { + "QuestID": 4050308, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4050308, + "GotoID": 0 + }, + "4050309": { + "QuestID": 4050309, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4050309, + "GotoID": 0 + }, + "4050310": { + "QuestID": 4050310, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4050310, + "GotoID": 0 + }, + "4060101": { + "QuestID": 4060101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4060101, + "GotoID": 0 + }, + "4060102": { + "QuestID": 4060102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4060102, + "GotoID": 0 + }, + "4060103": { + "QuestID": 4060103, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4060103, + "GotoID": 0 + }, + "4060201": { + "QuestID": 4060201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4060201, + "GotoID": 0 + }, + "4060202": { + "QuestID": 4060202, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4060202, + "GotoID": 0 + }, + "4060203": { + "QuestID": 4060203, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4060203, + "GotoID": 0 + }, + "4060301": { + "QuestID": 4060301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4060301, + "GotoID": 0 + }, + "4060302": { + "QuestID": 4060302, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4060302, + "GotoID": 0 + }, + "4060303": { + "QuestID": 4060303, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4060303, + "GotoID": 0 + }, + "4060401": { + "QuestID": 4060401, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4060401, + "GotoID": 0 + }, + "4060402": { + "QuestID": 4060402, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4060402, + "GotoID": 0 + }, + "4080101": { + "QuestID": 4080101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4080101, + "GotoID": 0 + }, + "4080102": { + "QuestID": 4080102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4080102, + "GotoID": 0 + }, + "4080201": { + "QuestID": 4080201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4080201, + "GotoID": 0 + }, + "4080202": { + "QuestID": 4080202, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4080202, + "GotoID": 0 + }, + "4080203": { + "QuestID": 4080203, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4080203, + "GotoID": 0 + }, + "4080301": { + "QuestID": 4080301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4080301, + "GotoID": 0 + }, + "4090101": { + "QuestID": 4090101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4090101, + "GotoID": 0 + }, + "4090102": { + "QuestID": 4090102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4090102, + "GotoID": 0 + }, + "4090103": { + "QuestID": 4090103, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4090103, + "GotoID": 0 + }, + "4090201": { + "QuestID": 4090201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4090201, + "GotoID": 0 + }, + "4090202": { + "QuestID": 4090202, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4090202, + "GotoID": 0 + }, + "4090203": { + "QuestID": 4090203, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4090203, + "GotoID": 0 + }, + "4090301": { + "QuestID": 4090301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4090301, + "GotoID": 0 + }, + "4090302": { + "QuestID": 4090302, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4090302, + "GotoID": 0 + }, + "4090303": { + "QuestID": 4090303, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4090303, + "GotoID": 0 + }, + "4090401": { + "QuestID": 4090401, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4090401, + "GotoID": 0 + }, + "4090402": { + "QuestID": 4090402, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4090402, + "GotoID": 0 + }, + "4090403": { + "QuestID": 4090403, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4090403, + "GotoID": 0 + }, + "4090501": { + "QuestID": 4090501, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4090501, + "GotoID": 0 + }, + "4090502": { + "QuestID": 4090502, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4090502, + "GotoID": 0 + }, + "4090503": { + "QuestID": 4090503, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4090503, + "GotoID": 0 + }, + "4090601": { + "QuestID": 4090601, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4090601, + "GotoID": 0 + }, + "4090602": { + "QuestID": 4090602, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4090602, + "GotoID": 0 + }, + "4090603": { + "QuestID": 4090603, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4090603, + "GotoID": 0 + }, + "4090701": { + "QuestID": 4090701, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4090701, + "GotoID": 0 + }, + "4090702": { + "QuestID": 4090702, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4090702, + "GotoID": 0 + }, + "4090703": { + "QuestID": 4090703, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4090703, + "GotoID": 0 + }, + "4090704": { + "QuestID": 4090704, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4090704, + "GotoID": 0 + }, + "4090705": { + "QuestID": 4090705, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4090705, + "GotoID": 0 + }, + "4090706": { + "QuestID": 4090706, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4090706, + "GotoID": 0 + }, + "4090707": { + "QuestID": 4090707, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4090707, + "GotoID": 0 + }, + "4090801": { + "QuestID": 4090801, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4090801, + "GotoID": 0 + }, + "4090802": { + "QuestID": 4090802, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4090802, + "GotoID": 0 + }, + "4090901": { + "QuestID": 4090901, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4090901, + "GotoID": 0 + }, + "4090902": { + "QuestID": 4090902, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4090902, + "GotoID": 0 + }, + "4090903": { + "QuestID": 4090903, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113002, + "FinishWayID": 4090903, + "GotoID": 0 + }, + "4091001": { + "QuestID": 4091001, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4091001, + "GotoID": 0 + }, + "4091002": { + "QuestID": 4091002, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4091002, + "GotoID": 0 + }, + "4091003": { + "QuestID": 4091003, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4091003, + "GotoID": 0 + }, + "4091101": { + "QuestID": 4091101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4091101, + "GotoID": 0 + }, + "4091102": { + "QuestID": 4091102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4091102, + "GotoID": 0 + }, + "4091201": { + "QuestID": 4091201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4091201, + "GotoID": 0 + }, + "4091202": { + "QuestID": 4091202, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 4091202, + "GotoID": 0 + }, + "4091301": { + "QuestID": 4091301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113000, + "FinishWayID": 4091301, + "GotoID": 0 + }, + "4091302": { + "QuestID": 4091302, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 113001, + "FinishWayID": 4091302, + "GotoID": 0 + }, + "4070101": { + "QuestID": 4070101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4070101, + "GotoID": 0 + }, + "4070201": { + "QuestID": 4070201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070201, + "GotoID": 0 + }, + "4070301": { + "QuestID": 4070301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4070301, + "GotoID": 0 + }, + "4070302": { + "QuestID": 4070302, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070302, + "GotoID": 0 + }, + "4070401": { + "QuestID": 4070401, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4070401, + "GotoID": 0 + }, + "4070402": { + "QuestID": 4070402, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070402, + "GotoID": 0 + }, + "4070501": { + "QuestID": 4070501, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4070501, + "GotoID": 0 + }, + "4070502": { + "QuestID": 4070502, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070502, + "GotoID": 0 + }, + "4070601": { + "QuestID": 4070601, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070601, + "GotoID": 0 + }, + "4070602": { + "QuestID": 4070602, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070602, + "GotoID": 0 + }, + "4070603": { + "QuestID": 4070603, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070603, + "GotoID": 0 + }, + "4070604": { + "QuestID": 4070604, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070604, + "GotoID": 0 + }, + "4070701": { + "QuestID": 4070701, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070701, + "GotoID": 0 + }, + "4070702": { + "QuestID": 4070702, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070702, + "GotoID": 0 + }, + "4070703": { + "QuestID": 4070703, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070703, + "GotoID": 0 + }, + "4070605": { + "QuestID": 4070605, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070605, + "GotoID": 0 + }, + "4070801": { + "QuestID": 4070801, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113002, + "FinishWayID": 4070801, + "GotoID": 0 + }, + "4070802": { + "QuestID": 4070802, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4070802, + "GotoID": 0 + }, + "4070901": { + "QuestID": 4070901, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4070901, + "GotoID": 0 + }, + "4070902": { + "QuestID": 4070902, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4070902, + "GotoID": 0 + }, + "4071001": { + "QuestID": 4071001, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4071001, + "GotoID": 0 + }, + "4071101": { + "QuestID": 4071101, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071101, + "GotoID": 0 + }, + "4071102": { + "QuestID": 4071102, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4071102, + "GotoID": 0 + }, + "4071002": { + "QuestID": 4071002, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113002, + "FinishWayID": 4071002, + "GotoID": 0 + }, + "4071003": { + "QuestID": 4071003, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071003, + "GotoID": 0 + }, + "4071004": { + "QuestID": 4071004, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4071004, + "GotoID": 0 + }, + "4071005": { + "QuestID": 4071005, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071005, + "GotoID": 0 + }, + "4071201": { + "QuestID": 4071201, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071201, + "GotoID": 0 + }, + "4071202": { + "QuestID": 4071202, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113002, + "FinishWayID": 4071202, + "GotoID": 0 + }, + "4071301": { + "QuestID": 4071301, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4071301, + "GotoID": 0 + }, + "4071401": { + "QuestID": 4071401, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071401, + "GotoID": 0 + }, + "4071402": { + "QuestID": 4071402, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4071402, + "GotoID": 0 + }, + "4071501": { + "QuestID": 4071501, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071501, + "GotoID": 0 + }, + "4071502": { + "QuestID": 4071502, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4071502, + "GotoID": 0 + }, + "4071601": { + "QuestID": 4071601, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071601, + "GotoID": 0 + }, + "4071602": { + "QuestID": 4071602, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4071602, + "GotoID": 0 + }, + "4071701": { + "QuestID": 4071701, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4071701, + "GotoID": 0 + }, + "4071702": { + "QuestID": 4071702, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113002, + "FinishWayID": 4071702, + "GotoID": 0 + }, + "4071703": { + "QuestID": 4071703, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071703, + "GotoID": 0 + }, + "4071704": { + "QuestID": 4071704, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071704, + "GotoID": 0 + }, + "4071705": { + "QuestID": 4071705, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113000, + "FinishWayID": 4071705, + "GotoID": 0 + }, + "4071706": { + "QuestID": 4071706, + "QuestType": 1, + "QuestTitle": { + "hash": 371857150 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "FinishQuest", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 4000001, + "RewardID": 113001, + "FinishWayID": 4071706, + "GotoID": 0 + }, + "5000001": { + "QuestID": 5000001, + "QuestType": 1, + "QuestTitle": { + "hash": 285310873 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111005, + "FinishWayID": 5000001, + "GotoID": 0 + }, + "5000002": { + "QuestID": 5000002, + "QuestType": 1, + "QuestTitle": { + "hash": -1280773068 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111005, + "FinishWayID": 5000002, + "GotoID": 0 + }, + "5000003": { + "QuestID": 5000003, + "QuestType": 1, + "QuestTitle": { + "hash": 1448110287 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111010, + "FinishWayID": 5000003, + "GotoID": 0 + }, + "5001001": { + "QuestID": 5001001, + "QuestType": 1, + "QuestTitle": { + "hash": 285310776 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5001001, + "GotoID": 0 + }, + "5001002": { + "QuestID": 5001002, + "QuestType": 1, + "QuestTitle": { + "hash": -1280773165 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5001002, + "GotoID": 0 + }, + "5001003": { + "QuestID": 5001003, + "QuestType": 1, + "QuestTitle": { + "hash": 1448110190 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5001003, + "GotoID": 0 + }, + "5001004": { + "QuestID": 5001004, + "QuestType": 1, + "QuestTitle": { + "hash": -474204111 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111004, + "FinishWayID": 5001004, + "GotoID": 0 + }, + "5001005": { + "QuestID": 5001005, + "QuestType": 1, + "QuestTitle": { + "hash": -2040288052 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111004, + "FinishWayID": 5001005, + "GotoID": 0 + }, + "5001006": { + "QuestID": 5001006, + "QuestType": 1, + "QuestTitle": { + "hash": 688595303 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 5001006, + "GotoID": 0 + }, + "5001007": { + "QuestID": 5001007, + "QuestType": 1, + "QuestTitle": { + "hash": -877488638 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111004, + "FinishWayID": 5001007, + "GotoID": 0 + }, + "5001008": { + "QuestID": 5001008, + "QuestType": 1, + "QuestTitle": { + "hash": 1495164357 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111004, + "FinishWayID": 5001008, + "GotoID": 0 + }, + "5001009": { + "QuestID": 5001009, + "QuestType": 1, + "QuestTitle": { + "hash": -70919584 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5001009, + "GotoID": 0 + }, + "5001010": { + "QuestID": 5001010, + "QuestType": 1, + "QuestTitle": { + "hash": 1851394718 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5001010, + "GotoID": 0 + }, + "5002001": { + "QuestID": 5002001, + "QuestType": 1, + "QuestTitle": { + "hash": 285310807 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111004, + "FinishWayID": 5002001, + "GotoID": 0 + }, + "5002002": { + "QuestID": 5002002, + "QuestType": 1, + "QuestTitle": { + "hash": -1280773134 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111004, + "FinishWayID": 5002002, + "GotoID": 0 + }, + "5002003": { + "QuestID": 5002003, + "QuestType": 1, + "QuestTitle": { + "hash": 1448110221 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111004, + "FinishWayID": 5002003, + "GotoID": 0 + }, + "5003001": { + "QuestID": 5003001, + "QuestType": 1, + "QuestTitle": { + "hash": 285310710 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003001, + "GotoID": 0 + }, + "5003002": { + "QuestID": 5003002, + "QuestType": 1, + "QuestTitle": { + "hash": -1280773231 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003002, + "GotoID": 0 + }, + "5003003": { + "QuestID": 5003003, + "QuestType": 1, + "QuestTitle": { + "hash": 1448110124 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003003, + "GotoID": 0 + }, + "5003004": { + "QuestID": 5003004, + "QuestType": 1, + "QuestTitle": { + "hash": -474204177 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003004, + "GotoID": 0 + }, + "5003101": { + "QuestID": 5003101, + "QuestType": 1, + "QuestTitle": { + "hash": 1831191675 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003101, + "GotoID": 0 + }, + "5003102": { + "QuestID": 5003102, + "QuestType": 1, + "QuestTitle": { + "hash": 1427907148 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003102, + "GotoID": 0 + }, + "5003103": { + "QuestID": 5003103, + "QuestType": 1, + "QuestTitle": { + "hash": -1300976207 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003103, + "GotoID": 0 + }, + "5003104": { + "QuestID": 5003104, + "QuestType": 1, + "QuestTitle": { + "hash": -2060491094 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003104, + "GotoID": 0 + }, + "5003105": { + "QuestID": 5003105, + "QuestType": 1, + "QuestTitle": { + "hash": -494407153 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003105, + "GotoID": 0 + }, + "5003106": { + "QuestID": 5003106, + "QuestType": 1, + "QuestTitle": { + "hash": -897691680 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003106, + "GotoID": 0 + }, + "5003201": { + "QuestID": 5003201, + "QuestType": 1, + "QuestTitle": { + "hash": 2985708 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003201, + "GotoID": 0 + }, + "5003202": { + "QuestID": 5003202, + "QuestType": 1, + "QuestTitle": { + "hash": 406270235 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003202, + "GotoID": 0 + }, + "5003203": { + "QuestID": 5003203, + "QuestType": 1, + "QuestTitle": { + "hash": -1159813706 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003203, + "GotoID": 0 + }, + "5003204": { + "QuestID": 5003204, + "QuestType": 1, + "QuestTitle": { + "hash": -756529179 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003204, + "GotoID": 0 + }, + "5003205": { + "QuestID": 5003205, + "QuestType": 1, + "QuestTitle": { + "hash": 1972354176 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111003, + "FinishWayID": 5003205, + "GotoID": 0 + }, + "5010001": { + "QuestID": 5010001, + "QuestType": 1, + "QuestTitle": { + "hash": -1685349250 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5010001, + "GotoID": 0 + }, + "5010002": { + "QuestID": 5010002, + "QuestType": 1, + "QuestTitle": { + "hash": -2088633777 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111110, + "FinishWayID": 5010002, + "GotoID": 0 + }, + "5010003": { + "QuestID": 5010003, + "QuestType": 1, + "QuestTitle": { + "hash": -522549836 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5010003, + "GotoID": 0 + }, + "5010004": { + "QuestID": 5010004, + "QuestType": 1, + "QuestTitle": { + "hash": -1282064723 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5010004, + "GotoID": 0 + }, + "5010005": { + "QuestID": 5010005, + "QuestType": 1, + "QuestTitle": { + "hash": 284019218 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111110, + "FinishWayID": 5010005, + "GotoID": 0 + }, + "5010006": { + "QuestID": 5010006, + "QuestType": 1, + "QuestTitle": { + "hash": -119265309 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5010006, + "GotoID": 0 + }, + "5010007": { + "QuestID": 5010007, + "QuestType": 1, + "QuestTitle": { + "hash": 1446818632 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5010007, + "GotoID": 0 + }, + "5010008": { + "QuestID": 5010008, + "QuestType": 1, + "QuestTitle": { + "hash": 687303745 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111110, + "FinishWayID": 5010008, + "GotoID": 0 + }, + "5011001": { + "QuestID": 5011001, + "QuestType": 1, + "QuestTitle": { + "hash": -1685349347 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 5011001, + "GotoID": 0 + }, + "5011002": { + "QuestID": 5011002, + "QuestType": 1, + "QuestTitle": { + "hash": -2088633874 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111104, + "FinishWayID": 5011002, + "GotoID": 0 + }, + "5011003": { + "QuestID": 5011003, + "QuestType": 1, + "QuestTitle": { + "hash": -522549933 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5011003, + "GotoID": 0 + }, + "5011004": { + "QuestID": 5011004, + "QuestType": 1, + "QuestTitle": { + "hash": -1282064820 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111104, + "FinishWayID": 5011004, + "GotoID": 0 + }, + "5011005": { + "QuestID": 5011005, + "QuestType": 1, + "QuestTitle": { + "hash": 284019121 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5011005, + "GotoID": 0 + }, + "5011006": { + "QuestID": 5011006, + "QuestType": 1, + "QuestTitle": { + "hash": -119265406 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5011006, + "GotoID": 0 + }, + "5011007": { + "QuestID": 5011007, + "QuestType": 1, + "QuestTitle": { + "hash": 1446818535 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5011007, + "GotoID": 0 + }, + "5011008": { + "QuestID": 5011008, + "QuestType": 1, + "QuestTitle": { + "hash": 687303648 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111104, + "FinishWayID": 5011008, + "GotoID": 0 + }, + "5011009": { + "QuestID": 5011009, + "QuestType": 1, + "QuestTitle": { + "hash": -2041579707 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111104, + "FinishWayID": 5011009, + "GotoID": 0 + }, + "5011010": { + "QuestID": 5011010, + "QuestType": 1, + "QuestTitle": { + "hash": 1043534009 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111104, + "FinishWayID": 5011010, + "GotoID": 0 + }, + "5011011": { + "QuestID": 5011011, + "QuestType": 1, + "QuestTitle": { + "hash": -1685349346 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111104, + "FinishWayID": 5011011, + "GotoID": 0 + }, + "5012007": { + "QuestID": 5012007, + "QuestType": 1, + "QuestTitle": { + "hash": 1446818566 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5012007, + "GotoID": 0 + }, + "5012025": { + "QuestID": 5012025, + "QuestType": 1, + "QuestTitle": { + "hash": 284019154 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5012025, + "GotoID": 0 + }, + "5012026": { + "QuestID": 5012026, + "QuestType": 1, + "QuestTitle": { + "hash": -119265373 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5012026, + "GotoID": 0 + }, + "5012027": { + "QuestID": 5012027, + "QuestType": 1, + "QuestTitle": { + "hash": 1446818568 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5012027, + "GotoID": 0 + }, + "5012028": { + "QuestID": 5012028, + "QuestType": 1, + "QuestTitle": { + "hash": 687303681 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5012028, + "GotoID": 0 + }, + "5012029": { + "QuestID": 5012029, + "QuestType": 1, + "QuestTitle": { + "hash": -2041579674 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5012029, + "GotoID": 0 + }, + "5012030": { + "QuestID": 5012030, + "QuestType": 1, + "QuestTitle": { + "hash": 1043534040 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 5012030, + "GotoID": 0 + }, + "5012031": { + "QuestID": 5012031, + "QuestType": 1, + "QuestTitle": { + "hash": -1685349315 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5012031, + "GotoID": 0 + }, + "5012032": { + "QuestID": 5012032, + "QuestType": 1, + "QuestTitle": { + "hash": -2088633842 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5012032, + "GotoID": 0 + }, + "5012033": { + "QuestID": 5012033, + "QuestType": 1, + "QuestTitle": { + "hash": -522549901 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111105, + "FinishWayID": 5012033, + "GotoID": 0 + }, + "5013001": { + "QuestID": 5013001, + "QuestType": 1, + "QuestTitle": { + "hash": -1685349413 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013001, + "GotoID": 0 + }, + "5013002": { + "QuestID": 5013002, + "QuestType": 1, + "QuestTitle": { + "hash": -2088633940 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013002, + "GotoID": 0 + }, + "5013003": { + "QuestID": 5013003, + "QuestType": 1, + "QuestTitle": { + "hash": -522549999 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013003, + "GotoID": 0 + }, + "5013004": { + "QuestID": 5013004, + "QuestType": 1, + "QuestTitle": { + "hash": -1282064886 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013004, + "GotoID": 0 + }, + "5013005": { + "QuestID": 5013005, + "QuestType": 1, + "QuestTitle": { + "hash": 284019055 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013005, + "GotoID": 0 + }, + "5013006": { + "QuestID": 5013006, + "QuestType": 1, + "QuestTitle": { + "hash": -119265472 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013006, + "GotoID": 0 + }, + "5013007": { + "QuestID": 5013007, + "QuestType": 1, + "QuestTitle": { + "hash": 1446818469 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013007, + "GotoID": 0 + }, + "5013008": { + "QuestID": 5013008, + "QuestType": 1, + "QuestTitle": { + "hash": 687303582 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013008, + "GotoID": 0 + }, + "5013009": { + "QuestID": 5013009, + "QuestType": 1, + "QuestTitle": { + "hash": -2041579773 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013009, + "GotoID": 0 + }, + "5013010": { + "QuestID": 5013010, + "QuestType": 1, + "QuestTitle": { + "hash": 1043533943 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013010, + "GotoID": 0 + }, + "5013011": { + "QuestID": 5013011, + "QuestType": 1, + "QuestTitle": { + "hash": -1685349412 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013011, + "GotoID": 0 + }, + "5013012": { + "QuestID": 5013012, + "QuestType": 1, + "QuestTitle": { + "hash": -2088633939 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013012, + "GotoID": 0 + }, + "5013013": { + "QuestID": 5013013, + "QuestType": 1, + "QuestTitle": { + "hash": -522549998 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013013, + "GotoID": 0 + }, + "5013014": { + "QuestID": 5013014, + "QuestType": 1, + "QuestTitle": { + "hash": -1282064885 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 5013014, + "GotoID": 0 + }, + "5013015": { + "QuestID": 5013015, + "QuestType": 1, + "QuestTitle": { + "hash": 284019056 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013015, + "GotoID": 0 + }, + "5013016": { + "QuestID": 5013016, + "QuestType": 1, + "QuestTitle": { + "hash": -119265471 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013016, + "GotoID": 0 + }, + "5013017": { + "QuestID": 5013017, + "QuestType": 1, + "QuestTitle": { + "hash": 1446818470 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013017, + "GotoID": 0 + }, + "5013018": { + "QuestID": 5013018, + "QuestType": 1, + "QuestTitle": { + "hash": 687303583 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013018, + "GotoID": 0 + }, + "5013019": { + "QuestID": 5013019, + "QuestType": 1, + "QuestTitle": { + "hash": -2041579772 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013019, + "GotoID": 0 + }, + "5013020": { + "QuestID": 5013020, + "QuestType": 1, + "QuestTitle": { + "hash": 1043533944 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013020, + "GotoID": 0 + }, + "5013021": { + "QuestID": 5013021, + "QuestType": 1, + "QuestTitle": { + "hash": -1685349411 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013021, + "GotoID": 0 + }, + "5013022": { + "QuestID": 5013022, + "QuestType": 1, + "QuestTitle": { + "hash": -2088633938 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013022, + "GotoID": 0 + }, + "5013023": { + "QuestID": 5013023, + "QuestType": 1, + "QuestTitle": { + "hash": -522549997 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013023, + "GotoID": 0 + }, + "5013024": { + "QuestID": 5013024, + "QuestType": 1, + "QuestTitle": { + "hash": -1282064884 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013024, + "GotoID": 0 + }, + "5013025": { + "QuestID": 5013025, + "QuestType": 1, + "QuestTitle": { + "hash": 284019057 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013025, + "GotoID": 0 + }, + "5013026": { + "QuestID": 5013026, + "QuestType": 1, + "QuestTitle": { + "hash": -119265470 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013026, + "GotoID": 0 + }, + "5013027": { + "QuestID": 5013027, + "QuestType": 1, + "QuestTitle": { + "hash": 1446818471 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013027, + "GotoID": 0 + }, + "5013028": { + "QuestID": 5013028, + "QuestType": 1, + "QuestTitle": { + "hash": 687303584 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013028, + "GotoID": 0 + }, + "5013029": { + "QuestID": 5013029, + "QuestType": 1, + "QuestTitle": { + "hash": -2041579771 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013029, + "GotoID": 0 + }, + "5013030": { + "QuestID": 5013030, + "QuestType": 1, + "QuestTitle": { + "hash": 1043533945 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 5013030, + "GotoID": 0 + }, + "5013031": { + "QuestID": 5013031, + "QuestType": 1, + "QuestTitle": { + "hash": -1685349410 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013031, + "GotoID": 0 + }, + "5013032": { + "QuestID": 5013032, + "QuestType": 1, + "QuestTitle": { + "hash": -2088633937 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013032, + "GotoID": 0 + }, + "5013033": { + "QuestID": 5013033, + "QuestType": 1, + "QuestTitle": { + "hash": -522549996 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013033, + "GotoID": 0 + }, + "5013034": { + "QuestID": 5013034, + "QuestType": 1, + "QuestTitle": { + "hash": -1282064883 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013034, + "GotoID": 0 + }, + "5013035": { + "QuestID": 5013035, + "QuestType": 1, + "QuestTitle": { + "hash": 284019058 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 100, + "FinishWayID": 5013035, + "GotoID": 0 + }, + "5013036": { + "QuestID": 5013036, + "QuestType": 1, + "QuestTitle": { + "hash": -119265469 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013036, + "GotoID": 0 + }, + "5013037": { + "QuestID": 5013037, + "QuestType": 1, + "QuestTitle": { + "hash": 1446818472 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013037, + "GotoID": 0 + }, + "5013038": { + "QuestID": 5013038, + "QuestType": 1, + "QuestTitle": { + "hash": 687303585 + }, + "QuestDisplay": { + "hash": 371857150 + }, + "ImagePath": "", + "UnlockProgress": 1, + "UnlockType": "AutoUnlock", + "UnlockParamType": "NoPara", + "UnlockParamInt1": 0, + "RewardID": 111103, + "FinishWayID": 5013038, + "GotoID": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RaidConfigExcelTable.json b/CrepePackage/src/data/excel/RaidConfigExcelTable.json new file mode 100644 index 0000000..d80638e --- /dev/null +++ b/CrepePackage/src/data/excel/RaidConfigExcelTable.json @@ -0,0 +1,3360 @@ +{ + "1:0": { + "RaidID": 1, + "WorldLevel": 0, + "Type": "Mission", + "MappingInfoID": 0, + "MonsterList": [ + 1022010, + 800303002 + ], + "MonsterHideList": [ + 1005010 + ], + "DisplayEventID": 20133003, + "RaidName": { + "hash": -1817588213 + }, + "RaidDesc": { + "hash": -646326423 + }, + "MapEntranceID": 2013301, + "GroupID": 0, + "ConfigIDList": [ + 0 + ], + "NpcMonsterIDList": [ + 0 + ], + "PlaneEventIDList": [ + 0 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "LimitIDList": [ + 1, + 2 + ], + "RecoverType": [ + "Unknown" + ], + "FinishType": "None", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "20133:0": { + "RaidID": 20133, + "WorldLevel": 0, + "Type": "Mission", + "MappingInfoID": 0, + "MonsterList": [ + 1022010, + 800303002 + ], + "MonsterHideList": [ + 1005010 + ], + "DisplayEventID": 20133003, + "RaidName": { + "hash": -1040739835 + }, + "RaidDesc": { + "hash": -626150941 + }, + "MapEntranceID": 2013301, + "GroupID": 0, + "ConfigIDList": [ + 0 + ], + "NpcMonsterIDList": [ + 0 + ], + "PlaneEventIDList": [ + 0 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "LimitIDList": [ + 1, + 2 + ], + "RecoverType": [ + "Unknown" + ], + "FinishType": "None", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "40101:0": { + "RaidID": 40101, + "WorldLevel": 0, + "Type": "Mission", + "MappingInfoID": 0, + "MonsterList": [ + 1023010, + 8003020, + 8002010 + ], + "MonsterHideList": [], + "DisplayEventID": 40101009, + "RaidName": { + "hash": -88943374 + }, + "RaidDesc": { + "hash": -190142000 + }, + "MapEntranceID": 4010101, + "GroupID": 0, + "ConfigIDList": [ + 0 + ], + "NpcMonsterIDList": [ + 0 + ], + "PlaneEventIDList": [ + 0 + ], + "BuffDesc": { + "hash": 371857150 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "RaidMissionFinish", + "FinishParamList": [], + "FinishAutoQuit": true, + "DropList": [], + "StaminaCost": 0, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 2011303, + "IsEntryByProp": false + }, + "3001:0": { + "RaidID": 3001, + "WorldLevel": 0, + "Type": "Relic", + "MappingInfoID": 3001, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -1775079418 + }, + "RaidDesc": { + "hash": 1958341520 + }, + "MapEntranceID": 3002001, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1395810036 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000339, + 2003015, + 2003103 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "3001:1": { + "RaidID": 3001, + "WorldLevel": 1, + "Type": "Relic", + "MappingInfoID": 3001, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -1775079418 + }, + "RaidDesc": { + "hash": 1958341520 + }, + "MapEntranceID": 3002001, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1395810036 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000389, + 2003111 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "3001:2": { + "RaidID": 3001, + "WorldLevel": 2, + "Type": "Relic", + "MappingInfoID": 3001, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -1775079418 + }, + "RaidDesc": { + "hash": 1958341520 + }, + "MapEntranceID": 3002001, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1395810036 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000404, + 2003116 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "3001:3": { + "RaidID": 3001, + "WorldLevel": 3, + "Type": "Relic", + "MappingInfoID": 3001, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -1775079418 + }, + "RaidDesc": { + "hash": 1958341520 + }, + "MapEntranceID": 3002001, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1395810036 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000409, + 1001020, + 2003204 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "3001:4": { + "RaidID": 3001, + "WorldLevel": 4, + "Type": "Relic", + "MappingInfoID": 3001, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -1775079418 + }, + "RaidDesc": { + "hash": 1958341520 + }, + "MapEntranceID": 3002001, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1395810036 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000409, + 1001020, + 2003204 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1201:0": { + "RaidID": 1201, + "WorldLevel": 0, + "Type": "Relic", + "MappingInfoID": 1201, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404486 + }, + "RaidDesc": { + "hash": -2054300840 + }, + "MapEntranceID": 3020101, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8013010 + ], + "PlaneEventIDList": [ + 104205 + ], + "BuffDesc": { + "hash": 1678135104 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000329, + 930002, + 930002, + 930001 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1201:1": { + "RaidID": 1201, + "WorldLevel": 1, + "Type": "Relic", + "MappingInfoID": 1201, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404486 + }, + "RaidDesc": { + "hash": -2054300840 + }, + "MapEntranceID": 3020101, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8013010 + ], + "PlaneEventIDList": [ + 104205 + ], + "BuffDesc": { + "hash": 1678135104 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000349, + 930002, + 930002, + 930061, + 930001 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1201:2": { + "RaidID": 1201, + "WorldLevel": 2, + "Type": "Relic", + "MappingInfoID": 1201, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404486 + }, + "RaidDesc": { + "hash": -2054300840 + }, + "MapEntranceID": 3020101, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8013010 + ], + "PlaneEventIDList": [ + 104205 + ], + "BuffDesc": { + "hash": 1678135104 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000369, + 930002, + 930002, + 930003, + 930062 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1201:3": { + "RaidID": 1201, + "WorldLevel": 3, + "Type": "Relic", + "MappingInfoID": 1201, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404486 + }, + "RaidDesc": { + "hash": -2054300840 + }, + "MapEntranceID": 3020101, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8013010 + ], + "PlaneEventIDList": [ + 104205 + ], + "BuffDesc": { + "hash": 1678135104 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000389, + 930002, + 930002, + 930003, + 930003, + 930062 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1201:4": { + "RaidID": 1201, + "WorldLevel": 4, + "Type": "Relic", + "MappingInfoID": 1201, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404486 + }, + "RaidDesc": { + "hash": -2054300840 + }, + "MapEntranceID": 3020101, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8013010 + ], + "PlaneEventIDList": [ + 104205 + ], + "BuffDesc": { + "hash": 1678135104 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000401, + 930003, + 930003, + 930003, + 930062, + 930063 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1201:5": { + "RaidID": 1201, + "WorldLevel": 5, + "Type": "Relic", + "MappingInfoID": 1201, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404486 + }, + "RaidDesc": { + "hash": -2054300840 + }, + "MapEntranceID": 3020101, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8013010 + ], + "PlaneEventIDList": [ + 104205 + ], + "BuffDesc": { + "hash": 1678135104 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000403, + 930003, + 930003, + 930003, + 930062, + 930064 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1201:6": { + "RaidID": 1201, + "WorldLevel": 6, + "Type": "Relic", + "MappingInfoID": 1201, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404486 + }, + "RaidDesc": { + "hash": -2054300840 + }, + "MapEntranceID": 3020101, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8013010 + ], + "PlaneEventIDList": [ + 104205 + ], + "BuffDesc": { + "hash": 1678135104 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000405, + 930003, + 930003, + 930003, + 930062, + 930004 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1202:0": { + "RaidID": 1202, + "WorldLevel": 0, + "Type": "Relic", + "MappingInfoID": 1202, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404485 + }, + "RaidDesc": { + "hash": -2054300839 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1678135103 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000329, + 930012, + 930012, + 930011 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1202:1": { + "RaidID": 1202, + "WorldLevel": 1, + "Type": "Relic", + "MappingInfoID": 1202, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404485 + }, + "RaidDesc": { + "hash": -2054300839 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1678135103 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000349, + 930012, + 930012, + 930071, + 930011 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1202:2": { + "RaidID": 1202, + "WorldLevel": 2, + "Type": "Relic", + "MappingInfoID": 1202, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404485 + }, + "RaidDesc": { + "hash": -2054300839 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1678135103 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000369, + 930012, + 930012, + 930013, + 930072 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1202:3": { + "RaidID": 1202, + "WorldLevel": 3, + "Type": "Relic", + "MappingInfoID": 1202, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404485 + }, + "RaidDesc": { + "hash": -2054300839 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1678135103 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000389, + 930012, + 930012, + 930013, + 930013, + 930072 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1202:4": { + "RaidID": 1202, + "WorldLevel": 4, + "Type": "Relic", + "MappingInfoID": 1202, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404485 + }, + "RaidDesc": { + "hash": -2054300839 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1678135103 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000401, + 930013, + 930013, + 930013, + 930072, + 930073 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1202:5": { + "RaidID": 1202, + "WorldLevel": 5, + "Type": "Relic", + "MappingInfoID": 1202, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404485 + }, + "RaidDesc": { + "hash": -2054300839 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1678135103 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000403, + 930013, + 930013, + 930013, + 930072, + 930074 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1202:6": { + "RaidID": 1202, + "WorldLevel": 6, + "Type": "Relic", + "MappingInfoID": 1202, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404485 + }, + "RaidDesc": { + "hash": -2054300839 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 104201 + ], + "BuffDesc": { + "hash": 1678135103 + }, + "ParamList": [], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000405, + 930013, + 930013, + 930013, + 930072, + 930014 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1203:0": { + "RaidID": 1203, + "WorldLevel": 0, + "Type": "Relic", + "MappingInfoID": 1203, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404484 + }, + "RaidDesc": { + "hash": -2054300838 + }, + "MapEntranceID": 3020301, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003020 + ], + "PlaneEventIDList": [ + 104203 + ], + "BuffDesc": { + "hash": 1678135102 + }, + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000329, + 930022, + 930022, + 930021 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1203:1": { + "RaidID": 1203, + "WorldLevel": 1, + "Type": "Relic", + "MappingInfoID": 1203, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404484 + }, + "RaidDesc": { + "hash": -2054300838 + }, + "MapEntranceID": 3020301, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003020 + ], + "PlaneEventIDList": [ + 104203 + ], + "BuffDesc": { + "hash": 1678135102 + }, + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000349, + 930022, + 930022, + 930081, + 930021 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1203:2": { + "RaidID": 1203, + "WorldLevel": 2, + "Type": "Relic", + "MappingInfoID": 1203, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404484 + }, + "RaidDesc": { + "hash": -2054300838 + }, + "MapEntranceID": 3020301, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003020 + ], + "PlaneEventIDList": [ + 104203 + ], + "BuffDesc": { + "hash": 1678135102 + }, + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000369, + 930022, + 930022, + 930023, + 930082 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1203:3": { + "RaidID": 1203, + "WorldLevel": 3, + "Type": "Relic", + "MappingInfoID": 1203, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404484 + }, + "RaidDesc": { + "hash": -2054300838 + }, + "MapEntranceID": 3020301, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003020 + ], + "PlaneEventIDList": [ + 104203 + ], + "BuffDesc": { + "hash": 1678135102 + }, + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000389, + 930022, + 930022, + 930023, + 930023, + 930082 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1203:4": { + "RaidID": 1203, + "WorldLevel": 4, + "Type": "Relic", + "MappingInfoID": 1203, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404484 + }, + "RaidDesc": { + "hash": -2054300838 + }, + "MapEntranceID": 3020301, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003020 + ], + "PlaneEventIDList": [ + 104203 + ], + "BuffDesc": { + "hash": 1678135102 + }, + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000401, + 930023, + 930023, + 930023, + 930082, + 930083 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1203:5": { + "RaidID": 1203, + "WorldLevel": 5, + "Type": "Relic", + "MappingInfoID": 1203, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404484 + }, + "RaidDesc": { + "hash": -2054300838 + }, + "MapEntranceID": 3020301, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003020 + ], + "PlaneEventIDList": [ + 104203 + ], + "BuffDesc": { + "hash": 1678135102 + }, + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000403, + 930023, + 930023, + 930023, + 930082, + 930084 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1203:6": { + "RaidID": 1203, + "WorldLevel": 6, + "Type": "Relic", + "MappingInfoID": 1203, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404484 + }, + "RaidDesc": { + "hash": -2054300838 + }, + "MapEntranceID": 3020301, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003020 + ], + "PlaneEventIDList": [ + 104203 + ], + "BuffDesc": { + "hash": 1678135102 + }, + "ParamList": [ + { + "RawValue": 858993460 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000405, + 930023, + 930023, + 930023, + 930082, + 930024 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1204:0": { + "RaidID": 1204, + "WorldLevel": 0, + "Type": "Relic", + "MappingInfoID": 1204, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404483 + }, + "RaidDesc": { + "hash": -2054300845 + }, + "MapEntranceID": 3020401, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1003010 + ], + "PlaneEventIDList": [ + 104206 + ], + "BuffDesc": { + "hash": 1678135101 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000329, + 930032, + 930032, + 930031 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1204:1": { + "RaidID": 1204, + "WorldLevel": 1, + "Type": "Relic", + "MappingInfoID": 1204, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404483 + }, + "RaidDesc": { + "hash": -2054300845 + }, + "MapEntranceID": 3020401, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1003010 + ], + "PlaneEventIDList": [ + 104206 + ], + "BuffDesc": { + "hash": 1678135101 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000349, + 930032, + 930032, + 930091, + 930031 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1204:2": { + "RaidID": 1204, + "WorldLevel": 2, + "Type": "Relic", + "MappingInfoID": 1204, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404483 + }, + "RaidDesc": { + "hash": -2054300845 + }, + "MapEntranceID": 3020401, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1003010 + ], + "PlaneEventIDList": [ + 104206 + ], + "BuffDesc": { + "hash": 1678135101 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000369, + 930032, + 930032, + 930033, + 930092 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1204:3": { + "RaidID": 1204, + "WorldLevel": 3, + "Type": "Relic", + "MappingInfoID": 1204, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404483 + }, + "RaidDesc": { + "hash": -2054300845 + }, + "MapEntranceID": 3020401, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1003010 + ], + "PlaneEventIDList": [ + 104206 + ], + "BuffDesc": { + "hash": 1678135101 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000389, + 930032, + 930032, + 930033, + 930033, + 930092 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1204:4": { + "RaidID": 1204, + "WorldLevel": 4, + "Type": "Relic", + "MappingInfoID": 1204, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404483 + }, + "RaidDesc": { + "hash": -2054300845 + }, + "MapEntranceID": 3020401, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1003010 + ], + "PlaneEventIDList": [ + 104206 + ], + "BuffDesc": { + "hash": 1678135101 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000401, + 930033, + 930033, + 930033, + 930092, + 930093 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1204:5": { + "RaidID": 1204, + "WorldLevel": 5, + "Type": "Relic", + "MappingInfoID": 1204, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404483 + }, + "RaidDesc": { + "hash": -2054300845 + }, + "MapEntranceID": 3020401, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1003010 + ], + "PlaneEventIDList": [ + 104206 + ], + "BuffDesc": { + "hash": 1678135101 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000403, + 930033, + 930033, + 930033, + 930092, + 930094 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1204:6": { + "RaidID": 1204, + "WorldLevel": 6, + "Type": "Relic", + "MappingInfoID": 1204, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404483 + }, + "RaidDesc": { + "hash": -2054300845 + }, + "MapEntranceID": 3020401, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1003010 + ], + "PlaneEventIDList": [ + 104206 + ], + "BuffDesc": { + "hash": 1678135101 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000405, + 930033, + 930033, + 930033, + 930092, + 930034 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1205:0": { + "RaidID": 1205, + "WorldLevel": 0, + "Type": "Relic", + "MappingInfoID": 1205, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404482 + }, + "RaidDesc": { + "hash": -2054300844 + }, + "MapEntranceID": 3020501, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1023020 + ], + "PlaneEventIDList": [ + 104202 + ], + "BuffDesc": { + "hash": 1678135100 + }, + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 34359738368 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000329, + 930042, + 930042, + 930041 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1205:1": { + "RaidID": 1205, + "WorldLevel": 1, + "Type": "Relic", + "MappingInfoID": 1205, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404482 + }, + "RaidDesc": { + "hash": -2054300844 + }, + "MapEntranceID": 3020501, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1023020 + ], + "PlaneEventIDList": [ + 104202 + ], + "BuffDesc": { + "hash": 1678135100 + }, + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 34359738368 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000349, + 930042, + 930042, + 930101, + 930041 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1205:2": { + "RaidID": 1205, + "WorldLevel": 2, + "Type": "Relic", + "MappingInfoID": 1205, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404482 + }, + "RaidDesc": { + "hash": -2054300844 + }, + "MapEntranceID": 3020501, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1023020 + ], + "PlaneEventIDList": [ + 104202 + ], + "BuffDesc": { + "hash": 1678135100 + }, + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 34359738368 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000369, + 930042, + 930042, + 930043, + 930102 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1205:3": { + "RaidID": 1205, + "WorldLevel": 3, + "Type": "Relic", + "MappingInfoID": 1205, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404482 + }, + "RaidDesc": { + "hash": -2054300844 + }, + "MapEntranceID": 3020501, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1023020 + ], + "PlaneEventIDList": [ + 104202 + ], + "BuffDesc": { + "hash": 1678135100 + }, + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 34359738368 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000389, + 930042, + 930042, + 930043, + 930043, + 930102 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1205:4": { + "RaidID": 1205, + "WorldLevel": 4, + "Type": "Relic", + "MappingInfoID": 1205, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404482 + }, + "RaidDesc": { + "hash": -2054300844 + }, + "MapEntranceID": 3020501, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1023020 + ], + "PlaneEventIDList": [ + 104202 + ], + "BuffDesc": { + "hash": 1678135100 + }, + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 34359738368 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000401, + 930043, + 930043, + 930043, + 930102, + 930103 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1205:5": { + "RaidID": 1205, + "WorldLevel": 5, + "Type": "Relic", + "MappingInfoID": 1205, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404482 + }, + "RaidDesc": { + "hash": -2054300844 + }, + "MapEntranceID": 3020501, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1023020 + ], + "PlaneEventIDList": [ + 104202 + ], + "BuffDesc": { + "hash": 1678135100 + }, + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 34359738368 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000403, + 930043, + 930043, + 930043, + 930102, + 930104 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1205:6": { + "RaidID": 1205, + "WorldLevel": 6, + "Type": "Relic", + "MappingInfoID": 1205, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404482 + }, + "RaidDesc": { + "hash": -2054300844 + }, + "MapEntranceID": 3020501, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1023020 + ], + "PlaneEventIDList": [ + 104202 + ], + "BuffDesc": { + "hash": 1678135100 + }, + "ParamList": [ + { + "RawValue": 257698038 + }, + { + "RawValue": 34359738368 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000405, + 930043, + 930043, + 930043, + 930102, + 930044 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1206:0": { + "RaidID": 1206, + "WorldLevel": 0, + "Type": "Relic", + "MappingInfoID": 1206, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404481 + }, + "RaidDesc": { + "hash": -2054300843 + }, + "MapEntranceID": 3020601, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003030 + ], + "PlaneEventIDList": [ + 104204 + ], + "BuffDesc": { + "hash": 1678135099 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 429496730 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000329, + 930052, + 930052, + 930051 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1206:1": { + "RaidID": 1206, + "WorldLevel": 1, + "Type": "Relic", + "MappingInfoID": 1206, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404481 + }, + "RaidDesc": { + "hash": -2054300843 + }, + "MapEntranceID": 3020601, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003030 + ], + "PlaneEventIDList": [ + 104204 + ], + "BuffDesc": { + "hash": 1678135099 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 429496730 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000349, + 930052, + 930052, + 930111, + 930051 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1206:2": { + "RaidID": 1206, + "WorldLevel": 2, + "Type": "Relic", + "MappingInfoID": 1206, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404481 + }, + "RaidDesc": { + "hash": -2054300843 + }, + "MapEntranceID": 3020601, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003030 + ], + "PlaneEventIDList": [ + 104204 + ], + "BuffDesc": { + "hash": 1678135099 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 429496730 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000369, + 930052, + 930052, + 930053, + 930112 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1206:3": { + "RaidID": 1206, + "WorldLevel": 3, + "Type": "Relic", + "MappingInfoID": 1206, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404481 + }, + "RaidDesc": { + "hash": -2054300843 + }, + "MapEntranceID": 3020601, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003030 + ], + "PlaneEventIDList": [ + 104204 + ], + "BuffDesc": { + "hash": 1678135099 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 429496730 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000389, + 930052, + 930052, + 930053, + 930053, + 930112 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1206:4": { + "RaidID": 1206, + "WorldLevel": 4, + "Type": "Relic", + "MappingInfoID": 1206, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404481 + }, + "RaidDesc": { + "hash": -2054300843 + }, + "MapEntranceID": 3020601, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003030 + ], + "PlaneEventIDList": [ + 104204 + ], + "BuffDesc": { + "hash": 1678135099 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 429496730 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000401, + 930053, + 930053, + 930053, + 930112, + 930113 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1206:5": { + "RaidID": 1206, + "WorldLevel": 5, + "Type": "Relic", + "MappingInfoID": 1206, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404481 + }, + "RaidDesc": { + "hash": -2054300843 + }, + "MapEntranceID": 3020601, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003030 + ], + "PlaneEventIDList": [ + 104204 + ], + "BuffDesc": { + "hash": 1678135099 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 429496730 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000403, + 930053, + 930053, + 930053, + 930112, + 930114 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "1206:6": { + "RaidID": 1206, + "WorldLevel": 6, + "Type": "Relic", + "MappingInfoID": 1206, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": -2057404481 + }, + "RaidDesc": { + "hash": -2054300843 + }, + "MapEntranceID": 3020601, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003030 + ], + "PlaneEventIDList": [ + 104204 + ], + "BuffDesc": { + "hash": 1678135099 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 429496730 + } + ], + "LimitIDList": [], + "RecoverType": [ + "Unknown" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [ + 1000899, + 1000405, + 930053, + 930053, + 930053, + 930112, + 930054 + ], + "StaminaCost": 20, + "FailedType": "Unknown", + "FailedResult": "Unknown", + "LogoutType": "None", + "TeamType": "Player", + "TrialAvatarList": [], + "MainMissionID": 0, + "IsEntryByProp": true + }, + "5001:0": { + "RaidID": 5001, + "WorldLevel": 0, + "Type": "Challenge", + "MappingInfoID": 0, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": 1672912872 + }, + "RaidDesc": { + "hash": 371857150 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1023010 + ], + "PlaneEventIDList": [ + 301001 + ], + "BuffDesc": { + "hash": -2052182254 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 2147483650 + } + ], + "LimitIDList": [], + "RecoverType": [ + "RecoverHp", + "RecoverMp", + "RecoverHalfSp" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Trial", + "TrialAvatarList": [ + 3018001, + 3011001, + 3011002, + 3011013, + 3011104, + 3011106, + 3018002 + ], + "MainMissionID": 0, + "IsEntryByProp": false + }, + "5002:0": { + "RaidID": 5002, + "WorldLevel": 0, + "Type": "Challenge", + "MappingInfoID": 0, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": 1672912869 + }, + "RaidDesc": { + "hash": 371857150 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1003010 + ], + "PlaneEventIDList": [ + 301002 + ], + "BuffDesc": { + "hash": -2052182251 + }, + "ParamList": [ + { + "RawValue": 3435973840 + } + ], + "LimitIDList": [], + "RecoverType": [ + "RecoverHp", + "RecoverMp", + "RecoverHalfSp" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Trial", + "TrialAvatarList": [ + 3011003, + 3011013, + 3011107, + 3011005, + 3011001, + 3011102 + ], + "MainMissionID": 0, + "IsEntryByProp": false + }, + "5003:0": { + "RaidID": 5003, + "WorldLevel": 0, + "Type": "Challenge", + "MappingInfoID": 0, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": 1672912870 + }, + "RaidDesc": { + "hash": 371857150 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1013010 + ], + "PlaneEventIDList": [ + 301003 + ], + "BuffDesc": { + "hash": -2052182252 + }, + "ParamList": [ + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "RecoverHp", + "RecoverMp", + "RecoverHalfSp" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Trial", + "TrialAvatarList": [ + 3011008, + 3011106, + 3011203, + 3011204, + 3011206, + 3011103 + ], + "MainMissionID": 0, + "IsEntryByProp": false + }, + "5004:0": { + "RaidID": 5004, + "WorldLevel": 0, + "Type": "Challenge", + "MappingInfoID": 0, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": 1672912875 + }, + "RaidDesc": { + "hash": 371857150 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1014010 + ], + "PlaneEventIDList": [ + 301004 + ], + "BuffDesc": { + "hash": -2052182257 + }, + "ParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 2147483650 + } + ], + "LimitIDList": [], + "RecoverType": [ + "RecoverHp", + "RecoverMp", + "RecoverHalfSp" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Trial", + "TrialAvatarList": [ + 3011005, + 3011108, + 3011103, + 3011109, + 3011105, + 3011006 + ], + "MainMissionID": 0, + "IsEntryByProp": false + }, + "5005:0": { + "RaidID": 5005, + "WorldLevel": 0, + "Type": "Challenge", + "MappingInfoID": 0, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": 1672912876 + }, + "RaidDesc": { + "hash": 371857150 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8013010 + ], + "PlaneEventIDList": [ + 301005 + ], + "BuffDesc": { + "hash": -2052182258 + }, + "ParamList": [ + { + "RawValue": 1288490190 + }, + { + "RawValue": 2147483650 + } + ], + "LimitIDList": [], + "RecoverType": [ + "RecoverHp", + "RecoverMp", + "RecoverHalfSp" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Trial", + "TrialAvatarList": [ + 3011001, + 3011107, + 3011108, + 3011205, + 3011004, + 3011206, + 3011002 + ], + "MainMissionID": 0, + "IsEntryByProp": false + }, + "5006:0": { + "RaidID": 5006, + "WorldLevel": 0, + "Type": "Challenge", + "MappingInfoID": 0, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": 1672912873 + }, + "RaidDesc": { + "hash": 371857150 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 1004010 + ], + "PlaneEventIDList": [ + 301006 + ], + "BuffDesc": { + "hash": -2052182255 + }, + "ParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 42949672960 + } + ], + "LimitIDList": [], + "RecoverType": [ + "RecoverHp", + "RecoverMp", + "RecoverHalfSp" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Trial", + "TrialAvatarList": [ + 3011109, + 3011101, + 3011102, + 3011009, + 3011004, + 3011006, + 3011003 + ], + "MainMissionID": 0, + "IsEntryByProp": false + }, + "5007:0": { + "RaidID": 5007, + "WorldLevel": 0, + "Type": "Challenge", + "MappingInfoID": 0, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": 1672912874 + }, + "RaidDesc": { + "hash": 371857150 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003010 + ], + "PlaneEventIDList": [ + 301007 + ], + "BuffDesc": { + "hash": -2052182256 + }, + "ParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 2147483650 + }, + { + "RawValue": 858993460 + } + ], + "LimitIDList": [], + "RecoverType": [ + "RecoverHp", + "RecoverMp", + "RecoverHalfSp" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Trial", + "TrialAvatarList": [ + 3011205, + 3011008, + 3011104, + 3011107, + 3011204, + 3011109, + 3011105 + ], + "MainMissionID": 0, + "IsEntryByProp": false + }, + "5008:0": { + "RaidID": 5008, + "WorldLevel": 0, + "Type": "Challenge", + "MappingInfoID": 0, + "MonsterList": [], + "MonsterHideList": [], + "DisplayEventID": 0, + "RaidName": { + "hash": 1672912879 + }, + "RaidDesc": { + "hash": 371857150 + }, + "MapEntranceID": 3020201, + "GroupID": 2, + "ConfigIDList": [ + 200001 + ], + "NpcMonsterIDList": [ + 8003030 + ], + "PlaneEventIDList": [ + 301008 + ], + "BuffDesc": { + "hash": -2052182245 + }, + "ParamList": [ + { + "RawValue": 4294967296 + }, + { + "RawValue": 1288490190 + } + ], + "LimitIDList": [], + "RecoverType": [ + "RecoverHp", + "RecoverMp", + "RecoverHalfSp" + ], + "FinishType": "AllMonsterDie", + "FinishParamList": [], + "FinishAutoQuit": false, + "DropList": [], + "StaminaCost": 0, + "FailedType": "BattleFail", + "FailedResult": "ReturnAnchor", + "LogoutType": "Quit", + "TeamType": "Trial", + "TrialAvatarList": [ + 3011006, + 3011102, + 3011101, + 3011009, + 3018001, + 3011002, + 3011106, + 3011203, + 3018002 + ], + "MainMissionID": 0, + "IsEntryByProp": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RaidLimitConditionExcelTable.json b/CrepePackage/src/data/excel/RaidLimitConditionExcelTable.json new file mode 100644 index 0000000..65387b2 --- /dev/null +++ b/CrepePackage/src/data/excel/RaidLimitConditionExcelTable.json @@ -0,0 +1,32 @@ +{ + "1": { + "ID": 1, + "LimitType": "IncludeAvatar", + "ParamType": "Equal", + "ParamInt1": 8001, + "ParamInt2": 0, + "LitmiteDesc": { + "hash": -1254714648 + } + }, + "2": { + "ID": 2, + "LimitType": "TeamLevel", + "ParamType": "Greater", + "ParamInt1": 25, + "ParamInt2": 0, + "LitmiteDesc": { + "hash": -1254714651 + } + }, + "3": { + "ID": 3, + "LimitType": "HasMainMission", + "ParamType": "Equal", + "ParamInt1": 2011301, + "ParamInt2": 0, + "LitmiteDesc": { + "hash": -1254714650 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RecordRefreshExcelTable.json b/CrepePackage/src/data/excel/RecordRefreshExcelTable.json new file mode 100644 index 0000000..7476d70 --- /dev/null +++ b/CrepePackage/src/data/excel/RecordRefreshExcelTable.json @@ -0,0 +1,130 @@ +{ + "1": { + "RefreshID": 1, + "RefreshType": "Unknown", + "IsInteract": false, + "RefreshTime": [ + 0 + ] + }, + "10001": { + "RefreshID": 10001, + "RefreshType": "Countdown", + "IsInteract": false, + "RefreshTime": [ + 3600 + ] + }, + "10002": { + "RefreshID": 10002, + "RefreshType": "Countdown", + "IsInteract": false, + "RefreshTime": [ + 86400 + ] + }, + "10003": { + "RefreshID": 10003, + "RefreshType": "Weekly", + "IsInteract": false, + "RefreshTime": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + }, + "10004": { + "RefreshID": 10004, + "RefreshType": "Weekly", + "IsInteract": false, + "RefreshTime": [ + 1 + ] + }, + "10005": { + "RefreshID": 10005, + "RefreshType": "Countdown", + "IsInteract": false, + "RefreshTime": [] + }, + "10006": { + "RefreshID": 10006, + "RefreshType": "Countdown", + "IsInteract": false, + "RefreshTime": [ + 30 + ] + }, + "10007": { + "RefreshID": 10007, + "RefreshType": "Countdown", + "IsInteract": false, + "RefreshTime": [ + 60 + ] + }, + "10008": { + "RefreshID": 10008, + "RefreshType": "Countdown", + "IsInteract": false, + "RefreshTime": [ + 300 + ] + }, + "10009": { + "RefreshID": 10009, + "RefreshType": "Countdown", + "IsInteract": false, + "RefreshTime": [ + 600 + ] + }, + "19999": { + "RefreshID": 19999, + "RefreshType": "Immediately", + "IsInteract": false, + "RefreshTime": [ + 0 + ] + }, + "1001": { + "RefreshID": 1001, + "RefreshType": "Weekly", + "IsInteract": false, + "RefreshTime": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + }, + "1002": { + "RefreshID": 1002, + "RefreshType": "Weekly", + "IsInteract": false, + "RefreshTime": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + }, + "1003": { + "RefreshID": 1003, + "RefreshType": "Countdown", + "IsInteract": false, + "RefreshTime": [ + 20 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RelicBaseTypeExcelTable.json b/CrepePackage/src/data/excel/RelicBaseTypeExcelTable.json new file mode 100644 index 0000000..d59f52a --- /dev/null +++ b/CrepePackage/src/data/excel/RelicBaseTypeExcelTable.json @@ -0,0 +1,44 @@ +{ + "HEAD": { + "Type": "HEAD", + "BaseTypeText": { + "hash": 1826268247 + }, + "BaseTypeIconPath": "SpriteOutput/UI/Avatar/Relic/IconRelicHead.png" + }, + "HAND": { + "Type": "HAND", + "BaseTypeText": { + "hash": -2144127003 + }, + "BaseTypeIconPath": "SpriteOutput/UI/Avatar/Relic/IconRelicHands.png" + }, + "BODY": { + "Type": "BODY", + "BaseTypeText": { + "hash": 1799740313 + }, + "BaseTypeIconPath": "SpriteOutput/UI/Avatar/Relic/IconRelicBody.png" + }, + "FOOT": { + "Type": "FOOT", + "BaseTypeText": { + "hash": 1154536283 + }, + "BaseTypeIconPath": "SpriteOutput/UI/Avatar/Relic/IconRelicFoot.png" + }, + "NECK": { + "Type": "NECK", + "BaseTypeText": { + "hash": 1873322474 + }, + "BaseTypeIconPath": "SpriteOutput/UI/Avatar/Relic/IconRelicNeck.png" + }, + "OBJECT": { + "Type": "OBJECT", + "BaseTypeText": { + "hash": 74129613 + }, + "BaseTypeIconPath": "SpriteOutput/UI/Avatar/Relic/IconRelicGoods.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RelicConfigExcelTable.json b/CrepePackage/src/data/excel/RelicConfigExcelTable.json new file mode 100644 index 0000000..2aa284e --- /dev/null +++ b/CrepePackage/src/data/excel/RelicConfigExcelTable.json @@ -0,0 +1,4994 @@ +{ + "31011": { + "ID": 31011, + "SetID": 101, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_1.png", + "RelicName": "RelicName_31011", + "BGStoryTitle": "RelicStoryTitle_31011", + "BGStoryContent": "RelicStoryContent_31011", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41011": { + "ID": 41011, + "SetID": 101, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_1.png", + "RelicName": "RelicName_31011", + "BGStoryTitle": "RelicStoryTitle_31011", + "BGStoryContent": "RelicStoryContent_31011", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51011": { + "ID": 51011, + "SetID": 101, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_1.png", + "RelicName": "RelicName_31011", + "BGStoryTitle": "RelicStoryTitle_31011", + "BGStoryContent": "RelicStoryContent_31011", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61011": { + "ID": 61011, + "SetID": 101, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_1.png", + "RelicName": "RelicName_31011", + "BGStoryTitle": "RelicStoryTitle_31011", + "BGStoryContent": "RelicStoryContent_31011", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31012": { + "ID": 31012, + "SetID": 101, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_2.png", + "RelicName": "RelicName_31012", + "BGStoryTitle": "RelicStoryTitle_31012", + "BGStoryContent": "RelicStoryContent_31012", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41012": { + "ID": 41012, + "SetID": 101, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_2.png", + "RelicName": "RelicName_31012", + "BGStoryTitle": "RelicStoryTitle_31012", + "BGStoryContent": "RelicStoryContent_31012", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51012": { + "ID": 51012, + "SetID": 101, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_2.png", + "RelicName": "RelicName_31012", + "BGStoryTitle": "RelicStoryTitle_31012", + "BGStoryContent": "RelicStoryContent_31012", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61012": { + "ID": 61012, + "SetID": 101, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_2.png", + "RelicName": "RelicName_31012", + "BGStoryTitle": "RelicStoryTitle_31012", + "BGStoryContent": "RelicStoryContent_31012", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31013": { + "ID": 31013, + "SetID": 101, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_3.png", + "RelicName": "RelicName_31013", + "BGStoryTitle": "RelicStoryTitle_31013", + "BGStoryContent": "RelicStoryContent_31013", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41013": { + "ID": 41013, + "SetID": 101, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_3.png", + "RelicName": "RelicName_31013", + "BGStoryTitle": "RelicStoryTitle_31013", + "BGStoryContent": "RelicStoryContent_31013", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51013": { + "ID": 51013, + "SetID": 101, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_3.png", + "RelicName": "RelicName_31013", + "BGStoryTitle": "RelicStoryTitle_31013", + "BGStoryContent": "RelicStoryContent_31013", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61013": { + "ID": 61013, + "SetID": 101, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_3.png", + "RelicName": "RelicName_31013", + "BGStoryTitle": "RelicStoryTitle_31013", + "BGStoryContent": "RelicStoryContent_31013", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31014": { + "ID": 31014, + "SetID": 101, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_4.png", + "RelicName": "RelicName_31014", + "BGStoryTitle": "RelicStoryTitle_31014", + "BGStoryContent": "RelicStoryContent_31014", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41014": { + "ID": 41014, + "SetID": 101, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_4.png", + "RelicName": "RelicName_31014", + "BGStoryTitle": "RelicStoryTitle_31014", + "BGStoryContent": "RelicStoryContent_31014", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51014": { + "ID": 51014, + "SetID": 101, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_4.png", + "RelicName": "RelicName_31014", + "BGStoryTitle": "RelicStoryTitle_31014", + "BGStoryContent": "RelicStoryContent_31014", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61014": { + "ID": 61014, + "SetID": 101, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_4.png", + "RelicName": "RelicName_31014", + "BGStoryTitle": "RelicStoryTitle_31014", + "BGStoryContent": "RelicStoryContent_31014", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31015": { + "ID": 31015, + "SetID": 101, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_5.png", + "RelicName": "RelicName_31015", + "BGStoryTitle": "RelicStoryTitle_31015", + "BGStoryContent": "RelicStoryContent_31015", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41015": { + "ID": 41015, + "SetID": 101, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_5.png", + "RelicName": "RelicName_31015", + "BGStoryTitle": "RelicStoryTitle_31015", + "BGStoryContent": "RelicStoryContent_31015", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51015": { + "ID": 51015, + "SetID": 101, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_5.png", + "RelicName": "RelicName_31015", + "BGStoryTitle": "RelicStoryTitle_31015", + "BGStoryContent": "RelicStoryContent_31015", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61015": { + "ID": 61015, + "SetID": 101, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_5.png", + "RelicName": "RelicName_31015", + "BGStoryTitle": "RelicStoryTitle_31015", + "BGStoryContent": "RelicStoryContent_31015", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31016": { + "ID": 31016, + "SetID": 101, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_6.png", + "RelicName": "RelicName_31016", + "BGStoryTitle": "RelicStoryTitle_31016", + "BGStoryContent": "RelicStoryContent_31016", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41016": { + "ID": 41016, + "SetID": 101, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_6.png", + "RelicName": "RelicName_31016", + "BGStoryTitle": "RelicStoryTitle_31016", + "BGStoryContent": "RelicStoryContent_31016", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51016": { + "ID": 51016, + "SetID": 101, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_6.png", + "RelicName": "RelicName_31016", + "BGStoryTitle": "RelicStoryTitle_31016", + "BGStoryContent": "RelicStoryContent_31016", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61016": { + "ID": 61016, + "SetID": 101, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_101_6.png", + "RelicName": "RelicName_31016", + "BGStoryTitle": "RelicStoryTitle_31016", + "BGStoryContent": "RelicStoryContent_31016", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31021": { + "ID": 31021, + "SetID": 102, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_1.png", + "RelicName": "RelicName_31021", + "BGStoryTitle": "RelicStoryTitle_31021", + "BGStoryContent": "RelicStoryContent_31021", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41021": { + "ID": 41021, + "SetID": 102, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_1.png", + "RelicName": "RelicName_31021", + "BGStoryTitle": "RelicStoryTitle_31021", + "BGStoryContent": "RelicStoryContent_31021", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51021": { + "ID": 51021, + "SetID": 102, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_1.png", + "RelicName": "RelicName_31021", + "BGStoryTitle": "RelicStoryTitle_31021", + "BGStoryContent": "RelicStoryContent_31021", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61021": { + "ID": 61021, + "SetID": 102, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_1.png", + "RelicName": "RelicName_31021", + "BGStoryTitle": "RelicStoryTitle_31021", + "BGStoryContent": "RelicStoryContent_31021", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31022": { + "ID": 31022, + "SetID": 102, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_2.png", + "RelicName": "RelicName_31022", + "BGStoryTitle": "RelicStoryTitle_31022", + "BGStoryContent": "RelicStoryContent_31022", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41022": { + "ID": 41022, + "SetID": 102, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_2.png", + "RelicName": "RelicName_31022", + "BGStoryTitle": "RelicStoryTitle_31022", + "BGStoryContent": "RelicStoryContent_31022", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51022": { + "ID": 51022, + "SetID": 102, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_2.png", + "RelicName": "RelicName_31022", + "BGStoryTitle": "RelicStoryTitle_31022", + "BGStoryContent": "RelicStoryContent_31022", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61022": { + "ID": 61022, + "SetID": 102, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_2.png", + "RelicName": "RelicName_31022", + "BGStoryTitle": "RelicStoryTitle_31022", + "BGStoryContent": "RelicStoryContent_31022", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31023": { + "ID": 31023, + "SetID": 102, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_3.png", + "RelicName": "RelicName_31023", + "BGStoryTitle": "RelicStoryTitle_31023", + "BGStoryContent": "RelicStoryContent_31023", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41023": { + "ID": 41023, + "SetID": 102, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_3.png", + "RelicName": "RelicName_31023", + "BGStoryTitle": "RelicStoryTitle_31023", + "BGStoryContent": "RelicStoryContent_31023", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51023": { + "ID": 51023, + "SetID": 102, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_3.png", + "RelicName": "RelicName_31023", + "BGStoryTitle": "RelicStoryTitle_31023", + "BGStoryContent": "RelicStoryContent_31023", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61023": { + "ID": 61023, + "SetID": 102, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_3.png", + "RelicName": "RelicName_31023", + "BGStoryTitle": "RelicStoryTitle_31023", + "BGStoryContent": "RelicStoryContent_31023", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31024": { + "ID": 31024, + "SetID": 102, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_4.png", + "RelicName": "RelicName_31024", + "BGStoryTitle": "RelicStoryTitle_31024", + "BGStoryContent": "RelicStoryContent_31024", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41024": { + "ID": 41024, + "SetID": 102, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_4.png", + "RelicName": "RelicName_31024", + "BGStoryTitle": "RelicStoryTitle_31024", + "BGStoryContent": "RelicStoryContent_31024", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51024": { + "ID": 51024, + "SetID": 102, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_4.png", + "RelicName": "RelicName_31024", + "BGStoryTitle": "RelicStoryTitle_31024", + "BGStoryContent": "RelicStoryContent_31024", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61024": { + "ID": 61024, + "SetID": 102, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_4.png", + "RelicName": "RelicName_31024", + "BGStoryTitle": "RelicStoryTitle_31024", + "BGStoryContent": "RelicStoryContent_31024", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31025": { + "ID": 31025, + "SetID": 102, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_5.png", + "RelicName": "RelicName_31025", + "BGStoryTitle": "RelicStoryTitle_31025", + "BGStoryContent": "RelicStoryContent_31025", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41025": { + "ID": 41025, + "SetID": 102, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_5.png", + "RelicName": "RelicName_31025", + "BGStoryTitle": "RelicStoryTitle_31025", + "BGStoryContent": "RelicStoryContent_31025", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51025": { + "ID": 51025, + "SetID": 102, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_5.png", + "RelicName": "RelicName_31025", + "BGStoryTitle": "RelicStoryTitle_31025", + "BGStoryContent": "RelicStoryContent_31025", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61025": { + "ID": 61025, + "SetID": 102, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_5.png", + "RelicName": "RelicName_31025", + "BGStoryTitle": "RelicStoryTitle_31025", + "BGStoryContent": "RelicStoryContent_31025", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31026": { + "ID": 31026, + "SetID": 102, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_6.png", + "RelicName": "RelicName_31026", + "BGStoryTitle": "RelicStoryTitle_31026", + "BGStoryContent": "RelicStoryContent_31026", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41026": { + "ID": 41026, + "SetID": 102, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_6.png", + "RelicName": "RelicName_31026", + "BGStoryTitle": "RelicStoryTitle_31026", + "BGStoryContent": "RelicStoryContent_31026", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51026": { + "ID": 51026, + "SetID": 102, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_6.png", + "RelicName": "RelicName_31026", + "BGStoryTitle": "RelicStoryTitle_31026", + "BGStoryContent": "RelicStoryContent_31026", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61026": { + "ID": 61026, + "SetID": 102, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_102_6.png", + "RelicName": "RelicName_31026", + "BGStoryTitle": "RelicStoryTitle_31026", + "BGStoryContent": "RelicStoryContent_31026", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31031": { + "ID": 31031, + "SetID": 103, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_1.png", + "RelicName": "RelicName_31031", + "BGStoryTitle": "RelicStoryTitle_31031", + "BGStoryContent": "RelicStoryContent_31031", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41031": { + "ID": 41031, + "SetID": 103, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_1.png", + "RelicName": "RelicName_31031", + "BGStoryTitle": "RelicStoryTitle_31031", + "BGStoryContent": "RelicStoryContent_31031", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51031": { + "ID": 51031, + "SetID": 103, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_1.png", + "RelicName": "RelicName_31031", + "BGStoryTitle": "RelicStoryTitle_31031", + "BGStoryContent": "RelicStoryContent_31031", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61031": { + "ID": 61031, + "SetID": 103, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_1.png", + "RelicName": "RelicName_31031", + "BGStoryTitle": "RelicStoryTitle_31031", + "BGStoryContent": "RelicStoryContent_31031", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31032": { + "ID": 31032, + "SetID": 103, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_2.png", + "RelicName": "RelicName_31032", + "BGStoryTitle": "RelicStoryTitle_31032", + "BGStoryContent": "RelicStoryContent_31032", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41032": { + "ID": 41032, + "SetID": 103, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_2.png", + "RelicName": "RelicName_31032", + "BGStoryTitle": "RelicStoryTitle_31032", + "BGStoryContent": "RelicStoryContent_31032", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51032": { + "ID": 51032, + "SetID": 103, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_2.png", + "RelicName": "RelicName_31032", + "BGStoryTitle": "RelicStoryTitle_31032", + "BGStoryContent": "RelicStoryContent_31032", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61032": { + "ID": 61032, + "SetID": 103, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_2.png", + "RelicName": "RelicName_31032", + "BGStoryTitle": "RelicStoryTitle_31032", + "BGStoryContent": "RelicStoryContent_31032", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31033": { + "ID": 31033, + "SetID": 103, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_3.png", + "RelicName": "RelicName_31033", + "BGStoryTitle": "RelicStoryTitle_31033", + "BGStoryContent": "RelicStoryContent_31033", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41033": { + "ID": 41033, + "SetID": 103, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_3.png", + "RelicName": "RelicName_31033", + "BGStoryTitle": "RelicStoryTitle_31033", + "BGStoryContent": "RelicStoryContent_31033", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51033": { + "ID": 51033, + "SetID": 103, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_3.png", + "RelicName": "RelicName_31033", + "BGStoryTitle": "RelicStoryTitle_31033", + "BGStoryContent": "RelicStoryContent_31033", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61033": { + "ID": 61033, + "SetID": 103, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_3.png", + "RelicName": "RelicName_31033", + "BGStoryTitle": "RelicStoryTitle_31033", + "BGStoryContent": "RelicStoryContent_31033", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31034": { + "ID": 31034, + "SetID": 103, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_4.png", + "RelicName": "RelicName_31034", + "BGStoryTitle": "RelicStoryTitle_31034", + "BGStoryContent": "RelicStoryContent_31034", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41034": { + "ID": 41034, + "SetID": 103, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_4.png", + "RelicName": "RelicName_31034", + "BGStoryTitle": "RelicStoryTitle_31034", + "BGStoryContent": "RelicStoryContent_31034", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51034": { + "ID": 51034, + "SetID": 103, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_4.png", + "RelicName": "RelicName_31034", + "BGStoryTitle": "RelicStoryTitle_31034", + "BGStoryContent": "RelicStoryContent_31034", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61034": { + "ID": 61034, + "SetID": 103, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_4.png", + "RelicName": "RelicName_31034", + "BGStoryTitle": "RelicStoryTitle_31034", + "BGStoryContent": "RelicStoryContent_31034", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31035": { + "ID": 31035, + "SetID": 103, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_5.png", + "RelicName": "RelicName_31035", + "BGStoryTitle": "RelicStoryTitle_31035", + "BGStoryContent": "RelicStoryContent_31035", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41035": { + "ID": 41035, + "SetID": 103, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_5.png", + "RelicName": "RelicName_31035", + "BGStoryTitle": "RelicStoryTitle_31035", + "BGStoryContent": "RelicStoryContent_31035", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51035": { + "ID": 51035, + "SetID": 103, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_5.png", + "RelicName": "RelicName_31035", + "BGStoryTitle": "RelicStoryTitle_31035", + "BGStoryContent": "RelicStoryContent_31035", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61035": { + "ID": 61035, + "SetID": 103, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_5.png", + "RelicName": "RelicName_31035", + "BGStoryTitle": "RelicStoryTitle_31035", + "BGStoryContent": "RelicStoryContent_31035", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31036": { + "ID": 31036, + "SetID": 103, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_6.png", + "RelicName": "RelicName_31036", + "BGStoryTitle": "RelicStoryTitle_31036", + "BGStoryContent": "RelicStoryContent_31036", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41036": { + "ID": 41036, + "SetID": 103, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_6.png", + "RelicName": "RelicName_31036", + "BGStoryTitle": "RelicStoryTitle_31036", + "BGStoryContent": "RelicStoryContent_31036", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51036": { + "ID": 51036, + "SetID": 103, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_6.png", + "RelicName": "RelicName_31036", + "BGStoryTitle": "RelicStoryTitle_31036", + "BGStoryContent": "RelicStoryContent_31036", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61036": { + "ID": 61036, + "SetID": 103, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_103_6.png", + "RelicName": "RelicName_31036", + "BGStoryTitle": "RelicStoryTitle_31036", + "BGStoryContent": "RelicStoryContent_31036", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31041": { + "ID": 31041, + "SetID": 104, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_1.png", + "RelicName": "RelicName_31041", + "BGStoryTitle": "RelicStoryTitle_31041", + "BGStoryContent": "RelicStoryContent_31041", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41041": { + "ID": 41041, + "SetID": 104, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_1.png", + "RelicName": "RelicName_31041", + "BGStoryTitle": "RelicStoryTitle_31041", + "BGStoryContent": "RelicStoryContent_31041", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51041": { + "ID": 51041, + "SetID": 104, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_1.png", + "RelicName": "RelicName_31041", + "BGStoryTitle": "RelicStoryTitle_31041", + "BGStoryContent": "RelicStoryContent_31041", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61041": { + "ID": 61041, + "SetID": 104, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_1.png", + "RelicName": "RelicName_31041", + "BGStoryTitle": "RelicStoryTitle_31041", + "BGStoryContent": "RelicStoryContent_31041", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31042": { + "ID": 31042, + "SetID": 104, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_2.png", + "RelicName": "RelicName_31042", + "BGStoryTitle": "RelicStoryTitle_31042", + "BGStoryContent": "RelicStoryContent_31042", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41042": { + "ID": 41042, + "SetID": 104, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_2.png", + "RelicName": "RelicName_31042", + "BGStoryTitle": "RelicStoryTitle_31042", + "BGStoryContent": "RelicStoryContent_31042", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51042": { + "ID": 51042, + "SetID": 104, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_2.png", + "RelicName": "RelicName_31042", + "BGStoryTitle": "RelicStoryTitle_31042", + "BGStoryContent": "RelicStoryContent_31042", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61042": { + "ID": 61042, + "SetID": 104, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_2.png", + "RelicName": "RelicName_31042", + "BGStoryTitle": "RelicStoryTitle_31042", + "BGStoryContent": "RelicStoryContent_31042", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31043": { + "ID": 31043, + "SetID": 104, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_3.png", + "RelicName": "RelicName_31043", + "BGStoryTitle": "RelicStoryTitle_31043", + "BGStoryContent": "RelicStoryContent_31043", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41043": { + "ID": 41043, + "SetID": 104, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_3.png", + "RelicName": "RelicName_31043", + "BGStoryTitle": "RelicStoryTitle_31043", + "BGStoryContent": "RelicStoryContent_31043", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51043": { + "ID": 51043, + "SetID": 104, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_3.png", + "RelicName": "RelicName_31043", + "BGStoryTitle": "RelicStoryTitle_31043", + "BGStoryContent": "RelicStoryContent_31043", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61043": { + "ID": 61043, + "SetID": 104, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_3.png", + "RelicName": "RelicName_31043", + "BGStoryTitle": "RelicStoryTitle_31043", + "BGStoryContent": "RelicStoryContent_31043", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31044": { + "ID": 31044, + "SetID": 104, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_4.png", + "RelicName": "RelicName_31044", + "BGStoryTitle": "RelicStoryTitle_31044", + "BGStoryContent": "RelicStoryContent_31044", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41044": { + "ID": 41044, + "SetID": 104, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_4.png", + "RelicName": "RelicName_31044", + "BGStoryTitle": "RelicStoryTitle_31044", + "BGStoryContent": "RelicStoryContent_31044", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51044": { + "ID": 51044, + "SetID": 104, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_4.png", + "RelicName": "RelicName_31044", + "BGStoryTitle": "RelicStoryTitle_31044", + "BGStoryContent": "RelicStoryContent_31044", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61044": { + "ID": 61044, + "SetID": 104, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_4.png", + "RelicName": "RelicName_31044", + "BGStoryTitle": "RelicStoryTitle_31044", + "BGStoryContent": "RelicStoryContent_31044", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31045": { + "ID": 31045, + "SetID": 104, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_5.png", + "RelicName": "RelicName_31045", + "BGStoryTitle": "RelicStoryTitle_31045", + "BGStoryContent": "RelicStoryContent_31045", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41045": { + "ID": 41045, + "SetID": 104, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_5.png", + "RelicName": "RelicName_31045", + "BGStoryTitle": "RelicStoryTitle_31045", + "BGStoryContent": "RelicStoryContent_31045", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51045": { + "ID": 51045, + "SetID": 104, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_5.png", + "RelicName": "RelicName_31045", + "BGStoryTitle": "RelicStoryTitle_31045", + "BGStoryContent": "RelicStoryContent_31045", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61045": { + "ID": 61045, + "SetID": 104, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_5.png", + "RelicName": "RelicName_31045", + "BGStoryTitle": "RelicStoryTitle_31045", + "BGStoryContent": "RelicStoryContent_31045", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31046": { + "ID": 31046, + "SetID": 104, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_6.png", + "RelicName": "RelicName_31046", + "BGStoryTitle": "RelicStoryTitle_31046", + "BGStoryContent": "RelicStoryContent_31046", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41046": { + "ID": 41046, + "SetID": 104, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_6.png", + "RelicName": "RelicName_31046", + "BGStoryTitle": "RelicStoryTitle_31046", + "BGStoryContent": "RelicStoryContent_31046", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51046": { + "ID": 51046, + "SetID": 104, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_6.png", + "RelicName": "RelicName_31046", + "BGStoryTitle": "RelicStoryTitle_31046", + "BGStoryContent": "RelicStoryContent_31046", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61046": { + "ID": 61046, + "SetID": 104, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_104_6.png", + "RelicName": "RelicName_31046", + "BGStoryTitle": "RelicStoryTitle_31046", + "BGStoryContent": "RelicStoryContent_31046", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31051": { + "ID": 31051, + "SetID": 105, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "RelicName": "RelicName_31051", + "BGStoryTitle": "RelicStoryTitle_31051", + "BGStoryContent": "RelicStoryContent_31051", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41051": { + "ID": 41051, + "SetID": 105, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "RelicName": "RelicName_31051", + "BGStoryTitle": "RelicStoryTitle_31051", + "BGStoryContent": "RelicStoryContent_31051", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51051": { + "ID": 51051, + "SetID": 105, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "RelicName": "RelicName_31051", + "BGStoryTitle": "RelicStoryTitle_31051", + "BGStoryContent": "RelicStoryContent_31051", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61051": { + "ID": 61051, + "SetID": 105, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "RelicName": "RelicName_31051", + "BGStoryTitle": "RelicStoryTitle_31051", + "BGStoryContent": "RelicStoryContent_31051", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31052": { + "ID": 31052, + "SetID": 105, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "RelicName": "RelicName_31052", + "BGStoryTitle": "RelicStoryTitle_31052", + "BGStoryContent": "RelicStoryContent_31052", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41052": { + "ID": 41052, + "SetID": 105, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "RelicName": "RelicName_31052", + "BGStoryTitle": "RelicStoryTitle_31052", + "BGStoryContent": "RelicStoryContent_31052", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51052": { + "ID": 51052, + "SetID": 105, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "RelicName": "RelicName_31052", + "BGStoryTitle": "RelicStoryTitle_31052", + "BGStoryContent": "RelicStoryContent_31052", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61052": { + "ID": 61052, + "SetID": 105, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "RelicName": "RelicName_31052", + "BGStoryTitle": "RelicStoryTitle_31052", + "BGStoryContent": "RelicStoryContent_31052", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31053": { + "ID": 31053, + "SetID": 105, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "RelicName": "RelicName_31053", + "BGStoryTitle": "RelicStoryTitle_31053", + "BGStoryContent": "RelicStoryContent_31053", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41053": { + "ID": 41053, + "SetID": 105, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "RelicName": "RelicName_31053", + "BGStoryTitle": "RelicStoryTitle_31053", + "BGStoryContent": "RelicStoryContent_31053", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51053": { + "ID": 51053, + "SetID": 105, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "RelicName": "RelicName_31053", + "BGStoryTitle": "RelicStoryTitle_31053", + "BGStoryContent": "RelicStoryContent_31053", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61053": { + "ID": 61053, + "SetID": 105, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "RelicName": "RelicName_31053", + "BGStoryTitle": "RelicStoryTitle_31053", + "BGStoryContent": "RelicStoryContent_31053", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31054": { + "ID": 31054, + "SetID": 105, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "RelicName": "RelicName_31054", + "BGStoryTitle": "RelicStoryTitle_31054", + "BGStoryContent": "RelicStoryContent_31054", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41054": { + "ID": 41054, + "SetID": 105, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "RelicName": "RelicName_31054", + "BGStoryTitle": "RelicStoryTitle_31054", + "BGStoryContent": "RelicStoryContent_31054", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51054": { + "ID": 51054, + "SetID": 105, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "RelicName": "RelicName_31054", + "BGStoryTitle": "RelicStoryTitle_31054", + "BGStoryContent": "RelicStoryContent_31054", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61054": { + "ID": 61054, + "SetID": 105, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "RelicName": "RelicName_31054", + "BGStoryTitle": "RelicStoryTitle_31054", + "BGStoryContent": "RelicStoryContent_31054", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31055": { + "ID": 31055, + "SetID": 105, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "RelicName": "RelicName_31055", + "BGStoryTitle": "RelicStoryTitle_31055", + "BGStoryContent": "RelicStoryContent_31055", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41055": { + "ID": 41055, + "SetID": 105, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "RelicName": "RelicName_31055", + "BGStoryTitle": "RelicStoryTitle_31055", + "BGStoryContent": "RelicStoryContent_31055", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51055": { + "ID": 51055, + "SetID": 105, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "RelicName": "RelicName_31055", + "BGStoryTitle": "RelicStoryTitle_31055", + "BGStoryContent": "RelicStoryContent_31055", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61055": { + "ID": 61055, + "SetID": 105, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "RelicName": "RelicName_31055", + "BGStoryTitle": "RelicStoryTitle_31055", + "BGStoryContent": "RelicStoryContent_31055", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31056": { + "ID": 31056, + "SetID": 105, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "RelicName": "RelicName_31056", + "BGStoryTitle": "RelicStoryTitle_31056", + "BGStoryContent": "RelicStoryContent_31056", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41056": { + "ID": 41056, + "SetID": 105, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "RelicName": "RelicName_31056", + "BGStoryTitle": "RelicStoryTitle_31056", + "BGStoryContent": "RelicStoryContent_31056", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51056": { + "ID": 51056, + "SetID": 105, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "RelicName": "RelicName_31056", + "BGStoryTitle": "RelicStoryTitle_31056", + "BGStoryContent": "RelicStoryContent_31056", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61056": { + "ID": 61056, + "SetID": 105, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "RelicName": "RelicName_31056", + "BGStoryTitle": "RelicStoryTitle_31056", + "BGStoryContent": "RelicStoryContent_31056", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31061": { + "ID": 31061, + "SetID": 106, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "RelicName": "RelicName_31061", + "BGStoryTitle": "RelicStoryTitle_31061", + "BGStoryContent": "RelicStoryContent_31061", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41061": { + "ID": 41061, + "SetID": 106, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "RelicName": "RelicName_31061", + "BGStoryTitle": "RelicStoryTitle_31061", + "BGStoryContent": "RelicStoryContent_31061", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51061": { + "ID": 51061, + "SetID": 106, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "RelicName": "RelicName_31061", + "BGStoryTitle": "RelicStoryTitle_31061", + "BGStoryContent": "RelicStoryContent_31061", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61061": { + "ID": 61061, + "SetID": 106, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "RelicName": "RelicName_31061", + "BGStoryTitle": "RelicStoryTitle_31061", + "BGStoryContent": "RelicStoryContent_31061", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31062": { + "ID": 31062, + "SetID": 106, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "RelicName": "RelicName_31062", + "BGStoryTitle": "RelicStoryTitle_31062", + "BGStoryContent": "RelicStoryContent_31062", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41062": { + "ID": 41062, + "SetID": 106, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "RelicName": "RelicName_31062", + "BGStoryTitle": "RelicStoryTitle_31062", + "BGStoryContent": "RelicStoryContent_31062", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51062": { + "ID": 51062, + "SetID": 106, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "RelicName": "RelicName_31062", + "BGStoryTitle": "RelicStoryTitle_31062", + "BGStoryContent": "RelicStoryContent_31062", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61062": { + "ID": 61062, + "SetID": 106, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "RelicName": "RelicName_31062", + "BGStoryTitle": "RelicStoryTitle_31062", + "BGStoryContent": "RelicStoryContent_31062", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31063": { + "ID": 31063, + "SetID": 106, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "RelicName": "RelicName_31063", + "BGStoryTitle": "RelicStoryTitle_31063", + "BGStoryContent": "RelicStoryContent_31063", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41063": { + "ID": 41063, + "SetID": 106, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "RelicName": "RelicName_31063", + "BGStoryTitle": "RelicStoryTitle_31063", + "BGStoryContent": "RelicStoryContent_31063", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51063": { + "ID": 51063, + "SetID": 106, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "RelicName": "RelicName_31063", + "BGStoryTitle": "RelicStoryTitle_31063", + "BGStoryContent": "RelicStoryContent_31063", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61063": { + "ID": 61063, + "SetID": 106, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "RelicName": "RelicName_31063", + "BGStoryTitle": "RelicStoryTitle_31063", + "BGStoryContent": "RelicStoryContent_31063", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31064": { + "ID": 31064, + "SetID": 106, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "RelicName": "RelicName_31064", + "BGStoryTitle": "RelicStoryTitle_31064", + "BGStoryContent": "RelicStoryContent_31064", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41064": { + "ID": 41064, + "SetID": 106, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "RelicName": "RelicName_31064", + "BGStoryTitle": "RelicStoryTitle_31064", + "BGStoryContent": "RelicStoryContent_31064", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51064": { + "ID": 51064, + "SetID": 106, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "RelicName": "RelicName_31064", + "BGStoryTitle": "RelicStoryTitle_31064", + "BGStoryContent": "RelicStoryContent_31064", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61064": { + "ID": 61064, + "SetID": 106, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "RelicName": "RelicName_31064", + "BGStoryTitle": "RelicStoryTitle_31064", + "BGStoryContent": "RelicStoryContent_31064", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31065": { + "ID": 31065, + "SetID": 106, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "RelicName": "RelicName_31065", + "BGStoryTitle": "RelicStoryTitle_31065", + "BGStoryContent": "RelicStoryContent_31065", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41065": { + "ID": 41065, + "SetID": 106, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "RelicName": "RelicName_31065", + "BGStoryTitle": "RelicStoryTitle_31065", + "BGStoryContent": "RelicStoryContent_31065", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51065": { + "ID": 51065, + "SetID": 106, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "RelicName": "RelicName_31065", + "BGStoryTitle": "RelicStoryTitle_31065", + "BGStoryContent": "RelicStoryContent_31065", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61065": { + "ID": 61065, + "SetID": 106, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "RelicName": "RelicName_31065", + "BGStoryTitle": "RelicStoryTitle_31065", + "BGStoryContent": "RelicStoryContent_31065", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31066": { + "ID": 31066, + "SetID": 106, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "RelicName": "RelicName_31066", + "BGStoryTitle": "RelicStoryTitle_31066", + "BGStoryContent": "RelicStoryContent_31066", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41066": { + "ID": 41066, + "SetID": 106, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "RelicName": "RelicName_31066", + "BGStoryTitle": "RelicStoryTitle_31066", + "BGStoryContent": "RelicStoryContent_31066", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51066": { + "ID": 51066, + "SetID": 106, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "RelicName": "RelicName_31066", + "BGStoryTitle": "RelicStoryTitle_31066", + "BGStoryContent": "RelicStoryContent_31066", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61066": { + "ID": 61066, + "SetID": 106, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "RelicName": "RelicName_31066", + "BGStoryTitle": "RelicStoryTitle_31066", + "BGStoryContent": "RelicStoryContent_31066", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31071": { + "ID": 31071, + "SetID": 107, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "RelicName": "RelicName_31071", + "BGStoryTitle": "RelicStoryTitle_31071", + "BGStoryContent": "RelicStoryContent_31071", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41071": { + "ID": 41071, + "SetID": 107, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "RelicName": "RelicName_31071", + "BGStoryTitle": "RelicStoryTitle_31071", + "BGStoryContent": "RelicStoryContent_31071", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51071": { + "ID": 51071, + "SetID": 107, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "RelicName": "RelicName_31071", + "BGStoryTitle": "RelicStoryTitle_31071", + "BGStoryContent": "RelicStoryContent_31071", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61071": { + "ID": 61071, + "SetID": 107, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "RelicName": "RelicName_31071", + "BGStoryTitle": "RelicStoryTitle_31071", + "BGStoryContent": "RelicStoryContent_31071", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31072": { + "ID": 31072, + "SetID": 107, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "RelicName": "RelicName_31072", + "BGStoryTitle": "RelicStoryTitle_31072", + "BGStoryContent": "RelicStoryContent_31072", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41072": { + "ID": 41072, + "SetID": 107, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "RelicName": "RelicName_31072", + "BGStoryTitle": "RelicStoryTitle_31072", + "BGStoryContent": "RelicStoryContent_31072", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51072": { + "ID": 51072, + "SetID": 107, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "RelicName": "RelicName_31072", + "BGStoryTitle": "RelicStoryTitle_31072", + "BGStoryContent": "RelicStoryContent_31072", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61072": { + "ID": 61072, + "SetID": 107, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "RelicName": "RelicName_31072", + "BGStoryTitle": "RelicStoryTitle_31072", + "BGStoryContent": "RelicStoryContent_31072", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31073": { + "ID": 31073, + "SetID": 107, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "RelicName": "RelicName_31073", + "BGStoryTitle": "RelicStoryTitle_31073", + "BGStoryContent": "RelicStoryContent_31073", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41073": { + "ID": 41073, + "SetID": 107, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "RelicName": "RelicName_31073", + "BGStoryTitle": "RelicStoryTitle_31073", + "BGStoryContent": "RelicStoryContent_31073", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51073": { + "ID": 51073, + "SetID": 107, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "RelicName": "RelicName_31073", + "BGStoryTitle": "RelicStoryTitle_31073", + "BGStoryContent": "RelicStoryContent_31073", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61073": { + "ID": 61073, + "SetID": 107, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "RelicName": "RelicName_31073", + "BGStoryTitle": "RelicStoryTitle_31073", + "BGStoryContent": "RelicStoryContent_31073", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31074": { + "ID": 31074, + "SetID": 107, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "RelicName": "RelicName_31074", + "BGStoryTitle": "RelicStoryTitle_31074", + "BGStoryContent": "RelicStoryContent_31074", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41074": { + "ID": 41074, + "SetID": 107, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "RelicName": "RelicName_31074", + "BGStoryTitle": "RelicStoryTitle_31074", + "BGStoryContent": "RelicStoryContent_31074", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51074": { + "ID": 51074, + "SetID": 107, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "RelicName": "RelicName_31074", + "BGStoryTitle": "RelicStoryTitle_31074", + "BGStoryContent": "RelicStoryContent_31074", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61074": { + "ID": 61074, + "SetID": 107, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "RelicName": "RelicName_31074", + "BGStoryTitle": "RelicStoryTitle_31074", + "BGStoryContent": "RelicStoryContent_31074", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31075": { + "ID": 31075, + "SetID": 107, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "RelicName": "RelicName_31075", + "BGStoryTitle": "RelicStoryTitle_31075", + "BGStoryContent": "RelicStoryContent_31075", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41075": { + "ID": 41075, + "SetID": 107, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "RelicName": "RelicName_31075", + "BGStoryTitle": "RelicStoryTitle_31075", + "BGStoryContent": "RelicStoryContent_31075", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51075": { + "ID": 51075, + "SetID": 107, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "RelicName": "RelicName_31075", + "BGStoryTitle": "RelicStoryTitle_31075", + "BGStoryContent": "RelicStoryContent_31075", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61075": { + "ID": 61075, + "SetID": 107, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "RelicName": "RelicName_31075", + "BGStoryTitle": "RelicStoryTitle_31075", + "BGStoryContent": "RelicStoryContent_31075", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31076": { + "ID": 31076, + "SetID": 107, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "RelicName": "RelicName_31076", + "BGStoryTitle": "RelicStoryTitle_31076", + "BGStoryContent": "RelicStoryContent_31076", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41076": { + "ID": 41076, + "SetID": 107, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "RelicName": "RelicName_31076", + "BGStoryTitle": "RelicStoryTitle_31076", + "BGStoryContent": "RelicStoryContent_31076", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51076": { + "ID": 51076, + "SetID": 107, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "RelicName": "RelicName_31076", + "BGStoryTitle": "RelicStoryTitle_31076", + "BGStoryContent": "RelicStoryContent_31076", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61076": { + "ID": 61076, + "SetID": 107, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "RelicName": "RelicName_31076", + "BGStoryTitle": "RelicStoryTitle_31076", + "BGStoryContent": "RelicStoryContent_31076", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31081": { + "ID": 31081, + "SetID": 108, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "RelicName": "RelicName_31081", + "BGStoryTitle": "RelicStoryTitle_31081", + "BGStoryContent": "RelicStoryContent_31081", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41081": { + "ID": 41081, + "SetID": 108, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "RelicName": "RelicName_31081", + "BGStoryTitle": "RelicStoryTitle_31081", + "BGStoryContent": "RelicStoryContent_31081", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51081": { + "ID": 51081, + "SetID": 108, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "RelicName": "RelicName_31081", + "BGStoryTitle": "RelicStoryTitle_31081", + "BGStoryContent": "RelicStoryContent_31081", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61081": { + "ID": 61081, + "SetID": 108, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "RelicName": "RelicName_31081", + "BGStoryTitle": "RelicStoryTitle_31081", + "BGStoryContent": "RelicStoryContent_31081", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31082": { + "ID": 31082, + "SetID": 108, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "RelicName": "RelicName_31082", + "BGStoryTitle": "RelicStoryTitle_31082", + "BGStoryContent": "RelicStoryContent_31082", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41082": { + "ID": 41082, + "SetID": 108, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "RelicName": "RelicName_31082", + "BGStoryTitle": "RelicStoryTitle_31082", + "BGStoryContent": "RelicStoryContent_31082", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51082": { + "ID": 51082, + "SetID": 108, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "RelicName": "RelicName_31082", + "BGStoryTitle": "RelicStoryTitle_31082", + "BGStoryContent": "RelicStoryContent_31082", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61082": { + "ID": 61082, + "SetID": 108, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "RelicName": "RelicName_31082", + "BGStoryTitle": "RelicStoryTitle_31082", + "BGStoryContent": "RelicStoryContent_31082", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31083": { + "ID": 31083, + "SetID": 108, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "RelicName": "RelicName_31083", + "BGStoryTitle": "RelicStoryTitle_31083", + "BGStoryContent": "RelicStoryContent_31083", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41083": { + "ID": 41083, + "SetID": 108, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "RelicName": "RelicName_31083", + "BGStoryTitle": "RelicStoryTitle_31083", + "BGStoryContent": "RelicStoryContent_31083", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51083": { + "ID": 51083, + "SetID": 108, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "RelicName": "RelicName_31083", + "BGStoryTitle": "RelicStoryTitle_31083", + "BGStoryContent": "RelicStoryContent_31083", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61083": { + "ID": 61083, + "SetID": 108, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "RelicName": "RelicName_31083", + "BGStoryTitle": "RelicStoryTitle_31083", + "BGStoryContent": "RelicStoryContent_31083", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31084": { + "ID": 31084, + "SetID": 108, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "RelicName": "RelicName_31084", + "BGStoryTitle": "RelicStoryTitle_31084", + "BGStoryContent": "RelicStoryContent_31084", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41084": { + "ID": 41084, + "SetID": 108, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "RelicName": "RelicName_31084", + "BGStoryTitle": "RelicStoryTitle_31084", + "BGStoryContent": "RelicStoryContent_31084", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51084": { + "ID": 51084, + "SetID": 108, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "RelicName": "RelicName_31084", + "BGStoryTitle": "RelicStoryTitle_31084", + "BGStoryContent": "RelicStoryContent_31084", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61084": { + "ID": 61084, + "SetID": 108, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "RelicName": "RelicName_31084", + "BGStoryTitle": "RelicStoryTitle_31084", + "BGStoryContent": "RelicStoryContent_31084", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31085": { + "ID": 31085, + "SetID": 108, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "RelicName": "RelicName_31085", + "BGStoryTitle": "RelicStoryTitle_31085", + "BGStoryContent": "RelicStoryContent_31085", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41085": { + "ID": 41085, + "SetID": 108, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "RelicName": "RelicName_31085", + "BGStoryTitle": "RelicStoryTitle_31085", + "BGStoryContent": "RelicStoryContent_31085", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51085": { + "ID": 51085, + "SetID": 108, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "RelicName": "RelicName_31085", + "BGStoryTitle": "RelicStoryTitle_31085", + "BGStoryContent": "RelicStoryContent_31085", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61085": { + "ID": 61085, + "SetID": 108, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "RelicName": "RelicName_31085", + "BGStoryTitle": "RelicStoryTitle_31085", + "BGStoryContent": "RelicStoryContent_31085", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31086": { + "ID": 31086, + "SetID": 108, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "RelicName": "RelicName_31086", + "BGStoryTitle": "RelicStoryTitle_31086", + "BGStoryContent": "RelicStoryContent_31086", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41086": { + "ID": 41086, + "SetID": 108, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "RelicName": "RelicName_31086", + "BGStoryTitle": "RelicStoryTitle_31086", + "BGStoryContent": "RelicStoryContent_31086", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51086": { + "ID": 51086, + "SetID": 108, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "RelicName": "RelicName_31086", + "BGStoryTitle": "RelicStoryTitle_31086", + "BGStoryContent": "RelicStoryContent_31086", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61086": { + "ID": 61086, + "SetID": 108, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "RelicName": "RelicName_31086", + "BGStoryTitle": "RelicStoryTitle_31086", + "BGStoryContent": "RelicStoryContent_31086", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31091": { + "ID": 31091, + "SetID": 109, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_1.png", + "RelicName": "RelicName_31091", + "BGStoryTitle": "RelicStoryTitle_31091", + "BGStoryContent": "RelicStoryContent_31091", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41091": { + "ID": 41091, + "SetID": 109, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_1.png", + "RelicName": "RelicName_31091", + "BGStoryTitle": "RelicStoryTitle_31091", + "BGStoryContent": "RelicStoryContent_31091", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51091": { + "ID": 51091, + "SetID": 109, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_1.png", + "RelicName": "RelicName_31091", + "BGStoryTitle": "RelicStoryTitle_31091", + "BGStoryContent": "RelicStoryContent_31091", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61091": { + "ID": 61091, + "SetID": 109, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_1.png", + "RelicName": "RelicName_31091", + "BGStoryTitle": "RelicStoryTitle_31091", + "BGStoryContent": "RelicStoryContent_31091", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31092": { + "ID": 31092, + "SetID": 109, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_2.png", + "RelicName": "RelicName_31092", + "BGStoryTitle": "RelicStoryTitle_31092", + "BGStoryContent": "RelicStoryContent_31092", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41092": { + "ID": 41092, + "SetID": 109, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_2.png", + "RelicName": "RelicName_31092", + "BGStoryTitle": "RelicStoryTitle_31092", + "BGStoryContent": "RelicStoryContent_31092", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51092": { + "ID": 51092, + "SetID": 109, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_2.png", + "RelicName": "RelicName_31092", + "BGStoryTitle": "RelicStoryTitle_31092", + "BGStoryContent": "RelicStoryContent_31092", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61092": { + "ID": 61092, + "SetID": 109, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_2.png", + "RelicName": "RelicName_31092", + "BGStoryTitle": "RelicStoryTitle_31092", + "BGStoryContent": "RelicStoryContent_31092", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31093": { + "ID": 31093, + "SetID": 109, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_3.png", + "RelicName": "RelicName_31093", + "BGStoryTitle": "RelicStoryTitle_31093", + "BGStoryContent": "RelicStoryContent_31093", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41093": { + "ID": 41093, + "SetID": 109, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_3.png", + "RelicName": "RelicName_31093", + "BGStoryTitle": "RelicStoryTitle_31093", + "BGStoryContent": "RelicStoryContent_31093", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51093": { + "ID": 51093, + "SetID": 109, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_3.png", + "RelicName": "RelicName_31093", + "BGStoryTitle": "RelicStoryTitle_31093", + "BGStoryContent": "RelicStoryContent_31093", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61093": { + "ID": 61093, + "SetID": 109, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_3.png", + "RelicName": "RelicName_31093", + "BGStoryTitle": "RelicStoryTitle_31093", + "BGStoryContent": "RelicStoryContent_31093", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31094": { + "ID": 31094, + "SetID": 109, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_4.png", + "RelicName": "RelicName_31094", + "BGStoryTitle": "RelicStoryTitle_31094", + "BGStoryContent": "RelicStoryContent_31094", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41094": { + "ID": 41094, + "SetID": 109, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_4.png", + "RelicName": "RelicName_31094", + "BGStoryTitle": "RelicStoryTitle_31094", + "BGStoryContent": "RelicStoryContent_31094", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51094": { + "ID": 51094, + "SetID": 109, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_4.png", + "RelicName": "RelicName_31094", + "BGStoryTitle": "RelicStoryTitle_31094", + "BGStoryContent": "RelicStoryContent_31094", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61094": { + "ID": 61094, + "SetID": 109, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_4.png", + "RelicName": "RelicName_31094", + "BGStoryTitle": "RelicStoryTitle_31094", + "BGStoryContent": "RelicStoryContent_31094", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31095": { + "ID": 31095, + "SetID": 109, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_5.png", + "RelicName": "RelicName_31095", + "BGStoryTitle": "RelicStoryTitle_31095", + "BGStoryContent": "RelicStoryContent_31095", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41095": { + "ID": 41095, + "SetID": 109, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_5.png", + "RelicName": "RelicName_31095", + "BGStoryTitle": "RelicStoryTitle_31095", + "BGStoryContent": "RelicStoryContent_31095", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51095": { + "ID": 51095, + "SetID": 109, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_5.png", + "RelicName": "RelicName_31095", + "BGStoryTitle": "RelicStoryTitle_31095", + "BGStoryContent": "RelicStoryContent_31095", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61095": { + "ID": 61095, + "SetID": 109, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_5.png", + "RelicName": "RelicName_31095", + "BGStoryTitle": "RelicStoryTitle_31095", + "BGStoryContent": "RelicStoryContent_31095", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31096": { + "ID": 31096, + "SetID": 109, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_6.png", + "RelicName": "RelicName_31096", + "BGStoryTitle": "RelicStoryTitle_31096", + "BGStoryContent": "RelicStoryContent_31096", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41096": { + "ID": 41096, + "SetID": 109, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_6.png", + "RelicName": "RelicName_31096", + "BGStoryTitle": "RelicStoryTitle_31096", + "BGStoryContent": "RelicStoryContent_31096", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51096": { + "ID": 51096, + "SetID": 109, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_6.png", + "RelicName": "RelicName_31096", + "BGStoryTitle": "RelicStoryTitle_31096", + "BGStoryContent": "RelicStoryContent_31096", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61096": { + "ID": 61096, + "SetID": 109, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_109_6.png", + "RelicName": "RelicName_31096", + "BGStoryTitle": "RelicStoryTitle_31096", + "BGStoryContent": "RelicStoryContent_31096", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31101": { + "ID": 31101, + "SetID": 110, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_1.png", + "RelicName": "RelicName_31101", + "BGStoryTitle": "RelicStoryTitle_31101", + "BGStoryContent": "RelicStoryContent_31101", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41101": { + "ID": 41101, + "SetID": 110, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_1.png", + "RelicName": "RelicName_31101", + "BGStoryTitle": "RelicStoryTitle_31101", + "BGStoryContent": "RelicStoryContent_31101", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51101": { + "ID": 51101, + "SetID": 110, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_1.png", + "RelicName": "RelicName_31101", + "BGStoryTitle": "RelicStoryTitle_31101", + "BGStoryContent": "RelicStoryContent_31101", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61101": { + "ID": 61101, + "SetID": 110, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_1.png", + "RelicName": "RelicName_31101", + "BGStoryTitle": "RelicStoryTitle_31101", + "BGStoryContent": "RelicStoryContent_31101", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31102": { + "ID": 31102, + "SetID": 110, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_2.png", + "RelicName": "RelicName_31102", + "BGStoryTitle": "RelicStoryTitle_31102", + "BGStoryContent": "RelicStoryContent_31102", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41102": { + "ID": 41102, + "SetID": 110, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_2.png", + "RelicName": "RelicName_31102", + "BGStoryTitle": "RelicStoryTitle_31102", + "BGStoryContent": "RelicStoryContent_31102", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51102": { + "ID": 51102, + "SetID": 110, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_2.png", + "RelicName": "RelicName_31102", + "BGStoryTitle": "RelicStoryTitle_31102", + "BGStoryContent": "RelicStoryContent_31102", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61102": { + "ID": 61102, + "SetID": 110, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_2.png", + "RelicName": "RelicName_31102", + "BGStoryTitle": "RelicStoryTitle_31102", + "BGStoryContent": "RelicStoryContent_31102", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31103": { + "ID": 31103, + "SetID": 110, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_3.png", + "RelicName": "RelicName_31103", + "BGStoryTitle": "RelicStoryTitle_31103", + "BGStoryContent": "RelicStoryContent_31103", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41103": { + "ID": 41103, + "SetID": 110, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_3.png", + "RelicName": "RelicName_31103", + "BGStoryTitle": "RelicStoryTitle_31103", + "BGStoryContent": "RelicStoryContent_31103", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51103": { + "ID": 51103, + "SetID": 110, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_3.png", + "RelicName": "RelicName_31103", + "BGStoryTitle": "RelicStoryTitle_31103", + "BGStoryContent": "RelicStoryContent_31103", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61103": { + "ID": 61103, + "SetID": 110, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_3.png", + "RelicName": "RelicName_31103", + "BGStoryTitle": "RelicStoryTitle_31103", + "BGStoryContent": "RelicStoryContent_31103", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31104": { + "ID": 31104, + "SetID": 110, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_4.png", + "RelicName": "RelicName_31104", + "BGStoryTitle": "RelicStoryTitle_31104", + "BGStoryContent": "RelicStoryContent_31104", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41104": { + "ID": 41104, + "SetID": 110, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_4.png", + "RelicName": "RelicName_31104", + "BGStoryTitle": "RelicStoryTitle_31104", + "BGStoryContent": "RelicStoryContent_31104", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51104": { + "ID": 51104, + "SetID": 110, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_4.png", + "RelicName": "RelicName_31104", + "BGStoryTitle": "RelicStoryTitle_31104", + "BGStoryContent": "RelicStoryContent_31104", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61104": { + "ID": 61104, + "SetID": 110, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_4.png", + "RelicName": "RelicName_31104", + "BGStoryTitle": "RelicStoryTitle_31104", + "BGStoryContent": "RelicStoryContent_31104", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31105": { + "ID": 31105, + "SetID": 110, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_5.png", + "RelicName": "RelicName_31105", + "BGStoryTitle": "RelicStoryTitle_31105", + "BGStoryContent": "RelicStoryContent_31105", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41105": { + "ID": 41105, + "SetID": 110, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_5.png", + "RelicName": "RelicName_31105", + "BGStoryTitle": "RelicStoryTitle_31105", + "BGStoryContent": "RelicStoryContent_31105", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51105": { + "ID": 51105, + "SetID": 110, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_5.png", + "RelicName": "RelicName_31105", + "BGStoryTitle": "RelicStoryTitle_31105", + "BGStoryContent": "RelicStoryContent_31105", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61105": { + "ID": 61105, + "SetID": 110, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_5.png", + "RelicName": "RelicName_31105", + "BGStoryTitle": "RelicStoryTitle_31105", + "BGStoryContent": "RelicStoryContent_31105", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31106": { + "ID": 31106, + "SetID": 110, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_6.png", + "RelicName": "RelicName_31106", + "BGStoryTitle": "RelicStoryTitle_31106", + "BGStoryContent": "RelicStoryContent_31106", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41106": { + "ID": 41106, + "SetID": 110, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_6.png", + "RelicName": "RelicName_31106", + "BGStoryTitle": "RelicStoryTitle_31106", + "BGStoryContent": "RelicStoryContent_31106", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51106": { + "ID": 51106, + "SetID": 110, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_6.png", + "RelicName": "RelicName_31106", + "BGStoryTitle": "RelicStoryTitle_31106", + "BGStoryContent": "RelicStoryContent_31106", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61106": { + "ID": 61106, + "SetID": 110, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_110_6.png", + "RelicName": "RelicName_31106", + "BGStoryTitle": "RelicStoryTitle_31106", + "BGStoryContent": "RelicStoryContent_31106", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31111": { + "ID": 31111, + "SetID": 111, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_1.png", + "RelicName": "RelicName_31111", + "BGStoryTitle": "RelicStoryTitle_31111", + "BGStoryContent": "RelicStoryContent_31111", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41111": { + "ID": 41111, + "SetID": 111, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_1.png", + "RelicName": "RelicName_31111", + "BGStoryTitle": "RelicStoryTitle_31111", + "BGStoryContent": "RelicStoryContent_31111", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51111": { + "ID": 51111, + "SetID": 111, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_1.png", + "RelicName": "RelicName_31111", + "BGStoryTitle": "RelicStoryTitle_31111", + "BGStoryContent": "RelicStoryContent_31111", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61111": { + "ID": 61111, + "SetID": 111, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_1.png", + "RelicName": "RelicName_31111", + "BGStoryTitle": "RelicStoryTitle_31111", + "BGStoryContent": "RelicStoryContent_31111", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31112": { + "ID": 31112, + "SetID": 111, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_2.png", + "RelicName": "RelicName_31112", + "BGStoryTitle": "RelicStoryTitle_31112", + "BGStoryContent": "RelicStoryContent_31112", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41112": { + "ID": 41112, + "SetID": 111, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_2.png", + "RelicName": "RelicName_31112", + "BGStoryTitle": "RelicStoryTitle_31112", + "BGStoryContent": "RelicStoryContent_31112", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51112": { + "ID": 51112, + "SetID": 111, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_2.png", + "RelicName": "RelicName_31112", + "BGStoryTitle": "RelicStoryTitle_31112", + "BGStoryContent": "RelicStoryContent_31112", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61112": { + "ID": 61112, + "SetID": 111, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_2.png", + "RelicName": "RelicName_31112", + "BGStoryTitle": "RelicStoryTitle_31112", + "BGStoryContent": "RelicStoryContent_31112", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31113": { + "ID": 31113, + "SetID": 111, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_3.png", + "RelicName": "RelicName_31113", + "BGStoryTitle": "RelicStoryTitle_31113", + "BGStoryContent": "RelicStoryContent_31113", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41113": { + "ID": 41113, + "SetID": 111, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_3.png", + "RelicName": "RelicName_31113", + "BGStoryTitle": "RelicStoryTitle_31113", + "BGStoryContent": "RelicStoryContent_31113", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51113": { + "ID": 51113, + "SetID": 111, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_3.png", + "RelicName": "RelicName_31113", + "BGStoryTitle": "RelicStoryTitle_31113", + "BGStoryContent": "RelicStoryContent_31113", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61113": { + "ID": 61113, + "SetID": 111, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_3.png", + "RelicName": "RelicName_31113", + "BGStoryTitle": "RelicStoryTitle_31113", + "BGStoryContent": "RelicStoryContent_31113", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31114": { + "ID": 31114, + "SetID": 111, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_4.png", + "RelicName": "RelicName_31114", + "BGStoryTitle": "RelicStoryTitle_31114", + "BGStoryContent": "RelicStoryContent_31114", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41114": { + "ID": 41114, + "SetID": 111, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_4.png", + "RelicName": "RelicName_31114", + "BGStoryTitle": "RelicStoryTitle_31114", + "BGStoryContent": "RelicStoryContent_31114", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51114": { + "ID": 51114, + "SetID": 111, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_4.png", + "RelicName": "RelicName_31114", + "BGStoryTitle": "RelicStoryTitle_31114", + "BGStoryContent": "RelicStoryContent_31114", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61114": { + "ID": 61114, + "SetID": 111, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_4.png", + "RelicName": "RelicName_31114", + "BGStoryTitle": "RelicStoryTitle_31114", + "BGStoryContent": "RelicStoryContent_31114", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31115": { + "ID": 31115, + "SetID": 111, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_5.png", + "RelicName": "RelicName_31115", + "BGStoryTitle": "RelicStoryTitle_31115", + "BGStoryContent": "RelicStoryContent_31115", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41115": { + "ID": 41115, + "SetID": 111, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_5.png", + "RelicName": "RelicName_31115", + "BGStoryTitle": "RelicStoryTitle_31115", + "BGStoryContent": "RelicStoryContent_31115", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51115": { + "ID": 51115, + "SetID": 111, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_5.png", + "RelicName": "RelicName_31115", + "BGStoryTitle": "RelicStoryTitle_31115", + "BGStoryContent": "RelicStoryContent_31115", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61115": { + "ID": 61115, + "SetID": 111, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_5.png", + "RelicName": "RelicName_31115", + "BGStoryTitle": "RelicStoryTitle_31115", + "BGStoryContent": "RelicStoryContent_31115", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31116": { + "ID": 31116, + "SetID": 111, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_6.png", + "RelicName": "RelicName_31116", + "BGStoryTitle": "RelicStoryTitle_31116", + "BGStoryContent": "RelicStoryContent_31116", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41116": { + "ID": 41116, + "SetID": 111, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_6.png", + "RelicName": "RelicName_31116", + "BGStoryTitle": "RelicStoryTitle_31116", + "BGStoryContent": "RelicStoryContent_31116", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51116": { + "ID": 51116, + "SetID": 111, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_6.png", + "RelicName": "RelicName_31116", + "BGStoryTitle": "RelicStoryTitle_31116", + "BGStoryContent": "RelicStoryContent_31116", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61116": { + "ID": 61116, + "SetID": 111, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_111_6.png", + "RelicName": "RelicName_31116", + "BGStoryTitle": "RelicStoryTitle_31116", + "BGStoryContent": "RelicStoryContent_31116", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31121": { + "ID": 31121, + "SetID": 112, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_1.png", + "RelicName": "RelicName_31121", + "BGStoryTitle": "RelicStoryTitle_31121", + "BGStoryContent": "RelicStoryContent_31121", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41121": { + "ID": 41121, + "SetID": 112, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_1.png", + "RelicName": "RelicName_31121", + "BGStoryTitle": "RelicStoryTitle_31121", + "BGStoryContent": "RelicStoryContent_31121", + "MainAffixGroup": 31, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51121": { + "ID": 51121, + "SetID": 112, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_1.png", + "RelicName": "RelicName_31121", + "BGStoryTitle": "RelicStoryTitle_31121", + "BGStoryContent": "RelicStoryContent_31121", + "MainAffixGroup": 41, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61121": { + "ID": 61121, + "SetID": 112, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_1.png", + "RelicName": "RelicName_31121", + "BGStoryTitle": "RelicStoryTitle_31121", + "BGStoryContent": "RelicStoryContent_31121", + "MainAffixGroup": 51, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31122": { + "ID": 31122, + "SetID": 112, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_2.png", + "RelicName": "RelicName_31122", + "BGStoryTitle": "RelicStoryTitle_31122", + "BGStoryContent": "RelicStoryContent_31122", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41122": { + "ID": 41122, + "SetID": 112, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_2.png", + "RelicName": "RelicName_31122", + "BGStoryTitle": "RelicStoryTitle_31122", + "BGStoryContent": "RelicStoryContent_31122", + "MainAffixGroup": 32, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51122": { + "ID": 51122, + "SetID": 112, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_2.png", + "RelicName": "RelicName_31122", + "BGStoryTitle": "RelicStoryTitle_31122", + "BGStoryContent": "RelicStoryContent_31122", + "MainAffixGroup": 42, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61122": { + "ID": 61122, + "SetID": 112, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_2.png", + "RelicName": "RelicName_31122", + "BGStoryTitle": "RelicStoryTitle_31122", + "BGStoryContent": "RelicStoryContent_31122", + "MainAffixGroup": 52, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31123": { + "ID": 31123, + "SetID": 112, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_3.png", + "RelicName": "RelicName_31123", + "BGStoryTitle": "RelicStoryTitle_31123", + "BGStoryContent": "RelicStoryContent_31123", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41123": { + "ID": 41123, + "SetID": 112, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_3.png", + "RelicName": "RelicName_31123", + "BGStoryTitle": "RelicStoryTitle_31123", + "BGStoryContent": "RelicStoryContent_31123", + "MainAffixGroup": 33, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51123": { + "ID": 51123, + "SetID": 112, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_3.png", + "RelicName": "RelicName_31123", + "BGStoryTitle": "RelicStoryTitle_31123", + "BGStoryContent": "RelicStoryContent_31123", + "MainAffixGroup": 43, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61123": { + "ID": 61123, + "SetID": 112, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_3.png", + "RelicName": "RelicName_31123", + "BGStoryTitle": "RelicStoryTitle_31123", + "BGStoryContent": "RelicStoryContent_31123", + "MainAffixGroup": 53, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31124": { + "ID": 31124, + "SetID": 112, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_4.png", + "RelicName": "RelicName_31124", + "BGStoryTitle": "RelicStoryTitle_31124", + "BGStoryContent": "RelicStoryContent_31124", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41124": { + "ID": 41124, + "SetID": 112, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_4.png", + "RelicName": "RelicName_31124", + "BGStoryTitle": "RelicStoryTitle_31124", + "BGStoryContent": "RelicStoryContent_31124", + "MainAffixGroup": 34, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51124": { + "ID": 51124, + "SetID": 112, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_4.png", + "RelicName": "RelicName_31124", + "BGStoryTitle": "RelicStoryTitle_31124", + "BGStoryContent": "RelicStoryContent_31124", + "MainAffixGroup": 44, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61124": { + "ID": 61124, + "SetID": 112, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_4.png", + "RelicName": "RelicName_31124", + "BGStoryTitle": "RelicStoryTitle_31124", + "BGStoryContent": "RelicStoryContent_31124", + "MainAffixGroup": 54, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31125": { + "ID": 31125, + "SetID": 112, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_5.png", + "RelicName": "RelicName_31125", + "BGStoryTitle": "RelicStoryTitle_31125", + "BGStoryContent": "RelicStoryContent_31125", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41125": { + "ID": 41125, + "SetID": 112, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_5.png", + "RelicName": "RelicName_31125", + "BGStoryTitle": "RelicStoryTitle_31125", + "BGStoryContent": "RelicStoryContent_31125", + "MainAffixGroup": 35, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51125": { + "ID": 51125, + "SetID": 112, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_5.png", + "RelicName": "RelicName_31125", + "BGStoryTitle": "RelicStoryTitle_31125", + "BGStoryContent": "RelicStoryContent_31125", + "MainAffixGroup": 45, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61125": { + "ID": 61125, + "SetID": 112, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_5.png", + "RelicName": "RelicName_31125", + "BGStoryTitle": "RelicStoryTitle_31125", + "BGStoryContent": "RelicStoryContent_31125", + "MainAffixGroup": 55, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "31126": { + "ID": 31126, + "SetID": 112, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_6.png", + "RelicName": "RelicName_31126", + "BGStoryTitle": "RelicStoryTitle_31126", + "BGStoryContent": "RelicStoryContent_31126", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "41126": { + "ID": 41126, + "SetID": 112, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity3", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_6.png", + "RelicName": "RelicName_31126", + "BGStoryTitle": "RelicStoryTitle_31126", + "BGStoryContent": "RelicStoryContent_31126", + "MainAffixGroup": 36, + "SubAffixGroup": 3, + "MaxLevel": 9, + "ExpType": 2, + "ExpProvide": 500, + "CoinCost": 600 + }, + "51126": { + "ID": 51126, + "SetID": 112, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity4", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_6.png", + "RelicName": "RelicName_31126", + "BGStoryTitle": "RelicStoryTitle_31126", + "BGStoryContent": "RelicStoryContent_31126", + "MainAffixGroup": 46, + "SubAffixGroup": 4, + "MaxLevel": 12, + "ExpType": 3, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "61126": { + "ID": 61126, + "SetID": 112, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity5", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_112_6.png", + "RelicName": "RelicName_31126", + "BGStoryTitle": "RelicStoryTitle_31126", + "BGStoryContent": "RelicStoryContent_31126", + "MainAffixGroup": 56, + "SubAffixGroup": 5, + "MaxLevel": 15, + "ExpType": 4, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "65051": { + "ID": 65051, + "SetID": 105, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_1.png", + "RelicName": "RelicName_31051", + "BGStoryTitle": "RelicStoryTitle_31051", + "BGStoryContent": "RelicStoryContent_31051", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65052": { + "ID": 65052, + "SetID": 105, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_2.png", + "RelicName": "RelicName_31052", + "BGStoryTitle": "RelicStoryTitle_31052", + "BGStoryContent": "RelicStoryContent_31052", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65053": { + "ID": 65053, + "SetID": 105, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_3.png", + "RelicName": "RelicName_31053", + "BGStoryTitle": "RelicStoryTitle_31053", + "BGStoryContent": "RelicStoryContent_31053", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65054": { + "ID": 65054, + "SetID": 105, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_4.png", + "RelicName": "RelicName_31054", + "BGStoryTitle": "RelicStoryTitle_31054", + "BGStoryContent": "RelicStoryContent_31054", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65055": { + "ID": 65055, + "SetID": 105, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_5.png", + "RelicName": "RelicName_31055", + "BGStoryTitle": "RelicStoryTitle_31055", + "BGStoryContent": "RelicStoryContent_31055", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65056": { + "ID": 65056, + "SetID": 105, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_105_6.png", + "RelicName": "RelicName_31056", + "BGStoryTitle": "RelicStoryTitle_31056", + "BGStoryContent": "RelicStoryContent_31056", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65061": { + "ID": 65061, + "SetID": 106, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_1.png", + "RelicName": "RelicName_31061", + "BGStoryTitle": "RelicStoryTitle_31061", + "BGStoryContent": "RelicStoryContent_31061", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65062": { + "ID": 65062, + "SetID": 106, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_2.png", + "RelicName": "RelicName_31062", + "BGStoryTitle": "RelicStoryTitle_31062", + "BGStoryContent": "RelicStoryContent_31062", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65063": { + "ID": 65063, + "SetID": 106, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_3.png", + "RelicName": "RelicName_31063", + "BGStoryTitle": "RelicStoryTitle_31063", + "BGStoryContent": "RelicStoryContent_31063", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65064": { + "ID": 65064, + "SetID": 106, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_4.png", + "RelicName": "RelicName_31064", + "BGStoryTitle": "RelicStoryTitle_31064", + "BGStoryContent": "RelicStoryContent_31064", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65065": { + "ID": 65065, + "SetID": 106, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_5.png", + "RelicName": "RelicName_31065", + "BGStoryTitle": "RelicStoryTitle_31065", + "BGStoryContent": "RelicStoryContent_31065", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65066": { + "ID": 65066, + "SetID": 106, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_106_6.png", + "RelicName": "RelicName_31066", + "BGStoryTitle": "RelicStoryTitle_31066", + "BGStoryContent": "RelicStoryContent_31066", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65071": { + "ID": 65071, + "SetID": 107, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_1.png", + "RelicName": "RelicName_31071", + "BGStoryTitle": "RelicStoryTitle_31071", + "BGStoryContent": "RelicStoryContent_31071", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65072": { + "ID": 65072, + "SetID": 107, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_2.png", + "RelicName": "RelicName_31072", + "BGStoryTitle": "RelicStoryTitle_31072", + "BGStoryContent": "RelicStoryContent_31072", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65073": { + "ID": 65073, + "SetID": 107, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_3.png", + "RelicName": "RelicName_31073", + "BGStoryTitle": "RelicStoryTitle_31073", + "BGStoryContent": "RelicStoryContent_31073", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65074": { + "ID": 65074, + "SetID": 107, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_4.png", + "RelicName": "RelicName_31074", + "BGStoryTitle": "RelicStoryTitle_31074", + "BGStoryContent": "RelicStoryContent_31074", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65075": { + "ID": 65075, + "SetID": 107, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_5.png", + "RelicName": "RelicName_31075", + "BGStoryTitle": "RelicStoryTitle_31075", + "BGStoryContent": "RelicStoryContent_31075", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65076": { + "ID": 65076, + "SetID": 107, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_107_6.png", + "RelicName": "RelicName_31076", + "BGStoryTitle": "RelicStoryTitle_31076", + "BGStoryContent": "RelicStoryContent_31076", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65081": { + "ID": 65081, + "SetID": 108, + "Type": "HEAD", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_1.png", + "RelicName": "RelicName_31081", + "BGStoryTitle": "RelicStoryTitle_31081", + "BGStoryContent": "RelicStoryContent_31081", + "MainAffixGroup": 21, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65082": { + "ID": 65082, + "SetID": 108, + "Type": "HAND", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_2.png", + "RelicName": "RelicName_31082", + "BGStoryTitle": "RelicStoryTitle_31082", + "BGStoryContent": "RelicStoryContent_31082", + "MainAffixGroup": 22, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65083": { + "ID": 65083, + "SetID": 108, + "Type": "BODY", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_3.png", + "RelicName": "RelicName_31083", + "BGStoryTitle": "RelicStoryTitle_31083", + "BGStoryContent": "RelicStoryContent_31083", + "MainAffixGroup": 23, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65084": { + "ID": 65084, + "SetID": 108, + "Type": "FOOT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_4.png", + "RelicName": "RelicName_31084", + "BGStoryTitle": "RelicStoryTitle_31084", + "BGStoryContent": "RelicStoryContent_31084", + "MainAffixGroup": 24, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65085": { + "ID": 65085, + "SetID": 108, + "Type": "NECK", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_5.png", + "RelicName": "RelicName_31085", + "BGStoryTitle": "RelicStoryTitle_31085", + "BGStoryContent": "RelicStoryContent_31085", + "MainAffixGroup": 25, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + }, + "65086": { + "ID": 65086, + "SetID": 108, + "Type": "OBJECT", + "Rarity": "CombatPowerRelicRarity2", + "IconPath": "SpriteOutput/ItemIcon/RelicIcons/IconRelic_108_6.png", + "RelicName": "RelicName_31086", + "BGStoryTitle": "RelicStoryTitle_31086", + "BGStoryContent": "RelicStoryContent_31086", + "MainAffixGroup": 26, + "SubAffixGroup": 2, + "MaxLevel": 6, + "ExpType": 1, + "ExpProvide": 300, + "CoinCost": 360 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RelicExpItemExcelTable.json b/CrepePackage/src/data/excel/RelicExpItemExcelTable.json new file mode 100644 index 0000000..153db92 --- /dev/null +++ b/CrepePackage/src/data/excel/RelicExpItemExcelTable.json @@ -0,0 +1,22 @@ +{ + "231": { + "ItemID": 231, + "ExpProvide": 100, + "CoinCost": 120 + }, + "232": { + "ItemID": 232, + "ExpProvide": 1000, + "CoinCost": 1200 + }, + "233": { + "ItemID": 233, + "ExpProvide": 2000, + "CoinCost": 2400 + }, + "234": { + "ItemID": 234, + "ExpProvide": 5000, + "CoinCost": 6000 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RelicExpTypeExcelTable.json b/CrepePackage/src/data/excel/RelicExpTypeExcelTable.json new file mode 100644 index 0000000..61c4e8d --- /dev/null +++ b/CrepePackage/src/data/excel/RelicExpTypeExcelTable.json @@ -0,0 +1,322 @@ +{ + "1:0": { + "TypeID": 1, + "Level": 0, + "Exp": 540 + }, + "1:1": { + "TypeID": 1, + "Level": 1, + "Exp": 690 + }, + "1:2": { + "TypeID": 1, + "Level": 2, + "Exp": 840 + }, + "1:3": { + "TypeID": 1, + "Level": 3, + "Exp": 1020 + }, + "1:4": { + "TypeID": 1, + "Level": 4, + "Exp": 1230 + }, + "1:5": { + "TypeID": 1, + "Level": 5, + "Exp": 1440 + }, + "1:6": { + "TypeID": 1, + "Level": 6, + "Exp": 0 + }, + "1:7": { + "TypeID": 1, + "Level": 7, + "Exp": 0 + }, + "1:8": { + "TypeID": 1, + "Level": 8, + "Exp": 0 + }, + "1:9": { + "TypeID": 1, + "Level": 9, + "Exp": 0 + }, + "1:10": { + "TypeID": 1, + "Level": 10, + "Exp": 0 + }, + "1:11": { + "TypeID": 1, + "Level": 11, + "Exp": 0 + }, + "1:12": { + "TypeID": 1, + "Level": 12, + "Exp": 0 + }, + "1:13": { + "TypeID": 1, + "Level": 13, + "Exp": 0 + }, + "1:14": { + "TypeID": 1, + "Level": 14, + "Exp": 0 + }, + "1:15": { + "TypeID": 1, + "Level": 15, + "Exp": 0 + }, + "2:0": { + "TypeID": 2, + "Level": 0, + "Exp": 900 + }, + "2:1": { + "TypeID": 2, + "Level": 1, + "Exp": 1150 + }, + "2:2": { + "TypeID": 2, + "Level": 2, + "Exp": 1400 + }, + "2:3": { + "TypeID": 2, + "Level": 3, + "Exp": 1700 + }, + "2:4": { + "TypeID": 2, + "Level": 4, + "Exp": 2050 + }, + "2:5": { + "TypeID": 2, + "Level": 5, + "Exp": 2400 + }, + "2:6": { + "TypeID": 2, + "Level": 6, + "Exp": 2900 + }, + "2:7": { + "TypeID": 2, + "Level": 7, + "Exp": 3500 + }, + "2:8": { + "TypeID": 2, + "Level": 8, + "Exp": 4300 + }, + "2:9": { + "TypeID": 2, + "Level": 9, + "Exp": 0 + }, + "2:10": { + "TypeID": 2, + "Level": 10, + "Exp": 0 + }, + "2:11": { + "TypeID": 2, + "Level": 11, + "Exp": 0 + }, + "2:12": { + "TypeID": 2, + "Level": 12, + "Exp": 0 + }, + "2:13": { + "TypeID": 2, + "Level": 13, + "Exp": 0 + }, + "2:14": { + "TypeID": 2, + "Level": 14, + "Exp": 0 + }, + "2:15": { + "TypeID": 2, + "Level": 15, + "Exp": 0 + }, + "3:0": { + "TypeID": 3, + "Level": 0, + "Exp": 1440 + }, + "3:1": { + "TypeID": 3, + "Level": 1, + "Exp": 1840 + }, + "3:2": { + "TypeID": 3, + "Level": 2, + "Exp": 2240 + }, + "3:3": { + "TypeID": 3, + "Level": 3, + "Exp": 2720 + }, + "3:4": { + "TypeID": 3, + "Level": 4, + "Exp": 3280 + }, + "3:5": { + "TypeID": 3, + "Level": 5, + "Exp": 3840 + }, + "3:6": { + "TypeID": 3, + "Level": 6, + "Exp": 4640 + }, + "3:7": { + "TypeID": 3, + "Level": 7, + "Exp": 5600 + }, + "3:8": { + "TypeID": 3, + "Level": 8, + "Exp": 6880 + }, + "3:9": { + "TypeID": 3, + "Level": 9, + "Exp": 8400 + }, + "3:10": { + "TypeID": 3, + "Level": 10, + "Exp": 10320 + }, + "3:11": { + "TypeID": 3, + "Level": 11, + "Exp": 12800 + }, + "3:12": { + "TypeID": 3, + "Level": 12, + "Exp": 0 + }, + "3:13": { + "TypeID": 3, + "Level": 13, + "Exp": 0 + }, + "3:14": { + "TypeID": 3, + "Level": 14, + "Exp": 0 + }, + "3:15": { + "TypeID": 3, + "Level": 15, + "Exp": 0 + }, + "4:0": { + "TypeID": 4, + "Level": 0, + "Exp": 1800 + }, + "4:1": { + "TypeID": 4, + "Level": 1, + "Exp": 2300 + }, + "4:2": { + "TypeID": 4, + "Level": 2, + "Exp": 2800 + }, + "4:3": { + "TypeID": 4, + "Level": 3, + "Exp": 3400 + }, + "4:4": { + "TypeID": 4, + "Level": 4, + "Exp": 4100 + }, + "4:5": { + "TypeID": 4, + "Level": 5, + "Exp": 4800 + }, + "4:6": { + "TypeID": 4, + "Level": 6, + "Exp": 5800 + }, + "4:7": { + "TypeID": 4, + "Level": 7, + "Exp": 7000 + }, + "4:8": { + "TypeID": 4, + "Level": 8, + "Exp": 8600 + }, + "4:9": { + "TypeID": 4, + "Level": 9, + "Exp": 10500 + }, + "4:10": { + "TypeID": 4, + "Level": 10, + "Exp": 12900 + }, + "4:11": { + "TypeID": 4, + "Level": 11, + "Exp": 16000 + }, + "4:12": { + "TypeID": 4, + "Level": 12, + "Exp": 19800 + }, + "4:13": { + "TypeID": 4, + "Level": 13, + "Exp": 24400 + }, + "4:14": { + "TypeID": 4, + "Level": 14, + "Exp": 30100 + }, + "4:15": { + "TypeID": 4, + "Level": 15, + "Exp": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RelicSetSkillConfigExcelTable.json b/CrepePackage/src/data/excel/RelicSetSkillConfigExcelTable.json new file mode 100644 index 0000000..47b75cf --- /dev/null +++ b/CrepePackage/src/data/excel/RelicSetSkillConfigExcelTable.json @@ -0,0 +1,578 @@ +{ + "101:2": { + "SetID": 101, + "RequireNum": 2, + "SetName": "RelicSetName_101", + "SkillDesc": "RelicProperty_HPAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "HPAddedRatio", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "101:4": { + "SetID": 101, + "RequireNum": 4, + "SetName": "RelicSetName_101", + "SkillDesc": "RelicDesc_101", + "PropertyList": [], + "AbilityName": "Ability51011", + "AbilityParamList": [ + { + "RawValue": 429496730 + } + ] + }, + "101:5": { + "SetID": 101, + "RequireNum": 5, + "SetName": "RelicSetName_101", + "SkillDesc": "RelicProperty_HPAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "HPAddedRatio", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "102:2": { + "SetID": 102, + "RequireNum": 2, + "SetName": "RelicSetName_102", + "SkillDesc": "RelicProperty_AttackAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "AttackAddedRatio", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "102:4": { + "SetID": 102, + "RequireNum": 4, + "SetName": "RelicSetName_102", + "SkillDesc": "RelicDesc_102", + "PropertyList": [], + "AbilityName": "Ability51021", + "AbilityParamList": [ + { + "RawValue": 42949672960 + }, + { + "RawValue": 858993460 + }, + { + "RawValue": 4294967296 + } + ] + }, + "102:5": { + "SetID": 102, + "RequireNum": 5, + "SetName": "RelicSetName_102", + "SkillDesc": "RelicProperty_AttackAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "AttackAddedRatio", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "103:2": { + "SetID": 103, + "RequireNum": 2, + "SetName": "RelicSetName_103", + "SkillDesc": "RelicProperty_DefenceAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "DefenceAddedRatio", + "BNHLMJGNADI": { + "RawValue": 773094114 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "103:4": { + "SetID": 103, + "RequireNum": 4, + "SetName": "RelicSetName_103", + "SkillDesc": "RelicDesc_103", + "PropertyList": [], + "AbilityName": "Ability51031", + "AbilityParamList": [ + { + "RawValue": 858993460 + } + ] + }, + "103:5": { + "SetID": 103, + "RequireNum": 5, + "SetName": "RelicSetName_103", + "SkillDesc": "RelicProperty_DefenceAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "DefenceAddedRatio", + "BNHLMJGNADI": { + "RawValue": 773094114 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "104:2": { + "SetID": 104, + "RequireNum": 2, + "SetName": "RelicSetName_104", + "SkillDesc": "RelicProperty_AttackAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "AttackAddedRatio", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "104:4": { + "SetID": 104, + "RequireNum": 4, + "SetName": "RelicSetName_104", + "SkillDesc": "RelicDesc_104", + "PropertyList": [], + "AbilityName": "Ability51041", + "AbilityParamList": [ + { + "RawValue": 2147483650 + }, + { + "RawValue": 1288490190 + } + ] + }, + "104:5": { + "SetID": 104, + "RequireNum": 5, + "SetName": "RelicSetName_104", + "SkillDesc": "RelicProperty_AttackAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "AttackAddedRatio", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "105:2": { + "SetID": 105, + "RequireNum": 2, + "SetName": "RelicSetName_105", + "SkillDesc": "RelicProperty_PhysicalAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "PhysicalAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "105:4": { + "SetID": 105, + "RequireNum": 4, + "SetName": "RelicSetName_105", + "SkillDesc": "RelicDesc_105", + "PropertyList": [], + "AbilityName": "Ability51051", + "AbilityParamList": [ + { + "RawValue": 300647711 + }, + { + "RawValue": 25769803776 + } + ] + }, + "105:5": { + "SetID": 105, + "RequireNum": 5, + "SetName": "RelicSetName_105", + "SkillDesc": "RelicProperty_PhysicalAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "PhysicalAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "106:2": { + "SetID": 106, + "RequireNum": 2, + "SetName": "RelicSetName_106", + "SkillDesc": "RelicProperty_IceAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "IceAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "106:4": { + "SetID": 106, + "RequireNum": 4, + "SetName": "RelicSetName_106", + "SkillDesc": "RelicDesc_106", + "PropertyList": [], + "AbilityName": "Ability51061", + "AbilityParamList": [ + { + "RawValue": 644245095 + }, + { + "RawValue": 858993460 + } + ] + }, + "106:5": { + "SetID": 106, + "RequireNum": 5, + "SetName": "RelicSetName_106", + "SkillDesc": "RelicProperty_IceAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "IceAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "107:2": { + "SetID": 107, + "RequireNum": 2, + "SetName": "RelicSetName_107", + "SkillDesc": "RelicProperty_FireAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "FireAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "107:4": { + "SetID": 107, + "RequireNum": 4, + "SetName": "RelicSetName_107", + "SkillDesc": "RelicDesc_107", + "PropertyList": [], + "AbilityName": "Ability51071", + "AbilityParamList": [ + { + "RawValue": 858993460 + }, + { + "RawValue": 515396076 + } + ] + }, + "107:5": { + "SetID": 107, + "RequireNum": 5, + "SetName": "RelicSetName_107", + "SkillDesc": "RelicProperty_FireAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "FireAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "108:2": { + "SetID": 108, + "RequireNum": 2, + "SetName": "RelicSetName_108", + "SkillDesc": "RelicProperty_QuantumAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "QuantumAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "108:4": { + "SetID": 108, + "RequireNum": 4, + "SetName": "RelicSetName_108", + "SkillDesc": "RelicDesc_108", + "PropertyList": [], + "AbilityName": "Ability51081", + "AbilityParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 17179869184 + } + ] + }, + "108:5": { + "SetID": 108, + "RequireNum": 5, + "SetName": "RelicSetName_108", + "SkillDesc": "RelicProperty_QuantumAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "QuantumAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "109:2": { + "SetID": 109, + "RequireNum": 2, + "SetName": "RelicSetName_109", + "SkillDesc": "RelicProperty_ThunderAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "ThunderAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "109:4": { + "SetID": 109, + "RequireNum": 4, + "SetName": "RelicSetName_109", + "SkillDesc": "RelicDesc_109", + "PropertyList": [], + "AbilityName": "Ability51091", + "AbilityParamList": [ + { + "RawValue": 1717986920 + }, + { + "RawValue": 773094114 + } + ] + }, + "109:5": { + "SetID": 109, + "RequireNum": 5, + "SetName": "RelicSetName_109", + "SkillDesc": "RelicProperty_ThunderAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "ThunderAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "110:2": { + "SetID": 110, + "RequireNum": 2, + "SetName": "RelicSetName_110", + "SkillDesc": "RelicProperty_WindAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "WindAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "110:4": { + "SetID": 110, + "RequireNum": 4, + "SetName": "RelicSetName_110", + "SkillDesc": "RelicDesc_110", + "PropertyList": [], + "AbilityName": "Ability51101", + "AbilityParamList": [ + { + "RawValue": 42949672960 + }, + { + "RawValue": 214748365 + } + ] + }, + "110:5": { + "SetID": 110, + "RequireNum": 5, + "SetName": "RelicSetName_110", + "SkillDesc": "RelicProperty_WindAddedRatio", + "PropertyList": [ + { + "GEIDJENPBOB": "WindAddedRatio", + "BNHLMJGNADI": { + "RawValue": 515396076 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "111:2": { + "SetID": 111, + "RequireNum": 2, + "SetName": "RelicSetName_111", + "SkillDesc": "RelicProperty_StatusProbability", + "PropertyList": [ + { + "GEIDJENPBOB": "StatusProbability", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "111:4": { + "SetID": 111, + "RequireNum": 4, + "SetName": "RelicSetName_111", + "SkillDesc": "RelicDesc_111", + "PropertyList": [], + "AbilityName": "Ability51111", + "AbilityParamList": [ + { + "RawValue": 1932735285 + }, + { + "RawValue": 644245095 + }, + { + "RawValue": 4294967296 + } + ] + }, + "111:5": { + "SetID": 111, + "RequireNum": 5, + "SetName": "RelicSetName_111", + "SkillDesc": "RelicProperty_StatusProbability", + "PropertyList": [ + { + "GEIDJENPBOB": "StatusProbability", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "112:2": { + "SetID": 112, + "RequireNum": 2, + "SetName": "RelicSetName_112", + "SkillDesc": "RelicProperty_StatusProbability", + "PropertyList": [ + { + "GEIDJENPBOB": "StatusProbability", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + }, + "112:4": { + "SetID": 112, + "RequireNum": 4, + "SetName": "RelicSetName_112", + "SkillDesc": "RelicDesc_112", + "PropertyList": [], + "AbilityName": "Ability51121", + "AbilityParamList": [ + { + "RawValue": 429496730 + }, + { + "RawValue": 644245095 + } + ] + }, + "112:5": { + "SetID": 112, + "RequireNum": 5, + "SetName": "RelicSetName_112", + "SkillDesc": "RelicProperty_StatusProbability", + "PropertyList": [ + { + "GEIDJENPBOB": "StatusProbability", + "BNHLMJGNADI": { + "RawValue": 644245095 + } + } + ], + "AbilityName": "", + "AbilityParamList": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ResourceOverallExcelTable.json b/CrepePackage/src/data/excel/ResourceOverallExcelTable.json new file mode 100644 index 0000000..067bee5 --- /dev/null +++ b/CrepePackage/src/data/excel/ResourceOverallExcelTable.json @@ -0,0 +1,343 @@ +{ + "InventoryPage": { + "PageKey": "InventoryPage", + "CurrencyIDList": [ + 2, + 1 + ], + "IsDetailButton": false + }, + "SkillTreePointDetailPanel": { + "PageKey": "SkillTreePointDetailPanel", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "SwitchAreaPage": { + "PageKey": "SwitchAreaPage", + "CurrencyIDList": [ + 11 + ], + "IsDetailButton": false + }, + "MapOverviewPage": { + "PageKey": "MapOverviewPage", + "CurrencyIDList": [ + 11 + ], + "IsDetailButton": false + }, + "AvatarLevelUpDialog": { + "PageKey": "AvatarLevelUpDialog", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "AvatarPromotionDialog": { + "PageKey": "AvatarPromotionDialog", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "Shop101Page": { + "PageKey": "Shop101Page", + "CurrencyIDList": [ + 1, + 2 + ], + "IsDetailButton": false + }, + "Shop102Page": { + "PageKey": "Shop102Page", + "CurrencyIDList": [ + 120001 + ], + "IsDetailButton": false + }, + "Shop103Page": { + "PageKey": "Shop103Page", + "CurrencyIDList": [ + 120002 + ], + "IsDetailButton": false + }, + "Shop104Page": { + "PageKey": "Shop104Page", + "CurrencyIDList": [ + 252 + ], + "IsDetailButton": false + }, + "Shop105Page": { + "PageKey": "Shop105Page", + "CurrencyIDList": [ + 251 + ], + "IsDetailButton": false + }, + "EquipmentLevelUpPanel": { + "PageKey": "EquipmentLevelUpPanel", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "EquipmentPromotionPanel": { + "PageKey": "EquipmentPromotionPanel", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "RewardConfirmDialog": { + "PageKey": "RewardConfirmDialog", + "CurrencyIDList": [ + 11 + ], + "IsDetailButton": false + }, + "Shop201Page": { + "PageKey": "Shop201Page", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "Shop301Page": { + "PageKey": "Shop301Page", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "Shop401Page": { + "PageKey": "Shop401Page", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "ItemComposePage": { + "PageKey": "ItemComposePage", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "MapContainerPanel": { + "PageKey": "MapContainerPanel", + "CurrencyIDList": [ + 11 + ], + "IsDetailButton": false + }, + "StandardGachaPage": { + "PageKey": "StandardGachaPage", + "CurrencyIDList": [ + 101, + 1 + ], + "IsDetailButton": true + }, + "CharacterGachaPage": { + "PageKey": "CharacterGachaPage", + "CurrencyIDList": [ + 102, + 1 + ], + "IsDetailButton": true + }, + "LightconeGachaPage": { + "PageKey": "LightconeGachaPage", + "CurrencyIDList": [ + 102, + 1 + ], + "IsDetailButton": true + }, + "Shop999Page": { + "PageKey": "Shop999Page", + "CurrencyIDList": [ + 1 + ], + "IsDetailButton": false + }, + "Shop501Page": { + "PageKey": "Shop501Page", + "CurrencyIDList": [ + 31 + ], + "IsDetailButton": false + }, + "Shop502Page": { + "PageKey": "Shop502Page", + "CurrencyIDList": [ + 31 + ], + "IsDetailButton": false + }, + "Shop503Page": { + "PageKey": "Shop503Page", + "CurrencyIDList": [ + 31 + ], + "IsDetailButton": false + }, + "Shop504Page": { + "PageKey": "Shop504Page", + "CurrencyIDList": [ + 501 + ], + "IsDetailButton": false + }, + "Shop505Page": { + "PageKey": "Shop505Page", + "CurrencyIDList": [ + 502 + ], + "IsDetailButton": false + }, + "Shop601Page": { + "PageKey": "Shop601Page", + "CurrencyIDList": [ + 120001 + ], + "IsDetailButton": false + }, + "Shop991Page": { + "PageKey": "Shop991Page", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "Shop992Page": { + "PageKey": "Shop992Page", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "RogueConfirmRecoverStaminaDialog": { + "PageKey": "RogueConfirmRecoverStaminaDialog", + "CurrencyIDList": [ + 31, + 32 + ], + "IsDetailButton": false + }, + "RogueConfirmReviveAvatarDialog": { + "PageKey": "RogueConfirmReviveAvatarDialog", + "CurrencyIDList": [ + 31 + ], + "IsDetailButton": false + }, + "InventoryPage_Rogue": { + "PageKey": "InventoryPage_Rogue", + "CurrencyIDList": [ + 31 + ], + "IsDetailButton": false + }, + "Shop993Page": { + "PageKey": "Shop993Page", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "RogueAppraisalPage": { + "PageKey": "RogueAppraisalPage", + "CurrencyIDList": [], + "IsDetailButton": false + }, + "Shop994Page": { + "PageKey": "Shop994Page", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "RogueSelectBuffDialog": { + "PageKey": "RogueSelectBuffDialog", + "CurrencyIDList": [ + 31 + ], + "IsDetailButton": false + }, + "Shop995Page": { + "PageKey": "Shop995Page", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "RechargePage": { + "PageKey": "RechargePage", + "CurrencyIDList": [ + 3, + 1 + ], + "IsDetailButton": true + }, + "FarmRelicRewardDialog": { + "PageKey": "FarmRelicRewardDialog", + "CurrencyIDList": [ + 11 + ], + "IsDetailButton": false + }, + "FarmRelicPage": { + "PageKey": "FarmRelicPage", + "CurrencyIDList": [ + 11 + ], + "IsDetailButton": false + }, + "FarmElementPage": { + "PageKey": "FarmElementPage", + "CurrencyIDList": [ + 11 + ], + "IsDetailButton": false + }, + "RogueBuffShopPage": { + "PageKey": "RogueBuffShopPage", + "CurrencyIDList": [ + 31 + ], + "IsDetailButton": false + }, + "RelicUpgradePage": { + "PageKey": "RelicUpgradePage", + "CurrencyIDList": [ + 2 + ], + "IsDetailButton": false + }, + "RogueMapSelectPage": { + "PageKey": "RogueMapSelectPage", + "CurrencyIDList": [ + 32 + ], + "IsDetailButton": false + }, + "RogueSelectBuffPage": { + "PageKey": "RogueSelectBuffPage", + "CurrencyIDList": [ + 31 + ], + "IsDetailButton": false + }, + "RogueMenuPage": { + "PageKey": "RogueMenuPage", + "CurrencyIDList": [ + 31 + ], + "IsDetailButton": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RetCodeErrorConfigExcelTable.json b/CrepePackage/src/data/excel/RetCodeErrorConfigExcelTable.json new file mode 100644 index 0000000..682d74b --- /dev/null +++ b/CrepePackage/src/data/excel/RetCodeErrorConfigExcelTable.json @@ -0,0 +1,1736 @@ +{ + "0": { + "ErrorID": 0, + "Text": { + "hash": -101987035 + } + }, + "1": { + "ErrorID": 1, + "Text": { + "hash": 1464096906 + } + }, + "2": { + "ErrorID": 2, + "Text": { + "hash": 1060812379 + } + }, + "3": { + "ErrorID": 3, + "Text": { + "hash": -1668070976 + } + }, + "4": { + "ErrorID": 4, + "Text": { + "hash": 1867381433 + } + }, + "5": { + "ErrorID": 5, + "Text": { + "hash": -861501922 + } + }, + "6": { + "ErrorID": 6, + "Text": { + "hash": -1264786449 + } + }, + "7": { + "ErrorID": 7, + "Text": { + "hash": 301297492 + } + }, + "8": { + "ErrorID": 8, + "Text": { + "hash": -458217395 + } + }, + "9": { + "ErrorID": 9, + "Text": { + "hash": 1107866546 + } + }, + "1000": { + "ErrorID": 1000, + "Text": { + "hash": 1058611706 + } + }, + "1001": { + "ErrorID": 1001, + "Text": { + "hash": 1058611705 + } + }, + "1002": { + "ErrorID": 1002, + "Text": { + "hash": 1058611704 + } + }, + "1003": { + "ErrorID": 1003, + "Text": { + "hash": 1058611703 + } + }, + "1004": { + "ErrorID": 1004, + "Text": { + "hash": 1058611710 + } + }, + "1005": { + "ErrorID": 1005, + "Text": { + "hash": 1058611709 + } + }, + "1006": { + "ErrorID": 1006, + "Text": { + "hash": 1058611708 + } + }, + "1007": { + "ErrorID": 1007, + "Text": { + "hash": 1058611707 + } + }, + "1008": { + "ErrorID": 1008, + "Text": { + "hash": 1058611698 + } + }, + "1009": { + "ErrorID": 1009, + "Text": { + "hash": 1058611697 + } + }, + "1010": { + "ErrorID": 1010, + "Text": { + "hash": -507472235 + } + }, + "1011": { + "ErrorID": 1011, + "Text": { + "hash": -507472236 + } + }, + "1012": { + "ErrorID": 1012, + "Text": { + "hash": -507472237 + } + }, + "1013": { + "ErrorID": 1013, + "Text": { + "hash": -507472238 + } + }, + "1100": { + "ErrorID": 1100, + "Text": { + "hash": 1058611737 + } + }, + "1101": { + "ErrorID": 1101, + "Text": { + "hash": 1058611738 + } + }, + "1102": { + "ErrorID": 1102, + "Text": { + "hash": 1058611735 + } + }, + "1103": { + "ErrorID": 1103, + "Text": { + "hash": 1058611736 + } + }, + "1104": { + "ErrorID": 1104, + "Text": { + "hash": 1058611741 + } + }, + "1105": { + "ErrorID": 1105, + "Text": { + "hash": 1058611742 + } + }, + "1200": { + "ErrorID": 1200, + "Text": { + "hash": 1058611640 + } + }, + "1201": { + "ErrorID": 1201, + "Text": { + "hash": 1058611639 + } + }, + "1202": { + "ErrorID": 1202, + "Text": { + "hash": 1058611642 + } + }, + "1203": { + "ErrorID": 1203, + "Text": { + "hash": 1058611641 + } + }, + "1204": { + "ErrorID": 1204, + "Text": { + "hash": 1058611644 + } + }, + "1205": { + "ErrorID": 1205, + "Text": { + "hash": 1058611643 + } + }, + "1206": { + "ErrorID": 1206, + "Text": { + "hash": 1058611646 + } + }, + "1207": { + "ErrorID": 1207, + "Text": { + "hash": 1058611645 + } + }, + "1208": { + "ErrorID": 1208, + "Text": { + "hash": 1058611632 + } + }, + "1209": { + "ErrorID": 1209, + "Text": { + "hash": 1058611631 + } + }, + "1210": { + "ErrorID": 1210, + "Text": { + "hash": -507472301 + } + }, + "1211": { + "ErrorID": 1211, + "Text": { + "hash": -507472302 + } + }, + "1212": { + "ErrorID": 1212, + "Text": { + "hash": -507472299 + } + }, + "1213": { + "ErrorID": 1213, + "Text": { + "hash": -507472300 + } + }, + "1214": { + "ErrorID": 1214, + "Text": { + "hash": -507472297 + } + }, + "1215": { + "ErrorID": 1215, + "Text": { + "hash": -507472298 + } + }, + "1216": { + "ErrorID": 1216, + "Text": { + "hash": -507472295 + } + }, + "1217": { + "ErrorID": 1217, + "Text": { + "hash": -507472296 + } + }, + "1218": { + "ErrorID": 1218, + "Text": { + "hash": -507472309 + } + }, + "1300": { + "ErrorID": 1300, + "Text": { + "hash": 1058611671 + } + }, + "1301": { + "ErrorID": 1301, + "Text": { + "hash": 1058611672 + } + }, + "1302": { + "ErrorID": 1302, + "Text": { + "hash": 1058611673 + } + }, + "1303": { + "ErrorID": 1303, + "Text": { + "hash": 1058611674 + } + }, + "1304": { + "ErrorID": 1304, + "Text": { + "hash": 1058611675 + } + }, + "1305": { + "ErrorID": 1305, + "Text": { + "hash": 1058611676 + } + }, + "1306": { + "ErrorID": 1306, + "Text": { + "hash": 1058611677 + } + }, + "1307": { + "ErrorID": 1307, + "Text": { + "hash": 1058611678 + } + }, + "1308": { + "ErrorID": 1308, + "Text": { + "hash": 1058611663 + } + }, + "1309": { + "ErrorID": 1309, + "Text": { + "hash": 1058611664 + } + }, + "1310": { + "ErrorID": 1310, + "Text": { + "hash": -507472270 + } + }, + "1311": { + "ErrorID": 1311, + "Text": { + "hash": -507472269 + } + }, + "1312": { + "ErrorID": 1312, + "Text": { + "hash": -507472268 + } + }, + "1313": { + "ErrorID": 1313, + "Text": { + "hash": -507472267 + } + }, + "1314": { + "ErrorID": 1314, + "Text": { + "hash": -507472266 + } + }, + "1315": { + "ErrorID": 1315, + "Text": { + "hash": -507472265 + } + }, + "1316": { + "ErrorID": 1316, + "Text": { + "hash": -507472264 + } + }, + "1317": { + "ErrorID": 1317, + "Text": { + "hash": -507472263 + } + }, + "1318": { + "ErrorID": 1318, + "Text": { + "hash": -507472278 + } + }, + "1319": { + "ErrorID": 1319, + "Text": { + "hash": -507472277 + } + }, + "1350": { + "ErrorID": 1350, + "Text": { + "hash": 1461896198 + } + }, + "1351": { + "ErrorID": 1351, + "Text": { + "hash": 1461896199 + } + }, + "1352": { + "ErrorID": 1352, + "Text": { + "hash": 1461896200 + } + }, + "1353": { + "ErrorID": 1353, + "Text": { + "hash": 1461896201 + } + }, + "1354": { + "ErrorID": 1354, + "Text": { + "hash": 1461896202 + } + }, + "1355": { + "ErrorID": 1355, + "Text": { + "hash": 1461896203 + } + }, + "1356": { + "ErrorID": 1356, + "Text": { + "hash": 1461896204 + } + }, + "1357": { + "ErrorID": 1357, + "Text": { + "hash": 1461896205 + } + }, + "1358": { + "ErrorID": 1358, + "Text": { + "hash": 1461896190 + } + }, + "1359": { + "ErrorID": 1359, + "Text": { + "hash": 1461896191 + } + }, + "1360": { + "ErrorID": 1360, + "Text": { + "hash": -104187743 + } + }, + "1361": { + "ErrorID": 1361, + "Text": { + "hash": -104187742 + } + }, + "1362": { + "ErrorID": 1362, + "Text": { + "hash": -104187741 + } + }, + "1363": { + "ErrorID": 1363, + "Text": { + "hash": -104187740 + } + }, + "1364": { + "ErrorID": 1364, + "Text": { + "hash": -104187739 + } + }, + "1365": { + "ErrorID": 1365, + "Text": { + "hash": -104187738 + } + }, + "1366": { + "ErrorID": 1366, + "Text": { + "hash": -104187737 + } + }, + "1367": { + "ErrorID": 1367, + "Text": { + "hash": -104187736 + } + }, + "1368": { + "ErrorID": 1368, + "Text": { + "hash": -104187751 + } + }, + "1369": { + "ErrorID": 1369, + "Text": { + "hash": -104187750 + } + }, + "1370": { + "ErrorID": 1370, + "Text": { + "hash": -1670271684 + } + }, + "1400": { + "ErrorID": 1400, + "Text": { + "hash": 1058611838 + } + }, + "1401": { + "ErrorID": 1401, + "Text": { + "hash": 1058611837 + } + }, + "1402": { + "ErrorID": 1402, + "Text": { + "hash": 1058611836 + } + }, + "1403": { + "ErrorID": 1403, + "Text": { + "hash": 1058611835 + } + }, + "1404": { + "ErrorID": 1404, + "Text": { + "hash": 1058611834 + } + }, + "1405": { + "ErrorID": 1405, + "Text": { + "hash": 1058611833 + } + }, + "1406": { + "ErrorID": 1406, + "Text": { + "hash": 1058611832 + } + }, + "1407": { + "ErrorID": 1407, + "Text": { + "hash": 1058611831 + } + }, + "1408": { + "ErrorID": 1408, + "Text": { + "hash": 1058611830 + } + }, + "1409": { + "ErrorID": 1409, + "Text": { + "hash": 1058611829 + } + }, + "1410": { + "ErrorID": 1410, + "Text": { + "hash": -507472103 + } + }, + "1411": { + "ErrorID": 1411, + "Text": { + "hash": -507472104 + } + }, + "1412": { + "ErrorID": 1412, + "Text": { + "hash": -507472105 + } + }, + "1413": { + "ErrorID": 1413, + "Text": { + "hash": -507472106 + } + }, + "1414": { + "ErrorID": 1414, + "Text": { + "hash": -507472107 + } + }, + "1415": { + "ErrorID": 1415, + "Text": { + "hash": -507472108 + } + }, + "1416": { + "ErrorID": 1416, + "Text": { + "hash": -507472109 + } + }, + "1417": { + "ErrorID": 1417, + "Text": { + "hash": -507472110 + } + }, + "1418": { + "ErrorID": 1418, + "Text": { + "hash": -507472111 + } + }, + "1419": { + "ErrorID": 1419, + "Text": { + "hash": -507472112 + } + }, + "1420": { + "ErrorID": 1420, + "Text": { + "hash": -2073556044 + } + }, + "1421": { + "ErrorID": 1421, + "Text": { + "hash": -2073556045 + } + }, + "1700": { + "ErrorID": 1700, + "Text": { + "hash": 1058611803 + } + }, + "1701": { + "ErrorID": 1701, + "Text": { + "hash": 1058611804 + } + }, + "1702": { + "ErrorID": 1702, + "Text": { + "hash": 1058611805 + } + }, + "1703": { + "ErrorID": 1703, + "Text": { + "hash": 1058611806 + } + }, + "1704": { + "ErrorID": 1704, + "Text": { + "hash": 1058611799 + } + }, + "1800": { + "ErrorID": 1800, + "Text": { + "hash": 1058611442 + } + }, + "1801": { + "ErrorID": 1801, + "Text": { + "hash": 1058611441 + } + }, + "1802": { + "ErrorID": 1802, + "Text": { + "hash": 1058611440 + } + }, + "1804": { + "ErrorID": 1804, + "Text": { + "hash": 1058611446 + } + }, + "1805": { + "ErrorID": 1805, + "Text": { + "hash": 1058611445 + } + }, + "1806": { + "ErrorID": 1806, + "Text": { + "hash": 1058611444 + } + }, + "1807": { + "ErrorID": 1807, + "Text": { + "hash": 1058611443 + } + }, + "1808": { + "ErrorID": 1808, + "Text": { + "hash": 1058611450 + } + }, + "1809": { + "ErrorID": 1809, + "Text": { + "hash": 1058611449 + } + }, + "1900": { + "ErrorID": 1900, + "Text": { + "hash": 1058611473 + } + }, + "1901": { + "ErrorID": 1901, + "Text": { + "hash": 1058611474 + } + }, + "1902": { + "ErrorID": 1902, + "Text": { + "hash": 1058611471 + } + }, + "1903": { + "ErrorID": 1903, + "Text": { + "hash": 1058611472 + } + }, + "2000": { + "ErrorID": 2000, + "Text": { + "hash": 2080248619 + } + }, + "2001": { + "ErrorID": 2001, + "Text": { + "hash": 2080248618 + } + }, + "2002": { + "ErrorID": 2002, + "Text": { + "hash": 2080248617 + } + }, + "2003": { + "ErrorID": 2003, + "Text": { + "hash": 2080248616 + } + }, + "2004": { + "ErrorID": 2004, + "Text": { + "hash": 2080248623 + } + }, + "2005": { + "ErrorID": 2005, + "Text": { + "hash": 2080248622 + } + }, + "2006": { + "ErrorID": 2006, + "Text": { + "hash": 2080248621 + } + }, + "2007": { + "ErrorID": 2007, + "Text": { + "hash": 2080248620 + } + }, + "2100": { + "ErrorID": 2100, + "Text": { + "hash": 2080248650 + } + }, + "2101": { + "ErrorID": 2101, + "Text": { + "hash": 2080248651 + } + }, + "2102": { + "ErrorID": 2102, + "Text": { + "hash": 2080248648 + } + }, + "2103": { + "ErrorID": 2103, + "Text": { + "hash": 2080248649 + } + }, + "2104": { + "ErrorID": 2104, + "Text": { + "hash": 2080248654 + } + }, + "2105": { + "ErrorID": 2105, + "Text": { + "hash": 2080248655 + } + }, + "2106": { + "ErrorID": 2106, + "Text": { + "hash": 2080248652 + } + }, + "2107": { + "ErrorID": 2107, + "Text": { + "hash": 2080248653 + } + }, + "2108": { + "ErrorID": 2108, + "Text": { + "hash": 2080248642 + } + }, + "2109": { + "ErrorID": 2109, + "Text": { + "hash": 2080248643 + } + }, + "2200": { + "ErrorID": 2200, + "Text": { + "hash": 2080248553 + } + }, + "2201": { + "ErrorID": 2201, + "Text": { + "hash": 2080248552 + } + }, + "2202": { + "ErrorID": 2202, + "Text": { + "hash": 2080248555 + } + }, + "2203": { + "ErrorID": 2203, + "Text": { + "hash": 2080248554 + } + }, + "2204": { + "ErrorID": 2204, + "Text": { + "hash": 2080248557 + } + }, + "2205": { + "ErrorID": 2205, + "Text": { + "hash": 2080248556 + } + }, + "2206": { + "ErrorID": 2206, + "Text": { + "hash": 2080248559 + } + }, + "2207": { + "ErrorID": 2207, + "Text": { + "hash": 2080248558 + } + }, + "2208": { + "ErrorID": 2208, + "Text": { + "hash": 2080248545 + } + }, + "2209": { + "ErrorID": 2209, + "Text": { + "hash": 2080248544 + } + }, + "2210": { + "ErrorID": 2210, + "Text": { + "hash": -648634802 + } + }, + "2211": { + "ErrorID": 2211, + "Text": { + "hash": -648634803 + } + }, + "2212": { + "ErrorID": 2212, + "Text": { + "hash": -648634800 + } + }, + "2213": { + "ErrorID": 2213, + "Text": { + "hash": -648634801 + } + }, + "2214": { + "ErrorID": 2214, + "Text": { + "hash": -648634798 + } + }, + "2215": { + "ErrorID": 2215, + "Text": { + "hash": -648634799 + } + }, + "2216": { + "ErrorID": 2216, + "Text": { + "hash": -648634796 + } + }, + "2217": { + "ErrorID": 2217, + "Text": { + "hash": -648634797 + } + }, + "2218": { + "ErrorID": 2218, + "Text": { + "hash": -648634810 + } + }, + "2219": { + "ErrorID": 2219, + "Text": { + "hash": -648634811 + } + }, + "2220": { + "ErrorID": 2220, + "Text": { + "hash": 917449139 + } + }, + "2221": { + "ErrorID": 2221, + "Text": { + "hash": 917449138 + } + }, + "2222": { + "ErrorID": 2222, + "Text": { + "hash": 917449141 + } + }, + "2223": { + "ErrorID": 2223, + "Text": { + "hash": 917449140 + } + }, + "2300": { + "ErrorID": 2300, + "Text": { + "hash": 2080248584 + } + }, + "2400": { + "ErrorID": 2400, + "Text": { + "hash": 2080248751 + } + }, + "2401": { + "ErrorID": 2401, + "Text": { + "hash": 2080248750 + } + }, + "2402": { + "ErrorID": 2402, + "Text": { + "hash": 2080248749 + } + }, + "2403": { + "ErrorID": 2403, + "Text": { + "hash": 2080248748 + } + }, + "2404": { + "ErrorID": 2404, + "Text": { + "hash": 2080248747 + } + }, + "2405": { + "ErrorID": 2405, + "Text": { + "hash": 2080248746 + } + }, + "2406": { + "ErrorID": 2406, + "Text": { + "hash": 2080248745 + } + }, + "2407": { + "ErrorID": 2407, + "Text": { + "hash": 2080248744 + } + }, + "2500": { + "ErrorID": 2500, + "Text": { + "hash": 2080248782 + } + }, + "2600": { + "ErrorID": 2600, + "Text": { + "hash": 2080248685 + } + }, + "2601": { + "ErrorID": 2601, + "Text": { + "hash": 2080248684 + } + }, + "2602": { + "ErrorID": 2602, + "Text": { + "hash": 2080248687 + } + }, + "2603": { + "ErrorID": 2603, + "Text": { + "hash": 2080248686 + } + }, + "2604": { + "ErrorID": 2604, + "Text": { + "hash": 2080248681 + } + }, + "2605": { + "ErrorID": 2605, + "Text": { + "hash": 2080248680 + } + }, + "2607": { + "ErrorID": 2607, + "Text": { + "hash": 2080248682 + } + }, + "2608": { + "ErrorID": 2608, + "Text": { + "hash": 2080248677 + } + }, + "2609": { + "ErrorID": 2609, + "Text": { + "hash": 2080248676 + } + }, + "2610": { + "ErrorID": 2610, + "Text": { + "hash": -648634670 + } + }, + "2611": { + "ErrorID": 2611, + "Text": { + "hash": -648634671 + } + }, + "2612": { + "ErrorID": 2612, + "Text": { + "hash": -648634668 + } + }, + "2613": { + "ErrorID": 2613, + "Text": { + "hash": -648634669 + } + }, + "2614": { + "ErrorID": 2614, + "Text": { + "hash": -648634674 + } + }, + "2615": { + "ErrorID": 2615, + "Text": { + "hash": -648634675 + } + }, + "2616": { + "ErrorID": 2616, + "Text": { + "hash": -648634672 + } + }, + "2617": { + "ErrorID": 2617, + "Text": { + "hash": -648634673 + } + }, + "2618": { + "ErrorID": 2618, + "Text": { + "hash": -648634678 + } + }, + "2700": { + "ErrorID": 2700, + "Text": { + "hash": 2080248716 + } + }, + "2701": { + "ErrorID": 2701, + "Text": { + "hash": 2080248717 + } + }, + "2702": { + "ErrorID": 2702, + "Text": { + "hash": 2080248718 + } + }, + "2703": { + "ErrorID": 2703, + "Text": { + "hash": 2080248719 + } + }, + "2751": { + "ErrorID": 2751, + "Text": { + "hash": 1320733830 + } + }, + "2752": { + "ErrorID": 2752, + "Text": { + "hash": 1320733831 + } + }, + "2753": { + "ErrorID": 2753, + "Text": { + "hash": 1320733832 + } + }, + "2754": { + "ErrorID": 2754, + "Text": { + "hash": 1320733825 + } + }, + "2755": { + "ErrorID": 2755, + "Text": { + "hash": 1320733826 + } + }, + "2756": { + "ErrorID": 2756, + "Text": { + "hash": 1320733827 + } + }, + "2801": { + "ErrorID": 2801, + "Text": { + "hash": 2080248354 + } + }, + "2802": { + "ErrorID": 2802, + "Text": { + "hash": 2080248353 + } + }, + "2803": { + "ErrorID": 2803, + "Text": { + "hash": 2080248352 + } + }, + "2804": { + "ErrorID": 2804, + "Text": { + "hash": 2080248359 + } + }, + "2805": { + "ErrorID": 2805, + "Text": { + "hash": 2080248358 + } + }, + "2806": { + "ErrorID": 2806, + "Text": { + "hash": 2080248357 + } + }, + "2807": { + "ErrorID": 2807, + "Text": { + "hash": 2080248356 + } + }, + "2808": { + "ErrorID": 2808, + "Text": { + "hash": 2080248363 + } + }, + "2809": { + "ErrorID": 2809, + "Text": { + "hash": 2080248362 + } + }, + "2810": { + "ErrorID": 2810, + "Text": { + "hash": -648635000 + } + }, + "2850": { + "ErrorID": 2850, + "Text": { + "hash": 1320733468 + } + }, + "2851": { + "ErrorID": 2851, + "Text": { + "hash": 1320733467 + } + }, + "2852": { + "ErrorID": 2852, + "Text": { + "hash": 1320733466 + } + }, + "2853": { + "ErrorID": 2853, + "Text": { + "hash": 1320733465 + } + }, + "2901": { + "ErrorID": 2901, + "Text": { + "hash": 2080248387 + } + }, + "2902": { + "ErrorID": 2902, + "Text": { + "hash": 2080248384 + } + }, + "2903": { + "ErrorID": 2903, + "Text": { + "hash": 2080248385 + } + }, + "2904": { + "ErrorID": 2904, + "Text": { + "hash": 2080248390 + } + }, + "2905": { + "ErrorID": 2905, + "Text": { + "hash": 2080248391 + } + }, + "2906": { + "ErrorID": 2906, + "Text": { + "hash": 2080248388 + } + }, + "2907": { + "ErrorID": 2907, + "Text": { + "hash": 2080248389 + } + }, + "2908": { + "ErrorID": 2908, + "Text": { + "hash": 2080248394 + } + }, + "2909": { + "ErrorID": 2909, + "Text": { + "hash": 2080248395 + } + }, + "2910": { + "ErrorID": 2910, + "Text": { + "hash": -648634969 + } + }, + "2911": { + "ErrorID": 2911, + "Text": { + "hash": -648634968 + } + }, + "2951": { + "ErrorID": 2951, + "Text": { + "hash": 1320733500 + } + }, + "2952": { + "ErrorID": 2952, + "Text": { + "hash": 1320733497 + } + }, + "2953": { + "ErrorID": 2953, + "Text": { + "hash": 1320733498 + } + }, + "2954": { + "ErrorID": 2954, + "Text": { + "hash": 1320733503 + } + }, + "2955": { + "ErrorID": 2955, + "Text": { + "hash": 1320733504 + } + }, + "2956": { + "ErrorID": 2956, + "Text": { + "hash": 1320733501 + } + }, + "3001": { + "ErrorID": 3001, + "Text": { + "hash": 776286703 + } + }, + "3002": { + "ErrorID": 3002, + "Text": { + "hash": 776286702 + } + }, + "3003": { + "ErrorID": 3003, + "Text": { + "hash": 776286701 + } + }, + "3004": { + "ErrorID": 3004, + "Text": { + "hash": 776286708 + } + }, + "3005": { + "ErrorID": 3005, + "Text": { + "hash": 776286707 + } + }, + "3006": { + "ErrorID": 3006, + "Text": { + "hash": 776286706 + } + }, + "3007": { + "ErrorID": 3007, + "Text": { + "hash": 776286705 + } + }, + "3051": { + "ErrorID": 3051, + "Text": { + "hash": 1179571230 + } + }, + "3052": { + "ErrorID": 3052, + "Text": { + "hash": 1179571229 + } + }, + "3053": { + "ErrorID": 3053, + "Text": { + "hash": 1179571228 + } + }, + "3054": { + "ErrorID": 3054, + "Text": { + "hash": 1179571235 + } + }, + "3055": { + "ErrorID": 3055, + "Text": { + "hash": 1179571234 + } + }, + "3056": { + "ErrorID": 3056, + "Text": { + "hash": 1179571233 + } + }, + "3101": { + "ErrorID": 3101, + "Text": { + "hash": 776286736 + } + }, + "3102": { + "ErrorID": 3102, + "Text": { + "hash": 776286733 + } + }, + "3103": { + "ErrorID": 3103, + "Text": { + "hash": 776286734 + } + }, + "3104": { + "ErrorID": 3104, + "Text": { + "hash": 776286739 + } + }, + "3105": { + "ErrorID": 3105, + "Text": { + "hash": 776286740 + } + }, + "3106": { + "ErrorID": 3106, + "Text": { + "hash": 776286737 + } + }, + "3107": { + "ErrorID": 3107, + "Text": { + "hash": 776286738 + } + }, + "3108": { + "ErrorID": 3108, + "Text": { + "hash": 776286727 + } + }, + "3109": { + "ErrorID": 3109, + "Text": { + "hash": 776286728 + } + }, + "3110": { + "ErrorID": 3110, + "Text": { + "hash": -789797206 + } + }, + "3111": { + "ErrorID": 3111, + "Text": { + "hash": -789797205 + } + }, + "3112": { + "ErrorID": 3112, + "Text": { + "hash": -789797208 + } + }, + "3151": { + "ErrorID": 3151, + "Text": { + "hash": 1179571263 + } + }, + "3152": { + "ErrorID": 3152, + "Text": { + "hash": 1179571260 + } + }, + "3153": { + "ErrorID": 3153, + "Text": { + "hash": 1179571261 + } + }, + "3154": { + "ErrorID": 3154, + "Text": { + "hash": 1179571266 + } + }, + "3155": { + "ErrorID": 3155, + "Text": { + "hash": 1179571267 + } + }, + "3201": { + "ErrorID": 3201, + "Text": { + "hash": 776286637 + } + }, + "3202": { + "ErrorID": 3202, + "Text": { + "hash": 776286640 + } + }, + "3203": { + "ErrorID": 3203, + "Text": { + "hash": 776286639 + } + }, + "3204": { + "ErrorID": 3204, + "Text": { + "hash": 776286642 + } + }, + "3205": { + "ErrorID": 3205, + "Text": { + "hash": 776286641 + } + }, + "3206": { + "ErrorID": 3206, + "Text": { + "hash": 776286644 + } + }, + "3207": { + "ErrorID": 3207, + "Text": { + "hash": 776286643 + } + }, + "3208": { + "ErrorID": 3208, + "Text": { + "hash": 776286630 + } + }, + "3209": { + "ErrorID": 3209, + "Text": { + "hash": 776286629 + } + }, + "3301": { + "ErrorID": 3301, + "Text": { + "hash": 776286670 + } + }, + "3302": { + "ErrorID": 3302, + "Text": { + "hash": 776286671 + } + }, + "3501": { + "ErrorID": 3501, + "Text": { + "hash": 776286868 + } + }, + "3502": { + "ErrorID": 3502, + "Text": { + "hash": 776286865 + } + }, + "3503": { + "ErrorID": 3503, + "Text": { + "hash": 776286866 + } + }, + "3504": { + "ErrorID": 3504, + "Text": { + "hash": 776286863 + } + }, + "3505": { + "ErrorID": 3505, + "Text": { + "hash": 776286864 + } + }, + "3506": { + "ErrorID": 3506, + "Text": { + "hash": 776286861 + } + }, + "3507": { + "ErrorID": 3507, + "Text": { + "hash": 776286862 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RewardExcelTable.json b/CrepePackage/src/data/excel/RewardExcelTable.json new file mode 100644 index 0000000..a9557d8 --- /dev/null +++ b/CrepePackage/src/data/excel/RewardExcelTable.json @@ -0,0 +1,30830 @@ +{ + "9000001": { + "RewardID": 9000001, + "Hcoin": 0, + "ItemID_1": 999, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000002": { + "RewardID": 9000002, + "Hcoin": 0, + "ItemID_1": 110111, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000003": { + "RewardID": 9000003, + "Hcoin": 0, + "ItemID_1": 110111, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110121, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000004": { + "RewardID": 9000004, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000005": { + "RewardID": 9000005, + "Hcoin": 10, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000006": { + "RewardID": 9000006, + "Hcoin": 0, + "ItemID_1": 1109, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000007": { + "RewardID": 9000007, + "Hcoin": 0, + "ItemID_1": 21000, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000008": { + "RewardID": 9000008, + "Hcoin": 0, + "ItemID_1": 190101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000009": { + "RewardID": 9000009, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000010": { + "RewardID": 9000010, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000011": { + "RewardID": 9000011, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000012": { + "RewardID": 9000012, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000013": { + "RewardID": 9000013, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000014": { + "RewardID": 9000014, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000015": { + "RewardID": 9000015, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000016": { + "RewardID": 9000016, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000017": { + "RewardID": 9000017, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000018": { + "RewardID": 9000018, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000019": { + "RewardID": 9000019, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000020": { + "RewardID": 9000020, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000101": { + "RewardID": 9000101, + "Hcoin": 5, + "ItemID_1": 41, + "Count_1": 50, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000102": { + "RewardID": 9000102, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000103": { + "RewardID": 9000103, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000104": { + "RewardID": 9000104, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000105": { + "RewardID": 9000105, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000106": { + "RewardID": 9000106, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000107": { + "RewardID": 9000107, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000108": { + "RewardID": 9000108, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000109": { + "RewardID": 9000109, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9000110": { + "RewardID": 9000110, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001106": { + "RewardID": 9001106, + "Hcoin": 0, + "ItemID_1": 1005, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001107": { + "RewardID": 9001107, + "Hcoin": 0, + "ItemID_1": 1006, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001108": { + "RewardID": 9001108, + "Hcoin": 0, + "ItemID_1": 1003, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001109": { + "RewardID": 9001109, + "Hcoin": 0, + "ItemID_1": 1107, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001110": { + "RewardID": 9001110, + "Hcoin": 0, + "ItemID_1": 1004, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001111": { + "RewardID": 9001111, + "Hcoin": 0, + "ItemID_1": 1102, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001112": { + "RewardID": 9001112, + "Hcoin": 0, + "ItemID_1": 1101, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001113": { + "RewardID": 9001113, + "Hcoin": 0, + "ItemID_1": 1104, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001114": { + "RewardID": 9001114, + "Hcoin": 0, + "ItemID_1": 1109, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001115": { + "RewardID": 9001115, + "Hcoin": 0, + "ItemID_1": 1108, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001116": { + "RewardID": 9001116, + "Hcoin": 0, + "ItemID_1": 1106, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001117": { + "RewardID": 9001117, + "Hcoin": 0, + "ItemID_1": 1008, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001121": { + "RewardID": 9001121, + "Hcoin": 0, + "ItemID_1": 1005, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001122": { + "RewardID": 9001122, + "Hcoin": 0, + "ItemID_1": 1204, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001123": { + "RewardID": 9001123, + "Hcoin": 0, + "ItemID_1": 1102, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001124": { + "RewardID": 9001124, + "Hcoin": 0, + "ItemID_1": 1203, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001125": { + "RewardID": 9001125, + "Hcoin": 0, + "ItemID_1": 1006, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001126": { + "RewardID": 9001126, + "Hcoin": 0, + "ItemID_1": 1205, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001131": { + "RewardID": 9001131, + "Hcoin": 0, + "ItemID_1": 23006, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001132": { + "RewardID": 9001132, + "Hcoin": 0, + "ItemID_1": 23010, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001133": { + "RewardID": 9001133, + "Hcoin": 0, + "ItemID_1": 23001, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001134": { + "RewardID": 9001134, + "Hcoin": 0, + "ItemID_1": 23008, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001135": { + "RewardID": 9001135, + "Hcoin": 0, + "ItemID_1": 23007, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9001136": { + "RewardID": 9001136, + "Hcoin": 0, + "ItemID_1": 23009, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9002001": { + "RewardID": 9002001, + "Hcoin": 0, + "ItemID_1": 31, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9002002": { + "RewardID": 9002002, + "Hcoin": 0, + "ItemID_1": 31, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9002003": { + "RewardID": 9002003, + "Hcoin": 0, + "ItemID_1": 31, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9002004": { + "RewardID": 9002004, + "Hcoin": 0, + "ItemID_1": 31, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9002005": { + "RewardID": 9002005, + "Hcoin": 0, + "ItemID_1": 31, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9002006": { + "RewardID": 9002006, + "Hcoin": 0, + "ItemID_1": 31, + "Count_1": 120, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9002007": { + "RewardID": 9002007, + "Hcoin": 0, + "ItemID_1": 31, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "9002008": { + "RewardID": 9002008, + "Hcoin": 0, + "ItemID_1": 420004, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100": { + "RewardID": 100, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "201": { + "RewardID": 201, + "Hcoin": 1, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "1001": { + "RewardID": 1001, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "1002": { + "RewardID": 1002, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "1003": { + "RewardID": 1003, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "1004": { + "RewardID": 1004, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2001": { + "RewardID": 2001, + "Hcoin": 0, + "ItemID_1": 11, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000601": { + "RewardID": 21000601, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 16000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 200, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 40, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 15, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 2, + "Count_6": 800000, + "Level_6": 0, + "Rank_6": 0 + }, + "21001101": { + "RewardID": 21001101, + "Hcoin": 0, + "ItemID_1": 1107, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001102": { + "RewardID": 21001102, + "Hcoin": 0, + "ItemID_1": 23002, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000701": { + "RewardID": 21000701, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 212, + "Count_4": 3, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000702": { + "RewardID": 21000702, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 212, + "Count_4": 3, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000703": { + "RewardID": 21000703, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 20005, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "21000704": { + "RewardID": 21000704, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 1106, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "21000705": { + "RewardID": 21000705, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110111, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000706": { + "RewardID": 21000706, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 600, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 1103, + "Count_3": 1, + "Level_3": 1, + "Rank_3": 1, + "ItemID_4": 110031, + "Count_4": 4, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 21000, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000801": { + "RewardID": 21000801, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 250, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110021, + "Count_4": 4, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 221, + "Count_5": 5, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000802": { + "RewardID": 21000802, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 250, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 212, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110001, + "Count_5": 4, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000803": { + "RewardID": 21000803, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 250, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 212, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110021, + "Count_5": 4, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000804": { + "RewardID": 21000804, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 250, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 212, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110041, + "Count_5": 4, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000805": { + "RewardID": 21000805, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 250, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110011, + "Count_5": 4, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000806": { + "RewardID": 21000806, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 250, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 21001, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 1109, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "21000807": { + "RewardID": 21000807, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 750, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 23000, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 1003, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "21000808": { + "RewardID": 21000808, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 212, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000901": { + "RewardID": 21000901, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 600, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000902": { + "RewardID": 21000902, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 2, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000903": { + "RewardID": 21000903, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 2, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000904": { + "RewardID": 21000904, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 2, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000905": { + "RewardID": 21000905, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 2, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000906": { + "RewardID": 21000906, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 2, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21000907": { + "RewardID": 21000907, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 900, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 100, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 2, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001001": { + "RewardID": 21001001, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 6, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001002": { + "RewardID": 21001002, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 6, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001003": { + "RewardID": 21001003, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 8, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001004": { + "RewardID": 21001004, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 8, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001005": { + "RewardID": 21001005, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 100, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 6, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001006": { + "RewardID": 21001006, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 8, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001201": { + "RewardID": 21001201, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 10, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001202": { + "RewardID": 21001202, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 10, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001203": { + "RewardID": 21001203, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 10, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001204": { + "RewardID": 21001204, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 300, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 10, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001205": { + "RewardID": 21001205, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 10, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001206": { + "RewardID": 21001206, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 222, + "Count_5": 10, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "22000101": { + "RewardID": 22000101, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 3000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "22000102": { + "RewardID": 22000102, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 3000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 212, + "Count_4": 3, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "22000103": { + "RewardID": 22000103, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 3000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 221, + "Count_5": 3, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "22000104": { + "RewardID": 22000104, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 3000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 221, + "Count_5": 3, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001207": { + "RewardID": 21001207, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001208": { + "RewardID": 21001208, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 5800, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 100000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 399981, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 399982, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 399986, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001209": { + "RewardID": 21001209, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 8000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 150000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 25, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 25, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 1103, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001210": { + "RewardID": 21001210, + "Hcoin": 0, + "ItemID_1": 211, + "Count_1": 6, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 20005, + "Count_2": 1, + "Level_2": 1, + "Rank_2": 1, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001211": { + "RewardID": 21001211, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110141, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001212": { + "RewardID": 21001212, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110151, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001213": { + "RewardID": 21001213, + "Hcoin": 0, + "ItemID_1": 110111, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110121, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001214": { + "RewardID": 21001214, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110131, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001215": { + "RewardID": 21001215, + "Hcoin": 0, + "ItemID_1": 110401, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110161, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 40, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001216": { + "RewardID": 21001216, + "Hcoin": 0, + "ItemID_1": 20001, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 110171, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 40, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001217": { + "RewardID": 21001217, + "Hcoin": 0, + "ItemID_1": 20004, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 110405, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 40, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001218": { + "RewardID": 21001218, + "Hcoin": 0, + "ItemID_1": 110403, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 120001, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 40, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001219": { + "RewardID": 21001219, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 15000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110151, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 60, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001220": { + "RewardID": 21001220, + "Hcoin": 0, + "ItemID_1": 110161, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110171, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 60, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001221": { + "RewardID": 21001221, + "Hcoin": 0, + "ItemID_1": 110111, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110121, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 60, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001222": { + "RewardID": 21001222, + "Hcoin": 0, + "ItemID_1": 41016, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110131, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 60, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001223": { + "RewardID": 21001223, + "Hcoin": 0, + "ItemID_1": 41016, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110141, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 60, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001224": { + "RewardID": 21001224, + "Hcoin": 0, + "ItemID_1": 51046, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110171, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 80, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001225": { + "RewardID": 21001225, + "Hcoin": 0, + "ItemID_1": 213, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110151, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 80, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001226": { + "RewardID": 21001226, + "Hcoin": 0, + "ItemID_1": 222, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110161, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 80, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001227": { + "RewardID": 21001227, + "Hcoin": 0, + "ItemID_1": 51045, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 80, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001228": { + "RewardID": 21001228, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 22, + "Count_3": 80, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001229": { + "RewardID": 21001229, + "Hcoin": 15, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001230": { + "RewardID": 21001230, + "Hcoin": 15, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001231": { + "RewardID": 21001231, + "Hcoin": 10, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001232": { + "RewardID": 21001232, + "Hcoin": 0, + "ItemID_1": 20005, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 22, + "Count_2": 60, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001233": { + "RewardID": 21001233, + "Hcoin": 0, + "ItemID_1": 20006, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 22, + "Count_2": 60, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001234": { + "RewardID": 21001234, + "Hcoin": 0, + "ItemID_1": 211, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 60, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001235": { + "RewardID": 21001235, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 60, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001236": { + "RewardID": 21001236, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001237": { + "RewardID": 21001237, + "Hcoin": 0, + "ItemID_1": 212, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001238": { + "RewardID": 21001238, + "Hcoin": 0, + "ItemID_1": 20004, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001239": { + "RewardID": 21001239, + "Hcoin": 0, + "ItemID_1": 20008, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001240": { + "RewardID": 21001240, + "Hcoin": 0, + "ItemID_1": 110111, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001241": { + "RewardID": 21001241, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 6000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001242": { + "RewardID": 21001242, + "Hcoin": 0, + "ItemID_1": 110121, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001243": { + "RewardID": 21001243, + "Hcoin": 0, + "ItemID_1": 232, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001244": { + "RewardID": 21001244, + "Hcoin": 0, + "ItemID_1": 212, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001245": { + "RewardID": 21001245, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001246": { + "RewardID": 21001246, + "Hcoin": 0, + "ItemID_1": 110131, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001247": { + "RewardID": 21001247, + "Hcoin": 0, + "ItemID_1": 21005, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001248": { + "RewardID": 21001248, + "Hcoin": 0, + "ItemID_1": 232, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001249": { + "RewardID": 21001249, + "Hcoin": 0, + "ItemID_1": 212, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001250": { + "RewardID": 21001250, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001251": { + "RewardID": 21001251, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001252": { + "RewardID": 21001252, + "Hcoin": 0, + "ItemID_1": 232, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001253": { + "RewardID": 21001253, + "Hcoin": 0, + "ItemID_1": 222, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001254": { + "RewardID": 21001254, + "Hcoin": 0, + "ItemID_1": 21009, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001255": { + "RewardID": 21001255, + "Hcoin": 0, + "ItemID_1": 213, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001256": { + "RewardID": 21001256, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 15000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001257": { + "RewardID": 21001257, + "Hcoin": 0, + "ItemID_1": 232, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001258": { + "RewardID": 21001258, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001259": { + "RewardID": 21001259, + "Hcoin": 0, + "ItemID_1": 213, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001260": { + "RewardID": 21001260, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 100, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001261": { + "RewardID": 21001261, + "Hcoin": 0, + "ItemID_1": 1103, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001311": { + "RewardID": 21001311, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 20005, + "Count_2": 1, + "Level_2": 1, + "Rank_2": 1, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001312": { + "RewardID": 21001312, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 20006, + "Count_2": 1, + "Level_2": 1, + "Rank_2": 1, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001313": { + "RewardID": 21001313, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 211, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001314": { + "RewardID": 21001314, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001321": { + "RewardID": 21001321, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001322": { + "RewardID": 21001322, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001323": { + "RewardID": 21001323, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 20004, + "Count_2": 1, + "Level_2": 1, + "Rank_2": 1, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001324": { + "RewardID": 21001324, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 20008, + "Count_2": 1, + "Level_2": 1, + "Rank_2": 1, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001331": { + "RewardID": 21001331, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 6000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001332": { + "RewardID": 21001332, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110407, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001333": { + "RewardID": 21001333, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001334": { + "RewardID": 21001334, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001335": { + "RewardID": 21001335, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001336": { + "RewardID": 21001336, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001341": { + "RewardID": 21001341, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001342": { + "RewardID": 21001342, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001343": { + "RewardID": 21001343, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001344": { + "RewardID": 21001344, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001345": { + "RewardID": 21001345, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001346": { + "RewardID": 21001346, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001351": { + "RewardID": 21001351, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001352": { + "RewardID": 21001352, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001353": { + "RewardID": 21001353, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001354": { + "RewardID": 21001354, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001355": { + "RewardID": 21001355, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 15000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001361": { + "RewardID": 21001361, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001362": { + "RewardID": 21001362, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001363": { + "RewardID": 21001363, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001364": { + "RewardID": 21001364, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001365": { + "RewardID": 21001365, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001366": { + "RewardID": 21001366, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001371": { + "RewardID": 21001371, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001372": { + "RewardID": 21001372, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 25000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001373": { + "RewardID": 21001373, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001374": { + "RewardID": 21001374, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001375": { + "RewardID": 21001375, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001381": { + "RewardID": 21001381, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001382": { + "RewardID": 21001382, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001383": { + "RewardID": 21001383, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001384": { + "RewardID": 21001384, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001391": { + "RewardID": 21001391, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001392": { + "RewardID": 21001392, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001393": { + "RewardID": 21001393, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001394": { + "RewardID": 21001394, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 35000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001395": { + "RewardID": 21001395, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001501": { + "RewardID": 21001501, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001502": { + "RewardID": 21001502, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 15000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 6, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001503": { + "RewardID": 21001503, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 8, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 51022, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001504": { + "RewardID": 21001504, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 25000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 8, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 21005, + "Count_4": 1, + "Level_4": 1, + "Rank_4": 1, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001505": { + "RewardID": 21001505, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 21001, + "Count_4": 1, + "Level_4": 1, + "Rank_4": 1, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001506": { + "RewardID": 21001506, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 35000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 101, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001507": { + "RewardID": 21001507, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 51023, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001508": { + "RewardID": 21001508, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 51024, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001509": { + "RewardID": 21001509, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 61021, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002101": { + "RewardID": 21002101, + "Hcoin": 400, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002102": { + "RewardID": 21002102, + "Hcoin": 500, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002111": { + "RewardID": 21002111, + "Hcoin": 600, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002112": { + "RewardID": 21002112, + "Hcoin": 700, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002121": { + "RewardID": 21002121, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002122": { + "RewardID": 21002122, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002123": { + "RewardID": 21002123, + "Hcoin": 0, + "ItemID_1": 232, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002124": { + "RewardID": 21002124, + "Hcoin": 0, + "ItemID_1": 212, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001711": { + "RewardID": 21001711, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 20005, + "Count_2": 1, + "Level_2": 1, + "Rank_2": 1, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001712": { + "RewardID": 21001712, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 20006, + "Count_2": 1, + "Level_2": 1, + "Rank_2": 1, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001713": { + "RewardID": 21001713, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 211, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001714": { + "RewardID": 21001714, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001715": { + "RewardID": 21001715, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001721": { + "RewardID": 21001721, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001722": { + "RewardID": 21001722, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 20008, + "Count_2": 1, + "Level_2": 1, + "Rank_2": 1, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001723": { + "RewardID": 21001723, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 4000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001724": { + "RewardID": 21001724, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001725": { + "RewardID": 21001725, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001731": { + "RewardID": 21001731, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110407, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001732": { + "RewardID": 21001732, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001733": { + "RewardID": 21001733, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001734": { + "RewardID": 21001734, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001735": { + "RewardID": 21001735, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001741": { + "RewardID": 21001741, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001742": { + "RewardID": 21001742, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001743": { + "RewardID": 21001743, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001744": { + "RewardID": 21001744, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001745": { + "RewardID": 21001745, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001751": { + "RewardID": 21001751, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001752": { + "RewardID": 21001752, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001753": { + "RewardID": 21001753, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001754": { + "RewardID": 21001754, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 15000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001755": { + "RewardID": 21001755, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001761": { + "RewardID": 21001761, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001762": { + "RewardID": 21001762, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001763": { + "RewardID": 21001763, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001764": { + "RewardID": 21001764, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001765": { + "RewardID": 21001765, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001771": { + "RewardID": 21001771, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001772": { + "RewardID": 21001772, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 25000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001773": { + "RewardID": 21001773, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001774": { + "RewardID": 21001774, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001775": { + "RewardID": 21001775, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001781": { + "RewardID": 21001781, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001782": { + "RewardID": 21001782, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001783": { + "RewardID": 21001783, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001784": { + "RewardID": 21001784, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001791": { + "RewardID": 21001791, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001792": { + "RewardID": 21001792, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001793": { + "RewardID": 21001793, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001794": { + "RewardID": 21001794, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001795": { + "RewardID": 21001795, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 35000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001796": { + "RewardID": 21001796, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 232, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002001": { + "RewardID": 21002001, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002002": { + "RewardID": 21002002, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 15000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 6, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002003": { + "RewardID": 21002003, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 8, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 51022, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002004": { + "RewardID": 21002004, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 25000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 8, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 21005, + "Count_4": 1, + "Level_4": 1, + "Rank_4": 1, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002005": { + "RewardID": 21002005, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 21001, + "Count_4": 1, + "Level_4": 1, + "Rank_4": 1, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002006": { + "RewardID": 21002006, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 35000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 101, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002007": { + "RewardID": 21002007, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 51023, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002008": { + "RewardID": 21002008, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 51024, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21002009": { + "RewardID": 21002009, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 61021, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001801": { + "RewardID": 21001801, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001802": { + "RewardID": 21001802, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001803": { + "RewardID": 21001803, + "Hcoin": 0, + "ItemID_1": 232, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001804": { + "RewardID": 21001804, + "Hcoin": 0, + "ItemID_1": 212, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001901": { + "RewardID": 21001901, + "Hcoin": 400, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001902": { + "RewardID": 21001902, + "Hcoin": 300, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001903": { + "RewardID": 21001903, + "Hcoin": 300, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001904": { + "RewardID": 21001904, + "Hcoin": 300, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001905": { + "RewardID": 21001905, + "Hcoin": 400, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001906": { + "RewardID": 21001906, + "Hcoin": 400, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001907": { + "RewardID": 21001907, + "Hcoin": 400, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001921": { + "RewardID": 21001921, + "Hcoin": 600, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001922": { + "RewardID": 21001922, + "Hcoin": 600, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001923": { + "RewardID": 21001923, + "Hcoin": 600, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001924": { + "RewardID": 21001924, + "Hcoin": 600, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "21001925": { + "RewardID": 21001925, + "Hcoin": 600, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010410": { + "RewardID": 12010410, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010411": { + "RewardID": 12010411, + "Hcoin": 0, + "ItemID_1": 900005, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010412": { + "RewardID": 12010412, + "Hcoin": 0, + "ItemID_1": 900008, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010413": { + "RewardID": 12010413, + "Hcoin": 0, + "ItemID_1": 900009, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010414": { + "RewardID": 12010414, + "Hcoin": 0, + "ItemID_1": 140001, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010415": { + "RewardID": 12010415, + "Hcoin": 0, + "ItemID_1": 140001, + "Count_1": 20, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 170, + "Count_2": 200, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010416": { + "RewardID": 12010416, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010417": { + "RewardID": 12010417, + "Hcoin": 0, + "ItemID_1": 900012, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010418": { + "RewardID": 12010418, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010419": { + "RewardID": 12010419, + "Hcoin": 0, + "ItemID_1": 400003, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010239": { + "RewardID": 16010239, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 15000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 31024, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31025, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010236": { + "RewardID": 16010236, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 31026, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010237": { + "RewardID": 16010237, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 31041, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010234": { + "RewardID": 16010234, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 41041, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41042, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010254": { + "RewardID": 16010254, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 15000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 31042, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31043, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010222": { + "RewardID": 16010222, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 31044, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31045, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010224": { + "RewardID": 16010224, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 31046, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31031, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010223": { + "RewardID": 16010223, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 31032, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31033, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010244": { + "RewardID": 16010244, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 31034, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31035, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "16010242": { + "RewardID": 16010242, + "Hcoin": 40, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 41043, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41044, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41045, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12000202": { + "RewardID": 12000202, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000121": { + "RewardID": 12000121, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 190147, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12000107": { + "RewardID": 12000107, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000115": { + "RewardID": 12000115, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 15000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 190148, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12000117": { + "RewardID": 12000117, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 12000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000601": { + "RewardID": 12000601, + "Hcoin": 40, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 18000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 4, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000602": { + "RewardID": 12000602, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 6000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010301": { + "RewardID": 12010301, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "17010602": { + "RewardID": 17010602, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "17010603": { + "RewardID": 17010603, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "17010604": { + "RewardID": 17010604, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "14010106": { + "RewardID": 14010106, + "Hcoin": 0, + "ItemID_1": 910001, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "14010101": { + "RewardID": 14010101, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 401003, + "Count_5": 5, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 401004, + "Count_6": 3, + "Level_6": 0, + "Rank_6": 0 + }, + "14010102": { + "RewardID": 14010102, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 40000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 8, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "14010103": { + "RewardID": 14010103, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 50000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 12, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 12, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "14010104": { + "RewardID": 14010104, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 60000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 16, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 16, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11000101": { + "RewardID": 11000101, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 600, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11000201": { + "RewardID": 11000201, + "Hcoin": 0, + "ItemID_1": 211, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 1002, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 0 + }, + "11000202": { + "RewardID": 11000202, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 20002, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "11000203": { + "RewardID": 11000203, + "Hcoin": 60, + "ItemID_1": 22, + "Count_1": 600, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11000301": { + "RewardID": 11000301, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 101, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "11000303": { + "RewardID": 11000303, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20003, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 20000, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "11000302": { + "RewardID": 11000302, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 600, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 2000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 20006, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "11000401": { + "RewardID": 11000401, + "Hcoin": 100, + "ItemID_1": 22, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 1013, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11000402": { + "RewardID": 11000402, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 211, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11000501": { + "RewardID": 11000501, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 211, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11010002": { + "RewardID": 11010002, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 6000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 211, + "Count_3": 8, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11010101": { + "RewardID": 11010101, + "Hcoin": 60, + "ItemID_1": 22, + "Count_1": 800, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11010202": { + "RewardID": 11010202, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 600, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 6000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 3, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11010301": { + "RewardID": 11010301, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 400004, + "Count_6": 10, + "Level_6": 0, + "Rank_6": 0 + }, + "11010302": { + "RewardID": 11010302, + "Hcoin": 100, + "ItemID_1": 22, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 6, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 180001, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 180002, + "Count_5": 10, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 400005, + "Count_6": 5, + "Level_6": 0, + "Rank_6": 0 + }, + "11010401": { + "RewardID": 11010401, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 31041, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "11010403": { + "RewardID": 11010403, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 600, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 8000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 3, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11010501": { + "RewardID": 11010501, + "Hcoin": 60, + "ItemID_1": 22, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 6, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 110400, + "Count_6": 2, + "Level_6": 0, + "Rank_6": 0 + }, + "11010602": { + "RewardID": 11010602, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 8000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 3, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11010701": { + "RewardID": 11010701, + "Hcoin": 60, + "ItemID_1": 22, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 6, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 18001, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "11010801": { + "RewardID": 11010801, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 1105, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 0 + }, + "11010802": { + "RewardID": 11010802, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 8000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11010902": { + "RewardID": 11010902, + "Hcoin": 100, + "ItemID_1": 22, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 10, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 21006, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "11011002": { + "RewardID": 11011002, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 8000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11011102": { + "RewardID": 11011102, + "Hcoin": 60, + "ItemID_1": 22, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "11011301": { + "RewardID": 11011301, + "Hcoin": 60, + "ItemID_1": 22, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 18001, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "11011403": { + "RewardID": 11011403, + "Hcoin": 100, + "ItemID_1": 22, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 110400, + "Count_6": 2, + "Level_6": 0, + "Rank_6": 0 + }, + "12000100": { + "RewardID": 12000100, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 648, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000101": { + "RewardID": 12000101, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000131": { + "RewardID": 12000131, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000102": { + "RewardID": 12000102, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000105": { + "RewardID": 12000105, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 15000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000109": { + "RewardID": 12000109, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 8, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 190167, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12000111": { + "RewardID": 12000111, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000113": { + "RewardID": 12000113, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000301": { + "RewardID": 12000301, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000304": { + "RewardID": 12000304, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000312": { + "RewardID": 12000312, + "Hcoin": 0, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 140086, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 180003, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12010501": { + "RewardID": 12010501, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 31042, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12010502": { + "RewardID": 12010502, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 15000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31043, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 31044, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12010703": { + "RewardID": 12010703, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31044, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 31046, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12011401": { + "RewardID": 12011401, + "Hcoin": 40, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 190199, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 190200, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41041, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12010705": { + "RewardID": 12010705, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31021, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 31022, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12010701": { + "RewardID": 12010701, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010708": { + "RewardID": 12010708, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31023, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 31024, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12010904": { + "RewardID": 12010904, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 8, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31025, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 31026, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12010902": { + "RewardID": 12010902, + "Hcoin": 40, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 8, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31021, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 31022, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12011101": { + "RewardID": 12011101, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 31023, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 31024, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12011302": { + "RewardID": 12011302, + "Hcoin": 60, + "ItemID_1": 22, + "Count_1": 600, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 50000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 2, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41045, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41046, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "17010601": { + "RewardID": 17010601, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "17010605": { + "RewardID": 17010605, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41042, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12010710": { + "RewardID": 12010710, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010711": { + "RewardID": 12010711, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010712": { + "RewardID": 12010712, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010713": { + "RewardID": 12010713, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010714": { + "RewardID": 12010714, + "Hcoin": 30, + "ItemID_1": 22, + "Count_1": 300, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 15000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 3, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41043, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41044, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "12000401": { + "RewardID": 12000401, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010506": { + "RewardID": 12010506, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010507": { + "RewardID": 12010507, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12010707": { + "RewardID": 12010707, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "14010115": { + "RewardID": 14010115, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "14010105": { + "RewardID": 14010105, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "14010116": { + "RewardID": 14010116, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "14010117": { + "RewardID": 14010117, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "14010114": { + "RewardID": 14010114, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "12000603": { + "RewardID": 12000603, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100002": { + "RewardID": 100002, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 211, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100003": { + "RewardID": 100003, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 211, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100004": { + "RewardID": 100004, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 211, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100005": { + "RewardID": 100005, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 211, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100006": { + "RewardID": 100006, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 211, + "Count_2": 10, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100007": { + "RewardID": 100007, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100008": { + "RewardID": 100008, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 211, + "Count_2": 10, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100009": { + "RewardID": 100009, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100010": { + "RewardID": 100010, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 10000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 211, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 400005, + "Count_6": 3, + "Level_6": 0, + "Rank_6": 0 + }, + "100011": { + "RewardID": 100011, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100012": { + "RewardID": 100012, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100013": { + "RewardID": 100013, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41016, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100014": { + "RewardID": 100014, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41012, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100015": { + "RewardID": 100015, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 21000, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "100016": { + "RewardID": 100016, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41013, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100017": { + "RewardID": 100017, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110403, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110405, + "Count_4": 2, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41014, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100018": { + "RewardID": 100018, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110111, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110121, + "Count_5": 5, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41015, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100019": { + "RewardID": 100019, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110131, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110141, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41011, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100020": { + "RewardID": 100020, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 20000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110151, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110161, + "Count_5": 5, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 18001, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100021": { + "RewardID": 100021, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 241, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110171, + "Count_4": 5, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41041, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100022": { + "RewardID": 100022, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41042, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100023": { + "RewardID": 100023, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41043, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100024": { + "RewardID": 100024, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41044, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100025": { + "RewardID": 100025, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 3, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41045, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100026": { + "RewardID": 100026, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 41046, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100027": { + "RewardID": 100027, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 51031, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100028": { + "RewardID": 100028, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 51032, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100029": { + "RewardID": 100029, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 30000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 110400, + "Count_6": 2, + "Level_6": 0, + "Rank_6": 0 + }, + "100030": { + "RewardID": 100030, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 30000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 6, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 18001, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100031": { + "RewardID": 100031, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 51033, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100032": { + "RewardID": 100032, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 51034, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100033": { + "RewardID": 100033, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 51035, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100034": { + "RewardID": 100034, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 51036, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "100035": { + "RewardID": 100035, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 40000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100036": { + "RewardID": 100036, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100037": { + "RewardID": 100037, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100038": { + "RewardID": 100038, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 110400, + "Count_6": 3, + "Level_6": 0, + "Rank_6": 0 + }, + "100039": { + "RewardID": 100039, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 40000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 110400, + "Count_6": 3, + "Level_6": 0, + "Rank_6": 0 + }, + "100040": { + "RewardID": 100040, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 40000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100041": { + "RewardID": 100041, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100042": { + "RewardID": 100042, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 15, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100043": { + "RewardID": 100043, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 15, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100044": { + "RewardID": 100044, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 15, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100045": { + "RewardID": 100045, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 45000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 15, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100046": { + "RewardID": 100046, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 15, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100047": { + "RewardID": 100047, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 15, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100048": { + "RewardID": 100048, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 15, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 110400, + "Count_6": 4, + "Level_6": 0, + "Rank_6": 0 + }, + "100049": { + "RewardID": 100049, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 45000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 15, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 110400, + "Count_6": 4, + "Level_6": 0, + "Rank_6": 0 + }, + "100050": { + "RewardID": 100050, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 45000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 15, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100051": { + "RewardID": 100051, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 20, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100052": { + "RewardID": 100052, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 20, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100053": { + "RewardID": 100053, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 20, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100054": { + "RewardID": 100054, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 20, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100055": { + "RewardID": 100055, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 50000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 20, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100056": { + "RewardID": 100056, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 20, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100057": { + "RewardID": 100057, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 20, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100058": { + "RewardID": 100058, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 20, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 110400, + "Count_6": 5, + "Level_6": 0, + "Rank_6": 0 + }, + "100059": { + "RewardID": 100059, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 50000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 20, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 110400, + "Count_6": 5, + "Level_6": 0, + "Rank_6": 0 + }, + "100060": { + "RewardID": 100060, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 50000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 20, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100061": { + "RewardID": 100061, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 55000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 25, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100062": { + "RewardID": 100062, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 55000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 25, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100063": { + "RewardID": 100063, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 55000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 25, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100064": { + "RewardID": 100064, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 55000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 25, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100065": { + "RewardID": 100065, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 55000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 222, + "Count_4": 25, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100066": { + "RewardID": 100066, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 55000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 25, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 241, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100067": { + "RewardID": 100067, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 55000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 25, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100068": { + "RewardID": 100068, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 55000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 25, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100069": { + "RewardID": 100069, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 55000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 201, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 25, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100070": { + "RewardID": 100070, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 55000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 201, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 213, + "Count_4": 25, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100100": { + "RewardID": 100100, + "Hcoin": 1, + "ItemID_1": 213, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100101": { + "RewardID": 100101, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 10, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100102": { + "RewardID": 100102, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100103": { + "RewardID": 100103, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100104": { + "RewardID": 100104, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100111": { + "RewardID": 100111, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 10, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100112": { + "RewardID": 100112, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100113": { + "RewardID": 100113, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100114": { + "RewardID": 100114, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100121": { + "RewardID": 100121, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 10, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100122": { + "RewardID": 100122, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100123": { + "RewardID": 100123, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100124": { + "RewardID": 100124, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100131": { + "RewardID": 100131, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 10, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20000, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100132": { + "RewardID": 100132, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100133": { + "RewardID": 100133, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100134": { + "RewardID": 100134, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100141": { + "RewardID": 100141, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 10, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 10, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20001, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100142": { + "RewardID": 100142, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100143": { + "RewardID": 100143, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100144": { + "RewardID": 100144, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100151": { + "RewardID": 100151, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20002, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100152": { + "RewardID": 100152, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100153": { + "RewardID": 100153, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100154": { + "RewardID": 100154, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100161": { + "RewardID": 100161, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 21013, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100162": { + "RewardID": 100162, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100163": { + "RewardID": 100163, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100164": { + "RewardID": 100164, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100171": { + "RewardID": 100171, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20003, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100172": { + "RewardID": 100172, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100173": { + "RewardID": 100173, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100174": { + "RewardID": 100174, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100181": { + "RewardID": 100181, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20004, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100182": { + "RewardID": 100182, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100183": { + "RewardID": 100183, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100184": { + "RewardID": 100184, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100191": { + "RewardID": 100191, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20005, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100192": { + "RewardID": 100192, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100193": { + "RewardID": 100193, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100194": { + "RewardID": 100194, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100201": { + "RewardID": 100201, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 21012, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100202": { + "RewardID": 100202, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100203": { + "RewardID": 100203, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100204": { + "RewardID": 100204, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100211": { + "RewardID": 100211, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20006, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100212": { + "RewardID": 100212, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100213": { + "RewardID": 100213, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100214": { + "RewardID": 100214, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100221": { + "RewardID": 100221, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20000, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100222": { + "RewardID": 100222, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100223": { + "RewardID": 100223, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100224": { + "RewardID": 100224, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100231": { + "RewardID": 100231, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 20001, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100232": { + "RewardID": 100232, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100233": { + "RewardID": 100233, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100234": { + "RewardID": 100234, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100241": { + "RewardID": 100241, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 21011, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100242": { + "RewardID": 100242, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100243": { + "RewardID": 100243, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100244": { + "RewardID": 100244, + "Hcoin": 100, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100251": { + "RewardID": 100251, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100252": { + "RewardID": 100252, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100253": { + "RewardID": 100253, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100254": { + "RewardID": 100254, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100261": { + "RewardID": 100261, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100262": { + "RewardID": 100262, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100263": { + "RewardID": 100263, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100264": { + "RewardID": 100264, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100271": { + "RewardID": 100271, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100272": { + "RewardID": 100272, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100273": { + "RewardID": 100273, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100274": { + "RewardID": 100274, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100281": { + "RewardID": 100281, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100282": { + "RewardID": 100282, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100283": { + "RewardID": 100283, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100284": { + "RewardID": 100284, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100291": { + "RewardID": 100291, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100292": { + "RewardID": 100292, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100293": { + "RewardID": 100293, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100294": { + "RewardID": 100294, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100301": { + "RewardID": 100301, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100302": { + "RewardID": 100302, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100303": { + "RewardID": 100303, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100304": { + "RewardID": 100304, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100311": { + "RewardID": 100311, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100312": { + "RewardID": 100312, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100313": { + "RewardID": 100313, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100314": { + "RewardID": 100314, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100321": { + "RewardID": 100321, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100322": { + "RewardID": 100322, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100323": { + "RewardID": 100323, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100324": { + "RewardID": 100324, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100331": { + "RewardID": 100331, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100332": { + "RewardID": 100332, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100333": { + "RewardID": 100333, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100334": { + "RewardID": 100334, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100341": { + "RewardID": 100341, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 20000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 5, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 232, + "Count_4": 10, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100342": { + "RewardID": 100342, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100343": { + "RewardID": 100343, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "100344": { + "RewardID": 100344, + "Hcoin": 50, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102000": { + "RewardID": 102000, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1500, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102001": { + "RewardID": 102001, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 230, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 2000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102002": { + "RewardID": 102002, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 260, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 2500, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102003": { + "RewardID": 102003, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 290, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 3000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102004": { + "RewardID": 102004, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 320, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 3500, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102005": { + "RewardID": 102005, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 350, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 4000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102006": { + "RewardID": 102006, + "Hcoin": 10, + "ItemID_1": 22, + "Count_1": 380, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 4500, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102100": { + "RewardID": 102100, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 3000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102101": { + "RewardID": 102101, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 460, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 4000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 4, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102102": { + "RewardID": 102102, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 520, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 5000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 5, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102103": { + "RewardID": 102103, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 580, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 6000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 6, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102104": { + "RewardID": 102104, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 640, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 7000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 7, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102105": { + "RewardID": 102105, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 700, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 8000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 8, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "102106": { + "RewardID": 102106, + "Hcoin": 20, + "ItemID_1": 22, + "Count_1": 760, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 9000, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 9, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104000": { + "RewardID": 104000, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 211, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104001": { + "RewardID": 104001, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 211, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104002": { + "RewardID": 104002, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 211, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104003": { + "RewardID": 104003, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 211, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104004": { + "RewardID": 104004, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 212, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 211, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104005": { + "RewardID": 104005, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 212, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104006": { + "RewardID": 104006, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 213, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104010": { + "RewardID": 104010, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104011": { + "RewardID": 104011, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104012": { + "RewardID": 104012, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104013": { + "RewardID": 104013, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104014": { + "RewardID": 104014, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104015": { + "RewardID": 104015, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104016": { + "RewardID": 104016, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104020": { + "RewardID": 104020, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104021": { + "RewardID": 104021, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104022": { + "RewardID": 104022, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104023": { + "RewardID": 104023, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104024": { + "RewardID": 104024, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 221, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104025": { + "RewardID": 104025, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104026": { + "RewardID": 104026, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 221, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104030": { + "RewardID": 104030, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110111, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104031": { + "RewardID": 104031, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110111, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104032": { + "RewardID": 104032, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110112, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110111, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104033": { + "RewardID": 104033, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110112, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110111, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104034": { + "RewardID": 104034, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110112, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110111, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104035": { + "RewardID": 104035, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110113, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110112, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110111, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104036": { + "RewardID": 104036, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110113, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110112, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110111, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104040": { + "RewardID": 104040, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110121, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104041": { + "RewardID": 104041, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110121, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104042": { + "RewardID": 104042, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110122, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110121, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104043": { + "RewardID": 104043, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110122, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110121, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104044": { + "RewardID": 104044, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110122, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110121, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104045": { + "RewardID": 104045, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110123, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110122, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110121, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104046": { + "RewardID": 104046, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110123, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110122, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110121, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104050": { + "RewardID": 104050, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110131, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104051": { + "RewardID": 104051, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110131, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104052": { + "RewardID": 104052, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110132, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110131, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104053": { + "RewardID": 104053, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110132, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110131, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104054": { + "RewardID": 104054, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110132, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110131, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104055": { + "RewardID": 104055, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110133, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110132, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110131, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104056": { + "RewardID": 104056, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110133, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110132, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110131, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104060": { + "RewardID": 104060, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110141, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104061": { + "RewardID": 104061, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110141, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104062": { + "RewardID": 104062, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110142, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110141, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104063": { + "RewardID": 104063, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110142, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110141, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104064": { + "RewardID": 104064, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110142, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110141, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104065": { + "RewardID": 104065, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110143, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110142, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110141, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104066": { + "RewardID": 104066, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110143, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110142, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110141, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104070": { + "RewardID": 104070, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110151, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104071": { + "RewardID": 104071, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110151, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104072": { + "RewardID": 104072, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110152, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110151, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104073": { + "RewardID": 104073, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110152, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110151, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104074": { + "RewardID": 104074, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110152, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110151, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104075": { + "RewardID": 104075, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110153, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110152, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110151, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104076": { + "RewardID": 104076, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110153, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110152, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110151, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104080": { + "RewardID": 104080, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110161, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104081": { + "RewardID": 104081, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110161, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104082": { + "RewardID": 104082, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110162, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110161, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104083": { + "RewardID": 104083, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110162, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110161, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104084": { + "RewardID": 104084, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110162, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110161, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104085": { + "RewardID": 104085, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110163, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110162, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110161, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104086": { + "RewardID": 104086, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110163, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110162, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110161, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104090": { + "RewardID": 104090, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110171, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104091": { + "RewardID": 104091, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110171, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104092": { + "RewardID": 104092, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110172, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110171, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104093": { + "RewardID": 104093, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110172, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110171, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104094": { + "RewardID": 104094, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110172, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110171, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104095": { + "RewardID": 104095, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110173, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110172, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110171, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104096": { + "RewardID": 104096, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 110173, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110172, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 110171, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104500": { + "RewardID": 104500, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81042, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81052, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81041, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81051, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104501": { + "RewardID": 104501, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81043, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81053, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81042, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81052, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104502": { + "RewardID": 104502, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81043, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81053, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81042, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81052, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104503": { + "RewardID": 104503, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81043, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81053, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81042, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81052, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104504": { + "RewardID": 104504, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81044, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81054, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81043, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81053, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104505": { + "RewardID": 104505, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81044, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81054, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81043, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81053, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104506": { + "RewardID": 104506, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81044, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81054, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81043, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81053, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104510": { + "RewardID": 104510, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81062, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81012, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81061, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81011, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104511": { + "RewardID": 104511, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81063, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81013, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81062, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81012, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104512": { + "RewardID": 104512, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81063, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81013, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81062, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81012, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104513": { + "RewardID": 104513, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81063, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81013, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81062, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81012, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104514": { + "RewardID": 104514, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81064, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81014, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81063, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81013, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104515": { + "RewardID": 104515, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81064, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81014, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81063, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81013, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104516": { + "RewardID": 104516, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81064, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81014, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81063, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81013, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104520": { + "RewardID": 104520, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81032, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81072, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81031, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81071, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104521": { + "RewardID": 104521, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81033, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81073, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81032, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81072, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104522": { + "RewardID": 104522, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81033, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81073, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81032, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81072, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104523": { + "RewardID": 104523, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81033, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81073, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81032, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81072, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104524": { + "RewardID": 104524, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81034, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81074, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81033, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81073, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104525": { + "RewardID": 104525, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81034, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81074, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81033, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81073, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104526": { + "RewardID": 104526, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81034, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81074, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81033, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81073, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104530": { + "RewardID": 104530, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81102, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81022, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81101, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81021, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104531": { + "RewardID": 104531, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81103, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81023, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81102, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81022, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104532": { + "RewardID": 104532, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81103, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81023, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81102, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81022, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104533": { + "RewardID": 104533, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81103, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81023, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81102, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81022, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104534": { + "RewardID": 104534, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81104, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81024, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81103, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81023, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104535": { + "RewardID": 104535, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81104, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81024, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81103, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81023, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104536": { + "RewardID": 104536, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81104, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81024, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81103, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81023, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104540": { + "RewardID": 104540, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81082, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81112, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81081, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81111, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104541": { + "RewardID": 104541, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81083, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81113, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81082, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81112, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104542": { + "RewardID": 104542, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81083, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81113, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81082, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81112, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104543": { + "RewardID": 104543, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81083, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81113, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81082, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81112, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104544": { + "RewardID": 104544, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81084, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81114, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81083, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81113, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104545": { + "RewardID": 104545, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81084, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81114, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81083, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81113, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104546": { + "RewardID": 104546, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81084, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81114, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81083, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81113, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104550": { + "RewardID": 104550, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81122, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81092, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81121, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81091, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104551": { + "RewardID": 104551, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81123, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81093, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81122, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81092, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104552": { + "RewardID": 104552, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81123, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81093, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81122, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81092, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104553": { + "RewardID": 104553, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81123, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81093, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81122, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81092, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104554": { + "RewardID": 104554, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81124, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81094, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81123, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81093, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104555": { + "RewardID": 104555, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81124, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81094, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81123, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81093, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104556": { + "RewardID": 104556, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81124, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81094, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 81123, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 81093, + "Count_6": 1, + "Level_6": 0, + "Rank_6": 0 + }, + "104800": { + "RewardID": 104800, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110401, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104801": { + "RewardID": 104801, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110401, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104802": { + "RewardID": 104802, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110401, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104803": { + "RewardID": 104803, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110401, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104804": { + "RewardID": 104804, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110401, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104805": { + "RewardID": 104805, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110401, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104806": { + "RewardID": 104806, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110401, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104810": { + "RewardID": 104810, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110402, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104811": { + "RewardID": 104811, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110402, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104812": { + "RewardID": 104812, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110402, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104813": { + "RewardID": 104813, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110402, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104814": { + "RewardID": 104814, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110402, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104815": { + "RewardID": 104815, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110402, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104816": { + "RewardID": 104816, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110402, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104820": { + "RewardID": 104820, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110403, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104821": { + "RewardID": 104821, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110403, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104822": { + "RewardID": 104822, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110403, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104823": { + "RewardID": 104823, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110403, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104824": { + "RewardID": 104824, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110403, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104825": { + "RewardID": 104825, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110403, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104826": { + "RewardID": 104826, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110403, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104830": { + "RewardID": 104830, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110404, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104831": { + "RewardID": 104831, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110404, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104832": { + "RewardID": 104832, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110404, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104833": { + "RewardID": 104833, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110404, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104834": { + "RewardID": 104834, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110404, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104835": { + "RewardID": 104835, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110404, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104836": { + "RewardID": 104836, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110404, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104840": { + "RewardID": 104840, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110405, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104841": { + "RewardID": 104841, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110405, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104842": { + "RewardID": 104842, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110405, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104843": { + "RewardID": 104843, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110405, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104844": { + "RewardID": 104844, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110405, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104845": { + "RewardID": 104845, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110405, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104846": { + "RewardID": 104846, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110405, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104850": { + "RewardID": 104850, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110406, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104851": { + "RewardID": 104851, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110406, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104852": { + "RewardID": 104852, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110406, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104853": { + "RewardID": 104853, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110406, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104854": { + "RewardID": 104854, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110406, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104855": { + "RewardID": 104855, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110406, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104856": { + "RewardID": 104856, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110406, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104860": { + "RewardID": 104860, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110407, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104861": { + "RewardID": 104861, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110407, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104862": { + "RewardID": 104862, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110407, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104863": { + "RewardID": 104863, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110407, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104864": { + "RewardID": 104864, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110407, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104865": { + "RewardID": 104865, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110407, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104866": { + "RewardID": 104866, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 110407, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104901": { + "RewardID": 104901, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 241, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110501, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104902": { + "RewardID": 104902, + "Hcoin": 0, + "ItemID_1": 22, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 2, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 241, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110502, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104911": { + "RewardID": 104911, + "Hcoin": 0, + "ItemID_1": 21000, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 21001, + "Count_2": 1, + "Level_2": 1, + "Rank_2": 1, + "ItemID_3": 21002, + "Count_3": 1, + "Level_3": 1, + "Rank_3": 1, + "ItemID_4": 21003, + "Count_4": 1, + "Level_4": 1, + "Rank_4": 1, + "ItemID_5": 21004, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 21005, + "Count_6": 1, + "Level_6": 1, + "Rank_6": 1 + }, + "104912": { + "RewardID": 104912, + "Hcoin": 0, + "ItemID_1": 21006, + "Count_1": 1, + "Level_1": 1, + "Rank_1": 1, + "ItemID_2": 81022, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81032, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 81042, + "Count_4": 1, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104913": { + "RewardID": 104913, + "Hcoin": 0, + "ItemID_1": 81023, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 81033, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81043, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "104914": { + "RewardID": 104914, + "Hcoin": 0, + "ItemID_1": 81024, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 81034, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 81044, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105001": { + "RewardID": 105001, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105002": { + "RewardID": 105002, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105003": { + "RewardID": 105003, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105004": { + "RewardID": 105004, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105005": { + "RewardID": 105005, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105006": { + "RewardID": 105006, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105007": { + "RewardID": 105007, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 241, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105008": { + "RewardID": 105008, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105009": { + "RewardID": 105009, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105010": { + "RewardID": 105010, + "Hcoin": 0, + "ItemID_1": 501, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105101": { + "RewardID": 105101, + "Hcoin": 35, + "ItemID_1": 501, + "Count_1": 1350, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 250, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105102": { + "RewardID": 105102, + "Hcoin": 35, + "ItemID_1": 501, + "Count_1": 1350, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 250, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105103": { + "RewardID": 105103, + "Hcoin": 35, + "ItemID_1": 501, + "Count_1": 1350, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 250, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105104": { + "RewardID": 105104, + "Hcoin": 35, + "ItemID_1": 501, + "Count_1": 1350, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 250, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105111": { + "RewardID": 105111, + "Hcoin": 40, + "ItemID_1": 501, + "Count_1": 1425, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 350, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105112": { + "RewardID": 105112, + "Hcoin": 40, + "ItemID_1": 501, + "Count_1": 1425, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 350, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105113": { + "RewardID": 105113, + "Hcoin": 40, + "ItemID_1": 501, + "Count_1": 1425, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 350, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105114": { + "RewardID": 105114, + "Hcoin": 40, + "ItemID_1": 501, + "Count_1": 1425, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 350, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105121": { + "RewardID": 105121, + "Hcoin": 45, + "ItemID_1": 501, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 450, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105122": { + "RewardID": 105122, + "Hcoin": 45, + "ItemID_1": 501, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 450, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105123": { + "RewardID": 105123, + "Hcoin": 45, + "ItemID_1": 501, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 450, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105124": { + "RewardID": 105124, + "Hcoin": 45, + "ItemID_1": 501, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 450, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105131": { + "RewardID": 105131, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1575, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 550, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105132": { + "RewardID": 105132, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1575, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 550, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105133": { + "RewardID": 105133, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1575, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 550, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105134": { + "RewardID": 105134, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1575, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 550, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105141": { + "RewardID": 105141, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1650, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 650, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105142": { + "RewardID": 105142, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1650, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 650, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105143": { + "RewardID": 105143, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1650, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 650, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105144": { + "RewardID": 105144, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1650, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 650, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105151": { + "RewardID": 105151, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1725, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 750, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105152": { + "RewardID": 105152, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1725, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 750, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105153": { + "RewardID": 105153, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1725, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 750, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105154": { + "RewardID": 105154, + "Hcoin": 50, + "ItemID_1": 501, + "Count_1": 1725, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 750, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105201": { + "RewardID": 105201, + "Hcoin": 15, + "ItemID_1": 212, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 4000, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105202": { + "RewardID": 105202, + "Hcoin": 15, + "ItemID_1": 212, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 4000, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105203": { + "RewardID": 105203, + "Hcoin": 15, + "ItemID_1": 212, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 4000, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105204": { + "RewardID": 105204, + "Hcoin": 15, + "ItemID_1": 212, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 4000, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105205": { + "RewardID": 105205, + "Hcoin": 15, + "ItemID_1": 212, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 2, + "Count_3": 4000, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105300": { + "RewardID": 105300, + "Hcoin": 10, + "ItemID_1": 501, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 80, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105301": { + "RewardID": 105301, + "Hcoin": 10, + "ItemID_1": 501, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 80, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105302": { + "RewardID": 105302, + "Hcoin": 10, + "ItemID_1": 501, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 80, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105303": { + "RewardID": 105303, + "Hcoin": 10, + "ItemID_1": 501, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 80, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105304": { + "RewardID": 105304, + "Hcoin": 10, + "ItemID_1": 501, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 80, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105305": { + "RewardID": 105305, + "Hcoin": 10, + "ItemID_1": 501, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 80, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105306": { + "RewardID": 105306, + "Hcoin": 10, + "ItemID_1": 501, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 80, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105400": { + "RewardID": 105400, + "Hcoin": 20, + "ItemID_1": 501, + "Count_1": 560, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 120, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105401": { + "RewardID": 105401, + "Hcoin": 20, + "ItemID_1": 501, + "Count_1": 560, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 120, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105402": { + "RewardID": 105402, + "Hcoin": 20, + "ItemID_1": 501, + "Count_1": 560, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 120, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105403": { + "RewardID": 105403, + "Hcoin": 20, + "ItemID_1": 501, + "Count_1": 560, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 120, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105404": { + "RewardID": 105404, + "Hcoin": 20, + "ItemID_1": 501, + "Count_1": 560, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 120, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105405": { + "RewardID": 105405, + "Hcoin": 20, + "ItemID_1": 501, + "Count_1": 560, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 120, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "105406": { + "RewardID": 105406, + "Hcoin": 20, + "ItemID_1": 501, + "Count_1": 560, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 22, + "Count_2": 120, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111001": { + "RewardID": 111001, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111002": { + "RewardID": 111002, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 20, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111003": { + "RewardID": 111003, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 30, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111004": { + "RewardID": 111004, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 40, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111005": { + "RewardID": 111005, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 50, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111006": { + "RewardID": 111006, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111007": { + "RewardID": 111007, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 70, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111008": { + "RewardID": 111008, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 80, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111009": { + "RewardID": 111009, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 90, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111010": { + "RewardID": 111010, + "Hcoin": 0, + "ItemID_1": 170, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111101": { + "RewardID": 111101, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111102": { + "RewardID": 111102, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 20, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111103": { + "RewardID": 111103, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 30, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111104": { + "RewardID": 111104, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 40, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111105": { + "RewardID": 111105, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 50, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111106": { + "RewardID": 111106, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111107": { + "RewardID": 111107, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 70, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111108": { + "RewardID": 111108, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 80, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111109": { + "RewardID": 111109, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 90, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "111110": { + "RewardID": 111110, + "Hcoin": 0, + "ItemID_1": 171, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112002": { + "RewardID": 112002, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112003": { + "RewardID": 112003, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112004": { + "RewardID": 112004, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112005": { + "RewardID": 112005, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 18001, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112006": { + "RewardID": 112006, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112007": { + "RewardID": 112007, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112008": { + "RewardID": 112008, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112009": { + "RewardID": 112009, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112010": { + "RewardID": 112010, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 241, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112102": { + "RewardID": 112102, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 221, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112103": { + "RewardID": 112103, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 212, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112104": { + "RewardID": 112104, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41021, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112105": { + "RewardID": 112105, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 60, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 21002, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112106": { + "RewardID": 112106, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 80, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41022, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112107": { + "RewardID": 112107, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 80, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41023, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112108": { + "RewardID": 112108, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 80, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 241, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112109": { + "RewardID": 112109, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 80, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41024, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112110": { + "RewardID": 112110, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 80, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 18001, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112111": { + "RewardID": 112111, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41025, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112112": { + "RewardID": 112112, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 41026, + "Count_5": 1, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112113": { + "RewardID": 112113, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112114": { + "RewardID": 112114, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112115": { + "RewardID": 112115, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 21003, + "Count_5": 1, + "Level_5": 1, + "Rank_5": 1, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112116": { + "RewardID": 112116, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112117": { + "RewardID": 112117, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 241, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112118": { + "RewardID": 112118, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 222, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112119": { + "RewardID": 112119, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "112120": { + "RewardID": 112120, + "Hcoin": 50, + "ItemID_1": 22, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 101, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 241, + "Count_3": 2, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113000": { + "RewardID": 113000, + "Hcoin": 5, + "ItemID_1": 41, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113001": { + "RewardID": 113001, + "Hcoin": 10, + "ItemID_1": 41, + "Count_1": 150, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113002": { + "RewardID": 113002, + "Hcoin": 20, + "ItemID_1": 41, + "Count_1": 200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113011": { + "RewardID": 113011, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113012": { + "RewardID": 113012, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113013": { + "RewardID": 113013, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113014": { + "RewardID": 113014, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113015": { + "RewardID": 113015, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113016": { + "RewardID": 113016, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113017": { + "RewardID": 113017, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113018": { + "RewardID": 113018, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113019": { + "RewardID": 113019, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "113020": { + "RewardID": 113020, + "Hcoin": 0, + "ItemID_1": 101, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114111": { + "RewardID": 114111, + "Hcoin": 0, + "ItemID_1": 111001, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114112": { + "RewardID": 114112, + "Hcoin": 0, + "ItemID_1": 111001, + "Count_1": 8, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114113": { + "RewardID": 114113, + "Hcoin": 0, + "ItemID_1": 111001, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114115": { + "RewardID": 114115, + "Hcoin": 0, + "ItemID_1": 111001, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 111002, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114121": { + "RewardID": 114121, + "Hcoin": 0, + "ItemID_1": 111011, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114122": { + "RewardID": 114122, + "Hcoin": 0, + "ItemID_1": 111011, + "Count_1": 8, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114123": { + "RewardID": 114123, + "Hcoin": 0, + "ItemID_1": 111011, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114125": { + "RewardID": 114125, + "Hcoin": 0, + "ItemID_1": 111011, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 111012, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114131": { + "RewardID": 114131, + "Hcoin": 0, + "ItemID_1": 112001, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114132": { + "RewardID": 114132, + "Hcoin": 0, + "ItemID_1": 112001, + "Count_1": 8, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114133": { + "RewardID": 114133, + "Hcoin": 0, + "ItemID_1": 112001, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114135": { + "RewardID": 114135, + "Hcoin": 0, + "ItemID_1": 112001, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 112002, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114141": { + "RewardID": 114141, + "Hcoin": 0, + "ItemID_1": 112011, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114142": { + "RewardID": 114142, + "Hcoin": 0, + "ItemID_1": 112011, + "Count_1": 8, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114143": { + "RewardID": 114143, + "Hcoin": 0, + "ItemID_1": 112011, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114145": { + "RewardID": 114145, + "Hcoin": 0, + "ItemID_1": 112011, + "Count_1": 10, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 112012, + "Count_2": 2, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114211": { + "RewardID": 114211, + "Hcoin": 0, + "ItemID_1": 211, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114212": { + "RewardID": 114212, + "Hcoin": 0, + "ItemID_1": 211, + "Count_1": 6, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114213": { + "RewardID": 114213, + "Hcoin": 0, + "ItemID_1": 212, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114215": { + "RewardID": 114215, + "Hcoin": 0, + "ItemID_1": 212, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114311": { + "RewardID": 114311, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114312": { + "RewardID": 114312, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114313": { + "RewardID": 114313, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114315": { + "RewardID": 114315, + "Hcoin": 0, + "ItemID_1": 221, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114411": { + "RewardID": 114411, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1500, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114412": { + "RewardID": 114412, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 3000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114413": { + "RewardID": 114413, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114415": { + "RewardID": 114415, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114511": { + "RewardID": 114511, + "Hcoin": 0, + "ItemID_1": 180001, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181002, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114512": { + "RewardID": 114512, + "Hcoin": 0, + "ItemID_1": 180001, + "Count_1": 6, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181002, + "Count_2": 6, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114513": { + "RewardID": 114513, + "Hcoin": 0, + "ItemID_1": 180001, + "Count_1": 8, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181002, + "Count_2": 8, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114515": { + "RewardID": 114515, + "Hcoin": 0, + "ItemID_1": 180001, + "Count_1": 16, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181002, + "Count_2": 16, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114521": { + "RewardID": 114521, + "Hcoin": 0, + "ItemID_1": 180002, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181003, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114522": { + "RewardID": 114522, + "Hcoin": 0, + "ItemID_1": 180002, + "Count_1": 6, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181003, + "Count_2": 6, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114523": { + "RewardID": 114523, + "Hcoin": 0, + "ItemID_1": 180002, + "Count_1": 8, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181003, + "Count_2": 8, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114525": { + "RewardID": 114525, + "Hcoin": 0, + "ItemID_1": 180002, + "Count_1": 16, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181003, + "Count_2": 16, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114531": { + "RewardID": 114531, + "Hcoin": 0, + "ItemID_1": 180003, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181001, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114532": { + "RewardID": 114532, + "Hcoin": 0, + "ItemID_1": 180003, + "Count_1": 6, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181001, + "Count_2": 6, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114533": { + "RewardID": 114533, + "Hcoin": 0, + "ItemID_1": 180003, + "Count_1": 8, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181001, + "Count_2": 8, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "114535": { + "RewardID": 114535, + "Hcoin": 0, + "ItemID_1": 180003, + "Count_1": 16, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 181001, + "Count_2": 16, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115111": { + "RewardID": 115111, + "Hcoin": 0, + "ItemID_1": 111001, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115112": { + "RewardID": 115112, + "Hcoin": 0, + "ItemID_1": 111001, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115113": { + "RewardID": 115113, + "Hcoin": 0, + "ItemID_1": 111001, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115115": { + "RewardID": 115115, + "Hcoin": 0, + "ItemID_1": 111001, + "Count_1": 6, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115121": { + "RewardID": 115121, + "Hcoin": 0, + "ItemID_1": 111011, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115122": { + "RewardID": 115122, + "Hcoin": 0, + "ItemID_1": 111011, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115123": { + "RewardID": 115123, + "Hcoin": 0, + "ItemID_1": 111011, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115125": { + "RewardID": 115125, + "Hcoin": 0, + "ItemID_1": 111011, + "Count_1": 6, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115131": { + "RewardID": 115131, + "Hcoin": 0, + "ItemID_1": 112001, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115132": { + "RewardID": 115132, + "Hcoin": 0, + "ItemID_1": 112001, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115133": { + "RewardID": 115133, + "Hcoin": 0, + "ItemID_1": 112001, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115135": { + "RewardID": 115135, + "Hcoin": 0, + "ItemID_1": 112001, + "Count_1": 6, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115141": { + "RewardID": 115141, + "Hcoin": 0, + "ItemID_1": 112011, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115142": { + "RewardID": 115142, + "Hcoin": 0, + "ItemID_1": 112011, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115143": { + "RewardID": 115143, + "Hcoin": 0, + "ItemID_1": 112011, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115145": { + "RewardID": 115145, + "Hcoin": 0, + "ItemID_1": 112011, + "Count_1": 6, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115211": { + "RewardID": 115211, + "Hcoin": 0, + "ItemID_1": 211, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115212": { + "RewardID": 115212, + "Hcoin": 0, + "ItemID_1": 211, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115213": { + "RewardID": 115213, + "Hcoin": 0, + "ItemID_1": 211, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115215": { + "RewardID": 115215, + "Hcoin": 0, + "ItemID_1": 212, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115311": { + "RewardID": 115311, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115312": { + "RewardID": 115312, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 800, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115313": { + "RewardID": 115313, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115315": { + "RewardID": 115315, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115411": { + "RewardID": 115411, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115412": { + "RewardID": 115412, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 800, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115413": { + "RewardID": 115413, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1200, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115415": { + "RewardID": 115415, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 2400, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115511": { + "RewardID": 115511, + "Hcoin": 0, + "ItemID_1": 181002, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115512": { + "RewardID": 115512, + "Hcoin": 0, + "ItemID_1": 181002, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115513": { + "RewardID": 115513, + "Hcoin": 0, + "ItemID_1": 181002, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115515": { + "RewardID": 115515, + "Hcoin": 0, + "ItemID_1": 181002, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 180001, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115521": { + "RewardID": 115521, + "Hcoin": 0, + "ItemID_1": 181003, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115522": { + "RewardID": 115522, + "Hcoin": 0, + "ItemID_1": 181003, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115523": { + "RewardID": 115523, + "Hcoin": 0, + "ItemID_1": 181003, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115525": { + "RewardID": 115525, + "Hcoin": 0, + "ItemID_1": 181003, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 180002, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115531": { + "RewardID": 115531, + "Hcoin": 0, + "ItemID_1": 181001, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115532": { + "RewardID": 115532, + "Hcoin": 0, + "ItemID_1": 181001, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115533": { + "RewardID": 115533, + "Hcoin": 0, + "ItemID_1": 181001, + "Count_1": 3, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "115535": { + "RewardID": 115535, + "Hcoin": 0, + "ItemID_1": 181001, + "Count_1": 4, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 180003, + "Count_2": 4, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000000": { + "RewardID": 2000000, + "Hcoin": 0, + "ItemID_1": 190101, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000001": { + "RewardID": 2000001, + "Hcoin": 0, + "ItemID_1": 190102, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000002": { + "RewardID": 2000002, + "Hcoin": 0, + "ItemID_1": 190103, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000003": { + "RewardID": 2000003, + "Hcoin": 0, + "ItemID_1": 190104, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000004": { + "RewardID": 2000004, + "Hcoin": 0, + "ItemID_1": 190105, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000005": { + "RewardID": 2000005, + "Hcoin": 0, + "ItemID_1": 190106, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000006": { + "RewardID": 2000006, + "Hcoin": 0, + "ItemID_1": 190107, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000007": { + "RewardID": 2000007, + "Hcoin": 0, + "ItemID_1": 190108, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000008": { + "RewardID": 2000008, + "Hcoin": 0, + "ItemID_1": 190109, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000009": { + "RewardID": 2000009, + "Hcoin": 0, + "ItemID_1": 190110, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000010": { + "RewardID": 2000010, + "Hcoin": 0, + "ItemID_1": 190111, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000011": { + "RewardID": 2000011, + "Hcoin": 0, + "ItemID_1": 190112, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000012": { + "RewardID": 2000012, + "Hcoin": 0, + "ItemID_1": 190113, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000013": { + "RewardID": 2000013, + "Hcoin": 0, + "ItemID_1": 190114, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000014": { + "RewardID": 2000014, + "Hcoin": 0, + "ItemID_1": 190115, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000015": { + "RewardID": 2000015, + "Hcoin": 0, + "ItemID_1": 190116, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000016": { + "RewardID": 2000016, + "Hcoin": 0, + "ItemID_1": 190117, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000017": { + "RewardID": 2000017, + "Hcoin": 0, + "ItemID_1": 190118, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000018": { + "RewardID": 2000018, + "Hcoin": 0, + "ItemID_1": 190119, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000019": { + "RewardID": 2000019, + "Hcoin": 0, + "ItemID_1": 190120, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000020": { + "RewardID": 2000020, + "Hcoin": 0, + "ItemID_1": 190121, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000021": { + "RewardID": 2000021, + "Hcoin": 0, + "ItemID_1": 190122, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000022": { + "RewardID": 2000022, + "Hcoin": 0, + "ItemID_1": 190123, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000023": { + "RewardID": 2000023, + "Hcoin": 0, + "ItemID_1": 190124, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000024": { + "RewardID": 2000024, + "Hcoin": 0, + "ItemID_1": 190125, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000025": { + "RewardID": 2000025, + "Hcoin": 0, + "ItemID_1": 190126, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000026": { + "RewardID": 2000026, + "Hcoin": 0, + "ItemID_1": 190127, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000027": { + "RewardID": 2000027, + "Hcoin": 0, + "ItemID_1": 190128, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000028": { + "RewardID": 2000028, + "Hcoin": 0, + "ItemID_1": 190129, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000029": { + "RewardID": 2000029, + "Hcoin": 0, + "ItemID_1": 190130, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000030": { + "RewardID": 2000030, + "Hcoin": 0, + "ItemID_1": 190131, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000031": { + "RewardID": 2000031, + "Hcoin": 0, + "ItemID_1": 190132, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000032": { + "RewardID": 2000032, + "Hcoin": 0, + "ItemID_1": 190133, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000033": { + "RewardID": 2000033, + "Hcoin": 0, + "ItemID_1": 190134, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000034": { + "RewardID": 2000034, + "Hcoin": 0, + "ItemID_1": 190135, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000035": { + "RewardID": 2000035, + "Hcoin": 0, + "ItemID_1": 190136, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000036": { + "RewardID": 2000036, + "Hcoin": 0, + "ItemID_1": 190137, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000037": { + "RewardID": 2000037, + "Hcoin": 0, + "ItemID_1": 190138, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000038": { + "RewardID": 2000038, + "Hcoin": 0, + "ItemID_1": 190139, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000039": { + "RewardID": 2000039, + "Hcoin": 0, + "ItemID_1": 190140, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000040": { + "RewardID": 2000040, + "Hcoin": 0, + "ItemID_1": 190141, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000041": { + "RewardID": 2000041, + "Hcoin": 0, + "ItemID_1": 190142, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000042": { + "RewardID": 2000042, + "Hcoin": 0, + "ItemID_1": 190143, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000043": { + "RewardID": 2000043, + "Hcoin": 0, + "ItemID_1": 190144, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000044": { + "RewardID": 2000044, + "Hcoin": 0, + "ItemID_1": 190145, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000045": { + "RewardID": 2000045, + "Hcoin": 0, + "ItemID_1": 190146, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000046": { + "RewardID": 2000046, + "Hcoin": 0, + "ItemID_1": 190147, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000047": { + "RewardID": 2000047, + "Hcoin": 0, + "ItemID_1": 190148, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000048": { + "RewardID": 2000048, + "Hcoin": 0, + "ItemID_1": 190149, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000049": { + "RewardID": 2000049, + "Hcoin": 0, + "ItemID_1": 190150, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000050": { + "RewardID": 2000050, + "Hcoin": 0, + "ItemID_1": 190151, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000051": { + "RewardID": 2000051, + "Hcoin": 0, + "ItemID_1": 190152, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000052": { + "RewardID": 2000052, + "Hcoin": 0, + "ItemID_1": 190153, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000053": { + "RewardID": 2000053, + "Hcoin": 0, + "ItemID_1": 190154, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000054": { + "RewardID": 2000054, + "Hcoin": 0, + "ItemID_1": 190155, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000055": { + "RewardID": 2000055, + "Hcoin": 0, + "ItemID_1": 190156, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000056": { + "RewardID": 2000056, + "Hcoin": 0, + "ItemID_1": 190157, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000062": { + "RewardID": 2000062, + "Hcoin": 0, + "ItemID_1": 140009, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000063": { + "RewardID": 2000063, + "Hcoin": 0, + "ItemID_1": 140002, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 140003, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 140004, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000064": { + "RewardID": 2000064, + "Hcoin": 0, + "ItemID_1": 140001, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000066": { + "RewardID": 2000066, + "Hcoin": 0, + "ItemID_1": 140019, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000068": { + "RewardID": 2000068, + "Hcoin": 0, + "ItemID_1": 140017, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000070": { + "RewardID": 2000070, + "Hcoin": 0, + "ItemID_1": 190178, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000071": { + "RewardID": 2000071, + "Hcoin": 0, + "ItemID_1": 140024, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000072": { + "RewardID": 2000072, + "Hcoin": 0, + "ItemID_1": 140025, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000073": { + "RewardID": 2000073, + "Hcoin": 0, + "ItemID_1": 140022, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000084": { + "RewardID": 2000084, + "Hcoin": 0, + "ItemID_1": 140033, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000085": { + "RewardID": 2000085, + "Hcoin": 0, + "ItemID_1": 140034, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000086": { + "RewardID": 2000086, + "Hcoin": 0, + "ItemID_1": 140035, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000087": { + "RewardID": 2000087, + "Hcoin": 0, + "ItemID_1": 140036, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000088": { + "RewardID": 2000088, + "Hcoin": 0, + "ItemID_1": 140026, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000089": { + "RewardID": 2000089, + "Hcoin": 0, + "ItemID_1": 900005, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000090": { + "RewardID": 2000090, + "Hcoin": 0, + "ItemID_1": 900008, + "Count_1": 2, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000091": { + "RewardID": 2000091, + "Hcoin": 0, + "ItemID_1": 900009, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000092": { + "RewardID": 2000092, + "Hcoin": 0, + "ItemID_1": 140001, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000093": { + "RewardID": 2000093, + "Hcoin": 0, + "ItemID_1": 140001, + "Count_1": 20, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 170, + "Count_2": 200, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000094": { + "RewardID": 2000094, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 10000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000095": { + "RewardID": 2000095, + "Hcoin": 0, + "ItemID_1": 900012, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000096": { + "RewardID": 2000096, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000097": { + "RewardID": 2000097, + "Hcoin": 0, + "ItemID_1": 400003, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000098": { + "RewardID": 2000098, + "Hcoin": 0, + "ItemID_1": 900008, + "Count_1": 5, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000099": { + "RewardID": 2000099, + "Hcoin": 0, + "ItemID_1": 900015, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000100": { + "RewardID": 2000100, + "Hcoin": 0, + "ItemID_1": 900006, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000101": { + "RewardID": 2000101, + "Hcoin": 0, + "ItemID_1": 900014, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000102": { + "RewardID": 2000102, + "Hcoin": 0, + "ItemID_1": 189002, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000103": { + "RewardID": 2000103, + "Hcoin": 0, + "ItemID_1": 189003, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000104": { + "RewardID": 2000104, + "Hcoin": 0, + "ItemID_1": 189004, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000105": { + "RewardID": 2000105, + "Hcoin": 0, + "ItemID_1": 189005, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000106": { + "RewardID": 2000106, + "Hcoin": 0, + "ItemID_1": 189006, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000107": { + "RewardID": 2000107, + "Hcoin": 0, + "ItemID_1": 180003, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000108": { + "RewardID": 2000108, + "Hcoin": 0, + "ItemID_1": 408002, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000109": { + "RewardID": 2000109, + "Hcoin": 0, + "ItemID_1": 408003, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000110": { + "RewardID": 2000110, + "Hcoin": 0, + "ItemID_1": 408004, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000111": { + "RewardID": 2000111, + "Hcoin": 0, + "ItemID_1": 140004, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000112": { + "RewardID": 2000112, + "Hcoin": 0, + "ItemID_1": 180003, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000113": { + "RewardID": 2000113, + "Hcoin": 0, + "ItemID_1": 190901, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 190902, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 140046, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000114": { + "RewardID": 2000114, + "Hcoin": 0, + "ItemID_1": 190903, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000115": { + "RewardID": 2000115, + "Hcoin": 0, + "ItemID_1": 190904, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000116": { + "RewardID": 2000116, + "Hcoin": 0, + "ItemID_1": 190905, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000117": { + "RewardID": 2000117, + "Hcoin": 0, + "ItemID_1": 190906, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000131": { + "RewardID": 2000131, + "Hcoin": 0, + "ItemID_1": 190902, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000132": { + "RewardID": 2000132, + "Hcoin": 0, + "ItemID_1": 190907, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000133": { + "RewardID": 2000133, + "Hcoin": 0, + "ItemID_1": 191, + "Count_1": 100, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000134": { + "RewardID": 2000134, + "Hcoin": 0, + "ItemID_1": 140113, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000135": { + "RewardID": 2000135, + "Hcoin": 0, + "ItemID_1": 140078, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000136": { + "RewardID": 2000136, + "Hcoin": 0, + "ItemID_1": 140079, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000137": { + "RewardID": 2000137, + "Hcoin": 0, + "ItemID_1": 140080, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000138": { + "RewardID": 2000138, + "Hcoin": 0, + "ItemID_1": 140081, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000139": { + "RewardID": 2000139, + "Hcoin": 0, + "ItemID_1": 190150, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000140": { + "RewardID": 2000140, + "Hcoin": 0, + "ItemID_1": 190151, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000141": { + "RewardID": 2000141, + "Hcoin": 0, + "ItemID_1": 190152, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000142": { + "RewardID": 2000142, + "Hcoin": 0, + "ItemID_1": 190158, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000143": { + "RewardID": 2000143, + "Hcoin": 0, + "ItemID_1": 190162, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000144": { + "RewardID": 2000144, + "Hcoin": 0, + "ItemID_1": 190163, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000145": { + "RewardID": 2000145, + "Hcoin": 0, + "ItemID_1": 190164, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000146": { + "RewardID": 2000146, + "Hcoin": 0, + "ItemID_1": 190165, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000147": { + "RewardID": 2000147, + "Hcoin": 0, + "ItemID_1": 190168, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000148": { + "RewardID": 2000148, + "Hcoin": 0, + "ItemID_1": 190169, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000149": { + "RewardID": 2000149, + "Hcoin": 0, + "ItemID_1": 190170, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000150": { + "RewardID": 2000150, + "Hcoin": 0, + "ItemID_1": 190171, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000151": { + "RewardID": 2000151, + "Hcoin": 0, + "ItemID_1": 190187, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000152": { + "RewardID": 2000152, + "Hcoin": 0, + "ItemID_1": 190188, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000153": { + "RewardID": 2000153, + "Hcoin": 0, + "ItemID_1": 190191, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000154": { + "RewardID": 2000154, + "Hcoin": 0, + "ItemID_1": 190192, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000155": { + "RewardID": 2000155, + "Hcoin": 0, + "ItemID_1": 190193, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000156": { + "RewardID": 2000156, + "Hcoin": 0, + "ItemID_1": 190194, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000157": { + "RewardID": 2000157, + "Hcoin": 0, + "ItemID_1": 190179, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000158": { + "RewardID": 2000158, + "Hcoin": 0, + "ItemID_1": 190180, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000159": { + "RewardID": 2000159, + "Hcoin": 0, + "ItemID_1": 190185, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000160": { + "RewardID": 2000160, + "Hcoin": 0, + "ItemID_1": 190160, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000161": { + "RewardID": 2000161, + "Hcoin": 0, + "ItemID_1": 190161, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000162": { + "RewardID": 2000162, + "Hcoin": 0, + "ItemID_1": 190159, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000163": { + "RewardID": 2000163, + "Hcoin": 0, + "ItemID_1": 190182, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000164": { + "RewardID": 2000164, + "Hcoin": 0, + "ItemID_1": 190206, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000165": { + "RewardID": 2000165, + "Hcoin": 0, + "ItemID_1": 190207, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000166": { + "RewardID": 2000166, + "Hcoin": 0, + "ItemID_1": 190208, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000167": { + "RewardID": 2000167, + "Hcoin": 0, + "ItemID_1": 190172, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 190173, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 190174, + "Count_3": 1, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000168": { + "RewardID": 2000168, + "Hcoin": 0, + "ItemID_1": 190166, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "2000169": { + "RewardID": 2000169, + "Hcoin": 0, + "ItemID_1": 190189, + "Count_1": 1, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 190190, + "Count_2": 1, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3000000": { + "RewardID": 3000000, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 1000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3000001": { + "RewardID": 3000001, + "Hcoin": 160, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3000002": { + "RewardID": 3000002, + "Hcoin": 160, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3000003": { + "RewardID": 3000003, + "Hcoin": 320, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3000004": { + "RewardID": 3000004, + "Hcoin": 160, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3000005": { + "RewardID": 3000005, + "Hcoin": 160, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3000006": { + "RewardID": 3000006, + "Hcoin": 160, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3000007": { + "RewardID": 3000007, + "Hcoin": 480, + "ItemID_1": 0, + "Count_1": 0, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100001": { + "RewardID": 3100001, + "Hcoin": 60, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110111, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100002": { + "RewardID": 3100002, + "Hcoin": 60, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110121, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100003": { + "RewardID": 3100003, + "Hcoin": 60, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110131, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100004": { + "RewardID": 3100004, + "Hcoin": 60, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110141, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100005": { + "RewardID": 3100005, + "Hcoin": 60, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110151, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100006": { + "RewardID": 3100006, + "Hcoin": 60, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 1109, + "Count_4": 1, + "Level_4": 1, + "Rank_4": 1, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100007": { + "RewardID": 3100007, + "Hcoin": 60, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110161, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100008": { + "RewardID": 3100008, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 110171, + "Count_4": 8, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100009": { + "RewardID": 3100009, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100010": { + "RewardID": 3100010, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 0, + "Count_2": 0, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 222, + "Count_3": 3, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + }, + "3100011": { + "RewardID": 3100011, + "Hcoin": 0, + "ItemID_1": 2, + "Count_1": 5000, + "Level_1": 0, + "Rank_1": 0, + "ItemID_2": 213, + "Count_2": 3, + "Level_2": 0, + "Rank_2": 0, + "ItemID_3": 0, + "Count_3": 0, + "Level_3": 0, + "Rank_3": 0, + "ItemID_4": 0, + "Count_4": 0, + "Level_4": 0, + "Rank_4": 0, + "ItemID_5": 0, + "Count_5": 0, + "Level_5": 0, + "Rank_5": 0, + "ItemID_6": 0, + "Count_6": 0, + "Level_6": 0, + "Rank_6": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueBlessExcelTable.json b/CrepePackage/src/data/excel/RogueBlessExcelTable.json new file mode 100644 index 0000000..3a50851 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueBlessExcelTable.json @@ -0,0 +1,332 @@ +{ + "1:1": { + "BlessID": 1, + "BlessLevel": 1, + "RogueBlessNameTextmapID": { + "hash": -59664020 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "MazeBuffID": 620101, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 6 + }, + "1:2": { + "BlessID": 1, + "BlessLevel": 2, + "RogueBlessNameTextmapID": { + "hash": -59664020 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "MazeBuffID": 620102, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 9 + }, + "1:3": { + "BlessID": 1, + "BlessLevel": 3, + "RogueBlessNameTextmapID": { + "hash": -59664020 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "MazeBuffID": 620103, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 12 + }, + "1:4": { + "BlessID": 1, + "BlessLevel": 4, + "RogueBlessNameTextmapID": { + "hash": -59664020 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "MazeBuffID": 620104, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 15 + }, + "1:5": { + "BlessID": 1, + "BlessLevel": 5, + "RogueBlessNameTextmapID": { + "hash": -59664020 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "MazeBuffID": 620105, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 24 + }, + "2:1": { + "BlessID": 2, + "BlessLevel": 1, + "RogueBlessNameTextmapID": { + "hash": -1625747961 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "MazeBuffID": 620201, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 6 + }, + "2:2": { + "BlessID": 2, + "BlessLevel": 2, + "RogueBlessNameTextmapID": { + "hash": -1625747961 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "MazeBuffID": 620202, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 9 + }, + "2:3": { + "BlessID": 2, + "BlessLevel": 3, + "RogueBlessNameTextmapID": { + "hash": -1625747961 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "MazeBuffID": 620203, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 12 + }, + "2:4": { + "BlessID": 2, + "BlessLevel": 4, + "RogueBlessNameTextmapID": { + "hash": -1625747961 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "MazeBuffID": 620204, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 15 + }, + "2:5": { + "BlessID": 2, + "BlessLevel": 5, + "RogueBlessNameTextmapID": { + "hash": -1625747961 + }, + "BlessIconPath": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "MazeBuffID": 620205, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 24 + }, + "3:1": { + "BlessID": 3, + "BlessLevel": 1, + "RogueBlessNameTextmapID": { + "hash": 1103135394 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620301, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 6 + }, + "3:2": { + "BlessID": 3, + "BlessLevel": 2, + "RogueBlessNameTextmapID": { + "hash": 1103135394 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620302, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 9 + }, + "3:3": { + "BlessID": 3, + "BlessLevel": 3, + "RogueBlessNameTextmapID": { + "hash": 1103135394 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620303, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 12 + }, + "3:4": { + "BlessID": 3, + "BlessLevel": 4, + "RogueBlessNameTextmapID": { + "hash": 1103135394 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620304, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 15 + }, + "3:5": { + "BlessID": 3, + "BlessLevel": 5, + "RogueBlessNameTextmapID": { + "hash": 1103135394 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620305, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 24 + }, + "4:1": { + "BlessID": 4, + "BlessLevel": 1, + "RogueBlessNameTextmapID": { + "hash": -462948547 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620401, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 6 + }, + "4:2": { + "BlessID": 4, + "BlessLevel": 2, + "RogueBlessNameTextmapID": { + "hash": -462948547 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620402, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 9 + }, + "4:3": { + "BlessID": 4, + "BlessLevel": 3, + "RogueBlessNameTextmapID": { + "hash": -462948547 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620403, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 12 + }, + "4:4": { + "BlessID": 4, + "BlessLevel": 4, + "RogueBlessNameTextmapID": { + "hash": -462948547 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620404, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 15 + }, + "4:5": { + "BlessID": 4, + "BlessLevel": 5, + "RogueBlessNameTextmapID": { + "hash": -462948547 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620405, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 24 + }, + "5:1": { + "BlessID": 5, + "BlessLevel": 1, + "RogueBlessNameTextmapID": { + "hash": -2029032488 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620501, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 6 + }, + "5:2": { + "BlessID": 5, + "BlessLevel": 2, + "RogueBlessNameTextmapID": { + "hash": -2029032488 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620502, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 9 + }, + "5:3": { + "BlessID": 5, + "BlessLevel": 3, + "RogueBlessNameTextmapID": { + "hash": -2029032488 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620503, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 12 + }, + "5:4": { + "BlessID": 5, + "BlessLevel": 4, + "RogueBlessNameTextmapID": { + "hash": -2029032488 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620504, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 15 + }, + "5:5": { + "BlessID": 5, + "BlessLevel": 5, + "RogueBlessNameTextmapID": { + "hash": -2029032488 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620505, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 24 + }, + "6:1": { + "BlessID": 6, + "BlessLevel": 1, + "RogueBlessNameTextmapID": { + "hash": 699850867 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620601, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 6 + }, + "6:2": { + "BlessID": 6, + "BlessLevel": 2, + "RogueBlessNameTextmapID": { + "hash": 699850867 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620602, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 9 + }, + "6:3": { + "BlessID": 6, + "BlessLevel": 3, + "RogueBlessNameTextmapID": { + "hash": 699850867 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620603, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 12 + }, + "6:4": { + "BlessID": 6, + "BlessLevel": 4, + "RogueBlessNameTextmapID": { + "hash": 699850867 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620604, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 15 + }, + "6:5": { + "BlessID": 6, + "BlessLevel": 5, + "RogueBlessNameTextmapID": { + "hash": 699850867 + }, + "BlessIconPath": "SpriteOutput/ItemFigures/401002.png", + "MazeBuffID": 620605, + "MazeBuffLevel": 1, + "LevelUpMonsterKillCount": 24 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueBuffDisplayTypeExcelTable.json b/CrepePackage/src/data/excel/RogueBuffDisplayTypeExcelTable.json new file mode 100644 index 0000000..2c9f9b6 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueBuffDisplayTypeExcelTable.json @@ -0,0 +1,22 @@ +{ + "1": { + "RogueBuffDisplayTypeID": 1, + "RogueBuffDisplayTypeTitleTextmapID": { + "hash": -887237815 + }, + "RogueBuffDisplayTypeTextmapID": { + "hash": -459160183 + }, + "RogueBuffDisplayTypeIconPath": "SpriteOutput/TabIcon/Inventory/InventoryLightConeIcon.png" + }, + "3": { + "RogueBuffDisplayTypeID": 3, + "RogueBuffDisplayTypeTitleTextmapID": { + "hash": -887237817 + }, + "RogueBuffDisplayTypeTextmapID": { + "hash": -1621959597 + }, + "RogueBuffDisplayTypeIconPath": "SpriteOutput/TabIcon/Inventory/InventoryMaterialsIcon.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueBuffExcelTable.json b/CrepePackage/src/data/excel/RogueBuffExcelTable.json new file mode 100644 index 0000000..764f4d4 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueBuffExcelTable.json @@ -0,0 +1,2862 @@ +{ + "600000:1": { + "MazeBuffID": 600000, + "MazeBuffLevel": 1, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "600000:2": { + "MazeBuffID": 600000, + "MazeBuffLevel": 2, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "600000:3": { + "MazeBuffID": 600000, + "MazeBuffLevel": 3, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "600000:4": { + "MazeBuffID": 600000, + "MazeBuffLevel": 4, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "600000:5": { + "MazeBuffID": 600000, + "MazeBuffLevel": 5, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "600000:6": { + "MazeBuffID": 600000, + "MazeBuffLevel": 6, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "600000:7": { + "MazeBuffID": 600000, + "MazeBuffLevel": 7, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "600000:8": { + "MazeBuffID": 600000, + "MazeBuffLevel": 8, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "600000:9": { + "MazeBuffID": 600000, + "MazeBuffLevel": 9, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "600000:10": { + "MazeBuffID": 600000, + "MazeBuffLevel": 10, + "RogueBuffType": 100, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueBuffScore": 100 + }, + "612001:1": { + "MazeBuffID": 612001, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612002:1": { + "MazeBuffID": 612002, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612003:1": { + "MazeBuffID": 612003, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612004:1": { + "MazeBuffID": 612004, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612005:1": { + "MazeBuffID": 612005, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612006:1": { + "MazeBuffID": 612006, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612007:1": { + "MazeBuffID": 612007, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612008:1": { + "MazeBuffID": 612008, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612009:1": { + "MazeBuffID": 612009, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612010:1": { + "MazeBuffID": 612010, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612011:1": { + "MazeBuffID": 612011, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612012:1": { + "MazeBuffID": 612012, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612013:1": { + "MazeBuffID": 612013, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612014:1": { + "MazeBuffID": 612014, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612015:1": { + "MazeBuffID": 612015, + "MazeBuffLevel": 1, + "RogueBuffType": 120, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612101:1": { + "MazeBuffID": 612101, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612102:1": { + "MazeBuffID": 612102, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612103:1": { + "MazeBuffID": 612103, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612104:1": { + "MazeBuffID": 612104, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612105:1": { + "MazeBuffID": 612105, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612106:1": { + "MazeBuffID": 612106, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612107:1": { + "MazeBuffID": 612107, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612108:1": { + "MazeBuffID": 612108, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612109:1": { + "MazeBuffID": 612109, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612110:1": { + "MazeBuffID": 612110, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612111:1": { + "MazeBuffID": 612111, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612112:1": { + "MazeBuffID": 612112, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612113:1": { + "MazeBuffID": 612113, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612114:1": { + "MazeBuffID": 612114, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612115:1": { + "MazeBuffID": 612115, + "MazeBuffLevel": 1, + "RogueBuffType": 121, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612201:1": { + "MazeBuffID": 612201, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612202:1": { + "MazeBuffID": 612202, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612203:1": { + "MazeBuffID": 612203, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612204:1": { + "MazeBuffID": 612204, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612205:1": { + "MazeBuffID": 612205, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612206:1": { + "MazeBuffID": 612206, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612207:1": { + "MazeBuffID": 612207, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612208:1": { + "MazeBuffID": 612208, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612209:1": { + "MazeBuffID": 612209, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612210:1": { + "MazeBuffID": 612210, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612211:1": { + "MazeBuffID": 612211, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612212:1": { + "MazeBuffID": 612212, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612213:1": { + "MazeBuffID": 612213, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612214:1": { + "MazeBuffID": 612214, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612215:1": { + "MazeBuffID": 612215, + "MazeBuffLevel": 1, + "RogueBuffType": 122, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612301:1": { + "MazeBuffID": 612301, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612302:1": { + "MazeBuffID": 612302, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612303:1": { + "MazeBuffID": 612303, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612304:1": { + "MazeBuffID": 612304, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612305:1": { + "MazeBuffID": 612305, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612306:1": { + "MazeBuffID": 612306, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612307:1": { + "MazeBuffID": 612307, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612308:1": { + "MazeBuffID": 612308, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612309:1": { + "MazeBuffID": 612309, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612310:1": { + "MazeBuffID": 612310, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612311:1": { + "MazeBuffID": 612311, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612312:1": { + "MazeBuffID": 612312, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612313:1": { + "MazeBuffID": 612313, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612314:1": { + "MazeBuffID": 612314, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612315:1": { + "MazeBuffID": 612315, + "MazeBuffLevel": 1, + "RogueBuffType": 123, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612401:1": { + "MazeBuffID": 612401, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612402:1": { + "MazeBuffID": 612402, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612403:1": { + "MazeBuffID": 612403, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612404:1": { + "MazeBuffID": 612404, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612405:1": { + "MazeBuffID": 612405, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612406:1": { + "MazeBuffID": 612406, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612407:1": { + "MazeBuffID": 612407, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612408:1": { + "MazeBuffID": 612408, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612409:1": { + "MazeBuffID": 612409, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612410:1": { + "MazeBuffID": 612410, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612411:1": { + "MazeBuffID": 612411, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612412:1": { + "MazeBuffID": 612412, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612413:1": { + "MazeBuffID": 612413, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612414:1": { + "MazeBuffID": 612414, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612415:1": { + "MazeBuffID": 612415, + "MazeBuffLevel": 1, + "RogueBuffType": 124, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612501:1": { + "MazeBuffID": 612501, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612502:1": { + "MazeBuffID": 612502, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612503:1": { + "MazeBuffID": 612503, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612504:1": { + "MazeBuffID": 612504, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612505:1": { + "MazeBuffID": 612505, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612506:1": { + "MazeBuffID": 612506, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612507:1": { + "MazeBuffID": 612507, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612508:1": { + "MazeBuffID": 612508, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612509:1": { + "MazeBuffID": 612509, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612510:1": { + "MazeBuffID": 612510, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612511:1": { + "MazeBuffID": 612511, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612512:1": { + "MazeBuffID": 612512, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612513:1": { + "MazeBuffID": 612513, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612514:1": { + "MazeBuffID": 612514, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612515:1": { + "MazeBuffID": 612515, + "MazeBuffLevel": 1, + "RogueBuffType": 125, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612601:1": { + "MazeBuffID": 612601, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612602:1": { + "MazeBuffID": 612602, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612603:1": { + "MazeBuffID": 612603, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612604:1": { + "MazeBuffID": 612604, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612605:1": { + "MazeBuffID": 612605, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612606:1": { + "MazeBuffID": 612606, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612607:1": { + "MazeBuffID": 612607, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612608:1": { + "MazeBuffID": 612608, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612609:1": { + "MazeBuffID": 612609, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612610:1": { + "MazeBuffID": 612610, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612611:1": { + "MazeBuffID": 612611, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612612:1": { + "MazeBuffID": 612612, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612613:1": { + "MazeBuffID": 612613, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612614:1": { + "MazeBuffID": 612614, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612615:1": { + "MazeBuffID": 612615, + "MazeBuffLevel": 1, + "RogueBuffType": 126, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612001:2": { + "MazeBuffID": 612001, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612002:2": { + "MazeBuffID": 612002, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612003:2": { + "MazeBuffID": 612003, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612004:2": { + "MazeBuffID": 612004, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612005:2": { + "MazeBuffID": 612005, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612006:2": { + "MazeBuffID": 612006, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612007:2": { + "MazeBuffID": 612007, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612008:2": { + "MazeBuffID": 612008, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612009:2": { + "MazeBuffID": 612009, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612010:2": { + "MazeBuffID": 612010, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612011:2": { + "MazeBuffID": 612011, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612012:2": { + "MazeBuffID": 612012, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612013:2": { + "MazeBuffID": 612013, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612014:2": { + "MazeBuffID": 612014, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612015:2": { + "MazeBuffID": 612015, + "MazeBuffLevel": 2, + "RogueBuffType": 120, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612101:2": { + "MazeBuffID": 612101, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612102:2": { + "MazeBuffID": 612102, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612103:2": { + "MazeBuffID": 612103, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612104:2": { + "MazeBuffID": 612104, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612105:2": { + "MazeBuffID": 612105, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612106:2": { + "MazeBuffID": 612106, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612107:2": { + "MazeBuffID": 612107, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612108:2": { + "MazeBuffID": 612108, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612109:2": { + "MazeBuffID": 612109, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612110:2": { + "MazeBuffID": 612110, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612111:2": { + "MazeBuffID": 612111, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612112:2": { + "MazeBuffID": 612112, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612113:2": { + "MazeBuffID": 612113, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612114:2": { + "MazeBuffID": 612114, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612115:2": { + "MazeBuffID": 612115, + "MazeBuffLevel": 2, + "RogueBuffType": 121, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612201:2": { + "MazeBuffID": 612201, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612202:2": { + "MazeBuffID": 612202, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612203:2": { + "MazeBuffID": 612203, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612204:2": { + "MazeBuffID": 612204, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612205:2": { + "MazeBuffID": 612205, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612206:2": { + "MazeBuffID": 612206, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612207:2": { + "MazeBuffID": 612207, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612208:2": { + "MazeBuffID": 612208, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612209:2": { + "MazeBuffID": 612209, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612210:2": { + "MazeBuffID": 612210, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612211:2": { + "MazeBuffID": 612211, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612212:2": { + "MazeBuffID": 612212, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612213:2": { + "MazeBuffID": 612213, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612214:2": { + "MazeBuffID": 612214, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612215:2": { + "MazeBuffID": 612215, + "MazeBuffLevel": 2, + "RogueBuffType": 122, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612301:2": { + "MazeBuffID": 612301, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612302:2": { + "MazeBuffID": 612302, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612303:2": { + "MazeBuffID": 612303, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612304:2": { + "MazeBuffID": 612304, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612305:2": { + "MazeBuffID": 612305, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612306:2": { + "MazeBuffID": 612306, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612307:2": { + "MazeBuffID": 612307, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612308:2": { + "MazeBuffID": 612308, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612309:2": { + "MazeBuffID": 612309, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612310:2": { + "MazeBuffID": 612310, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612311:2": { + "MazeBuffID": 612311, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612312:2": { + "MazeBuffID": 612312, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612313:2": { + "MazeBuffID": 612313, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612314:2": { + "MazeBuffID": 612314, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612315:2": { + "MazeBuffID": 612315, + "MazeBuffLevel": 2, + "RogueBuffType": 123, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612401:2": { + "MazeBuffID": 612401, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612402:2": { + "MazeBuffID": 612402, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612403:2": { + "MazeBuffID": 612403, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612404:2": { + "MazeBuffID": 612404, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612405:2": { + "MazeBuffID": 612405, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612406:2": { + "MazeBuffID": 612406, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612407:2": { + "MazeBuffID": 612407, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612408:2": { + "MazeBuffID": 612408, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612409:2": { + "MazeBuffID": 612409, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612410:2": { + "MazeBuffID": 612410, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612411:2": { + "MazeBuffID": 612411, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612412:2": { + "MazeBuffID": 612412, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612413:2": { + "MazeBuffID": 612413, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612414:2": { + "MazeBuffID": 612414, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612415:2": { + "MazeBuffID": 612415, + "MazeBuffLevel": 2, + "RogueBuffType": 124, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612501:2": { + "MazeBuffID": 612501, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612502:2": { + "MazeBuffID": 612502, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612503:2": { + "MazeBuffID": 612503, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612504:2": { + "MazeBuffID": 612504, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612505:2": { + "MazeBuffID": 612505, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612506:2": { + "MazeBuffID": 612506, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612507:2": { + "MazeBuffID": 612507, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612508:2": { + "MazeBuffID": 612508, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612509:2": { + "MazeBuffID": 612509, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612510:2": { + "MazeBuffID": 612510, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612511:2": { + "MazeBuffID": 612511, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612512:2": { + "MazeBuffID": 612512, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612513:2": { + "MazeBuffID": 612513, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612514:2": { + "MazeBuffID": 612514, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612515:2": { + "MazeBuffID": 612515, + "MazeBuffLevel": 2, + "RogueBuffType": 125, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612601:2": { + "MazeBuffID": 612601, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612602:2": { + "MazeBuffID": 612602, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612603:2": { + "MazeBuffID": 612603, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612604:2": { + "MazeBuffID": 612604, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612605:2": { + "MazeBuffID": 612605, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612606:2": { + "MazeBuffID": 612606, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612607:2": { + "MazeBuffID": 612607, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612608:2": { + "MazeBuffID": 612608, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612609:2": { + "MazeBuffID": 612609, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612610:2": { + "MazeBuffID": 612610, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612611:2": { + "MazeBuffID": 612611, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612612:2": { + "MazeBuffID": 612612, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612613:2": { + "MazeBuffID": 612613, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 1, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612614:2": { + "MazeBuffID": 612614, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 2, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + }, + "612615:2": { + "MazeBuffID": 612615, + "MazeBuffLevel": 2, + "RogueBuffType": 126, + "RogueBuffRarity": 3, + "RogueBuffCost": [ + { + "ItemID": 31, + "ItemNum": 200 + } + ], + "RogueBuffScore": 200 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueBuffTypeExcelTable.json b/CrepePackage/src/data/excel/RogueBuffTypeExcelTable.json new file mode 100644 index 0000000..5ceeeef --- /dev/null +++ b/CrepePackage/src/data/excel/RogueBuffTypeExcelTable.json @@ -0,0 +1,74 @@ +{ + "100": { + "RogueBuffType": 100, + "RogueBuffTypeTextmapID": { + "hash": 120514411 + }, + "RogueBuffTypeIcon": "", + "RogueBuffDisplayTypeID": 1, + "RogueBuffDisplayGod": 0 + }, + "120": { + "RogueBuffType": 120, + "RogueBuffTypeTextmapID": { + "hash": -1042285003 + }, + "RogueBuffTypeIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "RogueBuffDisplayTypeID": 1, + "RogueBuffDisplayGod": 0 + }, + "121": { + "RogueBuffType": 121, + "RogueBuffTypeTextmapID": { + "hash": -1042285004 + }, + "RogueBuffTypeIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "RogueBuffDisplayTypeID": 1, + "RogueBuffDisplayGod": 0 + }, + "122": { + "RogueBuffType": 122, + "RogueBuffTypeTextmapID": { + "hash": -1042285005 + }, + "RogueBuffTypeIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "RogueBuffDisplayTypeID": 1, + "RogueBuffDisplayGod": 0 + }, + "123": { + "RogueBuffType": 123, + "RogueBuffTypeTextmapID": { + "hash": -1042285006 + }, + "RogueBuffTypeIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "RogueBuffDisplayTypeID": 1, + "RogueBuffDisplayGod": 0 + }, + "124": { + "RogueBuffType": 124, + "RogueBuffTypeTextmapID": { + "hash": -1042284999 + }, + "RogueBuffTypeIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "RogueBuffDisplayTypeID": 1, + "RogueBuffDisplayGod": 0 + }, + "125": { + "RogueBuffType": 125, + "RogueBuffTypeTextmapID": { + "hash": -1042285000 + }, + "RogueBuffTypeIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "RogueBuffDisplayTypeID": 1, + "RogueBuffDisplayGod": 0 + }, + "126": { + "RogueBuffType": 126, + "RogueBuffTypeTextmapID": { + "hash": -1042285001 + }, + "RogueBuffTypeIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "RogueBuffDisplayTypeID": 1, + "RogueBuffDisplayGod": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueChallengeRewardExcelTable.json b/CrepePackage/src/data/excel/RogueChallengeRewardExcelTable.json new file mode 100644 index 0000000..7df5864 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueChallengeRewardExcelTable.json @@ -0,0 +1,422 @@ +{ + "1:0": { + "RogueChallengeRewardID": 1, + "WorldLevel": 0, + "ChallengeScore": 2000, + "RewardID": 105001 + }, + "2:0": { + "RogueChallengeRewardID": 2, + "WorldLevel": 0, + "ChallengeScore": 4000, + "RewardID": 105002 + }, + "3:0": { + "RogueChallengeRewardID": 3, + "WorldLevel": 0, + "ChallengeScore": 8000, + "RewardID": 105003 + }, + "4:0": { + "RogueChallengeRewardID": 4, + "WorldLevel": 0, + "ChallengeScore": 16000, + "RewardID": 105004 + }, + "5:0": { + "RogueChallengeRewardID": 5, + "WorldLevel": 0, + "ChallengeScore": 24000, + "RewardID": 105005 + }, + "6:0": { + "RogueChallengeRewardID": 6, + "WorldLevel": 0, + "ChallengeScore": 32000, + "RewardID": 105006 + }, + "7:0": { + "RogueChallengeRewardID": 7, + "WorldLevel": 0, + "ChallengeScore": 40000, + "RewardID": 105007 + }, + "8:0": { + "RogueChallengeRewardID": 8, + "WorldLevel": 0, + "ChallengeScore": 50000, + "RewardID": 105008 + }, + "9:0": { + "RogueChallengeRewardID": 9, + "WorldLevel": 0, + "ChallengeScore": 60000, + "RewardID": 105009 + }, + "10:0": { + "RogueChallengeRewardID": 10, + "WorldLevel": 0, + "ChallengeScore": 80000, + "RewardID": 105010 + }, + "1:1": { + "RogueChallengeRewardID": 1, + "WorldLevel": 1, + "ChallengeScore": 2000, + "RewardID": 105001 + }, + "2:1": { + "RogueChallengeRewardID": 2, + "WorldLevel": 1, + "ChallengeScore": 4000, + "RewardID": 105002 + }, + "3:1": { + "RogueChallengeRewardID": 3, + "WorldLevel": 1, + "ChallengeScore": 8000, + "RewardID": 105003 + }, + "4:1": { + "RogueChallengeRewardID": 4, + "WorldLevel": 1, + "ChallengeScore": 16000, + "RewardID": 105004 + }, + "5:1": { + "RogueChallengeRewardID": 5, + "WorldLevel": 1, + "ChallengeScore": 24000, + "RewardID": 105005 + }, + "6:1": { + "RogueChallengeRewardID": 6, + "WorldLevel": 1, + "ChallengeScore": 32000, + "RewardID": 105006 + }, + "7:1": { + "RogueChallengeRewardID": 7, + "WorldLevel": 1, + "ChallengeScore": 40000, + "RewardID": 105007 + }, + "8:1": { + "RogueChallengeRewardID": 8, + "WorldLevel": 1, + "ChallengeScore": 50000, + "RewardID": 105008 + }, + "9:1": { + "RogueChallengeRewardID": 9, + "WorldLevel": 1, + "ChallengeScore": 60000, + "RewardID": 105009 + }, + "10:1": { + "RogueChallengeRewardID": 10, + "WorldLevel": 1, + "ChallengeScore": 80000, + "RewardID": 105010 + }, + "1:2": { + "RogueChallengeRewardID": 1, + "WorldLevel": 2, + "ChallengeScore": 2000, + "RewardID": 105001 + }, + "2:2": { + "RogueChallengeRewardID": 2, + "WorldLevel": 2, + "ChallengeScore": 4000, + "RewardID": 105002 + }, + "3:2": { + "RogueChallengeRewardID": 3, + "WorldLevel": 2, + "ChallengeScore": 8000, + "RewardID": 105003 + }, + "4:2": { + "RogueChallengeRewardID": 4, + "WorldLevel": 2, + "ChallengeScore": 16000, + "RewardID": 105004 + }, + "5:2": { + "RogueChallengeRewardID": 5, + "WorldLevel": 2, + "ChallengeScore": 24000, + "RewardID": 105005 + }, + "6:2": { + "RogueChallengeRewardID": 6, + "WorldLevel": 2, + "ChallengeScore": 32000, + "RewardID": 105006 + }, + "7:2": { + "RogueChallengeRewardID": 7, + "WorldLevel": 2, + "ChallengeScore": 40000, + "RewardID": 105007 + }, + "8:2": { + "RogueChallengeRewardID": 8, + "WorldLevel": 2, + "ChallengeScore": 50000, + "RewardID": 105008 + }, + "9:2": { + "RogueChallengeRewardID": 9, + "WorldLevel": 2, + "ChallengeScore": 60000, + "RewardID": 105009 + }, + "10:2": { + "RogueChallengeRewardID": 10, + "WorldLevel": 2, + "ChallengeScore": 80000, + "RewardID": 105010 + }, + "1:3": { + "RogueChallengeRewardID": 1, + "WorldLevel": 3, + "ChallengeScore": 2000, + "RewardID": 105001 + }, + "2:3": { + "RogueChallengeRewardID": 2, + "WorldLevel": 3, + "ChallengeScore": 4000, + "RewardID": 105002 + }, + "3:3": { + "RogueChallengeRewardID": 3, + "WorldLevel": 3, + "ChallengeScore": 8000, + "RewardID": 105003 + }, + "4:3": { + "RogueChallengeRewardID": 4, + "WorldLevel": 3, + "ChallengeScore": 16000, + "RewardID": 105004 + }, + "5:3": { + "RogueChallengeRewardID": 5, + "WorldLevel": 3, + "ChallengeScore": 24000, + "RewardID": 105005 + }, + "6:3": { + "RogueChallengeRewardID": 6, + "WorldLevel": 3, + "ChallengeScore": 32000, + "RewardID": 105006 + }, + "7:3": { + "RogueChallengeRewardID": 7, + "WorldLevel": 3, + "ChallengeScore": 40000, + "RewardID": 105007 + }, + "8:3": { + "RogueChallengeRewardID": 8, + "WorldLevel": 3, + "ChallengeScore": 50000, + "RewardID": 105008 + }, + "9:3": { + "RogueChallengeRewardID": 9, + "WorldLevel": 3, + "ChallengeScore": 60000, + "RewardID": 105009 + }, + "10:3": { + "RogueChallengeRewardID": 10, + "WorldLevel": 3, + "ChallengeScore": 80000, + "RewardID": 105010 + }, + "1:4": { + "RogueChallengeRewardID": 1, + "WorldLevel": 4, + "ChallengeScore": 2000, + "RewardID": 105001 + }, + "2:4": { + "RogueChallengeRewardID": 2, + "WorldLevel": 4, + "ChallengeScore": 4000, + "RewardID": 105002 + }, + "3:4": { + "RogueChallengeRewardID": 3, + "WorldLevel": 4, + "ChallengeScore": 8000, + "RewardID": 105003 + }, + "4:4": { + "RogueChallengeRewardID": 4, + "WorldLevel": 4, + "ChallengeScore": 16000, + "RewardID": 105004 + }, + "5:4": { + "RogueChallengeRewardID": 5, + "WorldLevel": 4, + "ChallengeScore": 24000, + "RewardID": 105005 + }, + "6:4": { + "RogueChallengeRewardID": 6, + "WorldLevel": 4, + "ChallengeScore": 32000, + "RewardID": 105006 + }, + "7:4": { + "RogueChallengeRewardID": 7, + "WorldLevel": 4, + "ChallengeScore": 40000, + "RewardID": 105007 + }, + "8:4": { + "RogueChallengeRewardID": 8, + "WorldLevel": 4, + "ChallengeScore": 50000, + "RewardID": 105008 + }, + "9:4": { + "RogueChallengeRewardID": 9, + "WorldLevel": 4, + "ChallengeScore": 60000, + "RewardID": 105009 + }, + "10:4": { + "RogueChallengeRewardID": 10, + "WorldLevel": 4, + "ChallengeScore": 80000, + "RewardID": 105010 + }, + "1:5": { + "RogueChallengeRewardID": 1, + "WorldLevel": 5, + "ChallengeScore": 2000, + "RewardID": 105001 + }, + "2:5": { + "RogueChallengeRewardID": 2, + "WorldLevel": 5, + "ChallengeScore": 4000, + "RewardID": 105002 + }, + "3:5": { + "RogueChallengeRewardID": 3, + "WorldLevel": 5, + "ChallengeScore": 8000, + "RewardID": 105003 + }, + "4:5": { + "RogueChallengeRewardID": 4, + "WorldLevel": 5, + "ChallengeScore": 16000, + "RewardID": 105004 + }, + "5:5": { + "RogueChallengeRewardID": 5, + "WorldLevel": 5, + "ChallengeScore": 24000, + "RewardID": 105005 + }, + "6:5": { + "RogueChallengeRewardID": 6, + "WorldLevel": 5, + "ChallengeScore": 32000, + "RewardID": 105006 + }, + "7:5": { + "RogueChallengeRewardID": 7, + "WorldLevel": 5, + "ChallengeScore": 40000, + "RewardID": 105007 + }, + "8:5": { + "RogueChallengeRewardID": 8, + "WorldLevel": 5, + "ChallengeScore": 50000, + "RewardID": 105008 + }, + "9:5": { + "RogueChallengeRewardID": 9, + "WorldLevel": 5, + "ChallengeScore": 60000, + "RewardID": 105009 + }, + "10:5": { + "RogueChallengeRewardID": 10, + "WorldLevel": 5, + "ChallengeScore": 80000, + "RewardID": 105010 + }, + "1:6": { + "RogueChallengeRewardID": 1, + "WorldLevel": 6, + "ChallengeScore": 2000, + "RewardID": 105001 + }, + "2:6": { + "RogueChallengeRewardID": 2, + "WorldLevel": 6, + "ChallengeScore": 4000, + "RewardID": 105002 + }, + "3:6": { + "RogueChallengeRewardID": 3, + "WorldLevel": 6, + "ChallengeScore": 8000, + "RewardID": 105003 + }, + "4:6": { + "RogueChallengeRewardID": 4, + "WorldLevel": 6, + "ChallengeScore": 16000, + "RewardID": 105004 + }, + "5:6": { + "RogueChallengeRewardID": 5, + "WorldLevel": 6, + "ChallengeScore": 24000, + "RewardID": 105005 + }, + "6:6": { + "RogueChallengeRewardID": 6, + "WorldLevel": 6, + "ChallengeScore": 32000, + "RewardID": 105006 + }, + "7:6": { + "RogueChallengeRewardID": 7, + "WorldLevel": 6, + "ChallengeScore": 40000, + "RewardID": 105007 + }, + "8:6": { + "RogueChallengeRewardID": 8, + "WorldLevel": 6, + "ChallengeScore": 50000, + "RewardID": 105008 + }, + "9:6": { + "RogueChallengeRewardID": 9, + "WorldLevel": 6, + "ChallengeScore": 60000, + "RewardID": 105009 + }, + "10:6": { + "RogueChallengeRewardID": 10, + "WorldLevel": 6, + "ChallengeScore": 80000, + "RewardID": 105010 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueChallengeScoreExcelTable.json b/CrepePackage/src/data/excel/RogueChallengeScoreExcelTable.json new file mode 100644 index 0000000..ce42cfe --- /dev/null +++ b/CrepePackage/src/data/excel/RogueChallengeScoreExcelTable.json @@ -0,0 +1,110 @@ +{ + "1": { + "ScoreID": 1, + "ScoreParamType": "Turn", + "ScoreParam": 15.0, + "Score": 20000, + "ChallengeScoreTextmapID": { + "hash": 1919290497 + } + }, + "2": { + "ScoreID": 2, + "ScoreParamType": "Turn", + "ScoreParam": 20.0, + "Score": 16000, + "ChallengeScoreTextmapID": { + "hash": 1919290498 + } + }, + "3": { + "ScoreID": 3, + "ScoreParamType": "Turn", + "ScoreParam": 25.0, + "Score": 12000, + "ChallengeScoreTextmapID": { + "hash": 1919290499 + } + }, + "4": { + "ScoreID": 4, + "ScoreParamType": "Turn", + "ScoreParam": 30.0, + "Score": 8000, + "ChallengeScoreTextmapID": { + "hash": 1919290492 + } + }, + "5": { + "ScoreID": 5, + "ScoreParamType": "Turn", + "ScoreParam": 40.0, + "Score": 4000, + "ChallengeScoreTextmapID": { + "hash": 1919290493 + } + }, + "6": { + "ScoreID": 6, + "ScoreParamType": "Damage", + "ScoreParam": 0.01, + "Score": 500, + "ChallengeScoreTextmapID": { + "hash": 1919290494 + } + }, + "10": { + "ScoreID": 10, + "ScoreParamType": "Buff", + "ScoreParam": 640101.0, + "Score": 0, + "ChallengeScoreTextmapID": { + "hash": 1688446737 + } + }, + "11": { + "ScoreID": 11, + "ScoreParamType": "Buff", + "ScoreParam": 640102.0, + "Score": 0, + "ChallengeScoreTextmapID": { + "hash": -1040436618 + } + }, + "12": { + "ScoreID": 12, + "ScoreParamType": "Buff", + "ScoreParam": 640103.0, + "Score": 0, + "ChallengeScoreTextmapID": { + "hash": 525647323 + } + }, + "13": { + "ScoreID": 13, + "ScoreParamType": "Buff", + "ScoreParam": 640201.0, + "Score": 0, + "ChallengeScoreTextmapID": { + "hash": 2091731264 + } + }, + "14": { + "ScoreID": 14, + "ScoreParamType": "Buff", + "ScoreParam": 640202.0, + "Score": 0, + "ChallengeScoreTextmapID": { + "hash": -280921731 + } + }, + "15": { + "ScoreID": 15, + "ScoreParamType": "Buff", + "ScoreParam": 640203.0, + "Score": 0, + "ChallengeScoreTextmapID": { + "hash": 1285162210 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueExploreLevelExcelTable.json b/CrepePackage/src/data/excel/RogueExploreLevelExcelTable.json new file mode 100644 index 0000000..89f29e7 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueExploreLevelExcelTable.json @@ -0,0 +1,38 @@ +{ + "1": { + "Level": 1, + "ExploreExp": 0, + "SelectBuff": 0, + "PickAvatar": false + }, + "2": { + "Level": 2, + "ExploreExp": 20, + "SelectBuff": 0, + "PickAvatar": false + }, + "3": { + "Level": 3, + "ExploreExp": 50, + "SelectBuff": 0, + "PickAvatar": false + }, + "4": { + "Level": 4, + "ExploreExp": 100, + "SelectBuff": 0, + "PickAvatar": false + }, + "5": { + "Level": 5, + "ExploreExp": 150, + "SelectBuff": 0, + "PickAvatar": false + }, + "6": { + "Level": 6, + "ExploreExp": 200, + "SelectBuff": 0, + "PickAvatar": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueExploreRewardExcelTable.json b/CrepePackage/src/data/excel/RogueExploreRewardExcelTable.json new file mode 100644 index 0000000..2a5696f --- /dev/null +++ b/CrepePackage/src/data/excel/RogueExploreRewardExcelTable.json @@ -0,0 +1,522 @@ +{ + "1:1": { + "RogueExploreRewardID": 1, + "WorldLevel": 1, + "RogueExploreRewardTextmapID": { + "hash": -1669368770 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105101 + }, + "2:1": { + "RogueExploreRewardID": 2, + "WorldLevel": 1, + "RogueExploreRewardTextmapID": { + "hash": -1669368767 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105102 + }, + "3:1": { + "RogueExploreRewardID": 3, + "WorldLevel": 1, + "RogueExploreRewardTextmapID": { + "hash": -1669368768 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105103 + }, + "4:1": { + "RogueExploreRewardID": 4, + "WorldLevel": 1, + "RogueExploreRewardTextmapID": { + "hash": -1669368765 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105104 + }, + "1:2": { + "RogueExploreRewardID": 1, + "WorldLevel": 2, + "RogueExploreRewardTextmapID": { + "hash": -1669368770 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105111 + }, + "2:2": { + "RogueExploreRewardID": 2, + "WorldLevel": 2, + "RogueExploreRewardTextmapID": { + "hash": -1669368767 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105112 + }, + "3:2": { + "RogueExploreRewardID": 3, + "WorldLevel": 2, + "RogueExploreRewardTextmapID": { + "hash": -1669368768 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105113 + }, + "4:2": { + "RogueExploreRewardID": 4, + "WorldLevel": 2, + "RogueExploreRewardTextmapID": { + "hash": -1669368765 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105114 + }, + "1:3": { + "RogueExploreRewardID": 1, + "WorldLevel": 3, + "RogueExploreRewardTextmapID": { + "hash": -1669368770 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105121 + }, + "2:3": { + "RogueExploreRewardID": 2, + "WorldLevel": 3, + "RogueExploreRewardTextmapID": { + "hash": -1669368767 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105122 + }, + "3:3": { + "RogueExploreRewardID": 3, + "WorldLevel": 3, + "RogueExploreRewardTextmapID": { + "hash": -1669368768 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105123 + }, + "4:3": { + "RogueExploreRewardID": 4, + "WorldLevel": 3, + "RogueExploreRewardTextmapID": { + "hash": -1669368765 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105124 + }, + "1:4": { + "RogueExploreRewardID": 1, + "WorldLevel": 4, + "RogueExploreRewardTextmapID": { + "hash": -1669368770 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105131 + }, + "2:4": { + "RogueExploreRewardID": 2, + "WorldLevel": 4, + "RogueExploreRewardTextmapID": { + "hash": -1669368767 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105132 + }, + "3:4": { + "RogueExploreRewardID": 3, + "WorldLevel": 4, + "RogueExploreRewardTextmapID": { + "hash": -1669368768 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105133 + }, + "4:4": { + "RogueExploreRewardID": 4, + "WorldLevel": 4, + "RogueExploreRewardTextmapID": { + "hash": -1669368765 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105134 + }, + "1:5": { + "RogueExploreRewardID": 1, + "WorldLevel": 5, + "RogueExploreRewardTextmapID": { + "hash": -1669368770 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105141 + }, + "2:5": { + "RogueExploreRewardID": 2, + "WorldLevel": 5, + "RogueExploreRewardTextmapID": { + "hash": -1669368767 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105142 + }, + "3:5": { + "RogueExploreRewardID": 3, + "WorldLevel": 5, + "RogueExploreRewardTextmapID": { + "hash": -1669368768 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105143 + }, + "4:5": { + "RogueExploreRewardID": 4, + "WorldLevel": 5, + "RogueExploreRewardTextmapID": { + "hash": -1669368765 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105144 + }, + "1:6": { + "RogueExploreRewardID": 1, + "WorldLevel": 6, + "RogueExploreRewardTextmapID": { + "hash": -1669368770 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105151 + }, + "2:6": { + "RogueExploreRewardID": 2, + "WorldLevel": 6, + "RogueExploreRewardTextmapID": { + "hash": -1669368767 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105152 + }, + "3:6": { + "RogueExploreRewardID": 3, + "WorldLevel": 6, + "RogueExploreRewardTextmapID": { + "hash": -1669368768 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105153 + }, + "4:6": { + "RogueExploreRewardID": 4, + "WorldLevel": 6, + "RogueExploreRewardTextmapID": { + "hash": -1669368765 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105154 + }, + "101:0": { + "RogueExploreRewardID": 101, + "WorldLevel": 0, + "RogueExploreRewardTextmapID": { + "hash": -1391976737 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105201 + }, + "102:0": { + "RogueExploreRewardID": 102, + "WorldLevel": 0, + "RogueExploreRewardTextmapID": { + "hash": -1391976736 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105202 + }, + "103:0": { + "RogueExploreRewardID": 103, + "WorldLevel": 0, + "RogueExploreRewardTextmapID": { + "hash": -1391976735 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105203 + }, + "104:0": { + "RogueExploreRewardID": 104, + "WorldLevel": 0, + "RogueExploreRewardTextmapID": { + "hash": -1391976734 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105204 + }, + "101:1": { + "RogueExploreRewardID": 101, + "WorldLevel": 1, + "RogueExploreRewardTextmapID": { + "hash": -1391976737 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105201 + }, + "102:1": { + "RogueExploreRewardID": 102, + "WorldLevel": 1, + "RogueExploreRewardTextmapID": { + "hash": -1391976736 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105202 + }, + "103:1": { + "RogueExploreRewardID": 103, + "WorldLevel": 1, + "RogueExploreRewardTextmapID": { + "hash": -1391976735 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105203 + }, + "104:1": { + "RogueExploreRewardID": 104, + "WorldLevel": 1, + "RogueExploreRewardTextmapID": { + "hash": -1391976734 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105204 + }, + "101:2": { + "RogueExploreRewardID": 101, + "WorldLevel": 2, + "RogueExploreRewardTextmapID": { + "hash": -1391976737 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105201 + }, + "102:2": { + "RogueExploreRewardID": 102, + "WorldLevel": 2, + "RogueExploreRewardTextmapID": { + "hash": -1391976736 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105202 + }, + "103:2": { + "RogueExploreRewardID": 103, + "WorldLevel": 2, + "RogueExploreRewardTextmapID": { + "hash": -1391976735 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105203 + }, + "104:2": { + "RogueExploreRewardID": 104, + "WorldLevel": 2, + "RogueExploreRewardTextmapID": { + "hash": -1391976734 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105204 + }, + "101:3": { + "RogueExploreRewardID": 101, + "WorldLevel": 3, + "RogueExploreRewardTextmapID": { + "hash": -1391976737 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105201 + }, + "102:3": { + "RogueExploreRewardID": 102, + "WorldLevel": 3, + "RogueExploreRewardTextmapID": { + "hash": -1391976736 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105202 + }, + "103:3": { + "RogueExploreRewardID": 103, + "WorldLevel": 3, + "RogueExploreRewardTextmapID": { + "hash": -1391976735 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105203 + }, + "104:3": { + "RogueExploreRewardID": 104, + "WorldLevel": 3, + "RogueExploreRewardTextmapID": { + "hash": -1391976734 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105204 + }, + "101:4": { + "RogueExploreRewardID": 101, + "WorldLevel": 4, + "RogueExploreRewardTextmapID": { + "hash": -1391976737 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105201 + }, + "102:4": { + "RogueExploreRewardID": 102, + "WorldLevel": 4, + "RogueExploreRewardTextmapID": { + "hash": -1391976736 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105202 + }, + "103:4": { + "RogueExploreRewardID": 103, + "WorldLevel": 4, + "RogueExploreRewardTextmapID": { + "hash": -1391976735 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105203 + }, + "104:4": { + "RogueExploreRewardID": 104, + "WorldLevel": 4, + "RogueExploreRewardTextmapID": { + "hash": -1391976734 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105204 + }, + "101:5": { + "RogueExploreRewardID": 101, + "WorldLevel": 5, + "RogueExploreRewardTextmapID": { + "hash": -1391976737 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105201 + }, + "102:5": { + "RogueExploreRewardID": 102, + "WorldLevel": 5, + "RogueExploreRewardTextmapID": { + "hash": -1391976736 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105202 + }, + "103:5": { + "RogueExploreRewardID": 103, + "WorldLevel": 5, + "RogueExploreRewardTextmapID": { + "hash": -1391976735 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105203 + }, + "104:5": { + "RogueExploreRewardID": 104, + "WorldLevel": 5, + "RogueExploreRewardTextmapID": { + "hash": -1391976734 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105204 + }, + "101:6": { + "RogueExploreRewardID": 101, + "WorldLevel": 6, + "RogueExploreRewardTextmapID": { + "hash": -1391976737 + }, + "ExploreLevel": 0, + "ExploreRoom": 1, + "RewardID": 105201 + }, + "102:6": { + "RogueExploreRewardID": 102, + "WorldLevel": 6, + "RogueExploreRewardTextmapID": { + "hash": -1391976736 + }, + "ExploreLevel": 0, + "ExploreRoom": 3, + "RewardID": 105202 + }, + "103:6": { + "RogueExploreRewardID": 103, + "WorldLevel": 6, + "RogueExploreRewardTextmapID": { + "hash": -1391976735 + }, + "ExploreLevel": 0, + "ExploreRoom": 5, + "RewardID": 105203 + }, + "104:6": { + "RogueExploreRewardID": 104, + "WorldLevel": 6, + "RogueExploreRewardTextmapID": { + "hash": -1391976734 + }, + "ExploreLevel": 0, + "ExploreRoom": 7, + "RewardID": 105204 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueGodDialogExcelTable.json b/CrepePackage/src/data/excel/RogueGodDialogExcelTable.json new file mode 100644 index 0000000..d87fba4 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueGodDialogExcelTable.json @@ -0,0 +1,58 @@ +{ + "10010001": { + "RogueDialogID": 10010001, + "NextRogueDialogID": 0, + "GodID": 1, + "Content": { + "hash": 1060195728 + } + }, + "20010001": { + "RogueDialogID": 20010001, + "NextRogueDialogID": 0, + "GodID": 2, + "Content": { + "hash": -550997281 + } + }, + "30010001": { + "RogueDialogID": 30010001, + "NextRogueDialogID": 0, + "GodID": 3, + "Content": { + "hash": -725522406 + } + }, + "40010001": { + "RogueDialogID": 40010001, + "NextRogueDialogID": 0, + "GodID": 7, + "Content": { + "hash": 1958251881 + } + }, + "50010001": { + "RogueDialogID": 50010001, + "NextRogueDialogID": 0, + "GodID": 4, + "Content": { + "hash": 1783726756 + } + }, + "60010001": { + "RogueDialogID": 60010001, + "NextRogueDialogID": 0, + "GodID": 5, + "Content": { + "hash": 172533747 + } + }, + "70010001": { + "RogueDialogID": 70010001, + "NextRogueDialogID": 0, + "GodID": 6, + "Content": { + "hash": -1991378 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueGodExcelTable.json b/CrepePackage/src/data/excel/RogueGodExcelTable.json new file mode 100644 index 0000000..c461ffd --- /dev/null +++ b/CrepePackage/src/data/excel/RogueGodExcelTable.json @@ -0,0 +1,79 @@ +{ + "1": { + "GodID": 1, + "GodImage": "SpriteOutput/HoshinoKami/HoshinoKami_001.png", + "GodName": { + "hash": -2143332513 + }, + "GodIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionKnight.png", + "TalkName": { + "hash": 824881401 + } + }, + "2": { + "GodID": 2, + "GodImage": "SpriteOutput/HoshinoKami/HoshinoKami_000.png", + "GodName": { + "hash": -2143332514 + }, + "GodIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionShaman.png", + "TalkName": { + "hash": -1904001954 + } + }, + "3": { + "GodID": 3, + "GodImage": "SpriteOutput/HoshinoKami/HoshinoKami_000.png", + "GodName": { + "hash": -2143332515 + }, + "GodIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarlock.png", + "TalkName": { + "hash": -337918013 + } + }, + "4": { + "GodID": 4, + "GodImage": "SpriteOutput/HoshinoKami/HoshinoKami_000.png", + "GodName": { + "hash": -2143332509 + }, + "GodIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionPirest.png", + "TalkName": { + "hash": -1144487067 + } + }, + "5": { + "GodID": 5, + "GodImage": "SpriteOutput/HoshinoKami/HoshinoKami_000.png", + "GodName": { + "hash": -2143332510 + }, + "GodIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionRogue.png", + "TalkName": { + "hash": 421596874 + } + }, + "6": { + "GodID": 6, + "GodImage": "SpriteOutput/HoshinoKami/HoshinoKami_002.png", + "GodName": { + "hash": -2143332511 + }, + "GodIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionWarrior.png", + "TalkName": { + "hash": 1987680815 + } + }, + "7": { + "GodID": 7, + "GodImage": "SpriteOutput/HoshinoKami/HoshinoKami_000.png", + "GodName": { + "hash": -2143332508 + }, + "GodIcon": "SpriteOutput/ProfessionIconMiddle/IconProfessionMage.png", + "TalkName": { + "hash": 1584396288 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueGodPlotExcelTable.json b/CrepePackage/src/data/excel/RogueGodPlotExcelTable.json new file mode 100644 index 0000000..8a97cd6 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueGodPlotExcelTable.json @@ -0,0 +1,37 @@ +{ + "1001": { + "GodPlotID": 1001, + "StartDialogID": 10010001, + "EndDialogID": 10010001 + }, + "2001": { + "GodPlotID": 2001, + "StartDialogID": 20010001, + "EndDialogID": 20010001 + }, + "3001": { + "GodPlotID": 3001, + "StartDialogID": 30010001, + "EndDialogID": 30010001 + }, + "4001": { + "GodPlotID": 4001, + "StartDialogID": 50010001, + "EndDialogID": 50010001 + }, + "5001": { + "GodPlotID": 5001, + "StartDialogID": 60010001, + "EndDialogID": 60010001 + }, + "6001": { + "GodPlotID": 6001, + "StartDialogID": 70010001, + "EndDialogID": 70010001 + }, + "7001": { + "GodPlotID": 7001, + "StartDialogID": 40010001, + "EndDialogID": 40010001 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueGoodsExcelTable.json b/CrepePackage/src/data/excel/RogueGoodsExcelTable.json new file mode 100644 index 0000000..889e053 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueGoodsExcelTable.json @@ -0,0 +1,260 @@ +{ + "232": { + "RogueGachaGoodsID": 232, + "ItemID": 232, + "ItemCount": 1, + "SortID": 1 + }, + "233": { + "RogueGachaGoodsID": 233, + "ItemID": 233, + "ItemCount": 2, + "SortID": 1 + }, + "70002": { + "RogueGachaGoodsID": 70002, + "ItemID": 231, + "ItemCount": 5, + "SortID": 1 + }, + "70003": { + "RogueGachaGoodsID": 70003, + "ItemID": 232, + "ItemCount": 1, + "SortID": 1 + }, + "111001": { + "RogueGachaGoodsID": 111001, + "ItemID": 111001, + "ItemCount": 9, + "SortID": 4 + }, + "111002": { + "RogueGachaGoodsID": 111002, + "ItemID": 111002, + "ItemCount": 4, + "SortID": 3 + }, + "111003": { + "RogueGachaGoodsID": 111003, + "ItemID": 111003, + "ItemCount": 1, + "SortID": 2 + }, + "111011": { + "RogueGachaGoodsID": 111011, + "ItemID": 111011, + "ItemCount": 9, + "SortID": 4 + }, + "111012": { + "RogueGachaGoodsID": 111012, + "ItemID": 111012, + "ItemCount": 4, + "SortID": 3 + }, + "111013": { + "RogueGachaGoodsID": 111013, + "ItemID": 111013, + "ItemCount": 1, + "SortID": 2 + }, + "112001": { + "RogueGachaGoodsID": 112001, + "ItemID": 112001, + "ItemCount": 9, + "SortID": 4 + }, + "112002": { + "RogueGachaGoodsID": 112002, + "ItemID": 112002, + "ItemCount": 4, + "SortID": 3 + }, + "112003": { + "RogueGachaGoodsID": 112003, + "ItemID": 112003, + "ItemCount": 1, + "SortID": 2 + }, + "112011": { + "RogueGachaGoodsID": 112011, + "ItemID": 112011, + "ItemCount": 9, + "SortID": 4 + }, + "112012": { + "RogueGachaGoodsID": 112012, + "ItemID": 112012, + "ItemCount": 4, + "SortID": 3 + }, + "112013": { + "RogueGachaGoodsID": 112013, + "ItemID": 112013, + "ItemCount": 1, + "SortID": 2 + }, + "180001": { + "RogueGachaGoodsID": 180001, + "ItemID": 180001, + "ItemCount": 10, + "SortID": 6 + }, + "180002": { + "RogueGachaGoodsID": 180002, + "ItemID": 180002, + "ItemCount": 10, + "SortID": 6 + }, + "180003": { + "RogueGachaGoodsID": 180003, + "ItemID": 180003, + "ItemCount": 10, + "SortID": 6 + }, + "181001": { + "RogueGachaGoodsID": 181001, + "ItemID": 181001, + "ItemCount": 10, + "SortID": 5 + }, + "181002": { + "RogueGachaGoodsID": 181002, + "ItemID": 181002, + "ItemCount": 10, + "SortID": 5 + }, + "181003": { + "RogueGachaGoodsID": 181003, + "ItemID": 181003, + "ItemCount": 10, + "SortID": 5 + }, + "182001": { + "RogueGachaGoodsID": 182001, + "ItemID": 182001, + "ItemCount": 6, + "SortID": 4 + }, + "182002": { + "RogueGachaGoodsID": 182002, + "ItemID": 182002, + "ItemCount": 6, + "SortID": 4 + }, + "182003": { + "RogueGachaGoodsID": 182003, + "ItemID": 182003, + "ItemCount": 6, + "SortID": 4 + }, + "182004": { + "RogueGachaGoodsID": 182004, + "ItemID": 182004, + "ItemCount": 6, + "SortID": 4 + }, + "183001": { + "RogueGachaGoodsID": 183001, + "ItemID": 183001, + "ItemCount": 4, + "SortID": 3 + }, + "183002": { + "RogueGachaGoodsID": 183002, + "ItemID": 183002, + "ItemCount": 4, + "SortID": 3 + }, + "2233": { + "RogueGachaGoodsID": 2233, + "ItemID": 233, + "ItemCount": 2, + "SortID": 2 + }, + "2232": { + "RogueGachaGoodsID": 2232, + "ItemID": 232, + "ItemCount": 1, + "SortID": 2 + }, + "270002": { + "RogueGachaGoodsID": 270002, + "ItemID": 70002, + "ItemCount": 1, + "SortID": 2 + }, + "2111001": { + "RogueGachaGoodsID": 2111001, + "ItemID": 111001, + "ItemCount": 12, + "SortID": 2 + }, + "2111002": { + "RogueGachaGoodsID": 2111002, + "ItemID": 111002, + "ItemCount": 5, + "SortID": 2 + }, + "2111003": { + "RogueGachaGoodsID": 2111003, + "ItemID": 111003, + "ItemCount": 1, + "SortID": 2 + }, + "2111011": { + "RogueGachaGoodsID": 2111011, + "ItemID": 111011, + "ItemCount": 12, + "SortID": 2 + }, + "2111012": { + "RogueGachaGoodsID": 2111012, + "ItemID": 111012, + "ItemCount": 5, + "SortID": 2 + }, + "2111013": { + "RogueGachaGoodsID": 2111013, + "ItemID": 111013, + "ItemCount": 1, + "SortID": 2 + }, + "2112001": { + "RogueGachaGoodsID": 2112001, + "ItemID": 112001, + "ItemCount": 12, + "SortID": 2 + }, + "2112002": { + "RogueGachaGoodsID": 2112002, + "ItemID": 112002, + "ItemCount": 5, + "SortID": 2 + }, + "2112003": { + "RogueGachaGoodsID": 2112003, + "ItemID": 112003, + "ItemCount": 1, + "SortID": 2 + }, + "2112011": { + "RogueGachaGoodsID": 2112011, + "ItemID": 112011, + "ItemCount": 12, + "SortID": 2 + }, + "2112012": { + "RogueGachaGoodsID": 2112012, + "ItemID": 112012, + "ItemCount": 5, + "SortID": 2 + }, + "2112013": { + "RogueGachaGoodsID": 2112013, + "ItemID": 112013, + "ItemCount": 1, + "SortID": 2 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueGoodsGroupExcelTable.json b/CrepePackage/src/data/excel/RogueGoodsGroupExcelTable.json new file mode 100644 index 0000000..f686b41 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueGoodsGroupExcelTable.json @@ -0,0 +1,566 @@ +{ + "1": { + "RogueGachaGoodsGroupID": 1, + "ChildGachaGoodsGroupList": [ + 101, + 102, + 103, + 104, + 111, + 112, + 113, + 121, + 131 + ], + "GachaGoodsList": [] + }, + "2": { + "RogueGachaGoodsGroupID": 2, + "ChildGachaGoodsGroupList": [ + 201, + 202, + 203, + 204, + 211, + 212, + 213, + 221, + 231 + ], + "GachaGoodsList": [] + }, + "3": { + "RogueGachaGoodsGroupID": 3, + "ChildGachaGoodsGroupList": [ + 301, + 302, + 303, + 304, + 311, + 312, + 313, + 321, + 322, + 331 + ], + "GachaGoodsList": [] + }, + "4": { + "RogueGachaGoodsGroupID": 4, + "ChildGachaGoodsGroupList": [ + 401, + 402, + 403, + 404, + 411, + 412, + 413, + 421, + 422, + 431 + ], + "GachaGoodsList": [] + }, + "111": { + "RogueGachaGoodsGroupID": 111, + "ChildGachaGoodsGroupList": [ + 1131, + 1132, + 1133, + 1134 + ], + "GachaGoodsList": [] + }, + "112": { + "RogueGachaGoodsGroupID": 112, + "ChildGachaGoodsGroupList": [ + 1121, + 1122, + 1123, + 1124 + ], + "GachaGoodsList": [] + }, + "113": { + "RogueGachaGoodsGroupID": 113, + "ChildGachaGoodsGroupList": [ + 1111, + 1112, + 1113, + 1114 + ], + "GachaGoodsList": [] + }, + "121": { + "RogueGachaGoodsGroupID": 121, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 232 + ] + }, + "131": { + "RogueGachaGoodsGroupID": 131, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 70002 + ] + }, + "101": { + "RogueGachaGoodsGroupID": 101, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 183001, + 183002 + ] + }, + "102": { + "RogueGachaGoodsGroupID": 102, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 182001, + 182002, + 182003, + 182004 + ] + }, + "103": { + "RogueGachaGoodsGroupID": 103, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 181001, + 181002, + 181003 + ] + }, + "104": { + "RogueGachaGoodsGroupID": 104, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 180001, + 180002, + 180003 + ] + }, + "211": { + "RogueGachaGoodsGroupID": 211, + "ChildGachaGoodsGroupList": [ + 2131, + 2132, + 2133, + 2134 + ], + "GachaGoodsList": [] + }, + "212": { + "RogueGachaGoodsGroupID": 212, + "ChildGachaGoodsGroupList": [ + 2121, + 2122, + 2123, + 2124 + ], + "GachaGoodsList": [] + }, + "213": { + "RogueGachaGoodsGroupID": 213, + "ChildGachaGoodsGroupList": [ + 2111, + 2112, + 2113, + 2114 + ], + "GachaGoodsList": [] + }, + "221": { + "RogueGachaGoodsGroupID": 221, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2232 + ] + }, + "231": { + "RogueGachaGoodsGroupID": 231, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 270002 + ] + }, + "201": { + "RogueGachaGoodsGroupID": 201, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 183001, + 183002 + ] + }, + "202": { + "RogueGachaGoodsGroupID": 202, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 182001, + 182002, + 182003, + 182004 + ] + }, + "203": { + "RogueGachaGoodsGroupID": 203, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 181001, + 181002, + 181003 + ] + }, + "204": { + "RogueGachaGoodsGroupID": 204, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 180001, + 180002, + 180003 + ] + }, + "311": { + "RogueGachaGoodsGroupID": 311, + "ChildGachaGoodsGroupList": [ + 1131, + 1132, + 1133, + 1134 + ], + "GachaGoodsList": [] + }, + "312": { + "RogueGachaGoodsGroupID": 312, + "ChildGachaGoodsGroupList": [ + 1121, + 1122, + 1123, + 1124 + ], + "GachaGoodsList": [] + }, + "313": { + "RogueGachaGoodsGroupID": 313, + "ChildGachaGoodsGroupList": [ + 1111, + 1112, + 1113, + 1114 + ], + "GachaGoodsList": [] + }, + "321": { + "RogueGachaGoodsGroupID": 321, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 233 + ] + }, + "322": { + "RogueGachaGoodsGroupID": 322, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 232 + ] + }, + "331": { + "RogueGachaGoodsGroupID": 331, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 70002 + ] + }, + "301": { + "RogueGachaGoodsGroupID": 301, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 183001, + 183002 + ] + }, + "302": { + "RogueGachaGoodsGroupID": 302, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 182001, + 182002, + 182003, + 182004 + ] + }, + "303": { + "RogueGachaGoodsGroupID": 303, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 181001, + 181002, + 181003 + ] + }, + "304": { + "RogueGachaGoodsGroupID": 304, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 180001, + 180002, + 180003 + ] + }, + "411": { + "RogueGachaGoodsGroupID": 411, + "ChildGachaGoodsGroupList": [ + 2131, + 2132, + 2133, + 2134 + ], + "GachaGoodsList": [] + }, + "412": { + "RogueGachaGoodsGroupID": 412, + "ChildGachaGoodsGroupList": [ + 2121, + 2122, + 2123, + 2124 + ], + "GachaGoodsList": [] + }, + "413": { + "RogueGachaGoodsGroupID": 413, + "ChildGachaGoodsGroupList": [ + 2111, + 2112, + 2113, + 2114 + ], + "GachaGoodsList": [] + }, + "421": { + "RogueGachaGoodsGroupID": 421, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2233 + ] + }, + "422": { + "RogueGachaGoodsGroupID": 422, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2232 + ] + }, + "431": { + "RogueGachaGoodsGroupID": 431, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 70003 + ] + }, + "401": { + "RogueGachaGoodsGroupID": 401, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 183001, + 183002 + ] + }, + "402": { + "RogueGachaGoodsGroupID": 402, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 182001, + 182002, + 182003, + 182004 + ] + }, + "403": { + "RogueGachaGoodsGroupID": 403, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 181001, + 181002, + 181003 + ] + }, + "404": { + "RogueGachaGoodsGroupID": 404, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 180001, + 180002, + 180003 + ] + }, + "1111": { + "RogueGachaGoodsGroupID": 1111, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 111011 + ] + }, + "1112": { + "RogueGachaGoodsGroupID": 1112, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 112011 + ] + }, + "1113": { + "RogueGachaGoodsGroupID": 1113, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 112001 + ] + }, + "1114": { + "RogueGachaGoodsGroupID": 1114, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 111001 + ] + }, + "1121": { + "RogueGachaGoodsGroupID": 1121, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 111012 + ] + }, + "1122": { + "RogueGachaGoodsGroupID": 1122, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 112012 + ] + }, + "1123": { + "RogueGachaGoodsGroupID": 1123, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 112002 + ] + }, + "1124": { + "RogueGachaGoodsGroupID": 1124, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 111002 + ] + }, + "1131": { + "RogueGachaGoodsGroupID": 1131, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 111013 + ] + }, + "1132": { + "RogueGachaGoodsGroupID": 1132, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 112013 + ] + }, + "1133": { + "RogueGachaGoodsGroupID": 1133, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 112003 + ] + }, + "1134": { + "RogueGachaGoodsGroupID": 1134, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 111003 + ] + }, + "2111": { + "RogueGachaGoodsGroupID": 2111, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2111011 + ] + }, + "2112": { + "RogueGachaGoodsGroupID": 2112, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2112011 + ] + }, + "2113": { + "RogueGachaGoodsGroupID": 2113, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2112001 + ] + }, + "2114": { + "RogueGachaGoodsGroupID": 2114, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2111001 + ] + }, + "2121": { + "RogueGachaGoodsGroupID": 2121, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2111012 + ] + }, + "2122": { + "RogueGachaGoodsGroupID": 2122, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2112012 + ] + }, + "2123": { + "RogueGachaGoodsGroupID": 2123, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2112002 + ] + }, + "2124": { + "RogueGachaGoodsGroupID": 2124, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2111002 + ] + }, + "2131": { + "RogueGachaGoodsGroupID": 2131, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2111013 + ] + }, + "2132": { + "RogueGachaGoodsGroupID": 2132, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2112013 + ] + }, + "2133": { + "RogueGachaGoodsGroupID": 2133, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2112003 + ] + }, + "2134": { + "RogueGachaGoodsGroupID": 2134, + "ChildGachaGoodsGroupList": [], + "GachaGoodsList": [ + 2111003 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueMiracleExcelTable.json b/CrepePackage/src/data/excel/RogueMiracleExcelTable.json new file mode 100644 index 0000000..69fad70 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueMiracleExcelTable.json @@ -0,0 +1,1310 @@ +{ + "430001": { + "ItemID": 430001, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430002": { + "ItemID": 430002, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430003": { + "ItemID": 430003, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430004": { + "ItemID": 430004, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430005": { + "ItemID": 430005, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430006": { + "ItemID": 430006, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430007": { + "ItemID": 430007, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430008": { + "ItemID": 430008, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430009": { + "ItemID": 430009, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430010": { + "ItemID": 430010, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430011": { + "ItemID": 430011, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430012": { + "ItemID": 430012, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430013": { + "ItemID": 430013, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430014": { + "ItemID": 430014, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430015": { + "ItemID": 430015, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430017": { + "ItemID": 430017, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430018": { + "ItemID": 430018, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430019": { + "ItemID": 430019, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430020": { + "ItemID": 430020, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430021": { + "ItemID": 430021, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430022": { + "ItemID": 430022, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430031": { + "ItemID": 430031, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430032": { + "ItemID": 430032, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430033": { + "ItemID": 430033, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430034": { + "ItemID": 430034, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430035": { + "ItemID": 430035, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430041": { + "ItemID": 430041, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430042": { + "ItemID": 430042, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430043": { + "ItemID": 430043, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430044": { + "ItemID": 430044, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430045": { + "ItemID": 430045, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430046": { + "ItemID": 430046, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430051": { + "ItemID": 430051, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeRollBuffCount", + "ParamList1": [ + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430052": { + "ItemID": 430052, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 150 + } + ], + "RogueMiracleType1": "ChangeRollBuffCostRatio", + "ParamList1": [ + -1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430053": { + "ItemID": 430053, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430054": { + "ItemID": 430054, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "AddExtraBuff", + "ParamList1": [ + 631001.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430055": { + "ItemID": 430055, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeChestMonsterRatio", + "ParamList1": [ + 3.0, + 10.0 + ], + "RogueMiracleType2": "AddExtraBuff", + "ParamList2": [ + 631002.0 + ] + }, + "430056": { + "ItemID": 430056, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 150 + } + ], + "RogueMiracleType1": "ChangeSelectBuffNumAfterBattle", + "ParamList1": [ + 1.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430057": { + "ItemID": 430057, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 150 + } + ], + "RogueMiracleType1": "SetSelectBuffLevelAfterBattle", + "ParamList1": [ + 0.0, + 100001.0, + 2.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430058": { + "ItemID": 430058, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "SwitchItemGroup", + "ParamList1": [ + 1.0, + 11.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430059": { + "ItemID": 430059, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeAppraisalRatio", + "ParamList1": [ + 12.0, + 0.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430060": { + "ItemID": 430060, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 150 + } + ], + "RogueMiracleType1": "SetSelectBuffLevelAfterBattle", + "ParamList1": [ + 2.0, + 100004.0, + 2.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430061": { + "ItemID": 430061, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 150 + } + ], + "RogueMiracleType1": "SetAppraisalFailReward", + "ParamList1": [ + 1.0, + 9002008.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430062": { + "ItemID": 430062, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "SetAppraisalPerfectBuffLevel", + "ParamList1": [ + 2.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430063": { + "ItemID": 430063, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430064": { + "ItemID": 430064, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeAppraisalCount", + "ParamList1": [ + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430065": { + "ItemID": 430065, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 150 + } + ], + "RogueMiracleType1": "ChangeAppraisalPerfectRatioByCount", + "ParamList1": [ + 0.1 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430066": { + "ItemID": 430066, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 150 + } + ], + "RogueMiracleType1": "ChangePickAvatarCountOnNextRoom", + "ParamList1": [ + 1.0, + 430102.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430067": { + "ItemID": 430067, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "AddExtraBuffByRoomTag", + "ParamList1": [ + 2.0, + 631003.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430068": { + "ItemID": 430068, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "AddExtraBuff", + "ParamList1": [ + 631004.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430069": { + "ItemID": 430069, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "AddExtraBuffOnNextRoom", + "ParamList1": [ + 631005.0, + 430104.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430070": { + "ItemID": 430070, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 150 + } + ], + "RogueMiracleType1": "AddExtraBuffOnNextRoom", + "ParamList1": [ + 631006.0, + 430105.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430071": { + "ItemID": 430071, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "AddExtraBuffOnNextRoom", + "ParamList1": [ + 631007.0, + 430106.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430072": { + "ItemID": 430072, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "AddExtraBuffOnNextRoom", + "ParamList1": [ + 631008.0, + 430107.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430073": { + "ItemID": 430073, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 13.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430074": { + "ItemID": 430074, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 14.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430075": { + "ItemID": 430075, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 15.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430076": { + "ItemID": 430076, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 150 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 16.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430077": { + "ItemID": 430077, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 17.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430078": { + "ItemID": 430078, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 18.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430079": { + "ItemID": 430079, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 12.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430080": { + "ItemID": 430080, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 6.0, + 50.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430081": { + "ItemID": 430081, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 6.0, + 100.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430082": { + "ItemID": 430082, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextExplore", + "ParamList1": [ + 6.0, + 200.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430083": { + "ItemID": 430083, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeItemNumAfterBattle", + "ParamList1": [ + 6.0, + 0.5 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430084": { + "ItemID": 430084, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemAfterHitProp", + "ParamList1": [ + 31.0, + 10.0, + 100.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430085": { + "ItemID": 430085, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeShopSlotNum", + "ParamList1": [ + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430086": { + "ItemID": 430086, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeShopCostRatioWithBuyCount", + "ParamList1": [ + 99.0, + -0.3 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430087": { + "ItemID": 430087, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeShopCostRatioWithBuyCount", + "ParamList1": [ + 1.0, + -1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430088": { + "ItemID": 430088, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemByRatioOnNextRoom", + "ParamList1": [ + 31.0, + 0.3 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430089": { + "ItemID": 430089, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemOnNextRoom", + "ParamList1": [ + 1.0, + 1.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430090": { + "ItemID": 430090, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "SetSelectBuffRarityAfterBattle", + "ParamList1": [ + 2.0, + 3.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430091": { + "ItemID": 430091, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "AddExtraBuffByRoomTag", + "ParamList1": [ + 7.0, + 631009.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430092": { + "ItemID": 430092, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeAppraisalRatio", + "ParamList1": [ + 19.0, + 1.0, + 0.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430093": { + "ItemID": 430093, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeSelectBuffWeightAfterBattle", + "ParamList1": [ + 1200.0, + 3.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430094": { + "ItemID": 430094, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeSelectBuffWeightAfterBattle", + "ParamList1": [ + 1260.0, + 3.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430095": { + "ItemID": 430095, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeSelectBuffWeightAfterBattle", + "ParamList1": [ + 1240.0, + 3.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430096": { + "ItemID": 430096, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeSelectBuffWeightAfterBattle", + "ParamList1": [ + 1250.0, + 3.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430097": { + "ItemID": 430097, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeSelectBuffWeightAfterBattle", + "ParamList1": [ + 1210.0, + 3.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430098": { + "ItemID": 430098, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeSelectBuffWeightAfterBattle", + "ParamList1": [ + 1220.0, + 3.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430099": { + "ItemID": 430099, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeSelectBuffWeightAfterBattle", + "ParamList1": [ + 1230.0, + 3.0 + ], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430100": { + "ItemID": 430100, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "GetItemByRatioImmediately", + "ParamList1": [ + 31.0, + 1.0 + ], + "RogueMiracleType2": "ChangeItemNumAfterBattleAndChest", + "ParamList2": [ + 6.0, + -10.0 + ] + }, + "430101": { + "ItemID": 430101, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "ChangeRollBuffCostRatio", + "ParamList1": [ + -1.0 + ], + "RogueMiracleType2": "ChangeSelectBuffNumAfterBattle", + "ParamList2": [ + 0.0, + -1.0 + ] + }, + "430102": { + "ItemID": 430102, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430103": { + "ItemID": 430103, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430104": { + "ItemID": 430104, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430105": { + "ItemID": 430105, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430106": { + "ItemID": 430106, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + }, + "430107": { + "ItemID": 430107, + "RogueMiracleCost": [ + { + "ItemID": 31, + "ItemNum": 100 + } + ], + "RogueMiracleType1": "None", + "ParamList1": [], + "RogueMiracleType2": "None", + "ParamList2": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueMonsterDisplayGroupExcelTable.json b/CrepePackage/src/data/excel/RogueMonsterDisplayGroupExcelTable.json new file mode 100644 index 0000000..704e645 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueMonsterDisplayGroupExcelTable.json @@ -0,0 +1,60 @@ +{ + "1": { + "RogueMonsterDisplayGroupID": 1, + "RogueMonsterDisplayGroupTitleTextmapID": { + "hash": -273293775 + }, + "RogueMonsterGroupList": [ + 23, + 14 + ] + }, + "2": { + "RogueMonsterDisplayGroupID": 2, + "RogueMonsterDisplayGroupTitleTextmapID": { + "hash": -676578302 + }, + "RogueMonsterGroupList": [ + 141, + 142, + 143, + 144 + ] + }, + "3": { + "RogueMonsterDisplayGroupID": 3, + "RogueMonsterDisplayGroupTitleTextmapID": { + "hash": 889505639 + }, + "RogueMonsterGroupList": [ + 182, + 151, + 152, + 153 + ] + }, + "4": { + "RogueMonsterDisplayGroupID": 4, + "RogueMonsterDisplayGroupTitleTextmapID": { + "hash": 129990752 + }, + "RogueMonsterGroupList": [ + 11, + 12, + 13, + 14 + ] + }, + "5": { + "RogueMonsterDisplayGroupID": 5, + "RogueMonsterDisplayGroupTitleTextmapID": { + "hash": 1696074693 + }, + "RogueMonsterGroupList": [ + 282, + 251, + 252, + 253 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueMonsterExcelTable.json b/CrepePackage/src/data/excel/RogueMonsterExcelTable.json new file mode 100644 index 0000000..97c1109 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueMonsterExcelTable.json @@ -0,0 +1,812 @@ +{ + "111": { + "RogueMonsterID": 111, + "NpcMonsterID": 8011010, + "EventID": 80100111, + "RogueMonsterType": 1 + }, + "121": { + "RogueMonsterID": 121, + "NpcMonsterID": 8012010, + "EventID": 80100121, + "RogueMonsterType": 1 + }, + "131": { + "RogueMonsterID": 131, + "NpcMonsterID": 8012010, + "EventID": 80100131, + "RogueMonsterType": 1 + }, + "141": { + "RogueMonsterID": 141, + "NpcMonsterID": 8012020, + "EventID": 80100141, + "RogueMonsterType": 1 + }, + "151": { + "RogueMonsterID": 151, + "NpcMonsterID": 8012010, + "EventID": 80100151, + "RogueMonsterType": 1 + }, + "161": { + "RogueMonsterID": 161, + "NpcMonsterID": 8012020, + "EventID": 80100161, + "RogueMonsterType": 1 + }, + "171": { + "RogueMonsterID": 171, + "NpcMonsterID": 8012030, + "EventID": 80100171, + "RogueMonsterType": 1 + }, + "181": { + "RogueMonsterID": 181, + "NpcMonsterID": 8012030, + "EventID": 80100181, + "RogueMonsterType": 1 + }, + "191": { + "RogueMonsterID": 191, + "NpcMonsterID": 8013010, + "EventID": 80100191, + "RogueMonsterType": 2 + }, + "192": { + "RogueMonsterID": 192, + "NpcMonsterID": 8003010, + "EventID": 80100192, + "RogueMonsterType": 2 + }, + "193": { + "RogueMonsterID": 193, + "NpcMonsterID": 8003050, + "EventID": 80100193, + "RogueMonsterType": 2 + }, + "194": { + "RogueMonsterID": 194, + "NpcMonsterID": 8003020, + "EventID": 80100194, + "RogueMonsterType": 2 + }, + "195": { + "RogueMonsterID": 195, + "NpcMonsterID": 8003020, + "EventID": 80100195, + "RogueMonsterType": 2 + }, + "1011": { + "RogueMonsterID": 1011, + "NpcMonsterID": 8011010, + "EventID": 80101011, + "RogueMonsterType": 1 + }, + "1012": { + "RogueMonsterID": 1012, + "NpcMonsterID": 8001010, + "EventID": 80101012, + "RogueMonsterType": 1 + }, + "1013": { + "RogueMonsterID": 1013, + "NpcMonsterID": 1002040, + "EventID": 80101013, + "RogueMonsterType": 1 + }, + "1021": { + "RogueMonsterID": 1021, + "NpcMonsterID": 1022010, + "EventID": 80101021, + "RogueMonsterType": 1 + }, + "1022": { + "RogueMonsterID": 1022, + "NpcMonsterID": 1022020, + "EventID": 80101022, + "RogueMonsterType": 1 + }, + "1023": { + "RogueMonsterID": 1023, + "NpcMonsterID": 8001010, + "EventID": 80101023, + "RogueMonsterType": 1 + }, + "1031": { + "RogueMonsterID": 1031, + "NpcMonsterID": 8012010, + "EventID": 80101031, + "RogueMonsterType": 1 + }, + "1032": { + "RogueMonsterID": 1032, + "NpcMonsterID": 1022020, + "EventID": 80101032, + "RogueMonsterType": 1 + }, + "1033": { + "RogueMonsterID": 1033, + "NpcMonsterID": 1002040, + "EventID": 80101033, + "RogueMonsterType": 1 + }, + "1041": { + "RogueMonsterID": 1041, + "NpcMonsterID": 1012020, + "EventID": 80101041, + "RogueMonsterType": 1 + }, + "1042": { + "RogueMonsterID": 1042, + "NpcMonsterID": 1012020, + "EventID": 80101042, + "RogueMonsterType": 1 + }, + "1043": { + "RogueMonsterID": 1043, + "NpcMonsterID": 8011010, + "EventID": 80101043, + "RogueMonsterType": 1 + }, + "1051": { + "RogueMonsterID": 1051, + "NpcMonsterID": 8012020, + "EventID": 80101051, + "RogueMonsterType": 1 + }, + "1052": { + "RogueMonsterID": 1052, + "NpcMonsterID": 1002030, + "EventID": 80101052, + "RogueMonsterType": 1 + }, + "1053": { + "RogueMonsterID": 1053, + "NpcMonsterID": 8012020, + "EventID": 80101053, + "RogueMonsterType": 1 + }, + "1061": { + "RogueMonsterID": 1061, + "NpcMonsterID": 1002040, + "EventID": 80101061, + "RogueMonsterType": 1 + }, + "1062": { + "RogueMonsterID": 1062, + "NpcMonsterID": 1012020, + "EventID": 80101062, + "RogueMonsterType": 1 + }, + "1063": { + "RogueMonsterID": 1063, + "NpcMonsterID": 1012030, + "EventID": 80101063, + "RogueMonsterType": 1 + }, + "1071": { + "RogueMonsterID": 1071, + "NpcMonsterID": 1022020, + "EventID": 80101071, + "RogueMonsterType": 1 + }, + "1072": { + "RogueMonsterID": 1072, + "NpcMonsterID": 1022010, + "EventID": 80101072, + "RogueMonsterType": 1 + }, + "1073": { + "RogueMonsterID": 1073, + "NpcMonsterID": 8012030, + "EventID": 80101073, + "RogueMonsterType": 1 + }, + "1081": { + "RogueMonsterID": 1081, + "NpcMonsterID": 1002030, + "EventID": 80101081, + "RogueMonsterType": 1 + }, + "1082": { + "RogueMonsterID": 1082, + "NpcMonsterID": 8012030, + "EventID": 80101082, + "RogueMonsterType": 1 + }, + "1083": { + "RogueMonsterID": 1083, + "NpcMonsterID": 1002030, + "EventID": 80101083, + "RogueMonsterType": 1 + }, + "1091": { + "RogueMonsterID": 1091, + "NpcMonsterID": 8012010, + "EventID": 80101091, + "RogueMonsterType": 1 + }, + "1092": { + "RogueMonsterID": 1092, + "NpcMonsterID": 1002030, + "EventID": 80101092, + "RogueMonsterType": 1 + }, + "1093": { + "RogueMonsterID": 1093, + "NpcMonsterID": 8012030, + "EventID": 80101093, + "RogueMonsterType": 1 + }, + "1101": { + "RogueMonsterID": 1101, + "NpcMonsterID": 8001030, + "EventID": 80101101, + "RogueMonsterType": 1 + }, + "1102": { + "RogueMonsterID": 1102, + "NpcMonsterID": 1002030, + "EventID": 80101102, + "RogueMonsterType": 1 + }, + "1103": { + "RogueMonsterID": 1103, + "NpcMonsterID": 8002010, + "EventID": 80101103, + "RogueMonsterType": 1 + }, + "1111": { + "RogueMonsterID": 1111, + "NpcMonsterID": 1022020, + "EventID": 80101111, + "RogueMonsterType": 1 + }, + "1112": { + "RogueMonsterID": 1112, + "NpcMonsterID": 1012030, + "EventID": 80101112, + "RogueMonsterType": 1 + }, + "1113": { + "RogueMonsterID": 1113, + "NpcMonsterID": 8002010, + "EventID": 80101113, + "RogueMonsterType": 1 + }, + "1121": { + "RogueMonsterID": 1121, + "NpcMonsterID": 8012030, + "EventID": 80101121, + "RogueMonsterType": 1 + }, + "1122": { + "RogueMonsterID": 1122, + "NpcMonsterID": 1012030, + "EventID": 80101122, + "RogueMonsterType": 1 + }, + "1123": { + "RogueMonsterID": 1123, + "NpcMonsterID": 1002030, + "EventID": 80101123, + "RogueMonsterType": 1 + }, + "1411": { + "RogueMonsterID": 1411, + "NpcMonsterID": 8013010, + "EventID": 80101411, + "RogueMonsterType": 2 + }, + "1412": { + "RogueMonsterID": 1412, + "NpcMonsterID": 1003010, + "EventID": 80101412, + "RogueMonsterType": 2 + }, + "1421": { + "RogueMonsterID": 1421, + "NpcMonsterID": 8003020, + "EventID": 80101421, + "RogueMonsterType": 2 + }, + "1422": { + "RogueMonsterID": 1422, + "NpcMonsterID": 1023010, + "EventID": 80101422, + "RogueMonsterType": 2 + }, + "1431": { + "RogueMonsterID": 1431, + "NpcMonsterID": 8003030, + "EventID": 80101431, + "RogueMonsterType": 2 + }, + "1432": { + "RogueMonsterID": 1432, + "NpcMonsterID": 1013010, + "EventID": 80101432, + "RogueMonsterType": 2 + }, + "1441": { + "RogueMonsterID": 1441, + "NpcMonsterID": 1013020, + "EventID": 80101441, + "RogueMonsterType": 2 + }, + "1442": { + "RogueMonsterID": 1442, + "NpcMonsterID": 8003010, + "EventID": 80101442, + "RogueMonsterType": 2 + }, + "1511": { + "RogueMonsterID": 1511, + "NpcMonsterID": 8013010, + "EventID": 80101511, + "RogueMonsterType": 2 + }, + "1512": { + "RogueMonsterID": 1512, + "NpcMonsterID": 1003010, + "EventID": 80101512, + "RogueMonsterType": 2 + }, + "1521": { + "RogueMonsterID": 1521, + "NpcMonsterID": 8003020, + "EventID": 80101521, + "RogueMonsterType": 2 + }, + "1522": { + "RogueMonsterID": 1522, + "NpcMonsterID": 1023010, + "EventID": 80101522, + "RogueMonsterType": 2 + }, + "1531": { + "RogueMonsterID": 1531, + "NpcMonsterID": 8003030, + "EventID": 80101531, + "RogueMonsterType": 2 + }, + "1532": { + "RogueMonsterID": 1532, + "NpcMonsterID": 1013010, + "EventID": 80101532, + "RogueMonsterType": 2 + }, + "1541": { + "RogueMonsterID": 1541, + "NpcMonsterID": 1013020, + "EventID": 80101541, + "RogueMonsterType": 2 + }, + "1542": { + "RogueMonsterID": 1542, + "NpcMonsterID": 8003010, + "EventID": 80101542, + "RogueMonsterType": 2 + }, + "1611": { + "RogueMonsterID": 1611, + "NpcMonsterID": 8002050, + "EventID": 80101611, + "RogueMonsterType": 3 + }, + "1612": { + "RogueMonsterID": 1612, + "NpcMonsterID": 8002050, + "EventID": 80101612, + "RogueMonsterType": 3 + }, + "1621": { + "RogueMonsterID": 1621, + "NpcMonsterID": 8002050, + "EventID": 80101621, + "RogueMonsterType": 3 + }, + "1622": { + "RogueMonsterID": 1622, + "NpcMonsterID": 8002050, + "EventID": 80101622, + "RogueMonsterType": 3 + }, + "1631": { + "RogueMonsterID": 1631, + "NpcMonsterID": 8002050, + "EventID": 80101631, + "RogueMonsterType": 3 + }, + "1632": { + "RogueMonsterID": 1632, + "NpcMonsterID": 8002050, + "EventID": 80101632, + "RogueMonsterType": 3 + }, + "1811": { + "RogueMonsterID": 1811, + "NpcMonsterID": 1004020, + "EventID": 80101811, + "RogueMonsterType": 2 + }, + "1821": { + "RogueMonsterID": 1821, + "NpcMonsterID": 1004020, + "EventID": 80101821, + "RogueMonsterType": 2 + }, + "1911": { + "RogueMonsterID": 1911, + "NpcMonsterID": 1014010, + "EventID": 80101911, + "RogueMonsterType": 4 + }, + "2011": { + "RogueMonsterID": 2011, + "NpcMonsterID": 8011010, + "EventID": 80102011, + "RogueMonsterType": 1 + }, + "2012": { + "RogueMonsterID": 2012, + "NpcMonsterID": 8001020, + "EventID": 80102012, + "RogueMonsterType": 1 + }, + "2013": { + "RogueMonsterID": 2013, + "NpcMonsterID": 1012020, + "EventID": 80102013, + "RogueMonsterType": 1 + }, + "2021": { + "RogueMonsterID": 2021, + "NpcMonsterID": 1022010, + "EventID": 80102021, + "RogueMonsterType": 1 + }, + "2022": { + "RogueMonsterID": 2022, + "NpcMonsterID": 8012010, + "EventID": 80102022, + "RogueMonsterType": 1 + }, + "2023": { + "RogueMonsterID": 2023, + "NpcMonsterID": 8012020, + "EventID": 80102023, + "RogueMonsterType": 1 + }, + "2031": { + "RogueMonsterID": 2031, + "NpcMonsterID": 8011010, + "EventID": 80102031, + "RogueMonsterType": 1 + }, + "2032": { + "RogueMonsterID": 2032, + "NpcMonsterID": 8001020, + "EventID": 80102032, + "RogueMonsterType": 1 + }, + "2033": { + "RogueMonsterID": 2033, + "NpcMonsterID": 1022010, + "EventID": 80102033, + "RogueMonsterType": 1 + }, + "2041": { + "RogueMonsterID": 2041, + "NpcMonsterID": 1012020, + "EventID": 80102041, + "RogueMonsterType": 1 + }, + "2042": { + "RogueMonsterID": 2042, + "NpcMonsterID": 1012020, + "EventID": 80102042, + "RogueMonsterType": 1 + }, + "2043": { + "RogueMonsterID": 2043, + "NpcMonsterID": 1012030, + "EventID": 80102043, + "RogueMonsterType": 1 + }, + "2051": { + "RogueMonsterID": 2051, + "NpcMonsterID": 8012020, + "EventID": 80102051, + "RogueMonsterType": 1 + }, + "2052": { + "RogueMonsterID": 2052, + "NpcMonsterID": 1002040, + "EventID": 80102052, + "RogueMonsterType": 1 + }, + "2053": { + "RogueMonsterID": 2053, + "NpcMonsterID": 8002010, + "EventID": 80102053, + "RogueMonsterType": 1 + }, + "2061": { + "RogueMonsterID": 2061, + "NpcMonsterID": 1012030, + "EventID": 80102061, + "RogueMonsterType": 1 + }, + "2062": { + "RogueMonsterID": 2062, + "NpcMonsterID": 1012020, + "EventID": 80102062, + "RogueMonsterType": 1 + }, + "2063": { + "RogueMonsterID": 2063, + "NpcMonsterID": 1012020, + "EventID": 80102063, + "RogueMonsterType": 1 + }, + "2071": { + "RogueMonsterID": 2071, + "NpcMonsterID": 1022010, + "EventID": 80102071, + "RogueMonsterType": 1 + }, + "2072": { + "RogueMonsterID": 2072, + "NpcMonsterID": 1022010, + "EventID": 80102072, + "RogueMonsterType": 1 + }, + "2073": { + "RogueMonsterID": 2073, + "NpcMonsterID": 8012010, + "EventID": 80102073, + "RogueMonsterType": 1 + }, + "2081": { + "RogueMonsterID": 2081, + "NpcMonsterID": 1002020, + "EventID": 80102081, + "RogueMonsterType": 1 + }, + "2082": { + "RogueMonsterID": 2082, + "NpcMonsterID": 1012030, + "EventID": 80102082, + "RogueMonsterType": 1 + }, + "2083": { + "RogueMonsterID": 2083, + "NpcMonsterID": 1002020, + "EventID": 80102083, + "RogueMonsterType": 1 + }, + "2091": { + "RogueMonsterID": 2091, + "NpcMonsterID": 8012010, + "EventID": 80102091, + "RogueMonsterType": 1 + }, + "2092": { + "RogueMonsterID": 2092, + "NpcMonsterID": 1022010, + "EventID": 80102092, + "RogueMonsterType": 1 + }, + "2093": { + "RogueMonsterID": 2093, + "NpcMonsterID": 8001030, + "EventID": 80102093, + "RogueMonsterType": 1 + }, + "2101": { + "RogueMonsterID": 2101, + "NpcMonsterID": 1012030, + "EventID": 80102101, + "RogueMonsterType": 1 + }, + "2102": { + "RogueMonsterID": 2102, + "NpcMonsterID": 1022010, + "EventID": 80102102, + "RogueMonsterType": 1 + }, + "2103": { + "RogueMonsterID": 2103, + "NpcMonsterID": 8012030, + "EventID": 80102103, + "RogueMonsterType": 1 + }, + "2111": { + "RogueMonsterID": 2111, + "NpcMonsterID": 1012030, + "EventID": 80102111, + "RogueMonsterType": 1 + }, + "2112": { + "RogueMonsterID": 2112, + "NpcMonsterID": 1012030, + "EventID": 80102112, + "RogueMonsterType": 1 + }, + "2113": { + "RogueMonsterID": 2113, + "NpcMonsterID": 1002020, + "EventID": 80102113, + "RogueMonsterType": 1 + }, + "2121": { + "RogueMonsterID": 2121, + "NpcMonsterID": 1012030, + "EventID": 80102121, + "RogueMonsterType": 1 + }, + "2122": { + "RogueMonsterID": 2122, + "NpcMonsterID": 8012030, + "EventID": 80102122, + "RogueMonsterType": 1 + }, + "2123": { + "RogueMonsterID": 2123, + "NpcMonsterID": 1002020, + "EventID": 80102123, + "RogueMonsterType": 1 + }, + "2411": { + "RogueMonsterID": 2411, + "NpcMonsterID": 1013010, + "EventID": 80102411, + "RogueMonsterType": 2 + }, + "2412": { + "RogueMonsterID": 2412, + "NpcMonsterID": 1013020, + "EventID": 80102412, + "RogueMonsterType": 2 + }, + "2421": { + "RogueMonsterID": 2421, + "NpcMonsterID": 8003010, + "EventID": 80102421, + "RogueMonsterType": 2 + }, + "2422": { + "RogueMonsterID": 2422, + "NpcMonsterID": 1023020, + "EventID": 80102422, + "RogueMonsterType": 2 + }, + "2431": { + "RogueMonsterID": 2431, + "NpcMonsterID": 8003050, + "EventID": 80102431, + "RogueMonsterType": 2 + }, + "2432": { + "RogueMonsterID": 2432, + "NpcMonsterID": 1023010, + "EventID": 80102432, + "RogueMonsterType": 2 + }, + "2441": { + "RogueMonsterID": 2441, + "NpcMonsterID": 8013010, + "EventID": 80102441, + "RogueMonsterType": 2 + }, + "2442": { + "RogueMonsterID": 2442, + "NpcMonsterID": 8003030, + "EventID": 80102442, + "RogueMonsterType": 2 + }, + "2511": { + "RogueMonsterID": 2511, + "NpcMonsterID": 1013010, + "EventID": 80102511, + "RogueMonsterType": 2 + }, + "2512": { + "RogueMonsterID": 2512, + "NpcMonsterID": 1013020, + "EventID": 80102512, + "RogueMonsterType": 2 + }, + "2521": { + "RogueMonsterID": 2521, + "NpcMonsterID": 8003010, + "EventID": 80102521, + "RogueMonsterType": 2 + }, + "2522": { + "RogueMonsterID": 2522, + "NpcMonsterID": 1023020, + "EventID": 80102522, + "RogueMonsterType": 2 + }, + "2531": { + "RogueMonsterID": 2531, + "NpcMonsterID": 8003050, + "EventID": 80102531, + "RogueMonsterType": 2 + }, + "2532": { + "RogueMonsterID": 2532, + "NpcMonsterID": 1023010, + "EventID": 80102532, + "RogueMonsterType": 2 + }, + "2541": { + "RogueMonsterID": 2541, + "NpcMonsterID": 8013010, + "EventID": 80102541, + "RogueMonsterType": 2 + }, + "2542": { + "RogueMonsterID": 2542, + "NpcMonsterID": 8003030, + "EventID": 80102542, + "RogueMonsterType": 2 + }, + "2611": { + "RogueMonsterID": 2611, + "NpcMonsterID": 8002050, + "EventID": 80102611, + "RogueMonsterType": 3 + }, + "2612": { + "RogueMonsterID": 2612, + "NpcMonsterID": 8002050, + "EventID": 80102612, + "RogueMonsterType": 3 + }, + "2621": { + "RogueMonsterID": 2621, + "NpcMonsterID": 8002050, + "EventID": 80102621, + "RogueMonsterType": 3 + }, + "2622": { + "RogueMonsterID": 2622, + "NpcMonsterID": 8002050, + "EventID": 80102622, + "RogueMonsterType": 3 + }, + "2631": { + "RogueMonsterID": 2631, + "NpcMonsterID": 8002050, + "EventID": 80102631, + "RogueMonsterType": 3 + }, + "2632": { + "RogueMonsterID": 2632, + "NpcMonsterID": 8002050, + "EventID": 80102632, + "RogueMonsterType": 3 + }, + "2811": { + "RogueMonsterID": 2811, + "NpcMonsterID": 1004030, + "EventID": 80102811, + "RogueMonsterType": 2 + }, + "2821": { + "RogueMonsterID": 2821, + "NpcMonsterID": 1004030, + "EventID": 80102821, + "RogueMonsterType": 2 + }, + "2911": { + "RogueMonsterID": 2911, + "NpcMonsterID": 1004010, + "EventID": 80102911, + "RogueMonsterType": 4 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueMonsterGroupExcelTable.json b/CrepePackage/src/data/excel/RogueMonsterGroupExcelTable.json new file mode 100644 index 0000000..b02d0ae --- /dev/null +++ b/CrepePackage/src/data/excel/RogueMonsterGroupExcelTable.json @@ -0,0 +1,569 @@ +{ + "11": { + "RogueMonsterGroupID": 11, + "RogueMonsterListAndWeight": { + "111": 1.0 + } + }, + "12": { + "RogueMonsterGroupID": 12, + "RogueMonsterListAndWeight": { + "121": 1.0 + } + }, + "13": { + "RogueMonsterGroupID": 13, + "RogueMonsterListAndWeight": { + "131": 1.0 + } + }, + "14": { + "RogueMonsterGroupID": 14, + "RogueMonsterListAndWeight": { + "141": 1.0 + } + }, + "15": { + "RogueMonsterGroupID": 15, + "RogueMonsterListAndWeight": { + "151": 1.0 + } + }, + "16": { + "RogueMonsterGroupID": 16, + "RogueMonsterListAndWeight": { + "161": 1.0 + } + }, + "17": { + "RogueMonsterGroupID": 17, + "RogueMonsterListAndWeight": { + "171": 1.0 + } + }, + "18": { + "RogueMonsterGroupID": 18, + "RogueMonsterListAndWeight": { + "181": 1.0 + } + }, + "19": { + "RogueMonsterGroupID": 19, + "RogueMonsterListAndWeight": { + "191": 1.0 + } + }, + "20": { + "RogueMonsterGroupID": 20, + "RogueMonsterListAndWeight": { + "192": 1.0 + } + }, + "21": { + "RogueMonsterGroupID": 21, + "RogueMonsterListAndWeight": { + "193": 1.0 + } + }, + "22": { + "RogueMonsterGroupID": 22, + "RogueMonsterListAndWeight": { + "194": 1.0 + } + }, + "23": { + "RogueMonsterGroupID": 23, + "RogueMonsterListAndWeight": { + "195": 1.0 + } + }, + "101": { + "RogueMonsterGroupID": 101, + "RogueMonsterListAndWeight": { + "1011": 1.0, + "1012": 1.0, + "1013": 1.0 + } + }, + "102": { + "RogueMonsterGroupID": 102, + "RogueMonsterListAndWeight": { + "1021": 1.0, + "1022": 1.0, + "1023": 1.0 + } + }, + "103": { + "RogueMonsterGroupID": 103, + "RogueMonsterListAndWeight": { + "1031": 1.0, + "1032": 1.0, + "1033": 1.0 + } + }, + "104": { + "RogueMonsterGroupID": 104, + "RogueMonsterListAndWeight": { + "1041": 1.0, + "1042": 1.0, + "1043": 1.0 + } + }, + "105": { + "RogueMonsterGroupID": 105, + "RogueMonsterListAndWeight": { + "1051": 1.0, + "1052": 1.0, + "1053": 1.0 + } + }, + "106": { + "RogueMonsterGroupID": 106, + "RogueMonsterListAndWeight": { + "1061": 1.0, + "1062": 1.0, + "1063": 1.0, + "1621": 3.0 + } + }, + "107": { + "RogueMonsterGroupID": 107, + "RogueMonsterListAndWeight": { + "1071": 1.0, + "1072": 1.0, + "1073": 1.0 + } + }, + "108": { + "RogueMonsterGroupID": 108, + "RogueMonsterListAndWeight": { + "1081": 1.0, + "1082": 1.0, + "1083": 1.0 + } + }, + "109": { + "RogueMonsterGroupID": 109, + "RogueMonsterListAndWeight": { + "1091": 1.0, + "1092": 1.0, + "1093": 1.0 + } + }, + "110": { + "RogueMonsterGroupID": 110, + "RogueMonsterListAndWeight": { + "1101": 1.0, + "1102": 1.0, + "1103": 1.0, + "1631": 3.0 + } + }, + "111": { + "RogueMonsterGroupID": 111, + "RogueMonsterListAndWeight": { + "1111": 1.0, + "1112": 1.0, + "1113": 1.0 + } + }, + "112": { + "RogueMonsterGroupID": 112, + "RogueMonsterListAndWeight": { + "1121": 1.0, + "1122": 1.0, + "1123": 1.0 + } + }, + "141": { + "RogueMonsterGroupID": 141, + "RogueMonsterListAndWeight": { + "1411": 1.0, + "1412": 1.0 + } + }, + "142": { + "RogueMonsterGroupID": 142, + "RogueMonsterListAndWeight": { + "1421": 1.0, + "1422": 1.0 + } + }, + "143": { + "RogueMonsterGroupID": 143, + "RogueMonsterListAndWeight": { + "1431": 1.0, + "1432": 1.0 + } + }, + "144": { + "RogueMonsterGroupID": 144, + "RogueMonsterListAndWeight": { + "1441": 1.0, + "1442": 1.0 + } + }, + "151": { + "RogueMonsterGroupID": 151, + "RogueMonsterListAndWeight": { + "1511": 1.0, + "1512": 1.0 + } + }, + "152": { + "RogueMonsterGroupID": 152, + "RogueMonsterListAndWeight": { + "1521": 1.0, + "1522": 1.0 + } + }, + "153": { + "RogueMonsterGroupID": 153, + "RogueMonsterListAndWeight": { + "1531": 1.0, + "1532": 1.0 + } + }, + "154": { + "RogueMonsterGroupID": 154, + "RogueMonsterListAndWeight": { + "1541": 1.0, + "1542": 1.0 + } + }, + "161": { + "RogueMonsterGroupID": 161, + "RogueMonsterListAndWeight": { + "1612": 1.0 + } + }, + "162": { + "RogueMonsterGroupID": 162, + "RogueMonsterListAndWeight": { + "1622": 1.0 + } + }, + "163": { + "RogueMonsterGroupID": 163, + "RogueMonsterListAndWeight": { + "1632": 1.0 + } + }, + "181": { + "RogueMonsterGroupID": 181, + "RogueMonsterListAndWeight": { + "1811": 1.0 + } + }, + "182": { + "RogueMonsterGroupID": 182, + "RogueMonsterListAndWeight": { + "1821": 1.0 + } + }, + "191": { + "RogueMonsterGroupID": 191, + "RogueMonsterListAndWeight": { + "1911": 1.0 + } + }, + "201": { + "RogueMonsterGroupID": 201, + "RogueMonsterListAndWeight": { + "2011": 1.0, + "2012": 1.0, + "2013": 1.0 + } + }, + "202": { + "RogueMonsterGroupID": 202, + "RogueMonsterListAndWeight": { + "2021": 1.0, + "2022": 1.0, + "2023": 1.0 + } + }, + "203": { + "RogueMonsterGroupID": 203, + "RogueMonsterListAndWeight": { + "2031": 1.0, + "2032": 1.0, + "2033": 1.0 + } + }, + "204": { + "RogueMonsterGroupID": 204, + "RogueMonsterListAndWeight": { + "2041": 1.0, + "2042": 1.0, + "2043": 1.0 + } + }, + "205": { + "RogueMonsterGroupID": 205, + "RogueMonsterListAndWeight": { + "2051": 1.0, + "2052": 1.0, + "2053": 1.0 + } + }, + "206": { + "RogueMonsterGroupID": 206, + "RogueMonsterListAndWeight": { + "2061": 1.0, + "2062": 1.0, + "2063": 1.0 + } + }, + "207": { + "RogueMonsterGroupID": 207, + "RogueMonsterListAndWeight": { + "2071": 1.0, + "2072": 1.0, + "2073": 1.0 + } + }, + "208": { + "RogueMonsterGroupID": 208, + "RogueMonsterListAndWeight": { + "2081": 1.0, + "2082": 1.0, + "2083": 1.0 + } + }, + "209": { + "RogueMonsterGroupID": 209, + "RogueMonsterListAndWeight": { + "2091": 1.0, + "2092": 1.0, + "2093": 1.0 + } + }, + "210": { + "RogueMonsterGroupID": 210, + "RogueMonsterListAndWeight": { + "2101": 1.0, + "2102": 1.0, + "2103": 1.0 + } + }, + "211": { + "RogueMonsterGroupID": 211, + "RogueMonsterListAndWeight": { + "2111": 1.0, + "2112": 1.0, + "2113": 1.0 + } + }, + "212": { + "RogueMonsterGroupID": 212, + "RogueMonsterListAndWeight": { + "2121": 1.0, + "2122": 1.0, + "2123": 1.0 + } + }, + "241": { + "RogueMonsterGroupID": 241, + "RogueMonsterListAndWeight": { + "2411": 1.0, + "2412": 1.0 + } + }, + "242": { + "RogueMonsterGroupID": 242, + "RogueMonsterListAndWeight": { + "2421": 1.0, + "2422": 1.0 + } + }, + "243": { + "RogueMonsterGroupID": 243, + "RogueMonsterListAndWeight": { + "2431": 1.0, + "2432": 1.0 + } + }, + "244": { + "RogueMonsterGroupID": 244, + "RogueMonsterListAndWeight": { + "2441": 1.0, + "2442": 1.0 + } + }, + "251": { + "RogueMonsterGroupID": 251, + "RogueMonsterListAndWeight": { + "2511": 1.0, + "2512": 1.0 + } + }, + "252": { + "RogueMonsterGroupID": 252, + "RogueMonsterListAndWeight": { + "2521": 1.0, + "2522": 1.0 + } + }, + "253": { + "RogueMonsterGroupID": 253, + "RogueMonsterListAndWeight": { + "2531": 1.0, + "2532": 1.0 + } + }, + "254": { + "RogueMonsterGroupID": 254, + "RogueMonsterListAndWeight": { + "2541": 1.0, + "2542": 1.0 + } + }, + "261": { + "RogueMonsterGroupID": 261, + "RogueMonsterListAndWeight": { + "2612": 1.0 + } + }, + "262": { + "RogueMonsterGroupID": 262, + "RogueMonsterListAndWeight": { + "2622": 1.0 + } + }, + "263": { + "RogueMonsterGroupID": 263, + "RogueMonsterListAndWeight": { + "2632": 1.0 + } + }, + "281": { + "RogueMonsterGroupID": 281, + "RogueMonsterListAndWeight": { + "2811": 1.0 + } + }, + "282": { + "RogueMonsterGroupID": 282, + "RogueMonsterListAndWeight": { + "2821": 1.0 + } + }, + "291": { + "RogueMonsterGroupID": 291, + "RogueMonsterListAndWeight": { + "2911": 1.0 + } + }, + "300": { + "RogueMonsterGroupID": 300, + "RogueMonsterListAndWeight": { + "1411": 1.0 + } + }, + "301": { + "RogueMonsterGroupID": 301, + "RogueMonsterListAndWeight": { + "1412": 1.0 + } + }, + "302": { + "RogueMonsterGroupID": 302, + "RogueMonsterListAndWeight": { + "1421": 1.0 + } + }, + "303": { + "RogueMonsterGroupID": 303, + "RogueMonsterListAndWeight": { + "1422": 1.0 + } + }, + "304": { + "RogueMonsterGroupID": 304, + "RogueMonsterListAndWeight": { + "1431": 1.0 + } + }, + "411": { + "RogueMonsterGroupID": 411, + "RogueMonsterListAndWeight": { + "1111": 1.0, + "1112": 1.0, + "1113": 1.0, + "1121": 1.0, + "1122": 1.0, + "1123": 1.0 + } + }, + "412": { + "RogueMonsterGroupID": 412, + "RogueMonsterListAndWeight": { + "1431": 1.0 + } + }, + "413": { + "RogueMonsterGroupID": 413, + "RogueMonsterListAndWeight": { + "1441": 1.0 + } + }, + "421": { + "RogueMonsterGroupID": 421, + "RogueMonsterListAndWeight": { + "1111": 1.0, + "1112": 1.0, + "1113": 1.0, + "1121": 1.0, + "1122": 1.0, + "1123": 1.0 + } + }, + "422": { + "RogueMonsterGroupID": 422, + "RogueMonsterListAndWeight": { + "1431": 1.0 + } + }, + "423": { + "RogueMonsterGroupID": 423, + "RogueMonsterListAndWeight": { + "1441": 1.0 + } + }, + "431": { + "RogueMonsterGroupID": 431, + "RogueMonsterListAndWeight": { + "1111": 1.0, + "1112": 1.0, + "1113": 1.0, + "1121": 1.0, + "1122": 1.0, + "1123": 1.0 + } + }, + "432": { + "RogueMonsterGroupID": 432, + "RogueMonsterListAndWeight": { + "1431": 1.0 + } + }, + "433": { + "RogueMonsterGroupID": 433, + "RogueMonsterListAndWeight": { + "1441": 1.0 + } + }, + "434": { + "RogueMonsterGroupID": 434, + "RogueMonsterListAndWeight": { + "1442": 1.0 + } + }, + "441": { + "RogueMonsterGroupID": 441, + "RogueMonsterListAndWeight": { + "1811": 1.0 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueRoomTypeExcelTable.json b/CrepePackage/src/data/excel/RogueRoomTypeExcelTable.json new file mode 100644 index 0000000..1c0e4e6 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueRoomTypeExcelTable.json @@ -0,0 +1,47 @@ +{ + "1002": { + "RogueRoomType": 1002, + "RogueRoomTypeTextmapID": { + "hash": 1722527473 + }, + "RogueRoomTypeIcon": "SpriteOutput/Rogue/Map/RogueFoeIcon.png", + "MapShowType": true, + "IsSuper": true + }, + "1003": { + "RogueRoomType": 1003, + "RogueRoomTypeTextmapID": { + "hash": 156443532 + }, + "RogueRoomTypeIcon": "SpriteOutput/Rogue/Map/RogueFoeIcon.png", + "MapShowType": true, + "IsSuper": true + }, + "1004": { + "RogueRoomType": 1004, + "RogueRoomTypeTextmapID": { + "hash": 559728059 + }, + "RogueRoomTypeIcon": "SpriteOutput/Rogue/Map/RogueFoeIcon.png", + "MapShowType": true, + "IsSuper": true + }, + "1005": { + "RogueRoomType": 1005, + "RogueRoomTypeTextmapID": { + "hash": -1006355882 + }, + "RogueRoomTypeIcon": "SpriteOutput/Rogue/Map/RogueBossIcon.png", + "MapShowType": true, + "IsSuper": true + }, + "1006": { + "RogueRoomType": 1006, + "RogueRoomTypeTextmapID": { + "hash": -603071355 + }, + "RogueRoomTypeIcon": "SpriteOutput/Rogue/Map/RogueShopIcon.png", + "MapShowType": true, + "IsSuper": false + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueStoneExcelTable.json b/CrepePackage/src/data/excel/RogueStoneExcelTable.json new file mode 100644 index 0000000..e5dc5b1 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueStoneExcelTable.json @@ -0,0 +1,137 @@ +{ + "420001": { + "StoneItemID": 420001, + "FailReward": 9002001, + "PerfectBuffGroup": 100920, + "NormalBuffGroup": 100910, + "StoneCost": [], + "SuccessRate": 0.9, + "PerfectRate": 0.1 + }, + "420002": { + "StoneItemID": 420002, + "FailReward": 9002002, + "PerfectBuffGroup": 100920, + "NormalBuffGroup": 100910, + "StoneCost": [], + "SuccessRate": 0.7, + "PerfectRate": 0.3 + }, + "420003": { + "StoneItemID": 420003, + "FailReward": 9002003, + "PerfectBuffGroup": 100920, + "NormalBuffGroup": 100910, + "StoneCost": [], + "SuccessRate": 0.5, + "PerfectRate": 0.5 + }, + "420004": { + "StoneItemID": 420004, + "FailReward": 9002004, + "PerfectBuffGroup": 100920, + "NormalBuffGroup": 100910, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 1.0 + }, + "420005": { + "StoneItemID": 420005, + "FailReward": 9002005, + "PerfectBuffGroup": 100920, + "NormalBuffGroup": 100910, + "StoneCost": [], + "SuccessRate": 0.3, + "PerfectRate": 1.0 + }, + "420006": { + "StoneItemID": 420006, + "FailReward": 9002006, + "PerfectBuffGroup": 100920, + "NormalBuffGroup": 100910, + "StoneCost": [], + "SuccessRate": 0.0, + "PerfectRate": 0.0 + }, + "420007": { + "StoneItemID": 420007, + "FailReward": 9002001, + "PerfectBuffGroup": 9005, + "NormalBuffGroup": 9005, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 0.0 + }, + "420008": { + "StoneItemID": 420008, + "FailReward": 9002001, + "PerfectBuffGroup": 9009, + "NormalBuffGroup": 9008, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 0.3 + }, + "421006": { + "StoneItemID": 421006, + "FailReward": 9002007, + "PerfectBuffGroup": 12203, + "NormalBuffGroup": 1221, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 0.0 + }, + "422006": { + "StoneItemID": 422006, + "FailReward": 9002007, + "PerfectBuffGroup": 12103, + "NormalBuffGroup": 1211, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 0.0 + }, + "423006": { + "StoneItemID": 423006, + "FailReward": 9002007, + "PerfectBuffGroup": 12003, + "NormalBuffGroup": 1201, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 0.0 + }, + "424006": { + "StoneItemID": 424006, + "FailReward": 9002007, + "PerfectBuffGroup": 12403, + "NormalBuffGroup": 1241, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 0.0 + }, + "427006": { + "StoneItemID": 427006, + "FailReward": 9002007, + "PerfectBuffGroup": 12603, + "NormalBuffGroup": 1261, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 0.0 + }, + "428006": { + "StoneItemID": 428006, + "FailReward": 9002007, + "PerfectBuffGroup": 12303, + "NormalBuffGroup": 1231, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 0.0 + }, + "429006": { + "StoneItemID": 429006, + "FailReward": 9002007, + "PerfectBuffGroup": 12503, + "NormalBuffGroup": 1251, + "StoneCost": [], + "SuccessRate": 1.0, + "PerfectRate": 0.0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/RogueWishListConfigExcelTable.json b/CrepePackage/src/data/excel/RogueWishListConfigExcelTable.json new file mode 100644 index 0000000..a6055c6 --- /dev/null +++ b/CrepePackage/src/data/excel/RogueWishListConfigExcelTable.json @@ -0,0 +1,58 @@ +{ + "1": { + "RogueWishListID": 1, + "GachaGoodsGroupIDList": [ + 1111, + 1121, + 1131, + 2111, + 2121, + 2131 + ], + "WishListNameTextmapID": { + "hash": -1822756556 + } + }, + "2": { + "RogueWishListID": 2, + "GachaGoodsGroupIDList": [ + 1112, + 1122, + 1132, + 2112, + 2122, + 2132 + ], + "WishListNameTextmapID": { + "hash": -1822756553 + } + }, + "3": { + "RogueWishListID": 3, + "GachaGoodsGroupIDList": [ + 1113, + 1123, + 1133, + 2113, + 2123, + 2133 + ], + "WishListNameTextmapID": { + "hash": -1822756554 + } + }, + "4": { + "RogueWishListID": 4, + "GachaGoodsGroupIDList": [ + 1114, + 1124, + 1134, + 2114, + 2124, + 2134 + ], + "WishListNameTextmapID": { + "hash": -1822756559 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/SKillNavigationConfigExcelTable.json b/CrepePackage/src/data/excel/SKillNavigationConfigExcelTable.json new file mode 100644 index 0000000..46d5b29 --- /dev/null +++ b/CrepePackage/src/data/excel/SKillNavigationConfigExcelTable.json @@ -0,0 +1,1010 @@ +{ + "Warrior:1": { + "AvatarBaseType": "Warrior", + "PointID": 1, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 4 + }, + "Warrior:2": { + "AvatarBaseType": "Warrior", + "PointID": 2, + "Up": 0, + "Down": 0, + "Left": 4, + "Right": 0 + }, + "Warrior:3": { + "AvatarBaseType": "Warrior", + "PointID": 3, + "Up": 4, + "Down": 5, + "Left": 0, + "Right": 0 + }, + "Warrior:4": { + "AvatarBaseType": "Warrior", + "PointID": 4, + "Up": 8, + "Down": 3, + "Left": 1, + "Right": 2 + }, + "Warrior:5": { + "AvatarBaseType": "Warrior", + "PointID": 5, + "Up": 3, + "Down": 9, + "Left": 6, + "Right": 7 + }, + "Warrior:6": { + "AvatarBaseType": "Warrior", + "PointID": 6, + "Up": 10, + "Down": 0, + "Left": 10, + "Right": 5 + }, + "Warrior:7": { + "AvatarBaseType": "Warrior", + "PointID": 7, + "Up": 13, + "Down": 0, + "Left": 5, + "Right": 13 + }, + "Warrior:8": { + "AvatarBaseType": "Warrior", + "PointID": 8, + "Up": 16, + "Down": 4, + "Left": 0, + "Right": 0 + }, + "Warrior:9": { + "AvatarBaseType": "Warrior", + "PointID": 9, + "Up": 5, + "Down": 0, + "Left": 0, + "Right": 0 + }, + "Warrior:10": { + "AvatarBaseType": "Warrior", + "PointID": 10, + "Up": 11, + "Down": 6, + "Left": 11, + "Right": 6 + }, + "Warrior:11": { + "AvatarBaseType": "Warrior", + "PointID": 11, + "Up": 12, + "Down": 10, + "Left": 0, + "Right": 0 + }, + "Warrior:12": { + "AvatarBaseType": "Warrior", + "PointID": 12, + "Up": 0, + "Down": 11, + "Left": 11, + "Right": 0 + }, + "Warrior:13": { + "AvatarBaseType": "Warrior", + "PointID": 13, + "Up": 14, + "Down": 7, + "Left": 7, + "Right": 14 + }, + "Warrior:14": { + "AvatarBaseType": "Warrior", + "PointID": 14, + "Up": 15, + "Down": 13, + "Left": 0, + "Right": 0 + }, + "Warrior:15": { + "AvatarBaseType": "Warrior", + "PointID": 15, + "Up": 0, + "Down": 14, + "Left": 0, + "Right": 14 + }, + "Warrior:16": { + "AvatarBaseType": "Warrior", + "PointID": 16, + "Up": 0, + "Down": 8, + "Left": 17, + "Right": 18 + }, + "Warrior:17": { + "AvatarBaseType": "Warrior", + "PointID": 17, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 16 + }, + "Warrior:18": { + "AvatarBaseType": "Warrior", + "PointID": 18, + "Up": 0, + "Down": 0, + "Left": 16, + "Right": 0 + }, + "Rogue:1": { + "AvatarBaseType": "Rogue", + "PointID": 1, + "Up": 12, + "Down": 0, + "Left": 12, + "Right": 4 + }, + "Rogue:2": { + "AvatarBaseType": "Rogue", + "PointID": 2, + "Up": 15, + "Down": 0, + "Left": 4, + "Right": 15 + }, + "Rogue:3": { + "AvatarBaseType": "Rogue", + "PointID": 3, + "Up": 4, + "Down": 5, + "Left": 0, + "Right": 0 + }, + "Rogue:4": { + "AvatarBaseType": "Rogue", + "PointID": 4, + "Up": 8, + "Down": 3, + "Left": 1, + "Right": 2 + }, + "Rogue:5": { + "AvatarBaseType": "Rogue", + "PointID": 5, + "Up": 3, + "Down": 9, + "Left": 6, + "Right": 7 + }, + "Rogue:6": { + "AvatarBaseType": "Rogue", + "PointID": 6, + "Up": 10, + "Down": 0, + "Left": 10, + "Right": 5 + }, + "Rogue:7": { + "AvatarBaseType": "Rogue", + "PointID": 7, + "Up": 13, + "Down": 0, + "Left": 5, + "Right": 13 + }, + "Rogue:8": { + "AvatarBaseType": "Rogue", + "PointID": 8, + "Up": 16, + "Down": 4, + "Left": 0, + "Right": 0 + }, + "Rogue:9": { + "AvatarBaseType": "Rogue", + "PointID": 9, + "Up": 5, + "Down": 0, + "Left": 0, + "Right": 0 + }, + "Rogue:10": { + "AvatarBaseType": "Rogue", + "PointID": 10, + "Up": 11, + "Down": 6, + "Left": 11, + "Right": 6 + }, + "Rogue:11": { + "AvatarBaseType": "Rogue", + "PointID": 11, + "Up": 0, + "Down": 10, + "Left": 0, + "Right": 10 + }, + "Rogue:12": { + "AvatarBaseType": "Rogue", + "PointID": 12, + "Up": 0, + "Down": 1, + "Left": 0, + "Right": 1 + }, + "Rogue:13": { + "AvatarBaseType": "Rogue", + "PointID": 13, + "Up": 14, + "Down": 7, + "Left": 7, + "Right": 14 + }, + "Rogue:14": { + "AvatarBaseType": "Rogue", + "PointID": 14, + "Up": 0, + "Down": 13, + "Left": 13, + "Right": 0 + }, + "Rogue:15": { + "AvatarBaseType": "Rogue", + "PointID": 15, + "Up": 0, + "Down": 2, + "Left": 2, + "Right": 0 + }, + "Rogue:16": { + "AvatarBaseType": "Rogue", + "PointID": 16, + "Up": 0, + "Down": 8, + "Left": 17, + "Right": 18 + }, + "Rogue:17": { + "AvatarBaseType": "Rogue", + "PointID": 17, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 16 + }, + "Rogue:18": { + "AvatarBaseType": "Rogue", + "PointID": 18, + "Up": 0, + "Down": 0, + "Left": 16, + "Right": 0 + }, + "Mage:1": { + "AvatarBaseType": "Mage", + "PointID": 1, + "Up": 0, + "Down": 0, + "Left": 6, + "Right": 3 + }, + "Mage:2": { + "AvatarBaseType": "Mage", + "PointID": 2, + "Up": 0, + "Down": 0, + "Left": 3, + "Right": 7 + }, + "Mage:3": { + "AvatarBaseType": "Mage", + "PointID": 3, + "Up": 4, + "Down": 5, + "Left": 1, + "Right": 2 + }, + "Mage:4": { + "AvatarBaseType": "Mage", + "PointID": 4, + "Up": 8, + "Down": 3, + "Left": 0, + "Right": 0 + }, + "Mage:5": { + "AvatarBaseType": "Mage", + "PointID": 5, + "Up": 3, + "Down": 9, + "Left": 0, + "Right": 0 + }, + "Mage:6": { + "AvatarBaseType": "Mage", + "PointID": 6, + "Up": 0, + "Down": 0, + "Left": 10, + "Right": 1 + }, + "Mage:7": { + "AvatarBaseType": "Mage", + "PointID": 7, + "Up": 0, + "Down": 0, + "Left": 2, + "Right": 13 + }, + "Mage:8": { + "AvatarBaseType": "Mage", + "PointID": 8, + "Up": 0, + "Down": 4, + "Left": 16, + "Right": 17 + }, + "Mage:9": { + "AvatarBaseType": "Mage", + "PointID": 9, + "Up": 5, + "Down": 0, + "Left": 0, + "Right": 18 + }, + "Mage:10": { + "AvatarBaseType": "Mage", + "PointID": 10, + "Up": 12, + "Down": 11, + "Left": 0, + "Right": 6 + }, + "Mage:11": { + "AvatarBaseType": "Mage", + "PointID": 11, + "Up": 10, + "Down": 0, + "Left": 0, + "Right": 0 + }, + "Mage:12": { + "AvatarBaseType": "Mage", + "PointID": 12, + "Up": 0, + "Down": 10, + "Left": 0, + "Right": 0 + }, + "Mage:13": { + "AvatarBaseType": "Mage", + "PointID": 13, + "Up": 15, + "Down": 14, + "Left": 7, + "Right": 0 + }, + "Mage:14": { + "AvatarBaseType": "Mage", + "PointID": 14, + "Up": 13, + "Down": 0, + "Left": 0, + "Right": 0 + }, + "Mage:15": { + "AvatarBaseType": "Mage", + "PointID": 15, + "Up": 0, + "Down": 13, + "Left": 0, + "Right": 0 + }, + "Mage:16": { + "AvatarBaseType": "Mage", + "PointID": 16, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 8 + }, + "Mage:17": { + "AvatarBaseType": "Mage", + "PointID": 17, + "Up": 0, + "Down": 0, + "Left": 8, + "Right": 0 + }, + "Mage:18": { + "AvatarBaseType": "Mage", + "PointID": 18, + "Up": 5, + "Down": 0, + "Left": 9, + "Right": 0 + }, + "Shaman:1": { + "AvatarBaseType": "Shaman", + "PointID": 1, + "Up": 0, + "Down": 0, + "Left": 6, + "Right": 4 + }, + "Shaman:2": { + "AvatarBaseType": "Shaman", + "PointID": 2, + "Up": 0, + "Down": 0, + "Left": 4, + "Right": 7 + }, + "Shaman:3": { + "AvatarBaseType": "Shaman", + "PointID": 3, + "Up": 4, + "Down": 5, + "Left": 0, + "Right": 0 + }, + "Shaman:4": { + "AvatarBaseType": "Shaman", + "PointID": 4, + "Up": 8, + "Down": 3, + "Left": 1, + "Right": 2 + }, + "Shaman:5": { + "AvatarBaseType": "Shaman", + "PointID": 5, + "Up": 3, + "Down": 9, + "Left": 0, + "Right": 0 + }, + "Shaman:6": { + "AvatarBaseType": "Shaman", + "PointID": 6, + "Up": 10, + "Down": 0, + "Left": 10, + "Right": 1 + }, + "Shaman:7": { + "AvatarBaseType": "Shaman", + "PointID": 7, + "Up": 0, + "Down": 13, + "Left": 2, + "Right": 0 + }, + "Shaman:8": { + "AvatarBaseType": "Shaman", + "PointID": 8, + "Up": 16, + "Down": 4, + "Left": 0, + "Right": 0 + }, + "Shaman:9": { + "AvatarBaseType": "Shaman", + "PointID": 9, + "Up": 5, + "Down": 0, + "Left": 12, + "Right": 15 + }, + "Shaman:10": { + "AvatarBaseType": "Shaman", + "PointID": 10, + "Up": 11, + "Down": 6, + "Left": 0, + "Right": 0 + }, + "Shaman:11": { + "AvatarBaseType": "Shaman", + "PointID": 11, + "Up": 0, + "Down": 10, + "Left": 10, + "Right": 0 + }, + "Shaman:12": { + "AvatarBaseType": "Shaman", + "PointID": 12, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 9 + }, + "Shaman:13": { + "AvatarBaseType": "Shaman", + "PointID": 13, + "Up": 7, + "Down": 0, + "Left": 14, + "Right": 0 + }, + "Shaman:14": { + "AvatarBaseType": "Shaman", + "PointID": 14, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 13 + }, + "Shaman:15": { + "AvatarBaseType": "Shaman", + "PointID": 15, + "Up": 0, + "Down": 0, + "Left": 9, + "Right": 0 + }, + "Shaman:16": { + "AvatarBaseType": "Shaman", + "PointID": 16, + "Up": 0, + "Down": 8, + "Left": 17, + "Right": 18 + }, + "Shaman:17": { + "AvatarBaseType": "Shaman", + "PointID": 17, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 16 + }, + "Shaman:18": { + "AvatarBaseType": "Shaman", + "PointID": 18, + "Up": 0, + "Down": 0, + "Left": 16, + "Right": 0 + }, + "Warlock:1": { + "AvatarBaseType": "Warlock", + "PointID": 1, + "Up": 0, + "Down": 0, + "Left": 6, + "Right": 3 + }, + "Warlock:2": { + "AvatarBaseType": "Warlock", + "PointID": 2, + "Up": 0, + "Down": 0, + "Left": 3, + "Right": 7 + }, + "Warlock:3": { + "AvatarBaseType": "Warlock", + "PointID": 3, + "Up": 4, + "Down": 5, + "Left": 1, + "Right": 2 + }, + "Warlock:4": { + "AvatarBaseType": "Warlock", + "PointID": 4, + "Up": 8, + "Down": 3, + "Left": 0, + "Right": 0 + }, + "Warlock:5": { + "AvatarBaseType": "Warlock", + "PointID": 5, + "Up": 3, + "Down": 9, + "Left": 0, + "Right": 0 + }, + "Warlock:6": { + "AvatarBaseType": "Warlock", + "PointID": 6, + "Up": 0, + "Down": 10, + "Left": 10, + "Right": 1 + }, + "Warlock:7": { + "AvatarBaseType": "Warlock", + "PointID": 7, + "Up": 0, + "Down": 13, + "Left": 2, + "Right": 13 + }, + "Warlock:8": { + "AvatarBaseType": "Warlock", + "PointID": 8, + "Up": 0, + "Down": 4, + "Left": 16, + "Right": 17 + }, + "Warlock:9": { + "AvatarBaseType": "Warlock", + "PointID": 9, + "Up": 5, + "Down": 18, + "Left": 0, + "Right": 0 + }, + "Warlock:10": { + "AvatarBaseType": "Warlock", + "PointID": 10, + "Up": 6, + "Down": 11, + "Left": 0, + "Right": 0 + }, + "Warlock:11": { + "AvatarBaseType": "Warlock", + "PointID": 11, + "Up": 10, + "Down": 12, + "Left": 10, + "Right": 12 + }, + "Warlock:12": { + "AvatarBaseType": "Warlock", + "PointID": 12, + "Up": 11, + "Down": 0, + "Left": 11, + "Right": 0 + }, + "Warlock:13": { + "AvatarBaseType": "Warlock", + "PointID": 13, + "Up": 7, + "Down": 14, + "Left": 0, + "Right": 0 + }, + "Warlock:14": { + "AvatarBaseType": "Warlock", + "PointID": 14, + "Up": 13, + "Down": 15, + "Left": 15, + "Right": 13 + }, + "Warlock:15": { + "AvatarBaseType": "Warlock", + "PointID": 15, + "Up": 14, + "Down": 0, + "Left": 0, + "Right": 14 + }, + "Warlock:16": { + "AvatarBaseType": "Warlock", + "PointID": 16, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 8 + }, + "Warlock:17": { + "AvatarBaseType": "Warlock", + "PointID": 17, + "Up": 0, + "Down": 0, + "Left": 8, + "Right": 0 + }, + "Warlock:18": { + "AvatarBaseType": "Warlock", + "PointID": 18, + "Up": 9, + "Down": 0, + "Left": 0, + "Right": 0 + }, + "Knight:1": { + "AvatarBaseType": "Knight", + "PointID": 1, + "Up": 12, + "Down": 0, + "Left": 12, + "Right": 3 + }, + "Knight:2": { + "AvatarBaseType": "Knight", + "PointID": 2, + "Up": 15, + "Down": 0, + "Left": 3, + "Right": 15 + }, + "Knight:3": { + "AvatarBaseType": "Knight", + "PointID": 3, + "Up": 4, + "Down": 5, + "Left": 1, + "Right": 2 + }, + "Knight:4": { + "AvatarBaseType": "Knight", + "PointID": 4, + "Up": 8, + "Down": 3, + "Left": 0, + "Right": 0 + }, + "Knight:5": { + "AvatarBaseType": "Knight", + "PointID": 5, + "Up": 3, + "Down": 9, + "Left": 0, + "Right": 0 + }, + "Knight:6": { + "AvatarBaseType": "Knight", + "PointID": 6, + "Up": 10, + "Down": 0, + "Left": 10, + "Right": 9 + }, + "Knight:7": { + "AvatarBaseType": "Knight", + "PointID": 7, + "Up": 13, + "Down": 0, + "Left": 9, + "Right": 13 + }, + "Knight:8": { + "AvatarBaseType": "Knight", + "PointID": 8, + "Up": 16, + "Down": 4, + "Left": 0, + "Right": 0 + }, + "Knight:9": { + "AvatarBaseType": "Knight", + "PointID": 9, + "Up": 5, + "Down": 0, + "Left": 6, + "Right": 7 + }, + "Knight:10": { + "AvatarBaseType": "Knight", + "PointID": 10, + "Up": 11, + "Down": 6, + "Left": 11, + "Right": 6 + }, + "Knight:11": { + "AvatarBaseType": "Knight", + "PointID": 11, + "Up": 0, + "Down": 10, + "Left": 0, + "Right": 10 + }, + "Knight:12": { + "AvatarBaseType": "Knight", + "PointID": 12, + "Up": 0, + "Down": 1, + "Left": 0, + "Right": 1 + }, + "Knight:13": { + "AvatarBaseType": "Knight", + "PointID": 13, + "Up": 14, + "Down": 7, + "Left": 7, + "Right": 14 + }, + "Knight:14": { + "AvatarBaseType": "Knight", + "PointID": 14, + "Up": 0, + "Down": 13, + "Left": 13, + "Right": 0 + }, + "Knight:15": { + "AvatarBaseType": "Knight", + "PointID": 15, + "Up": 0, + "Down": 2, + "Left": 2, + "Right": 0 + }, + "Knight:16": { + "AvatarBaseType": "Knight", + "PointID": 16, + "Up": 0, + "Down": 8, + "Left": 17, + "Right": 18 + }, + "Knight:17": { + "AvatarBaseType": "Knight", + "PointID": 17, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 16 + }, + "Knight:18": { + "AvatarBaseType": "Knight", + "PointID": 18, + "Up": 0, + "Down": 0, + "Left": 16, + "Right": 0 + }, + "Priest:1": { + "AvatarBaseType": "Priest", + "PointID": 1, + "Up": 0, + "Down": 0, + "Left": 4, + "Right": 0 + }, + "Priest:2": { + "AvatarBaseType": "Priest", + "PointID": 2, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 4 + }, + "Priest:3": { + "AvatarBaseType": "Priest", + "PointID": 3, + "Up": 4, + "Down": 5, + "Left": 0, + "Right": 0 + }, + "Priest:4": { + "AvatarBaseType": "Priest", + "PointID": 4, + "Up": 8, + "Down": 3, + "Left": 2, + "Right": 1 + }, + "Priest:5": { + "AvatarBaseType": "Priest", + "PointID": 5, + "Up": 3, + "Down": 18, + "Left": 7, + "Right": 6 + }, + "Priest:6": { + "AvatarBaseType": "Priest", + "PointID": 6, + "Up": 10, + "Down": 0, + "Left": 5, + "Right": 10 + }, + "Priest:7": { + "AvatarBaseType": "Priest", + "PointID": 7, + "Up": 13, + "Down": 0, + "Left": 13, + "Right": 5 + }, + "Priest:8": { + "AvatarBaseType": "Priest", + "PointID": 8, + "Up": 0, + "Down": 4, + "Left": 17, + "Right": 16 + }, + "Priest:9": { + "AvatarBaseType": "Priest", + "PointID": 9, + "Up": 5, + "Down": 0, + "Left": 18, + "Right": 0 + }, + "Priest:10": { + "AvatarBaseType": "Priest", + "PointID": 10, + "Up": 11, + "Down": 6, + "Left": 6, + "Right": 11 + }, + "Priest:11": { + "AvatarBaseType": "Priest", + "PointID": 11, + "Up": 12, + "Down": 10, + "Left": 0, + "Right": 0 + }, + "Priest:12": { + "AvatarBaseType": "Priest", + "PointID": 12, + "Up": 0, + "Down": 11, + "Left": 0, + "Right": 11 + }, + "Priest:13": { + "AvatarBaseType": "Priest", + "PointID": 13, + "Up": 14, + "Down": 7, + "Left": 14, + "Right": 7 + }, + "Priest:14": { + "AvatarBaseType": "Priest", + "PointID": 14, + "Up": 15, + "Down": 13, + "Left": 0, + "Right": 0 + }, + "Priest:15": { + "AvatarBaseType": "Priest", + "PointID": 15, + "Up": 0, + "Down": 14, + "Left": 14, + "Right": 0 + }, + "Priest:16": { + "AvatarBaseType": "Priest", + "PointID": 16, + "Up": 0, + "Down": 0, + "Left": 8, + "Right": 0 + }, + "Priest:17": { + "AvatarBaseType": "Priest", + "PointID": 17, + "Up": 0, + "Down": 0, + "Left": 0, + "Right": 8 + }, + "Priest:18": { + "AvatarBaseType": "Priest", + "PointID": 18, + "Up": 5, + "Down": 0, + "Left": 0, + "Right": 9 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ScoringGroupExcelTable.json b/CrepePackage/src/data/excel/ScoringGroupExcelTable.json new file mode 100644 index 0000000..06cb86f --- /dev/null +++ b/CrepePackage/src/data/excel/ScoringGroupExcelTable.json @@ -0,0 +1,82 @@ +{ + "5001": { + "ScoringGroupID": 5001, + "ScoringIDList": [ + 11002, + 11004, + 11011, + 11012, + 11013 + ] + }, + "5002": { + "ScoringGroupID": 5002, + "ScoringIDList": [ + 11002, + 11004, + 11021, + 11022, + 11023 + ] + }, + "5003": { + "ScoringGroupID": 5003, + "ScoringIDList": [ + 11002, + 11004, + 11031, + 11032, + 11033 + ] + }, + "5004": { + "ScoringGroupID": 5004, + "ScoringIDList": [ + 11002, + 11004, + 11041, + 11042, + 11043 + ] + }, + "5005": { + "ScoringGroupID": 5005, + "ScoringIDList": [ + 11002, + 11004, + 11051, + 11052, + 11053 + ] + }, + "5006": { + "ScoringGroupID": 5006, + "ScoringIDList": [ + 11002, + 11004, + 11061, + 11062, + 11063 + ] + }, + "5007": { + "ScoringGroupID": 5007, + "ScoringIDList": [ + 11002, + 11004, + 11071, + 11072, + 11073 + ] + }, + "5008": { + "ScoringGroupID": 5008, + "ScoringIDList": [ + 11002, + 11004, + 11081, + 11082, + 11083 + ] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/SettingImageQualityExcelTable.json b/CrepePackage/src/data/excel/SettingImageQualityExcelTable.json new file mode 100644 index 0000000..a8208f3 --- /dev/null +++ b/CrepePackage/src/data/excel/SettingImageQualityExcelTable.json @@ -0,0 +1,38 @@ +{ + "1": { + "ID": "1", + "ShowString": { + "hash": -1328219103 + } + }, + "2": { + "ID": "2", + "ShowString": { + "hash": -2028362208 + } + }, + "3": { + "ID": "3", + "ShowString": { + "hash": 17481744 + } + }, + "4": { + "ID": "4", + "ShowString": { + "hash": 994881107 + } + }, + "5": { + "ID": "5", + "ShowString": { + "hash": -1144097826 + } + }, + "6": { + "ID": "6", + "ShowString": { + "hash": 996001262 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ShopConfigExcelTable.json b/CrepePackage/src/data/excel/ShopConfigExcelTable.json new file mode 100644 index 0000000..8a7f839 --- /dev/null +++ b/CrepePackage/src/data/excel/ShopConfigExcelTable.json @@ -0,0 +1,278 @@ +{ + "104": { + "ShopID": 104, + "ShopMainType": "Main", + "ShopType": 1, + "ShopName": { + "hash": 1034630529 + }, + "ShopDesc": { + "hash": -1803443209 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopDrawcardIcon02.png", + "ShopBar": "Shop104Page", + "ShopSortID": 1, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": false, + "ScheduleDataID": 300104 + }, + "105": { + "ShopID": 105, + "ShopMainType": "Main", + "ShopType": 1, + "ShopName": { + "hash": -1694252826 + }, + "ShopDesc": { + "hash": -237359268 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopDrawcardIcon01.png", + "ShopBar": "Shop105Page", + "ShopSortID": 2, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": false, + "ScheduleDataID": 300105 + }, + "201": { + "ShopID": 201, + "ShopMainType": "Npc", + "ShopType": 2, + "ShopName": { + "hash": -632209961 + }, + "ShopDesc": { + "hash": 260033593 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopTrainIcon.png", + "ShopBar": "Shop201Page", + "ShopSortID": 1, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": false, + "ServerVerification": true, + "ScheduleDataID": 300201 + }, + "301": { + "ShopID": 301, + "ShopMainType": "Npc", + "ShopType": 3, + "ShopName": { + "hash": 913671004 + }, + "ShopDesc": { + "hash": 1805914558 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopMaterialsIcon.png", + "ShopBar": "Shop301Page", + "ShopSortID": 1, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": true, + "ScheduleDataID": 300301 + }, + "401": { + "ShopID": 401, + "ShopMainType": "Npc", + "ShopType": 4, + "ShopName": { + "hash": -349884959 + }, + "ShopDesc": { + "hash": 1107008599 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopMaterialsIcon.png", + "ShopBar": "Shop401Page", + "ShopSortID": 1, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": true, + "ScheduleDataID": 300401 + }, + "504": { + "ShopID": 504, + "ShopMainType": "Main", + "ShopType": 1, + "ShopName": { + "hash": 1955510893 + }, + "ShopDesc": { + "hash": -882562845 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopRogueIcon.png", + "ShopBar": "Shop504Page", + "ShopSortID": 3, + "LimitType1": "MainMission", + "LimitValue1List": [ + 1000601 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": false, + "ScheduleDataID": 300504 + }, + "993": { + "ShopID": 993, + "ShopMainType": "Npc", + "ShopType": 8, + "ShopName": { + "hash": -1660753413 + }, + "ShopDesc": { + "hash": 2121738973 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopMaterialsIcon.png", + "ShopBar": "Shop993Page", + "ShopSortID": 1, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": true, + "ScheduleDataID": 300993 + }, + "994": { + "ShopID": 994, + "ShopMainType": "Npc", + "ShopType": 10, + "ShopName": { + "hash": -94669472 + }, + "ShopDesc": { + "hash": 1362224086 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopMaterialsIcon.png", + "ShopBar": "Shop994Page", + "ShopSortID": 1, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": true, + "ScheduleDataID": 300994 + }, + "995": { + "ShopID": 995, + "ShopMainType": "Npc", + "ShopType": 11, + "ShopName": { + "hash": 1471414469 + }, + "ShopDesc": { + "hash": -1366659269 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopMaterialsIcon.png", + "ShopBar": "Shop995Page", + "ShopSortID": 1, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": true, + "ScheduleDataID": 300995 + }, + "998": { + "ShopID": 998, + "ShopMainType": "Main", + "ShopType": 1, + "ShopName": { + "hash": 1874698996 + }, + "ShopDesc": { + "hash": -963374742 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopMaterialsIcon.png", + "ShopBar": "RechargePage", + "ShopSortID": 1, + "LimitType1": "Level", + "LimitValue1List": [ + 0 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": false, + "ServerVerification": true, + "ScheduleDataID": 300998 + }, + "999": { + "ShopID": 999, + "ShopMainType": "Main", + "ShopType": 1, + "ShopName": { + "hash": -854184359 + }, + "ShopDesc": { + "hash": 602709199 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopPayIcon.png", + "ShopBar": "Shop999Page", + "ShopSortID": 100, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": false, + "ScheduleDataID": 300999 + }, + "1000": { + "ShopID": 1000, + "ShopMainType": "Main", + "ShopType": 100, + "ShopName": { + "hash": -1388351843 + }, + "ShopDesc": { + "hash": 70242995 + }, + "ShopIconPath": "SpriteOutput/TabIcon/Shop/ShopCrystalIcon.png", + "ShopBar": "Shop1000Page", + "ShopSortID": 100, + "LimitType1": "Level", + "LimitValue1List": [ + 1 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "IsOpen": true, + "ServerVerification": false, + "ScheduleDataID": 301000 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ShopGoodsConfigExcelTable.json b/CrepePackage/src/data/excel/ShopGoodsConfigExcelTable.json new file mode 100644 index 0000000..3cc4d7f --- /dev/null +++ b/CrepePackage/src/data/excel/ShopGoodsConfigExcelTable.json @@ -0,0 +1,2972 @@ +{ + "10001": { + "GoodsID": 10001, + "ItemID": 101, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 10 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 0, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010001 + }, + "10002": { + "GoodsID": 10002, + "ItemID": 102, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 10 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 0, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010002 + }, + "10003": { + "GoodsID": 10003, + "ItemID": 1108, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1108.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 70 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010003 + }, + "10004": { + "GoodsID": 10004, + "ItemID": 1109, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1109.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 70 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010004 + }, + "10005": { + "GoodsID": 10005, + "ItemID": 21001, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 1, + "Rank": 1, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 46 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010005 + }, + "10006": { + "GoodsID": 10006, + "ItemID": 21002, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 1, + "Rank": 1, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 46 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010006 + }, + "10007": { + "GoodsID": 10007, + "ItemID": 21003, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 1, + "Rank": 1, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 46 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010007 + }, + "10008": { + "GoodsID": 10008, + "ItemID": 21000, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 1, + "Rank": 1, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 46 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010008 + }, + "10009": { + "GoodsID": 10009, + "ItemID": 21004, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 1, + "Rank": 1, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 46 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010009 + }, + "10010": { + "GoodsID": 10010, + "ItemID": 21005, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 1, + "Rank": 1, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 46 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010010 + }, + "10011": { + "GoodsID": 10011, + "ItemID": 21006, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 1, + "Rank": 1, + "CurrencyList": [ + 252 + ], + "CurrencyCostList": [ + 46 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 104, + "ScheduleDataID": 10010011 + }, + "10100": { + "GoodsID": 10100, + "ItemID": 102, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 150 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010100 + }, + "10101": { + "GoodsID": 10101, + "ItemID": 101, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 150 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010101 + }, + "10102": { + "GoodsID": 10102, + "ItemID": 241, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 200 + ], + "GoodsSortID": 2, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010102 + }, + "10103": { + "GoodsID": 10103, + "ItemID": 212, + "ShopGoodsIconPath": "", + "ItemCount": 2, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 10 + ], + "GoodsSortID": 3, + "LimitType1": "Level", + "LimitValue1List": [ + 10 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 20, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010103 + }, + "10104": { + "GoodsID": 10104, + "ItemID": 221, + "ShopGoodsIconPath": "", + "ItemCount": 2, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 8 + ], + "GoodsSortID": 3, + "LimitType1": "Level", + "LimitValue1List": [ + 10 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 20, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010104 + }, + "10105": { + "GoodsID": 10105, + "ItemID": 2, + "ShopGoodsIconPath": "", + "ItemCount": 10000, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 20 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 20, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010105 + }, + "10106": { + "GoodsID": 10106, + "ItemID": 110111, + "ShopGoodsIconPath": "", + "ItemCount": 2, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 20 + ], + "GoodsSortID": 4, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010106 + }, + "10107": { + "GoodsID": 10107, + "ItemID": 110121, + "ShopGoodsIconPath": "", + "ItemCount": 2, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 20 + ], + "GoodsSortID": 4, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010107 + }, + "10108": { + "GoodsID": 10108, + "ItemID": 110131, + "ShopGoodsIconPath": "", + "ItemCount": 2, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 20 + ], + "GoodsSortID": 4, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010108 + }, + "10109": { + "GoodsID": 10109, + "ItemID": 110141, + "ShopGoodsIconPath": "", + "ItemCount": 2, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 20 + ], + "GoodsSortID": 4, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010109 + }, + "10110": { + "GoodsID": 10110, + "ItemID": 110151, + "ShopGoodsIconPath": "", + "ItemCount": 2, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 20 + ], + "GoodsSortID": 4, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010110 + }, + "10111": { + "GoodsID": 10111, + "ItemID": 110161, + "ShopGoodsIconPath": "", + "ItemCount": 2, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 20 + ], + "GoodsSortID": 4, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010111 + }, + "10112": { + "GoodsID": 10112, + "ItemID": 110171, + "ShopGoodsIconPath": "", + "ItemCount": 2, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 20 + ], + "GoodsSortID": 4, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010112 + }, + "10113": { + "GoodsID": 10113, + "ItemID": 111001, + "ShopGoodsIconPath": "", + "ItemCount": 3, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 6 + ], + "GoodsSortID": 5, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 15, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010113 + }, + "10114": { + "GoodsID": 10114, + "ItemID": 111011, + "ShopGoodsIconPath": "", + "ItemCount": 3, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 6 + ], + "GoodsSortID": 5, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 15, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010114 + }, + "10115": { + "GoodsID": 10115, + "ItemID": 112001, + "ShopGoodsIconPath": "", + "ItemCount": 3, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 6 + ], + "GoodsSortID": 5, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 15, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010115 + }, + "10116": { + "GoodsID": 10116, + "ItemID": 112011, + "ShopGoodsIconPath": "", + "ItemCount": 3, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 6 + ], + "GoodsSortID": 5, + "LimitType1": "Level", + "LimitValue1List": [ + 20 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 15, + "CanBeRefresh": true, + "RefreshType": 2, + "ShopID": 105, + "ScheduleDataID": 10010116 + }, + "10117": { + "GoodsID": 10117, + "ItemID": 2, + "ShopGoodsIconPath": "", + "ItemCount": 10000, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 251 + ], + "CurrencyCostList": [ + 40 + ], + "GoodsSortID": 9, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 0, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 105, + "ScheduleDataID": 10010117 + }, + "90053": { + "GoodsID": 90053, + "ItemID": 190121, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 2000 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 401, + "ScheduleDataID": 10090053 + }, + "90054": { + "GoodsID": 90054, + "ItemID": 190125, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 2000 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 401, + "ScheduleDataID": 10090054 + }, + "90055": { + "GoodsID": 90055, + "ItemID": 190135, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 1200 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 99 + ], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 401, + "ScheduleDataID": 10090055 + }, + "90056": { + "GoodsID": 90056, + "ItemID": 190136, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 1500 + ], + "GoodsSortID": 4, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 401, + "ScheduleDataID": 10090056 + }, + "90057": { + "GoodsID": 90057, + "ItemID": 190137, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 1000 + ], + "GoodsSortID": 5, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 401, + "ScheduleDataID": 10090057 + }, + "90058": { + "GoodsID": 90058, + "ItemID": 190122, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 5000 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 301, + "ScheduleDataID": 10090058 + }, + "90059": { + "GoodsID": 90059, + "ItemID": 190123, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 5000 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 1, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 301, + "ScheduleDataID": 10090059 + }, + "90061": { + "GoodsID": 90061, + "ItemID": 101, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 1 + ], + "CurrencyCostList": [ + 160 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 0, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 999, + "ScheduleDataID": 10090061 + }, + "90062": { + "GoodsID": 90062, + "ItemID": 102, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 1 + ], + "CurrencyCostList": [ + 160 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 0, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 999, + "ScheduleDataID": 10090062 + }, + "90063": { + "GoodsID": 90063, + "ItemID": 101, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 1 + ], + "CurrencyCostList": [ + 160 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 0, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 1000, + "ScheduleDataID": 10090063 + }, + "90064": { + "GoodsID": 90064, + "ItemID": 102, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 1 + ], + "CurrencyCostList": [ + 160 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 0, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 1000, + "ScheduleDataID": 10090064 + }, + "190049": { + "GoodsID": 190049, + "ItemID": 180001, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 260 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 15, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 201, + "ScheduleDataID": 10190049 + }, + "190050": { + "GoodsID": 190050, + "ItemID": 180002, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 260 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 15, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 201, + "ScheduleDataID": 10190050 + }, + "190051": { + "GoodsID": 190051, + "ItemID": 181001, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 390 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 201, + "ScheduleDataID": 10190051 + }, + "190052": { + "GoodsID": 190052, + "ItemID": 181002, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 390 + ], + "GoodsSortID": 4, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 201, + "ScheduleDataID": 10190052 + }, + "190053": { + "GoodsID": 190053, + "ItemID": 181003, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 390 + ], + "GoodsSortID": 5, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 201, + "ScheduleDataID": 10190053 + }, + "190101": { + "GoodsID": 190101, + "ItemID": 180001, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 260 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 15, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 994, + "ScheduleDataID": 10190101 + }, + "190102": { + "GoodsID": 190102, + "ItemID": 180002, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 260 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 994, + "ScheduleDataID": 10190102 + }, + "190103": { + "GoodsID": 190103, + "ItemID": 181002, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 400 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 994, + "ScheduleDataID": 10190103 + }, + "190104": { + "GoodsID": 190104, + "ItemID": 181003, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 360 + ], + "GoodsSortID": 4, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 994, + "ScheduleDataID": 10190104 + }, + "190105": { + "GoodsID": 190105, + "ItemID": 182002, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 500 + ], + "GoodsSortID": 5, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 994, + "ScheduleDataID": 10190105 + }, + "190106": { + "GoodsID": 190106, + "ItemID": 182004, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 500 + ], + "GoodsSortID": 6, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 994, + "ScheduleDataID": 10190106 + }, + "190201": { + "GoodsID": 190201, + "ItemID": 180001, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 260 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 995, + "ScheduleDataID": 10190201 + }, + "190202": { + "GoodsID": 190202, + "ItemID": 180002, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 260 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 15, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 995, + "ScheduleDataID": 10190202 + }, + "190203": { + "GoodsID": 190203, + "ItemID": 181001, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 400 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 995, + "ScheduleDataID": 10190203 + }, + "190204": { + "GoodsID": 190204, + "ItemID": 181003, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 360 + ], + "GoodsSortID": 4, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 995, + "ScheduleDataID": 10190204 + }, + "190205": { + "GoodsID": 190205, + "ItemID": 182001, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 550 + ], + "GoodsSortID": 5, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 995, + "ScheduleDataID": 10190205 + }, + "190206": { + "GoodsID": 190206, + "ItemID": 182003, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 500 + ], + "GoodsSortID": 6, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 995, + "ScheduleDataID": 10190206 + }, + "190301": { + "GoodsID": 190301, + "ItemID": 400004, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 600 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 993, + "ScheduleDataID": 10190301 + }, + "190302": { + "GoodsID": 190302, + "ItemID": 401003, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 1500 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 1, + "ShopID": 993, + "ScheduleDataID": 10190302 + }, + "190303": { + "GoodsID": 190303, + "ItemID": 402001, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 3300 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 10, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 993, + "ScheduleDataID": 10190303 + }, + "190304": { + "GoodsID": 190304, + "ItemID": 402002, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 3600 + ], + "GoodsSortID": 4, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 993, + "ScheduleDataID": 10190304 + }, + "190305": { + "GoodsID": 190305, + "ItemID": 408004, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 2 + ], + "CurrencyCostList": [ + 5200 + ], + "GoodsSortID": 5, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Null", + "OnShelfValue1List": [], + "LimitTimes": 5, + "CanBeRefresh": false, + "RefreshType": 0, + "ShopID": 993, + "ScheduleDataID": 10190305 + }, + "240001": { + "GoodsID": 240001, + "ItemID": 1001, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1001.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240001 + }, + "240002": { + "GoodsID": 240002, + "ItemID": 1008, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1008.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240002 + }, + "240003": { + "GoodsID": 240003, + "ItemID": 1009, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1009.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240003 + }, + "240004": { + "GoodsID": 240004, + "ItemID": 1013, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1013.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240004 + }, + "240005": { + "GoodsID": 240005, + "ItemID": 1103, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1103.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240005 + }, + "240006": { + "GoodsID": 240006, + "ItemID": 1002, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1002.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240006 + }, + "240007": { + "GoodsID": 240007, + "ItemID": 1105, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1105.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240007 + }, + "240008": { + "GoodsID": 240008, + "ItemID": 1106, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1106.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240008 + }, + "240009": { + "GoodsID": 240009, + "ItemID": 1108, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1108.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240009 + }, + "240010": { + "GoodsID": 240010, + "ItemID": 1109, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1109.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 4500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 999 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240010 + }, + "240011": { + "GoodsID": 240011, + "ItemID": 70011, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 40 + ], + "GoodsSortID": 8, + "LimitType1": "Level", + "LimitValue1List": [ + 15 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 0 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240011 + }, + "240012": { + "GoodsID": 240012, + "ItemID": 70012, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 40 + ], + "GoodsSortID": 8, + "LimitType1": "Level", + "LimitValue1List": [ + 15 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 0 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240012 + }, + "240013": { + "GoodsID": 240013, + "ItemID": 70013, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 40 + ], + "GoodsSortID": 8, + "LimitType1": "Level", + "LimitValue1List": [ + 15 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 0 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240013 + }, + "240014": { + "GoodsID": 240014, + "ItemID": 70014, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 40 + ], + "GoodsSortID": 8, + "LimitType1": "Level", + "LimitValue1List": [ + 15 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 0 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240014 + }, + "240015": { + "GoodsID": 240015, + "ItemID": 101, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 1000 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 0 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240015 + }, + "240016": { + "GoodsID": 240016, + "ItemID": 212, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 25 + ], + "GoodsSortID": 9, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 0 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240016 + }, + "240017": { + "GoodsID": 240017, + "ItemID": 221, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 20 + ], + "GoodsSortID": 10, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 0 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240017 + }, + "240018": { + "GoodsID": 240018, + "ItemID": 2, + "ShopGoodsIconPath": "", + "ItemCount": 10000, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 100 + ], + "GoodsSortID": 12, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 1 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240018 + }, + "240019": { + "GoodsID": 240019, + "ItemID": 70021, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 160 + ], + "GoodsSortID": 5, + "LimitType1": "Level", + "LimitValue1List": [ + 25 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 1 + ], + "LimitTimes": 6, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240019 + }, + "240020": { + "GoodsID": 240020, + "ItemID": 70022, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 160 + ], + "GoodsSortID": 5, + "LimitType1": "Level", + "LimitValue1List": [ + 25 + ], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 1 + ], + "LimitTimes": 6, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240020 + }, + "240021": { + "GoodsID": 240021, + "ItemID": 241, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 1000 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 2, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240021 + }, + "240022": { + "GoodsID": 240022, + "ItemID": 70023, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 160 + ], + "GoodsSortID": 5, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 6, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240022 + }, + "240023": { + "GoodsID": 240023, + "ItemID": 70024, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 160 + ], + "GoodsSortID": 5, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 6, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240023 + }, + "240024": { + "GoodsID": 240024, + "ItemID": 110111, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 50 + ], + "GoodsSortID": 11, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240024 + }, + "240025": { + "GoodsID": 240025, + "ItemID": 110121, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 50 + ], + "GoodsSortID": 11, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240025 + }, + "240026": { + "GoodsID": 240026, + "ItemID": 110131, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 50 + ], + "GoodsSortID": 11, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240026 + }, + "240027": { + "GoodsID": 240027, + "ItemID": 110141, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 50 + ], + "GoodsSortID": 11, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240027 + }, + "240028": { + "GoodsID": 240028, + "ItemID": 110151, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 50 + ], + "GoodsSortID": 11, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240028 + }, + "240029": { + "GoodsID": 240029, + "ItemID": 110161, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 50 + ], + "GoodsSortID": 11, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240029 + }, + "240030": { + "GoodsID": 240030, + "ItemID": 110171, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 50 + ], + "GoodsSortID": 11, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 2 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240030 + }, + "240031": { + "GoodsID": 240031, + "ItemID": 241, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 1000 + ], + "GoodsSortID": 3, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 99 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240031 + }, + "240032": { + "GoodsID": 240032, + "ItemID": 2, + "ShopGoodsIconPath": "", + "ItemCount": 10000, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 100 + ], + "GoodsSortID": 4, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "Level", + "OnShelfValue1List": [ + 99 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240032 + }, + "240033": { + "GoodsID": 240033, + "ItemID": 213, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 100 + ], + "GoodsSortID": 6, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 3 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240033 + }, + "240034": { + "GoodsID": 240034, + "ItemID": 222, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 100 + ], + "GoodsSortID": 7, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 3 + ], + "LimitTimes": 5, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240034 + }, + "240035": { + "GoodsID": 240035, + "ItemID": 101, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 1000 + ], + "GoodsSortID": 2, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 4 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240035 + }, + "240036": { + "GoodsID": 240036, + "ItemID": 235, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 45 + ], + "GoodsSortID": 4, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 4 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240036 + }, + "240037": { + "GoodsID": 240037, + "ItemID": 70031, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 360 + ], + "GoodsSortID": 9, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 4 + ], + "LimitTimes": 2, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240037 + }, + "240038": { + "GoodsID": 240038, + "ItemID": 70032, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 360 + ], + "GoodsSortID": 9, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 4 + ], + "LimitTimes": 2, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240038 + }, + "240039": { + "GoodsID": 240039, + "ItemID": 2, + "ShopGoodsIconPath": "", + "ItemCount": 10000, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 100 + ], + "GoodsSortID": 4, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 5 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240039 + }, + "240040": { + "GoodsID": 240040, + "ItemID": 213, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 100 + ], + "GoodsSortID": 5, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 5 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240040 + }, + "240041": { + "GoodsID": 240041, + "ItemID": 222, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 100 + ], + "GoodsSortID": 6, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 5 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240041 + }, + "240042": { + "GoodsID": 240042, + "ItemID": 70031, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 360 + ], + "GoodsSortID": 9, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 5 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240042 + }, + "240043": { + "GoodsID": 240043, + "ItemID": 70032, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 360 + ], + "GoodsSortID": 9, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 5 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240043 + }, + "240044": { + "GoodsID": 240044, + "ItemID": 70033, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 360 + ], + "GoodsSortID": 9, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 5 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240044 + }, + "240045": { + "GoodsID": 240045, + "ItemID": 70034, + "ShopGoodsIconPath": "", + "ItemCount": 1, + "Level": 0, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 360 + ], + "GoodsSortID": 9, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 5 + ], + "LimitTimes": 10, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240045 + }, + "240046": { + "GoodsID": 240046, + "ItemID": 1206, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1206.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 2500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 0 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240046 + }, + "240047": { + "GoodsID": 240047, + "ItemID": 1008, + "ShopGoodsIconPath": "SpriteOutput/AvatarShopIcon/1008.png", + "ItemCount": 1, + "Level": 1, + "Rank": 0, + "CurrencyList": [ + 501 + ], + "CurrencyCostList": [ + 2500 + ], + "GoodsSortID": 1, + "LimitType1": "Null", + "LimitValue1List": [], + "LimitType2": "Null", + "LimitValue2List": [], + "OnShelfType1": "WorldLevel", + "OnShelfValue1List": [ + 0 + ], + "LimitTimes": 1, + "CanBeRefresh": true, + "RefreshType": 4, + "ShopID": 504, + "ScheduleDataID": 10240047 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/SpecialAvatarExcelTable.json b/CrepePackage/src/data/excel/SpecialAvatarExcelTable.json new file mode 100644 index 0000000..bff8d59 --- /dev/null +++ b/CrepePackage/src/data/excel/SpecialAvatarExcelTable.json @@ -0,0 +1,1591 @@ +{ + "1031101": { + "SpecialAvatarID": 1031101, + "PlayerID": 1101, + "AvatarID": 1101, + "Type": "TYPE_FAKE", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 1, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [ + { + "PropertyType": "MaxHP", + "Value": { + "RawValue": 257698037760000 + } + }, + { + "PropertyType": "Attack", + "Value": { + "RawValue": 4294967296000 + } + }, + { + "PropertyType": "Defence", + "Value": { + "RawValue": 4294967296000 + } + }, + { + "PropertyType": "Speed", + "Value": { + "RawValue": 644245094400 + } + }, + { + "PropertyType": "CriticalChance", + "Value": { + "RawValue": 343597383680 + } + }, + { + "PropertyType": "CriticalDamage", + "Value": { + "RawValue": 1073741824000 + } + } + ], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 20005, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1031102": { + "SpecialAvatarID": 1031102, + "PlayerID": 1102, + "AvatarID": 1102, + "Type": "TYPE_FAKE", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 1, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [ + { + "PropertyType": "MaxHP", + "Value": { + "RawValue": 257698037760000 + } + }, + { + "PropertyType": "Attack", + "Value": { + "RawValue": 4294967296000 + } + }, + { + "PropertyType": "Defence", + "Value": { + "RawValue": 4294967296000 + } + }, + { + "PropertyType": "Speed", + "Value": { + "RawValue": 644245094400 + } + }, + { + "PropertyType": "CriticalChance", + "Value": { + "RawValue": 343597383680 + } + }, + { + "PropertyType": "CriticalDamage", + "Value": { + "RawValue": 1073741824000 + } + } + ], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 20005, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1039070": { + "SpecialAvatarID": 1039070, + "PlayerID": 9070, + "AvatarID": 9070, + "Type": "TYPE_FAKE", + "LevelAreaPrefab": "Level/BattleArea/Test_BattleArea_3_3_3.prefab", + "AnchorName": "AnchorColossus", + "Level": 35, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": false, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 0, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [ + "Avatar_Colossus_00_PassiveSkill02" + ] + }, + "103907001": { + "SpecialAvatarID": 103907001, + "PlayerID": 9070, + "AvatarID": 9070, + "Type": "TYPE_FAKE", + "LevelAreaPrefab": "Level/BattleArea/Test_BattleArea_3_3_3.prefab", + "AnchorName": "AnchorColossus", + "Level": 38, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": false, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 0, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "103907002": { + "SpecialAvatarID": 103907002, + "PlayerID": 9070, + "AvatarID": 9070, + "Type": "TYPE_FAKE", + "LevelAreaPrefab": "Level/BattleArea/Test_BattleArea_3_3_3.prefab", + "AnchorName": "AnchorColossus", + "Level": 58, + "Promotion": 3, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": false, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 0, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "103907003": { + "SpecialAvatarID": 103907003, + "PlayerID": 9070, + "AvatarID": 9070, + "Type": "TYPE_FAKE", + "LevelAreaPrefab": "Level/BattleArea/Test_BattleArea_3_3_3.prefab", + "AnchorName": "AnchorColossus", + "Level": 78, + "Promotion": 5, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": false, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 0, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1039075": { + "SpecialAvatarID": 1039075, + "PlayerID": 9075, + "AvatarID": 9075, + "Type": "TYPE_FAKE", + "LevelAreaPrefab": "Level/BattleArea/Test_BattleArea_3_3_3.prefab", + "AnchorName": "AnchorColossus", + "Level": 35, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": false, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 0, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001101": { + "SpecialAvatarID": 1001101, + "PlayerID": 1101, + "AvatarID": 1101, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 20005, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001102": { + "SpecialAvatarID": 1001102, + "PlayerID": 1102, + "AvatarID": 1102, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20000, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": true, + "DisableSwitch": true, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001104": { + "SpecialAvatarID": 1001104, + "PlayerID": 1104, + "AvatarID": 1104, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20003, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": true, + "DisableSwitch": true, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001105": { + "SpecialAvatarID": 1001105, + "PlayerID": 1105, + "AvatarID": 1105, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20001, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": true, + "DisableSwitch": true, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001003": { + "SpecialAvatarID": 1001003, + "PlayerID": 1003, + "AvatarID": 1003, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20006, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": true, + "DisableSwitch": true, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001002": { + "SpecialAvatarID": 1001002, + "PlayerID": 1002, + "AvatarID": 1002, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20000, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": true, + "DisableSwitch": true, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001004": { + "SpecialAvatarID": 1001004, + "PlayerID": 1004, + "AvatarID": 1004, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": true, + "DisableSwitch": true, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001007": { + "SpecialAvatarID": 1001007, + "PlayerID": 8001, + "AvatarID": 8001, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001106": { + "SpecialAvatarID": 1001106, + "PlayerID": 1106, + "AvatarID": 1106, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 0, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001108": { + "SpecialAvatarID": 1001108, + "PlayerID": 1108, + "AvatarID": 1108, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001109": { + "SpecialAvatarID": 1001109, + "PlayerID": 1109, + "AvatarID": 1109, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 6, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20002, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 1, + "IsAutoBattle": true, + "DisableSwitch": true, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [ + "TrialPlayer_AggroUP_Ability", + "TrialPlayer_NoBP_Ability" + ] + }, + "1001001": { + "SpecialAvatarID": 1001001, + "PlayerID": 1001, + "AvatarID": 1001, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001009": { + "SpecialAvatarID": 1001009, + "PlayerID": 1009, + "AvatarID": 1009, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001103": { + "SpecialAvatarID": 1001103, + "PlayerID": 1103, + "AvatarID": 1103, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 28, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23000, + "EquipmentLevel": 28, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": true, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001005": { + "SpecialAvatarID": 1001005, + "PlayerID": 1005, + "AvatarID": 1005, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 15, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [ + "TrialPlayer_SpeedUp_Ability" + ] + }, + "1001006": { + "SpecialAvatarID": 1001006, + "PlayerID": 1006, + "AvatarID": 1006, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 20, + "Promotion": 0, + "Rank": 6, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1011003": { + "SpecialAvatarID": 1011003, + "PlayerID": 1003, + "AvatarID": 1003, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 7, + "Promotion": 0, + "Rank": 4, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20006, + "EquipmentLevel": 1, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1011013": { + "SpecialAvatarID": 1011013, + "PlayerID": 1013, + "AvatarID": 1013, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 4, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20006, + "EquipmentLevel": 1, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "2001002": { + "SpecialAvatarID": 2001002, + "PlayerID": 1002, + "AvatarID": 1002, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20000, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": true, + "DisableSwitch": true, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "2001101": { + "SpecialAvatarID": 2001101, + "PlayerID": 1101, + "AvatarID": 1101, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20005, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "2001003": { + "SpecialAvatarID": 2001003, + "PlayerID": 1003, + "AvatarID": 1003, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20006, + "EquipmentLevel": 1, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "2001001": { + "SpecialAvatarID": 2001001, + "PlayerID": 1001, + "AvatarID": 1001, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20006, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "2001009": { + "SpecialAvatarID": 2001009, + "PlayerID": 1009, + "AvatarID": 1009, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20006, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "RelicPropertyType": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1008003": { + "SpecialAvatarID": 1008003, + "PlayerID": 8003, + "AvatarID": 8003, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 38, + "Promotion": 1, + "Rank": 4, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 20003, + "EquipmentLevel": 38, + "EquipmentPromotion": 1, + "EquipmentRank": 5, + "RelicPropertyType": 410300, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1008004": { + "SpecialAvatarID": 1008004, + "PlayerID": 8004, + "AvatarID": 8004, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 38, + "Promotion": 1, + "Rank": 4, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 20003, + "EquipmentLevel": 38, + "EquipmentPromotion": 1, + "EquipmentRank": 5, + "RelicPropertyType": 410300, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011001": { + "SpecialAvatarID": 3011001, + "PlayerID": 1001, + "AvatarID": 1001, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21002, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410300, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011002": { + "SpecialAvatarID": 3011002, + "PlayerID": 1002, + "AvatarID": 1002, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21003, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410400, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011003": { + "SpecialAvatarID": 3011003, + "PlayerID": 1003, + "AvatarID": 1003, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23000, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410700, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011004": { + "SpecialAvatarID": 3011004, + "PlayerID": 1004, + "AvatarID": 1004, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23004, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 411200, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011005": { + "SpecialAvatarID": 3011005, + "PlayerID": 1005, + "AvatarID": 1005, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23006, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410900, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011006": { + "SpecialAvatarID": 3011006, + "PlayerID": 1006, + "AvatarID": 1006, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23007, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410800, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011008": { + "SpecialAvatarID": 3011008, + "PlayerID": 1008, + "AvatarID": 1008, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21012, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410900, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011009": { + "SpecialAvatarID": 3011009, + "PlayerID": 1009, + "AvatarID": 1009, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21004, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410700, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011013": { + "SpecialAvatarID": 3011013, + "PlayerID": 1013, + "AvatarID": 1013, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21006, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410600, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011101": { + "SpecialAvatarID": 3011101, + "PlayerID": 1101, + "AvatarID": 1101, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23003, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 411000, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011102": { + "SpecialAvatarID": 3011102, + "PlayerID": 1102, + "AvatarID": 1102, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23001, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410800, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011103": { + "SpecialAvatarID": 3011103, + "PlayerID": 1103, + "AvatarID": 1103, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21013, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410900, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011104": { + "SpecialAvatarID": 3011104, + "PlayerID": 1104, + "AvatarID": 1104, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23005, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410300, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011105": { + "SpecialAvatarID": 3011105, + "PlayerID": 1105, + "AvatarID": 1105, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21000, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410100, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011106": { + "SpecialAvatarID": 3011106, + "PlayerID": 1106, + "AvatarID": 1106, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21001, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410600, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011107": { + "SpecialAvatarID": 3011107, + "PlayerID": 1107, + "AvatarID": 1107, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23002, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410500, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011108": { + "SpecialAvatarID": 3011108, + "PlayerID": 1108, + "AvatarID": 1108, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21008, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410200, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011109": { + "SpecialAvatarID": 3011109, + "PlayerID": 1109, + "AvatarID": 1109, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21005, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410700, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011203": { + "SpecialAvatarID": 3011203, + "PlayerID": 1203, + "AvatarID": 1203, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23008, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410100, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011204": { + "SpecialAvatarID": 3011204, + "PlayerID": 1204, + "AvatarID": 1204, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23010, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410900, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011205": { + "SpecialAvatarID": 3011205, + "PlayerID": 1205, + "AvatarID": 1205, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23009, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 411000, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3011206": { + "SpecialAvatarID": 3011206, + "PlayerID": 1206, + "AvatarID": 1206, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21010, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410500, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3018001": { + "SpecialAvatarID": 3018001, + "PlayerID": 8001, + "AvatarID": 8001, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21005, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410500, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3018002": { + "SpecialAvatarID": 3018002, + "PlayerID": 8002, + "AvatarID": 8002, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21005, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410500, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3018003": { + "SpecialAvatarID": 3018003, + "PlayerID": 8003, + "AvatarID": 8003, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21009, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410300, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "3018004": { + "SpecialAvatarID": 3018004, + "PlayerID": 8004, + "AvatarID": 8004, + "Type": "TYPE_TRIAL", + "LevelAreaPrefab": "", + "AnchorName": "", + "Level": 40, + "Promotion": 1, + "Rank": 0, + "OverrideProperty": [], + "HaveActionDelay": true, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 21009, + "EquipmentLevel": 40, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "RelicPropertyType": 410300, + "IsAutoBattle": false, + "DisableSwitch": false, + "HasJoinHint": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/StageExcelTable.json b/CrepePackage/src/data/excel/StageExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/StageExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/StaminaExchangeExcelTable.json b/CrepePackage/src/data/excel/StaminaExchangeExcelTable.json new file mode 100644 index 0000000..cec05d3 --- /dev/null +++ b/CrepePackage/src/data/excel/StaminaExchangeExcelTable.json @@ -0,0 +1,44 @@ +{ + "1": { + "Times": 1, + "Price": { + "1": 50 + }, + "ToStamina": 60 + }, + "2": { + "Times": 2, + "Price": { + "1": 75 + }, + "ToStamina": 60 + }, + "3": { + "Times": 3, + "Price": { + "1": 100 + }, + "ToStamina": 60 + }, + "4": { + "Times": 4, + "Price": { + "1": 100 + }, + "ToStamina": 60 + }, + "5": { + "Times": 5, + "Price": { + "1": 150 + }, + "ToStamina": 60 + }, + "6": { + "Times": 6, + "Price": { + "1": 200 + }, + "ToStamina": 60 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/StaminaItemConfigExcelTable.json b/CrepePackage/src/data/excel/StaminaItemConfigExcelTable.json new file mode 100644 index 0000000..f110d08 --- /dev/null +++ b/CrepePackage/src/data/excel/StaminaItemConfigExcelTable.json @@ -0,0 +1,18 @@ +{ + "1": { + "ItemID": 1, + "IsAlwaysShown": true, + "SortWeight": 1, + "Desc": { + "hash": 2039068832 + } + }, + "201": { + "ItemID": 201, + "IsAlwaysShown": false, + "SortWeight": 20, + "Desc": { + "hash": 1385522285 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/StanceLevelEffectExcelTable.json b/CrepePackage/src/data/excel/StanceLevelEffectExcelTable.json new file mode 100644 index 0000000..1b1489b --- /dev/null +++ b/CrepePackage/src/data/excel/StanceLevelEffectExcelTable.json @@ -0,0 +1,100 @@ +{ + "1": { + "ID": 1, + "LevelDifference": 80, + "StanceLevelEffect": { + "RawValue": 12884901888 + } + }, + "2": { + "ID": 2, + "LevelDifference": 70, + "StanceLevelEffect": { + "RawValue": 12884901888 + } + }, + "3": { + "ID": 3, + "LevelDifference": 60, + "StanceLevelEffect": { + "RawValue": 8589934592 + } + }, + "4": { + "ID": 4, + "LevelDifference": 50, + "StanceLevelEffect": { + "RawValue": 8589934592 + } + }, + "5": { + "ID": 5, + "LevelDifference": 40, + "StanceLevelEffect": { + "RawValue": 6442450946 + } + }, + "6": { + "ID": 6, + "LevelDifference": 30, + "StanceLevelEffect": { + "RawValue": 6442450946 + } + }, + "7": { + "ID": 7, + "LevelDifference": 20, + "StanceLevelEffect": { + "RawValue": 4294967296 + } + }, + "8": { + "ID": 8, + "LevelDifference": 10, + "StanceLevelEffect": { + "RawValue": 4294967296 + } + }, + "9": { + "ID": 9, + "LevelDifference": 0, + "StanceLevelEffect": { + "RawValue": 4294967296 + } + }, + "10": { + "ID": 10, + "LevelDifference": -10, + "StanceLevelEffect": { + "RawValue": 4294967296 + } + }, + "11": { + "ID": 11, + "LevelDifference": -20, + "StanceLevelEffect": { + "RawValue": 4294967296 + } + }, + "12": { + "ID": 12, + "LevelDifference": -30, + "StanceLevelEffect": { + "RawValue": 2147483650 + } + }, + "13": { + "ID": 13, + "LevelDifference": -40, + "StanceLevelEffect": { + "RawValue": 2147483650 + } + }, + "14": { + "ID": 14, + "LevelDifference": -999, + "StanceLevelEffect": { + "RawValue": 1073741825 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/StatusExcelTable.json b/CrepePackage/src/data/excel/StatusExcelTable.json new file mode 100644 index 0000000..e01f00c --- /dev/null +++ b/CrepePackage/src/data/excel/StatusExcelTable.json @@ -0,0 +1,8807 @@ +{ + "10010011": { + "StatusID": 10010011, + "ModifierName": "MAvatar_March7th_00_BPSkill_Shield", + "StatusName": { + "hash": 35401912 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968458522 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 683940322 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10010012": { + "StatusID": 10010012, + "ModifierName": "MAvatar_March7th_00_Rank04_Shield", + "StatusName": { + "hash": 35401911 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968458521 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 683940323 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10010013": { + "StatusID": 10010013, + "ModifierName": "MAvatar_March7th_00_Passive_CanAttack", + "StatusName": { + "hash": 35401910 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1968458520 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1001Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10010021": { + "StatusID": 10010021, + "ModifierName": "MAvatar_DanHeng_00_MazeSkill_AttackRatioUp", + "StatusName": { + "hash": -1530682029 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923224247 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -2044943033 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010022": { + "StatusID": 10010022, + "ModifierName": "MAvatar_DanHeng_00_PointB2_SpeedUp", + "StatusName": { + "hash": -1530682030 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923224248 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -2044943032 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyRatio" + ] + }, + "10010023": { + "StatusID": 10010023, + "ModifierName": "MAvatar_DanHeng_00_BPSkill_SpeedDown", + "StatusName": { + "hash": -1530682031 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1923224249 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": -2044943031 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010024": { + "StatusID": 10010024, + "ModifierName": "MAvatar_DanHeng_00_Passive_SelfBeingTargetEnhance", + "StatusName": { + "hash": -1530682032 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923224242 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpWind.png", + "StatusEffect": { + "hash": -2044943038 + }, + "CanDispel": true, + "ReadParamList": [ + "DanHeng_PassivePene" + ] + }, + "10010025": { + "StatusID": 10010025, + "ModifierName": "MAvatar_DanHeng_00_Passive_BeginTargetEnhanceCD", + "StatusName": { + "hash": -1530682033 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1923224243 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1002Passive_Time.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10010026": { + "StatusID": 10010026, + "ModifierName": "MAvatar_DanHeng_00_Passive_BeginTargetEnhance", + "StatusName": { + "hash": -1530682034 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1923224244 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1002Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10010031": { + "StatusID": 10010031, + "ModifierName": "MAvatar_Himeko_00_Passive_PursuitCD", + "StatusName": { + "hash": 1198201326 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 805659108 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1003Passive_Time.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10010032": { + "StatusID": 10010032, + "ModifierName": "MAvatar_Himeko_00_FireTakenRatio", + "StatusName": { + "hash": 1198201325 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 805659107 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioFire.png", + "StatusEffect": { + "hash": -478859091 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010033": { + "StatusID": 10010033, + "ModifierName": "MAvatar_Himeko_00_Passive_Pursuit", + "StatusName": { + "hash": 1198201324 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 805659106 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1003Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_MaxLayer" + ] + }, + "10010034": { + "StatusID": 10010034, + "ModifierName": "MAvatar_Himeko_00_SkillRank01_SpeedUP", + "StatusName": { + "hash": 1198201323 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805659113 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -478859097 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010041": { + "StatusID": 10010041, + "ModifierName": "MAvatar_Welt_00_BPSkill_SpeedDown", + "StatusName": { + "hash": -724112975 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1208943635 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": 1087224849 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyRatio" + ] + }, + "10010042": { + "StatusID": 10010042, + "ModifierName": "MAvatar_Welt_00_Rank01_Enhance", + "StatusName": { + "hash": -724112976 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1208943634 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1004Rank01.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10010043": { + "StatusID": 10010043, + "ModifierName": "MAvatar_Welt_00_Rand04_AllDamageTypeTakenRatio", + "StatusName": { + "hash": -724112977 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1208943633 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": 1087224851 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyRatio" + ] + }, + "10010051": { + "StatusID": 10010051, + "ModifierName": "MAvatar_Kafka_00_Passive_CanAttack", + "StatusName": { + "hash": 2004770380 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -357140306 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1005Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10010052": { + "StatusID": 10010052, + "ModifierName": "MAvatar_Kafka_00_Passive_CanAttackCD", + "StatusName": { + "hash": 2004770379 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -357140307 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1005Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10010061": { + "StatusID": 10010061, + "ModifierName": "MAvatar_Silwolf_00_Normal_Bug1", + "StatusName": { + "hash": 438686439 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 46144221 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": -75574565 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010062": { + "StatusID": 10010062, + "ModifierName": "MAvatar_Silwolf_00_Normal_Bug2", + "StatusName": { + "hash": 438686438 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 46144220 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -75574564 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010063": { + "StatusID": 10010063, + "ModifierName": "MAvatar_Silwolf_00_Normal_Bug3", + "StatusName": { + "hash": 438686437 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 46144219 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": -75574563 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010064": { + "StatusID": 10010064, + "ModifierName": "MAvatar_Silwolf_00_BPSkill_WeakType", + "StatusName": { + "hash": 438686436 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 46144226 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffFoible.png", + "StatusEffect": { + "hash": -75574570 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010065": { + "StatusID": 10010065, + "ModifierName": "MAvatar_Silwolf_00_BPSkill_WeakType_Extra", + "StatusName": { + "hash": 438686435 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 46144225 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffFoible.png", + "StatusEffect": { + "hash": -75574569 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010081": { + "StatusID": 10010081, + "ModifierName": "MAvatar_Arlan_00_Passive_DamageUp", + "StatusName": { + "hash": 1245255493 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1116655193 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010082": { + "StatusID": 10010082, + "ModifierName": "MAvatar_Arlan_00_PassiveSkill_UnDead", + "StatusName": { + "hash": 1245255492 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1116655194 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1104Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "Modifier_Arlan_00_P03_Ratio", + "Modifier_Show_Count" + ] + }, + "10010091": { + "StatusID": 10010091, + "ModifierName": "MAvatar_Asta_00_Passive_Charge", + "StatusName": { + "hash": -320828448 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1612228162 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1009Passive.png", + "StatusEffect": { + "hash": 327709962 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio", + "MDF_DefenceAddedRatio" + ] + }, + "10010092": { + "StatusID": 10010092, + "ModifierName": "MAvatar_Asta_00_TeamAttackUP", + "StatusName": { + "hash": -320828449 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1612228161 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1009Passive.png", + "StatusEffect": { + "hash": 327709963 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio" + ] + }, + "10010093": { + "StatusID": 10010093, + "ModifierName": "MAvatar_Asta_00_Ultra_SpeedUP", + "StatusName": { + "hash": -320828450 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1612228160 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 327709964 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010131": { + "StatusID": 10010131, + "ModifierName": "MAvatar_Herta_00_MazeSkill_AttackRatioUp", + "StatusName": { + "hash": 1198201359 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805659141 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -478858997 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10010132": { + "StatusID": 10010132, + "ModifierName": "MAvatar_Herta_SkillRank02_CriticalChance", + "StatusName": { + "hash": 1198201356 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805659138 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": -478858994 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_CriticalChance" + ] + }, + "10010133": { + "StatusID": 10010133, + "ModifierName": "MAvatar_Herta_SkillRank06_AttackUP", + "StatusName": { + "hash": 1198201357 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805659139 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -478858995 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddRatio" + ] + }, + "10011011": { + "StatusID": 10011011, + "ModifierName": "MAvatar_Bronya_00_Ultra_PowerUp", + "StatusName": { + "hash": 176564413 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 2109621023 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffMarch.png", + "StatusEffect": { + "hash": 542777821 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio", + "Bronya_CriticalDamage" + ] + }, + "10011012": { + "StatusID": 10011012, + "ModifierName": "MAvatar_Bronya_00_BPSkill_DamageUp", + "StatusName": { + "hash": 176564412 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 2109621022 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 542777822 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DamageAddedRatio" + ] + }, + "10011013": { + "StatusID": 10011013, + "ModifierName": "MAvatar_Bronya_00_BPSkill_SpeedUp", + "StatusName": { + "hash": 176564411 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 2109621021 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 542777823 + }, + "CanDispel": true, + "ReadParamList": [ + "Bronya_SpeedUP_Ratio" + ] + }, + "10011014": { + "StatusID": 10011014, + "ModifierName": "MAvatar_Bronya_00_MazeSkill_AttackRatioUp", + "StatusName": { + "hash": 176564410 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 2109621028 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 542777816 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10011015": { + "StatusID": 10011015, + "ModifierName": "MAvatar_Bronya_Rank01_CoolDown", + "StatusName": { + "hash": 176564409 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 2109621027 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1101Rank01.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10011021": { + "StatusID": 10011021, + "ModifierName": "MAvatar_Seele_00_BPSkill_SpeedUp", + "StatusName": { + "hash": -226720114 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -619262332 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 946062348 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10011022": { + "StatusID": 10011022, + "ModifierName": "MAvatar_Seele_00_Passive_DamageUp", + "StatusName": { + "hash": -226720115 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -619262333 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 946062349 + }, + "CanDispel": false, + "ReadParamList": [ + "seele_dmg_percent" + ] + }, + "10011023": { + "StatusID": 10011023, + "ModifierName": "MAvatar_Seele_00_BPSkill_SpeedUpRank01", + "StatusName": { + "hash": -226720116 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -619262334 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 946062350 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10011024": { + "StatusID": 10011024, + "ModifierName": "MAvatar_Seele_Rank06_Flag", + "StatusName": { + "hash": -226720117 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -619262327 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1102Rank06.png", + "StatusEffect": { + "hash": 946062343 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10011031": { + "StatusID": 10011031, + "ModifierName": "MAvatar_Serval_00_Rank06_AddDamage_Show", + "StatusName": { + "hash": 1339363827 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 946821609 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -620021593 + }, + "CanDispel": true, + "ReadParamList": [ + "MAvatar_Serval_00_Rank06_ShowRatio" + ] + }, + "10011041": { + "StatusID": 10011041, + "ModifierName": "MAvatar_Gepard_00_Ultra_Shield", + "StatusName": { + "hash": 579848940 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1782061746 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": -216737066 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10011042": { + "StatusID": 10011042, + "ModifierName": "MAvatar_Gepard_00_PassiveSkill_UnDead", + "StatusName": { + "hash": 579848939 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1782061747 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1104Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "Modifier_Gepard_00_Ratio", + "Modifier_Show_Count" + ] + }, + "10011043": { + "StatusID": 10011043, + "ModifierName": "MAvatar_Gepard_00_MazeSkill_DefenceDeltaUp", + "StatusName": { + "hash": 579848938 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1782061748 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -216737064 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10011044": { + "StatusID": 10011044, + "ModifierName": "MAvatar_Gepard_00_Rank01_Shield", + "StatusName": { + "hash": 579848937 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1782061741 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": -216737071 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10011045": { + "StatusID": 10011045, + "ModifierName": "MAvatar_Gepard_00_Rank02_SpeedDown", + "StatusName": { + "hash": 579848936 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1782061742 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": -216737070 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyRaito" + ] + }, + "10011046": { + "StatusID": 10011046, + "ModifierName": "MAvatar_Gepard_00_Rank04_AddStatusResistance", + "StatusName": { + "hash": 579848935 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1782061743 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistance.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AddStatusResistance" + ] + }, + "10011047": { + "StatusID": 10011047, + "ModifierName": "MAvatar_Gepard_00_Rank06_AddCritical", + "StatusName": { + "hash": 579848934 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1782061744 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": -216737068 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AddCriticalRatio" + ] + }, + "10011048": { + "StatusID": 10011048, + "ModifierName": "MAvatar_Gepard_00_Rank06_AddSpeed", + "StatusName": { + "hash": 579848933 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1782061753 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -216737075 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AddSpeed" + ] + }, + "10011051": { + "StatusID": 10011051, + "ModifierName": "MAvatar_Natasha_00_Passive_FatigueRatio", + "StatusName": { + "hash": 2145932881 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -215977805 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": -1782821007 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10011052": { + "StatusID": 10011052, + "ModifierName": "MAvatar_Natasha_00_BPSkill_DefenceRatioUp", + "StatusName": { + "hash": 2145932880 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -215977806 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -1782821006 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10011053": { + "StatusID": 10011053, + "ModifierName": "MAvatar_Natasha_00_Rank06_AddDamageAllTime", + "StatusName": { + "hash": 2145932879 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -215977807 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1782821005 + }, + "CanDispel": true, + "ReadParamList": [ + "Modifier_Natasha_00_DamageAddedRatioAllTime" + ] + }, + "10011061": { + "StatusID": 10011061, + "ModifierName": "MAvatar_Pela_00_Ultra_DroneAnalysis", + "StatusName": { + "hash": 1742648354 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1350106136 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -1379536480 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DefenceDownRatio", + "MDF_StanceBreakTakenRatio" + ] + }, + "10011062": { + "StatusID": 10011062, + "ModifierName": "MAvatar_Pela_00_BPSkill_Fatigue", + "StatusName": { + "hash": 1742648353 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1350106135 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": -1379536479 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue", + "MDF_FatigueAddRatio" + ] + }, + "10011063": { + "StatusID": 10011063, + "ModifierName": "MAvatar_Pela_00_MazeSkill_DefenceRatioDown", + "StatusName": { + "hash": 1742648352 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1350106134 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -1379536478 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10011071": { + "StatusID": 10011071, + "ModifierName": "MAvatar_Klara_00_Ultra_WarriorMode", + "StatusName": { + "hash": -986235001 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1378777219 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHatredUp.png", + "StatusEffect": { + "hash": 1349346875 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AggroAddedRatio" + ] + }, + "10011072": { + "StatusID": 10011072, + "ModifierName": "MAvatar_Klara_00_BPSkill_Revenge", + "StatusName": { + "hash": -986235002 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1378777220 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffRevenge.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10011073": { + "StatusID": 10011073, + "ModifierName": "MAvatar_Klara_00_Passive_DamageReduce", + "StatusName": { + "hash": -986235003 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1378777221 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10011074": { + "StatusID": 10011074, + "ModifierName": "MAvatar_Klara_00_Rank04_DamageReduce", + "StatusName": { + "hash": -986235004 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1378777214 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10011075": { + "StatusID": 10011075, + "ModifierName": "MAvatar_Klara_00_MazeSkill_AggroUP", + "StatusName": { + "hash": -986235005 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1378777215 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1107Maze.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10011076": { + "StatusID": 10011076, + "ModifierName": "MAvatar_Klara_00_PassiveATKCount", + "StatusName": { + "hash": -986235006 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1378777216 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1107Ultra.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10011081": { + "StatusID": 10011081, + "ModifierName": "MAvatar_Sampo_00_Ultra_DOTTakenUp", + "StatusName": { + "hash": -1745749888 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 187306722 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDotDeepen.png", + "StatusEffect": { + "hash": 1752631402 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10011091": { + "StatusID": 10011091, + "ModifierName": "MAvatar_Hook_00_BPSkillAlter_Enable", + "StatusName": { + "hash": -179665947 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1753390663 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1109BP.png", + "StatusEffect": { + "hash": 186547461 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012031": { + "StatusID": 10012031, + "ModifierName": "MAvatar_Luocha_00_Skill02_Shield", + "StatusName": { + "hash": -1409722504 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -881384358 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 2129064738 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10012032": { + "StatusID": 10012032, + "ModifierName": "MAvatar_Luocha_00_Passive01Modifier", + "StatusName": { + "hash": -1409722505 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -881384359 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1203Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012033": { + "StatusID": 10012033, + "ModifierName": "MAvatar_Luocha_00_Passive01_HealHPArea", + "StatusName": { + "hash": -1409722506 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -881384360 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1203Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012034": { + "StatusID": 10012034, + "ModifierName": "MAvatar_Luocha_00_Passive01_HealHPCD", + "StatusName": { + "hash": -1409722507 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -881384353 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1203BP.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012035": { + "StatusID": 10012035, + "ModifierName": "MAvatar_Luocha_00_Passive01_HealHP", + "StatusName": { + "hash": -1409722508 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -881384354 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1203Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012036": { + "StatusID": 10012036, + "ModifierName": "MAvatar_Luocha_00_Rank04_Fatigue", + "StatusName": { + "hash": -1409722509 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -881384355 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": 2129064735 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyRatio" + ] + }, + "10012041": { + "StatusID": 10012041, + "ModifierName": "MAvatar_JingYuan_00_BattleEvent_ATKCount", + "StatusName": { + "hash": -1006437977 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1491268637 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1204Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012042": { + "StatusID": 10012042, + "ModifierName": "MAvatar_JingYuan_00_BattleEvent_UltraATKCount", + "StatusName": { + "hash": -1006437978 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1491268636 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1204Ultra.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012043": { + "StatusID": 10012043, + "ModifierName": "MAvatar_JingYuan_00_Rank02_DamageAddedRatio", + "StatusName": { + "hash": -1006437979 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1491268635 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_DamageAddedRatio" + ] + }, + "10012051": { + "StatusID": 10012051, + "ModifierName": "MWAvatar_Ren_Attack_Transfer", + "StatusName": { + "hash": 1722445378 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -74815304 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1205Attack02.png", + "StatusEffect": { + "hash": -1359333504 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012052": { + "StatusID": 10012052, + "ModifierName": "MWAvatar_Ren_Qi", + "StatusName": { + "hash": 1722445377 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -74815305 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1205Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012053": { + "StatusID": 10012053, + "ModifierName": "MWAvatar_Ren_Attack", + "StatusName": { + "hash": 1722445376 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -74815306 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1359333502 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10012054": { + "StatusID": 10012054, + "ModifierName": "MWAvatar_Ren_SkillTree01", + "StatusName": { + "hash": 1722445375 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -74815299 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHeal.png", + "StatusEffect": { + "hash": -1359333509 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_HealEnhanceRatio" + ] + }, + "10012055": { + "StatusID": 10012055, + "ModifierName": "MWAvatar_Ren_Rank01", + "StatusName": { + "hash": 1722445374 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -74815300 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHPBoost.png", + "StatusEffect": { + "hash": -1359333508 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_HPIncrease" + ] + }, + "10012056": { + "StatusID": 10012056, + "ModifierName": "MWAvatar_Ren_Rank02", + "StatusName": { + "hash": 1722445373 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -74815301 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1359333507 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DamageIncrease" + ] + }, + "10012057": { + "StatusID": 10012057, + "ModifierName": "MAvatar_Ren_Rank06_CountDown", + "StatusName": { + "hash": 1722445372 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -74815302 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1205Rank06.png", + "StatusEffect": { + "hash": -1359333506 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10012061": { + "StatusID": 10012061, + "ModifierName": "MAvatar_Sushang_00_UltraBuff", + "StatusName": { + "hash": 2125729905 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1640899245 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffIntensify.png", + "StatusEffect": { + "hash": -1762618031 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10012062": { + "StatusID": 10012062, + "ModifierName": "MAvatar_Sushang_00_P01", + "StatusName": { + "hash": 2125729904 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1640899246 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -1762618030 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10012063": { + "StatusID": 10012063, + "ModifierName": "MAvatar_Sushang_00_Rank02_Buff", + "StatusName": { + "hash": 2125729903 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1640899247 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -1762618029 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10012064": { + "StatusID": 10012064, + "ModifierName": "MAvatar_Sushang_00_PointB2_Buff", + "StatusName": { + "hash": 2125729902 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1640899240 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSplintering.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue", + "MDF_Max_Layer" + ] + }, + "10012065": { + "StatusID": 10012065, + "ModifierName": "MAvatar_Sushang_00_P01_Rank06", + "StatusName": { + "hash": 2125729901 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1640899241 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -1762618035 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10080012": { + "StatusID": 10080012, + "ModifierName": "MAvatar_PlayerWarrior_00_Passive_BreakAtkUp", + "StatusName": { + "hash": 35394222 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968450832 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 683930588 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio", + "MDF_Max_Layer" + ] + }, + "10080013": { + "StatusID": 10080013, + "ModifierName": "MAvatar_PlayerWarrior_00_SkilTree02_BreakDefUp", + "StatusName": { + "hash": 35394223 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968450833 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 683930587 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DefenceAddedRatio", + "MDF_Max_Layer" + ] + }, + "10080022": { + "StatusID": 10080022, + "ModifierName": "MAvatar_PlayerGirl_00_Passive_BreakAtkUp", + "StatusName": { + "hash": -1530689719 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923231937 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -2044952767 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio", + "MDF_Max_Layer" + ] + }, + "10080023": { + "StatusID": 10080023, + "ModifierName": "MAvatar_PlayerGirl_00_SkilTree02_BreakDefUp", + "StatusName": { + "hash": -1530689718 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923231936 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -2044952768 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DefenceAddedRatio", + "MDF_Max_Layer" + ] + }, + "10080031": { + "StatusID": 10080031, + "ModifierName": "MWAvatar_PlayerBoy_10_WeaponCharge", + "StatusName": { + "hash": 1198193639 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 805651421 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon8003Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10080032": { + "StatusID": 10080032, + "ModifierName": "MAvatar_PlayerBoy_10_WeaponCharge_Free", + "StatusName": { + "hash": 1198193636 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 805651418 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon8003Attack02.png", + "StatusEffect": { + "hash": -478868826 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10080033": { + "StatusID": 10080033, + "ModifierName": "MAvatar_PlayerBoy_10_MazeSkill_Shield", + "StatusName": { + "hash": 1198193637 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805651419 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": -478868827 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10080036": { + "StatusID": 10080036, + "ModifierName": "MWAvatar_PlayerBoy_10_DamageResistance", + "StatusName": { + "hash": 1198193632 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805651422 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -478868830 + }, + "CanDispel": true, + "ReadParamList": [ + "MWAvatar_PlayerBoy_10_DamageResistance_Value01" + ] + }, + "10080037": { + "StatusID": 10080037, + "ModifierName": "MWAvatar_PlayerBoy_10_Shield", + "StatusName": { + "hash": 1198193633 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805651423 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": -478868831 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10080038": { + "StatusID": 10080038, + "ModifierName": "MAvatar_PlayerBoy_10_Rank06_Stack", + "StatusName": { + "hash": 1198193646 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805651428 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -478868820 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DefenceAddedRatio", + "Rank06_Max_Layer" + ] + }, + "10080039": { + "StatusID": 10080039, + "ModifierName": "MAvatar_PlayerBoy_10_DamageResistance_Team", + "StatusName": { + "hash": 1198193647 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805651429 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -478868821 + }, + "CanDispel": true, + "ReadParamList": [ + "MAvatar_PlayerBoy_10_DamageResistance_Team_Value01" + ] + }, + "10080041": { + "StatusID": 10080041, + "ModifierName": "MWAvatar_PlayerGirl_10_WeaponCharge", + "StatusName": { + "hash": -724120662 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1208935948 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon8003Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10080042": { + "StatusID": 10080042, + "ModifierName": "MWAvatar_PlayerGirl_10_WeaponCharge_Free", + "StatusName": { + "hash": -724120665 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1208935945 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon8003Attack02.png", + "StatusEffect": { + "hash": 1087215115 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10080043": { + "StatusID": 10080043, + "ModifierName": "MWAvatar_PlayerGirl_10_MazeSkill_Shield", + "StatusName": { + "hash": -724120664 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208935946 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 1087215114 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10080044": { + "StatusID": 10080044, + "ModifierName": "MWAvatar_PlayerGirl_10_DamageResistance", + "StatusName": { + "hash": -724120667 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208935951 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1087215109 + }, + "CanDispel": true, + "ReadParamList": [ + "MWAvatar_PlayerGirl_10_DamageResistance_Value01" + ] + }, + "10080045": { + "StatusID": 10080045, + "ModifierName": "MWAvatar_PlayerGirl_10_Shield", + "StatusName": { + "hash": -724120666 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208935952 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 1087215108 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10080046": { + "StatusID": 10080046, + "ModifierName": "MWAvatar_PlayerGirl_10_Rank06_Stack", + "StatusName": { + "hash": -724120669 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208935949 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1087215111 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DefenceAddedRatio", + "Rank06_Max_Layer" + ] + }, + "10080047": { + "StatusID": 10080047, + "ModifierName": "MWAvatar_PlayerGirl_10_DamageResistance_Team", + "StatusName": { + "hash": -724120668 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208935950 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1087215110 + }, + "CanDispel": true, + "ReadParamList": [ + "MWAvatar_PlayerGirl_10_DamageResistance_Team_Value01" + ] + }, + "10090331": { + "StatusID": 10090331, + "ModifierName": "MWAvatar_Misha_00_Passive_RevengeFlag", + "StatusName": { + "hash": 1198192581 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 805650363 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090332": { + "StatusID": 10090332, + "ModifierName": "MWAvatar_Misha_00_Passive_DefenceRatioUp", + "StatusName": { + "hash": 1198192582 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805650364 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -478867644 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090021": { + "StatusID": 10090021, + "ModifierName": "MWAvatar_LaTiao_00_Passive_WindDamageUp", + "StatusName": { + "hash": -1530690741 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923232959 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpThunder.png", + "StatusEffect": { + "hash": -2044951745 + }, + "CanDispel": false, + "ReadParamList": [ + "Modifier_LaTiaoPassiveWindRatio" + ] + }, + "10090022": { + "StatusID": 10090022, + "ModifierName": "MWAvatar_LaTiao_00_BPSkill_ResistanceDown", + "StatusName": { + "hash": -1530690742 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1923232960 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -2044951744 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue1", + "MDF_PropertyValue2" + ] + }, + "10090023": { + "StatusID": 10090023, + "ModifierName": "MWAvatar_LaTiao_00_Ultra_DamageUp", + "StatusName": { + "hash": -1530690743 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923232961 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -2044951743 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090041": { + "StatusID": 10090041, + "ModifierName": "MWAvatar_AOETuiTiao_SuperSkill1_Modifier", + "StatusName": { + "hash": -724121687 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208934923 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090042": { + "StatusID": 10090042, + "ModifierName": "MWAvatar_TuiTiao_00_Passive_Electric", + "StatusName": { + "hash": -724121688 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1208934922 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioThunder.png", + "StatusEffect": { + "hash": 1087216138 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DamagePercantage", + "MDF_ActionDelay_Ratio" + ] + }, + "10090043": { + "StatusID": 10090043, + "ModifierName": "MWAvatar_TuiTiao_00_Ultra_Caculator", + "StatusName": { + "hash": -724121689 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1208934921 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotCommon.png", + "StatusEffect": { + "hash": 1087216139 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090061": { + "StatusID": 10090061, + "ModifierName": "MWAvatar_WB_00_Ultra_IceShield", + "StatusName": { + "hash": 438677727 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 46135509 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceIce.png", + "StatusEffect": { + "hash": -75583277 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090071": { + "StatusID": 10090071, + "ModifierName": "MWAvatar_SqueeAndBros_00_Ultra_SmallBomb", + "StatusName": { + "hash": -1127406214 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1519948432 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 1490500664 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090072": { + "StatusID": 10090072, + "ModifierName": "MWAvatar_SqueeAndBros_00_Ultra_BigBomb", + "StatusName": { + "hash": -1127406215 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1519948433 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 1490500665 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090081": { + "StatusID": 10090081, + "ModifierName": "MWAvatar_Courier_00_Ultra_Delivery", + "StatusName": { + "hash": 1245246781 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1116663905 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1238382691 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_CriticalDamage", + "MDF_Speed" + ] + }, + "10090101": { + "StatusID": 10090101, + "ModifierName": "MWAvatar_Controller_00_Passive", + "StatusName": { + "hash": 1601477174 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -760433512 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -882152236 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090161": { + "StatusID": 10090161, + "ModifierName": "MWAvatar_NormalAttack_00_Ultra_Concentrate", + "StatusName": { + "hash": 438677760 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 46135542 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -75583182 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090181": { + "StatusID": 10090181, + "ModifierName": "MWAvatar_NormalSupport_00_BPSkill_DamageUp", + "StatusName": { + "hash": 1245246814 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1116663872 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1238382596 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_SpeedUpValue", + "MDF_NormalDamageAddedRatio" + ] + }, + "10090191": { + "StatusID": 10090191, + "ModifierName": "MWAvatar_SpeedAtk_00_Ultra_SpeedDown", + "StatusName": { + "hash": -320837127 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1612219483 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": 327701345 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090192": { + "StatusID": 10090192, + "ModifierName": "MWAvatar_SpeedAtk_00_Passive_MarkFlag", + "StatusName": { + "hash": -320837130 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1612219480 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": 327701348 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DamagePercentage" + ] + }, + "10090221": { + "StatusID": 10090221, + "ModifierName": "MWAvatar_Zaika_00_Passive_DamageUpByTargetCount", + "StatusName": { + "hash": -1530690807 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923233025 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -2044951679 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Zaika_Pass02_AttackUp" + ] + }, + "10090222": { + "StatusID": 10090222, + "ModifierName": "MWAvatar_Zaika_00_Passive_UltraDamageUp", + "StatusName": { + "hash": -1530690804 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923233022 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -2044951682 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_Zaika_Pass01_DamageUp" + ] + }, + "10090231": { + "StatusID": 10090231, + "ModifierName": "MWAvatar_CriticalShaman_00_Passive_StatusProbability", + "StatusName": { + "hash": 1198192548 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 805650330 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpIce.png", + "StatusEffect": { + "hash": -478867738 + }, + "CanDispel": true, + "ReadParamList": [ + "Passive02_PropertyValue" + ] + }, + "10090241": { + "StatusID": 10090241, + "ModifierName": "MWAvatar_FireShield_00_Passive_AttackRatioUp", + "StatusName": { + "hash": -724121753 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208934857 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1087216203 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_AttackRatio" + ] + }, + "10090251": { + "StatusID": 10090251, + "ModifierName": "MWAvatar_Yuki_00_Normal_DamageUp", + "StatusName": { + "hash": 2004761602 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -357149084 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1641667152 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090252": { + "StatusID": 10090252, + "ModifierName": "MWAvatar_Tsuki_00_BPSkill_DamageUp", + "StatusName": { + "hash": 2004761605 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -357149081 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1641667155 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090253": { + "StatusID": 10090253, + "ModifierName": "MWAvatar_Hana_00_Ultra_DamageUp", + "StatusName": { + "hash": 2004761604 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -357149082 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1641667154 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090254": { + "StatusID": 10090254, + "ModifierName": "MWAvatar_Meisou_00_BPSkill", + "StatusName": { + "hash": 2004761599 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -357149079 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1641667157 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090255": { + "StatusID": 10090255, + "ModifierName": "MWAvatar_Setsugekka_Passive02_Modifier", + "StatusName": { + "hash": 2004761598 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -357149080 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -1641667156 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090261": { + "StatusID": 10090261, + "ModifierName": "MWAvatar_LiangZiNai_Skill02_WeakShield", + "StatusName": { + "hash": 438677661 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 46135443 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -75583211 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_LiangZiNai_WeekShield01", + "MDF_LiangZiNai_WeekShield02" + ] + }, + "10090271": { + "StatusID": 10090271, + "ModifierName": "MWAvatar_PassiveHeal_Speedup", + "StatusName": { + "hash": -1127406280 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1519948498 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 1490500730 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090311": { + "StatusID": 10090311, + "ModifierName": "MWAvatar_SPHeal_UltraCount", + "StatusName": { + "hash": 35393167 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449777 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": 683931771 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090312": { + "StatusID": 10090312, + "ModifierName": "MWAvatar_SPHeal_HOT", + "StatusName": { + "hash": 35393168 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449778 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 683931770 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090371": { + "StatusID": 10090371, + "ModifierName": "MWAvatar_Wolf_AllDamageTypeTakenRatio", + "StatusName": { + "hash": -1127406247 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1519948465 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": 1490500825 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090381": { + "StatusID": 10090381, + "ModifierName": "MWAvatar_SheChi_Mark", + "StatusName": { + "hash": 1245246748 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1116663938 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": -1238382530 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090391": { + "StatusID": 10090391, + "ModifierName": "MWAvatar_QingQue_Card1", + "StatusName": { + "hash": -320837193 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1612219417 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 327701411 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090392": { + "StatusID": 10090392, + "ModifierName": "MWAvatar_QingQue_Card2", + "StatusName": { + "hash": -320837192 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1612219418 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 327701410 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090393": { + "StatusID": 10090393, + "ModifierName": "MWAvatar_QingQue_Card3", + "StatusName": { + "hash": -320837191 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1612219419 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 327701409 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090401": { + "StatusID": 10090401, + "ModifierName": "MWAvatar_Stealth_FatigueRatio", + "StatusName": { + "hash": 1601477009 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -760433413 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": -882152463 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090402": { + "StatusID": 10090402, + "ModifierName": "MWAvatar_Stealth_Penetrate", + "StatusName": { + "hash": 1601477008 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -760433414 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -882152462 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090411": { + "StatusID": 10090411, + "ModifierName": "MWAvatar_ChargeSor_Resonance", + "StatusName": { + "hash": 35393068 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449942 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 683931478 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_Resonance_AttackUpRatio" + ] + }, + "10090421": { + "StatusID": 10090421, + "ModifierName": "MAvatar_Herta_Passive_Charge", + "StatusName": { + "hash": -1530690873 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1923232827 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -2044951877 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090451": { + "StatusID": 10090451, + "ModifierName": "MWAvatar_TingYun_Coins", + "StatusName": { + "hash": 2004761536 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -357148886 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -1641667350 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090471": { + "StatusID": 10090471, + "ModifierName": "MWAvatar_SilverWolf_Bug1", + "StatusName": { + "hash": -1127406346 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1519948300 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": 1490500532 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090472": { + "StatusID": 10090472, + "ModifierName": "MWAvatar_SilverWolf_Bug2", + "StatusName": { + "hash": -1127406347 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1519948301 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": 1490500533 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090473": { + "StatusID": 10090473, + "ModifierName": "MWAvatar_SilverWolf_Bug3", + "StatusName": { + "hash": -1127406348 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1519948302 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": 1490500534 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090474": { + "StatusID": 10090474, + "ModifierName": "MWAvatar_SilverWolf_WeakType", + "StatusName": { + "hash": -1127406341 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1519948303 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": 1490500535 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090481": { + "StatusID": 10090481, + "ModifierName": "MWAvatar_SilverWolf2_Bug1", + "StatusName": { + "hash": 1245246649 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1116663773 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": -1238382823 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090482": { + "StatusID": 10090482, + "ModifierName": "MWAvatar_SilverWolf2_Bug2", + "StatusName": { + "hash": 1245246648 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1116663774 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -1238382822 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090483": { + "StatusID": 10090483, + "ModifierName": "MWAvatar_SilverWolf2_Bug3", + "StatusName": { + "hash": 1245246647 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1116663775 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": -1238382821 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090484": { + "StatusID": 10090484, + "ModifierName": "MWAvatar_SilverWolf2_WeakType", + "StatusName": { + "hash": 1245246654 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1116663776 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": -1238382820 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090485": { + "StatusID": 10090485, + "ModifierName": "MWAvatar_SilverWolf2_CommandTermination", + "StatusName": { + "hash": 1245246653 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1116663777 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": -1238382819 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090511": { + "StatusID": 10090511, + "ModifierName": "MWAvatar_Taunt_Shield", + "StatusName": { + "hash": 35393101 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1968449975 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 683931573 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090512": { + "StatusID": 10090512, + "ModifierName": "MWAvatar_Taunt_Counter", + "StatusName": { + "hash": 35393098 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449972 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHatredUp.png", + "StatusEffect": { + "hash": 683931576 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090513": { + "StatusID": 10090513, + "ModifierName": "MWAvatar_Taunt_Taunt", + "StatusName": { + "hash": 35393099 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1968449973 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 683931575 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090541": { + "StatusID": 10090541, + "ModifierName": "MWAvatar_Sakura_Penetrate", + "StatusName": { + "hash": -724121786 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208935088 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1087216100 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue1", + "MDF_PropertyValue2" + ] + }, + "10090542": { + "StatusID": 10090542, + "ModifierName": "MWAvatar_Sakura_Speedup", + "StatusName": { + "hash": -724121789 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208935085 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 1087216103 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090543": { + "StatusID": 10090543, + "ModifierName": "MWAvatar_Sakura_DamageTaken", + "StatusName": { + "hash": -724121788 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1208935086 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": 1087216102 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090561": { + "StatusID": 10090561, + "ModifierName": "MWAvatar_ShieldAtk_Shield", + "StatusName": { + "hash": 438677628 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 46135674 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": -75583314 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090591": { + "StatusID": 10090591, + "ModifierName": "MWAvatar_Blade_Attack_Transfer", + "StatusName": { + "hash": -320837259 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1612219615 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon8001Passive.png", + "StatusEffect": { + "hash": 327701213 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090592": { + "StatusID": 10090592, + "ModifierName": "MWAvatar_Blade_Qi", + "StatusName": { + "hash": -320837262 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1612219612 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHatredUp.png", + "StatusEffect": { + "hash": 327701216 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090593": { + "StatusID": 10090593, + "ModifierName": "MWAvatar_Blade_Attack", + "StatusName": { + "hash": -320837261 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1612219613 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 327701215 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090611": { + "StatusID": 10090611, + "ModifierName": "MWAvatar_GuardianPlayer_WeaponCharge", + "StatusName": { + "hash": 35393002 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1968449876 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHatredUp.png", + "StatusEffect": { + "hash": 683931544 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090612": { + "StatusID": 10090612, + "ModifierName": "MWAvatar_GuardianPlayer_NormalDamageUp", + "StatusName": { + "hash": 35393005 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1968449879 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 683931541 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090613": { + "StatusID": 10090613, + "ModifierName": "MWAvatar_GuardianPlayer_DefenceUp", + "StatusName": { + "hash": 35393004 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449878 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 683931542 + }, + "CanDispel": true, + "ReadParamList": [ + "MWAvatar_GuardianPlayer_DefenceUp_Value01" + ] + }, + "10090614": { + "StatusID": 10090614, + "ModifierName": "MWAvatar_GuardianPlayer_NullifyAggro_Aura", + "StatusName": { + "hash": 35393007 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1968449873 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 683931547 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090615": { + "StatusID": 10090615, + "ModifierName": "MWAvatar_GuardianPlayer_NullifyAggro", + "StatusName": { + "hash": 35393006 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1968449872 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHatredUp.png", + "StatusEffect": { + "hash": 683931548 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090616": { + "StatusID": 10090616, + "ModifierName": "MWAvatar_GuardianPlayer_DamageResistance", + "StatusName": { + "hash": 35393009 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1968449875 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 683931545 + }, + "CanDispel": false, + "ReadParamList": [ + "MWAvatar_GuardianPlayer_DamageResistance_Value01" + ] + }, + "10090617": { + "StatusID": 10090617, + "ModifierName": "MWAvatar_GuardianPlayer_Shield", + "StatusName": { + "hash": 35393008 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449874 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 683931546 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090681": { + "StatusID": 10090681, + "ModifierName": "MWAvatar_BreakCharge_CircleCharge", + "StatusName": { + "hash": 1245246583 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1116663839 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -1238382757 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090682": { + "StatusID": 10090682, + "ModifierName": "MAvatar_BreakCharge_Ultra_DamageUp", + "StatusName": { + "hash": 1245246586 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1116663836 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -1238382760 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DamageAddedRatio", + "MDF_SpeedUp_Value" + ] + }, + "10090691": { + "StatusID": 10090691, + "ModifierName": "MWAvatar_CounterAttack_Taunt", + "StatusName": { + "hash": -320837358 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1612219516 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 327701184 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090692": { + "StatusID": 10090692, + "ModifierName": "MWAvatar_CounterAttack_Passive_DefenceRatioDown", + "StatusName": { + "hash": -320837355 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1612219519 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 327701181 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090693": { + "StatusID": 10090693, + "ModifierName": "MWAvatar_CounterAttack_Passive_DamageReduce", + "StatusName": { + "hash": -320837356 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1612219518 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 327701182 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "10090694": { + "StatusID": 10090694, + "ModifierName": "MWAvatar_CounterAttack_PassiveSkill01_CounterAttack", + "StatusName": { + "hash": -320837353 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1612219513 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 327701187 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090701": { + "StatusID": 10090701, + "ModifierName": "MW_Colossus_Ultra_BlockDamage", + "StatusName": { + "hash": 1601476976 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -760433446 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -882152302 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090702": { + "StatusID": 10090702, + "ModifierName": "MW_Colossus_Ultra_Shield", + "StatusName": { + "hash": 1601476977 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -760433445 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -882152303 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090703": { + "StatusID": 10090703, + "ModifierName": "MW_Colossus_EnterBattlePowerUp", + "StatusName": { + "hash": 1601476978 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -760433444 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -882152304 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_AllDamageReduce" + ] + }, + "10090711": { + "StatusID": 10090711, + "ModifierName": "W_Fuxuan_Skill02_SelfDefenseUp", + "StatusName": { + "hash": 35393035 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449909 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 683931639 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_SelfDefenseUpRatio" + ] + }, + "10090712": { + "StatusID": 10090712, + "ModifierName": "W_Fuxuan_Passive01Modifier", + "StatusName": { + "hash": 35393036 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449910 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 683931638 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090713": { + "StatusID": 10090713, + "ModifierName": "W_Fuxuan_StatusResistanceAdd", + "StatusName": { + "hash": 35393037 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449911 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 683931637 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_StatusResistanceAdd" + ] + }, + "10090714": { + "StatusID": 10090714, + "ModifierName": "W_Fuxuan_Ultra_ShieldUp", + "StatusName": { + "hash": 35393038 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968449904 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 683931644 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_ShiledValue" + ] + }, + "10090721": { + "StatusID": 10090721, + "ModifierName": "WYanQing_FrozenMark", + "StatusName": { + "hash": -1530690906 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923232860 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -2044951716 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_CriticalBoost", + "MDF_ALLCriticalDamage" + ] + }, + "10090722": { + "StatusID": 10090722, + "ModifierName": "WYanQing_Fatigue", + "StatusName": { + "hash": -1530690905 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923232859 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": -2044951717 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "10090723": { + "StatusID": 10090723, + "ModifierName": "WYanQing_Skill03_Buff", + "StatusName": { + "hash": -1530690904 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1923232858 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -2044951718 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_CriticalBoost", + "MDF_SpeedUp" + ] + }, + "10090741": { + "StatusID": 10090741, + "ModifierName": "MWAvatar_LingKe_00_Passive_HealPercentage01", + "StatusName": { + "hash": -724121852 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1208935022 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_LingKe_Passive_01" + ] + }, + "10090742": { + "StatusID": 10090742, + "ModifierName": "MAvatar_LingKe_00_DefenceRatioUp", + "StatusName": { + "hash": -724121851 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208935023 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1087216165 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_LingKe_DefenceUp_Ratio" + ] + }, + "10090743": { + "StatusID": 10090743, + "ModifierName": "MAvatar_LingKe_00_DispelStatus", + "StatusName": { + "hash": -724121850 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1208935024 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": 1087216164 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "10090744": { + "StatusID": 10090744, + "ModifierName": "MAvatar_LingKe_00_AttackRatioUP", + "StatusName": { + "hash": -724121849 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1208935017 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1087216171 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_LingKe_AttackUp" + ] + }, + "10090811": { + "StatusID": 10090811, + "ModifierName": "MAvatar_UltraCharge_BPSkill_DamageUp", + "StatusName": { + "hash": 35393464 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968450074 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 683931874 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio", + "MDF_StanceAddedRatio" + ] + }, + "10090812": { + "StatusID": 10090812, + "ModifierName": "MAvatar_UltraCharge_Ultra_PowerUp", + "StatusName": { + "hash": 35393463 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968450073 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 683931875 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_UltraDamageUp" + ] + }, + "10090813": { + "StatusID": 10090813, + "ModifierName": "MWAvatar_UltraCharge_BreakEnemyDamageTaken", + "StatusName": { + "hash": 35393462 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1968450072 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 683931876 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DamageTakenRatioUp" + ] + }, + "210010101": { + "StatusID": 210010101, + "ModifierName": "Monster_W1_Soldier01_00_DefenceRatioDown", + "StatusName": { + "hash": -1519927612 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 435873658 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -1629920778 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "210130201": { + "StatusID": 210130201, + "ModifierName": "Sign_W1_Mecha02", + "StatusName": { + "hash": -1216627842 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -149757516 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": -528502084 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "210130101": { + "StatusID": 210130101, + "ModifierName": "W1_Mecha02_AttackBuff", + "StatusName": { + "hash": -793140339 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -290920017 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1938259245 + }, + "CanDispel": false, + "ReadParamList": [ + "ModifierDamageUpValue" + ] + }, + "210030102": { + "StatusID": 210030102, + "ModifierName": "MMonster_W1_Soldier03_00_ListenBeingAttacked", + "StatusName": { + "hash": -1196421665 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1275167125 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterCounter.png", + "StatusEffect": { + "hash": -1953426725 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "210030201": { + "StatusID": 210030201, + "ModifierName": "Monster_Gepard_Attack_Sign", + "StatusName": { + "hash": -1216624641 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -149754315 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": -528505285 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "210030204": { + "StatusID": 210030204, + "ModifierName": "MMonster_W1_Gepard_00_BlockDamage", + "StatusName": { + "hash": -1976139528 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -909269202 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffParclose.png", + "StatusEffect": { + "hash": -125220758 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "280030201": { + "StatusID": 280030201, + "ModifierName": "XP_Elite_Fire_Skill07_AttackUp_Modifier", + "StatusName": { + "hash": -1217017834 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -150147508 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -528826604 + }, + "CanDispel": true, + "ReadParamList": [ + "Modifier_AttackAddedRatio" + ] + }, + "280030202": { + "StatusID": 280030202, + "ModifierName": "XP_Fire_Elite_Burning_Modifier_2", + "StatusName": { + "hash": -813733307 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1716231449 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterCatacausis.png", + "StatusEffect": { + "hash": -932111131 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280030203": { + "StatusID": 280030203, + "ModifierName": "MMonster_XP_Elite01_00_Burn", + "StatusName": { + "hash": 1915150048 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1012651906 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotBurn.png", + "StatusEffect": { + "hash": 633972810 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "210130202": { + "StatusID": 210130202, + "ModifierName": "W1_Mecha02_ThunderDOT", + "StatusName": { + "hash": -813343315 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1715841457 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotLaceration.png", + "StatusEffect": { + "hash": -931786611 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_MaxLayer" + ] + }, + "210130203": { + "StatusID": 210130203, + "ModifierName": "Monster_W1_Mecha04_00_PassiveMDF", + "StatusName": { + "hash": 1915540040 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1013041898 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/Icon1102Passive.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280030101": { + "StatusID": 280030101, + "ModifierName": "XP_Ice_Elite_Powerful_Modifier", + "StatusName": { + "hash": -793530331 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -291310009 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterFreezing.png", + "StatusEffect": { + "hash": 1937934725 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "210040201": { + "StatusID": 210040201, + "ModifierName": "Svarog_Electric_Modifier", + "StatusName": { + "hash": -1006913342 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 384237924 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotLaceration.png", + "StatusEffect": { + "hash": -2126021984 + }, + "CanDispel": true, + "ReadParamList": [ + "Modifier_DamagePercentage", + "Modifier_DefenceAddedRatio" + ] + }, + "210040202": { + "StatusID": 210040202, + "ModifierName": "Svarog_Kaboom_Modifier", + "StatusName": { + "hash": -1410197869 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1950321865 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffOverheating.png", + "StatusEffect": { + "hash": -1722737457 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_StanceBreakTakenRatio", + "MDF_AllDamageTypeTakenRatio" + ] + }, + "210230101": { + "StatusID": 210230101, + "ModifierName": "Monster_W1_Mecha_Fire_Passive", + "StatusName": { + "hash": -793139316 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -290918994 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 1938258222 + }, + "CanDispel": true, + "ReadParamList": [ + "ModifierCriticalChanceRatio" + ] + }, + "210040203": { + "StatusID": 210040203, + "ModifierName": "Svarog_Skill07_AllDamageUp_Modifier", + "StatusName": { + "hash": 155886072 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -778561490 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1006145898 + }, + "CanDispel": true, + "ReadParamList": [ + "Modifier_AllDamageUp" + ] + }, + "210140111": { + "StatusID": 210140111, + "ModifierName": "Monster_W1_Svarog_00_RL_AttackUp", + "StatusName": { + "hash": 1459844787 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -879321239 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1702531281 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio_PerLayer" + ] + }, + "210140112": { + "StatusID": 210140112, + "ModifierName": "Monster_W1_Svarog_00_RL_DefenceRatioDown", + "StatusName": { + "hash": 1863129314 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1849562116 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -2105815808 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DefenceAddedRatio_PerLayer" + ] + }, + "210040113": { + "StatusID": 210040113, + "ModifierName": "Monster_W1_Svarog_00_RL_Control_Modifier", + "StatusName": { + "hash": 297048572 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 283481374 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffRestrict.png", + "StatusEffect": { + "hash": -539735066 + }, + "CanDispel": false, + "ReadParamList": [ + "Owner_MaxHP", + "Modifier_DamagePercentage" + ] + }, + "210120401": { + "StatusID": 210120401, + "ModifierName": "Monster_W1_SvarogPart_00_CountDown", + "StatusName": { + "hash": -1451382015 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -949161693 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterOverloadlimit.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "210120411": { + "StatusID": 210120411, + "ModifierName": "Monster_W1_SvarogPart_00_RL_CountDown", + "StatusName": { + "hash": -1451382014 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -949161692 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterOverloadlimit.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "210230102": { + "StatusID": 210230102, + "ModifierName": "Monster_W1_Mecha_Fire_Burning", + "StatusName": { + "hash": -1196423843 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1275164947 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCraze.png", + "StatusEffect": { + "hash": -1953424547 + }, + "CanDispel": true, + "ReadParamList": [ + "Modifier_AttackAddedRatio", + "Modifier_SpeedDelta" + ] + }, + "210230202": { + "StatusID": 210230202, + "ModifierName": "Monster_W1_Mecha03_01_Frozen", + "StatusName": { + "hash": -813342292 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1715840434 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSupya.png", + "StatusEffect": { + "hash": -931787634 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_IceResistanceRatio_PerLayer", + "MDF_SpeedAddedDelta_PerLayer", + "MDF_MaxLayer" + ] + }, + "210230203": { + "StatusID": 210230203, + "ModifierName": "Monster_W1_Mecha03_01_Overheat", + "StatusName": { + "hash": 1915541063 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1013042921 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": 634296307 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DefenceAddedRatio" + ] + }, + "210020201": { + "StatusID": 210020201, + "ModifierName": "Monster_W1_Soldier01_03_Buff", + "StatusName": { + "hash": 1996613476 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1231483494 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 553223894 + }, + "CanDispel": true, + "ReadParamList": [ + "Modifier_AttackAddedRatio" + ] + }, + "210230207": { + "StatusID": 210230207, + "ModifierName": "Monster_W1_Mecha03_01_Rage", + "StatusName": { + "hash": -410057765 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1312555907 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1691302521 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio" + ] + }, + "210230208": { + "StatusID": 210230208, + "ModifierName": "Monster_W1_Mecha03_01_Sign", + "StatusName": { + "hash": -6773238 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1060097088 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 1844149888 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280120101": { + "StatusID": 280120101, + "ModifierName": "Monster_AML_Minion02_00_SpeedUp", + "StatusName": { + "hash": 732663297 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1234883619 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 411741097 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_SpeedAddedRatio_PerLayer", + "MDF_MaxLayer" + ] + }, + "280120201": { + "StatusID": 280120201, + "ModifierName": "MMonster_AML_Minion03_00_Target", + "StatusName": { + "hash": 1996219260 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1231877710 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterSign.png", + "StatusEffect": { + "hash": 552903598 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "280120301": { + "StatusID": 280120301, + "ModifierName": "MMonster_AML_Minion04_00_Mark", + "StatusName": { + "hash": 450338295 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1517208621 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDetonate.png", + "StatusEffect": { + "hash": 694066099 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "280130101": { + "StatusID": 280130101, + "ModifierName": "MMonster_AML_Elite01_00_Aim", + "StatusName": { + "hash": -793531354 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -291311032 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 1937935748 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280030301": { + "StatusID": 280030301, + "ModifierName": "Monster_XP_Elite02_00_Edict01", + "StatusName": { + "hash": -1075855333 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -8985007 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffBan3.png", + "StatusEffect": { + "hash": -2074707569 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "280030302": { + "StatusID": 280030302, + "ModifierName": "Monster_XP_Elite02_00_Edict02", + "StatusName": { + "hash": 490228608 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -412269534 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffBan1.png", + "StatusEffect": { + "hash": 654175786 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "280030303": { + "StatusID": 280030303, + "ModifierName": "Monster_XP_Elite02_00_Edict03", + "StatusName": { + "hash": 2056312549 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1153814407 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffBan2.png", + "StatusEffect": { + "hash": -911908155 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "280030304": { + "StatusID": 280030304, + "ModifierName": "Monster_XP_Elite02_00_Edict_Success", + "StatusName": { + "hash": -672570806 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 394299520 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1460744840 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio" + ] + }, + "280030305": { + "StatusID": 280030305, + "ModifierName": "Monster_XP_Elite02_00_Edict_Failure", + "StatusName": { + "hash": 893513135 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1960383461 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -105339101 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DefenceAddedRatio_PerLayer", + "MDF_AggroAddedRatio_PerLayer", + "MDF_MaxLayer" + ] + }, + "280030306": { + "StatusID": 280030306, + "ModifierName": "Monster_XP_Elite02_00_DebuffEnhanceEffect", + "StatusName": { + "hash": -1835370220 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1557098934 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -1671423042 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_DefenceAddedRatio_PerLayer", + "MDF_MaxLayer" + ] + }, + "280010301": { + "StatusID": 280010301, + "ModifierName": "Monster_XP_Minion03_00_Attack", + "StatusName": { + "hash": -1237995803 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 153155463 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1912567099 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttackAddedRatio" + ] + }, + "210220102": { + "StatusID": 210220102, + "ModifierName": "MMonster_WRSoldier_01_UnFeverResistance", + "StatusName": { + "hash": -833028606 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1638560184 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1978147512 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AllDamageTypeResistance" + ] + }, + "210120301": { + "StatusID": 210120301, + "ModifierName": "MMonster_Mecha_BlockDamage", + "StatusName": { + "hash": 450729310 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1517599636 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageCut.png", + "StatusEffect": { + "hash": 694389596 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "210020301": { + "StatusID": 210020301, + "ModifierName": "MMonster_W1_Soldier04_00_SkillP01_Supporting", + "StatusName": { + "hash": 450732511 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1517602837 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterSupport.png", + "StatusEffect": { + "hash": 694386395 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "210020302": { + "StatusID": 210020302, + "ModifierName": "MMonster_W1_Soldier04_00_SkillP01_Supported", + "StatusName": { + "hash": 854017038 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -48481104 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterConvoy.png", + "StatusEffect": { + "hash": 291101868 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280020101": { + "StatusID": 280020101, + "ModifierName": "XP_Minion02_00_Armor", + "StatusName": { + "hash": 732664320 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1234884642 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 411740074 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_Resistance" + ] + }, + "280020102": { + "StatusID": 280020102, + "ModifierName": "XP_Minion02_00_Attack", + "StatusName": { + "hash": -833419621 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1638169169 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1977824015 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DamageAddedRatio" + ] + }, + "210040302": { + "StatusID": 210040302, + "ModifierName": "MMonster_W1_Bronya_00_WeakPointProtected", + "StatusName": { + "hash": 176089048 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -758358514 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffFoibleInvalid.png", + "StatusEffect": { + "hash": -418775542 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280130201": { + "StatusID": 280130201, + "ModifierName": "MMonster_AML_Elite01_01_DOTAim", + "StatusName": { + "hash": -1217018857 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -150148531 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": -528825581 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280130202": { + "StatusID": 280130202, + "ModifierName": "MMonster_AML_Elite01_01_AttackAdd", + "StatusName": { + "hash": -813734330 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1716232472 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -932110108 + }, + "CanDispel": true, + "ReadParamList": [ + "ModifierAttackAddedRatio", + "ModifierMaxLayer" + ] + }, + "280120302": { + "StatusID": 280120302, + "ModifierName": "MMonster_AML_Minion04_00_Overheat", + "StatusName": { + "hash": 853622822 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -48875320 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotBurn.png", + "StatusEffect": { + "hash": 290781572 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "210040303": { + "StatusID": 210040303, + "ModifierName": "MMonster_W1_Bronya_00_Skill02", + "StatusName": { + "hash": -1389994893 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1970524841 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1147308399 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DamageAddedRatio" + ] + }, + "210040204": { + "StatusID": 210040204, + "ModifierName": "Svarog_Control_Modifier", + "StatusName": { + "hash": -247398455 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1143752811 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffRestrict.png", + "StatusEffect": { + "hash": 1765660785 + }, + "CanDispel": false, + "ReadParamList": [ + "Owner_MaxHP", + "Modifier_DamagePercentage" + ] + }, + "280150101": { + "StatusID": 280150101, + "ModifierName": "MMonster_WMonster_W0_Boss_00_ListenAllPartDie", + "StatusName": { + "hash": -66740880 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1889060390 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280150102": { + "StatusID": 280150102, + "ModifierName": "MMonster_WMonster_W0_Boss_00_Unselectable", + "StatusName": { + "hash": 1499343061 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1485775863 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280150103": { + "StatusID": 280150103, + "ModifierName": "MMonster_W0_Boss_00_Part2_AttackUp", + "StatusName": { + "hash": -1229540294 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1243107492 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 986139288 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_AttackAddedRatio" + ] + }, + "280150104": { + "StatusID": 280150104, + "ModifierName": "MMonster_WMonster_W0_Boss_00_Part2_Skill07", + "StatusName": { + "hash": 692774007 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1646392019 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": -579944653 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "280150105": { + "StatusID": 280150105, + "ModifierName": "MMonster_W0_Boss_00_Part2_OnPhase3SpeedUp", + "StatusName": { + "hash": -2036109348 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -80308078 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -2146028594 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_SpeedAddedRatio" + ] + }, + "30010001": { + "StatusID": 30010001, + "ModifierName": "MCommon_AttackRatioUp", + "StatusName": { + "hash": -907763309 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1748824329 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1627105543 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010002": { + "StatusID": 30010002, + "ModifierName": "MCommon_AttackRatioDown", + "StatusName": { + "hash": -907763310 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1748824328 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": 1627105544 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010003": { + "StatusID": 30010003, + "ModifierName": "MCommon_AttackDeltaUp", + "StatusName": { + "hash": -907763311 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1748824327 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1627105545 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010004": { + "StatusID": 30010004, + "ModifierName": "MCommon_AttackDeltaDown", + "StatusName": { + "hash": -907763312 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1748824334 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": 1627105538 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010005": { + "StatusID": 30010005, + "ModifierName": "MCommon_DefenceRatioUp", + "StatusName": { + "hash": -907763313 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1748824333 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1627105539 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010006": { + "StatusID": 30010006, + "ModifierName": "MCommon_DefenceRatioDown", + "StatusName": { + "hash": -907763314 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1748824332 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": 1627105540 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010007": { + "StatusID": 30010007, + "ModifierName": "MCommon_DefenceDeltaUp", + "StatusName": { + "hash": -907763315 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1748824331 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1627105541 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010008": { + "StatusID": 30010008, + "ModifierName": "MCommon_DefenceDeltaDown", + "StatusName": { + "hash": -907763316 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1748824322 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": 1627105534 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010009": { + "StatusID": 30010009, + "ModifierName": "MCommon_AllDamageAddedRatio", + "StatusName": { + "hash": -907763317 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1748824321 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010010": { + "StatusID": 30010010, + "ModifierName": "MCommon_AllDamageReduce", + "StatusName": { + "hash": 1821120047 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 182740389 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010011": { + "StatusID": 30010011, + "ModifierName": "MCommon_CriticalChanceUp", + "StatusName": { + "hash": 1821120046 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 182740388 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": -1101777812 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010012": { + "StatusID": 30010012, + "ModifierName": "MCommon_CriticalChanceDown", + "StatusName": { + "hash": 1821120045 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 182740387 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": -1101777811 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010013": { + "StatusID": 30010013, + "ModifierName": "MCommon_CriticalDamageUp", + "StatusName": { + "hash": 1821120044 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 182740386 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": -1101777810 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010014": { + "StatusID": 30010014, + "ModifierName": "MCommon_CriticalDamageDown", + "StatusName": { + "hash": 1821120043 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 182740393 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": -1101777817 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010017": { + "StatusID": 30010017, + "ModifierName": "MCommon_FatigueRatio", + "StatusName": { + "hash": 1821120040 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 182740390 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": -1101777814 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010018": { + "StatusID": 30010018, + "ModifierName": "MCommon_AllDamageTypeAddedRatio", + "StatusName": { + "hash": 1821120039 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 182740381 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1101777821 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010019": { + "StatusID": 30010019, + "ModifierName": "MCommon_PhysicalAddedRatio", + "StatusName": { + "hash": 1821120038 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 182740380 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpPhysical.png", + "StatusEffect": { + "hash": -1101777820 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010020": { + "StatusID": 30010020, + "ModifierName": "MCommon_FireAddedRatio", + "StatusName": { + "hash": -2070562722 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343552 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpFire.png", + "StatusEffect": { + "hash": -1505062340 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010021": { + "StatusID": 30010021, + "ModifierName": "MCommon_IceAddedRatio", + "StatusName": { + "hash": -2070562723 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343553 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpIce.png", + "StatusEffect": { + "hash": -1505062339 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010022": { + "StatusID": 30010022, + "ModifierName": "MCommon_ThunderAddedRatio", + "StatusName": { + "hash": -2070562724 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343554 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpThunder.png", + "StatusEffect": { + "hash": -1505062338 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010023": { + "StatusID": 30010023, + "ModifierName": "MCommon_WindAddedRatio", + "StatusName": { + "hash": -2070562725 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343555 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpWind.png", + "StatusEffect": { + "hash": -1505062337 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010024": { + "StatusID": 30010024, + "ModifierName": "MCommon_QuantumAddedRatio", + "StatusName": { + "hash": -2070562726 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343548 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpQuantum.png", + "StatusEffect": { + "hash": -1505062344 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010025": { + "StatusID": 30010025, + "ModifierName": "MCommon_ImaginaryAddedRatio", + "StatusName": { + "hash": -2070562727 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343549 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpImaginary.png", + "StatusEffect": { + "hash": -1505062343 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010026": { + "StatusID": 30010026, + "ModifierName": "MCommon_AllDamageTypeResistance", + "StatusName": { + "hash": -2070562728 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343550 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistance.png", + "StatusEffect": { + "hash": -1505062342 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010027": { + "StatusID": 30010027, + "ModifierName": "MCommon_PhysicalResistance", + "StatusName": { + "hash": -2070562729 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343551 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistancePhysical.png", + "StatusEffect": { + "hash": -1505062341 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010028": { + "StatusID": 30010028, + "ModifierName": "MCommon_FireResistance", + "StatusName": { + "hash": -2070562730 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343560 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceFire.png", + "StatusEffect": { + "hash": -1505062348 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010029": { + "StatusID": 30010029, + "ModifierName": "MCommon_IceResistance", + "StatusName": { + "hash": -2070562731 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1383343561 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceIce.png", + "StatusEffect": { + "hash": -1505062347 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010030": { + "StatusID": 30010030, + "ModifierName": "MCommon_ThunderResistance", + "StatusName": { + "hash": 658320633 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539803 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceThunder.png", + "StatusEffect": { + "hash": 61021601 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010031": { + "StatusID": 30010031, + "ModifierName": "MCommon_WindResistance", + "StatusName": { + "hash": 658320632 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539802 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceWind.png", + "StatusEffect": { + "hash": 61021602 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010032": { + "StatusID": 30010032, + "ModifierName": "MCommon_QuantumResistance", + "StatusName": { + "hash": 658320631 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539801 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceQuantum.png", + "StatusEffect": { + "hash": 61021603 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010033": { + "StatusID": 30010033, + "ModifierName": "MCommon_ImaginaryResistance", + "StatusName": { + "hash": 658320630 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539800 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceImaginary.png", + "StatusEffect": { + "hash": 61021604 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010034": { + "StatusID": 30010034, + "ModifierName": "MCommon_PhysicalPenetrate", + "StatusName": { + "hash": 658320629 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539807 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpPhysical.png", + "StatusEffect": { + "hash": 61021597 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010035": { + "StatusID": 30010035, + "ModifierName": "MCommon_FirePenetrate", + "StatusName": { + "hash": 658320628 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539806 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpFire.png", + "StatusEffect": { + "hash": 61021598 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010036": { + "StatusID": 30010036, + "ModifierName": "MCommon_IcePenetrate", + "StatusName": { + "hash": 658320627 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539805 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpIce.png", + "StatusEffect": { + "hash": 61021599 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010037": { + "StatusID": 30010037, + "ModifierName": "MCommon_ThunderPenetrate", + "StatusName": { + "hash": 658320626 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539804 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpThunder.png", + "StatusEffect": { + "hash": 61021600 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010038": { + "StatusID": 30010038, + "ModifierName": "MCommon_WindPenetrate", + "StatusName": { + "hash": 658320625 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539795 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpWind.png", + "StatusEffect": { + "hash": 61021593 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010039": { + "StatusID": 30010039, + "ModifierName": "MCommon_QuantumPenetrate", + "StatusName": { + "hash": 658320624 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345539794 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpQuantum.png", + "StatusEffect": { + "hash": 61021594 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010040": { + "StatusID": 30010040, + "ModifierName": "MCommon_ImaginaryPenetrate", + "StatusName": { + "hash": 1061605160 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -576774498 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpImaginary.png", + "StatusEffect": { + "hash": -698493286 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010041": { + "StatusID": 30010041, + "ModifierName": "MCommon_AllDamageTypeTakenRatio", + "StatusName": { + "hash": 1061605159 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -576774499 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": -698493285 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010042": { + "StatusID": 30010042, + "ModifierName": "MCommon_PhysicalTakenRatio", + "StatusName": { + "hash": 1061605158 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -576774500 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioPhysical.png", + "StatusEffect": { + "hash": -698493284 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010043": { + "StatusID": 30010043, + "ModifierName": "MCommon_FireTakenRatio", + "StatusName": { + "hash": 1061605157 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -576774501 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioFire.png", + "StatusEffect": { + "hash": -698493283 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010044": { + "StatusID": 30010044, + "ModifierName": "MCommon_IceTakenRatio", + "StatusName": { + "hash": 1061605156 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -576774494 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioIce.png", + "StatusEffect": { + "hash": -698493290 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010045": { + "StatusID": 30010045, + "ModifierName": "MCommon_ThunderTakenRatio", + "StatusName": { + "hash": 1061605155 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -576774495 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioThunder.png", + "StatusEffect": { + "hash": -698493289 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010046": { + "StatusID": 30010046, + "ModifierName": "MCommon_WindTakenRatio", + "StatusName": { + "hash": 1061605154 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -576774496 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioWind.png", + "StatusEffect": { + "hash": -698493288 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010047": { + "StatusID": 30010047, + "ModifierName": "MCommon_QuantumTakenRatio", + "StatusName": { + "hash": 1061605153 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -576774497 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioQuantum.png", + "StatusEffect": { + "hash": -698493287 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010048": { + "StatusID": 30010048, + "ModifierName": "MCommon_ImaginaryTakenRatio", + "StatusName": { + "hash": 1061605152 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -576774506 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatioImaginary.png", + "StatusEffect": { + "hash": -698493294 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010049": { + "StatusID": 30010049, + "ModifierName": "MCommon_PhysicalAbsorb", + "StatusName": { + "hash": 1061605151 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -576774507 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistancePhysical.png", + "StatusEffect": { + "hash": -698493293 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010050": { + "StatusID": 30010050, + "ModifierName": "MCommon_FireAbsorb", + "StatusName": { + "hash": -504478781 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858439 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceFire.png", + "StatusEffect": { + "hash": 867590655 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010051": { + "StatusID": 30010051, + "ModifierName": "MCommon_IceAbsorb", + "StatusName": { + "hash": -504478782 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858440 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceIce.png", + "StatusEffect": { + "hash": 867590656 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010052": { + "StatusID": 30010052, + "ModifierName": "MCommon_ThunderAbsorb", + "StatusName": { + "hash": -504478783 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858441 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceThunder.png", + "StatusEffect": { + "hash": 867590657 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010053": { + "StatusID": 30010053, + "ModifierName": "MCommon_WindAbsorb", + "StatusName": { + "hash": -504478784 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858442 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceWind.png", + "StatusEffect": { + "hash": 867590658 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010054": { + "StatusID": 30010054, + "ModifierName": "MCommon_QuantumAbsorb", + "StatusName": { + "hash": -504478785 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858435 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceQuantum.png", + "StatusEffect": { + "hash": 867590651 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010055": { + "StatusID": 30010055, + "ModifierName": "MCommon_ImaginaryAbsorb", + "StatusName": { + "hash": -504478786 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858436 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceImaginary.png", + "StatusEffect": { + "hash": 867590652 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010056": { + "StatusID": 30010056, + "ModifierName": "MCommon_StanceBreakAddedRatio", + "StatusName": { + "hash": -504478787 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858437 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 867590653 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010057": { + "StatusID": 30010057, + "ModifierName": "MCommon_StanceBreakResistance", + "StatusName": { + "hash": -504478788 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858438 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 867590654 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010058": { + "StatusID": 30010058, + "ModifierName": "MCommon_StanceBreakResistanceAll", + "StatusName": { + "hash": -504478789 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858447 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 867590647 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30010059": { + "StatusID": 30010059, + "ModifierName": "MCommon_StanceBreakTakenRatio", + "StatusName": { + "hash": -504478790 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2142858448 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 867590648 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010060": { + "StatusID": 30010060, + "ModifierName": "MCommon_FireStanceBreakResistance", + "StatusName": { + "hash": -101194254 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 586024916 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceFire.png", + "StatusEffect": { + "hash": 464306128 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010061": { + "StatusID": 30010061, + "ModifierName": "MCommon_IceStanceBreakResistance", + "StatusName": { + "hash": -101194255 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 586024915 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceIce.png", + "StatusEffect": { + "hash": 464306129 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010062": { + "StatusID": 30010062, + "ModifierName": "MCommon_ThunderStanceBreakResistance", + "StatusName": { + "hash": -101194256 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 586024914 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceThunder.png", + "StatusEffect": { + "hash": 464306130 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010063": { + "StatusID": 30010063, + "ModifierName": "MCommon_WindStanceBreakResistance", + "StatusName": { + "hash": -101194257 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 586024913 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceWind.png", + "StatusEffect": { + "hash": 464306131 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010064": { + "StatusID": 30010064, + "ModifierName": "MCommon_QuantumStanceBreakResistance", + "StatusName": { + "hash": -101194258 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 586024920 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceQuantum.png", + "StatusEffect": { + "hash": 464306124 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010065": { + "StatusID": 30010065, + "ModifierName": "MCommon_ImaginaryStanceBreakResistance", + "StatusName": { + "hash": -101194259 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 586024919 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceImaginary.png", + "StatusEffect": { + "hash": 464306125 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010066": { + "StatusID": 30010066, + "ModifierName": "MCommon_SpeedUp", + "StatusName": { + "hash": -101194260 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 586024918 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 464306126 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010067": { + "StatusID": 30010067, + "ModifierName": "MCommon_SpeedDown", + "StatusName": { + "hash": -101194261 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 586024917 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": 464306127 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010068": { + "StatusID": 30010068, + "ModifierName": "MCommon_HealRatioUp", + "StatusName": { + "hash": -101194262 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 586024908 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 464306120 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010069": { + "StatusID": 30010069, + "ModifierName": "MCommon_HealRatioDown", + "StatusName": { + "hash": -101194263 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 586024907 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": 464306121 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010070": { + "StatusID": 30010070, + "ModifierName": "MCommon_HealTakenRatioUp", + "StatusName": { + "hash": -1667278195 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -980059025 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 2030390069 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010071": { + "StatusID": 30010071, + "ModifierName": "MCommon_HealTakenRatioDown", + "StatusName": { + "hash": -1667278196 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -980059026 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": 2030390070 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010072": { + "StatusID": 30010072, + "ModifierName": "MCommon_StatusProbability", + "StatusName": { + "hash": -1667278197 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -980059027 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": 2030390071 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010073": { + "StatusID": 30010073, + "ModifierName": "MCommon_StatusResistanceUp", + "StatusName": { + "hash": -1667278198 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -980059028 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffResBoost.png", + "StatusEffect": { + "hash": 2030390072 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010074": { + "StatusID": 30010074, + "ModifierName": "MCommon_SPRatioUp", + "StatusName": { + "hash": -1667278199 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -980059021 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": 2030390065 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010075": { + "StatusID": 30010075, + "ModifierName": "MCommon_SPRatioDown", + "StatusName": { + "hash": -1667278200 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -980059022 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": 2030390066 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30010076": { + "StatusID": 30010076, + "ModifierName": "MCommon_StatusResistanceDown", + "StatusName": { + "hash": -1667278201 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -980059023 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffResReduce.png", + "StatusEffect": { + "hash": 2030390067 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "30020001": { + "StatusID": 30020001, + "ModifierName": "MCommon_DOT_Bleed", + "StatusName": { + "hash": -907764462 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1748823176 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotBleed.png", + "StatusEffect": { + "hash": 1627106696 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020002": { + "StatusID": 30020002, + "ModifierName": "MCommon_DOT_Burn", + "StatusName": { + "hash": -907764461 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1748823177 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotBurn.png", + "StatusEffect": { + "hash": 1627106695 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020003": { + "StatusID": 30020003, + "ModifierName": "MCommon_DOT_Poison", + "StatusName": { + "hash": -907764460 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1748823178 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotPoison.png", + "StatusEffect": { + "hash": 1627106694 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020004": { + "StatusID": 30020004, + "ModifierName": "MCommon_DOT_Electric", + "StatusName": { + "hash": -907764467 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1748823179 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotElectric.png", + "StatusEffect": { + "hash": 1627106693 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020005": { + "StatusID": 30020005, + "ModifierName": "MCommon_DOT_Tear", + "StatusName": { + "hash": -907764466 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1748823180 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotLaceration.png", + "StatusEffect": { + "hash": 1627106692 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020006": { + "StatusID": 30020006, + "ModifierName": "MCommon_HOT_HPByMaxHP", + "StatusName": { + "hash": -907764465 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1748823181 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 1627106691 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020007": { + "StatusID": 30020007, + "ModifierName": "MCommon_HOT_SP", + "StatusName": { + "hash": -907764464 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1748823182 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 1627106690 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_ShowValue" + ] + }, + "30020008": { + "StatusID": 30020008, + "ModifierName": "MCommon_Block_Turn", + "StatusName": { + "hash": -907764471 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1748823167 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1627106689 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020009": { + "StatusID": 30020009, + "ModifierName": "MCommon_Block_Count", + "StatusName": { + "hash": -907764470 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1748823168 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1627106688 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020010": { + "StatusID": 30020010, + "ModifierName": "MCommon_CTRL_Taunt", + "StatusName": { + "hash": 1821118892 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 182739234 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": -1101776658 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020011": { + "StatusID": 30020011, + "ModifierName": "MCommon_CTRL_Stun", + "StatusName": { + "hash": 1821118893 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 182739235 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": -1101776659 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020012": { + "StatusID": 30020012, + "ModifierName": "MCommon_CTRL_Frozen", + "StatusName": { + "hash": 1821118894 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 182739236 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotFrozen.png", + "StatusEffect": { + "hash": -1101776660 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020013": { + "StatusID": 30020013, + "ModifierName": "MCommon_Confine", + "StatusName": { + "hash": 1821118895 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 182739237 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotCage.png", + "StatusEffect": { + "hash": -1101776661 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020014": { + "StatusID": 30020014, + "ModifierName": "MCommon_BAN_Heal", + "StatusName": { + "hash": 1821118888 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 182739238 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": -1101776662 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020015": { + "StatusID": 30020015, + "ModifierName": "MCommon_BAN_Silence", + "StatusName": { + "hash": 1821118889 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 182739239 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": -1101776663 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020016": { + "StatusID": 30020016, + "ModifierName": "MCommon_Stealth", + "StatusName": { + "hash": 1821118890 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 182739240 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": -1101776664 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "30020017": { + "StatusID": 30020017, + "ModifierName": "MCommon_Servant", + "StatusName": { + "hash": 1821118891 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 182739241 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterDestruct.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "30020018": { + "StatusID": 30020018, + "ModifierName": "MCommon_Protect_Shield", + "StatusName": { + "hash": 1821118884 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 182739226 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": -1101776666 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "30020019": { + "StatusID": 30020019, + "ModifierName": "MCommon_Protect_SkillRetarget", + "StatusName": { + "hash": 1821118885 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 182739227 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": -1101776667 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020020": { + "StatusID": 30020020, + "ModifierName": "MCommon_Element_Bleed", + "StatusName": { + "hash": -2070563877 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344707 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotLaceration.png", + "StatusEffect": { + "hash": -1505061185 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020021": { + "StatusID": 30020021, + "ModifierName": "MCommon_Element_Frozen", + "StatusName": { + "hash": -2070563876 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344706 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotFrozen.png", + "StatusEffect": { + "hash": -1505061186 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020022": { + "StatusID": 30020022, + "ModifierName": "MCommon_Element_Burn", + "StatusName": { + "hash": -2070563875 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344705 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotBurn.png", + "StatusEffect": { + "hash": -1505061187 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020023": { + "StatusID": 30020023, + "ModifierName": "MCommon_Element_Poison", + "StatusName": { + "hash": -2070563874 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344704 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotPoison.png", + "StatusEffect": { + "hash": -1505061188 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020024": { + "StatusID": 30020024, + "ModifierName": "MCommon_Element_Electric", + "StatusName": { + "hash": -2070563881 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344703 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotElectric.png", + "StatusEffect": { + "hash": -1505061189 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020025": { + "StatusID": 30020025, + "ModifierName": "MCommon_Element_Confine", + "StatusName": { + "hash": -2070563880 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344702 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotCage.png", + "StatusEffect": { + "hash": -1505061190 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020026": { + "StatusID": 30020026, + "ModifierName": "MCommon_Element_Entangle", + "StatusName": { + "hash": -2070563879 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344701 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotTangle.png", + "StatusEffect": { + "hash": -1505061191 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020027": { + "StatusID": 30020027, + "ModifierName": "MCommon_Entangle", + "StatusName": { + "hash": -2070563878 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344700 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotTangle.png", + "StatusEffect": { + "hash": -1505061192 + }, + "CanDispel": true, + "ReadParamList": [] + }, + "30020028": { + "StatusID": 30020028, + "ModifierName": "MLevel_WB_StageAbility_3999012_Modifier", + "StatusName": { + "hash": -2070563885 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344715 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotPoison.png", + "StatusEffect": { + "hash": -1505061193 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "30020029": { + "StatusID": 30020029, + "ModifierName": "MLevel_WB_StageAbility_3999013_Modifier", + "StatusName": { + "hash": -2070563884 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1383344714 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotPoison.png", + "StatusEffect": { + "hash": -1505061194 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "30020030": { + "StatusID": 30020030, + "ModifierName": "MLevel_WB_StageAbility_3999016_Modifier", + "StatusName": { + "hash": 658319478 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1345538648 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": 61022756 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "30020031": { + "StatusID": 30020031, + "ModifierName": "MLevel_WB_StageAbility_3999017_Modifier_AttackUp_Sub", + "StatusName": { + "hash": 658319479 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345538649 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 61022755 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_AttRatio", + "#ADF_2", + "MDF_CurrentAttRatio" + ] + }, + "30020032": { + "StatusID": 30020032, + "ModifierName": "MLevel_WB_StageAbility_3999017_Modifier_DefenseUp_Sub", + "StatusName": { + "hash": 658319480 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345538650 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 61022754 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_DffRatio", + "#ADF_2", + "MDF_CurrentDffRatio" + ] + }, + "30020033": { + "StatusID": 30020033, + "ModifierName": "MLevel_WB_StageAbility_3999017_Modifier_SpeedUp_Sub", + "StatusName": { + "hash": 658319481 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1345538651 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 61022753 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_SpeedDelta", + "#ADF_2", + "MDF_CurrentSpeedDelta" + ] + }, + "40210051": { + "StatusID": 40210051, + "ModifierName": "MEquip_21005_AttackAddedRatio", + "StatusName": { + "hash": 1020416755 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 112087017 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1502217895 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "40210101": { + "StatusID": 40210101, + "ModifierName": "MEquip_21010_DamageAddedRatio", + "StatusName": { + "hash": 1423701315 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 515371577 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "40230021": { + "StatusID": 40230021, + "ModifierName": "MEquip_23002_Effect", + "StatusName": { + "hash": 260899690 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1678168780 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1905504600 + }, + "CanDispel": true, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "40230031": { + "StatusID": 40230031, + "ModifierName": "MEquip_23003_TriggerCD", + "StatusName": { + "hash": 1826983631 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1050714575 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCD.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "40230061": { + "StatusID": 40230061, + "ModifierName": "MEquip_23006_DOTDamageUp", + "StatusName": { + "hash": -1708468778 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -291199688 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -63863868 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "40230062": { + "StatusID": 40230062, + "ModifierName": "MEquip_23006_SpeedAddedRatio", + "StatusName": { + "hash": -1708468775 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -291199685 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -63863871 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "40230071": { + "StatusID": 40230071, + "ModifierName": "MEquip_23007_Trojan", + "StatusName": { + "hash": -142384837 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1274884253 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": -1629947809 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "6002530": { + "StatusID": 6002530, + "ModifierName": "MonsterPower_Sub", + "StatusName": { + "hash": 872132772 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 801248954 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "62012301": { + "StatusID": 62012301, + "ModifierName": "MLevel_Stage20123201_LevelAllDamageReduce", + "StatusName": { + "hash": -76504179 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 2015433455 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_PropertyValue" + ] + }, + "62013201": { + "StatusID": 62013201, + "ModifierName": "MLevel_Stage2013201_UnWeakResistance", + "StatusName": { + "hash": -1380466127 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 711471507 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistanceElement.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_AllDamageTypeResistance" + ] + }, + "62013202": { + "StatusID": 62013202, + "ModifierName": "MLevel_Stage2013202", + "StatusName": { + "hash": -1380466128 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 711471506 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_AttackAddedRatio", + "MDF_DefenceAddedRatio" + ] + }, + "62013203": { + "StatusID": 62013203, + "ModifierName": "MLevel_Stage20132_NatashaMission_FrozenResistance", + "StatusName": { + "hash": -1380466129 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 711471505 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "63999001": { + "StatusID": 63999001, + "ModifierName": "MLevel_WB_StageAbility_3999001_Modifier", + "StatusName": { + "hash": 640701209 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997678449 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "63999002": { + "StatusID": 63999002, + "ModifierName": "MLevel_WB_StageAbility_3999002_Modifier", + "StatusName": { + "hash": 640701210 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997678448 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "63999003": { + "StatusID": 63999003, + "ModifierName": "MLevel_WB_StageAbility_3999003_Modifier", + "StatusName": { + "hash": 640701211 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997678447 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "63999004": { + "StatusID": 63999004, + "ModifierName": "MLevel_WB_StageAbility_3999004_Modifier", + "StatusName": { + "hash": 640701204 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997678446 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "63999005": { + "StatusID": 63999005, + "ModifierName": "MLevel_WB_StageAbility_3999005_Modifier", + "StatusName": { + "hash": 640701205 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997678445 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDamageResistance.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "63999006": { + "StatusID": 63999006, + "ModifierName": "MLevel_WB_StageAbility_3999006_Modifier", + "StatusName": { + "hash": 640701206 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997678444 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "63999007": { + "StatusID": 63999007, + "ModifierName": "MLevel_WB_StageAbility_3999007_Modifier", + "StatusName": { + "hash": 640701207 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997678443 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Ratio" + ] + }, + "63999900": { + "StatusID": 63999900, + "ModifierName": "Modifier_BattleEventAbility_Target", + "StatusName": { + "hash": 640701441 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -997678217 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": 1675512769 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "64999001": { + "StatusID": 64999001, + "ModifierName": "MLevel_StageAbility_610404_Modifier_Sub2", + "StatusName": { + "hash": 640525814 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997566348 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1675260980 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999002": { + "StatusID": 64999002, + "ModifierName": "MLevel_StageAbility_610406_Modifier_Sub2", + "StatusName": { + "hash": 640525813 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997566349 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1675260981 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999003": { + "StatusID": 64999003, + "ModifierName": "MLevel_StageAbility_610407_Modifier_Sub2", + "StatusName": { + "hash": 640525812 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997566350 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 1675260982 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999004": { + "StatusID": 64999004, + "ModifierName": "MLevel_StageAbility_610503_Modifier_Sub2", + "StatusName": { + "hash": 640525819 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997566351 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1675260983 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999005": { + "StatusID": 64999005, + "ModifierName": "MLevel_StageAbility_610505_Modifier_Sub2", + "StatusName": { + "hash": 640525818 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997566352 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 1675260984 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999006": { + "StatusID": 64999006, + "ModifierName": "MLevel_StageAbility_610603_Modifier_Sub2", + "StatusName": { + "hash": 640525817 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997566353 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1675260985 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999007": { + "StatusID": 64999007, + "ModifierName": "MLevel_StageAbility_610604_Modifier_Sub2", + "StatusName": { + "hash": 640525816 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997566354 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1675260986 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999008": { + "StatusID": 64999008, + "ModifierName": "MLevel_StageAbility_610606_Modifier_Sub2", + "StatusName": { + "hash": 640525823 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997566339 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 1675260987 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999009": { + "StatusID": 64999009, + "ModifierName": "MLevel_StageAbility_610103_Modifier_Sub2", + "StatusName": { + "hash": 640525822 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997566340 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1675260988 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999010": { + "StatusID": 64999010, + "ModifierName": "MLevel_StageAbility_610108_Modifier_Sub2", + "StatusName": { + "hash": -2088357540 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568517594 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": 109177038 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999011": { + "StatusID": 64999011, + "ModifierName": "MLevel_StageAbility_6070004_Modifier_Sub2", + "StatusName": { + "hash": -2088357541 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568517593 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 109177039 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999012": { + "StatusID": 64999012, + "ModifierName": "MLevel_StageAbility_610705_Modifier_Sub2", + "StatusName": { + "hash": -2088357542 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568517592 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 109177040 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999013": { + "StatusID": 64999013, + "ModifierName": "MLevel_StageAbility_610708_Modifier_Sub2", + "StatusName": { + "hash": -2088357543 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 568517591 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffEye.png", + "StatusEffect": { + "hash": 109177041 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_2" + ] + }, + "64999014": { + "StatusID": 64999014, + "ModifierName": "StageAbility_610106_Modifier_Sub2", + "StatusName": { + "hash": -2088357536 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568517590 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": 109177042 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999015": { + "StatusID": 64999015, + "ModifierName": "MLevel_StageAbility_610805_Modifier_Sub2", + "StatusName": { + "hash": -2088357537 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568517589 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 109177043 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_2" + ] + }, + "64999016": { + "StatusID": 64999016, + "ModifierName": "MLevel_StageAbility_610608_Modifier_Sub2", + "StatusName": { + "hash": -2088357538 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568517588 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 109177044 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_2" + ] + }, + "64999017": { + "StatusID": 64999017, + "ModifierName": "MLevel_StageAbility_610905_Modifier_Sub2", + "StatusName": { + "hash": -2088357539 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568517587 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 109177045 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_2" + ] + }, + "64999018": { + "StatusID": 64999018, + "ModifierName": "MLevel_StageAbility_610908_Modifier_Sub2", + "StatusName": { + "hash": -2088357532 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 568517602 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": 109177046 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_2" + ] + }, + "64999019": { + "StatusID": 64999019, + "ModifierName": "MLevel_StageAbility_610802_Modifier_Sub2", + "StatusName": { + "hash": -2088357533 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568517601 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_ShowValue" + ] + }, + "64999020": { + "StatusID": 64999020, + "ModifierName": "MLevel_StageAbility_611006_Modifier_Sub2", + "StatusName": { + "hash": -522273599 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 165233067 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1456906903 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_2" + ] + }, + "64999021": { + "StatusID": 64999021, + "ModifierName": "MLevel_StageAbility_SpiritCapacity_1_Modifier_Sub", + "StatusName": { + "hash": -522273600 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 165233066 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": -1456906902 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "64999022": { + "StatusID": 64999022, + "ModifierName": "MLevel_StageAbility_SpiritCapacity_2_Modifier_Sub", + "StatusName": { + "hash": -522273601 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 165233065 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": -1456906901 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "64999023": { + "StatusID": 64999023, + "ModifierName": "MLevel_StageAbility_629902_Modifier_Sub2", + "StatusName": { + "hash": -522273602 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 165233064 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": -1456906900 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_3", + "ADF_4" + ] + }, + "64999024": { + "StatusID": 64999024, + "ModifierName": "MLevel_StageAbility_629907_Modifier_Sub2", + "StatusName": { + "hash": -522273595 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 165233063 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1456906899 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1_AttackAdd" + ] + }, + "64999025": { + "StatusID": 64999025, + "ModifierName": "MLevel_StageAbility_629908_Modifier_Sub2", + "StatusName": { + "hash": -522273596 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 165233062 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -1456906898 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1_DefenceDown" + ] + }, + "64999026": { + "StatusID": 64999026, + "ModifierName": "MLevel_StageAbility_620301_Modifier_Sub2", + "StatusName": { + "hash": -522273597 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 165233061 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": -1456906897 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1", + "MDF_2", + "MDF_MaxLayer" + ] + }, + "64999027": { + "StatusID": 64999027, + "ModifierName": "MLevel_StageAbility_620501_Modifier_Sub2", + "StatusName": { + "hash": -522273598 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 165233060 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": -1456906896 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64999028": { + "StatusID": 64999028, + "ModifierName": "MLevel_StageAbility_620601_Modifier_Sub2", + "StatusName": { + "hash": -522273591 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 165233075 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1456906895 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64999029": { + "StatusID": 64999029, + "ModifierName": "MLevel_StageAbility_620601_Modifier_Sub3", + "StatusName": { + "hash": -522273592 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 165233074 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": -1456906894 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64999030": { + "StatusID": 64999030, + "ModifierName": "MLevel_StageAbility_610306_Modifier_Sub2", + "StatusName": { + "hash": 1043810342 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1731317008 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 1271976452 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999031": { + "StatusID": 64999031, + "ModifierName": "StageAbility_610501_Modifier_Sub2", + "StatusName": { + "hash": 1043810341 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1731317007 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1271976453 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999032": { + "StatusID": 64999032, + "ModifierName": "StageAbility_612002_Modifier_Sub", + "StatusName": { + "hash": 1043810340 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1731317006 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "Shield_Add_Count" + ] + }, + "64999033": { + "StatusID": 64999033, + "ModifierName": "MLevel_StageAbility_612005_Modifier_Sub2", + "StatusName": { + "hash": 1043810339 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1731317005 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 1271976455 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999034": { + "StatusID": 64999034, + "ModifierName": "MLevel_StageAbility_612012_Modifier_Sub2", + "StatusName": { + "hash": 1043810346 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1731317004 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": 1271976456 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_4" + ] + }, + "64999035": { + "StatusID": 64999035, + "ModifierName": "MLevel_StageAbility_612012_Modifier_Sub3", + "StatusName": { + "hash": 1043810345 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1731317003 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 1271976457 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_2", + "#ADF_3" + ] + }, + "64999036": { + "StatusID": 64999036, + "ModifierName": "MLevel_StageAbility_612102_Modifier_Sub2", + "StatusName": { + "hash": 1043810344 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1731317002 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": 1271976458 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_2" + ] + }, + "64999037": { + "StatusID": 64999037, + "ModifierName": "MLevel_StageAbility_612105_Modifier_Sub2", + "StatusName": { + "hash": 1043810343 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1731317001 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 1271976459 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999038": { + "StatusID": 64999038, + "ModifierName": "MLevel_StageAbility_612108_Modifier_Sub2", + "StatusName": { + "hash": 1043810350 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1731317016 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffCommon.png", + "StatusEffect": { + "hash": 1271976460 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999039": { + "StatusID": 64999039, + "ModifierName": "MLevel_StageAbility_612111_Modifier_Sub2", + "StatusName": { + "hash": 1043810349 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": 1731317015 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": 1271976461 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_4" + ] + }, + "64999040": { + "StatusID": 64999040, + "ModifierName": "MLevel_StageAbility_612208_Modifier_Sub2", + "StatusName": { + "hash": -1328842653 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032481 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": -294107489 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999041": { + "StatusID": 64999041, + "ModifierName": "MLevel_StageAbility_612305_Modifier_Sub2", + "StatusName": { + "hash": -1328842654 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032480 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": -294107488 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999042": { + "StatusID": 64999042, + "ModifierName": "MLevel_StageAbility_612307_Modifier_Sub2", + "StatusName": { + "hash": -1328842655 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032479 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -294107487 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_2" + ] + }, + "64999043": { + "StatusID": 64999043, + "ModifierName": "MLevel_StageAbility_612310_Modifier_Sub2", + "StatusName": { + "hash": -1328842656 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032478 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -294107486 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_ShowValue" + ] + }, + "64999044": { + "StatusID": 64999044, + "ModifierName": "MLevel_StageAbility_612311_Modifier_Sub2", + "StatusName": { + "hash": -1328842649 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032477 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -294107485 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_2", + "MDF_MaxLayer" + ] + }, + "64999045": { + "StatusID": 64999045, + "ModifierName": "MLevel_StageAbility_612314_Modifier_Sub2", + "StatusName": { + "hash": -1328842650 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032476 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -294107484 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_2", + "#ADF_3", + "MDF_MaxLayer" + ] + }, + "64999046": { + "StatusID": 64999046, + "ModifierName": "MLevel_StageAbility_612503_Modifier_Sub", + "StatusName": { + "hash": -1328842651 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032475 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -294107483 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1", + "ADF_2" + ] + }, + "64999047": { + "StatusID": 64999047, + "ModifierName": "MLevel_StageAbility_612506_Modifier_Sub2", + "StatusName": { + "hash": -1328842652 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032474 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": -294107482 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999048": { + "StatusID": 64999048, + "ModifierName": "MLevel_StageAbility_612508_Modifier_CriChance", + "StatusName": { + "hash": -1328842645 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032489 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": -294107481 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_3", + "MDF_MaxLayer" + ] + }, + "64999049": { + "StatusID": 64999049, + "ModifierName": "MLevel_StageAbility_612510_Modifier_Sub2", + "StatusName": { + "hash": -1328842646 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 1328032488 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -294107480 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_Value" + ] + }, + "64999050": { + "StatusID": 64999050, + "ModifierName": "MLevel_StageAbility_612511_Modifier_Sub", + "StatusName": { + "hash": 237241288 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1400850874 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "#ADF_2" + ] + }, + "64999051": { + "StatusID": 64999051, + "ModifierName": "MLevel_StageAbility_612514_Modifier_Sub2", + "StatusName": { + "hash": 237241287 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1400850875 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1860191429 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_2", + "MDF_MaxLayer" + ] + }, + "64999052": { + "StatusID": 64999052, + "ModifierName": "MLevel_StageAbility_612604_Modifier_Sub2", + "StatusName": { + "hash": 237241286 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1400850876 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": -1860191428 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999053": { + "StatusID": 64999053, + "ModifierName": "MLevel_StageAbility_612608_Modifier_Sub2", + "StatusName": { + "hash": 237241285 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1400850877 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1860191427 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_2", + "#ADF_2" + ] + }, + "64999054": { + "StatusID": 64999054, + "ModifierName": "MLevel_StageAbility_612610_Modifier_Sub2", + "StatusName": { + "hash": 237241292 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1400850878 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -1860191426 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999055": { + "StatusID": 64999055, + "ModifierName": "MLevel_StageAbility_612615_Modifier_Sub2", + "StatusName": { + "hash": 237241291 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1400850879 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDefenceDown.png", + "StatusEffect": { + "hash": -1860191425 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_2", + "MDF_MaxLayer" + ] + }, + "64999056": { + "StatusID": 64999056, + "ModifierName": "StageAbility_612401_Modifier_Sub2", + "StatusName": { + "hash": 237241290 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1400850880 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": -1860191424 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999057": { + "StatusID": 64999057, + "ModifierName": "MLevel_StageAbility_612403_Modifier_Sub2", + "StatusName": { + "hash": 237241289 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1400850881 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": -1860191423 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1", + "MDF_MaxLayer" + ] + }, + "64999058": { + "StatusID": 64999058, + "ModifierName": "MLevel_StageAbility_612407_Modifier_Sub2", + "StatusName": { + "hash": 237241296 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1400850866 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": -1860191422 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999059": { + "StatusID": 64999059, + "ModifierName": "MLevel_StageAbility_612408_Modifier_Sub2", + "StatusName": { + "hash": 237241295 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1400850867 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": -1860191421 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64999060": { + "StatusID": 64999060, + "ModifierName": "StageAbility_612411_Modifier_Sub2", + "StatusName": { + "hash": 1803325229 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1804135401 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "SkillUse_Count" + ] + }, + "64999061": { + "StatusID": 64999061, + "ModifierName": "MLevel_StageAbility_612412_Modifier_Sub2", + "StatusName": { + "hash": 1803325228 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -1804135402 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": 868691926 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1" + ] + }, + "64999062": { + "StatusID": 64999062, + "ModifierName": "MLevel_StageAbility_612412_Modifier_Sub3", + "StatusName": { + "hash": 1803325227 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1804135403 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": 868691927 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_2" + ] + }, + "64999063": { + "StatusID": 64999063, + "ModifierName": "MLevel_StageAbility_612414_Modifier_Sub2", + "StatusName": { + "hash": 1803325226 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1804135404 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 868691928 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64999064": { + "StatusID": 64999064, + "ModifierName": "MLevel_StageAbility_620101_Modifier_Sub2", + "StatusName": { + "hash": 1803325233 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1804135405 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffShield.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64888001": { + "StatusID": 64888001, + "ModifierName": "MLevel_StageAbility_631002_Modifier_Sub2", + "StatusName": { + "hash": 1418953047 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -219139115 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffSpeedDown.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "64888002": { + "StatusID": 64888002, + "ModifierName": "MLevel_StageAbility_631006_Modifier_Sub2", + "StatusName": { + "hash": 1418953044 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -219139118 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffHot.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64888003": { + "StatusID": 64888003, + "ModifierName": "MLevel_StageAbility_631006_Modifier_Sub3", + "StatusName": { + "hash": 1418953045 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -219139117 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64888004": { + "StatusID": 64888004, + "ModifierName": "MLevel_StageAbility_631006_Modifier_Sub4", + "StatusName": { + "hash": 1418953050 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -219139120 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64888005": { + "StatusID": 64888005, + "ModifierName": "MLevel_StageAbility_631006_Modifier_Sub5", + "StatusName": { + "hash": 1418953051 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -219139119 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64888006": { + "StatusID": 64888006, + "ModifierName": "MLevel_StageAbility_631006_Modifier_Sub6", + "StatusName": { + "hash": 1418953048 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -219139122 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64888007": { + "StatusID": 64888007, + "ModifierName": "MLevel_StageAbility_631006_Modifier_Sub7", + "StatusName": { + "hash": 1418953049 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -219139121 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64888008": { + "StatusID": 64888008, + "ModifierName": "MLevel_StageAbility_631004_Modifier_Sub2", + "StatusName": { + "hash": 1418953054 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -219139108 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "64888009": { + "StatusID": 64888009, + "ModifierName": "MLevel_StageAbility_631007_Modifier_Sub2", + "StatusName": { + "hash": 1418953055 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -219139107 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffAttackDown.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "#ADF_1" + ] + }, + "65999001": { + "StatusID": 65999001, + "ModifierName": "MLevel_BattleEventAbility_Challenge_06", + "StatusName": { + "hash": 640629335 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -997462827 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": 1675296979 + }, + "CanDispel": false, + "ReadParamList": [ + "#BattleEvent_P2_ADF" + ] + }, + "65999002": { + "StatusID": 65999002, + "ModifierName": "MLevel_BattleEventAbility_Challenge_07", + "StatusName": { + "hash": 640629332 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -997462830 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": 1675296982 + }, + "CanDispel": false, + "ReadParamList": [ + "#BattleEvent_P2_ADF" + ] + }, + "65999003": { + "StatusID": 65999003, + "ModifierName": "MLevel_BattleEventAbility_Challenge_08", + "StatusName": { + "hash": 640629333 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -997462829 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": 1675296981 + }, + "CanDispel": false, + "ReadParamList": [ + "#BattleEvent_P2_ADF" + ] + }, + "65999004": { + "StatusID": 65999004, + "ModifierName": "MLevel_BattleEventAbility_Challenge_09", + "StatusName": { + "hash": 640629338 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -997462832 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": 1675296984 + }, + "CanDispel": false, + "ReadParamList": [ + "#BattleEvent_P2_ADF" + ] + }, + "65999005": { + "StatusID": 65999005, + "ModifierName": "MLevel_BattleEventAbility_Challenge_10", + "StatusName": { + "hash": 640629339 + }, + "StatusType": "Debuff", + "StatusDesc": { + "hash": -997462831 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDeBuffDamageTakenRatio.png", + "StatusEffect": { + "hash": 1675296983 + }, + "CanDispel": false, + "ReadParamList": [ + "#BattleEvent_P2_ADF" + ] + }, + "65999006": { + "StatusID": 65999006, + "ModifierName": "MLevel_BattleEventAbility_Challenge_11", + "StatusName": { + "hash": 640629336 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997462834 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 1675296986 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1" + ] + }, + "65999007": { + "StatusID": 65999007, + "ModifierName": "MLevel_BattleEventAbility_Challenge_12", + "StatusName": { + "hash": 640629337 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997462833 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 1675296985 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1" + ] + }, + "65999008": { + "StatusID": 65999008, + "ModifierName": "MLevel_BattleEventAbility_Challenge_13", + "StatusName": { + "hash": 640629342 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997462820 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffSpeedUp.png", + "StatusEffect": { + "hash": 1675296988 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1" + ] + }, + "65999009": { + "StatusID": 65999009, + "ModifierName": "MLevel_BattleEventAbility_Challenge_14", + "StatusName": { + "hash": 640629343 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -997462819 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCommon.png", + "StatusEffect": { + "hash": 1675296987 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1" + ] + }, + "65999010": { + "StatusID": 65999010, + "ModifierName": "MLevel_BattleEventAbility_Challenge_15", + "StatusName": { + "hash": -2088254021 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568621113 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 109213039 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1" + ] + }, + "65999011": { + "StatusID": 65999011, + "ModifierName": "MLevel_BattleEventAbility_Challenge_Month_01", + "StatusName": { + "hash": -2088254020 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 568621114 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffCriticalUp.png", + "StatusEffect": { + "hash": 109213038 + }, + "CanDispel": false, + "ReadParamList": [ + "ADF_1", + "ADF_2" + ] + }, + "70010001": { + "StatusID": 70010001, + "ModifierName": "MItem_401001", + "StatusName": { + "hash": -184232281 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1822611939 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "70010002": { + "StatusID": 70010002, + "ModifierName": "MItem_401002", + "StatusName": { + "hash": -184232282 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1822611940 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "70010003": { + "StatusID": 70010003, + "ModifierName": "MItem_401004", + "StatusName": { + "hash": -184232283 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1822611941 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "70010004": { + "StatusID": 70010004, + "ModifierName": "MItem_402002", + "StatusName": { + "hash": -184232284 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1822611934 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1", + "MDF_2" + ] + }, + "70010005": { + "StatusID": 70010005, + "ModifierName": "MItem_403001", + "StatusName": { + "hash": -184232285 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1822611935 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1", + "MDF_2" + ] + }, + "70010006": { + "StatusID": 70010006, + "ModifierName": "MItem_403002", + "StatusName": { + "hash": -184232286 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1822611936 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1", + "MDF_2" + ] + }, + "70010007": { + "StatusID": 70010007, + "ModifierName": "MItem_408003", + "StatusName": { + "hash": -184232287 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1822611937 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffDefenceUp.png", + "StatusEffect": { + "hash": 371857150 + }, + "CanDispel": false, + "ReadParamList": [ + "MDF_1" + ] + }, + "5510211": { + "StatusID": 5510211, + "ModifierName": "MRelic_102_Sub", + "StatusName": { + "hash": -1800587533 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -2030343663 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 873717639 + }, + "CanDispel": false, + "ReadParamList": [ + "#SkillRelic_102_4_P1_SpeedDelta", + "#SkillRelic_102_4_P2_DamageAddedRatio" + ] + }, + "5510511": { + "StatusID": 5510511, + "ModifierName": "MRelic_105_Sub", + "StatusName": { + "hash": 666173796 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -128232338 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1572623598 + }, + "CanDispel": false, + "ReadParamList": [ + "#SkillRelic_105_4_P1_AttackAddedRatio", + "#SkillRelic_105_4_P2_Maxlayer" + ] + }, + "5510711": { + "StatusID": 5510711, + "ModifierName": "MRelic_107_FireDamageAddRatio", + "StatusName": { + "hash": 383848794 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 154092664 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUpFire.png", + "StatusEffect": { + "hash": 1854948600 + }, + "CanDispel": false, + "ReadParamList": [ + "#SkillRelic_107_4_P2_DamageAddedRatio" + ] + }, + "5510811": { + "StatusID": 5510811, + "ModifierName": "MRelic_108_Sub", + "StatusName": { + "hash": -388962523 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": -1183368657 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 1720692645 + }, + "CanDispel": false, + "ReadParamList": [ + "#SkillRelic_108_4_P1_AttackAddedRatio", + "#SkillRelic_108_4_P2_MaxLayer" + ] + }, + "5511111": { + "StatusID": 5511111, + "ModifierName": "MRelic_111_Sub", + "StatusName": { + "hash": 1230823705 + }, + "StatusType": "Buff", + "StatusDesc": { + "hash": 436417571 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffAttackUp.png", + "StatusEffect": { + "hash": 2137273697 + }, + "CanDispel": false, + "ReadParamList": [ + "#SkillRelic_111_4_P2_AttackAddedRatio" + ] + }, + "64999065": { + "StatusID": 64999065, + "ModifierName": "Fake_Ice_Rogue", + "StatusName": { + "hash": 1803325232 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -1804135406 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconDotFrozen.png", + "StatusEffect": { + "hash": 868691930 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "210050101": { + "StatusID": 210050101, + "ModifierName": "MMonster_W1_CocoliaP2_00_Skill10_TargetLock", + "StatusName": { + "hash": -66346664 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": 1889454606 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconBuffTaunt.png", + "StatusEffect": { + "hash": -176339830 + }, + "CanDispel": false, + "ReadParamList": [] + }, + "210050105": { + "StatusID": 210050105, + "ModifierName": "MMonster_W1_CocoliaP2_00_Skill08_Charge", + "StatusName": { + "hash": -2035715132 + }, + "StatusType": "Other", + "StatusDesc": { + "hash": -79913862 + }, + "StatusIconPath": "SpriteOutput/BuffIcon/Inlevel/IconMonsterImaginaryCharge.png", + "StatusEffect": { + "hash": -2145708298 + }, + "CanDispel": false, + "ReadParamList": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/StatusResistanceTypeExcelTable.json b/CrepePackage/src/data/excel/StatusResistanceTypeExcelTable.json new file mode 100644 index 0000000..b0afd40 --- /dev/null +++ b/CrepePackage/src/data/excel/StatusResistanceTypeExcelTable.json @@ -0,0 +1,42 @@ +{ + "STAT_DOT_Burn": { + "Type": "STAT_DOT_Burn", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneBurn.png" + }, + "STAT_Confine": { + "Type": "STAT_Confine", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneCage.png" + }, + "STAT_CTRL": { + "Type": "STAT_CTRL", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneControl.png" + }, + "STAT_DefenceDown": { + "Type": "STAT_DefenceDown", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneDefenceDown.png" + }, + "STAT_DOT_Electric": { + "Type": "STAT_DOT_Electric", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneElectric.png" + }, + "STAT_CTRL_Frozen": { + "Type": "STAT_CTRL_Frozen", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneFrozen.png" + }, + "STAT_DOT_Bleed": { + "Type": "STAT_DOT_Bleed", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneLaceration.png" + }, + "STAT_SpeedDown": { + "Type": "STAT_SpeedDown", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneSlowDown.png" + }, + "STAT_Fatigue": { + "Type": "STAT_Fatigue", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneWeakness.png" + }, + "STAT_DOT_Poison": { + "Type": "STAT_DOT_Poison", + "Icon": "SpriteOutput/UI/Avatar/Icon/IconImmuneWind.png" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/StoryCharacterExcelTable.json b/CrepePackage/src/data/excel/StoryCharacterExcelTable.json new file mode 100644 index 0000000..5af44bd --- /dev/null +++ b/CrepePackage/src/data/excel/StoryCharacterExcelTable.json @@ -0,0 +1,1386 @@ +{ + "NPC_W1_Male_01": { + "StoryCharacterID": "NPC_W1_Male_01", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_01", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_02": { + "StoryCharacterID": "NPC_W1_Male_02", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_02.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_02", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_03": { + "StoryCharacterID": "NPC_W1_Male_03", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_03.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_03", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_04": { + "StoryCharacterID": "NPC_W1_Male_04", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_04.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_04", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_05": { + "StoryCharacterID": "NPC_W1_Male_05", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_05.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_05", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_06": { + "StoryCharacterID": "NPC_W1_Male_06", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_06.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_06", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_07": { + "StoryCharacterID": "NPC_W1_Male_07", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_07.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_07", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_08": { + "StoryCharacterID": "NPC_W1_Male_08", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_08.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_08", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_09": { + "StoryCharacterID": "NPC_W1_Male_09", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_09.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_09", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_10": { + "StoryCharacterID": "NPC_W1_Male_10", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_10.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_10", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_11": { + "StoryCharacterID": "NPC_W1_Male_11", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_11.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_11", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_12": { + "StoryCharacterID": "NPC_W1_Male_12", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_12.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_12", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_13": { + "StoryCharacterID": "NPC_W1_Male_13", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_13.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_13", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_14": { + "StoryCharacterID": "NPC_W1_Male_14", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_14.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_14", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_15": { + "StoryCharacterID": "NPC_W1_Male_15", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_15.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_15", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_16": { + "StoryCharacterID": "NPC_W1_Male_16", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_16.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_16", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_17": { + "StoryCharacterID": "NPC_W1_Male_17", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_17.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_17", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_18": { + "StoryCharacterID": "NPC_W1_Male_18", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_18.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_18", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_19": { + "StoryCharacterID": "NPC_W1_Male_19", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_19.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_19", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_20": { + "StoryCharacterID": "NPC_W1_Male_20", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_20.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_20", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_21": { + "StoryCharacterID": "NPC_W1_Male_21", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_21.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_21", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_22": { + "StoryCharacterID": "NPC_W1_Male_22", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_22.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_22", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_23": { + "StoryCharacterID": "NPC_W1_Male_23", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_23.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_23", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_24": { + "StoryCharacterID": "NPC_W1_Male_24", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_24.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_24", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_25": { + "StoryCharacterID": "NPC_W1_Male_25", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_25.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_25", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Male_26": { + "StoryCharacterID": "NPC_W1_Male_26", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Male/NPC_W1_Male_26.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Male_Config.json", + "StoryCharacterUniqueName": "W1_Male_26", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W1_Lady_01": { + "StoryCharacterID": "NPC_W1_Lady_01", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_01", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_02": { + "StoryCharacterID": "NPC_W1_Lady_02", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_02.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_02", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_03": { + "StoryCharacterID": "NPC_W1_Lady_03", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_03.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_03", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_04": { + "StoryCharacterID": "NPC_W1_Lady_04", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_04.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_04", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_05": { + "StoryCharacterID": "NPC_W1_Lady_05", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_05.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_05", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_06": { + "StoryCharacterID": "NPC_W1_Lady_06", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_06.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_06", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_07": { + "StoryCharacterID": "NPC_W1_Lady_07", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_07.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_07", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_08": { + "StoryCharacterID": "NPC_W1_Lady_08", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_08.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_08", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_09": { + "StoryCharacterID": "NPC_W1_Lady_09", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_09.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_09", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_10": { + "StoryCharacterID": "NPC_W1_Lady_10", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_10.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_10", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_11": { + "StoryCharacterID": "NPC_W1_Lady_11", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_11.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_11", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_12": { + "StoryCharacterID": "NPC_W1_Lady_12", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_12.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_12", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_13": { + "StoryCharacterID": "NPC_W1_Lady_13", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_13.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_13", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_14": { + "StoryCharacterID": "NPC_W1_Lady_14", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_14.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_14", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_15": { + "StoryCharacterID": "NPC_W1_Lady_15", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_15.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_15", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_16": { + "StoryCharacterID": "NPC_W1_Lady_16", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_16.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_16", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_17": { + "StoryCharacterID": "NPC_W1_Lady_17", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_17.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_17", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_18": { + "StoryCharacterID": "NPC_W1_Lady_18", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_18.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_18", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_19": { + "StoryCharacterID": "NPC_W1_Lady_19", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_19.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_19", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_20": { + "StoryCharacterID": "NPC_W1_Lady_20", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_20.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_20", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_21": { + "StoryCharacterID": "NPC_W1_Lady_21", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_21.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_21", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_22": { + "StoryCharacterID": "NPC_W1_Lady_22", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_22.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_22", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_23": { + "StoryCharacterID": "NPC_W1_Lady_23", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_23.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_23", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_24": { + "StoryCharacterID": "NPC_W1_Lady_24", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_24.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_24", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_25": { + "StoryCharacterID": "NPC_W1_Lady_25", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_25.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_25", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_26": { + "StoryCharacterID": "NPC_W1_Lady_26", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_26.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_26", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_27": { + "StoryCharacterID": "NPC_W1_Lady_27", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_27.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_27", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_28": { + "StoryCharacterID": "NPC_W1_Lady_28", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_28.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_28", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_29": { + "StoryCharacterID": "NPC_W1_Lady_29", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_29.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_29", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_30": { + "StoryCharacterID": "NPC_W1_Lady_30", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_30.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_30", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Lady_31": { + "StoryCharacterID": "NPC_W1_Lady_31", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Lady/NPC_W1_Lady_31.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Lady_Config.json", + "StoryCharacterUniqueName": "W1_Lady_31", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W1_Old_01": { + "StoryCharacterID": "NPC_W1_Old_01", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_01", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_02": { + "StoryCharacterID": "NPC_W1_Old_02", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_02.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_02", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_03": { + "StoryCharacterID": "NPC_W1_Old_03", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_03.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_03", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_04": { + "StoryCharacterID": "NPC_W1_Old_04", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_04.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_04", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_05": { + "StoryCharacterID": "NPC_W1_Old_05", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_05.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_05", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_06": { + "StoryCharacterID": "NPC_W1_Old_06", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_06.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_06", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_07": { + "StoryCharacterID": "NPC_W1_Old_07", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_07.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_07", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_08": { + "StoryCharacterID": "NPC_W1_Old_08", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_08.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_08", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_09": { + "StoryCharacterID": "NPC_W1_Old_09", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_09.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_09", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_10": { + "StoryCharacterID": "NPC_W1_Old_10", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_10.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_10", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_11": { + "StoryCharacterID": "NPC_W1_Old_11", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_11.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_11", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_12": { + "StoryCharacterID": "NPC_W1_Old_12", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_12.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_12", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Old_13": { + "StoryCharacterID": "NPC_W1_Old_13", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Old/NPC_W1_Old_13.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Old_Config.json", + "StoryCharacterUniqueName": "W1_Old_13", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W1_Child_01": { + "StoryCharacterID": "NPC_W1_Child_01", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_01", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_02": { + "StoryCharacterID": "NPC_W1_Child_02", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_02.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_02", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_03": { + "StoryCharacterID": "NPC_W1_Child_03", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_03.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_03", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_04": { + "StoryCharacterID": "NPC_W1_Child_04", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_04.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_04", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_05": { + "StoryCharacterID": "NPC_W1_Child_05", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_05.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_05", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_06": { + "StoryCharacterID": "NPC_W1_Child_06", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_06.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_06", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_07": { + "StoryCharacterID": "NPC_W1_Child_07", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_07.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_07", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_08": { + "StoryCharacterID": "NPC_W1_Child_08", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_08.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_08", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_09": { + "StoryCharacterID": "NPC_W1_Child_09", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_09.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_09", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_10": { + "StoryCharacterID": "NPC_W1_Child_10", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_10.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_10", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_11": { + "StoryCharacterID": "NPC_W1_Child_11", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_11.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_11", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_12": { + "StoryCharacterID": "NPC_W1_Child_12", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_12.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_12", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_13": { + "StoryCharacterID": "NPC_W1_Child_13", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_13.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_13", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W1_Child_14": { + "StoryCharacterID": "NPC_W1_Child_14", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W1/Child/NPC_W1_Child_14.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W1_Child_Config.json", + "StoryCharacterUniqueName": "W1_Child_14", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_Monster_W1_Mecha01_00": { + "StoryCharacterID": "NPC_Monster_W1_Mecha01_00", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_00/NPC_Monster_W1_Mecha01_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_00_Config.json", + "StoryCharacterUniqueName": "W1_Mecha01_00", + "FreeStyleCharacterID": "NPC_Monster_W1_Mecha01_00" + }, + "NPC_Monster_W1_Mecha01_01": { + "StoryCharacterID": "NPC_Monster_W1_Mecha01_01", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha01_01/NPC_Monster_W1_Mecha01_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha01_01_Config.json", + "StoryCharacterUniqueName": "W1_Mecha01_01", + "FreeStyleCharacterID": "NPC_Monster_W1_Mecha01_01" + }, + "NPC_Monster_W1_Soldier01_00": { + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_00/NPC_Monster_W1_Soldier01_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_00_Config.json", + "StoryCharacterUniqueName": "W1_Soldier01_00", + "FreeStyleCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "NPC_Monster_W1_Soldier01_01": { + "StoryCharacterID": "NPC_Monster_W1_Soldier01_01", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_01/NPC_Monster_W1_Soldier01_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_01_Config.json", + "StoryCharacterUniqueName": "W1_Soldier01_01", + "FreeStyleCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "NPC_Monster_W1_Soldier01_02": { + "StoryCharacterID": "NPC_Monster_W1_Soldier01_02", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_02/NPC_Monster_W1_Soldier01_02.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_02_Config.json", + "StoryCharacterUniqueName": "W1_Soldier01_02", + "FreeStyleCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "NPC_Monster_W1_Soldier01_03": { + "StoryCharacterID": "NPC_Monster_W1_Soldier01_03", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier01_03/NPC_Monster_W1_Soldier01_03.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier01_03_Config.json", + "StoryCharacterUniqueName": "W1_Soldier01_03", + "FreeStyleCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "NPC_Monster_W1_Mecha03_00": { + "StoryCharacterID": "NPC_Monster_W1_Mecha03_00", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha03_00/NPC_Monster_W1_Mecha03_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha03_00_Config.json", + "StoryCharacterUniqueName": "W1_Mecha03_00", + "FreeStyleCharacterID": "NPC_Monster_W1_Mecha03_00" + }, + "NPC_Monster_W1_Mecha04_00": { + "StoryCharacterID": "NPC_Monster_W1_Mecha04_00", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Mecha04_00/NPC_Monster_W1_Mecha04_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Mecha04_00_Config.json", + "StoryCharacterUniqueName": "W1_Mecha04_00", + "FreeStyleCharacterID": "NPC_Monster_W1_Mecha04_00" + }, + "NPC_Monster_W1_Soldier03_00": { + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Soldier03_00/NPC_Monster_W1_Soldier03_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Soldier03_00_Config.json", + "StoryCharacterUniqueName": "W1_Soldier03_00", + "FreeStyleCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "NPC_Monster_XP_Minion01_01": { + "StoryCharacterID": "NPC_Monster_XP_Minion01_01", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/XP_Minion01_01/NPC_Monster_XP_Minion01_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_XP_Minion01_01_Config.json", + "StoryCharacterUniqueName": "W1_Minion01_01", + "FreeStyleCharacterID": "NPC_Monster_XP_Minion01_00" + }, + "NPC_Monster_XP_Elite01_01": { + "StoryCharacterID": "NPC_Monster_XP_Elite01_01", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/XP_Elite01_01/NPC_Monster_XP_Elite01_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_XP_Elite01_01_Config.json", + "StoryCharacterUniqueName": "W1_Elite01_01", + "FreeStyleCharacterID": "NPC_Monster_XP_Elite01_00" + }, + "NPC_Monster_W1_Svarog_00": { + "StoryCharacterID": "NPC_Monster_W1_Svarog_00", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W1_Svarog_00/NPC_Monster_W1_Svarog_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W1_Svarog_00_Config.json", + "StoryCharacterUniqueName": "W1_Svarog_00", + "FreeStyleCharacterID": "NPC_Monster_W1_Svarog_00" + }, + "NPC_Special_Cocolia_00": { + "StoryCharacterID": "NPC_Special_Cocolia_00", + "SubType": "Pam", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Special/Cocolia_00/NPC_Special_Cocolia_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Special/NPC_Special_Cocolia_00_Config.json", + "StoryCharacterUniqueName": "W1_Cocolia_00", + "FreeStyleCharacterID": "NPC_Special_Cocolia_00" + }, + "Story_Chap01_Prop_Robot_04": { + "StoryCharacterID": "Story_Chap01_Prop_Robot_04", + "SubType": "Monster", + "StoryCharacterModelPath": "Props/Outputs/Chap01/Chap01_Prop_Robot/Story_Chap01_Prop_Robot_04.prefab", + "JsonPath": "", + "StoryCharacterUniqueName": "W1_Robot_04", + "FreeStyleCharacterID": "Story_Chap01_Prop_Robot_04" + }, + "NPC_Pam_00": { + "StoryCharacterID": "NPC_Pam_00", + "SubType": "Pam", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Special/Pam_00/NPC_Special_Pam_00.prefab", + "JsonPath": "", + "StoryCharacterUniqueName": "Pam_00", + "FreeStyleCharacterID": "NPC_Pam_00" + }, + "NPC_FullNPC_W1_Male_Fersman": { + "StoryCharacterID": "NPC_FullNPC_W1_Male_Fersman", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Full/W1/Fersman/NPC_Full_W1_Male_Fersman.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Full/NPC_W1_Male_Fersman_Config.json", + "StoryCharacterUniqueName": "W1_Fersman", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_FullNPC_W1_Male_Oleg": { + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Full/W1/Oleg/NPC_Full_W1_Male_Oleg.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Full/NPC_W1_Male_Oleg_Config.json", + "StoryCharacterUniqueName": "W1_Oleg", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_Avatar_Kid_Hook_00": { + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Hook_00/NPC_Avatar_Hook_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Hook_00_Config.json", + "StoryCharacterUniqueName": "Hook_00", + "FreeStyleCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "NPC_Avatar_Maid_Mar_7th_00": { + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Mar_7th_00/NPC_Avatar_Mar_7th_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Mar_7th_00_Config.json", + "StoryCharacterUniqueName": "Mar_7th_00", + "FreeStyleCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "NPC_Avatar_Maid_Seele_00": { + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Seele_00/NPC_Avatar_Seele_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Seele_00_Config.json", + "StoryCharacterUniqueName": "Seele_00", + "FreeStyleCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "NPC_Avatar_Maid_Bronya_00": { + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Bronya_00/NPC_Avatar_Bronya_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Bronya_00_Config.json", + "StoryCharacterUniqueName": "Bronya_00", + "FreeStyleCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "NPC_Avatar_Maid_Asta_00": { + "StoryCharacterID": "NPC_Avatar_Maid_Asta_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Asta_00/NPC_Avatar_Asta_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Asta_00_Config.json", + "StoryCharacterUniqueName": "Asta_00", + "FreeStyleCharacterID": "NPC_Avatar_Maid_Asta_00" + }, + "NPC_Avatar_Male_Gepard_00": { + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Gepard_00/NPC_Avatar_Gepard_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Gepard_00_Config.json", + "StoryCharacterUniqueName": "Gepard_00", + "FreeStyleCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "NPC_Avatar_Lady_Natasha_00": { + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Natasha_00/NPC_Avatar_Natasha_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Natasha_00_Config.json", + "StoryCharacterUniqueName": "Natasha_00", + "FreeStyleCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "NPC_Avatar_Lad_PlayerBoy_00": { + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/PlayerBoy_00/NPC_Avatar_PlayerBoy_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_PlayerBoy_00_Config.json", + "StoryCharacterUniqueName": "PlayerBoy_00", + "FreeStyleCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "NPC_Avatar_Miss_PlayerGirl_00": { + "StoryCharacterID": "NPC_Avatar_Miss_PlayerGirl_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/PlayerGirl_00/NPC_Avatar_PlayerGirl_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_PlayerGirl_00_Config.json", + "StoryCharacterUniqueName": "PlayerGirl_00", + "FreeStyleCharacterID": "NPC_Avatar_Miss_PlayerGirl_00" + }, + "NPC_Avatar_Girl_Pela_00": { + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Pela_00/NPC_Avatar_Pela_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Pela_00_Config.json", + "StoryCharacterUniqueName": "Pela_00", + "FreeStyleCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "NPC_Avatar_Lad_DanHeng_00": { + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/DanHeng_00/NPC_Avatar_DanHeng_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_DanHeng_00_Config.json", + "StoryCharacterUniqueName": "DanHeng_00", + "FreeStyleCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "NPC_Avatar_Lady_Himeko_00": { + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Himeko_00/NPC_Avatar_Himeko_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Himeko_00_Config.json", + "StoryCharacterUniqueName": "Himeko_00", + "FreeStyleCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "NPC_Avatar_Male_Sampo_00": { + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Sampo_00/NPC_Avatar_Sampo_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Sampo_00_Config.json", + "StoryCharacterUniqueName": "Sampo_00", + "FreeStyleCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "NPC_Avatar_Male_Welt_00": { + "StoryCharacterID": "NPC_Avatar_Male_Welt_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Welt_00/NPC_Avatar_Welt_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Welt_00_Config.json", + "StoryCharacterUniqueName": "Welt_00", + "FreeStyleCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "NPC_Avatar_Girl_Klara_00": { + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Klara_00/NPC_Avatar_Klara_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Klara_00_Config.json", + "StoryCharacterUniqueName": "Klara_00", + "FreeStyleCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "NPC_Avatar_Lady_Serval_00": { + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Serval_00/NPC_Avatar_Serval_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Serval_00_Config.json", + "StoryCharacterUniqueName": "Serval_00", + "FreeStyleCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "NPC_Avatar_Lady_Kafka_00": { + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Kafka_00/NPC_Avatar_Kafka_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Kafka_00_Config.json", + "StoryCharacterUniqueName": "Kafka_00", + "FreeStyleCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "NPC_Avatar_Lady_Kafka_01": { + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_01", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Kafka_01/NPC_Avatar_Kafka_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Kafka_01_Config.json", + "StoryCharacterUniqueName": "Kafka_01", + "FreeStyleCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "NPC_Avatar_Boy_Arlan_00": { + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Arlan_00/NPC_Avatar_Arlan_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Arlan_00_Config.json", + "StoryCharacterUniqueName": "Arlan_00", + "FreeStyleCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "NPC_Avatar_Girl_Silwolf_00": { + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Silwolf_00/NPC_Avatar_Silwolf_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Silwolf_00_Config.json", + "StoryCharacterUniqueName": "Silwolf_00", + "FreeStyleCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "NPC_Avatar_Girl_Herta_00": { + "StoryCharacterID": "NPC_Avatar_Girl_Herta_00", + "SubType": "Avatar", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Avatar/Herta_00/NPC_Avatar_Herta_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Avatar/NPC_Avatar_Herta_00_Config.json", + "StoryCharacterUniqueName": "Herta_00", + "FreeStyleCharacterID": "NPC_Avatar_Girl_Herta_00" + }, + "NPC_Monster_W0_Minion02_00": { + "StoryCharacterID": "NPC_Monster_W0_Minion02_00", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/AML_Minion02_00/NPC_Monster_AML_Minion02_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_AML_Minion02_00_Config.json", + "StoryCharacterUniqueName": "W0_Minion02_00", + "FreeStyleCharacterID": "NPC_Monster_AML_Minion02_00" + }, + "NPC_Monster_W0_Minion03_00": { + "StoryCharacterID": "NPC_Monster_W0_Minion03_00", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/W0_Minion03_00/NPC_Monster_W0_Minion03_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_W0_Minion03_00_Config.json", + "StoryCharacterUniqueName": "W0_Minion03_00", + "FreeStyleCharacterID": "NPC_Monster_AML_Minion03_00" + }, + "NPC_Monster_W1_Minion02_00": { + "StoryCharacterID": "NPC_Monster_W1_Minion02_00", + "SubType": "Monster", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Monster/XP_Minion02_00/NPC_Monster_XP_Minion02_00.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Monster/NPC_Monster_XP_Minion02_00_Config.json", + "StoryCharacterUniqueName": "W0_Minion02_00", + "FreeStyleCharacterID": "NPC_Monster_AML_Minion02_00" + }, + "NPC_W0_Male_01": { + "StoryCharacterID": "NPC_W0_Male_01", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_01", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_02": { + "StoryCharacterID": "NPC_W0_Male_02", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_02.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_02", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_03": { + "StoryCharacterID": "NPC_W0_Male_03", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_03.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_03", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_04": { + "StoryCharacterID": "NPC_W0_Male_04", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_04.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_04", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_05": { + "StoryCharacterID": "NPC_W0_Male_05", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_05.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_05", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_06": { + "StoryCharacterID": "NPC_W0_Male_06", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_06.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_06", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_07": { + "StoryCharacterID": "NPC_W0_Male_07", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_07.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_07", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_08": { + "StoryCharacterID": "NPC_W0_Male_08", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_08.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_08", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_09": { + "StoryCharacterID": "NPC_W0_Male_09", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_09.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_09", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_10": { + "StoryCharacterID": "NPC_W0_Male_10", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_10.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_10", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_11": { + "StoryCharacterID": "NPC_W0_Male_11", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_11.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_11", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_12": { + "StoryCharacterID": "NPC_W0_Male_12", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_12.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_12", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_13": { + "StoryCharacterID": "NPC_W0_Male_13", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_13.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_13", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_14": { + "StoryCharacterID": "NPC_W0_Male_14", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_14.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_14", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_15": { + "StoryCharacterID": "NPC_W0_Male_15", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_15.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_15", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_16": { + "StoryCharacterID": "NPC_W0_Male_16", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_16.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_16", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_17": { + "StoryCharacterID": "NPC_W0_Male_17", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_17.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_17", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_18": { + "StoryCharacterID": "NPC_W0_Male_18", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_18.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_18", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_19": { + "StoryCharacterID": "NPC_W0_Male_19", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_19.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_19", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_20": { + "StoryCharacterID": "NPC_W0_Male_20", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_20.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_20", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Male_21": { + "StoryCharacterID": "NPC_W0_Male_21", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Male/NPC_W0_Male_21.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Male_Config.json", + "StoryCharacterUniqueName": "W0_Male_21", + "FreeStyleCharacterID": "NPC_W1_Male" + }, + "NPC_W0_Lady_01": { + "StoryCharacterID": "NPC_W0_Lady_01", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_01", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_02": { + "StoryCharacterID": "NPC_W0_Lady_02", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_02.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_02", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_03": { + "StoryCharacterID": "NPC_W0_Lady_03", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_03.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_03", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_04": { + "StoryCharacterID": "NPC_W0_Lady_04", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_04.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_04", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_05": { + "StoryCharacterID": "NPC_W0_Lady_05", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_05.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_05", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_06": { + "StoryCharacterID": "NPC_W0_Lady_06", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_06.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_06", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_07": { + "StoryCharacterID": "NPC_W0_Lady_07", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_07.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_07", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_08": { + "StoryCharacterID": "NPC_W0_Lady_08", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_08.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_08", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_09": { + "StoryCharacterID": "NPC_W0_Lady_09", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_09.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_09", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_10": { + "StoryCharacterID": "NPC_W0_Lady_10", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_10.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_10", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_11": { + "StoryCharacterID": "NPC_W0_Lady_11", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_11.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_11", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_12": { + "StoryCharacterID": "NPC_W0_Lady_12", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_12.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_12", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_13": { + "StoryCharacterID": "NPC_W0_Lady_13", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_13.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_13", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_14": { + "StoryCharacterID": "NPC_W0_Lady_14", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_14.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_14", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_15": { + "StoryCharacterID": "NPC_W0_Lady_15", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_15.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_15", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_16": { + "StoryCharacterID": "NPC_W0_Lady_16", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_16.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_16", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Lady_17": { + "StoryCharacterID": "NPC_W0_Lady_17", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Lady/NPC_W0_Lady_17.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Lady_Config.json", + "StoryCharacterUniqueName": "W0_Lady_17", + "FreeStyleCharacterID": "NPC_W1_Lady" + }, + "NPC_W0_Old_01": { + "StoryCharacterID": "NPC_W0_Old_01", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "StoryCharacterUniqueName": "W0_Old_01", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W0_Old_02": { + "StoryCharacterID": "NPC_W0_Old_02", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_02.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "StoryCharacterUniqueName": "W0_Old_02", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W0_Old_03": { + "StoryCharacterID": "NPC_W0_Old_03", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_03.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "StoryCharacterUniqueName": "W0_Old_03", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W0_Old_04": { + "StoryCharacterID": "NPC_W0_Old_04", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_04.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "StoryCharacterUniqueName": "W0_Old_04", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W0_Old_05": { + "StoryCharacterID": "NPC_W0_Old_05", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_05.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "StoryCharacterUniqueName": "W0_Old_05", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W0_Old_06": { + "StoryCharacterID": "NPC_W0_Old_06", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Old/NPC_W0_Old_06.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Old_Config.json", + "StoryCharacterUniqueName": "W0_Old_06", + "FreeStyleCharacterID": "NPC_W1_Old" + }, + "NPC_W0_Child_01": { + "StoryCharacterID": "NPC_W0_Child_01", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_01.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "StoryCharacterUniqueName": "W0_Child_01", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W0_Child_02": { + "StoryCharacterID": "NPC_W0_Child_02", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_02.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "StoryCharacterUniqueName": "W0_Child_02", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W0_Child_03": { + "StoryCharacterID": "NPC_W0_Child_03", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_03.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "StoryCharacterUniqueName": "W0_Child_03", + "FreeStyleCharacterID": "NPC_W1_Child" + }, + "NPC_W0_Child_04": { + "StoryCharacterID": "NPC_W0_Child_04", + "SubType": "Normal", + "StoryCharacterModelPath": "Characters/CharacterPrefabs/NPC/Normal/W0/Child/NPC_W0_Child_04.prefab", + "JsonPath": "Config/ConfigCharacter/NPC/Normal/NPC_W0_Child_Config.json", + "StoryCharacterUniqueName": "W0_Child_04", + "FreeStyleCharacterID": "NPC_W1_Child" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/SubMissionExcelTable.json b/CrepePackage/src/data/excel/SubMissionExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/SubMissionExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/SysMailExcelTable.json b/CrepePackage/src/data/excel/SysMailExcelTable.json new file mode 100644 index 0000000..f735ba5 --- /dev/null +++ b/CrepePackage/src/data/excel/SysMailExcelTable.json @@ -0,0 +1,16 @@ +{ + "101": { + "MailID": 101, + "MailTitle": "MailTitle_101", + "MailSender": "MailSender_101", + "MailDetail": "MailDetail_101", + "MailLifeTime": 100 + }, + "102": { + "MailID": 102, + "MailTitle": "MailTitle_102", + "MailSender": "MailSender_102", + "MailDetail": "MailDetail_102", + "MailLifeTime": 100 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TalkSentenceConfigExcelTable.json b/CrepePackage/src/data/excel/TalkSentenceConfigExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/TalkSentenceConfigExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TestHotUpdateExcelTable.json b/CrepePackage/src/data/excel/TestHotUpdateExcelTable.json new file mode 100644 index 0000000..e01d67f --- /dev/null +++ b/CrepePackage/src/data/excel/TestHotUpdateExcelTable.json @@ -0,0 +1,26 @@ +{ + "1001": { + "AvatarID": 1001, + "AvatarName": "Avatar_Sakura_YS" + }, + "1002": { + "AvatarID": 1002, + "AvatarName": "Avatar_Twins_GP" + }, + "2001": { + "AvatarID": 2001, + "AvatarName": "Avatar_RO_080" + }, + "2003": { + "AvatarID": 2003, + "AvatarName": "测试Excel_1" + }, + "1003": { + "AvatarID": 1003, + "AvatarName": "Avatar_Theresa_FY" + }, + "1004": { + "AvatarID": 1004, + "AvatarName": "Avatar_Fuka_ND" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TextmapExcelTable.json b/CrepePackage/src/data/excel/TextmapExcelTable.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/CrepePackage/src/data/excel/TextmapExcelTable.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TimedQuestExcelTable.json b/CrepePackage/src/data/excel/TimedQuestExcelTable.json new file mode 100644 index 0000000..af739be --- /dev/null +++ b/CrepePackage/src/data/excel/TimedQuestExcelTable.json @@ -0,0 +1,65 @@ +{ + "1001229": { + "TimedID": 1001229, + "QuestList": [ + 1001229 + ], + "MinLevel": 1, + "MaxLevel": 999, + "BeginDayTime": "04:00:00", + "EndDayTime": "03:59:59", + "IsNextDay": true, + "WeekDayList": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ], + "ScheduleDataID": 21001229 + }, + "1001230": { + "TimedID": 1001230, + "QuestList": [ + 1001230 + ], + "MinLevel": 1, + "MaxLevel": 999, + "BeginDayTime": "04:00:00", + "EndDayTime": "03:59:59", + "IsNextDay": true, + "WeekDayList": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ], + "ScheduleDataID": 21001230 + }, + "1001231": { + "TimedID": 1001231, + "QuestList": [ + 1001231 + ], + "MinLevel": 1, + "MaxLevel": 999, + "BeginDayTime": "04:00:00", + "EndDayTime": "03:59:59", + "IsNextDay": true, + "WeekDayList": [ + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ], + "ScheduleDataID": 21001231 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/ToastManagerExcelTable.json b/CrepePackage/src/data/excel/ToastManagerExcelTable.json new file mode 100644 index 0000000..759f2b7 --- /dev/null +++ b/CrepePackage/src/data/excel/ToastManagerExcelTable.json @@ -0,0 +1,158 @@ +{ + "MissionStart": { + "FuncName": "MissionStart", + "Duration": 1, + "Priority": 2, + "IsinBattle": false + }, + "MissionFinish": { + "FuncName": "MissionFinish", + "Duration": 1, + "Priority": 1, + "IsinBattle": false + }, + "PlayerExpGet": { + "FuncName": "PlayerExpGet", + "Duration": 1, + "Priority": 3, + "IsinBattle": false + }, + "WorldLevelUP": { + "FuncName": "WorldLevelUP", + "Duration": 1, + "Priority": 4, + "IsinBattle": false + }, + "NewSystemOpen": { + "FuncName": "NewSystemOpen", + "Duration": 0, + "Priority": 4, + "IsinBattle": false + }, + "NewAvatarDrop": { + "FuncName": "NewAvatarDrop", + "Duration": 1, + "Priority": 6, + "IsinBattle": false + }, + "PrestigeLevelUp": { + "FuncName": "PrestigeLevelUp", + "Duration": 1, + "Priority": 7, + "IsinBattle": false + }, + "HeroPathExpGet": { + "FuncName": "HeroPathExpGet", + "Duration": 1, + "Priority": 5, + "IsinBattle": false + }, + "HeroPathLevelUp": { + "FuncName": "HeroPathLevelUp", + "Duration": 1, + "Priority": 6, + "IsinBattle": false + }, + "ChallengeEventStart": { + "FuncName": "ChallengeEventStart", + "Duration": 1, + "Priority": 1, + "IsinBattle": false + }, + "ChallengeEventFinish": { + "FuncName": "ChallengeEventFinish", + "Duration": 1, + "Priority": 1, + "IsinBattle": false + }, + "ChallengeEventPrepare": { + "FuncName": "ChallengeEventPrepare", + "Duration": 1, + "Priority": 1, + "IsinBattle": false + }, + "RogueBlessLevelUp": { + "FuncName": "RogueBlessLevelUp", + "Duration": 1, + "Priority": 1, + "IsinBattle": false + }, + "TrialAvatarAddHint": { + "FuncName": "TrialAvatarAddHint", + "Duration": 1, + "Priority": 6, + "IsinBattle": false + }, + "AreaChangeHint": { + "FuncName": "AreaChangeHint", + "Duration": 1, + "Priority": 1, + "IsinBattle": false + }, + "ImportItemToast": { + "FuncName": "ImportItemToast", + "Duration": 2, + "Priority": 2, + "IsinBattle": false + }, + "NewItemToast": { + "FuncName": "NewItemToast", + "Duration": 3, + "Priority": 3, + "IsinBattle": false + }, + "AchievementToast": { + "FuncName": "AchievementToast", + "Duration": 3, + "Priority": 1, + "IsinBattle": false + }, + "PlayerLevelUp": { + "FuncName": "PlayerLevelUp", + "Duration": 1, + "Priority": 2, + "IsinBattle": false + }, + "TutorialStart": { + "FuncName": "TutorialStart", + "Duration": 0, + "Priority": 1, + "IsinBattle": false + }, + "MissionSuspend": { + "FuncName": "MissionSuspend", + "Duration": 0, + "Priority": 1, + "IsinBattle": false + }, + "MissionAdvance": { + "FuncName": "MissionAdvance", + "Duration": 0, + "Priority": 2, + "IsinBattle": false + }, + "AdventureStatusHintNew": { + "FuncName": "AdventureStatusHintNew", + "Duration": 0, + "Priority": 2, + "IsinBattle": false + }, + "NewProfessionAddHint": { + "FuncName": "NewProfessionAddHint", + "Duration": 1, + "Priority": 6, + "IsinBattle": false + }, + "DangerousAreasHint": { + "FuncName": "DangerousAreasHint", + "Duration": 2, + "Priority": 6, + "IsinBattle": false + }, + "AchievementToastBattle": { + "FuncName": "AchievementToastBattle", + "Duration": 3, + "Priority": 1, + "IsinBattle": true + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TrialAdventurePlayerExcelTable.json b/CrepePackage/src/data/excel/TrialAdventurePlayerExcelTable.json new file mode 100644 index 0000000..cb6ba17 --- /dev/null +++ b/CrepePackage/src/data/excel/TrialAdventurePlayerExcelTable.json @@ -0,0 +1,347 @@ +{ + "1001101": { + "TrialPlayerID": 1001101, + "PlayerID": 1101, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 20005, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": false, + "DisableSwitch": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001102": { + "TrialPlayerID": 1001102, + "PlayerID": 1102, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20000, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": true, + "DisableSwitch": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001104": { + "TrialPlayerID": 1001104, + "PlayerID": 1104, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20003, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": true, + "DisableSwitch": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001105": { + "TrialPlayerID": 1001105, + "PlayerID": 1105, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20001, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": true, + "DisableSwitch": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001003": { + "TrialPlayerID": 1001003, + "PlayerID": 1003, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20006, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": true, + "DisableSwitch": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001002": { + "TrialPlayerID": 1001002, + "PlayerID": 1002, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20000, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": true, + "DisableSwitch": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001004": { + "TrialPlayerID": 1001004, + "PlayerID": 1004, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": true, + "DisableSwitch": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001007": { + "TrialPlayerID": 1001007, + "PlayerID": 8001, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": false, + "DisableSwitch": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001013": { + "TrialPlayerID": 1001013, + "PlayerID": 1013, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": false, + "DisableSwitch": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001106": { + "TrialPlayerID": 1001106, + "PlayerID": 1106, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 0, + "IsAutoBattle": false, + "DisableSwitch": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001108": { + "TrialPlayerID": 1001108, + "PlayerID": 1108, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": false, + "DisableSwitch": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001109": { + "TrialPlayerID": 1001109, + "PlayerID": 1109, + "Type": "TYPE_MISSION", + "Level": 6, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 20002, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": true, + "DisableSwitch": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [ + "TrialPlayer_AggroUP_Ability", + "TrialPlayer_NoBP_Ability" + ] + }, + "1001001": { + "TrialPlayerID": 1001001, + "PlayerID": 1001, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": false, + "DisableSwitch": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001009": { + "TrialPlayerID": 1001009, + "PlayerID": 1009, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 0, + "EquipmentLevel": 5, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": false, + "DisableSwitch": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001103": { + "TrialPlayerID": 1001103, + "PlayerID": 1103, + "Type": "TYPE_TRIAL", + "Level": 28, + "Promotion": 1, + "Rank": 0, + "SkillTreeTemplate": "TYPE_MAX", + "EquipmentID": 23000, + "EquipmentLevel": 28, + "EquipmentPromotion": 1, + "EquipmentRank": 1, + "IsAutoBattle": false, + "DisableSwitch": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": true, + "AbilityNameList": [] + }, + "1001005": { + "TrialPlayerID": 1001005, + "PlayerID": 1005, + "Type": "TYPE_TRIAL", + "Level": 20, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": false, + "DisableSwitch": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1001006": { + "TrialPlayerID": 1001006, + "PlayerID": 1006, + "Type": "TYPE_TRIAL", + "Level": 20, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": false, + "DisableSwitch": false, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + }, + "1011003": { + "TrialPlayerID": 1011003, + "PlayerID": 1003, + "Type": "TYPE_TRIAL", + "Level": 5, + "Promotion": 0, + "Rank": 0, + "SkillTreeTemplate": "TYPE_INIT", + "EquipmentID": 0, + "EquipmentLevel": 0, + "EquipmentPromotion": 0, + "EquipmentRank": 1, + "IsAutoBattle": true, + "DisableSwitch": true, + "MainMissionID": 0, + "PlaneID": 0, + "IsProtected": false, + "AbilityNameList": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TutorialDataExcelTable.json b/CrepePackage/src/data/excel/TutorialDataExcelTable.json new file mode 100644 index 0000000..30bab48 --- /dev/null +++ b/CrepePackage/src/data/excel/TutorialDataExcelTable.json @@ -0,0 +1,877 @@ +{ + "1001": { + "TutorialID": 1001, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1001.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + "1002": { + "TutorialID": 1002, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1002.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100010105" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + "1003": { + "TutorialID": 1003, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1003.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100010122" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001002" + } + ] + }, + "1004": { + "TutorialID": 1004, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1004.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + "1005": { + "TutorialID": 1005, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1005_test01.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + "1007": { + "TutorialID": 1007, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1007_test01.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + "1008": { + "TutorialID": 1008, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1008.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000112" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + "1010": { + "TutorialID": 1010, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1010.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100010111" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + "1011": { + "TutorialID": 1011, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1007.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + "2001": { + "TutorialID": 2001, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2001.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000201" + } + ] + }, + "2002": { + "TutorialID": 2002, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2002.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000201" + } + ] + }, + "2003": { + "TutorialID": 2003, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2003.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000201" + } + ] + }, + "2004": { + "TutorialID": 2004, + "Priority": 0, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2004.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ] + }, + "2005": { + "TutorialID": 2005, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2005.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002004" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "2008": { + "TutorialID": 2008, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2008.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002009" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "2009": { + "TutorialID": 2009, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2009.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "2010": { + "TutorialID": 2010, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2010.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "2011": { + "TutorialID": 2011, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2011.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002007" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "2012": { + "TutorialID": 2012, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2012.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000204" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002007" + } + ] + }, + "2013": { + "TutorialID": 2013, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2011.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "2014": { + "TutorialID": 2014, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2011.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "2015": { + "TutorialID": 2015, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2015.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000201" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "3001": { + "TutorialID": 3001, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3001.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "20002" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000202" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "3002": { + "TutorialID": 3002, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3002.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ] + }, + "3003": { + "TutorialID": 3003, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3003.json", + "TriggerParams": [ + { + "TriggerType": "GetAvatar", + "TriggerParam": "1002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + "3004": { + "TutorialID": 3004, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3004.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20003001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ] + }, + "3005": { + "TutorialID": 3005, + "Priority": 9, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3005.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000410" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ] + }, + "3006": { + "TutorialID": 3006, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3006.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ] + }, + "4002": { + "TutorialID": 4002, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4002.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "211" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "3003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "AnyAvatarToLevel", + "TriggerParam": "6" + } + ] + }, + "4003": { + "TutorialID": 4003, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4003.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + "4004": { + "TutorialID": 4004, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4004.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000402" + } + ], + "FinishTriggerParams": [] + }, + "4005": { + "TutorialID": 4005, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4005.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + "4006": { + "TutorialID": 4006, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4006.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000510" + } + ], + "FinishTriggerParams": [] + }, + "4007": { + "TutorialID": 4007, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4007.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000113" + } + ], + "FinishTriggerParams": [] + }, + "4008": { + "TutorialID": 4008, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4008.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "400004" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010301" + } + ], + "FinishTriggerParams": [] + }, + "4009": { + "TutorialID": 4009, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4009.json", + "TriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "12" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010302" + } + ], + "FinishTriggerParams": [] + }, + "5001": { + "TutorialID": 5001, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5001.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "31041" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010401" + } + ], + "FinishTriggerParams": [] + }, + "5002": { + "TutorialID": 5002, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5002.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "18001" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010701" + } + ], + "FinishTriggerParams": [] + }, + "5003": { + "TutorialID": 5003, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5003.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5001" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010403" + } + ], + "FinishTriggerParams": [] + }, + "5004": { + "TutorialID": 5004, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5004.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1011403" + } + ], + "FinishTriggerParams": [] + }, + "5005": { + "TutorialID": 5005, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5005.json", + "TriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "22" + } + ], + "FinishTriggerParams": [] + }, + "5006": { + "TutorialID": 5006, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5006.json", + "TriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ], + "FinishTriggerParams": [] + }, + "5007": { + "TutorialID": 5007, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5007.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "101050125" + } + ], + "FinishTriggerParams": [] + }, + "5008": { + "TutorialID": 5008, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5008.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010202" + } + ], + "FinishTriggerParams": [] + }, + "5009": { + "TutorialID": 5009, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5009.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010902" + } + ], + "FinishTriggerParams": [] + }, + "5010": { + "TutorialID": 5010, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5010.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010101" + } + ], + "FinishTriggerParams": [] + }, + "5011": { + "TutorialID": 5011, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5011.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1011102" + } + ], + "FinishTriggerParams": [] + }, + "5012": { + "TutorialID": 5012, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5012.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + "7001": { + "TutorialID": 7001, + "Priority": 10, + "RestoreType": "Normal", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7001.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20133003" + } + ], + "FinishTriggerParams": [] + }, + "9001": { + "TutorialID": 9001, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9001.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000601" + } + ] + }, + "9002": { + "TutorialID": 9002, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9002.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9002" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000601" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "2000601" + } + ] + }, + "9003": { + "TutorialID": 9003, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9003.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + }, + { + "TriggerType": "GameMode", + "TriggerParam": "5" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000601" + } + ], + "FinishTriggerParams": [] + }, + "9004": { + "TutorialID": 9004, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9004.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9108" + } + ], + "FinishTriggerParams": [] + }, + "9005": { + "TutorialID": 9005, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9005.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9005" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "2000601" + } + ], + "FinishTriggerParams": [] + }, + "9006": { + "TutorialID": 9006, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9006.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9006" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000601" + } + ], + "FinishTriggerParams": [] + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TutorialGuideDataExcelTable.json b/CrepePackage/src/data/excel/TutorialGuideDataExcelTable.json new file mode 100644 index 0000000..d7f89f5 --- /dev/null +++ b/CrepePackage/src/data/excel/TutorialGuideDataExcelTable.json @@ -0,0 +1,814 @@ +{ + "100601": { + "ID": 100601, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_100601.png", + "DescText": { + "hash": -370556640 + } + }, + "100901": { + "ID": 100901, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_100901.png", + "DescText": { + "hash": -1708017961 + } + }, + "110101": { + "ID": 110101, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110101.png", + "DescText": { + "hash": 2094913034 + } + }, + "110102": { + "ID": 110102, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110102.png", + "DescText": { + "hash": -1796769735 + } + }, + "110103": { + "ID": 110103, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110103.png", + "DescText": { + "hash": 932113620 + } + }, + "110104": { + "ID": 110104, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110104.png", + "DescText": { + "hash": 1691628507 + } + }, + "110401": { + "ID": 110401, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110401.png", + "DescText": { + "hash": 1671425531 + } + }, + "110402": { + "ID": 110402, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110402.png", + "DescText": { + "hash": -1057457824 + } + }, + "110501": { + "ID": 110501, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110501.png", + "DescText": { + "hash": 1530263030 + } + }, + "110502": { + "ID": 110502, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110502.png", + "DescText": { + "hash": 1933547557 + } + }, + "110503": { + "ID": 110503, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110503.png", + "DescText": { + "hash": 367463616 + } + }, + "110601": { + "ID": 110601, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110601.png", + "DescText": { + "hash": 1953750533 + } + }, + "110602": { + "ID": 110602, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110602.png", + "DescText": { + "hash": 1550466006 + } + }, + "110701": { + "ID": 110701, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110701.png", + "DescText": { + "hash": 1812588032 + } + }, + "110702": { + "ID": 110702, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_110702.png", + "DescText": { + "hash": 246504091 + } + }, + "200601": { + "ID": 200601, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_200601.png", + "DescText": { + "hash": -370555617 + } + }, + "200701": { + "ID": 200701, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_200701.png", + "DescText": { + "hash": 1175325348 + } + }, + "201601": { + "ID": 201601, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_201601.png", + "DescText": { + "hash": -370555714 + } + }, + "201701": { + "ID": 201701, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_201701.png", + "DescText": { + "hash": 1175325251 + } + }, + "201702": { + "ID": 201702, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_201702.png", + "DescText": { + "hash": 772040724 + } + }, + "210101": { + "ID": 210101, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210101.png", + "DescText": { + "hash": 2094914057 + } + }, + "210102": { + "ID": 210102, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210102.png", + "DescText": { + "hash": -1796768712 + } + }, + "210201": { + "ID": 210201, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210201.png", + "DescText": { + "hash": -1776565736 + } + }, + "210202": { + "ID": 210202, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210202.png", + "DescText": { + "hash": 2115117033 + } + }, + "210203": { + "ID": 210203, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210203.png", + "DescText": { + "hash": -613766322 + } + }, + "210301": { + "ID": 210301, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210301.png", + "DescText": { + "hash": -1917728237 + } + }, + "210302": { + "ID": 210302, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210302.png", + "DescText": { + "hash": 811155118 + } + }, + "210303": { + "ID": 210303, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210303.png", + "DescText": { + "hash": -754928823 + } + }, + "210401": { + "ID": 210401, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210401.png", + "DescText": { + "hash": 1671426554 + } + }, + "210501": { + "ID": 210501, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210501.png", + "DescText": { + "hash": 1530264053 + } + }, + "210601": { + "ID": 210601, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_210601.png", + "DescText": { + "hash": 1953751556 + } + }, + "220101": { + "ID": 220101, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220101.png", + "DescText": { + "hash": -2110526472 + } + }, + "220102": { + "ID": 220102, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220102.png", + "DescText": { + "hash": 1781156297 + } + }, + "220201": { + "ID": 220201, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220201.png", + "DescText": { + "hash": 356234857 + } + }, + "220202": { + "ID": 220202, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220202.png", + "DescText": { + "hash": 759519384 + } + }, + "220301": { + "ID": 220301, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220301.png", + "DescText": { + "hash": 1902115822 + } + }, + "220302": { + "ID": 220302, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220302.png", + "DescText": { + "hash": -826767533 + } + }, + "220401": { + "ID": 220401, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220401.png", + "DescText": { + "hash": 73909855 + } + }, + "220402": { + "ID": 220402, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220402.png", + "DescText": { + "hash": -1492174086 + } + }, + "220501": { + "ID": 220501, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220501.png", + "DescText": { + "hash": 1619790820 + } + }, + "220502": { + "ID": 220502, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220502.png", + "DescText": { + "hash": 1216506293 + } + }, + "220601": { + "ID": 220601, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220601.png", + "DescText": { + "hash": -208415147 + } + }, + "220602": { + "ID": 220602, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220602.png", + "DescText": { + "hash": 194869380 + } + }, + "220701": { + "ID": 220701, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220701.png", + "DescText": { + "hash": 1337465818 + } + }, + "220702": { + "ID": 220702, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_220702.png", + "DescText": { + "hash": -1391417537 + } + }, + "300701": { + "ID": 300701, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_300701.png", + "DescText": { + "hash": 1175322147 + } + }, + "310401": { + "ID": 310401, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_310401.png", + "DescText": { + "hash": 1671423353 + } + }, + "310402": { + "ID": 310402, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_310402.png", + "DescText": { + "hash": -1057460002 + } + }, + "310501": { + "ID": 310501, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_310501.png", + "DescText": { + "hash": 1530260852 + } + }, + "310502": { + "ID": 310502, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_310502.png", + "DescText": { + "hash": 1953748355 + } + }, + "400101": { + "ID": 400101, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_400101.png", + "DescText": { + "hash": 1457648172 + } + }, + "400102": { + "ID": 400102, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_400102.png", + "DescText": { + "hash": -1271235183 + } + }, + "410101": { + "ID": 410101, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410101.png", + "DescText": { + "hash": 2094911879 + } + }, + "410201": { + "ID": 410201, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410201.png", + "DescText": { + "hash": -1776567914 + } + }, + "410202": { + "ID": 410202, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410202.png", + "DescText": { + "hash": 2115114855 + } + }, + "410301": { + "ID": 410301, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410301.png", + "DescText": { + "hash": -1917730415 + } + }, + "410302": { + "ID": 410302, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410302.png", + "DescText": { + "hash": 811152940 + } + }, + "410401": { + "ID": 410401, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410401.png", + "DescText": { + "hash": 1671424376 + } + }, + "410402": { + "ID": 410402, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410402.png", + "DescText": { + "hash": -1057458979 + } + }, + "410501": { + "ID": 410501, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410501.png", + "DescText": { + "hash": 1530261875 + } + }, + "410502": { + "ID": 410502, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410502.png", + "DescText": { + "hash": 1933546402 + } + }, + "410601": { + "ID": 410601, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410601.png", + "DescText": { + "hash": 1953749378 + } + }, + "410701": { + "ID": 410701, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410701.png", + "DescText": { + "hash": 1812586877 + } + }, + "410801": { + "ID": 410801, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410801.png", + "DescText": { + "hash": -929592908 + } + }, + "410901": { + "ID": 410901, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_410901.png", + "DescText": { + "hash": -1070755409 + } + }, + "500101": { + "ID": 500101, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_500101.png", + "DescText": { + "hash": -370560996 + } + }, + "500102": { + "ID": 500102, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_500102.png", + "DescText": { + "hash": -1936644937 + } + }, + "500103": { + "ID": 500103, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_500103.png", + "DescText": { + "hash": 792238418 + } + }, + "500104": { + "ID": 500104, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_500104.png", + "DescText": { + "hash": -1130075883 + } + }, + "510101": { + "ID": 510101, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_510101.png", + "DescText": { + "hash": 2094908678 + } + }, + "510201": { + "ID": 510201, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_510201.png", + "DescText": { + "hash": -1776571115 + } + }, + "510301": { + "ID": 510301, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_510301.png", + "DescText": { + "hash": -1917733616 + } + }, + "510401": { + "ID": 510401, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_510401.png", + "DescText": { + "hash": 1671421175 + } + }, + "510501": { + "ID": 510501, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_510501.png", + "DescText": { + "hash": 1530258674 + } + }, + "600101": { + "ID": 600101, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600101.png", + "DescText": { + "hash": 1457645994 + } + }, + "600102": { + "ID": 600102, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600102.png", + "DescText": { + "hash": -1271237361 + } + }, + "600103": { + "ID": 600103, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600103.png", + "DescText": { + "hash": 294846580 + } + }, + "600104": { + "ID": 600104, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600104.png", + "DescText": { + "hash": -2077806415 + } + }, + "600105": { + "ID": 600105, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600105.png", + "DescText": { + "hash": -511722474 + } + }, + "600201": { + "ID": 600201, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600201.png", + "DescText": { + "hash": 194090031 + } + }, + "600202": { + "ID": 600202, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600202.png", + "DescText": { + "hash": -1371993910 + } + }, + "600203": { + "ID": 600203, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600203.png", + "DescText": { + "hash": 1356889445 + } + }, + "600204": { + "ID": 600204, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600204.png", + "DescText": { + "hash": -209194496 + } + }, + "600301": { + "ID": 600301, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600301.png", + "DescText": { + "hash": 1739970996 + } + }, + "600302": { + "ID": 600302, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600302.png", + "DescText": { + "hash": 1336686469 + } + }, + "600303": { + "ID": 600303, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600303.png", + "DescText": { + "hash": -1392196886 + } + }, + "600304": { + "ID": 600304, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600304.png", + "DescText": { + "hash": -1795481413 + } + }, + "600305": { + "ID": 600305, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600305.png", + "DescText": { + "hash": -229397472 + } + }, + "600401": { + "ID": 600401, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600401.png", + "DescText": { + "hash": -652884975 + } + }, + "600402": { + "ID": 600402, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600402.png", + "DescText": { + "hash": -249600448 + } + }, + "600403": { + "ID": 600403, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600403.png", + "DescText": { + "hash": -1815684389 + } + }, + "600501": { + "ID": 600501, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600501.png", + "DescText": { + "hash": 892995990 + } + }, + "600502": { + "ID": 600502, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600502.png", + "DescText": { + "hash": -1835887365 + } + }, + "600503": { + "ID": 600503, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600503.png", + "DescText": { + "hash": -269803424 + } + }, + "600504": { + "ID": 600504, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600504.png", + "DescText": { + "hash": 1296280517 + } + }, + "600505": { + "ID": 600505, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600505.png", + "DescText": { + "hash": -1432602838 + } + }, + "600506": { + "ID": 600506, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_600506.png", + "DescText": { + "hash": 133481103 + } + }, + "910101": { + "ID": 910101, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900101.png", + "DescText": { + "hash": 2094921746 + } + }, + "910102": { + "ID": 910102, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900102.png", + "DescText": { + "hash": -1796761023 + } + }, + "910103": { + "ID": 910103, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900103.png", + "DescText": { + "hash": 932122332 + } + }, + "910104": { + "ID": 910104, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900104.png", + "DescText": { + "hash": 1691637219 + } + }, + "910105": { + "ID": 910105, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900105.png", + "DescText": { + "hash": 125553278 + } + }, + "910106": { + "ID": 910106, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900106.png", + "DescText": { + "hash": 528837805 + } + }, + "910107": { + "ID": 910107, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900107.png", + "DescText": { + "hash": -1037246136 + } + }, + "910108": { + "ID": 910108, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900108.png", + "DescText": { + "hash": -990191969 + } + }, + "910109": { + "ID": 910109, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900109.png", + "DescText": { + "hash": 1738691386 + } + }, + "910110": { + "ID": 910110, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900110.png", + "DescText": { + "hash": -633961608 + } + }, + "910111": { + "ID": 910111, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900111.png", + "DescText": { + "hash": 2094921747 + } + }, + "910112": { + "ID": 910112, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900112.png", + "DescText": { + "hash": -1796761022 + } + }, + "910113": { + "ID": 910113, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900113.png", + "DescText": { + "hash": 932122333 + } + }, + "910114": { + "ID": 910114, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900114.png", + "DescText": { + "hash": 1691637220 + } + }, + "910115": { + "ID": 910115, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900115.png", + "DescText": { + "hash": 125553279 + } + }, + "910116": { + "ID": 910116, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900116.png", + "DescText": { + "hash": 528837806 + } + }, + "910117": { + "ID": 910117, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900117.png", + "DescText": { + "hash": -1037246135 + } + }, + "910118": { + "ID": 910118, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900118.png", + "DescText": { + "hash": -990191968 + } + }, + "910119": { + "ID": 910119, + "ImagePath": "SpriteOutput/TutorialPic/TutorialPage_900119.png", + "DescText": { + "hash": 1738691387 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TutorialGuideGroupExcelTable.json b/CrepePackage/src/data/excel/TutorialGuideGroupExcelTable.json new file mode 100644 index 0000000..a5464bc --- /dev/null +++ b/CrepePackage/src/data/excel/TutorialGuideGroupExcelTable.json @@ -0,0 +1,901 @@ +{ + "1101": { + "GroupID": 1101, + "TutorialGuideIDList": [ + 110101 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "MessageText": { + "hash": -1104636718 + }, + "RewardID": 201 + }, + "1102": { + "GroupID": 1102, + "TutorialGuideIDList": [ + 110102 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "MessageText": { + "hash": -1104636721 + }, + "RewardID": 201 + }, + "1104": { + "GroupID": 1104, + "TutorialGuideIDList": [ + 110401 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "MessageText": { + "hash": -1104636723 + }, + "RewardID": 201 + }, + "1105": { + "GroupID": 1105, + "TutorialGuideIDList": [ + 110501 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "MessageText": { + "hash": -1104636722 + }, + "RewardID": 201 + }, + "1116": { + "GroupID": 1116, + "TutorialGuideIDList": [ + 100601 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "DestructProp", + "TriggerParam": "0" + } + ], + "MessageText": { + "hash": -1104636628 + }, + "RewardID": 201 + }, + "1117": { + "GroupID": 1117, + "TutorialGuideIDList": [ + 110701 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "GetAvatar", + "TriggerParam": "1002" + } + ], + "MessageText": { + "hash": -1104636724 + }, + "RewardID": 201 + }, + "2006": { + "GroupID": 2006, + "TutorialGuideIDList": [ + 200601 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "OpenChest", + "TriggerParam": "0" + }, + { + "TriggerType": "GameMode", + "TriggerParam": "2" + } + ], + "MessageText": { + "hash": 1321718749 + }, + "RewardID": 201 + }, + "2007": { + "GroupID": 2007, + "TutorialGuideIDList": [ + 200701 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "2007" + } + ], + "MessageText": { + "hash": 1321718748 + }, + "RewardID": 201 + }, + "2101": { + "GroupID": 2101, + "TutorialGuideIDList": [ + 210101, + 220101, + 220201, + 220301, + 220401, + 220501, + 220601, + 220701 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "MessageText": { + "hash": 1321718659 + }, + "RewardID": 201 + }, + "2105": { + "GroupID": 2105, + "TutorialGuideIDList": [ + 210501 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "GetItemType", + "TriggerParam": "8" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ], + "MessageText": { + "hash": 1321718655 + }, + "RewardID": 201 + }, + "2106": { + "GroupID": 2106, + "TutorialGuideIDList": [ + 210601 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "MessageText": { + "hash": 1321718652 + }, + "RewardID": 201 + }, + "2107": { + "GroupID": 2107, + "TutorialGuideIDList": [ + 500101, + 500102 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000204" + } + ], + "MessageText": { + "hash": -1669286627 + }, + "RewardID": 201 + }, + "3007": { + "GroupID": 3007, + "TutorialGuideIDList": [ + 300701 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "3007" + } + ], + "MessageText": { + "hash": -1386961631 + }, + "RewardID": 201 + }, + "3105": { + "GroupID": 3105, + "TutorialGuideIDList": [ + 310501 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "3001" + } + ], + "MessageText": { + "hash": -1386961724 + }, + "RewardID": 201 + }, + "3106": { + "GroupID": 3106, + "TutorialGuideIDList": [ + 310502 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "221" + } + ], + "MessageText": { + "hash": -1386961727 + }, + "RewardID": 201 + }, + "4001": { + "GroupID": 4001, + "TutorialGuideIDList": [ + 400101, + 400102 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "101010107" + } + ], + "MessageText": { + "hash": 1039393752 + }, + "RewardID": 201 + }, + "4101": { + "GroupID": 4101, + "TutorialGuideIDList": [ + 210401 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100050108" + } + ], + "MessageText": { + "hash": 1321718654 + }, + "RewardID": 201 + }, + "4102": { + "GroupID": 4102, + "TutorialGuideIDList": [ + 410201 + ], + "TutorialType": 3, + "CanReview": false, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010403" + } + ], + "MessageText": { + "hash": 1039393654 + }, + "RewardID": 201 + }, + "4103": { + "GroupID": 4103, + "TutorialGuideIDList": [ + 410301 + ], + "TutorialType": 3, + "CanReview": false, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010902" + } + ], + "MessageText": { + "hash": 1039393655 + }, + "RewardID": 201 + }, + "4104": { + "GroupID": 4104, + "TutorialGuideIDList": [ + 410401 + ], + "TutorialType": 3, + "CanReview": false, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1011403" + } + ], + "MessageText": { + "hash": 1039393652 + }, + "RewardID": 201 + }, + "4105": { + "GroupID": 4105, + "TutorialGuideIDList": [ + 410501, + 410502 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000400" + } + ], + "MessageText": { + "hash": 1039393653 + }, + "RewardID": 201 + }, + "4106": { + "GroupID": 4106, + "TutorialGuideIDList": [ + 410601 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010114" + } + ], + "MessageText": { + "hash": 1039393650 + }, + "RewardID": 201 + }, + "4107": { + "GroupID": 4107, + "TutorialGuideIDList": [ + 410701 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "401010101" + } + ], + "MessageText": { + "hash": 1039393651 + }, + "RewardID": 201 + }, + "4108": { + "GroupID": 4108, + "TutorialGuideIDList": [ + 410801 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20133003" + } + ], + "MessageText": { + "hash": 1039393664 + }, + "RewardID": 201 + }, + "4109": { + "GroupID": 4109, + "TutorialGuideIDList": [ + 410901 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010102" + } + ], + "MessageText": { + "hash": 1039393665 + }, + "RewardID": 201 + }, + "5101": { + "GroupID": 5101, + "TutorialGuideIDList": [ + 510101 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5101" + } + ], + "MessageText": { + "hash": -1669286722 + }, + "RewardID": 201 + }, + "5102": { + "GroupID": 5102, + "TutorialGuideIDList": [ + 510201 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5102" + } + ], + "MessageText": { + "hash": -1669286725 + }, + "RewardID": 201 + }, + "5103": { + "GroupID": 5103, + "TutorialGuideIDList": [ + 510301 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5103" + } + ], + "MessageText": { + "hash": -1669286724 + }, + "RewardID": 201 + }, + "5104": { + "GroupID": 5104, + "TutorialGuideIDList": [ + 510401 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5104" + } + ], + "MessageText": { + "hash": -1669286727 + }, + "RewardID": 201 + }, + "5105": { + "GroupID": 5105, + "TutorialGuideIDList": [ + 510501 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5105" + } + ], + "MessageText": { + "hash": -1669286726 + }, + "RewardID": 201 + }, + "6001": { + "GroupID": 6001, + "TutorialGuideIDList": [ + 600101, + 600102 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TriggerPuzzle", + "TriggerParam": "1" + } + ], + "MessageText": { + "hash": 757068750 + }, + "RewardID": 201 + }, + "6002": { + "GroupID": 6002, + "TutorialGuideIDList": [ + 600201 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "101050125" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5007" + } + ], + "MessageText": { + "hash": 757068749 + }, + "RewardID": 201 + }, + "6003": { + "GroupID": 6003, + "TutorialGuideIDList": [ + 600301, + 600302, + 600303 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "701060108" + } + ], + "MessageText": { + "hash": 757068748 + }, + "RewardID": 201 + }, + "6004": { + "GroupID": 6004, + "TutorialGuideIDList": [ + 600401, + 600402 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6004" + } + ], + "MessageText": { + "hash": 757068747 + }, + "RewardID": 201 + }, + "6005": { + "GroupID": 6005, + "TutorialGuideIDList": [ + 600501, + 600502 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6005" + } + ], + "MessageText": { + "hash": 757068746 + }, + "RewardID": 201 + }, + "6006": { + "GroupID": 6006, + "TutorialGuideIDList": [ + 600503 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TriggerPuzzle", + "TriggerParam": "3" + } + ], + "MessageText": { + "hash": 757068745 + }, + "RewardID": 201 + }, + "6007": { + "GroupID": 6007, + "TutorialGuideIDList": [ + 600504 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TriggerPuzzle", + "TriggerParam": "4" + } + ], + "MessageText": { + "hash": 757068744 + }, + "RewardID": 201 + }, + "9101": { + "GroupID": 9101, + "TutorialGuideIDList": [ + 910101, + 910102, + 910103 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000601" + } + ], + "MessageText": { + "hash": 2061030570 + }, + "RewardID": 201 + }, + "9102": { + "GroupID": 9102, + "TutorialGuideIDList": [ + 910104 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9102" + } + ], + "MessageText": { + "hash": 2061030567 + }, + "RewardID": 201 + }, + "9103": { + "GroupID": 9103, + "TutorialGuideIDList": [ + 910106 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9103" + } + ], + "MessageText": { + "hash": 2061030568 + }, + "RewardID": 201 + }, + "9104": { + "GroupID": 9104, + "TutorialGuideIDList": [ + 910107, + 910108 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "OpenChest", + "TriggerParam": "0" + }, + { + "TriggerType": "GameMode", + "TriggerParam": "5" + } + ], + "MessageText": { + "hash": 2061030565 + }, + "RewardID": 201 + }, + "9105": { + "GroupID": 9105, + "TutorialGuideIDList": [ + 910109 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9105" + } + ], + "MessageText": { + "hash": 2061030566 + }, + "RewardID": 201 + }, + "9106": { + "GroupID": 9106, + "TutorialGuideIDList": [ + 910110 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9106" + } + ], + "MessageText": { + "hash": 2061030563 + }, + "RewardID": 201 + }, + "9107": { + "GroupID": 9107, + "TutorialGuideIDList": [ + 910111, + 910112, + 910113 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9102" + }, + { + "TriggerType": "GameMode", + "TriggerParam": "5" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000601" + } + ], + "MessageText": { + "hash": 2061030564 + }, + "RewardID": 201 + }, + "9108": { + "GroupID": 9108, + "TutorialGuideIDList": [ + 910114 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Normal", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9108" + } + ], + "MessageText": { + "hash": 2061030577 + }, + "RewardID": 201 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TutorialGuideGroupTypeExcelTable.json b/CrepePackage/src/data/excel/TutorialGuideGroupTypeExcelTable.json new file mode 100644 index 0000000..5a75e44 --- /dev/null +++ b/CrepePackage/src/data/excel/TutorialGuideGroupTypeExcelTable.json @@ -0,0 +1,37 @@ +{ + "0": { + "TutorialType": 0, + "MessageIconPath": "SpriteOutput/TabIcon/Inventory/InventoryOtherIcon.png", + "MessageTitle": { + "hash": 1802860531 + } + }, + "1": { + "TutorialType": 1, + "MessageIconPath": "SpriteOutput/GuideIcon/IconGuideTypeBattle.png", + "MessageTitle": { + "hash": 1802860530 + } + }, + "2": { + "TutorialType": 2, + "MessageIconPath": "SpriteOutput/GuideIcon/IconGuideTypeMaze.png", + "MessageTitle": { + "hash": 1802860529 + } + }, + "3": { + "TutorialType": 3, + "MessageIconPath": "SpriteOutput/GuideIcon/IconGuideTypeSystem.png", + "MessageTitle": { + "hash": 1802860528 + } + }, + "4": { + "TutorialType": 4, + "MessageIconPath": "SpriteOutput/TabIcon/Shop/ShopRogueIcon.png", + "MessageTitle": { + "hash": 1802860527 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/TutorialResExcelTable.json b/CrepePackage/src/data/excel/TutorialResExcelTable.json new file mode 100644 index 0000000..1f4ca4c --- /dev/null +++ b/CrepePackage/src/data/excel/TutorialResExcelTable.json @@ -0,0 +1,70 @@ +{ + "1": { + "ID": 1, + "PrefabPath": "UI/Guide/Widget/GuideBtnTypeRound.prefab" + }, + "2": { + "ID": 2, + "PrefabPath": "UI/Guide/Widget/GuideBtnTypeRectagle.prefab" + }, + "3": { + "ID": 3, + "PrefabPath": "UI/Guide/Widget/GuideInfoTipsDown.prefab" + }, + "4": { + "ID": 4, + "PrefabPath": "UI/Guide/Widget/GuideInfoTipsUp.prefab" + }, + "5": { + "ID": 5, + "PrefabPath": "UI/Guide/GuideHintDialog.prefab" + }, + "6": { + "ID": 6, + "PrefabPath": "UI/Guide/Widget/GuideInfoTipsLeftUp.prefab" + }, + "7": { + "ID": 7, + "PrefabPath": "UI/Guide/Widget/GuideInfoTipsLeftDown.prefab" + }, + "8": { + "ID": 8, + "PrefabPath": "UI/Guide/Widget/GuideInfoTipsRightUp.prefab" + }, + "9": { + "ID": 9, + "PrefabPath": "UI/Guide/Widget/GuideInfoTipsRightDown.prefab" + }, + "10": { + "ID": 10, + "PrefabPath": "UI/Guide/Widget/GuideEffLine.prefab" + }, + "11": { + "ID": 11, + "PrefabPath": "UI/Guide/Widget/GuideBtnTypeRectagle_AutoFadeOut.prefab" + }, + "12": { + "ID": 12, + "PrefabPath": "UI/Guide/Widget/GuideArrowBtn.prefab" + }, + "13": { + "ID": 13, + "PrefabPath": "UI/Guide/Widget/ActionHint/JoystickRotation.prefab" + }, + "14": { + "ID": 14, + "PrefabPath": "UI/Guide/Widget/GuideInfoTipsLeft.prefab" + }, + "15": { + "ID": 15, + "PrefabPath": "UI/Guide/Widget/GuideInfoTipsRight.prefab" + }, + "16": { + "ID": 16, + "PrefabPath": "UI/Guide/Widget/GuideBtnType3D.prefab" + }, + "17": { + "ID": 17, + "PrefabPath": "UI/Guide/Widget/GuideArrowBtn_Tiny.prefab" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/UIPageBGMExcelTable.json b/CrepePackage/src/data/excel/UIPageBGMExcelTable.json new file mode 100644 index 0000000..3c9c8e2 --- /dev/null +++ b/CrepePackage/src/data/excel/UIPageBGMExcelTable.json @@ -0,0 +1,18 @@ +{ + "BattleLineupUI": { + "PagePrefab": "BattleLineupUI", + "BGMEvent": "Ev_bgm_menu_ui_play" + }, + "RenderTestPage": { + "PagePrefab": "RenderTestPage", + "BGMEvent": "Ev_bgm_inlevel_main_play" + }, + "RenderTestPage2": { + "PagePrefab": "RenderTestPage2", + "BGMEvent": "Ev_bgm_inlevel_main_play" + }, + "RenderTestPage3": { + "PagePrefab": "RenderTestPage3", + "BGMEvent": "Ev_bgm_inlevel_main_play" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/UIRedDotExcelTable.json b/CrepePackage/src/data/excel/UIRedDotExcelTable.json new file mode 100644 index 0000000..e3921d2 --- /dev/null +++ b/CrepePackage/src/data/excel/UIRedDotExcelTable.json @@ -0,0 +1,607 @@ +{ + "ItemIcon": { + "RedDot": "ItemIcon", + "RedDotChildren": [], + "Type": 3, + "Weight": [], + "UnlockID": 0 + }, + "DailyMission": { + "RedDot": "DailyMission", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 9901 + }, + "DailyQuest": { + "RedDot": "DailyQuest", + "RedDotChildren": [], + "Type": 3, + "Weight": [], + "UnlockID": 9903 + }, + "AdventureBook": { + "RedDot": "AdventureBook", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 9902 + }, + "AvatarSideIcon": { + "RedDot": "AvatarSideIcon", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 400 + }, + "Notice": { + "RedDot": "Notice", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "MailNew": { + "RedDot": "MailNew", + "RedDotChildren": [], + "Type": 3, + "Weight": [], + "UnlockID": 900 + }, + "MailRedDot": { + "RedDot": "MailRedDot", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 900 + }, + "EquipmentTag": { + "RedDot": "EquipmentTag", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AvatarPromotion": { + "RedDot": "AvatarPromotion", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "PrestigeMissionSubTab": { + "RedDot": "PrestigeMissionSubTab", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 2400 + }, + "PrestigeMissionSubTabGroup": { + "RedDot": "PrestigeMissionSubTabGroup", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 2400 + }, + "PrestigeMissionReward": { + "RedDot": "PrestigeMissionReward", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 2400 + }, + "PrestigeLevelReward": { + "RedDot": "PrestigeLevelReward", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 2400 + }, + "Prestige": { + "RedDot": "Prestige", + "RedDotChildren": [ + "PrestigeMissionReward", + "PrestigeLevelReward" + ], + "Type": 1, + "Weight": [ + 2, + 1 + ], + "UnlockID": 0 + }, + "PhoneMessageGroup": { + "RedDot": "PhoneMessageGroup", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "PhoneMessageContract": { + "RedDot": "PhoneMessageContract", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "PhoneMessageEntrance": { + "RedDot": "PhoneMessageEntrance", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 2900 + }, + "HandbookGuideSubTab": { + "RedDot": "HandbookGuideSubTab", + "RedDotChildren": [], + "Type": 3, + "Weight": [], + "UnlockID": 0 + }, + "HandbookGuideMainTab": { + "RedDot": "HandbookGuideMainTab", + "RedDotChildren": [], + "Type": 3, + "Weight": [], + "UnlockID": 0 + }, + "HandbookGuide": { + "RedDot": "HandbookGuide", + "RedDotChildren": [], + "Type": 3, + "Weight": [], + "UnlockID": 9903 + }, + "Activity": { + "RedDot": "Activity", + "RedDotChildren": [ + "DailyMission", + "AdventureBook", + "HandbookGuide" + ], + "Type": 1, + "Weight": [ + 3, + 2, + 1 + ], + "UnlockID": 0 + }, + "Mail": { + "RedDot": "Mail", + "RedDotChildren": [ + "MailNew", + "MailRedDot" + ], + "Type": 1, + "Weight": [ + 2, + 1 + ], + "UnlockID": 0 + }, + "MailSingle": { + "RedDot": "MailSingle", + "RedDotChildren": [ + "MailNew", + "MailRedDot" + ], + "Type": 0, + "Weight": [ + 2, + 1 + ], + "UnlockID": 0 + }, + "MissionTab_1": { + "RedDot": "MissionTab_1", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "MissionTab_2": { + "RedDot": "MissionTab_2", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "MissionTab_3": { + "RedDot": "MissionTab_3", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "MissionTab_All": { + "RedDot": "MissionTab_All", + "RedDotChildren": [ + "MissionTab_1", + "MissionTab_2", + "MissionTab_3" + ], + "Type": 1, + "Weight": [ + 3, + 2, + 1 + ], + "UnlockID": 0 + }, + "AvatarRelic_1": { + "RedDot": "AvatarRelic_1", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AvatarRelic_2": { + "RedDot": "AvatarRelic_2", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AvatarRelic_3": { + "RedDot": "AvatarRelic_3", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AvatarRelic_4": { + "RedDot": "AvatarRelic_4", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AvatarRelic_5": { + "RedDot": "AvatarRelic_5", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AvatarRelic_6": { + "RedDot": "AvatarRelic_6", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AvatarRelic_All": { + "RedDot": "AvatarRelic_All", + "RedDotChildren": [ + "AvatarRelic_1", + "AvatarRelic_2", + "AvatarRelic_3", + "AvatarRelic_4", + "AvatarRelic_5", + "AvatarRelic_6" + ], + "Type": 2, + "Weight": [ + 1, + 1, + 1, + 1, + 1, + 1 + ], + "UnlockID": 0 + }, + "AvatarRank": { + "RedDot": "AvatarRank", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "Avatar": { + "RedDot": "Avatar", + "RedDotChildren": [ + "AvatarSideIcon", + "AvatarRank" + ], + "Type": 1, + "Weight": [ + 2, + 1 + ], + "UnlockID": 0 + }, + "ActivityQuest": { + "RedDot": "ActivityQuest", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ChallengeActivityReward": { + "RedDot": "ChallengeActivityReward", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ChallengeActivity": { + "RedDot": "ChallengeActivity", + "RedDotChildren": [ + "ChallengeActivityReward" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ActivityQuest_All": { + "RedDot": "ActivityQuest_All", + "RedDotChildren": [ + "ActivityQuest", + "ChallengeActivityReward" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ChallengeGroup_1": { + "RedDot": "ChallengeGroup_1", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ChallengeGroup_2": { + "RedDot": "ChallengeGroup_2", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ChallengeGroup_3": { + "RedDot": "ChallengeGroup_3", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ChallengeGroup_4": { + "RedDot": "ChallengeGroup_4", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ChallengeGroup_5": { + "RedDot": "ChallengeGroup_5", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ChallengeGroup_All": { + "RedDot": "ChallengeGroup_All", + "RedDotChildren": [ + "ChallengeGroup_1", + "ChallengeGroup_2", + "ChallengeGroup_3", + "ChallengeGroup_4", + "ChallengeGroup_5" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "CustomerIM": { + "RedDot": "CustomerIM", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "TutorialGuide_1": { + "RedDot": "TutorialGuide_1", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "TutorialGuide_2": { + "RedDot": "TutorialGuide_2", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "TutorialGuide_3": { + "RedDot": "TutorialGuide_3", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "TutorialGuide_4": { + "RedDot": "TutorialGuide_4", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "TutorialType_1": { + "RedDot": "TutorialType_1", + "RedDotChildren": [ + "TutorialGuide_1" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "TutorialType_2": { + "RedDot": "TutorialType_2", + "RedDotChildren": [ + "TutorialGuide_2" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "TutorialType_3": { + "RedDot": "TutorialType_3", + "RedDotChildren": [ + "TutorialGuide_3" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "TutorialType_4": { + "RedDot": "TutorialType_4", + "RedDotChildren": [ + "TutorialGuide_4" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "TutorialOverview": { + "RedDot": "TutorialOverview", + "RedDotChildren": [ + "TutorialGuide_1", + "TutorialGuide_2", + "TutorialGuide_3", + "TutorialGuide_4" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AchievementSeries": { + "RedDot": "AchievementSeries", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AchievementLevelReward": { + "RedDot": "AchievementLevelReward", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "AchievementEnter": { + "RedDot": "AchievementEnter", + "RedDotChildren": [ + "AchievementSeries", + "AchievementLevelReward" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "PhoneNotificationsGroup": { + "RedDot": "PhoneNotificationsGroup", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "PhoneNotificationsEntrance": { + "RedDot": "PhoneNotificationsEntrance", + "RedDotChildren": [ + "PhoneNotificationsGroup" + ], + "Type": 1, + "Weight": [], + "UnlockID": 0 + }, + "ExpeditionGroup_All": { + "RedDot": "ExpeditionGroup_All", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 3100 + }, + "ExpeditionGroup_1": { + "RedDot": "ExpeditionGroup_1", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 3100 + }, + "ExpeditionGroup_2": { + "RedDot": "ExpeditionGroup_2", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 3100 + }, + "ExpeditionGroup_3": { + "RedDot": "ExpeditionGroup_3", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 3100 + }, + "ExpeditionGroup_4": { + "RedDot": "ExpeditionGroup_4", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 3100 + }, + "ExpeditionGroup_5": { + "RedDot": "ExpeditionGroup_5", + "RedDotChildren": [], + "Type": 1, + "Weight": [], + "UnlockID": 3100 + }, + "ExpeditionIsNew": { + "RedDot": "ExpeditionIsNew", + "RedDotChildren": [], + "Type": 3, + "Weight": [], + "UnlockID": 3100 + }, + "ExpeditionGroupIsNew": { + "RedDot": "ExpeditionGroupIsNew", + "RedDotChildren": [], + "Type": 3, + "Weight": [], + "UnlockID": 3100 + }, + "Phone": { + "RedDot": "Phone", + "RedDotChildren": [ + "MailNew", + "MailRedDot", + "Notice", + "PrestigeMissionReward", + "PrestigeLevelReward", + "CustomerIM", + "AchievementSeries", + "AchievementLevelReward", + "PhoneMessageEntrance", + "ExpeditionGroup_1", + "ExpeditionGroup_2", + "ExpeditionGroup_3", + "ExpeditionGroup_4", + "ExpeditionGroup_5" + ], + "Type": 1, + "Weight": [ + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ], + "UnlockID": 0 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/VideoConfigExcelTable.json b/CrepePackage/src/data/excel/VideoConfigExcelTable.json new file mode 100644 index 0000000..e97e714 --- /dev/null +++ b/CrepePackage/src/data/excel/VideoConfigExcelTable.json @@ -0,0 +1,92 @@ +{ + "1": { + "VideoID": 1, + "VideoPath": "CS_Chap01_Act010.usm", + "IsPlayerInvolved": true, + "CaptionPath": "Config/VideoCaption/CS_Chap01_Act010_Caption.json" + }, + "2": { + "VideoID": 2, + "VideoPath": "CS_Chap01_Act020.usm", + "IsPlayerInvolved": true, + "CaptionPath": "Config/VideoCaption/CS_Chap01_Act020_Caption.json" + }, + "3": { + "VideoID": 3, + "VideoPath": "CS_Chap01_Act110.usm", + "IsPlayerInvolved": true, + "CaptionPath": "Config/VideoCaption/CS_Chap01_Act110_Caption.json" + }, + "4": { + "VideoID": 4, + "VideoPath": "CS_Chap01_Act120.usm", + "IsPlayerInvolved": true, + "CaptionPath": "" + }, + "5": { + "VideoID": 5, + "VideoPath": "CS_Chap01_Act130.usm", + "IsPlayerInvolved": true, + "CaptionPath": "Config/VideoCaption/CS_Chap01_Act130_Caption.json" + }, + "7": { + "VideoID": 7, + "VideoPath": "CS_Chap01_Act150.usm", + "IsPlayerInvolved": true, + "CaptionPath": "Config/VideoCaption/CS_Chap01_Act150_Caption.json" + }, + "8": { + "VideoID": 8, + "VideoPath": "CS_Chap00_Act210.usm", + "IsPlayerInvolved": false, + "CaptionPath": "Config/VideoCaption/CS_Chap00_Act210_Caption.json" + }, + "16": { + "VideoID": 16, + "VideoPath": "CS_Chap00_Act270.usm", + "IsPlayerInvolved": true, + "CaptionPath": "Config/VideoCaption/CS_Chap00_Act270_Caption.json" + }, + "21": { + "VideoID": 21, + "VideoPath": "CS_Chap00_Act300.usm", + "IsPlayerInvolved": true, + "CaptionPath": "Config/VideoCaption/CS_Chap00_Act300_Caption.json" + }, + "100": { + "VideoID": 100, + "VideoPath": "CS_ChapLoop01_Act0000.usm", + "IsPlayerInvolved": false, + "CaptionPath": "" + }, + "101": { + "VideoID": 101, + "VideoPath": "CS_ChapLoop01_Act0010.usm", + "IsPlayerInvolved": false, + "CaptionPath": "" + }, + "102": { + "VideoID": 102, + "VideoPath": "CS_ChapLoop01_Act0020.usm", + "IsPlayerInvolved": false, + "CaptionPath": "" + }, + "103": { + "VideoID": 103, + "VideoPath": "CS_ChapLoop01_Act0030.usm", + "IsPlayerInvolved": false, + "CaptionPath": "" + }, + "104": { + "VideoID": 104, + "VideoPath": "CS_ChapLoop_Black.usm", + "IsPlayerInvolved": false, + "CaptionPath": "" + }, + "105": { + "VideoID": 105, + "VideoPath": "CS_ChapLoop01_Act0040.usm", + "IsPlayerInvolved": false, + "CaptionPath": "Config/VideoCaption/CS_ChapLoop01_Act0040_Caption.json" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/VoiceConfigExcelTable.json b/CrepePackage/src/data/excel/VoiceConfigExcelTable.json new file mode 100644 index 0000000..06d9cd3 --- /dev/null +++ b/CrepePackage/src/data/excel/VoiceConfigExcelTable.json @@ -0,0 +1,25489 @@ +{ + "100001801": { + "VoiceID": 100001801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_1", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "100001802": { + "VoiceID": 100001802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_2", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "100001803": { + "VoiceID": 100001803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_3", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "100001804": { + "VoiceID": 100001804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_4", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "100001805": { + "VoiceID": 100001805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_5", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "100001806": { + "VoiceID": 100001806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_1", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001807": { + "VoiceID": 100001807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_6", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "100001808": { + "VoiceID": 100001808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_9", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "100001809": { + "VoiceID": 100001809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_2", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001810": { + "VoiceID": 100001810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_3", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001901": { + "VoiceID": 100001901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_1", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100001902": { + "VoiceID": 100001902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_10", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "100001903": { + "VoiceID": 100001903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_2", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100001904": { + "VoiceID": 100001904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_4", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001905": { + "VoiceID": 100001905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_3", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100001906": { + "VoiceID": 100001906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_4", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100001907": { + "VoiceID": 100001907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_11", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "100001908": { + "VoiceID": 100001908, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_5", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100001909": { + "VoiceID": 100001909, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_6", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100001910": { + "VoiceID": 100001910, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_7", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100001911": { + "VoiceID": 100001911, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_8", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100001912": { + "VoiceID": 100001912, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_9", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100001913": { + "VoiceID": 100001913, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_7", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "201010201": { + "VoiceID": 201010201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010202": { + "VoiceID": 201010202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010204": { + "VoiceID": 201010204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010206": { + "VoiceID": 201010206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010207": { + "VoiceID": 201010207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010208": { + "VoiceID": 201010208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010209": { + "VoiceID": 201010209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010211": { + "VoiceID": 201010211, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010212": { + "VoiceID": 201010212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010213": { + "VoiceID": 201010213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010214": { + "VoiceID": 201010214, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010216": { + "VoiceID": 201010216, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010217": { + "VoiceID": 201010217, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010218": { + "VoiceID": 201010218, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010219": { + "VoiceID": 201010219, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010220": { + "VoiceID": 201010220, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010221": { + "VoiceID": 201010221, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_0_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010222": { + "VoiceID": 201010222, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010224": { + "VoiceID": 201010224, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010226": { + "VoiceID": 201010226, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010227": { + "VoiceID": 201010227, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010301": { + "VoiceID": 201010301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010302": { + "VoiceID": 201010302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010303": { + "VoiceID": 201010303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010304": { + "VoiceID": 201010304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010305": { + "VoiceID": 201010305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010306": { + "VoiceID": 201010306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010307": { + "VoiceID": 201010307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010308": { + "VoiceID": 201010308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010309": { + "VoiceID": 201010309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010310": { + "VoiceID": 201010310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010311": { + "VoiceID": 201010311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010312": { + "VoiceID": 201010312, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010314": { + "VoiceID": 201010314, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010315": { + "VoiceID": 201010315, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010319": { + "VoiceID": 201010319, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010320": { + "VoiceID": 201010320, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010321": { + "VoiceID": 201010321, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010323": { + "VoiceID": 201010323, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010324": { + "VoiceID": 201010324, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010326": { + "VoiceID": 201010326, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010327": { + "VoiceID": 201010327, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010329": { + "VoiceID": 201010329, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010330": { + "VoiceID": 201010330, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010331": { + "VoiceID": 201010331, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010332": { + "VoiceID": 201010332, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010333": { + "VoiceID": 201010333, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010334": { + "VoiceID": 201010334, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010335": { + "VoiceID": 201010335, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201010401": { + "VoiceID": 201010401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010402": { + "VoiceID": 201010402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_soldierA_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201010403": { + "VoiceID": 201010403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010405": { + "VoiceID": 201010405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010407": { + "VoiceID": 201010407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010408": { + "VoiceID": 201010408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010409": { + "VoiceID": 201010409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010410": { + "VoiceID": 201010410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010411": { + "VoiceID": 201010411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010412": { + "VoiceID": 201010412, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010414": { + "VoiceID": 201010414, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_soldierA_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201010415": { + "VoiceID": 201010415, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010416": { + "VoiceID": 201010416, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010418": { + "VoiceID": 201010418, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010420": { + "VoiceID": 201010420, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010421": { + "VoiceID": 201010421, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_0_mar7th_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010422": { + "VoiceID": 201010422, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010424": { + "VoiceID": 201010424, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_soldierA_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201010425": { + "VoiceID": 201010425, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010426": { + "VoiceID": 201010426, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010427": { + "VoiceID": 201010427, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_soldierA_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201010428": { + "VoiceID": 201010428, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010429": { + "VoiceID": 201010429, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010430": { + "VoiceID": 201010430, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010501": { + "VoiceID": 201010501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010601": { + "VoiceID": 201010601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010602": { + "VoiceID": 201010602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010603": { + "VoiceID": 201010603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010604": { + "VoiceID": 201010604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010605": { + "VoiceID": 201010605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010606": { + "VoiceID": 201010606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010607": { + "VoiceID": 201010607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010608": { + "VoiceID": 201010608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010609": { + "VoiceID": 201010609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010610": { + "VoiceID": 201010610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010611": { + "VoiceID": 201010611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010612": { + "VoiceID": 201010612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010613": { + "VoiceID": 201010613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010614": { + "VoiceID": 201010614, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010701": { + "VoiceID": 201010701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010702": { + "VoiceID": 201010702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010703": { + "VoiceID": 201010703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010704": { + "VoiceID": 201010704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010705": { + "VoiceID": 201010705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_soldierA_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201010706": { + "VoiceID": 201010706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010707": { + "VoiceID": 201010707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010708": { + "VoiceID": 201010708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010709": { + "VoiceID": 201010709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010710": { + "VoiceID": 201010710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010711": { + "VoiceID": 201010711, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_soldierA_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201010712": { + "VoiceID": 201010712, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010713": { + "VoiceID": 201010713, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_danheng_221_m", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201010714": { + "VoiceID": 201010714, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_gepard_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201010801": { + "VoiceID": 201010801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010802": { + "VoiceID": 201010802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201010803": { + "VoiceID": 201010803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_mar7th_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201010804": { + "VoiceID": 201010804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_0_sampo_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201013401": { + "VoiceID": 201013401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_5", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201013402": { + "VoiceID": 201013402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_6", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201013403": { + "VoiceID": 201013403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_danheng_1", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201013404": { + "VoiceID": 201013404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_8", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "201013405": { + "VoiceID": 201013405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_gepard_1", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010101": { + "VoiceID": 101010101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010102": { + "VoiceID": 101010102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010103": { + "VoiceID": 101010103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010104": { + "VoiceID": 101010104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010105": { + "VoiceID": 101010105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010106": { + "VoiceID": 101010106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010107": { + "VoiceID": 101010107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010108": { + "VoiceID": 101010108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010109": { + "VoiceID": 101010109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010110": { + "VoiceID": 101010110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010111": { + "VoiceID": 101010111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010112": { + "VoiceID": 101010112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010201": { + "VoiceID": 101010201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010202": { + "VoiceID": 101010202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010204": { + "VoiceID": 101010204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010205": { + "VoiceID": 101010205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010207": { + "VoiceID": 101010207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010208": { + "VoiceID": 101010208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010209": { + "VoiceID": 101010209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010210": { + "VoiceID": 101010210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010211": { + "VoiceID": 101010211, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010212": { + "VoiceID": 101010212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010213": { + "VoiceID": 101010213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010214": { + "VoiceID": 101010214, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010215": { + "VoiceID": 101010215, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010217": { + "VoiceID": 101010217, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010219": { + "VoiceID": 101010219, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010221": { + "VoiceID": 101010221, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010222": { + "VoiceID": 101010222, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010301": { + "VoiceID": 101010301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010302": { + "VoiceID": 101010302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010303": { + "VoiceID": 101010303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010304": { + "VoiceID": 101010304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010305": { + "VoiceID": 101010305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010306": { + "VoiceID": 101010306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010307": { + "VoiceID": 101010307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010308": { + "VoiceID": 101010308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010311": { + "VoiceID": 101010311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010312": { + "VoiceID": 101010312, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010313": { + "VoiceID": 101010313, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010314": { + "VoiceID": 101010314, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010317": { + "VoiceID": 101010317, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010318": { + "VoiceID": 101010318, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010319": { + "VoiceID": 101010319, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010320": { + "VoiceID": 101010320, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010321": { + "VoiceID": 101010321, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010322": { + "VoiceID": 101010322, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010324": { + "VoiceID": 101010324, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010326": { + "VoiceID": 101010326, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010328": { + "VoiceID": 101010328, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010329": { + "VoiceID": 101010329, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010330": { + "VoiceID": 101010330, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010331": { + "VoiceID": 101010331, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010332": { + "VoiceID": 101010332, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010334": { + "VoiceID": 101010334, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010336": { + "VoiceID": 101010336, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010339": { + "VoiceID": 101010339, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010340": { + "VoiceID": 101010340, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010341": { + "VoiceID": 101010341, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010342": { + "VoiceID": 101010342, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010344": { + "VoiceID": 101010344, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010346": { + "VoiceID": 101010346, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010347": { + "VoiceID": 101010347, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010351": { + "VoiceID": 101010351, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_stellaron_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101010348": { + "VoiceID": 101010348, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010349": { + "VoiceID": 101010349, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010350": { + "VoiceID": 101010350, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_cocolia_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101010401": { + "VoiceID": 101010401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010403": { + "VoiceID": 101010403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010405": { + "VoiceID": 101010405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010406": { + "VoiceID": 101010406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010407": { + "VoiceID": 101010407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010408": { + "VoiceID": 101010408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010409": { + "VoiceID": 101010409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010410": { + "VoiceID": 101010410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010411": { + "VoiceID": 101010411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010412": { + "VoiceID": 101010412, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010413": { + "VoiceID": 101010413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101010501": { + "VoiceID": 101010501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010502": { + "VoiceID": 101010502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010503": { + "VoiceID": 101010503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010504": { + "VoiceID": 101010504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010505": { + "VoiceID": 101010505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010507": { + "VoiceID": 101010507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010509": { + "VoiceID": 101010509, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010510": { + "VoiceID": 101010510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010511": { + "VoiceID": 101010511, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010512": { + "VoiceID": 101010512, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010513": { + "VoiceID": 101010513, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010515": { + "VoiceID": 101010515, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010517": { + "VoiceID": 101010517, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010518": { + "VoiceID": 101010518, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010519": { + "VoiceID": 101010519, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010520": { + "VoiceID": 101010520, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010521": { + "VoiceID": 101010521, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010523": { + "VoiceID": 101010523, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010525": { + "VoiceID": 101010525, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010526": { + "VoiceID": 101010526, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010527": { + "VoiceID": 101010527, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101010601": { + "VoiceID": 101010601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010602": { + "VoiceID": 101010602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010603": { + "VoiceID": 101010603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010604": { + "VoiceID": 101010604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010605": { + "VoiceID": 101010605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010606": { + "VoiceID": 101010606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010607": { + "VoiceID": 101010607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010608": { + "VoiceID": 101010608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010609": { + "VoiceID": 101010609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010611": { + "VoiceID": 101010611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010613": { + "VoiceID": 101010613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010615": { + "VoiceID": 101010615, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010616": { + "VoiceID": 101010616, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010617": { + "VoiceID": 101010617, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010618": { + "VoiceID": 101010618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010620": { + "VoiceID": 101010620, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010622": { + "VoiceID": 101010622, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010624": { + "VoiceID": 101010624, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010625": { + "VoiceID": 101010625, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010626": { + "VoiceID": 101010626, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010801": { + "VoiceID": 101010801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_265", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010802": { + "VoiceID": 101010802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010803": { + "VoiceID": 101010803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010804": { + "VoiceID": 101010804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010805": { + "VoiceID": 101010805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_267", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010806": { + "VoiceID": 101010806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010807": { + "VoiceID": 101010807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_268", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010808": { + "VoiceID": 101010808, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_1_mar7th_269", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010809": { + "VoiceID": 101010809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010810": { + "VoiceID": 101010810, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_1_danheng_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010811": { + "VoiceID": 101010811, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_271", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010815": { + "VoiceID": 101010815, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010819": { + "VoiceID": 101010819, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_272", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010820": { + "VoiceID": 101010820, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010821": { + "VoiceID": 101010821, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierD_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101010822": { + "VoiceID": 101010822, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010823": { + "VoiceID": 101010823, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_273", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010824": { + "VoiceID": 101010824, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_266", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010825": { + "VoiceID": 101010825, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010901": { + "VoiceID": 101010901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101010902": { + "VoiceID": 101010902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010903": { + "VoiceID": 101010903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101010904": { + "VoiceID": 101010904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010905": { + "VoiceID": 101010905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010906": { + "VoiceID": 101010906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101010907": { + "VoiceID": 101010907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101010701": { + "VoiceID": 101010701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_playerboy_01", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "101010702": { + "VoiceID": 101010702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_soldier2_01", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101010703": { + "VoiceID": 101010703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_danheng_29", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010704": { + "VoiceID": 101010704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_danheng_30", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010705": { + "VoiceID": 101010705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_soldier3_01", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101010706": { + "VoiceID": 101010706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_59", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010707": { + "VoiceID": 101010707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_soldier2_02", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101010708": { + "VoiceID": 101010708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_soldier3_02", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101010709": { + "VoiceID": 101010709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_danheng_31", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101010710": { + "VoiceID": 101010710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_32", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101010711": { + "VoiceID": 101010711, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_bronya_27", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101011001": { + "VoiceID": 101011001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011002": { + "VoiceID": 101011002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011003": { + "VoiceID": 101011003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011004": { + "VoiceID": 101011004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011006": { + "VoiceID": 101011006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011008": { + "VoiceID": 101011008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011010": { + "VoiceID": 101011010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011011": { + "VoiceID": 101011011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011012": { + "VoiceID": 101011012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011015": { + "VoiceID": 101011015, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_1_mar7th_259", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011016": { + "VoiceID": 101011016, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011017": { + "VoiceID": 101011017, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_261", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011019": { + "VoiceID": 101011019, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_262", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011021": { + "VoiceID": 101011021, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_263", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011023": { + "VoiceID": 101011023, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_264", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011024": { + "VoiceID": 101011024, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011025": { + "VoiceID": 101011025, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011026": { + "VoiceID": 101011026, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011027": { + "VoiceID": 101011027, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011028": { + "VoiceID": 101011028, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011029": { + "VoiceID": 101011029, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011030": { + "VoiceID": 101011030, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_gepard_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011031": { + "VoiceID": 101011031, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011032": { + "VoiceID": 101011032, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenA_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011033": { + "VoiceID": 101011033, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenB_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011035": { + "VoiceID": 101011035, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenB_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011036": { + "VoiceID": 101011036, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenB_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011038": { + "VoiceID": 101011038, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenB_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011039": { + "VoiceID": 101011039, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenB_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011040": { + "VoiceID": 101011040, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenB_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011041": { + "VoiceID": 101011041, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenC_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011042": { + "VoiceID": 101011042, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenD_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011051": { + "VoiceID": 101011051, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011057": { + "VoiceID": 101011057, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG1_stellaron_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011058": { + "VoiceID": 101011058, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG1_cocolia_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011059": { + "VoiceID": 101011059, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG1_stellaron_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011060": { + "VoiceID": 101011060, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG1_cocolia_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011061": { + "VoiceID": 101011061, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG1_stellaron_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011062": { + "VoiceID": 101011062, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG1_stellaron_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011101": { + "VoiceID": 101011101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011102": { + "VoiceID": 101011102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011104": { + "VoiceID": 101011104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011105": { + "VoiceID": 101011105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011107": { + "VoiceID": 101011107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011108": { + "VoiceID": 101011108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011109": { + "VoiceID": 101011109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011111": { + "VoiceID": 101011111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011112": { + "VoiceID": 101011112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011114": { + "VoiceID": 101011114, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011115": { + "VoiceID": 101011115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011117": { + "VoiceID": 101011117, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011120": { + "VoiceID": 101011120, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011122": { + "VoiceID": 101011122, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011124": { + "VoiceID": 101011124, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011125": { + "VoiceID": 101011125, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_serval_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011201": { + "VoiceID": 101011201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierB_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011202": { + "VoiceID": 101011202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenE_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011203": { + "VoiceID": 101011203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierB_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011204": { + "VoiceID": 101011204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011206": { + "VoiceID": 101011206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011208": { + "VoiceID": 101011208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011209": { + "VoiceID": 101011209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011210": { + "VoiceID": 101011210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierC_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011211": { + "VoiceID": 101011211, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenE_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011212": { + "VoiceID": 101011212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierC_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011213": { + "VoiceID": 101011213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011214": { + "VoiceID": 101011214, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011215": { + "VoiceID": 101011215, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011216": { + "VoiceID": 101011216, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierB_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011218": { + "VoiceID": 101011218, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierC_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011219": { + "VoiceID": 101011219, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierB_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011221": { + "VoiceID": 101011221, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierC_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011222": { + "VoiceID": 101011222, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierB_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011224": { + "VoiceID": 101011224, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierC_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011225": { + "VoiceID": 101011225, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierB_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011226": { + "VoiceID": 101011226, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierC_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011227": { + "VoiceID": 101011227, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierB_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011229": { + "VoiceID": 101011229, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_soldierC_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011230": { + "VoiceID": 101011230, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_citizenE_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011301": { + "VoiceID": 101011301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011302": { + "VoiceID": 101011302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011303": { + "VoiceID": 101011303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011304": { + "VoiceID": 101011304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011305": { + "VoiceID": 101011305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011306": { + "VoiceID": 101011306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011307": { + "VoiceID": 101011307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_children_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101011309": { + "VoiceID": 101011309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011311": { + "VoiceID": 101011311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011313": { + "VoiceID": 101011313, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011314": { + "VoiceID": 101011314, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011315": { + "VoiceID": 101011315, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011316": { + "VoiceID": 101011316, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011317": { + "VoiceID": 101011317, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011319": { + "VoiceID": 101011319, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011321": { + "VoiceID": 101011321, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011323": { + "VoiceID": 101011323, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011324": { + "VoiceID": 101011324, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011326": { + "VoiceID": 101011326, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011327": { + "VoiceID": 101011327, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "101011329": { + "VoiceID": 101011329, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_pela_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Pela_00" + }, + "201110101": { + "VoiceID": 201110101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_274", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110102": { + "VoiceID": 201110102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_275", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110104": { + "VoiceID": 201110104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_276", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110106": { + "VoiceID": 201110106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_277", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110108": { + "VoiceID": 201110108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_278", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110109": { + "VoiceID": 201110109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110110": { + "VoiceID": 201110110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110704": { + "VoiceID": 201110704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_281", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110705": { + "VoiceID": 201110705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110706": { + "VoiceID": 201110706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110301": { + "VoiceID": 201110301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_282", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110302": { + "VoiceID": 201110302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110303": { + "VoiceID": 201110303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110304": { + "VoiceID": 201110304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_283", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110401": { + "VoiceID": 201110401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_284", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110402": { + "VoiceID": 201110402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_285", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110403": { + "VoiceID": 201110403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110501": { + "VoiceID": 201110501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201110502": { + "VoiceID": 201110502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201110503": { + "VoiceID": 201110503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_286", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110504": { + "VoiceID": 201110504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201110505": { + "VoiceID": 201110505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110506": { + "VoiceID": 201110506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110507": { + "VoiceID": 201110507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201110508": { + "VoiceID": 201110508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201110510": { + "VoiceID": 201110510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_287", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110511": { + "VoiceID": 201110511, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201110512": { + "VoiceID": 201110512, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110513": { + "VoiceID": 201110513, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_288", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110601": { + "VoiceID": 201110601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_290", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110602": { + "VoiceID": 201110602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201110603": { + "VoiceID": 201110603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_291", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110604": { + "VoiceID": 201110604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_bronya_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201110605": { + "VoiceID": 201110605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_sampo_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201110701": { + "VoiceID": 201110701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_279", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110702": { + "VoiceID": 201110702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_mar7th_280", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201110703": { + "VoiceID": 201110703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_1_danheng_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201112001": { + "VoiceID": 201112001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_soldier3_03", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201112002": { + "VoiceID": 201112002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_64", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201112003": { + "VoiceID": 201112003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_soldier2_03", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201112004": { + "VoiceID": 201112004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_danheng_34", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201112005": { + "VoiceID": 201112005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_danheng_35", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201112006": { + "VoiceID": 201112006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_65", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201112007": { + "VoiceID": 201112007, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_soldier2_04", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201112008": { + "VoiceID": 201112008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_soldier2_05", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201112009": { + "VoiceID": 201112009, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_bronya_22", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201112201": { + "VoiceID": 201112201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_bronya_26", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201112202": { + "VoiceID": 201112202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_danheng_36", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201112203": { + "VoiceID": 201112203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_playerboy_04", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "201112204": { + "VoiceID": 201112204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_57", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201112205": { + "VoiceID": 201112205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_bronya_29", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201112206": { + "VoiceID": 201112206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_danheng_37", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201112207": { + "VoiceID": 201112207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_58", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201112208": { + "VoiceID": 201112208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_sampo_04", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201112209": { + "VoiceID": 201112209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_playerboy_05", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "201119101": { + "VoiceID": 201119101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_playerboy_02", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "201119102": { + "VoiceID": 201119102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_danheng_32", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201119103": { + "VoiceID": 201119103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_60", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201119104": { + "VoiceID": 201119104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_danheng_33", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201119105": { + "VoiceID": 201119105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_61", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201119106": { + "VoiceID": 201119106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_playerboy_03", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_PlayerBoy_00" + }, + "201119107": { + "VoiceID": 201119107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_50", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201119108": { + "VoiceID": 201119108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_62", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201119109": { + "VoiceID": 201119109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_bronya_28", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201119110": { + "VoiceID": 201119110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_mar7th_63", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201213801": { + "VoiceID": 201213801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_prospector_1", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201213802": { + "VoiceID": 201213802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_bronya_1", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201213803": { + "VoiceID": 201213803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_bronya_2", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201213804": { + "VoiceID": 201213804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_prospector_2", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201213805": { + "VoiceID": 201213805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_prospector_3", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201213806": { + "VoiceID": 201213806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_bronya_3", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201213807": { + "VoiceID": 201213807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_seele_1", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201213808": { + "VoiceID": 201213808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_seele_3", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201213809": { + "VoiceID": 201213809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_seele_2", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201213810": { + "VoiceID": 201213810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a2_bronya_4", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101025101": { + "VoiceID": 101025101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025102": { + "VoiceID": 101025102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025104": { + "VoiceID": 101025104, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_6_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025106": { + "VoiceID": 101025106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025108": { + "VoiceID": 101025108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025109": { + "VoiceID": 101025109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025110": { + "VoiceID": 101025110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025111": { + "VoiceID": 101025111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025112": { + "VoiceID": 101025112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025114": { + "VoiceID": 101025114, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025115": { + "VoiceID": 101025115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025117": { + "VoiceID": 101025117, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025118": { + "VoiceID": 101025118, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025120": { + "VoiceID": 101025120, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025121": { + "VoiceID": 101025121, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025122": { + "VoiceID": 101025122, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025124": { + "VoiceID": 101025124, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025125": { + "VoiceID": 101025125, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025127": { + "VoiceID": 101025127, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025128": { + "VoiceID": 101025128, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025129": { + "VoiceID": 101025129, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025130": { + "VoiceID": 101025130, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_6_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025131": { + "VoiceID": 101025131, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025132": { + "VoiceID": 101025132, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025133": { + "VoiceID": 101025133, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025134": { + "VoiceID": 101025134, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025201": { + "VoiceID": 101025201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025202": { + "VoiceID": 101025202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025203": { + "VoiceID": 101025203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025204": { + "VoiceID": 101025204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025205": { + "VoiceID": 101025205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025206": { + "VoiceID": 101025206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025207": { + "VoiceID": 101025207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025208": { + "VoiceID": 101025208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025209": { + "VoiceID": 101025209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025210": { + "VoiceID": 101025210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025211": { + "VoiceID": 101025211, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025212": { + "VoiceID": 101025212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025213": { + "VoiceID": 101025213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025214": { + "VoiceID": 101025214, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025215": { + "VoiceID": 101025215, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025216": { + "VoiceID": 101025216, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025217": { + "VoiceID": 101025217, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025218": { + "VoiceID": 101025218, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025219": { + "VoiceID": 101025219, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025220": { + "VoiceID": 101025220, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025221": { + "VoiceID": 101025221, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025222": { + "VoiceID": 101025222, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025223": { + "VoiceID": 101025223, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025224": { + "VoiceID": 101025224, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025225": { + "VoiceID": 101025225, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025226": { + "VoiceID": 101025226, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025227": { + "VoiceID": 101025227, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025228": { + "VoiceID": 101025228, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025229": { + "VoiceID": 101025229, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025230": { + "VoiceID": 101025230, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025231": { + "VoiceID": 101025231, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025232": { + "VoiceID": 101025232, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025233": { + "VoiceID": 101025233, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025234": { + "VoiceID": 101025234, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025235": { + "VoiceID": 101025235, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025236": { + "VoiceID": 101025236, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025237": { + "VoiceID": 101025237, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025238": { + "VoiceID": 101025238, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025301": { + "VoiceID": 101025301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025302": { + "VoiceID": 101025302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025303": { + "VoiceID": 101025303, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_6_danheng_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025305": { + "VoiceID": 101025305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025307": { + "VoiceID": 101025307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025309": { + "VoiceID": 101025309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025310": { + "VoiceID": 101025310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025311": { + "VoiceID": 101025311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025401": { + "VoiceID": 101025401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101025402": { + "VoiceID": 101025402, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_6_sampo_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025403": { + "VoiceID": 101025403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025404": { + "VoiceID": 101025404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025405": { + "VoiceID": 101025405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025406": { + "VoiceID": 101025406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101025407": { + "VoiceID": 101025407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101025409": { + "VoiceID": 101025409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101025411": { + "VoiceID": 101025411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101025413": { + "VoiceID": 101025413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101025414": { + "VoiceID": 101025414, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101025415": { + "VoiceID": 101025415, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025416": { + "VoiceID": 101025416, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025417": { + "VoiceID": 101025417, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025419": { + "VoiceID": 101025419, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025421": { + "VoiceID": 101025421, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025423": { + "VoiceID": 101025423, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025424": { + "VoiceID": 101025424, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025425": { + "VoiceID": 101025425, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025426": { + "VoiceID": 101025426, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025427": { + "VoiceID": 101025427, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025428": { + "VoiceID": 101025428, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025430": { + "VoiceID": 101025430, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025432": { + "VoiceID": 101025432, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025434": { + "VoiceID": 101025434, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025435": { + "VoiceID": 101025435, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025436": { + "VoiceID": 101025436, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025501": { + "VoiceID": 101025501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025502": { + "VoiceID": 101025502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025503": { + "VoiceID": 101025503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025504": { + "VoiceID": 101025504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025506": { + "VoiceID": 101025506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025508": { + "VoiceID": 101025508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025510": { + "VoiceID": 101025510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101025511": { + "VoiceID": 101025511, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_danheng_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101025512": { + "VoiceID": 101025512, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025513": { + "VoiceID": 101025513, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025601": { + "VoiceID": 101025601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025603": { + "VoiceID": 101025603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025605": { + "VoiceID": 101025605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025607": { + "VoiceID": 101025607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025608": { + "VoiceID": 101025608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025610": { + "VoiceID": 101025610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025611": { + "VoiceID": 101025611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025612": { + "VoiceID": 101025612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025614": { + "VoiceID": 101025614, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025615": { + "VoiceID": 101025615, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025617": { + "VoiceID": 101025617, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025620": { + "VoiceID": 101025620, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_sampo_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101025701": { + "VoiceID": 101025701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025702": { + "VoiceID": 101025702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025703": { + "VoiceID": 101025703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025704": { + "VoiceID": 101025704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025705": { + "VoiceID": 101025705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025706": { + "VoiceID": 101025706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025707": { + "VoiceID": 101025707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025708": { + "VoiceID": 101025708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025709": { + "VoiceID": 101025709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025710": { + "VoiceID": 101025710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025712": { + "VoiceID": 101025712, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025713": { + "VoiceID": 101025713, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025714": { + "VoiceID": 101025714, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025715": { + "VoiceID": 101025715, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025716": { + "VoiceID": 101025716, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025717": { + "VoiceID": 101025717, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025718": { + "VoiceID": 101025718, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025719": { + "VoiceID": 101025719, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025720": { + "VoiceID": 101025720, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025721": { + "VoiceID": 101025721, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025722": { + "VoiceID": 101025722, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025723": { + "VoiceID": 101025723, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025724": { + "VoiceID": 101025724, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025725": { + "VoiceID": 101025725, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025726": { + "VoiceID": 101025726, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025727": { + "VoiceID": 101025727, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025728": { + "VoiceID": 101025728, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_bronya_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025729": { + "VoiceID": 101025729, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025730": { + "VoiceID": 101025730, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_cocolia_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025731": { + "VoiceID": 101025731, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_stellaron_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "101025804": { + "VoiceID": 101025804, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_6_player_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101025805": { + "VoiceID": 101025805, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_6_player_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101025806": { + "VoiceID": 101025806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_gertie_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101025807": { + "VoiceID": 101025807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_gertie_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101026101": { + "VoiceID": 101026101, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_6_oleg_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026102": { + "VoiceID": 101026102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026104": { + "VoiceID": 101026104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026105": { + "VoiceID": 101026105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026107": { + "VoiceID": 101026107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026108": { + "VoiceID": 101026108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026110": { + "VoiceID": 101026110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026112": { + "VoiceID": 101026112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026114": { + "VoiceID": 101026114, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026115": { + "VoiceID": 101026115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026117": { + "VoiceID": 101026117, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026118": { + "VoiceID": 101026118, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_oleg_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101026201": { + "VoiceID": 101026201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026202": { + "VoiceID": 101026202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026204": { + "VoiceID": 101026204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026206": { + "VoiceID": 101026206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026207": { + "VoiceID": 101026207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026209": { + "VoiceID": 101026209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026210": { + "VoiceID": 101026210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026212": { + "VoiceID": 101026212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026213": { + "VoiceID": 101026213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026215": { + "VoiceID": 101026215, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026216": { + "VoiceID": 101026216, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026217": { + "VoiceID": 101026217, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101026219": { + "VoiceID": 101026219, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_6_seele_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011401": { + "VoiceID": 101011401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011403": { + "VoiceID": 101011403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011405": { + "VoiceID": 101011405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011407": { + "VoiceID": 101011407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011408": { + "VoiceID": 101011408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011409": { + "VoiceID": 101011409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011410": { + "VoiceID": 101011410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011411": { + "VoiceID": 101011411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011413": { + "VoiceID": 101011413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011415": { + "VoiceID": 101011415, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011417": { + "VoiceID": 101011417, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011418": { + "VoiceID": 101011418, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011419": { + "VoiceID": 101011419, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011420": { + "VoiceID": 101011420, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011421": { + "VoiceID": 101011421, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011422": { + "VoiceID": 101011422, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011423": { + "VoiceID": 101011423, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011424": { + "VoiceID": 101011424, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011425": { + "VoiceID": 101011425, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011426": { + "VoiceID": 101011426, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011427": { + "VoiceID": 101011427, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011428": { + "VoiceID": 101011428, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011501": { + "VoiceID": 101011501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011502": { + "VoiceID": 101011502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011503": { + "VoiceID": 101011503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011504": { + "VoiceID": 101011504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierF_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011505": { + "VoiceID": 101011505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011506": { + "VoiceID": 101011506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011507": { + "VoiceID": 101011507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierG_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011508": { + "VoiceID": 101011508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011509": { + "VoiceID": 101011509, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierH_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "101011510": { + "VoiceID": 101011510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011601": { + "VoiceID": 101011601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011603": { + "VoiceID": 101011603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011605": { + "VoiceID": 101011605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011606": { + "VoiceID": 101011606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011607": { + "VoiceID": 101011607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011608": { + "VoiceID": 101011608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011609": { + "VoiceID": 101011609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011701": { + "VoiceID": 101011701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011702": { + "VoiceID": 101011702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011703": { + "VoiceID": 101011703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011704": { + "VoiceID": 101011704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011705": { + "VoiceID": 101011705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011706": { + "VoiceID": 101011706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011707": { + "VoiceID": 101011707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011708": { + "VoiceID": 101011708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011709": { + "VoiceID": 101011709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011710": { + "VoiceID": 101011710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011712": { + "VoiceID": 101011712, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011714": { + "VoiceID": 101011714, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011716": { + "VoiceID": 101011716, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011717": { + "VoiceID": 101011717, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011718": { + "VoiceID": 101011718, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011719": { + "VoiceID": 101011719, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011721": { + "VoiceID": 101011721, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011722": { + "VoiceID": 101011722, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011724": { + "VoiceID": 101011724, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011725": { + "VoiceID": 101011725, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011727": { + "VoiceID": 101011727, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011728": { + "VoiceID": 101011728, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011729": { + "VoiceID": 101011729, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011730": { + "VoiceID": 101011730, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011801": { + "VoiceID": 101011801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011802": { + "VoiceID": 101011802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011803": { + "VoiceID": 101011803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011804": { + "VoiceID": 101011804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011806": { + "VoiceID": 101011806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011807": { + "VoiceID": 101011807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011808": { + "VoiceID": 101011808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011810": { + "VoiceID": 101011810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011811": { + "VoiceID": 101011811, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011812": { + "VoiceID": 101011812, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011813": { + "VoiceID": 101011813, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011814": { + "VoiceID": 101011814, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011816": { + "VoiceID": 101011816, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011817": { + "VoiceID": 101011817, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011818": { + "VoiceID": 101011818, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011820": { + "VoiceID": 101011820, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011821": { + "VoiceID": 101011821, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011822": { + "VoiceID": 101011822, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011823": { + "VoiceID": 101011823, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011824": { + "VoiceID": 101011824, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011825": { + "VoiceID": 101011825, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011827": { + "VoiceID": 101011827, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011829": { + "VoiceID": 101011829, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011830": { + "VoiceID": 101011830, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011831": { + "VoiceID": 101011831, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101011832": { + "VoiceID": 101011832, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011833": { + "VoiceID": 101011833, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011834": { + "VoiceID": 101011834, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101011835": { + "VoiceID": 101011835, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011836": { + "VoiceID": 101011836, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011901": { + "VoiceID": 101011901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011902": { + "VoiceID": 101011902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011903": { + "VoiceID": 101011903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011904": { + "VoiceID": 101011904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011905": { + "VoiceID": 101011905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011906": { + "VoiceID": 101011906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011907": { + "VoiceID": 101011907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011908": { + "VoiceID": 101011908, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011909": { + "VoiceID": 101011909, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011910": { + "VoiceID": 101011910, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011911": { + "VoiceID": 101011911, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011912": { + "VoiceID": 101011912, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011913": { + "VoiceID": 101011913, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011914": { + "VoiceID": 101011914, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011915": { + "VoiceID": 101011915, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011916": { + "VoiceID": 101011916, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011917": { + "VoiceID": 101011917, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011918": { + "VoiceID": 101011918, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011919": { + "VoiceID": 101011919, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_259", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011920": { + "VoiceID": 101011920, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011921": { + "VoiceID": 101011921, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101011922": { + "VoiceID": 101011922, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_260", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011923": { + "VoiceID": 101011923, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011924": { + "VoiceID": 101011924, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_261", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011925": { + "VoiceID": 101011925, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011926": { + "VoiceID": 101011926, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_262", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011927": { + "VoiceID": 101011927, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011928": { + "VoiceID": 101011928, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_263", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011929": { + "VoiceID": 101011929, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011930": { + "VoiceID": 101011930, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_264", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011931": { + "VoiceID": 101011931, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011932": { + "VoiceID": 101011932, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_265", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011933": { + "VoiceID": 101011933, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011934": { + "VoiceID": 101011934, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_266", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101011935": { + "VoiceID": 101011935, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "101011936": { + "VoiceID": 101011936, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_267", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101012001": { + "VoiceID": 101012001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101012002": { + "VoiceID": 101012002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_268", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101012003": { + "VoiceID": 101012003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101012004": { + "VoiceID": 101012004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_269", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101012005": { + "VoiceID": 101012005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_270", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101012006": { + "VoiceID": 101012006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101012008": { + "VoiceID": 101012008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_271", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101012010": { + "VoiceID": 101012010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_272", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101012011": { + "VoiceID": 101012011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_273", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101012101": { + "VoiceID": 101012101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101012102": { + "VoiceID": 101012102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_274", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101012103": { + "VoiceID": 101012103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101012104": { + "VoiceID": 101012104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_275", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "101012105": { + "VoiceID": 101012105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201310101": { + "VoiceID": 201310101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310102": { + "VoiceID": 201310102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_276", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310103": { + "VoiceID": 201310103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierI_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310104": { + "VoiceID": 201310104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierI_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310105": { + "VoiceID": 201310105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_277", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310106": { + "VoiceID": 201310106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierI_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310107": { + "VoiceID": 201310107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierI_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310108": { + "VoiceID": 201310108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_278", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310109": { + "VoiceID": 201310109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_279", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310110": { + "VoiceID": 201310110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierI_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310111": { + "VoiceID": 201310111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_280", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310112": { + "VoiceID": 201310112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierI_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310113": { + "VoiceID": 201310113, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierI_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310114": { + "VoiceID": 201310114, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierI_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310115": { + "VoiceID": 201310115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_281", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310116": { + "VoiceID": 201310116, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierI_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310201": { + "VoiceID": 201310201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierJ_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310202": { + "VoiceID": 201310202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierJ_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310203": { + "VoiceID": 201310203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierK_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310204": { + "VoiceID": 201310204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierK_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310205": { + "VoiceID": 201310205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierL_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310206": { + "VoiceID": 201310206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierL_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310207": { + "VoiceID": 201310207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierM_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310208": { + "VoiceID": 201310208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierM_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310209": { + "VoiceID": 201310209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierM_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310210": { + "VoiceID": 201310210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierN_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310211": { + "VoiceID": 201310211, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierO_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310212": { + "VoiceID": 201310212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierN_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310213": { + "VoiceID": 201310213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierO_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310214": { + "VoiceID": 201310214, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierP_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310215": { + "VoiceID": 201310215, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierQ_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310216": { + "VoiceID": 201310216, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierP_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310217": { + "VoiceID": 201310217, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierQ_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310218": { + "VoiceID": 201310218, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierP_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310219": { + "VoiceID": 201310219, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierR_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201310220": { + "VoiceID": 201310220, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierR_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201310221": { + "VoiceID": 201310221, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierR_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201310222": { + "VoiceID": 201310222, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierR_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201310223": { + "VoiceID": 201310223, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldiers_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310301": { + "VoiceID": 201310301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_284", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310303": { + "VoiceID": 201310303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_285", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310305": { + "VoiceID": 201310305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_286", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310306": { + "VoiceID": 201310306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_287", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310308": { + "VoiceID": 201310308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_288", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310309": { + "VoiceID": 201310309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_289", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310310": { + "VoiceID": 201310310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_290", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310311": { + "VoiceID": 201310311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_291", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310313": { + "VoiceID": 201310313, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310315": { + "VoiceID": 201310315, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310317": { + "VoiceID": 201310317, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310318": { + "VoiceID": 201310318, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_292", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310319": { + "VoiceID": 201310319, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_293", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310401": { + "VoiceID": 201310401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_296", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310402": { + "VoiceID": 201310402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_297", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310403": { + "VoiceID": 201310403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201310404": { + "VoiceID": 201310404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_298", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310501": { + "VoiceID": 201310501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_301", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310503": { + "VoiceID": 201310503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_302", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310505": { + "VoiceID": 201310505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_303", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310507": { + "VoiceID": 201310507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_304", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310508": { + "VoiceID": 201310508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_305", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310509": { + "VoiceID": 201310509, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_306", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310510": { + "VoiceID": 201310510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_307", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310514": { + "VoiceID": 201310514, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201310515": { + "VoiceID": 201310515, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201310516": { + "VoiceID": 201310516, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_308", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310517": { + "VoiceID": 201310517, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_309", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310601": { + "VoiceID": 201310601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_310", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310602": { + "VoiceID": 201310602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310603": { + "VoiceID": 201310603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_311", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310604": { + "VoiceID": 201310604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201310605": { + "VoiceID": 201310605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201310606": { + "VoiceID": 201310606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_312", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310609": { + "VoiceID": 201310609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_313", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310610": { + "VoiceID": 201310610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310611": { + "VoiceID": 201310611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_314", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310701": { + "VoiceID": 201310701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_315", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310702": { + "VoiceID": 201310702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierT_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310703": { + "VoiceID": 201310703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_316", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310704": { + "VoiceID": 201310704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_317", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310705": { + "VoiceID": 201310705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierT_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310706": { + "VoiceID": 201310706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310707": { + "VoiceID": 201310707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierT_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310708": { + "VoiceID": 201310708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310709": { + "VoiceID": 201310709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_318", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310710": { + "VoiceID": 201310710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierT_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310711": { + "VoiceID": 201310711, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_319", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310801": { + "VoiceID": 201310801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310802": { + "VoiceID": 201310802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierU_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310803": { + "VoiceID": 201310803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310804": { + "VoiceID": 201310804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierU_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310805": { + "VoiceID": 201310805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310806": { + "VoiceID": 201310806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310807": { + "VoiceID": 201310807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierU_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310901": { + "VoiceID": 201310901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_321", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310902": { + "VoiceID": 201310902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310903": { + "VoiceID": 201310903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_322", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310904": { + "VoiceID": 201310904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_323", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310905": { + "VoiceID": 201310905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310906": { + "VoiceID": 201310906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201310908": { + "VoiceID": 201310908, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310909": { + "VoiceID": 201310909, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310911": { + "VoiceID": 201310911, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310912": { + "VoiceID": 201310912, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierU_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310913": { + "VoiceID": 201310913, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310914": { + "VoiceID": 201310914, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_soldierU_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier01_00" + }, + "201310915": { + "VoiceID": 201310915, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310916": { + "VoiceID": 201310916, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_324", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310917": { + "VoiceID": 201310917, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_325", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310918": { + "VoiceID": 201310918, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310919": { + "VoiceID": 201310919, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310920": { + "VoiceID": 201310920, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_326", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310921": { + "VoiceID": 201310921, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_327", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310922": { + "VoiceID": 201310922, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310925": { + "VoiceID": 201310925, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201310926": { + "VoiceID": 201310926, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310927": { + "VoiceID": 201310927, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_328", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310928": { + "VoiceID": 201310928, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310929": { + "VoiceID": 201310929, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_329", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310930": { + "VoiceID": 201310930, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310931": { + "VoiceID": 201310931, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_330", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310932": { + "VoiceID": 201310932, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310933": { + "VoiceID": 201310933, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310934": { + "VoiceID": 201310934, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_331", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310935": { + "VoiceID": 201310935, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310936": { + "VoiceID": 201310936, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310937": { + "VoiceID": 201310937, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_332", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310938": { + "VoiceID": 201310938, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310939": { + "VoiceID": 201310939, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310940": { + "VoiceID": 201310940, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201310944": { + "VoiceID": 201310944, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_333", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310945": { + "VoiceID": 201310945, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_334", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201310946": { + "VoiceID": 201310946, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201310947": { + "VoiceID": 201310947, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201311001": { + "VoiceID": 201311001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201311002": { + "VoiceID": 201311002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_335", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311003": { + "VoiceID": 201311003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201311101": { + "VoiceID": 201311101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_donne_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Monster_W1_Soldier03_00" + }, + "201311102": { + "VoiceID": 201311102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_336", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311103": { + "VoiceID": 201311103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201311104": { + "VoiceID": 201311104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201311105": { + "VoiceID": 201311105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_337", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311106": { + "VoiceID": 201311106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311107": { + "VoiceID": 201311107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_338", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311111": { + "VoiceID": 201311111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311112": { + "VoiceID": 201311112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_339", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311113": { + "VoiceID": 201311113, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_340", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311201": { + "VoiceID": 201311201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_343", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311202": { + "VoiceID": 201311202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_344", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311203": { + "VoiceID": 201311203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_345", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311204": { + "VoiceID": 201311204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_346", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311205": { + "VoiceID": 201311205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_347", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311206": { + "VoiceID": 201311206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_348", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311301": { + "VoiceID": 201311301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201311302": { + "VoiceID": 201311302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_351", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311303": { + "VoiceID": 201311303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201311401": { + "VoiceID": 201311401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_352", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311402": { + "VoiceID": 201311402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_353", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311403": { + "VoiceID": 201311403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_354", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311501": { + "VoiceID": 201311501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_355", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311502": { + "VoiceID": 201311502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201311503": { + "VoiceID": 201311503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_356", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311505": { + "VoiceID": 201311505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201311506": { + "VoiceID": 201311506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_357", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311507": { + "VoiceID": 201311507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201311508": { + "VoiceID": 201311508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311509": { + "VoiceID": 201311509, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201311510": { + "VoiceID": 201311510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_358", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311601": { + "VoiceID": 201311601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311602": { + "VoiceID": 201311602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_360", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311603": { + "VoiceID": 201311603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311604": { + "VoiceID": 201311604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311605": { + "VoiceID": 201311605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_361", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311606": { + "VoiceID": 201311606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311607": { + "VoiceID": 201311607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_362", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311608": { + "VoiceID": 201311608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311609": { + "VoiceID": 201311609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_363", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311610": { + "VoiceID": 201311610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311611": { + "VoiceID": 201311611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311612": { + "VoiceID": 201311612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311613": { + "VoiceID": 201311613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_364", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311614": { + "VoiceID": 201311614, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311615": { + "VoiceID": 201311615, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_365", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311616": { + "VoiceID": 201311616, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311617": { + "VoiceID": 201311617, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_366", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311618": { + "VoiceID": 201311618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311619": { + "VoiceID": 201311619, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311620": { + "VoiceID": 201311620, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311621": { + "VoiceID": 201311621, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_367", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311622": { + "VoiceID": 201311622, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_368", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311623": { + "VoiceID": 201311623, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_369", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311627": { + "VoiceID": 201311627, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311628": { + "VoiceID": 201311628, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311629": { + "VoiceID": 201311629, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_370", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311630": { + "VoiceID": 201311630, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311701": { + "VoiceID": 201311701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311702": { + "VoiceID": 201311702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_371", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311703": { + "VoiceID": 201311703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311704": { + "VoiceID": 201311704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311801": { + "VoiceID": 201311801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311802": { + "VoiceID": 201311802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201311803": { + "VoiceID": 201311803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311804": { + "VoiceID": 201311804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_372", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311805": { + "VoiceID": 201311805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_373", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311806": { + "VoiceID": 201311806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311810": { + "VoiceID": 201311810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_danheng_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201311811": { + "VoiceID": 201311811, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311812": { + "VoiceID": 201311812, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_374", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311813": { + "VoiceID": 201311813, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_375", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311814": { + "VoiceID": 201311814, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311816": { + "VoiceID": 201311816, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311817": { + "VoiceID": 201311817, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_376", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311838": { + "VoiceID": 201311838, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311818": { + "VoiceID": 201311818, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311822": { + "VoiceID": 201311822, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311826": { + "VoiceID": 201311826, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311827": { + "VoiceID": 201311827, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311828": { + "VoiceID": 201311828, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_377", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311829": { + "VoiceID": 201311829, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311830": { + "VoiceID": 201311830, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311831": { + "VoiceID": 201311831, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311832": { + "VoiceID": 201311832, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201311833": { + "VoiceID": 201311833, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311834": { + "VoiceID": 201311834, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201311835": { + "VoiceID": 201311835, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311836": { + "VoiceID": 201311836, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311837": { + "VoiceID": 201311837, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_gepard_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201311901": { + "VoiceID": 201311901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_282", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311902": { + "VoiceID": 201311902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311903": { + "VoiceID": 201311903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_283", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311904": { + "VoiceID": 201311904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311905": { + "VoiceID": 201311905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_294", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311906": { + "VoiceID": 201311906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311907": { + "VoiceID": 201311907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_295", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311908": { + "VoiceID": 201311908, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311909": { + "VoiceID": 201311909, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_299", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311910": { + "VoiceID": 201311910, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_300", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311911": { + "VoiceID": 201311911, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311912": { + "VoiceID": 201311912, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_320", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311913": { + "VoiceID": 201311913, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201311914": { + "VoiceID": 201311914, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_341", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311915": { + "VoiceID": 201311915, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_342", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311916": { + "VoiceID": 201311916, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311917": { + "VoiceID": 201311917, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311918": { + "VoiceID": 201311918, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_349", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311919": { + "VoiceID": 201311919, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311920": { + "VoiceID": 201311920, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_350", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201311921": { + "VoiceID": 201311921, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311922": { + "VoiceID": 201311922, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_mar7th_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201311923": { + "VoiceID": 201311923, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_359", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312001": { + "VoiceID": 201312001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_378", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312003": { + "VoiceID": 201312003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_379", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312004": { + "VoiceID": 201312004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_380", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312006": { + "VoiceID": 201312006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_381", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312007": { + "VoiceID": 201312007, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_382", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312008": { + "VoiceID": 201312008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_383", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312010": { + "VoiceID": 201312010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_384", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312011": { + "VoiceID": 201312011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_385", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312012": { + "VoiceID": 201312012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_386", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312014": { + "VoiceID": 201312014, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_387", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312015": { + "VoiceID": 201312015, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_serval_388", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312101": { + "VoiceID": 201312101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312102": { + "VoiceID": 201312102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312104": { + "VoiceID": 201312104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312106": { + "VoiceID": 201312106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312107": { + "VoiceID": 201312107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312109": { + "VoiceID": 201312109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312110": { + "VoiceID": 201312110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_7_seele_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "100000020": { + "VoiceID": 100000020, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_gepard_02", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "100000021": { + "VoiceID": 100000021, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_gepard_03", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "100000022": { + "VoiceID": 100000022, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_demo_gepard_04", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "901021817": { + "VoiceID": 901021817, + "IsPlayerInvolved": false, + "VoicePath": "Ev_vo_town_ticketseller_a", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "901021819": { + "VoiceID": 901021819, + "IsPlayerInvolved": false, + "VoicePath": "Ev_vo_town_ticketseller_b", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "901021820": { + "VoiceID": 901021820, + "IsPlayerInvolved": false, + "VoicePath": "Ev_vo_town_ticketseller_c_01", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "901021821": { + "VoiceID": 901021821, + "IsPlayerInvolved": false, + "VoicePath": "Ev_vo_town_ticketseller_c_02", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "901021822": { + "VoiceID": 901021822, + "IsPlayerInvolved": false, + "VoicePath": "Ev_vo_town_ticketseller_c_03", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "901021823": { + "VoiceID": 901021823, + "IsPlayerInvolved": false, + "VoicePath": "Ev_vo_town_ticketseller_c_04", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "901021824": { + "VoiceID": 901021824, + "IsPlayerInvolved": false, + "VoicePath": "Ev_vo_town_ticketseller_c_05", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010201": { + "VoiceID": 200010201, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010202": { + "VoiceID": 200010202, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010203": { + "VoiceID": 200010203, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010204": { + "VoiceID": 200010204, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010205": { + "VoiceID": 200010205, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010206": { + "VoiceID": 200010206, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010207": { + "VoiceID": 200010207, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010208": { + "VoiceID": 200010208, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010209": { + "VoiceID": 200010209, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010210": { + "VoiceID": 200010210, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010211": { + "VoiceID": 200010211, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_106", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010401": { + "VoiceID": 200010401, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_107", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010402": { + "VoiceID": 200010402, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_107", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010403": { + "VoiceID": 200010403, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_108", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010404": { + "VoiceID": 200010404, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_108", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010501": { + "VoiceID": 200010501, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_111", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010502": { + "VoiceID": 200010502, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_111", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010503": { + "VoiceID": 200010503, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_112", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010701": { + "VoiceID": 200010701, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200010702": { + "VoiceID": 200010702, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200010703": { + "VoiceID": 200010703, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200010704": { + "VoiceID": 200010704, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200010705": { + "VoiceID": 200010705, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200010706": { + "VoiceID": 200010706, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200010707": { + "VoiceID": 200010707, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200010708": { + "VoiceID": 200010708, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200010709": { + "VoiceID": 200010709, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200010710": { + "VoiceID": 200010710, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200010711": { + "VoiceID": 200010711, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_120", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200010712": { + "VoiceID": 200010712, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200010713": { + "VoiceID": 200010713, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_121", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200010714": { + "VoiceID": 200010714, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200010715": { + "VoiceID": 200010715, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_122", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010716": { + "VoiceID": 200010716, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_120", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010717": { + "VoiceID": 200010717, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_123", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010718": { + "VoiceID": 200010718, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_121", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010723": { + "VoiceID": 200010723, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_a2_4_silverwolf_002", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010724": { + "VoiceID": 200010724, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_a2_4_kafka_002", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010801": { + "VoiceID": 200010801, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_124", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010802": { + "VoiceID": 200010802, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_122", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010803": { + "VoiceID": 200010803, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_123", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010804": { + "VoiceID": 200010804, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_125", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010805": { + "VoiceID": 200010805, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_124", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010806": { + "VoiceID": 200010806, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_126", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010807": { + "VoiceID": 200010807, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_125", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200010901": { + "VoiceID": 200010901, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_127", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200010902": { + "VoiceID": 200010902, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_128", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200010903": { + "VoiceID": 200010903, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_126", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200010904": { + "VoiceID": 200010904, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_129", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200011101": { + "VoiceID": 200011101, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_130", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200011102": { + "VoiceID": 200011102, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_127", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200011103": { + "VoiceID": 200011103, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_131", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200011104": { + "VoiceID": 200011104, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_132", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200011105": { + "VoiceID": 200011105, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_128", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200011106": { + "VoiceID": 200011106, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_133", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200011107": { + "VoiceID": 200011107, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_129", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200011108": { + "VoiceID": 200011108, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_134", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200011109": { + "VoiceID": 200011109, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_130", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200011110": { + "VoiceID": 200011110, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_131", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "200011111": { + "VoiceID": 200011111, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_135", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "200011201": { + "VoiceID": 200011201, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_137", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011202": { + "VoiceID": 200011202, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_133", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011401": { + "VoiceID": 200011401, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_138", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011402": { + "VoiceID": 200011402, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_134", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011403": { + "VoiceID": 200011403, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_135", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011501": { + "VoiceID": 200011501, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_139", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011502": { + "VoiceID": 200011502, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_136", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011503": { + "VoiceID": 200011503, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_140", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011504": { + "VoiceID": 200011504, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_137", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011601": { + "VoiceID": 200011601, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_141", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011602": { + "VoiceID": 200011602, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_138", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011603": { + "VoiceID": 200011603, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_142", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011604": { + "VoiceID": 200011604, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_139", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011701": { + "VoiceID": 200011701, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_143", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011702": { + "VoiceID": 200011702, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_140", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200011703": { + "VoiceID": 200011703, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_kafka_144", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "900010001": { + "VoiceID": 900010001, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_1_silverwolf_106", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100020101": { + "VoiceID": 100020101, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100020102": { + "VoiceID": 100020102, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_silverwolf_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100020103": { + "VoiceID": 100020103, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_silverwolf_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100020104": { + "VoiceID": 100020104, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100020105": { + "VoiceID": 100020105, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_silverwolf_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100020106": { + "VoiceID": 100020106, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100020112": { + "VoiceID": 100020112, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100020114": { + "VoiceID": 100020114, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020116": { + "VoiceID": 100020116, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020117": { + "VoiceID": 100020117, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_silverwolf_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "100020119": { + "VoiceID": 100020119, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020120": { + "VoiceID": 100020120, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_silverwolf_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "100020121": { + "VoiceID": 100020121, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020122": { + "VoiceID": 100020122, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020123": { + "VoiceID": 100020123, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020124": { + "VoiceID": 100020124, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020125": { + "VoiceID": 100020125, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020127": { + "VoiceID": 100020127, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020128": { + "VoiceID": 100020128, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020129": { + "VoiceID": 100020129, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020143": { + "VoiceID": 100020143, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020131": { + "VoiceID": 100020131, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020132": { + "VoiceID": 100020132, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020134": { + "VoiceID": 100020134, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020135": { + "VoiceID": 100020135, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_120", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020136": { + "VoiceID": 100020136, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_silverwolf_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Silwolf_00" + }, + "100020137": { + "VoiceID": 100020137, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_121", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020138": { + "VoiceID": 100020138, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_122", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020142": { + "VoiceID": 100020142, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_kafka_123", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Kafka_00" + }, + "100020201": { + "VoiceID": 100020201, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_122", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020202": { + "VoiceID": 100020202, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_146", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020203": { + "VoiceID": 100020203, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_123", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020204": { + "VoiceID": 100020204, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_147", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020206": { + "VoiceID": 100020206, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020209": { + "VoiceID": 100020209, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020210": { + "VoiceID": 100020210, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_2_danheng_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020211": { + "VoiceID": 100020211, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020213": { + "VoiceID": 100020213, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020214": { + "VoiceID": 100020214, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020216": { + "VoiceID": 100020216, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020217": { + "VoiceID": 100020217, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020219": { + "VoiceID": 100020219, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020220": { + "VoiceID": 100020220, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020222": { + "VoiceID": 100020222, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020223": { + "VoiceID": 100020223, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020224": { + "VoiceID": 100020224, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020226": { + "VoiceID": 100020226, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020227": { + "VoiceID": 100020227, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020228": { + "VoiceID": 100020228, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020230": { + "VoiceID": 100020230, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020249": { + "VoiceID": 100020249, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020231": { + "VoiceID": 100020231, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020232": { + "VoiceID": 100020232, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_2_mar7th_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020233": { + "VoiceID": 100020233, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020234": { + "VoiceID": 100020234, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020235": { + "VoiceID": 100020235, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020237": { + "VoiceID": 100020237, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020238": { + "VoiceID": 100020238, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020239": { + "VoiceID": 100020239, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_120", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020240": { + "VoiceID": 100020240, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_121", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020241": { + "VoiceID": 100020241, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_122", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020243": { + "VoiceID": 100020243, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_123", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020245": { + "VoiceID": 100020245, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_124", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020247": { + "VoiceID": 100020247, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_125", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020248": { + "VoiceID": 100020248, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_126", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020301": { + "VoiceID": 100020301, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_127", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020303": { + "VoiceID": 100020303, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_128", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020305": { + "VoiceID": 100020305, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_129", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020306": { + "VoiceID": 100020306, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_130", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020307": { + "VoiceID": 100020307, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020308": { + "VoiceID": 100020308, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_131", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020309": { + "VoiceID": 100020309, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020310": { + "VoiceID": 100020310, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020311": { + "VoiceID": 100020311, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_132", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020312": { + "VoiceID": 100020312, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020313": { + "VoiceID": 100020313, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_133", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020314": { + "VoiceID": 100020314, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020315": { + "VoiceID": 100020315, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_134", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020316": { + "VoiceID": 100020316, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020317": { + "VoiceID": 100020317, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020318": { + "VoiceID": 100020318, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_135", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020319": { + "VoiceID": 100020319, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020320": { + "VoiceID": 100020320, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020321": { + "VoiceID": 100020321, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020322": { + "VoiceID": 100020322, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_136", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020323": { + "VoiceID": 100020323, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020324": { + "VoiceID": 100020324, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020325": { + "VoiceID": 100020325, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_137", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020326": { + "VoiceID": 100020326, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020327": { + "VoiceID": 100020327, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_138", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020328": { + "VoiceID": 100020328, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020329": { + "VoiceID": 100020329, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020330": { + "VoiceID": 100020330, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020332": { + "VoiceID": 100020332, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020333": { + "VoiceID": 100020333, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020335": { + "VoiceID": 100020335, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020336": { + "VoiceID": 100020336, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020337": { + "VoiceID": 100020337, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_140", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020338": { + "VoiceID": 100020338, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020339": { + "VoiceID": 100020339, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020340": { + "VoiceID": 100020340, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_2_mar7th_141", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020341": { + "VoiceID": 100020341, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_142", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020345": { + "VoiceID": 100020345, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_143", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020346": { + "VoiceID": 100020346, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020347": { + "VoiceID": 100020347, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020348": { + "VoiceID": 100020348, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020349": { + "VoiceID": 100020349, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020351": { + "VoiceID": 100020351, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_120", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020352": { + "VoiceID": 100020352, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020353": { + "VoiceID": 100020353, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_144", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020354": { + "VoiceID": 100020354, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_145", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020355": { + "VoiceID": 100020355, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_121", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020360": { + "VoiceID": 100020360, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020361": { + "VoiceID": 100020361, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_139", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020362": { + "VoiceID": 100020362, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020363": { + "VoiceID": 100020363, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020364": { + "VoiceID": 100020364, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100020365": { + "VoiceID": 100020365, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_mar7th_148", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100020366": { + "VoiceID": 100020366, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_danheng_124", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100020367": { + "VoiceID": 100020367, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_2_arlan_120", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021001": { + "VoiceID": 100021001, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021002": { + "VoiceID": 100021002, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_mar7th_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100021003": { + "VoiceID": 100021003, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021004": { + "VoiceID": 100021004, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021005": { + "VoiceID": 100021005, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021006": { + "VoiceID": 100021006, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021007": { + "VoiceID": 100021007, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_mar7th_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100021008": { + "VoiceID": 100021008, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021009": { + "VoiceID": 100021009, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_3_mar7th_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100021011": { + "VoiceID": 100021011, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_mar7th_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100021012": { + "VoiceID": 100021012, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_danheng_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100021014": { + "VoiceID": 100021014, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_3_mar7th_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100021015": { + "VoiceID": 100021015, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_danheng_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100021017": { + "VoiceID": 100021017, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_mar7th_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100021018": { + "VoiceID": 100021018, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_danheng_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100021019": { + "VoiceID": 100021019, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021020": { + "VoiceID": 100021020, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021101": { + "VoiceID": 100021101, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021102": { + "VoiceID": 100021102, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Asta_00" + }, + "100021103": { + "VoiceID": 100021103, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_mar7th_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100021104": { + "VoiceID": 100021104, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Asta_00" + }, + "100021105": { + "VoiceID": 100021105, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Asta_00" + }, + "100021106": { + "VoiceID": 100021106, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021107": { + "VoiceID": 100021107, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_danheng_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100021108": { + "VoiceID": 100021108, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Asta_00" + }, + "100021109": { + "VoiceID": 100021109, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Asta_00" + }, + "100021110": { + "VoiceID": 100021110, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021111": { + "VoiceID": 100021111, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Asta_00" + }, + "100021112": { + "VoiceID": 100021112, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021113": { + "VoiceID": 100021113, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Asta_00" + }, + "100021114": { + "VoiceID": 100021114, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_110", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021115": { + "VoiceID": 100021115, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_111", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021116": { + "VoiceID": 100021116, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_3_asta_112", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021118": { + "VoiceID": 100021118, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_113", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021119": { + "VoiceID": 100021119, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_114", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021120": { + "VoiceID": 100021120, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_115", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021121": { + "VoiceID": 100021121, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_116", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021122": { + "VoiceID": 100021122, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_117", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021123": { + "VoiceID": 100021123, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_118", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021125": { + "VoiceID": 100021125, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_119", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021126": { + "VoiceID": 100021126, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_120", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021127": { + "VoiceID": 100021127, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_121", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021128": { + "VoiceID": 100021128, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_122", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021129": { + "VoiceID": 100021129, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_123", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021130": { + "VoiceID": 100021130, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_124", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021132": { + "VoiceID": 100021132, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_125", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021133": { + "VoiceID": 100021133, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_126", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021134": { + "VoiceID": 100021134, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_127", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021135": { + "VoiceID": 100021135, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_128", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021136": { + "VoiceID": 100021136, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_129", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021138": { + "VoiceID": 100021138, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_130", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021139": { + "VoiceID": 100021139, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_131", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021140": { + "VoiceID": 100021140, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_132", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021142": { + "VoiceID": 100021142, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_asta_133", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021143": { + "VoiceID": 100021143, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_3_himeko_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021145": { + "VoiceID": 100021145, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021146": { + "VoiceID": 100021146, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021148": { + "VoiceID": 100021148, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021149": { + "VoiceID": 100021149, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021150": { + "VoiceID": 100021150, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021151": { + "VoiceID": 100021151, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021158": { + "VoiceID": 100021158, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021159": { + "VoiceID": 100021159, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021160": { + "VoiceID": 100021160, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021162": { + "VoiceID": 100021162, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_himeko_120", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100021163": { + "VoiceID": 100021163, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021167": { + "VoiceID": 100021167, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021168": { + "VoiceID": 100021168, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021170": { + "VoiceID": 100021170, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021171": { + "VoiceID": 100021171, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021172": { + "VoiceID": 100021172, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021174": { + "VoiceID": 100021174, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021175": { + "VoiceID": 100021175, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021176": { + "VoiceID": 100021176, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021178": { + "VoiceID": 100021178, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021180": { + "VoiceID": 100021180, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021181": { + "VoiceID": 100021181, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021182": { + "VoiceID": 100021182, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021186": { + "VoiceID": 100021186, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021188": { + "VoiceID": 100021188, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_arlan_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Boy_Arlan_00" + }, + "100021189": { + "VoiceID": 100021189, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021190": { + "VoiceID": 100021190, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021191": { + "VoiceID": 100021191, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021192": { + "VoiceID": 100021192, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021194": { + "VoiceID": 100021194, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021195": { + "VoiceID": 100021195, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_106", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021196": { + "VoiceID": 100021196, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_107", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021198": { + "VoiceID": 100021198, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_108", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021199": { + "VoiceID": 100021199, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_109", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021201": { + "VoiceID": 100021201, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_110", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021202": { + "VoiceID": 100021202, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_111", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021203": { + "VoiceID": 100021203, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffA_112", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021204": { + "VoiceID": 100021204, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021206": { + "VoiceID": 100021206, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021207": { + "VoiceID": 100021207, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021208": { + "VoiceID": 100021208, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021209": { + "VoiceID": 100021209, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021212": { + "VoiceID": 100021212, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_106", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021213": { + "VoiceID": 100021213, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_107", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021214": { + "VoiceID": 100021214, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_108", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021215": { + "VoiceID": 100021215, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_109", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021217": { + "VoiceID": 100021217, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_110", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021218": { + "VoiceID": 100021218, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_111", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021220": { + "VoiceID": 100021220, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_112", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021221": { + "VoiceID": 100021221, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_113", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021223": { + "VoiceID": 100021223, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_114", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021224": { + "VoiceID": 100021224, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_115", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021225": { + "VoiceID": 100021225, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_116", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021226": { + "VoiceID": 100021226, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffB_117", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021227": { + "VoiceID": 100021227, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_3_player_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021228": { + "VoiceID": 100021228, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_radio_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021229": { + "VoiceID": 100021229, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_3_radio_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021301": { + "VoiceID": 100021301, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021302": { + "VoiceID": 100021302, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021304": { + "VoiceID": 100021304, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021306": { + "VoiceID": 100021306, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021308": { + "VoiceID": 100021308, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021309": { + "VoiceID": 100021309, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_106", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021312": { + "VoiceID": 100021312, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_107", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021314": { + "VoiceID": 100021314, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_108", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021316": { + "VoiceID": 100021316, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_109", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021317": { + "VoiceID": 100021317, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffC_110", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021318": { + "VoiceID": 100021318, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021319": { + "VoiceID": 100021319, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021321": { + "VoiceID": 100021321, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021322": { + "VoiceID": 100021322, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021323": { + "VoiceID": 100021323, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021324": { + "VoiceID": 100021324, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_106", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021326": { + "VoiceID": 100021326, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_107", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021327": { + "VoiceID": 100021327, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_108", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021329": { + "VoiceID": 100021329, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_109", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021330": { + "VoiceID": 100021330, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_110", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021331": { + "VoiceID": 100021331, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_111", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021332": { + "VoiceID": 100021332, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_112", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021334": { + "VoiceID": 100021334, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_113", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021335": { + "VoiceID": 100021335, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_117", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021337": { + "VoiceID": 100021337, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_114", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021338": { + "VoiceID": 100021338, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_117", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021340": { + "VoiceID": 100021340, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_115", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021341": { + "VoiceID": 100021341, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_116", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021342": { + "VoiceID": 100021342, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffD_117", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021343": { + "VoiceID": 100021343, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffE_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021344": { + "VoiceID": 100021344, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffE_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021345": { + "VoiceID": 100021345, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffE_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021346": { + "VoiceID": 100021346, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffE_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021347": { + "VoiceID": 100021347, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffE_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021348": { + "VoiceID": 100021348, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffF_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021349": { + "VoiceID": 100021349, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffG_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021350": { + "VoiceID": 100021350, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffF_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021351": { + "VoiceID": 100021351, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffG_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021352": { + "VoiceID": 100021352, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffF_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021353": { + "VoiceID": 100021353, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffH_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021354": { + "VoiceID": 100021354, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffH_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021355": { + "VoiceID": 100021355, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffH_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021356": { + "VoiceID": 100021356, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffH_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021357": { + "VoiceID": 100021357, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffH_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021358": { + "VoiceID": 100021358, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffI_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021359": { + "VoiceID": 100021359, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffJ_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021360": { + "VoiceID": 100021360, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffJ_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021361": { + "VoiceID": 100021361, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffK_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021362": { + "VoiceID": 100021362, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffL_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021363": { + "VoiceID": 100021363, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffK_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021364": { + "VoiceID": 100021364, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffL_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021365": { + "VoiceID": 100021365, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffL_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021366": { + "VoiceID": 100021366, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffL_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100021367": { + "VoiceID": 100021367, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_3_staffK_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200023001": { + "VoiceID": 200023001, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_staffM_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200023002": { + "VoiceID": 200023002, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_staffM_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200023003": { + "VoiceID": 200023003, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_staffM_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200023004": { + "VoiceID": 200023004, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_staffM_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200023005": { + "VoiceID": 200023005, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_staffM_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200023006": { + "VoiceID": 200023006, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_staffM_106", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "200023007": { + "VoiceID": 200023007, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_staffM_107", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040133": { + "VoiceID": 100040133, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_asta_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040100": { + "VoiceID": 100040100, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_asta_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040101": { + "VoiceID": 100040101, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_asta_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040102": { + "VoiceID": 100040102, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_himeko_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040103": { + "VoiceID": 100040103, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_danheng_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040104": { + "VoiceID": 100040104, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_himeko_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040105": { + "VoiceID": 100040105, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_mar7th_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040106": { + "VoiceID": 100040106, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_danheng_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040107": { + "VoiceID": 100040107, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_danheng_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040108": { + "VoiceID": 100040108, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_4_himeko_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040109": { + "VoiceID": 100040109, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_4_danheng_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040110": { + "VoiceID": 100040110, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_4_danheng_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040111": { + "VoiceID": 100040111, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_4_himeko_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040129": { + "VoiceID": 100040129, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_danheng_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040130": { + "VoiceID": 100040130, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_himeko_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040131": { + "VoiceID": 100040131, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_mar7th_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040112": { + "VoiceID": 100040112, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_danheng_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040113": { + "VoiceID": 100040113, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_himeko_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040114": { + "VoiceID": 100040114, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_himeko_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040118": { + "VoiceID": 100040118, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_himeko_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040132": { + "VoiceID": 100040132, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_himeko_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040119": { + "VoiceID": 100040119, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_mar7th_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040120": { + "VoiceID": 100040120, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_4_danheng_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040121": { + "VoiceID": 100040121, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_danheng_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040122": { + "VoiceID": 100040122, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_himeko_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040123": { + "VoiceID": 100040123, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_mar7th_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040128": { + "VoiceID": 100040128, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_himeko_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040124": { + "VoiceID": 100040124, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_mar7th_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040125": { + "VoiceID": 100040125, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_danheng_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040126": { + "VoiceID": 100040126, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_mar7th_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040127": { + "VoiceID": 100040127, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_4_danheng_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040201": { + "VoiceID": 100040201, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_player_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040202": { + "VoiceID": 100040202, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_player_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040203": { + "VoiceID": 100040203, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040204": { + "VoiceID": 100040204, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040205": { + "VoiceID": 100040205, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040206": { + "VoiceID": 100040206, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040207": { + "VoiceID": 100040207, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040208": { + "VoiceID": 100040208, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Herta_00" + }, + "100040210": { + "VoiceID": 100040210, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Herta_00" + }, + "100040212": { + "VoiceID": 100040212, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Herta_00" + }, + "100040214": { + "VoiceID": 100040214, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Herta_00" + }, + "100040215": { + "VoiceID": 100040215, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_106", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040262": { + "VoiceID": 100040262, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Herta_00" + }, + "100040216": { + "VoiceID": 100040216, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_108", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040217": { + "VoiceID": 100040217, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_109", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040218": { + "VoiceID": 100040218, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_himeko_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040219": { + "VoiceID": 100040219, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_110", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040221": { + "VoiceID": 100040221, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_111", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040222": { + "VoiceID": 100040222, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_himeko_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040223": { + "VoiceID": 100040223, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_112", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040225": { + "VoiceID": 100040225, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_herta_113", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040226": { + "VoiceID": 100040226, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040227": { + "VoiceID": 100040227, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_114", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040228": { + "VoiceID": 100040228, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_115", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040230": { + "VoiceID": 100040230, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_116", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040231": { + "VoiceID": 100040231, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_117", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040232": { + "VoiceID": 100040232, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_herta_118", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040233": { + "VoiceID": 100040233, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_himeko_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040235": { + "VoiceID": 100040235, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_119", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040236": { + "VoiceID": 100040236, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_120", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040238": { + "VoiceID": 100040238, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_121", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040239": { + "VoiceID": 100040239, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_122", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040241": { + "VoiceID": 100040241, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_123", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040242": { + "VoiceID": 100040242, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040243": { + "VoiceID": 100040243, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_124", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040244": { + "VoiceID": 100040244, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_himeko_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040245": { + "VoiceID": 100040245, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_125", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040246": { + "VoiceID": 100040246, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040247": { + "VoiceID": 100040247, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_126", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040248": { + "VoiceID": 100040248, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_himeko_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040249": { + "VoiceID": 100040249, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040250": { + "VoiceID": 100040250, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040251": { + "VoiceID": 100040251, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_127", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040253": { + "VoiceID": 100040253, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_128", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040255": { + "VoiceID": 100040255, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_129", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040257": { + "VoiceID": 100040257, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_130", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040258": { + "VoiceID": 100040258, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_131", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040259": { + "VoiceID": 100040259, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_himeko_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040260": { + "VoiceID": 100040260, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_himeko_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040261": { + "VoiceID": 100040261, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040301": { + "VoiceID": 100040301, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_132", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040371": { + "VoiceID": 100040371, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_133", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040304": { + "VoiceID": 100040304, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_134", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040305": { + "VoiceID": 100040305, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_135", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040307": { + "VoiceID": 100040307, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_136", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040308": { + "VoiceID": 100040308, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_137", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040310": { + "VoiceID": 100040310, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_138", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040311": { + "VoiceID": 100040311, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_139", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040312": { + "VoiceID": 100040312, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_140", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040381": { + "VoiceID": 100040381, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_141", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040316": { + "VoiceID": 100040316, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_142", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040317": { + "VoiceID": 100040317, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_143", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040319": { + "VoiceID": 100040319, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_144", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040320": { + "VoiceID": 100040320, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_145", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040321": { + "VoiceID": 100040321, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_146", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040323": { + "VoiceID": 100040323, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_147", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040372": { + "VoiceID": 100040372, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_148", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040327": { + "VoiceID": 100040327, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_149", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040328": { + "VoiceID": 100040328, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_150", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040330": { + "VoiceID": 100040330, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_151", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040332": { + "VoiceID": 100040332, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_152", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040333": { + "VoiceID": 100040333, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_153", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040382": { + "VoiceID": 100040382, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_154", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040337": { + "VoiceID": 100040337, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_155", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040338": { + "VoiceID": 100040338, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_156", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040339": { + "VoiceID": 100040339, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_157", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040341": { + "VoiceID": 100040341, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_158", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040342": { + "VoiceID": 100040342, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_159", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040344": { + "VoiceID": 100040344, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_160", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040347": { + "VoiceID": 100040347, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_herta_161", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040348": { + "VoiceID": 100040348, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_asta_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040349": { + "VoiceID": 100040349, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040351": { + "VoiceID": 100040351, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_103", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040352": { + "VoiceID": 100040352, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_104", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040353": { + "VoiceID": 100040353, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_105", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040354": { + "VoiceID": 100040354, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_106", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040356": { + "VoiceID": 100040356, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_107", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040358": { + "VoiceID": 100040358, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_108", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040359": { + "VoiceID": 100040359, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_109", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040360": { + "VoiceID": 100040360, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_110", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040362": { + "VoiceID": 100040362, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_116", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040363": { + "VoiceID": 100040363, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_117", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040364": { + "VoiceID": 100040364, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_118", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040365": { + "VoiceID": 100040365, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_119", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040367": { + "VoiceID": 100040367, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_120", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040368": { + "VoiceID": 100040368, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_asta_121", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040370": { + "VoiceID": 100040370, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_122", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040374": { + "VoiceID": 100040374, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_111", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040376": { + "VoiceID": 100040376, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_112", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040378": { + "VoiceID": 100040378, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_113", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040379": { + "VoiceID": 100040379, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_114", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040380": { + "VoiceID": 100040380, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_asta_115", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100040401": { + "VoiceID": 100040401, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_mar7th_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040403": { + "VoiceID": 100040403, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040405": { + "VoiceID": 100040405, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040406": { + "VoiceID": 100040406, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040408": { + "VoiceID": 100040408, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040409": { + "VoiceID": 100040409, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040410": { + "VoiceID": 100040410, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040411": { + "VoiceID": 100040411, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040413": { + "VoiceID": 100040413, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040414": { + "VoiceID": 100040414, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040473": { + "VoiceID": 100040473, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040474": { + "VoiceID": 100040474, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040416": { + "VoiceID": 100040416, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040417": { + "VoiceID": 100040417, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040419": { + "VoiceID": 100040419, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040420": { + "VoiceID": 100040420, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040422": { + "VoiceID": 100040422, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_mar7th_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040424": { + "VoiceID": 100040424, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_mar7th_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040426": { + "VoiceID": 100040426, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_mar7th_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100040427": { + "VoiceID": 100040427, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_danheng_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040429": { + "VoiceID": 100040429, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040431": { + "VoiceID": 100040431, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040433": { + "VoiceID": 100040433, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040434": { + "VoiceID": 100040434, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_6_danheng_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040436": { + "VoiceID": 100040436, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040437": { + "VoiceID": 100040437, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040439": { + "VoiceID": 100040439, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040440": { + "VoiceID": 100040440, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040441": { + "VoiceID": 100040441, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040443": { + "VoiceID": 100040443, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040445": { + "VoiceID": 100040445, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_danheng_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100040448": { + "VoiceID": 100040448, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040450": { + "VoiceID": 100040450, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040452": { + "VoiceID": 100040452, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_121", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040453": { + "VoiceID": 100040453, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_122", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040454": { + "VoiceID": 100040454, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_123", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040455": { + "VoiceID": 100040455, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_124", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040476": { + "VoiceID": 100040476, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_125", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040477": { + "VoiceID": 100040477, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_126", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040478": { + "VoiceID": 100040478, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_127", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040457": { + "VoiceID": 100040457, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_128", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040458": { + "VoiceID": 100040458, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_129", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040459": { + "VoiceID": 100040459, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_130", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040461": { + "VoiceID": 100040461, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_131", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040463": { + "VoiceID": 100040463, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_132", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040465": { + "VoiceID": 100040465, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_133", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040466": { + "VoiceID": 100040466, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_134", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040467": { + "VoiceID": 100040467, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_135", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040468": { + "VoiceID": 100040468, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_136", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040469": { + "VoiceID": 100040469, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_137", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100040479": { + "VoiceID": 100040479, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_6_himeko_120", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "101020101": { + "VoiceID": 101020101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020102": { + "VoiceID": 101020102, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_sampo_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101020103": { + "VoiceID": 101020103, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_natasha_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020104": { + "VoiceID": 101020104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020105": { + "VoiceID": 101020105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101020106": { + "VoiceID": 101020106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020107": { + "VoiceID": 101020107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101020108": { + "VoiceID": 101020108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020109": { + "VoiceID": 101020109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101020110": { + "VoiceID": 101020110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101020111": { + "VoiceID": 101020111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020112": { + "VoiceID": 101020112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101020113": { + "VoiceID": 101020113, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020114": { + "VoiceID": 101020114, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020115": { + "VoiceID": 101020115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101020116": { + "VoiceID": 101020116, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020117": { + "VoiceID": 101020117, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG2_cocolia_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020118": { + "VoiceID": 101020118, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG2_stellaron_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020119": { + "VoiceID": 101020119, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG2_cocolia_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020120": { + "VoiceID": 101020120, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG2_stellaron_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020121": { + "VoiceID": 101020121, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG2_stellaron_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020122": { + "VoiceID": 101020122, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG2_stellaron_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020123": { + "VoiceID": 101020123, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG2_cocolia_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020124": { + "VoiceID": 101020124, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_CG2_cocolia_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020201": { + "VoiceID": 101020201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020203": { + "VoiceID": 101020203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020205": { + "VoiceID": 101020205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020207": { + "VoiceID": 101020207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020208": { + "VoiceID": 101020208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020210": { + "VoiceID": 101020210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020212": { + "VoiceID": 101020212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020214": { + "VoiceID": 101020214, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020215": { + "VoiceID": 101020215, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020216": { + "VoiceID": 101020216, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020218": { + "VoiceID": 101020218, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020219": { + "VoiceID": 101020219, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020221": { + "VoiceID": 101020221, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020222": { + "VoiceID": 101020222, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020224": { + "VoiceID": 101020224, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020225": { + "VoiceID": 101020225, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020227": { + "VoiceID": 101020227, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020228": { + "VoiceID": 101020228, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020229": { + "VoiceID": 101020229, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020231": { + "VoiceID": 101020231, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020232": { + "VoiceID": 101020232, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020234": { + "VoiceID": 101020234, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020235": { + "VoiceID": 101020235, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020237": { + "VoiceID": 101020237, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020240": { + "VoiceID": 101020240, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020301": { + "VoiceID": 101020301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020302": { + "VoiceID": 101020302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020304": { + "VoiceID": 101020304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020306": { + "VoiceID": 101020306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020307": { + "VoiceID": 101020307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020308": { + "VoiceID": 101020308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020310": { + "VoiceID": 101020310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020311": { + "VoiceID": 101020311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020312": { + "VoiceID": 101020312, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020315": { + "VoiceID": 101020315, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020317": { + "VoiceID": 101020317, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020318": { + "VoiceID": 101020318, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020320": { + "VoiceID": 101020320, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020321": { + "VoiceID": 101020321, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020324": { + "VoiceID": 101020324, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020326": { + "VoiceID": 101020326, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020327": { + "VoiceID": 101020327, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020329": { + "VoiceID": 101020329, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020330": { + "VoiceID": 101020330, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020332": { + "VoiceID": 101020332, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_natasha_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101020401": { + "VoiceID": 101020401, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_player_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020501": { + "VoiceID": 101020501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101020502": { + "VoiceID": 101020502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020503": { + "VoiceID": 101020503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101020504": { + "VoiceID": 101020504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020505": { + "VoiceID": 101020505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101020601": { + "VoiceID": 101020601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020602": { + "VoiceID": 101020602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020603": { + "VoiceID": 101020603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101020604": { + "VoiceID": 101020604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020606": { + "VoiceID": 101020606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020608": { + "VoiceID": 101020608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020609": { + "VoiceID": 101020609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020701": { + "VoiceID": 101020701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101020702": { + "VoiceID": 101020702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101020801": { + "VoiceID": 101020801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020802": { + "VoiceID": 101020802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020804": { + "VoiceID": 101020804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020806": { + "VoiceID": 101020806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020807": { + "VoiceID": 101020807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020808": { + "VoiceID": 101020808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101020809": { + "VoiceID": 101020809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101020901": { + "VoiceID": 101020901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_spectatorA_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020902": { + "VoiceID": 101020902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_spectatorB_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020903": { + "VoiceID": 101020903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_spectatorA_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020904": { + "VoiceID": 101020904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_spectatorC_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020905": { + "VoiceID": 101020905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_spectatorD_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101020906": { + "VoiceID": 101020906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_spectatorC_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021001": { + "VoiceID": 101021001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_drdig_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021002": { + "VoiceID": 101021002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_drdig_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021003": { + "VoiceID": 101021003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_drdig_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021004": { + "VoiceID": 101021004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_drdig_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021005": { + "VoiceID": 101021005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_drdig_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021006": { + "VoiceID": 101021006, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_mar7th_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021007": { + "VoiceID": 101021007, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_drdig_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021008": { + "VoiceID": 101021008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101021009": { + "VoiceID": 101021009, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_mar7th_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021010": { + "VoiceID": 101021010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_drdig_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021011": { + "VoiceID": 101021011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_drdig_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021012": { + "VoiceID": 101021012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101021013": { + "VoiceID": 101021013, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021101": { + "VoiceID": 101021101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_drdig_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021102": { + "VoiceID": 101021102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021105": { + "VoiceID": 101021105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021106": { + "VoiceID": 101021106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021110": { + "VoiceID": 101021110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_259", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021111": { + "VoiceID": 101021111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101021201": { + "VoiceID": 101021201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_263", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021202": { + "VoiceID": 101021202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021203": { + "VoiceID": 101021203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021301": { + "VoiceID": 101021301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021302": { + "VoiceID": 101021302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_264", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021303": { + "VoiceID": 101021303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021304": { + "VoiceID": 101021304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021305": { + "VoiceID": 101021305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021401": { + "VoiceID": 101021401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021402": { + "VoiceID": 101021402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_265", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021403": { + "VoiceID": 101021403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021404": { + "VoiceID": 101021404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_266", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021405": { + "VoiceID": 101021405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021406": { + "VoiceID": 101021406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_267", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021407": { + "VoiceID": 101021407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021408": { + "VoiceID": 101021408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101021409": { + "VoiceID": 101021409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021501": { + "VoiceID": 101021501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021502": { + "VoiceID": 101021502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021601": { + "VoiceID": 101021601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_268", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021604": { + "VoiceID": 101021604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_269", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021605": { + "VoiceID": 101021605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021606": { + "VoiceID": 101021606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_270", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021607": { + "VoiceID": 101021607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101021609": { + "VoiceID": 101021609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021611": { + "VoiceID": 101021611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021613": { + "VoiceID": 101021613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_271", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021614": { + "VoiceID": 101021614, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_272", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021615": { + "VoiceID": 101021615, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021616": { + "VoiceID": 101021616, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_273", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021701": { + "VoiceID": 101021701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_vagrantA_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101021702": { + "VoiceID": 101021702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021703": { + "VoiceID": 101021703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021704": { + "VoiceID": 101021704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021705": { + "VoiceID": 101021705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021706": { + "VoiceID": 101021706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021707": { + "VoiceID": 101021707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101021708": { + "VoiceID": 101021708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021709": { + "VoiceID": 101021709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021710": { + "VoiceID": 101021710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101021711": { + "VoiceID": 101021711, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021712": { + "VoiceID": 101021712, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101021713": { + "VoiceID": 101021713, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021714": { + "VoiceID": 101021714, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021715": { + "VoiceID": 101021715, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021716": { + "VoiceID": 101021716, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021717": { + "VoiceID": 101021717, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021719": { + "VoiceID": 101021719, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021721": { + "VoiceID": 101021721, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021723": { + "VoiceID": 101021723, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021724": { + "VoiceID": 101021724, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021725": { + "VoiceID": 101021725, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_274", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021726": { + "VoiceID": 101021726, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101021727": { + "VoiceID": 101021727, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021728": { + "VoiceID": 101021728, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_seele_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021801": { + "VoiceID": 101021801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021804": { + "VoiceID": 101021804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021805": { + "VoiceID": 101021805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021806": { + "VoiceID": 101021806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021807": { + "VoiceID": 101021807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021808": { + "VoiceID": 101021808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021809": { + "VoiceID": 101021809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021810": { + "VoiceID": 101021810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021819": { + "VoiceID": 101021819, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021820": { + "VoiceID": 101021820, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101021821": { + "VoiceID": 101021821, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101021901": { + "VoiceID": 101021901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101021902": { + "VoiceID": 101021902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022001": { + "VoiceID": 101022001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022002": { + "VoiceID": 101022002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022003": { + "VoiceID": 101022003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022005": { + "VoiceID": 101022005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022006": { + "VoiceID": 101022006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022007": { + "VoiceID": 101022007, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022009": { + "VoiceID": 101022009, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022010": { + "VoiceID": 101022010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022011": { + "VoiceID": 101022011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022013": { + "VoiceID": 101022013, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022014": { + "VoiceID": 101022014, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022015": { + "VoiceID": 101022015, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022016": { + "VoiceID": 101022016, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022017": { + "VoiceID": 101022017, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022018": { + "VoiceID": 101022018, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022019": { + "VoiceID": 101022019, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022020": { + "VoiceID": 101022020, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022022": { + "VoiceID": 101022022, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022024": { + "VoiceID": 101022024, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022025": { + "VoiceID": 101022025, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022026": { + "VoiceID": 101022026, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022027": { + "VoiceID": 101022027, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022028": { + "VoiceID": 101022028, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022029": { + "VoiceID": 101022029, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022031": { + "VoiceID": 101022031, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022033": { + "VoiceID": 101022033, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022035": { + "VoiceID": 101022035, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022036": { + "VoiceID": 101022036, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022037": { + "VoiceID": 101022037, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101022101": { + "VoiceID": 101022101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022102": { + "VoiceID": 101022102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022201": { + "VoiceID": 101022201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_peak_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022202": { + "VoiceID": 101022202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022203": { + "VoiceID": 101022203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022204": { + "VoiceID": 101022204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_peak_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022205": { + "VoiceID": 101022205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022206": { + "VoiceID": 101022206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_peak_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022207": { + "VoiceID": 101022207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_peak_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022209": { + "VoiceID": 101022209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_peak_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022210": { + "VoiceID": 101022210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_peak_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022212": { + "VoiceID": 101022212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_peak_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022213": { + "VoiceID": 101022213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_peak_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022214": { + "VoiceID": 101022214, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022215": { + "VoiceID": 101022215, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_peak_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022301": { + "VoiceID": 101022301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022302": { + "VoiceID": 101022302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantE_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022303": { + "VoiceID": 101022303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022304": { + "VoiceID": 101022304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022305": { + "VoiceID": 101022305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantE_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022306": { + "VoiceID": 101022306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022307": { + "VoiceID": 101022307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantE_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022308": { + "VoiceID": 101022308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022309": { + "VoiceID": 101022309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantE_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022310": { + "VoiceID": 101022310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101022311": { + "VoiceID": 101022311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022314": { + "VoiceID": 101022314, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022316": { + "VoiceID": 101022316, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022317": { + "VoiceID": 101022317, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101022401": { + "VoiceID": 101022401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022402": { + "VoiceID": 101022402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022403": { + "VoiceID": 101022403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022404": { + "VoiceID": 101022404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022405": { + "VoiceID": 101022405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022407": { + "VoiceID": 101022407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022409": { + "VoiceID": 101022409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022410": { + "VoiceID": 101022410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022411": { + "VoiceID": 101022411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022412": { + "VoiceID": 101022412, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101022413": { + "VoiceID": 101022413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022414": { + "VoiceID": 101022414, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022416": { + "VoiceID": 101022416, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022418": { + "VoiceID": 101022418, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022420": { + "VoiceID": 101022420, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022421": { + "VoiceID": 101022421, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022422": { + "VoiceID": 101022422, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022423": { + "VoiceID": 101022423, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022424": { + "VoiceID": 101022424, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022501": { + "VoiceID": 101022501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101022502": { + "VoiceID": 101022502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_276", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022503": { + "VoiceID": 101022503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101022601": { + "VoiceID": 101022601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_clara_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "101022604": { + "VoiceID": 101022604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_clara_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "101022605": { + "VoiceID": 101022605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022606": { + "VoiceID": 101022606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022607": { + "VoiceID": 101022607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_clara_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "101022608": { + "VoiceID": 101022608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022609": { + "VoiceID": 101022609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_clara_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "101022610": { + "VoiceID": 101022610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_clara_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "101022611": { + "VoiceID": 101022611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022612": { + "VoiceID": 101022612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022613": { + "VoiceID": 101022613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022614": { + "VoiceID": 101022614, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_277", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022615": { + "VoiceID": 101022615, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022616": { + "VoiceID": 101022616, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_278", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022617": { + "VoiceID": 101022617, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022618": { + "VoiceID": 101022618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_clara_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "101022619": { + "VoiceID": 101022619, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022621": { + "VoiceID": 101022621, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022623": { + "VoiceID": 101022623, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022624": { + "VoiceID": 101022624, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_svarog_210", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022625": { + "VoiceID": 101022625, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_clara_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "101022626": { + "VoiceID": 101022626, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_279", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022701": { + "VoiceID": 101022701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022702": { + "VoiceID": 101022702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_280", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022704": { + "VoiceID": 101022704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_281", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022706": { + "VoiceID": 101022706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_282", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022707": { + "VoiceID": 101022707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_283", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022708": { + "VoiceID": 101022708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_284", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022709": { + "VoiceID": 101022709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022710": { + "VoiceID": 101022710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022711": { + "VoiceID": 101022711, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_285", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022712": { + "VoiceID": 101022712, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022713": { + "VoiceID": 101022713, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022714": { + "VoiceID": 101022714, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_286", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022716": { + "VoiceID": 101022716, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022718": { + "VoiceID": 101022718, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022719": { + "VoiceID": 101022719, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022721": { + "VoiceID": 101022721, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_287", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101022722": { + "VoiceID": 101022722, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022723": { + "VoiceID": 101022723, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022726": { + "VoiceID": 101022726, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022727": { + "VoiceID": 101022727, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022728": { + "VoiceID": 101022728, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101022729": { + "VoiceID": 101022729, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022730": { + "VoiceID": 101022730, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101022731": { + "VoiceID": 101022731, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022732": { + "VoiceID": 101022732, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022733": { + "VoiceID": 101022733, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022734": { + "VoiceID": 101022734, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_danheng_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101022735": { + "VoiceID": 101022735, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022736": { + "VoiceID": 101022736, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022737": { + "VoiceID": 101022737, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022739": { + "VoiceID": 101022739, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022740": { + "VoiceID": 101022740, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_danheng_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101022741": { + "VoiceID": 101022741, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022743": { + "VoiceID": 101022743, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022744": { + "VoiceID": 101022744, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022745": { + "VoiceID": 101022745, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_danheng_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101022746": { + "VoiceID": 101022746, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022747": { + "VoiceID": 101022747, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_danheng_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101022748": { + "VoiceID": 101022748, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022749": { + "VoiceID": 101022749, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022750": { + "VoiceID": 101022750, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022751": { + "VoiceID": 101022751, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022752": { + "VoiceID": 101022752, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "101022801": { + "VoiceID": 101022801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022802": { + "VoiceID": 101022802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022803": { + "VoiceID": 101022803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022804": { + "VoiceID": 101022804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022805": { + "VoiceID": 101022805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_julian_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022806": { + "VoiceID": 101022806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022807": { + "VoiceID": 101022807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022809": { + "VoiceID": 101022809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022811": { + "VoiceID": 101022811, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022813": { + "VoiceID": 101022813, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022814": { + "VoiceID": 101022814, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022815": { + "VoiceID": 101022815, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022817": { + "VoiceID": 101022817, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022819": { + "VoiceID": 101022819, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_mar7th_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022821": { + "VoiceID": 101022821, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_mar7th_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022822": { + "VoiceID": 101022822, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022823": { + "VoiceID": 101022823, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_julian_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022824": { + "VoiceID": 101022824, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_mar7th_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022825": { + "VoiceID": 101022825, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022826": { + "VoiceID": 101022826, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_julian_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022827": { + "VoiceID": 101022827, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022828": { + "VoiceID": 101022828, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022901": { + "VoiceID": 101022901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022902": { + "VoiceID": 101022902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022903": { + "VoiceID": 101022903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022904": { + "VoiceID": 101022904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022905": { + "VoiceID": 101022905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022906": { + "VoiceID": 101022906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022907": { + "VoiceID": 101022907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022908": { + "VoiceID": 101022908, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022909": { + "VoiceID": 101022909, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022910": { + "VoiceID": 101022910, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022911": { + "VoiceID": 101022911, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_childA_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022914": { + "VoiceID": 101022914, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022915": { + "VoiceID": 101022915, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_childA_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022916": { + "VoiceID": 101022916, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022917": { + "VoiceID": 101022917, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022918": { + "VoiceID": 101022918, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101022919": { + "VoiceID": 101022919, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022925": { + "VoiceID": 101022925, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022926": { + "VoiceID": 101022926, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_julian_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022927": { + "VoiceID": 101022927, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022929": { + "VoiceID": 101022929, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_julian_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022931": { + "VoiceID": 101022931, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_julian_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022933": { + "VoiceID": 101022933, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022934": { + "VoiceID": 101022934, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_julian_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022935": { + "VoiceID": 101022935, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022936": { + "VoiceID": 101022936, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_julian_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101022937": { + "VoiceID": 101022937, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022938": { + "VoiceID": 101022938, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_298", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101022939": { + "VoiceID": 101022939, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_299", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023001": { + "VoiceID": 101023001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_julian_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023002": { + "VoiceID": 101023002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101023003": { + "VoiceID": 101023003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023005": { + "VoiceID": 101023005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023007": { + "VoiceID": 101023007, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023009": { + "VoiceID": 101023009, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023010": { + "VoiceID": 101023010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023011": { + "VoiceID": 101023011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101023012": { + "VoiceID": 101023012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101023013": { + "VoiceID": 101023013, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023015": { + "VoiceID": 101023015, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023016": { + "VoiceID": 101023016, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101023018": { + "VoiceID": 101023018, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023019": { + "VoiceID": 101023019, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023020": { + "VoiceID": 101023020, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101023021": { + "VoiceID": 101023021, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101023022": { + "VoiceID": 101023022, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023023": { + "VoiceID": 101023023, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_hook_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "101023101": { + "VoiceID": 101023101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023102": { + "VoiceID": 101023102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_260", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023103": { + "VoiceID": 101023103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023105": { + "VoiceID": 101023105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023106": { + "VoiceID": 101023106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023108": { + "VoiceID": 101023108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023109": { + "VoiceID": 101023109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023111": { + "VoiceID": 101023111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023112": { + "VoiceID": 101023112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_261", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023113": { + "VoiceID": 101023113, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023114": { + "VoiceID": 101023114, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023115": { + "VoiceID": 101023115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023116": { + "VoiceID": 101023116, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023117": { + "VoiceID": 101023117, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023118": { + "VoiceID": 101023118, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_262", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023119": { + "VoiceID": 101023119, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023120": { + "VoiceID": 101023120, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023121": { + "VoiceID": 101023121, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023123": { + "VoiceID": 101023123, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023124": { + "VoiceID": 101023124, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023125": { + "VoiceID": 101023125, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023127": { + "VoiceID": 101023127, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023128": { + "VoiceID": 101023128, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023130": { + "VoiceID": 101023130, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023131": { + "VoiceID": 101023131, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023132": { + "VoiceID": 101023132, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023134": { + "VoiceID": 101023134, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023201": { + "VoiceID": 101023201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023202": { + "VoiceID": 101023202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101023203": { + "VoiceID": 101023203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101023204": { + "VoiceID": 101023204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101023205": { + "VoiceID": 101023205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_elaine_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023206": { + "VoiceID": 101023206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_elaine_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023209": { + "VoiceID": 101023209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_elaine_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023210": { + "VoiceID": 101023210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023211": { + "VoiceID": 101023211, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023212": { + "VoiceID": 101023212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_elaine_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023213": { + "VoiceID": 101023213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_elaine_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023215": { + "VoiceID": 101023215, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_elaine_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023216": { + "VoiceID": 101023216, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101023217": { + "VoiceID": 101023217, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023218": { + "VoiceID": 101023218, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023219": { + "VoiceID": 101023219, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023220": { + "VoiceID": 101023220, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101023221": { + "VoiceID": 101023221, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_elaine_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023301": { + "VoiceID": 101023301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantC_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023302": { + "VoiceID": 101023302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantD_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023303": { + "VoiceID": 101023303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantC_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023304": { + "VoiceID": 101023304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantD_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023305": { + "VoiceID": 101023305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantC_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023306": { + "VoiceID": 101023306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101023401": { + "VoiceID": 101023401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023402": { + "VoiceID": 101023402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023501": { + "VoiceID": 101023501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023502": { + "VoiceID": 101023502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_274", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101023503": { + "VoiceID": 101023503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_275", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101023601": { + "VoiceID": 101023601, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_2_mar7th_275", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023604": { + "VoiceID": 101023604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_277", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023605": { + "VoiceID": 101023605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_278", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023607": { + "VoiceID": 101023607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_279", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023609": { + "VoiceID": 101023609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_280", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023610": { + "VoiceID": 101023610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_281", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023612": { + "VoiceID": 101023612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_282", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023613": { + "VoiceID": 101023613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_283", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023615": { + "VoiceID": 101023615, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_284", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023618": { + "VoiceID": 101023618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_285", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023620": { + "VoiceID": 101023620, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_286", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023621": { + "VoiceID": 101023621, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_287", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023623": { + "VoiceID": 101023623, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_288", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023624": { + "VoiceID": 101023624, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_289", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023625": { + "VoiceID": 101023625, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_290", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023627": { + "VoiceID": 101023627, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_291", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023628": { + "VoiceID": 101023628, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_292", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023629": { + "VoiceID": 101023629, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_293", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023631": { + "VoiceID": 101023631, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_294", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023632": { + "VoiceID": 101023632, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_295", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023635": { + "VoiceID": 101023635, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_296", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101023701": { + "VoiceID": 101023701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023703": { + "VoiceID": 101023703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023705": { + "VoiceID": 101023705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023707": { + "VoiceID": 101023707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023708": { + "VoiceID": 101023708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023710": { + "VoiceID": 101023710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023712": { + "VoiceID": 101023712, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023713": { + "VoiceID": 101023713, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023714": { + "VoiceID": 101023714, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_259", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023716": { + "VoiceID": 101023716, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_260", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023718": { + "VoiceID": 101023718, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_sampo_261", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "101023801": { + "VoiceID": 101023801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023802": { + "VoiceID": 101023802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023804": { + "VoiceID": 101023804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023806": { + "VoiceID": 101023806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023808": { + "VoiceID": 101023808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023809": { + "VoiceID": 101023809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023810": { + "VoiceID": 101023810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023811": { + "VoiceID": 101023811, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023812": { + "VoiceID": 101023812, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023814": { + "VoiceID": 101023814, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023816": { + "VoiceID": 101023816, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023818": { + "VoiceID": 101023818, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023819": { + "VoiceID": 101023819, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023820": { + "VoiceID": 101023820, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023821": { + "VoiceID": 101023821, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023823": { + "VoiceID": 101023823, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023824": { + "VoiceID": 101023824, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023827": { + "VoiceID": 101023827, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023828": { + "VoiceID": 101023828, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023830": { + "VoiceID": 101023830, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023831": { + "VoiceID": 101023831, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023833": { + "VoiceID": 101023833, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023834": { + "VoiceID": 101023834, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023835": { + "VoiceID": 101023835, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023837": { + "VoiceID": 101023837, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_bronya_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101023901": { + "VoiceID": 101023901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023903": { + "VoiceID": 101023903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023905": { + "VoiceID": 101023905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023907": { + "VoiceID": 101023907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023908": { + "VoiceID": 101023908, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023910": { + "VoiceID": 101023910, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_215", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101023912": { + "VoiceID": 101023912, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023914": { + "VoiceID": 101023914, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023915": { + "VoiceID": 101023915, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023916": { + "VoiceID": 101023916, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023918": { + "VoiceID": 101023918, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023919": { + "VoiceID": 101023919, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023920": { + "VoiceID": 101023920, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023923": { + "VoiceID": 101023923, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023924": { + "VoiceID": 101023924, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023925": { + "VoiceID": 101023925, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023927": { + "VoiceID": 101023927, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023928": { + "VoiceID": 101023928, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023930": { + "VoiceID": 101023930, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023933": { + "VoiceID": 101023933, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023934": { + "VoiceID": 101023934, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023935": { + "VoiceID": 101023935, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023937": { + "VoiceID": 101023937, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023938": { + "VoiceID": 101023938, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023940": { + "VoiceID": 101023940, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023941": { + "VoiceID": 101023941, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101023943": { + "VoiceID": 101023943, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_danheng_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201210101": { + "VoiceID": 201210101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_226", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210102": { + "VoiceID": 201210102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_211", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210201": { + "VoiceID": 201210201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_2_mar7th_297", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210301": { + "VoiceID": 201210301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerA_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210302": { + "VoiceID": 201210302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerB_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210303": { + "VoiceID": 201210303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerB_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210304": { + "VoiceID": 201210304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerA_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210305": { + "VoiceID": 201210305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_dependentsA_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210306": { + "VoiceID": 201210306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_wildfiremumberA_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210307": { + "VoiceID": 201210307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_dependentsA_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210308": { + "VoiceID": 201210308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_wildfiremumberA_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210309": { + "VoiceID": 201210309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerC_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210310": { + "VoiceID": 201210310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerD_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210311": { + "VoiceID": 201210311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerC_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210312": { + "VoiceID": 201210312, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerD_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210401": { + "VoiceID": 201210401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_210", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210403": { + "VoiceID": 201210403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_211", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210404": { + "VoiceID": 201210404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_212", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210406": { + "VoiceID": 201210406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_213", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210409": { + "VoiceID": 201210409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_214", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210410": { + "VoiceID": 201210410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_215", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210411": { + "VoiceID": 201210411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_216", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210413": { + "VoiceID": 201210413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_217", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210415": { + "VoiceID": 201210415, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_218", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210417": { + "VoiceID": 201210417, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_219", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210419": { + "VoiceID": 201210419, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_antonia_220", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210501": { + "VoiceID": 201210501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerF_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210503": { + "VoiceID": 201210503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerF_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210505": { + "VoiceID": 201210505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerF_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201210601": { + "VoiceID": 201210601, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_3_oleg_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210603": { + "VoiceID": 201210603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210604": { + "VoiceID": 201210604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210606": { + "VoiceID": 201210606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210608": { + "VoiceID": 201210608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210610": { + "VoiceID": 201210610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210611": { + "VoiceID": 201210611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210612": { + "VoiceID": 201210612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210614": { + "VoiceID": 201210614, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210616": { + "VoiceID": 201210616, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210618": { + "VoiceID": 201210618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210620": { + "VoiceID": 201210620, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210621": { + "VoiceID": 201210621, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210623": { + "VoiceID": 201210623, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_oleg_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201210701": { + "VoiceID": 201210701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210702": { + "VoiceID": 201210702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210704": { + "VoiceID": 201210704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210705": { + "VoiceID": 201210705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210707": { + "VoiceID": 201210707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210708": { + "VoiceID": 201210708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210709": { + "VoiceID": 201210709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210711": { + "VoiceID": 201210711, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210714": { + "VoiceID": 201210714, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210716": { + "VoiceID": 201210716, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201210801": { + "VoiceID": 201210801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201210802": { + "VoiceID": 201210802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201210804": { + "VoiceID": 201210804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201210805": { + "VoiceID": 201210805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201210807": { + "VoiceID": 201210807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201210809": { + "VoiceID": 201210809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201210810": { + "VoiceID": 201210810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_natasha_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201210901": { + "VoiceID": 201210901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_288", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201210903": { + "VoiceID": 201210903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_289", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201210905": { + "VoiceID": 201210905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_290", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201210906": { + "VoiceID": 201210906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_291", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201210907": { + "VoiceID": 201210907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_292", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201210909": { + "VoiceID": 201210909, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_293", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201210911": { + "VoiceID": 201210911, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_294", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201210912": { + "VoiceID": 201210912, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_295", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201210913": { + "VoiceID": 201210913, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_296", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211001": { + "VoiceID": 201211001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantB_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201211002": { + "VoiceID": 201211002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerE_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201211003": { + "VoiceID": 201211003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantB_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201211004": { + "VoiceID": 201211004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerE_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201211005": { + "VoiceID": 201211005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_vagrantB_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201211006": { + "VoiceID": 201211006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_minerE_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201211301": { + "VoiceID": 201211301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201211302": { + "VoiceID": 201211302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_263", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211303": { + "VoiceID": 201211303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_264", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211304": { + "VoiceID": 201211304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201211305": { + "VoiceID": 201211305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_265", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211306": { + "VoiceID": 201211306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_266", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211307": { + "VoiceID": 201211307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201211308": { + "VoiceID": 201211308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_267", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211309": { + "VoiceID": 201211309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_268", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211310": { + "VoiceID": 201211310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_269", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211402": { + "VoiceID": 201211402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201211403": { + "VoiceID": 201211403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_272", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211404": { + "VoiceID": 201211404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201211405": { + "VoiceID": 201211405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_273", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211501": { + "VoiceID": 201211501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201211502": { + "VoiceID": 201211502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211601": { + "VoiceID": 201211601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201211602": { + "VoiceID": 201211602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_270", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211603": { + "VoiceID": 201211603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201211604": { + "VoiceID": 201211604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_271", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201211701": { + "VoiceID": 201211701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_bronya_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201211702": { + "VoiceID": 201211702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_3_seele_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024001": { + "VoiceID": 101024001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_gertie_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024003": { + "VoiceID": 101024003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_gertie_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024004": { + "VoiceID": 101024004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024005": { + "VoiceID": 101024005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_gertie_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024006": { + "VoiceID": 101024006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_gertie_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024008": { + "VoiceID": 101024008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024009": { + "VoiceID": 101024009, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_gertie_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024010": { + "VoiceID": 101024010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_gertie_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024011": { + "VoiceID": 101024011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_gertie_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024012": { + "VoiceID": 101024012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024013": { + "VoiceID": 101024013, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_gertie_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024014": { + "VoiceID": 101024014, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_mar7th_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024101": { + "VoiceID": 101024101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024102": { + "VoiceID": 101024102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024104": { + "VoiceID": 101024104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101024105": { + "VoiceID": 101024105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024106": { + "VoiceID": 101024106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101024108": { + "VoiceID": 101024108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101024109": { + "VoiceID": 101024109, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_mar7th_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024110": { + "VoiceID": 101024110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_danheng_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101024113": { + "VoiceID": 101024113, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_mar7th_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024114": { + "VoiceID": 101024114, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_danheng_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101024115": { + "VoiceID": 101024115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_danheng_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101024116": { + "VoiceID": 101024116, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024117": { + "VoiceID": 101024117, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_danheng_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101024118": { + "VoiceID": 101024118, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024119": { + "VoiceID": 101024119, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024121": { + "VoiceID": 101024121, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024123": { + "VoiceID": 101024123, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_danheng_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101024125": { + "VoiceID": 101024125, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_danheng_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "101024126": { + "VoiceID": 101024126, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024127": { + "VoiceID": 101024127, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024128": { + "VoiceID": 101024128, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024129": { + "VoiceID": 101024129, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024130": { + "VoiceID": 101024130, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "101024131": { + "VoiceID": 101024131, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024132": { + "VoiceID": 101024132, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024133": { + "VoiceID": 101024133, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024301": { + "VoiceID": 101024301, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_player_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024302": { + "VoiceID": 101024302, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_player_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024401": { + "VoiceID": 101024401, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_player_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024402": { + "VoiceID": 101024402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024403": { + "VoiceID": 101024403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024404": { + "VoiceID": 101024404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024406": { + "VoiceID": 101024406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024408": { + "VoiceID": 101024408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024410": { + "VoiceID": 101024410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024411": { + "VoiceID": 101024411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024412": { + "VoiceID": 101024412, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024414": { + "VoiceID": 101024414, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024416": { + "VoiceID": 101024416, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024418": { + "VoiceID": 101024418, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024419": { + "VoiceID": 101024419, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024420": { + "VoiceID": 101024420, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024421": { + "VoiceID": 101024421, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024422": { + "VoiceID": 101024422, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024424": { + "VoiceID": 101024424, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024426": { + "VoiceID": 101024426, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024427": { + "VoiceID": 101024427, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024428": { + "VoiceID": 101024428, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024429": { + "VoiceID": 101024429, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024430": { + "VoiceID": 101024430, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024431": { + "VoiceID": 101024431, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024433": { + "VoiceID": 101024433, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024435": { + "VoiceID": 101024435, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024436": { + "VoiceID": 101024436, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024437": { + "VoiceID": 101024437, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024441": { + "VoiceID": 101024441, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024442": { + "VoiceID": 101024442, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024501": { + "VoiceID": 101024501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024502": { + "VoiceID": 101024502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024503": { + "VoiceID": 101024503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024504": { + "VoiceID": 101024504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024507": { + "VoiceID": 101024507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024508": { + "VoiceID": 101024508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024509": { + "VoiceID": 101024509, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024510": { + "VoiceID": 101024510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024511": { + "VoiceID": 101024511, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024513": { + "VoiceID": 101024513, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024515": { + "VoiceID": 101024515, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024517": { + "VoiceID": 101024517, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024518": { + "VoiceID": 101024518, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024519": { + "VoiceID": 101024519, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024521": { + "VoiceID": 101024521, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024523": { + "VoiceID": 101024523, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024524": { + "VoiceID": 101024524, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024525": { + "VoiceID": 101024525, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024526": { + "VoiceID": 101024526, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024527": { + "VoiceID": 101024527, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024528": { + "VoiceID": 101024528, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024529": { + "VoiceID": 101024529, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024533": { + "VoiceID": 101024533, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024534": { + "VoiceID": 101024534, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024535": { + "VoiceID": 101024535, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024536": { + "VoiceID": 101024536, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024537": { + "VoiceID": 101024537, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024538": { + "VoiceID": 101024538, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024601": { + "VoiceID": 101024601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024602": { + "VoiceID": 101024602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024603": { + "VoiceID": 101024603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024604": { + "VoiceID": 101024604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024605": { + "VoiceID": 101024605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024606": { + "VoiceID": 101024606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024607": { + "VoiceID": 101024607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101024701": { + "VoiceID": 101024701, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_natasha_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024702": { + "VoiceID": 101024702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024704": { + "VoiceID": 101024704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024706": { + "VoiceID": 101024706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024707": { + "VoiceID": 101024707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024708": { + "VoiceID": 101024708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_natasha_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "101024801": { + "VoiceID": 101024801, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_player_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "101024901": { + "VoiceID": 101024901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024902": { + "VoiceID": 101024902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024903": { + "VoiceID": 101024903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024904": { + "VoiceID": 101024904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024905": { + "VoiceID": 101024905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024906": { + "VoiceID": 101024906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101024907": { + "VoiceID": 101024907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025001": { + "VoiceID": 101025001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025002": { + "VoiceID": 101025002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "101025003": { + "VoiceID": 101025003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "101025004": { + "VoiceID": 101025004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220101": { + "VoiceID": 201220101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220102": { + "VoiceID": 201220102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220201": { + "VoiceID": 201220201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220202": { + "VoiceID": 201220202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220206": { + "VoiceID": 201220206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220207": { + "VoiceID": 201220207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220208": { + "VoiceID": 201220208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220209": { + "VoiceID": 201220209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220210": { + "VoiceID": 201220210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220211": { + "VoiceID": 201220211, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220212": { + "VoiceID": 201220212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220213": { + "VoiceID": 201220213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220301": { + "VoiceID": 201220301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220302": { + "VoiceID": 201220302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220303": { + "VoiceID": 201220303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220401": { + "VoiceID": 201220401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220402": { + "VoiceID": 201220402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220403": { + "VoiceID": 201220403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220404": { + "VoiceID": 201220404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220501": { + "VoiceID": 201220501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220502": { + "VoiceID": 201220502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220601": { + "VoiceID": 201220601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220602": { + "VoiceID": 201220602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220701": { + "VoiceID": 201220701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220702": { + "VoiceID": 201220702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220703": { + "VoiceID": 201220703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220704": { + "VoiceID": 201220704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220705": { + "VoiceID": 201220705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220706": { + "VoiceID": 201220706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220707": { + "VoiceID": 201220707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220801": { + "VoiceID": 201220801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220802": { + "VoiceID": 201220802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220803": { + "VoiceID": 201220803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220804": { + "VoiceID": 201220804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220805": { + "VoiceID": 201220805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220806": { + "VoiceID": 201220806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220807": { + "VoiceID": 201220807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220841": { + "VoiceID": 201220841, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220809": { + "VoiceID": 201220809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220811": { + "VoiceID": 201220811, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220812": { + "VoiceID": 201220812, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220813": { + "VoiceID": 201220813, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220814": { + "VoiceID": 201220814, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220815": { + "VoiceID": 201220815, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220816": { + "VoiceID": 201220816, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220817": { + "VoiceID": 201220817, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220819": { + "VoiceID": 201220819, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220821": { + "VoiceID": 201220821, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220823": { + "VoiceID": 201220823, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220824": { + "VoiceID": 201220824, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220825": { + "VoiceID": 201220825, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220826": { + "VoiceID": 201220826, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220827": { + "VoiceID": 201220827, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220828": { + "VoiceID": 201220828, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_259", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220829": { + "VoiceID": 201220829, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_260", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220830": { + "VoiceID": 201220830, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220831": { + "VoiceID": 201220831, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_261", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220832": { + "VoiceID": 201220832, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_262", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220833": { + "VoiceID": 201220833, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_210", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220834": { + "VoiceID": 201220834, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_263", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220835": { + "VoiceID": 201220835, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_211", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220836": { + "VoiceID": 201220836, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_264", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220837": { + "VoiceID": 201220837, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_212", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220838": { + "VoiceID": 201220838, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_213", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220839": { + "VoiceID": 201220839, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_eric_214", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201220840": { + "VoiceID": 201220840, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_265", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220901": { + "VoiceID": 201220901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220902": { + "VoiceID": 201220902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220903": { + "VoiceID": 201220903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_266", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220904": { + "VoiceID": 201220904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220905": { + "VoiceID": 201220905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_267", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220906": { + "VoiceID": 201220906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_268", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201220907": { + "VoiceID": 201220907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220908": { + "VoiceID": 201220908, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201220909": { + "VoiceID": 201220909, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221001": { + "VoiceID": 201221001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221002": { + "VoiceID": 201221002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_269", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221003": { + "VoiceID": 201221003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_270", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221101": { + "VoiceID": 201221101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221102": { + "VoiceID": 201221102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_259", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221103": { + "VoiceID": 201221103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_271", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221201": { + "VoiceID": 201221201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_260", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221202": { + "VoiceID": 201221202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_261", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221301": { + "VoiceID": 201221301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_273", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221302": { + "VoiceID": 201221302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_264", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221303": { + "VoiceID": 201221303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_265", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221304": { + "VoiceID": 201221304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_266", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221305": { + "VoiceID": 201221305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_274", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221308": { + "VoiceID": 201221308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_275", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221309": { + "VoiceID": 201221309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_267", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221401": { + "VoiceID": 201221401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_268", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221403": { + "VoiceID": 201221403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_269", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221405": { + "VoiceID": 201221405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_270", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221406": { + "VoiceID": 201221406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_271", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221407": { + "VoiceID": 201221407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_272", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221408": { + "VoiceID": 201221408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_273", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221409": { + "VoiceID": 201221409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_276", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221410": { + "VoiceID": 201221410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_274", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221411": { + "VoiceID": 201221411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_277", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221412": { + "VoiceID": 201221412, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_275", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221413": { + "VoiceID": 201221413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_276", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221414": { + "VoiceID": 201221414, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_278", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221415": { + "VoiceID": 201221415, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_279", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221501": { + "VoiceID": 201221501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_288", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221502": { + "VoiceID": 201221502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_289", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221503": { + "VoiceID": 201221503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_290", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221504": { + "VoiceID": 201221504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_290", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221505": { + "VoiceID": 201221505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_291", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221506": { + "VoiceID": 201221506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_292", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221507": { + "VoiceID": 201221507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_291", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221601": { + "VoiceID": 201221601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_292", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221602": { + "VoiceID": 201221602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_293", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221604": { + "VoiceID": 201221604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_293", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221606": { + "VoiceID": 201221606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_294", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221608": { + "VoiceID": 201221608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_295", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221609": { + "VoiceID": 201221609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_296", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221610": { + "VoiceID": 201221610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_294", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221611": { + "VoiceID": 201221611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_297", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221612": { + "VoiceID": 201221612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_295", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221613": { + "VoiceID": 201221613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_298", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221616": { + "VoiceID": 201221616, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_299", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221617": { + "VoiceID": 201221617, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_300", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221618": { + "VoiceID": 201221618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_301", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221619": { + "VoiceID": 201221619, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_302", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221620": { + "VoiceID": 201221620, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_296", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221621": { + "VoiceID": 201221621, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_303", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221622": { + "VoiceID": 201221622, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_304", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221623": { + "VoiceID": 201221623, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_305", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221624": { + "VoiceID": 201221624, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_306", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221625": { + "VoiceID": 201221625, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_307", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221626": { + "VoiceID": 201221626, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_297", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221627": { + "VoiceID": 201221627, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_308", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221628": { + "VoiceID": 201221628, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_298", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221629": { + "VoiceID": 201221629, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_309", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221630": { + "VoiceID": 201221630, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_299", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221631": { + "VoiceID": 201221631, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_300", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221633": { + "VoiceID": 201221633, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_311", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221634": { + "VoiceID": 201221634, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_312", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221635": { + "VoiceID": 201221635, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_301", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221636": { + "VoiceID": 201221636, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_302", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221637": { + "VoiceID": 201221637, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_313", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221638": { + "VoiceID": 201221638, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_303", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221639": { + "VoiceID": 201221639, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_304", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201221640": { + "VoiceID": 201221640, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_314", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201221701": { + "VoiceID": 201221701, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_player_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201221702": { + "VoiceID": 201221702, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_player_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201221801": { + "VoiceID": 201221801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201221802": { + "VoiceID": 201221802, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_player_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201221901": { + "VoiceID": 201221901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201221902": { + "VoiceID": 201221902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_guardrobot_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201222001": { + "VoiceID": 201222001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_guardrobot_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201222005": { + "VoiceID": 201222005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_guardrobot_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201222006": { + "VoiceID": 201222006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222007": { + "VoiceID": 201222007, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_clara_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222008": { + "VoiceID": 201222008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_guardrobot_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201222009": { + "VoiceID": 201222009, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_clara_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222011": { + "VoiceID": 201222011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222012": { + "VoiceID": 201222012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222014": { + "VoiceID": 201222014, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222015": { + "VoiceID": 201222015, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_4_clara_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222016": { + "VoiceID": 201222016, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222017": { + "VoiceID": 201222017, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222020": { + "VoiceID": 201222020, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222021": { + "VoiceID": 201222021, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222022": { + "VoiceID": 201222022, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222024": { + "VoiceID": 201222024, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222026": { + "VoiceID": 201222026, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222027": { + "VoiceID": 201222027, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222029": { + "VoiceID": 201222029, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222031": { + "VoiceID": 201222031, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222033": { + "VoiceID": 201222033, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222034": { + "VoiceID": 201222034, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222037": { + "VoiceID": 201222037, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222038": { + "VoiceID": 201222038, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222039": { + "VoiceID": 201222039, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_305", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222040": { + "VoiceID": 201222040, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222101": { + "VoiceID": 201222101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_306", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222102": { + "VoiceID": 201222102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222103": { + "VoiceID": 201222103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222104": { + "VoiceID": 201222104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_307", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222105": { + "VoiceID": 201222105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222106": { + "VoiceID": 201222106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_308", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222107": { + "VoiceID": 201222107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222108": { + "VoiceID": 201222108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_309", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222109": { + "VoiceID": 201222109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222110": { + "VoiceID": 201222110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_315", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222111": { + "VoiceID": 201222111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_clara_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201222112": { + "VoiceID": 201222112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_316", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222201": { + "VoiceID": 201222201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_310", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222202": { + "VoiceID": 201222202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_311", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222301": { + "VoiceID": 201222301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_262", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222302": { + "VoiceID": 201222302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_263", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222501": { + "VoiceID": 201222501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_277", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222601": { + "VoiceID": 201222601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_278", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222602": { + "VoiceID": 201222602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_280", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222603": { + "VoiceID": 201222603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_279", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222604": { + "VoiceID": 201222604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_281", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222605": { + "VoiceID": 201222605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_280", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222606": { + "VoiceID": 201222606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_282", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222607": { + "VoiceID": 201222607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_281", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222701": { + "VoiceID": 201222701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_283", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222702": { + "VoiceID": 201222702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_282", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222703": { + "VoiceID": 201222703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_284", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222704": { + "VoiceID": 201222704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_283", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222705": { + "VoiceID": 201222705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_285", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222706": { + "VoiceID": 201222706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_284", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222707": { + "VoiceID": 201222707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_286", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222801": { + "VoiceID": 201222801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_287", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222802": { + "VoiceID": 201222802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_285", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222803": { + "VoiceID": 201222803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_288", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222804": { + "VoiceID": 201222804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_286", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201222805": { + "VoiceID": 201222805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_bronya_289", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201222806": { + "VoiceID": 201222806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_4_seele_287", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230101": { + "VoiceID": 201230101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230102": { + "VoiceID": 201230102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230103": { + "VoiceID": 201230103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230104": { + "VoiceID": 201230104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230106": { + "VoiceID": 201230106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230108": { + "VoiceID": 201230108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230109": { + "VoiceID": 201230109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230110": { + "VoiceID": 201230110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230111": { + "VoiceID": 201230111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230112": { + "VoiceID": 201230112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230113": { + "VoiceID": 201230113, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230115": { + "VoiceID": 201230115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201230116": { + "VoiceID": 201230116, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_natasha_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230118": { + "VoiceID": 201230118, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230119": { + "VoiceID": 201230119, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230120": { + "VoiceID": 201230120, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201230201": { + "VoiceID": 201230201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201230202": { + "VoiceID": 201230202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230203": { + "VoiceID": 201230203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201230204": { + "VoiceID": 201230204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230301": { + "VoiceID": 201230301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230303": { + "VoiceID": 201230303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230304": { + "VoiceID": 201230304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201230306": { + "VoiceID": 201230306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230307": { + "VoiceID": 201230307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201230308": { + "VoiceID": 201230308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230309": { + "VoiceID": 201230309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230310": { + "VoiceID": 201230310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230311": { + "VoiceID": 201230311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230312": { + "VoiceID": 201230312, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230313": { + "VoiceID": 201230313, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230314": { + "VoiceID": 201230314, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201230315": { + "VoiceID": 201230315, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230316": { + "VoiceID": 201230316, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230318": { + "VoiceID": 201230318, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201230319": { + "VoiceID": 201230319, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230321": { + "VoiceID": 201230321, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230322": { + "VoiceID": 201230322, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230323": { + "VoiceID": 201230323, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230324": { + "VoiceID": 201230324, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230325": { + "VoiceID": 201230325, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230326": { + "VoiceID": 201230326, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201230327": { + "VoiceID": 201230327, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230328": { + "VoiceID": 201230328, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230329": { + "VoiceID": 201230329, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201230330": { + "VoiceID": 201230330, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230331": { + "VoiceID": 201230331, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230334": { + "VoiceID": 201230334, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230335": { + "VoiceID": 201230335, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_oleg_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_FullNPC_W1_Male_Oleg" + }, + "201230336": { + "VoiceID": 201230336, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230401": { + "VoiceID": 201230401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230402": { + "VoiceID": 201230402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230403": { + "VoiceID": 201230403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230404": { + "VoiceID": 201230404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230405": { + "VoiceID": 201230405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230406": { + "VoiceID": 201230406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230501": { + "VoiceID": 201230501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230502": { + "VoiceID": 201230502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230503": { + "VoiceID": 201230503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201230504": { + "VoiceID": 201230504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_hook_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Kid_Hook_00" + }, + "201230505": { + "VoiceID": 201230505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230506": { + "VoiceID": 201230506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230507": { + "VoiceID": 201230507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230508": { + "VoiceID": 201230508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230509": { + "VoiceID": 201230509, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230510": { + "VoiceID": 201230510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230511": { + "VoiceID": 201230511, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230513": { + "VoiceID": 201230513, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230515": { + "VoiceID": 201230515, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230517": { + "VoiceID": 201230517, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230518": { + "VoiceID": 201230518, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230519": { + "VoiceID": 201230519, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230520": { + "VoiceID": 201230520, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230601": { + "VoiceID": 201230601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230602": { + "VoiceID": 201230602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230603": { + "VoiceID": 201230603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230604": { + "VoiceID": 201230604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230605": { + "VoiceID": 201230605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230606": { + "VoiceID": 201230606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230607": { + "VoiceID": 201230607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230608": { + "VoiceID": 201230608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230609": { + "VoiceID": 201230609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230610": { + "VoiceID": 201230610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230611": { + "VoiceID": 201230611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201230612": { + "VoiceID": 201230612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201230614": { + "VoiceID": 201230614, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230616": { + "VoiceID": 201230616, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230617": { + "VoiceID": 201230617, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230618": { + "VoiceID": 201230618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230619": { + "VoiceID": 201230619, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230620": { + "VoiceID": 201230620, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230621": { + "VoiceID": 201230621, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230622": { + "VoiceID": 201230622, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230623": { + "VoiceID": 201230623, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230627": { + "VoiceID": 201230627, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230701": { + "VoiceID": 201230701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201230702": { + "VoiceID": 201230702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201230703": { + "VoiceID": 201230703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230801": { + "VoiceID": 201230801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230802": { + "VoiceID": 201230802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230803": { + "VoiceID": 201230803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230805": { + "VoiceID": 201230805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230806": { + "VoiceID": 201230806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230807": { + "VoiceID": 201230807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230808": { + "VoiceID": 201230808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230809": { + "VoiceID": 201230809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230810": { + "VoiceID": 201230810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230811": { + "VoiceID": 201230811, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230812": { + "VoiceID": 201230812, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201230813": { + "VoiceID": 201230813, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230814": { + "VoiceID": 201230814, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230815": { + "VoiceID": 201230815, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230816": { + "VoiceID": 201230816, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230818": { + "VoiceID": 201230818, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230819": { + "VoiceID": 201230819, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230820": { + "VoiceID": 201230820, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230821": { + "VoiceID": 201230821, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230822": { + "VoiceID": 201230822, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230824": { + "VoiceID": 201230824, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230825": { + "VoiceID": 201230825, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230826": { + "VoiceID": 201230826, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_210", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230827": { + "VoiceID": 201230827, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_211", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230828": { + "VoiceID": 201230828, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230829": { + "VoiceID": 201230829, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230830": { + "VoiceID": 201230830, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230832": { + "VoiceID": 201230832, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230833": { + "VoiceID": 201230833, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201230834": { + "VoiceID": 201230834, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230835": { + "VoiceID": 201230835, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201230836": { + "VoiceID": 201230836, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201230901": { + "VoiceID": 201230901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantF_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230902": { + "VoiceID": 201230902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantF_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201230903": { + "VoiceID": 201230903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantF_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231001": { + "VoiceID": 201231001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231002": { + "VoiceID": 201231002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231004": { + "VoiceID": 201231004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231005": { + "VoiceID": 201231005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201231006": { + "VoiceID": 201231006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231007": { + "VoiceID": 201231007, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231008": { + "VoiceID": 201231008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231010": { + "VoiceID": 201231010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231011": { + "VoiceID": 201231011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231012": { + "VoiceID": 201231012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_210", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231013": { + "VoiceID": 201231013, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_211", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231014": { + "VoiceID": 201231014, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231015": { + "VoiceID": 201231015, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231016": { + "VoiceID": 201231016, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201231018": { + "VoiceID": 201231018, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231019": { + "VoiceID": 201231019, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201231020": { + "VoiceID": 201231020, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231021": { + "VoiceID": 201231021, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231022": { + "VoiceID": 201231022, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231101": { + "VoiceID": 201231101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231102": { + "VoiceID": 201231102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201231103": { + "VoiceID": 201231103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_214", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231104": { + "VoiceID": 201231104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotA_211", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231105": { + "VoiceID": 201231105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231106": { + "VoiceID": 201231106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231107": { + "VoiceID": 201231107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201231202": { + "VoiceID": 201231202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231203": { + "VoiceID": 201231203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231204": { + "VoiceID": 201231204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231205": { + "VoiceID": 201231205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231206": { + "VoiceID": 201231206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231207": { + "VoiceID": 201231207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231208": { + "VoiceID": 201231208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231210": { + "VoiceID": 201231210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231211": { + "VoiceID": 201231211, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231212": { + "VoiceID": 201231212, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_mar7th_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231213": { + "VoiceID": 201231213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231214": { + "VoiceID": 201231214, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231216": { + "VoiceID": 201231216, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231217": { + "VoiceID": 201231217, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231218": { + "VoiceID": 201231218, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_mar7th_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231219": { + "VoiceID": 201231219, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231220": { + "VoiceID": 201231220, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231222": { + "VoiceID": 201231222, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_212", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231223": { + "VoiceID": 201231223, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_213", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231225": { + "VoiceID": 201231225, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_214", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231226": { + "VoiceID": 201231226, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231228": { + "VoiceID": 201231228, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231229": { + "VoiceID": 201231229, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231230": { + "VoiceID": 201231230, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_215", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231232": { + "VoiceID": 201231232, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_216", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231301": { + "VoiceID": 201231301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantG_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231302": { + "VoiceID": 201231302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantH_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231303": { + "VoiceID": 201231303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantH_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231304": { + "VoiceID": 201231304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantG_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231305": { + "VoiceID": 201231305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantG_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231306": { + "VoiceID": 201231306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantG_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231307": { + "VoiceID": 201231307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantH_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231308": { + "VoiceID": 201231308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantG_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231401": { + "VoiceID": 201231401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_217", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231402": { + "VoiceID": 201231402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231403": { + "VoiceID": 201231403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_218", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231405": { + "VoiceID": 201231405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_219", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231406": { + "VoiceID": 201231406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231408": { + "VoiceID": 201231408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231409": { + "VoiceID": 201231409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231410": { + "VoiceID": 201231410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotB_220", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231502": { + "VoiceID": 201231502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201231503": { + "VoiceID": 201231503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231504": { + "VoiceID": 201231504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotC_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231505": { + "VoiceID": 201231505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotC_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231506": { + "VoiceID": 201231506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201231507": { + "VoiceID": 201231507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotC_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231508": { + "VoiceID": 201231508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotC_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231509": { + "VoiceID": 201231509, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231601": { + "VoiceID": 201231601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231602": { + "VoiceID": 201231602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201231603": { + "VoiceID": 201231603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotC_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231604": { + "VoiceID": 201231604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231605": { + "VoiceID": 201231605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231606": { + "VoiceID": 201231606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231607": { + "VoiceID": 201231607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231701": { + "VoiceID": 201231701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231702": { + "VoiceID": 201231702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201231703": { + "VoiceID": 201231703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231704": { + "VoiceID": 201231704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231705": { + "VoiceID": 201231705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201231706": { + "VoiceID": 201231706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231707": { + "VoiceID": 201231707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201231801": { + "VoiceID": 201231801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231802": { + "VoiceID": 201231802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231901": { + "VoiceID": 201231901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201231902": { + "VoiceID": 201231902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231903": { + "VoiceID": 201231903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231904": { + "VoiceID": 201231904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231905": { + "VoiceID": 201231905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201231906": { + "VoiceID": 201231906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231907": { + "VoiceID": 201231907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231908": { + "VoiceID": 201231908, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231910": { + "VoiceID": 201231910, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231911": { + "VoiceID": 201231911, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231913": { + "VoiceID": 201231913, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231914": { + "VoiceID": 201231914, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231915": { + "VoiceID": 201231915, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231916": { + "VoiceID": 201231916, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231917": { + "VoiceID": 201231917, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231920": { + "VoiceID": 201231920, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201231921": { + "VoiceID": 201231921, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231922": { + "VoiceID": 201231922, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201231923": { + "VoiceID": 201231923, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201231924": { + "VoiceID": 201231924, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231925": { + "VoiceID": 201231925, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231926": { + "VoiceID": 201231926, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231927": { + "VoiceID": 201231927, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201231928": { + "VoiceID": 201231928, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231929": { + "VoiceID": 201231929, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201231930": { + "VoiceID": 201231930, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201231932": { + "VoiceID": 201231932, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201231934": { + "VoiceID": 201231934, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201231935": { + "VoiceID": 201231935, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201231936": { + "VoiceID": 201231936, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232001": { + "VoiceID": 201232001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232002": { + "VoiceID": 201232002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232101": { + "VoiceID": 201232101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232102": { + "VoiceID": 201232102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232103": { + "VoiceID": 201232103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232104": { + "VoiceID": 201232104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardrobot_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201232105": { + "VoiceID": 201232105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardrobot_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201232106": { + "VoiceID": 201232106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardrobot_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201232107": { + "VoiceID": 201232107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232108": { + "VoiceID": 201232108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardrobot_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201232109": { + "VoiceID": 201232109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232110": { + "VoiceID": 201232110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232201": { + "VoiceID": 201232201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232202": { + "VoiceID": 201232202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232301": { + "VoiceID": 201232301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232302": { + "VoiceID": 201232302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232303": { + "VoiceID": 201232303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232304": { + "VoiceID": 201232304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232305": { + "VoiceID": 201232305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232306": { + "VoiceID": 201232306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232308": { + "VoiceID": 201232308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232310": { + "VoiceID": 201232310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232311": { + "VoiceID": 201232311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232312": { + "VoiceID": 201232312, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232313": { + "VoiceID": 201232313, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232314": { + "VoiceID": 201232314, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232315": { + "VoiceID": 201232315, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232316": { + "VoiceID": 201232316, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232317": { + "VoiceID": 201232317, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232318": { + "VoiceID": 201232318, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232319": { + "VoiceID": 201232319, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232320": { + "VoiceID": 201232320, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232321": { + "VoiceID": 201232321, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232322": { + "VoiceID": 201232322, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232323": { + "VoiceID": 201232323, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232325": { + "VoiceID": 201232325, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232327": { + "VoiceID": 201232327, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232329": { + "VoiceID": 201232329, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232330": { + "VoiceID": 201232330, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232331": { + "VoiceID": 201232331, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232332": { + "VoiceID": 201232332, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232333": { + "VoiceID": 201232333, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232401": { + "VoiceID": 201232401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232402": { + "VoiceID": 201232402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232403": { + "VoiceID": 201232403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232404": { + "VoiceID": 201232404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232406": { + "VoiceID": 201232406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232408": { + "VoiceID": 201232408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232409": { + "VoiceID": 201232409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232410": { + "VoiceID": 201232410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232411": { + "VoiceID": 201232411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232412": { + "VoiceID": 201232412, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_259", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232413": { + "VoiceID": 201232413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232416": { + "VoiceID": 201232416, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232417": { + "VoiceID": 201232417, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_260", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232418": { + "VoiceID": 201232418, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232419": { + "VoiceID": 201232419, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232501": { + "VoiceID": 201232501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_261", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232502": { + "VoiceID": 201232502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_262", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232503": { + "VoiceID": 201232503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_263", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232504": { + "VoiceID": 201232504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_264", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232601": { + "VoiceID": 201232601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232602": { + "VoiceID": 201232602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232603": { + "VoiceID": 201232603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232606": { + "VoiceID": 201232606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232607": { + "VoiceID": 201232607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232608": { + "VoiceID": 201232608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232609": { + "VoiceID": 201232609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232610": { + "VoiceID": 201232610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232611": { + "VoiceID": 201232611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232612": { + "VoiceID": 201232612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_265", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232613": { + "VoiceID": 201232613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232616": { + "VoiceID": 201232616, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232617": { + "VoiceID": 201232617, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232618": { + "VoiceID": 201232618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232619": { + "VoiceID": 201232619, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_danheng_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232620": { + "VoiceID": 201232620, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_266", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232701": { + "VoiceID": 201232701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232702": { + "VoiceID": 201232702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_267", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232703": { + "VoiceID": 201232703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232704": { + "VoiceID": 201232704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232705": { + "VoiceID": 201232705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232706": { + "VoiceID": 201232706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232707": { + "VoiceID": 201232707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232709": { + "VoiceID": 201232709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232711": { + "VoiceID": 201232711, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232712": { + "VoiceID": 201232712, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232713": { + "VoiceID": 201232713, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_268", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232715": { + "VoiceID": 201232715, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_269", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232717": { + "VoiceID": 201232717, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_270", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232719": { + "VoiceID": 201232719, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_mar7th_271", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232720": { + "VoiceID": 201232720, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_272", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232721": { + "VoiceID": 201232721, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232722": { + "VoiceID": 201232722, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_273", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232723": { + "VoiceID": 201232723, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201232724": { + "VoiceID": 201232724, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232725": { + "VoiceID": 201232725, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_274", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232728": { + "VoiceID": 201232728, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_275", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232730": { + "VoiceID": 201232730, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_276", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232731": { + "VoiceID": 201232731, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_277", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232732": { + "VoiceID": 201232732, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232733": { + "VoiceID": 201232733, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232737": { + "VoiceID": 201232737, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_bronya_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232738": { + "VoiceID": 201232738, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232739": { + "VoiceID": 201232739, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232740": { + "VoiceID": 201232740, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_bronya_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232741": { + "VoiceID": 201232741, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232742": { + "VoiceID": 201232742, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232746": { + "VoiceID": 201232746, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232747": { + "VoiceID": 201232747, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_278", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201232748": { + "VoiceID": 201232748, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232749": { + "VoiceID": 201232749, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232750": { + "VoiceID": 201232750, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232751": { + "VoiceID": 201232751, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232752": { + "VoiceID": 201232752, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232801": { + "VoiceID": 201232801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201232802": { + "VoiceID": 201232802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201232901": { + "VoiceID": 201232901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232902": { + "VoiceID": 201232902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201232903": { + "VoiceID": 201232903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232904": { + "VoiceID": 201232904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201232905": { + "VoiceID": 201232905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201232906": { + "VoiceID": 201232906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201232907": { + "VoiceID": 201232907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotD_210", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233001": { + "VoiceID": 201233001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201233002": { + "VoiceID": 201233002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_279", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233003": { + "VoiceID": 201233003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233004": { + "VoiceID": 201233004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233005": { + "VoiceID": 201233005, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_danheng_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233101": { + "VoiceID": 201233101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201233102": { + "VoiceID": 201233102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233103": { + "VoiceID": 201233103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233104": { + "VoiceID": 201233104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201233105": { + "VoiceID": 201233105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233106": { + "VoiceID": 201233106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233107": { + "VoiceID": 201233107, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_mar7th_280", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233109": { + "VoiceID": 201233109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233110": { + "VoiceID": 201233110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233112": { + "VoiceID": 201233112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233114": { + "VoiceID": 201233114, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_208", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233115": { + "VoiceID": 201233115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_209", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233116": { + "VoiceID": 201233116, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_281", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233117": { + "VoiceID": 201233117, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233121": { + "VoiceID": 201233121, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_282", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233122": { + "VoiceID": 201233122, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_210", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233123": { + "VoiceID": 201233123, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_211", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233124": { + "VoiceID": 201233124, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_212", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233125": { + "VoiceID": 201233125, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_213", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233126": { + "VoiceID": 201233126, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233127": { + "VoiceID": 201233127, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_seele_259", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233131": { + "VoiceID": 201233131, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_215", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233132": { + "VoiceID": 201233132, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_216", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233133": { + "VoiceID": 201233133, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_283", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233135": { + "VoiceID": 201233135, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_217", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233137": { + "VoiceID": 201233137, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_218", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233138": { + "VoiceID": 201233138, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_219", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233139": { + "VoiceID": 201233139, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_284", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233140": { + "VoiceID": 201233140, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233141": { + "VoiceID": 201233141, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201233142": { + "VoiceID": 201233142, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_220", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233143": { + "VoiceID": 201233143, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233144": { + "VoiceID": 201233144, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_260", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233145": { + "VoiceID": 201233145, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_221", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233146": { + "VoiceID": 201233146, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_222", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233201": { + "VoiceID": 201233201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233203": { + "VoiceID": 201233203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233204": { + "VoiceID": 201233204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_261", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233205": { + "VoiceID": 201233205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201233206": { + "VoiceID": 201233206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_262", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233207": { + "VoiceID": 201233207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_223", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233208": { + "VoiceID": 201233208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_224", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233401": { + "VoiceID": 201233401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233402": { + "VoiceID": 201233402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201233403": { + "VoiceID": 201233403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_225", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233404": { + "VoiceID": 201233404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201233406": { + "VoiceID": 201233406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201233407": { + "VoiceID": 201233407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201233408": { + "VoiceID": 201233408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201233410": { + "VoiceID": 201233410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_228", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233411": { + "VoiceID": 201233411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_229", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233412": { + "VoiceID": 201233412, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_230", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233413": { + "VoiceID": 201233413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_285", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233415": { + "VoiceID": 201233415, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233417": { + "VoiceID": 201233417, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_286", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233419": { + "VoiceID": 201233419, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_287", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233420": { + "VoiceID": 201233420, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233421": { + "VoiceID": 201233421, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_263", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233422": { + "VoiceID": 201233422, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233423": { + "VoiceID": 201233423, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233424": { + "VoiceID": 201233424, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233425": { + "VoiceID": 201233425, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_264", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233426": { + "VoiceID": 201233426, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233429": { + "VoiceID": 201233429, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_bronya_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233501": { + "VoiceID": 201233501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_231", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233503": { + "VoiceID": 201233503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_232", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233504": { + "VoiceID": 201233504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_233", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233505": { + "VoiceID": 201233505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_researcherA_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233506": { + "VoiceID": 201233506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianA_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233507": { + "VoiceID": 201233507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_researcherA_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233508": { + "VoiceID": 201233508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianA_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233509": { + "VoiceID": 201233509, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianA_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233510": { + "VoiceID": 201233510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianA_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233511": { + "VoiceID": 201233511, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_researcherA_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233512": { + "VoiceID": 201233512, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianA_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233513": { + "VoiceID": 201233513, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_researcherA_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233514": { + "VoiceID": 201233514, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_234", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233515": { + "VoiceID": 201233515, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_researcherB_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233516": { + "VoiceID": 201233516, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_researcherA_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233517": { + "VoiceID": 201233517, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_researcherA_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233518": { + "VoiceID": 201233518, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_researcherB_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233519": { + "VoiceID": 201233519, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_researcherA_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233520": { + "VoiceID": 201233520, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_235", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233521": { + "VoiceID": 201233521, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianB_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233522": { + "VoiceID": 201233522, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_soldierE_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233523": { + "VoiceID": 201233523, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_soldierE_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233524": { + "VoiceID": 201233524, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianB_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233525": { + "VoiceID": 201233525, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_soldierE_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233526": { + "VoiceID": 201233526, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianB_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233527": { + "VoiceID": 201233527, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_soldierE_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233528": { + "VoiceID": 201233528, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianB_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233529": { + "VoiceID": 201233529, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_soldierE_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233530": { + "VoiceID": 201233530, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianB_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233531": { + "VoiceID": 201233531, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_guardianB_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233532": { + "VoiceID": 201233532, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_236", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233533": { + "VoiceID": 201233533, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_288", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233534": { + "VoiceID": 201233534, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233536": { + "VoiceID": 201233536, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233538": { + "VoiceID": 201233538, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233539": { + "VoiceID": 201233539, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233540": { + "VoiceID": 201233540, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_danheng_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201233542": { + "VoiceID": 201233542, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_289", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233543": { + "VoiceID": 201233543, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233546": { + "VoiceID": 201233546, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233547": { + "VoiceID": 201233547, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_265", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233548": { + "VoiceID": 201233548, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233549": { + "VoiceID": 201233549, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_natasha_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233601": { + "VoiceID": 201233601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233602": { + "VoiceID": 201233602, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_natasha_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233604": { + "VoiceID": 201233604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233606": { + "VoiceID": 201233606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233607": { + "VoiceID": 201233607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233608": { + "VoiceID": 201233608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_290", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233609": { + "VoiceID": 201233609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233610": { + "VoiceID": 201233610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233611": { + "VoiceID": 201233611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233613": { + "VoiceID": 201233613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233615": { + "VoiceID": 201233615, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233617": { + "VoiceID": 201233617, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233618": { + "VoiceID": 201233618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233619": { + "VoiceID": 201233619, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233620": { + "VoiceID": 201233620, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233622": { + "VoiceID": 201233622, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233624": { + "VoiceID": 201233624, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233625": { + "VoiceID": 201233625, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_291", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201233626": { + "VoiceID": 201233626, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233627": { + "VoiceID": 201233627, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233628": { + "VoiceID": 201233628, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233630": { + "VoiceID": 201233630, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233632": { + "VoiceID": 201233632, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233633": { + "VoiceID": 201233633, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_natasha_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233634": { + "VoiceID": 201233634, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233635": { + "VoiceID": 201233635, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233701": { + "VoiceID": 201233701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantI_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233702": { + "VoiceID": 201233702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantI_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233703": { + "VoiceID": 201233703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantI_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233704": { + "VoiceID": 201233704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantJ_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233705": { + "VoiceID": 201233705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantI_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233706": { + "VoiceID": 201233706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantK_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233707": { + "VoiceID": 201233707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantL_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233708": { + "VoiceID": 201233708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantK_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233709": { + "VoiceID": 201233709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantL_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233710": { + "VoiceID": 201233710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantK_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233711": { + "VoiceID": 201233711, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantL_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233712": { + "VoiceID": 201233712, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantM_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233713": { + "VoiceID": 201233713, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_robotE_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233714": { + "VoiceID": 201233714, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_vagrantM_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201233801": { + "VoiceID": 201233801, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_5_natasha_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233803": { + "VoiceID": 201233803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233804": { + "VoiceID": 201233804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233805": { + "VoiceID": 201233805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233806": { + "VoiceID": 201233806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233808": { + "VoiceID": 201233808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233809": { + "VoiceID": 201233809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233810": { + "VoiceID": 201233810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233812": { + "VoiceID": 201233812, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233813": { + "VoiceID": 201233813, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233814": { + "VoiceID": 201233814, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233816": { + "VoiceID": 201233816, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233817": { + "VoiceID": 201233817, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233818": { + "VoiceID": 201233818, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233820": { + "VoiceID": 201233820, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_natasha_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Natasha_00" + }, + "201233901": { + "VoiceID": 201233901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233902": { + "VoiceID": 201233902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233903": { + "VoiceID": 201233903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233904": { + "VoiceID": 201233904, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_266", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233905": { + "VoiceID": 201233905, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233906": { + "VoiceID": 201233906, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_267", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233907": { + "VoiceID": 201233907, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_268", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233908": { + "VoiceID": 201233908, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_269", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233909": { + "VoiceID": 201233909, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201233910": { + "VoiceID": 201233910, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_270", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233911": { + "VoiceID": 201233911, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_seele_271", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201233912": { + "VoiceID": 201233912, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_bronya_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201234001": { + "VoiceID": 201234001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234002": { + "VoiceID": 201234002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234004": { + "VoiceID": 201234004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234006": { + "VoiceID": 201234006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234007": { + "VoiceID": 201234007, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234009": { + "VoiceID": 201234009, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234010": { + "VoiceID": 201234010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234012": { + "VoiceID": 201234012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234013": { + "VoiceID": 201234013, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234015": { + "VoiceID": 201234015, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234017": { + "VoiceID": 201234017, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234018": { + "VoiceID": 201234018, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_sampo_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Sampo_00" + }, + "201234101": { + "VoiceID": 201234101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201234103": { + "VoiceID": 201234103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_238", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201234104": { + "VoiceID": 201234104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201234105": { + "VoiceID": 201234105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_239", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201234106": { + "VoiceID": 201234106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_240", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201234107": { + "VoiceID": 201234107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_241", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201234108": { + "VoiceID": 201234108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_259", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201234109": { + "VoiceID": 201234109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_242", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201234110": { + "VoiceID": 201234110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_260", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201234111": { + "VoiceID": 201234111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_243", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201234112": { + "VoiceID": 201234112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_261", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201234113": { + "VoiceID": 201234113, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_244", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201234114": { + "VoiceID": 201234114, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_svarog_245", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201234115": { + "VoiceID": 201234115, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_262", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201234116": { + "VoiceID": 201234116, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_clara_263", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Girl_Klara_00" + }, + "201234201": { + "VoiceID": 201234201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201234202": { + "VoiceID": 201234202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_5_mar7th_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000301": { + "VoiceID": 100000301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_1", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100000302": { + "VoiceID": 100000302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_2", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100000303": { + "VoiceID": 100000303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_3", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100000304": { + "VoiceID": 100000304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_4", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100000305": { + "VoiceID": 100000305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_playerboy_5", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100000307": { + "VoiceID": 100000307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_1", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000308": { + "VoiceID": 100000308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_2", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000309": { + "VoiceID": 100000309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_3", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000401": { + "VoiceID": 100000401, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000402": { + "VoiceID": 100000402, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000404": { + "VoiceID": 100000404, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000405": { + "VoiceID": 100000405, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000407": { + "VoiceID": 100000407, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000408": { + "VoiceID": 100000408, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000409": { + "VoiceID": 100000409, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000411": { + "VoiceID": 100000411, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000413": { + "VoiceID": 100000413, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000414": { + "VoiceID": 100000414, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000415": { + "VoiceID": 100000415, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000416": { + "VoiceID": 100000416, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000418": { + "VoiceID": 100000418, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000420": { + "VoiceID": 100000420, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_8_mar7th_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000421": { + "VoiceID": 100000421, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000422": { + "VoiceID": 100000422, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000423": { + "VoiceID": 100000423, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000424": { + "VoiceID": 100000424, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000425": { + "VoiceID": 100000425, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000426": { + "VoiceID": 100000426, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000501": { + "VoiceID": 100000501, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000502": { + "VoiceID": 100000502, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000503": { + "VoiceID": 100000503, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000504": { + "VoiceID": 100000504, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_120", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000506": { + "VoiceID": 100000506, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_121", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000507": { + "VoiceID": 100000507, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_122", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000509": { + "VoiceID": 100000509, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_123", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000510": { + "VoiceID": 100000510, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_124", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000511": { + "VoiceID": 100000511, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_125", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000513": { + "VoiceID": 100000513, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_126", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000514": { + "VoiceID": 100000514, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_127", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000515": { + "VoiceID": 100000515, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_128", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000516": { + "VoiceID": 100000516, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000517": { + "VoiceID": 100000517, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000518": { + "VoiceID": 100000518, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000519": { + "VoiceID": 100000519, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000520": { + "VoiceID": 100000520, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000521": { + "VoiceID": 100000521, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000523": { + "VoiceID": 100000523, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_8_player_101", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100000701": { + "VoiceID": 100000701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_1", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000702": { + "VoiceID": 100000702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_2", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000703": { + "VoiceID": 100000703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_mar7th_4", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000704": { + "VoiceID": 100000704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_3", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000705": { + "VoiceID": 100000705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_4", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000706": { + "VoiceID": 100000706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_5", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000707": { + "VoiceID": 100000707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_6", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000708": { + "VoiceID": 100000708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_7", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000709": { + "VoiceID": 100000709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_8", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000710": { + "VoiceID": 100000710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_a0_pompom_9", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000801": { + "VoiceID": 100000801, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000802": { + "VoiceID": 100000802, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_129", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000803": { + "VoiceID": 100000803, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000804": { + "VoiceID": 100000804, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000805": { + "VoiceID": 100000805, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000807": { + "VoiceID": 100000807, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000808": { + "VoiceID": 100000808, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000809": { + "VoiceID": 100000809, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000811": { + "VoiceID": 100000811, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000812": { + "VoiceID": 100000812, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000813": { + "VoiceID": 100000813, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000814": { + "VoiceID": 100000814, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000815": { + "VoiceID": 100000815, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_130", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000816": { + "VoiceID": 100000816, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000818": { + "VoiceID": 100000818, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_8_welt_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000820": { + "VoiceID": 100000820, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000821": { + "VoiceID": 100000821, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000823": { + "VoiceID": 100000823, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000824": { + "VoiceID": 100000824, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000825": { + "VoiceID": 100000825, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000826": { + "VoiceID": 100000826, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000827": { + "VoiceID": 100000827, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000829": { + "VoiceID": 100000829, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_131", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000831": { + "VoiceID": 100000831, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000832": { + "VoiceID": 100000832, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000834": { + "VoiceID": 100000834, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_132", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000835": { + "VoiceID": 100000835, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_8_himeko_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000836": { + "VoiceID": 100000836, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000837": { + "VoiceID": 100000837, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_8_mar7th_133", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000839": { + "VoiceID": 100000839, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_118", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000840": { + "VoiceID": 100000840, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_119", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000842": { + "VoiceID": 100000842, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_120", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000844": { + "VoiceID": 100000844, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_134", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000845": { + "VoiceID": 100000845, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000846": { + "VoiceID": 100000846, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_121", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000847": { + "VoiceID": 100000847, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_8_himeko_122", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000848": { + "VoiceID": 100000848, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_123", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000901": { + "VoiceID": 100000901, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000903": { + "VoiceID": 100000903, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000905": { + "VoiceID": 100000905, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000906": { + "VoiceID": 100000906, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_pompom_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Pam_00" + }, + "100000907": { + "VoiceID": 100000907, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_8_player_102", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "100000908": { + "VoiceID": 100000908, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_135", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000909": { + "VoiceID": 100000909, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_136", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000910": { + "VoiceID": 100000910, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_137", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000911": { + "VoiceID": 100000911, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000912": { + "VoiceID": 100000912, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_welt_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000913": { + "VoiceID": 100000913, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_124", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000914": { + "VoiceID": 100000914, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_125", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000915": { + "VoiceID": 100000915, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_himeko_126", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100001001": { + "VoiceID": 100001001, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_101", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001002": { + "VoiceID": 100001002, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_102", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001004": { + "VoiceID": 100001004, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_103", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001006": { + "VoiceID": 100001006, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_104", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001007": { + "VoiceID": 100001007, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_105", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001009": { + "VoiceID": 100001009, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_106", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001010": { + "VoiceID": 100001010, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_107", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001011": { + "VoiceID": 100001011, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_108", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001013": { + "VoiceID": 100001013, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_109", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001014": { + "VoiceID": 100001014, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_110", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001016": { + "VoiceID": 100001016, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_111", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001017": { + "VoiceID": 100001017, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_112", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001018": { + "VoiceID": 100001018, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_113", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001019": { + "VoiceID": 100001019, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_114", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001020": { + "VoiceID": 100001020, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_8_danheng_115", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001101": { + "VoiceID": 100001101, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_138", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001103": { + "VoiceID": 100001103, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_139", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001105": { + "VoiceID": 100001105, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_140", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001106": { + "VoiceID": 100001106, + "IsPlayerInvolved": true, + "VoicePath": "chapter0_8_mar7th_141", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001107": { + "VoiceID": 100001107, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_142", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001110": { + "VoiceID": 100001110, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_143", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001111": { + "VoiceID": 100001111, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_144", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001114": { + "VoiceID": 100001114, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_145", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001115": { + "VoiceID": 100001115, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_116", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001116": { + "VoiceID": 100001116, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_146", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100001117": { + "VoiceID": 100001117, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_danheng_117", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "100001121": { + "VoiceID": 100001121, + "IsPlayerInvolved": false, + "VoicePath": "chapter0_8_mar7th_147", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201312201": { + "VoiceID": 201312201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312202": { + "VoiceID": 201312202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312203": { + "VoiceID": 201312203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312206": { + "VoiceID": 201312206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312207": { + "VoiceID": 201312207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312301": { + "VoiceID": 201312301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312302": { + "VoiceID": 201312302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312303": { + "VoiceID": 201312303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312304": { + "VoiceID": 201312304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312308": { + "VoiceID": 201312308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312309": { + "VoiceID": 201312309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312401": { + "VoiceID": 201312401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201312402": { + "VoiceID": 201312402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312403": { + "VoiceID": 201312403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312404": { + "VoiceID": 201312404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312405": { + "VoiceID": 201312405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_gepard_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201312406": { + "VoiceID": 201312406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312407": { + "VoiceID": 201312407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312408": { + "VoiceID": 201312408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312409": { + "VoiceID": 201312409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201312410": { + "VoiceID": 201312410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312411": { + "VoiceID": 201312411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312412": { + "VoiceID": 201312412, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312413": { + "VoiceID": 201312413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312414": { + "VoiceID": 201312414, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312416": { + "VoiceID": 201312416, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_8_seele_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201312417": { + "VoiceID": 201312417, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201312420": { + "VoiceID": 201312420, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201312421": { + "VoiceID": 201312421, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "100000201": { + "VoiceID": 100000201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_welt_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000202": { + "VoiceID": 100000202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_welt_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000203": { + "VoiceID": 100000203, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_8_himeko_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000204": { + "VoiceID": 100000204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_himeko_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000205": { + "VoiceID": 100000205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_welt_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Welt_00" + }, + "100000206": { + "VoiceID": 100000206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_himeko_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "100000207": { + "VoiceID": 100000207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_himeko_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Himeko_00" + }, + "201320101": { + "VoiceID": 201320101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320102": { + "VoiceID": 201320102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320104": { + "VoiceID": 201320104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320105": { + "VoiceID": 201320105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320107": { + "VoiceID": 201320107, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_8_mar7th_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320108": { + "VoiceID": 201320108, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320109": { + "VoiceID": 201320109, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320110": { + "VoiceID": 201320110, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320111": { + "VoiceID": 201320111, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320112": { + "VoiceID": 201320112, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320113": { + "VoiceID": 201320113, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320201": { + "VoiceID": 201320201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320203": { + "VoiceID": 201320203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320205": { + "VoiceID": 201320205, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320206": { + "VoiceID": 201320206, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320207": { + "VoiceID": 201320207, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320208": { + "VoiceID": 201320208, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320209": { + "VoiceID": 201320209, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320210": { + "VoiceID": 201320210, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320211": { + "VoiceID": 201320211, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320212": { + "VoiceID": 201320212, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320213": { + "VoiceID": 201320213, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320301": { + "VoiceID": 201320301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_bronya_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201320302": { + "VoiceID": 201320302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320303": { + "VoiceID": 201320303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320304": { + "VoiceID": 201320304, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320305": { + "VoiceID": 201320305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_bronya_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201320306": { + "VoiceID": 201320306, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320307": { + "VoiceID": 201320307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201320308": { + "VoiceID": 201320308, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320309": { + "VoiceID": 201320309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320310": { + "VoiceID": 201320310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320311": { + "VoiceID": 201320311, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_serval_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201320401": { + "VoiceID": 201320401, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320402": { + "VoiceID": 201320402, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320403": { + "VoiceID": 201320403, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320404": { + "VoiceID": 201320404, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320405": { + "VoiceID": 201320405, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320406": { + "VoiceID": 201320406, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320407": { + "VoiceID": 201320407, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320408": { + "VoiceID": 201320408, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320409": { + "VoiceID": 201320409, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320410": { + "VoiceID": 201320410, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320411": { + "VoiceID": 201320411, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320412": { + "VoiceID": 201320412, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320413": { + "VoiceID": 201320413, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320414": { + "VoiceID": 201320414, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320415": { + "VoiceID": 201320415, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320416": { + "VoiceID": 201320416, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320417": { + "VoiceID": 201320417, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320418": { + "VoiceID": 201320418, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320419": { + "VoiceID": 201320419, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320421": { + "VoiceID": 201320421, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320422": { + "VoiceID": 201320422, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320420": { + "VoiceID": 201320420, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320501": { + "VoiceID": 201320501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320504": { + "VoiceID": 201320504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320505": { + "VoiceID": 201320505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320506": { + "VoiceID": 201320506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320511": { + "VoiceID": 201320511, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_stellaron_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201320512": { + "VoiceID": 201320512, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_stellaron_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201320513": { + "VoiceID": 201320513, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320517": { + "VoiceID": 201320517, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320518": { + "VoiceID": 201320518, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320519": { + "VoiceID": 201320519, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320520": { + "VoiceID": 201320520, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320522": { + "VoiceID": 201320522, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320523": { + "VoiceID": 201320523, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320524": { + "VoiceID": 201320524, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320525": { + "VoiceID": 201320525, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320526": { + "VoiceID": 201320526, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320529": { + "VoiceID": 201320529, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320530": { + "VoiceID": 201320530, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320531": { + "VoiceID": 201320531, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320532": { + "VoiceID": 201320532, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320601": { + "VoiceID": 201320601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_bronya_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201320602": { + "VoiceID": 201320602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_bronya_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201320603": { + "VoiceID": 201320603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320604": { + "VoiceID": 201320604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320605": { + "VoiceID": 201320605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320606": { + "VoiceID": 201320606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320607": { + "VoiceID": 201320607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320608": { + "VoiceID": 201320608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_bronya_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201320609": { + "VoiceID": 201320609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320610": { + "VoiceID": 201320610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320701": { + "VoiceID": 201320701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320702": { + "VoiceID": 201320702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_228", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320703": { + "VoiceID": 201320703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320704": { + "VoiceID": 201320704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_229", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320706": { + "VoiceID": 201320706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320707": { + "VoiceID": 201320707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320708": { + "VoiceID": 201320708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320709": { + "VoiceID": 201320709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320711": { + "VoiceID": 201320711, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320713": { + "VoiceID": 201320713, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320714": { + "VoiceID": 201320714, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201320801": { + "VoiceID": 201320801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320802": { + "VoiceID": 201320802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320803": { + "VoiceID": 201320803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320804": { + "VoiceID": 201320804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320805": { + "VoiceID": 201320805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_bronya_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201320806": { + "VoiceID": 201320806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320807": { + "VoiceID": 201320807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320808": { + "VoiceID": 201320808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_bronya_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201320809": { + "VoiceID": 201320809, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320810": { + "VoiceID": 201320810, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320811": { + "VoiceID": 201320811, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320812": { + "VoiceID": 201320812, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_8_mar7th_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320813": { + "VoiceID": 201320813, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320814": { + "VoiceID": 201320814, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320815": { + "VoiceID": 201320815, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320816": { + "VoiceID": 201320816, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320817": { + "VoiceID": 201320817, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201320818": { + "VoiceID": 201320818, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320819": { + "VoiceID": 201320819, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_cocolia_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201320901": { + "VoiceID": 201320901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201320902": { + "VoiceID": 201320902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201321001": { + "VoiceID": 201321001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321002": { + "VoiceID": 201321002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201321003": { + "VoiceID": 201321003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201321004": { + "VoiceID": 201321004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321005": { + "VoiceID": 201321005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_225", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201321006": { + "VoiceID": 201321006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201321008": { + "VoiceID": 201321008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321010": { + "VoiceID": 201321010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321012": { + "VoiceID": 201321012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321013": { + "VoiceID": 201321013, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201321014": { + "VoiceID": 201321014, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201321015": { + "VoiceID": 201321015, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_8_mar7th_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321016": { + "VoiceID": 201321016, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_227", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201321017": { + "VoiceID": 201321017, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321018": { + "VoiceID": 201321018, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321101": { + "VoiceID": 201321101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321102": { + "VoiceID": 201321102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321103": { + "VoiceID": 201321103, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_seele_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201321104": { + "VoiceID": 201321104, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_mar7th_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201321105": { + "VoiceID": 201321105, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_226", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201321106": { + "VoiceID": 201321106, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201321107": { + "VoiceID": 201321107, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_8_danheng_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201330101": { + "VoiceID": 201330101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201330102": { + "VoiceID": 201330102, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_danheng_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201330201": { + "VoiceID": 201330201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201330202": { + "VoiceID": 201330202, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201330203": { + "VoiceID": 201330203, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_danheng_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lad_DanHeng_00" + }, + "201330204": { + "VoiceID": 201330204, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201330301": { + "VoiceID": 201330301, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330302": { + "VoiceID": 201330302, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_danheng_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330303": { + "VoiceID": 201330303, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330310": { + "VoiceID": 201330310, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330305": { + "VoiceID": 201330305, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330307": { + "VoiceID": 201330307, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_206", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330309": { + "VoiceID": 201330309, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_207", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330501": { + "VoiceID": 201330501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_gepard_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201330502": { + "VoiceID": 201330502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_gepard_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201330503": { + "VoiceID": 201330503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_234", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330504": { + "VoiceID": 201330504, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_gepard_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201330505": { + "VoiceID": 201330505, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_235", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330506": { + "VoiceID": 201330506, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_gepard_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201330507": { + "VoiceID": 201330507, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_gepard_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201330508": { + "VoiceID": 201330508, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_gepard_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201330509": { + "VoiceID": 201330509, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_236", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330510": { + "VoiceID": 201330510, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_gepard_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Male_Gepard_00" + }, + "201330511": { + "VoiceID": 201330511, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_237", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330512": { + "VoiceID": 201330512, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_stellaron_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330601": { + "VoiceID": 201330601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330602": { + "VoiceID": 201330602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330603": { + "VoiceID": 201330603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330604": { + "VoiceID": 201330604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330605": { + "VoiceID": 201330605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_238", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330606": { + "VoiceID": 201330606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330607": { + "VoiceID": 201330607, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330608": { + "VoiceID": 201330608, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_239", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330609": { + "VoiceID": 201330609, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330610": { + "VoiceID": 201330610, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_240", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330611": { + "VoiceID": 201330611, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_241", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330612": { + "VoiceID": 201330612, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330613": { + "VoiceID": 201330613, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_242", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330614": { + "VoiceID": 201330614, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330615": { + "VoiceID": 201330615, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_serval_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Lady_Serval_00" + }, + "201330616": { + "VoiceID": 201330616, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_243", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330617": { + "VoiceID": 201330617, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_244", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330618": { + "VoiceID": 201330618, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_stellaron_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330701": { + "VoiceID": 201330701, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_soldierV_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330702": { + "VoiceID": 201330702, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_soldierW_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330703": { + "VoiceID": 201330703, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_245", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330704": { + "VoiceID": 201330704, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_soldierV_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330705": { + "VoiceID": 201330705, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_soldierW_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330706": { + "VoiceID": 201330706, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_246", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330707": { + "VoiceID": 201330707, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_soldierV_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330708": { + "VoiceID": 201330708, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_247", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330709": { + "VoiceID": 201330709, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_soldierV_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330710": { + "VoiceID": 201330710, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_soldierW_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201330801": { + "VoiceID": 201330801, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201330802": { + "VoiceID": 201330802, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201330803": { + "VoiceID": 201330803, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_248", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330804": { + "VoiceID": 201330804, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_249", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330805": { + "VoiceID": 201330805, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_250", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330806": { + "VoiceID": 201330806, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_251", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201330807": { + "VoiceID": 201330807, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_220", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201330808": { + "VoiceID": 201330808, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_252", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331001": { + "VoiceID": 201331001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331002": { + "VoiceID": 201331002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_201", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331003": { + "VoiceID": 201331003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331004": { + "VoiceID": 201331004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331005": { + "VoiceID": 201331005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331006": { + "VoiceID": 201331006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331007": { + "VoiceID": 201331007, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331008": { + "VoiceID": 201331008, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201331009": { + "VoiceID": 201331009, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331010": { + "VoiceID": 201331010, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331011": { + "VoiceID": 201331011, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201331012": { + "VoiceID": 201331012, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_206", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201331013": { + "VoiceID": 201331013, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201331014": { + "VoiceID": 201331014, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201331015": { + "VoiceID": 201331015, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201331018": { + "VoiceID": 201331018, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_204", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331019": { + "VoiceID": 201331019, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331020": { + "VoiceID": 201331020, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331021": { + "VoiceID": 201331021, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_205", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331022": { + "VoiceID": 201331022, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331023": { + "VoiceID": 201331023, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331024": { + "VoiceID": 201331024, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331025": { + "VoiceID": 201331025, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331026": { + "VoiceID": 201331026, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331028": { + "VoiceID": 201331028, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331029": { + "VoiceID": 201331029, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331030": { + "VoiceID": 201331030, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331031": { + "VoiceID": 201331031, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331032": { + "VoiceID": 201331032, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_218", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331033": { + "VoiceID": 201331033, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_207", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331034": { + "VoiceID": 201331034, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_208", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331035": { + "VoiceID": 201331035, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_209", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331036": { + "VoiceID": 201331036, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_219", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331037": { + "VoiceID": 201331037, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331038": { + "VoiceID": 201331038, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331039": { + "VoiceID": 201331039, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331040": { + "VoiceID": 201331040, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331041": { + "VoiceID": 201331041, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_stellaron_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201331043": { + "VoiceID": 201331043, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331044": { + "VoiceID": 201331044, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331045": { + "VoiceID": 201331045, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331046": { + "VoiceID": 201331046, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331047": { + "VoiceID": 201331047, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201331048": { + "VoiceID": 201331048, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201331049": { + "VoiceID": 201331049, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331050": { + "VoiceID": 201331050, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_224", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331600": { + "VoiceID": 201331600, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201331700": { + "VoiceID": 201331700, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_211", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201331800": { + "VoiceID": 201331800, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_216", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201331900": { + "VoiceID": 201331900, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_231", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331901": { + "VoiceID": 201331901, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_232", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331902": { + "VoiceID": 201331902, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_233", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201331903": { + "VoiceID": 201331903, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_230", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201332000": { + "VoiceID": 201332000, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_253", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201332001": { + "VoiceID": 201332001, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_221", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201332002": { + "VoiceID": 201332002, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_212", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201332003": { + "VoiceID": 201332003, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_254", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201332004": { + "VoiceID": 201332004, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_222", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201332005": { + "VoiceID": 201332005, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201332006": { + "VoiceID": 201332006, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_223", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201332007": { + "VoiceID": 201332007, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_215", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201332100": { + "VoiceID": 201332100, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_255", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201332101": { + "VoiceID": 201332101, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_256", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201332200": { + "VoiceID": 201332200, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_9_player_205", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201332201": { + "VoiceID": 201332201, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_257", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201332300": { + "VoiceID": 201332300, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_cocolia_258", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Special_Cocolia_00" + }, + "201332501": { + "VoiceID": 201332501, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_210", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201332502": { + "VoiceID": 201332502, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_202", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201332503": { + "VoiceID": 201332503, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_seele_203", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Seele_00" + }, + "201332601": { + "VoiceID": 201332601, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_213", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201332602": { + "VoiceID": 201332602, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_himeko_201", + "VoiceType": "Story", + "StoryCharacterID": "TalkSentenceName_Himeko" + }, + "201332603": { + "VoiceID": 201332603, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_mar7th_214", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Mar_7th_00" + }, + "201332604": { + "VoiceID": 201332604, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_himeko_202", + "VoiceType": "Story", + "StoryCharacterID": "TalkSentenceName_Himeko" + }, + "201332605": { + "VoiceID": 201332605, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_himeko_203", + "VoiceType": "Story", + "StoryCharacterID": "TalkSentenceName_Himeko" + }, + "201332606": { + "VoiceID": 201332606, + "IsPlayerInvolved": false, + "VoicePath": "chapter1_9_bronya_217", + "VoiceType": "Story", + "StoryCharacterID": "NPC_Avatar_Maid_Bronya_00" + }, + "201332701": { + "VoiceID": 201332701, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_9_player_201", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201332702": { + "VoiceID": 201332702, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_9_player_202", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201332703": { + "VoiceID": 201332703, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_9_player_203", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "201332801": { + "VoiceID": 201332801, + "IsPlayerInvolved": true, + "VoicePath": "chapter1_9_player_204", + "VoiceType": "Story", + "StoryCharacterID": "" + }, + "10030": { + "VoiceID": 10030, + "IsPlayerInvolved": true, + "VoicePath": "vo_belobog_cutscene_030", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10040": { + "VoiceID": 10040, + "IsPlayerInvolved": true, + "VoicePath": "vo_belobog_cutscene_040", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10050": { + "VoiceID": 10050, + "IsPlayerInvolved": true, + "VoicePath": "vo_belobog_cutscene_050", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10060": { + "VoiceID": 10060, + "IsPlayerInvolved": false, + "VoicePath": "vo_belobog_cutscene_060", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10070": { + "VoiceID": 10070, + "IsPlayerInvolved": true, + "VoicePath": "vo_belobog_cutscene_070", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10080": { + "VoiceID": 10080, + "IsPlayerInvolved": false, + "VoicePath": "vo_belobog_cutscene_080", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10100": { + "VoiceID": 10100, + "IsPlayerInvolved": true, + "VoicePath": "vo_belobog_cutscene_100", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10140": { + "VoiceID": 10140, + "IsPlayerInvolved": true, + "VoicePath": "vo_belobog_cutscene_140", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10220": { + "VoiceID": 10220, + "IsPlayerInvolved": false, + "VoicePath": "vo_hertaspacestation_cutscene_220", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10230": { + "VoiceID": 10230, + "IsPlayerInvolved": false, + "VoicePath": "vo_hertaspacestation_cutscene_230", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10240": { + "VoiceID": 10240, + "IsPlayerInvolved": false, + "VoicePath": "vo_hertaspacestation_cutscene_240", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10245": { + "VoiceID": 10245, + "IsPlayerInvolved": true, + "VoicePath": "vo_hertaspacestation_cutscene_245", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10250": { + "VoiceID": 10250, + "IsPlayerInvolved": true, + "VoicePath": "vo_hertaspacestation_cutscene_250", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10260": { + "VoiceID": 10260, + "IsPlayerInvolved": true, + "VoicePath": "vo_hertaspacestation_cutscene_260", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10280": { + "VoiceID": 10280, + "IsPlayerInvolved": true, + "VoicePath": "vo_hertaspacestation_cutscene_280", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + }, + "10290": { + "VoiceID": 10290, + "IsPlayerInvolved": true, + "VoicePath": "vo_hertaspacestation_cutscene_290", + "VoiceType": "Cutscene", + "StoryCharacterID": "" + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/WheelSelectConfigExcelTable.json b/CrepePackage/src/data/excel/WheelSelectConfigExcelTable.json new file mode 100644 index 0000000..e04f71b --- /dev/null +++ b/CrepePackage/src/data/excel/WheelSelectConfigExcelTable.json @@ -0,0 +1,155 @@ +{ + "1": { + "IndexID": 1, + "FuncName": { + "hash": -676993900 + }, + "Description": { + "hash": 371857150 + }, + "IconPath": "SpriteOutput/PhoneAPPIcon/AvatarIcon.png", + "GameModeList": [ + 3, + 5, + 6, + 8, + 9 + ], + "FuncGotoIDList": [ + 400 + ], + "UnlockID": 400 + }, + "2": { + "IndexID": 2, + "FuncName": { + "hash": -592780657 + }, + "Description": { + "hash": 371857150 + }, + "IconPath": "SpriteOutput/PhoneAPPIcon/TeamIcon.png", + "GameModeList": [ + 3, + 5, + 6 + ], + "FuncGotoIDList": [ + 300, + 301, + 302 + ], + "UnlockID": 300 + }, + "3": { + "IndexID": 3, + "FuncName": { + "hash": 1405076994 + }, + "Description": { + "hash": 371857150 + }, + "IconPath": "SpriteOutput/PhoneAPPIcon/MapIcon.png", + "GameModeList": [ + 3 + ], + "FuncGotoIDList": [ + 200 + ], + "UnlockID": 200 + }, + "4": { + "IndexID": 4, + "FuncName": { + "hash": 888911468 + }, + "Description": { + "hash": 371857150 + }, + "IconPath": "SpriteOutput/PhoneAPPIcon/InventoryIcon.png", + "GameModeList": [ + 3, + 8, + 9 + ], + "FuncGotoIDList": [ + 500, + 500 + ], + "UnlockID": 500 + }, + "5": { + "IndexID": 5, + "FuncName": { + "hash": -1034393270 + }, + "Description": { + "hash": 371857150 + }, + "IconPath": "SpriteOutput/PhoneAPPIcon/QuestIcon.png", + "GameModeList": [ + 3, + 4, + 8 + ], + "FuncGotoIDList": [ + 700 + ], + "UnlockID": 0 + }, + "6": { + "IndexID": 6, + "FuncName": { + "hash": -1868259488 + }, + "Description": { + "hash": 371857150 + }, + "IconPath": "SpriteOutput/PhoneAPPIcon/ShopIcon.png", + "GameModeList": [ + 3, + 8, + 9 + ], + "FuncGotoIDList": [ + 600 + ], + "UnlockID": 600 + }, + "7": { + "IndexID": 7, + "FuncName": { + "hash": -2133251693 + }, + "Description": { + "hash": 371857150 + }, + "IconPath": "SpriteOutput/PhoneAPPIcon/DailyQuestIcon.png", + "GameModeList": [ + 3 + ], + "FuncGotoIDList": [ + 1500 + ], + "UnlockID": 1500 + }, + "8": { + "IndexID": 8, + "FuncName": { + "hash": 891994066 + }, + "Description": { + "hash": 371857150 + }, + "IconPath": "SpriteOutput/PhoneAPPIcon/DrawcardIcon.png", + "GameModeList": [ + 3, + 8, + 9 + ], + "FuncGotoIDList": [ + 2300 + ], + "UnlockID": 2300 + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/WorldConfigExcelTable.json b/CrepePackage/src/data/excel/WorldConfigExcelTable.json new file mode 100644 index 0000000..ebae23c --- /dev/null +++ b/CrepePackage/src/data/excel/WorldConfigExcelTable.json @@ -0,0 +1,29 @@ +{ + "100": { + "ID": 100, + "WorldName": { + "hash": 1886133843 + }, + "WorldDesc": { + "hash": -1237471623 + } + }, + "101": { + "ID": 101, + "WorldName": { + "hash": 1886133842 + }, + "WorldDesc": { + "hash": -1237471624 + } + }, + "201": { + "ID": 201, + "WorldName": { + "hash": 1886133813 + }, + "WorldDesc": { + "hash": -1237471785 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/excel/WorldLevelExcelTable.json b/CrepePackage/src/data/excel/WorldLevelExcelTable.json new file mode 100644 index 0000000..4997597 --- /dev/null +++ b/CrepePackage/src/data/excel/WorldLevelExcelTable.json @@ -0,0 +1,100 @@ +{ + "0": { + "Level": 0, + "MaxPlayerLevel": 20, + "LevelUpMission": 4010101, + "Breaktips1": { + "hash": -1689771034 + }, + "Breaktips2": { + "hash": -2093055561 + }, + "LevelUpMissionTips": { + "hash": -1571616738 + } + }, + "1": { + "Level": 1, + "MaxPlayerLevel": 30, + "LevelUpMission": 4010102, + "Breaktips1": { + "hash": -1689771034 + }, + "Breaktips2": { + "hash": -2093055561 + }, + "LevelUpMissionTips": { + "hash": -1571616738 + } + }, + "2": { + "Level": 2, + "MaxPlayerLevel": 40, + "LevelUpMission": 4010103, + "Breaktips1": { + "hash": -1689771034 + }, + "Breaktips2": { + "hash": -2093055561 + }, + "LevelUpMissionTips": { + "hash": -1571616738 + } + }, + "3": { + "Level": 3, + "MaxPlayerLevel": 50, + "LevelUpMission": 4010104, + "Breaktips1": { + "hash": -1689771034 + }, + "Breaktips2": { + "hash": -2093055561 + }, + "LevelUpMissionTips": { + "hash": -1571616738 + } + }, + "4": { + "Level": 4, + "MaxPlayerLevel": 60, + "LevelUpMission": 0, + "Breaktips1": { + "hash": -1689771034 + }, + "Breaktips2": { + "hash": -2093055561 + }, + "LevelUpMissionTips": { + "hash": -1571616738 + } + }, + "5": { + "Level": 5, + "MaxPlayerLevel": 65, + "LevelUpMission": 0, + "Breaktips1": { + "hash": -1689771034 + }, + "Breaktips2": { + "hash": -2093055561 + }, + "LevelUpMissionTips": { + "hash": -1571616738 + } + }, + "6": { + "Level": 6, + "MaxPlayerLevel": 70, + "LevelUpMission": 0, + "Breaktips1": { + "hash": -1689771034 + }, + "Breaktips2": { + "hash": -2093055561 + }, + "LevelUpMissionTips": { + "hash": -1571616738 + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/data/proto/StarRail.ts b/CrepePackage/src/data/proto/StarRail.ts new file mode 100644 index 0000000..c905718 --- /dev/null +++ b/CrepePackage/src/data/proto/StarRail.ts @@ -0,0 +1,55633 @@ +/* eslint-disable */ +import Long from "long"; +import * as _m0 from "protobufjs/minimal"; + +export const protobufPackage = "CrepeSR.Proto"; + +export enum AccountType { + ACCOUNT_MIHOYO_GUEST = 0, + ACCOUNT_MIHOYO = 1, + ACCOUNT_XIAOMI = 11, + ACCOUNT_COOLPAD = 12, + ACCOUNT_YYB = 13, + ACCOUNT_BILI = 14, + ACCOUNT_HUAWEI = 15, + ACCOUNT_MEIZU = 16, + ACCOUNT_360 = 17, + ACCOUNT_OPPO = 18, + ACCOUNT_VIVO = 19, + ACCOUNT_UC = 20, + ACCOUNT_WANDOJIA = 21, + ACCOUNT_LENOVO = 22, + ACCOUNT_JINLI = 23, + ACCOUNT_BAIDU = 25, + ACCOUNT_DANGLE = 26, + ACCOUNT_WEGAME = 27, + ACCOUNT_RPG_CUSTOM = 10000, + UNRECOGNIZED = -1, +} + +export function accountTypeFromJSON(object: any): AccountType { + switch (object) { + case 0: + case "ACCOUNT_MIHOYO_GUEST": + return AccountType.ACCOUNT_MIHOYO_GUEST; + case 1: + case "ACCOUNT_MIHOYO": + return AccountType.ACCOUNT_MIHOYO; + case 11: + case "ACCOUNT_XIAOMI": + return AccountType.ACCOUNT_XIAOMI; + case 12: + case "ACCOUNT_COOLPAD": + return AccountType.ACCOUNT_COOLPAD; + case 13: + case "ACCOUNT_YYB": + return AccountType.ACCOUNT_YYB; + case 14: + case "ACCOUNT_BILI": + return AccountType.ACCOUNT_BILI; + case 15: + case "ACCOUNT_HUAWEI": + return AccountType.ACCOUNT_HUAWEI; + case 16: + case "ACCOUNT_MEIZU": + return AccountType.ACCOUNT_MEIZU; + case 17: + case "ACCOUNT_360": + return AccountType.ACCOUNT_360; + case 18: + case "ACCOUNT_OPPO": + return AccountType.ACCOUNT_OPPO; + case 19: + case "ACCOUNT_VIVO": + return AccountType.ACCOUNT_VIVO; + case 20: + case "ACCOUNT_UC": + return AccountType.ACCOUNT_UC; + case 21: + case "ACCOUNT_WANDOJIA": + return AccountType.ACCOUNT_WANDOJIA; + case 22: + case "ACCOUNT_LENOVO": + return AccountType.ACCOUNT_LENOVO; + case 23: + case "ACCOUNT_JINLI": + return AccountType.ACCOUNT_JINLI; + case 25: + case "ACCOUNT_BAIDU": + return AccountType.ACCOUNT_BAIDU; + case 26: + case "ACCOUNT_DANGLE": + return AccountType.ACCOUNT_DANGLE; + case 27: + case "ACCOUNT_WEGAME": + return AccountType.ACCOUNT_WEGAME; + case 10000: + case "ACCOUNT_RPG_CUSTOM": + return AccountType.ACCOUNT_RPG_CUSTOM; + case -1: + case "UNRECOGNIZED": + default: + return AccountType.UNRECOGNIZED; + } +} + +export function accountTypeToJSON(object: AccountType): string { + switch (object) { + case AccountType.ACCOUNT_MIHOYO_GUEST: + return "ACCOUNT_MIHOYO_GUEST"; + case AccountType.ACCOUNT_MIHOYO: + return "ACCOUNT_MIHOYO"; + case AccountType.ACCOUNT_XIAOMI: + return "ACCOUNT_XIAOMI"; + case AccountType.ACCOUNT_COOLPAD: + return "ACCOUNT_COOLPAD"; + case AccountType.ACCOUNT_YYB: + return "ACCOUNT_YYB"; + case AccountType.ACCOUNT_BILI: + return "ACCOUNT_BILI"; + case AccountType.ACCOUNT_HUAWEI: + return "ACCOUNT_HUAWEI"; + case AccountType.ACCOUNT_MEIZU: + return "ACCOUNT_MEIZU"; + case AccountType.ACCOUNT_360: + return "ACCOUNT_360"; + case AccountType.ACCOUNT_OPPO: + return "ACCOUNT_OPPO"; + case AccountType.ACCOUNT_VIVO: + return "ACCOUNT_VIVO"; + case AccountType.ACCOUNT_UC: + return "ACCOUNT_UC"; + case AccountType.ACCOUNT_WANDOJIA: + return "ACCOUNT_WANDOJIA"; + case AccountType.ACCOUNT_LENOVO: + return "ACCOUNT_LENOVO"; + case AccountType.ACCOUNT_JINLI: + return "ACCOUNT_JINLI"; + case AccountType.ACCOUNT_BAIDU: + return "ACCOUNT_BAIDU"; + case AccountType.ACCOUNT_DANGLE: + return "ACCOUNT_DANGLE"; + case AccountType.ACCOUNT_WEGAME: + return "ACCOUNT_WEGAME"; + case AccountType.ACCOUNT_RPG_CUSTOM: + return "ACCOUNT_RPG_CUSTOM"; + case AccountType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum ChannelIdType { + CHANNEL_ID_NONE = 0, + CHANNEL_ID_MIHOYO = 1, + CHANNEL_ID_XIAOMI = 11, + CHANNEL_ID_COOLPAD = 12, + CHANNEL_ID_YYB = 13, + CHANNEL_ID_BILI = 14, + CHANNEL_ID_HUAWEI = 15, + CHANNEL_ID_MEIZU = 16, + CHANNEL_ID_360 = 17, + CHANNEL_ID_OPPO = 18, + CHANNEL_ID_VIVO = 19, + CHANNEL_ID_UC = 20, + CHANNEL_ID_WANDOJIA = 21, + CHANNEL_ID_LENOVO = 22, + CHANNEL_ID_JINLI = 23, + CHANNEL_ID_BAIDU = 25, + CHANNEL_ID_DANGLE = 26, + CHANNEL_ID_WEGAME = 27, + UNRECOGNIZED = -1, +} + +export function channelIdTypeFromJSON(object: any): ChannelIdType { + switch (object) { + case 0: + case "CHANNEL_ID_NONE": + return ChannelIdType.CHANNEL_ID_NONE; + case 1: + case "CHANNEL_ID_MIHOYO": + return ChannelIdType.CHANNEL_ID_MIHOYO; + case 11: + case "CHANNEL_ID_XIAOMI": + return ChannelIdType.CHANNEL_ID_XIAOMI; + case 12: + case "CHANNEL_ID_COOLPAD": + return ChannelIdType.CHANNEL_ID_COOLPAD; + case 13: + case "CHANNEL_ID_YYB": + return ChannelIdType.CHANNEL_ID_YYB; + case 14: + case "CHANNEL_ID_BILI": + return ChannelIdType.CHANNEL_ID_BILI; + case 15: + case "CHANNEL_ID_HUAWEI": + return ChannelIdType.CHANNEL_ID_HUAWEI; + case 16: + case "CHANNEL_ID_MEIZU": + return ChannelIdType.CHANNEL_ID_MEIZU; + case 17: + case "CHANNEL_ID_360": + return ChannelIdType.CHANNEL_ID_360; + case 18: + case "CHANNEL_ID_OPPO": + return ChannelIdType.CHANNEL_ID_OPPO; + case 19: + case "CHANNEL_ID_VIVO": + return ChannelIdType.CHANNEL_ID_VIVO; + case 20: + case "CHANNEL_ID_UC": + return ChannelIdType.CHANNEL_ID_UC; + case 21: + case "CHANNEL_ID_WANDOJIA": + return ChannelIdType.CHANNEL_ID_WANDOJIA; + case 22: + case "CHANNEL_ID_LENOVO": + return ChannelIdType.CHANNEL_ID_LENOVO; + case 23: + case "CHANNEL_ID_JINLI": + return ChannelIdType.CHANNEL_ID_JINLI; + case 25: + case "CHANNEL_ID_BAIDU": + return ChannelIdType.CHANNEL_ID_BAIDU; + case 26: + case "CHANNEL_ID_DANGLE": + return ChannelIdType.CHANNEL_ID_DANGLE; + case 27: + case "CHANNEL_ID_WEGAME": + return ChannelIdType.CHANNEL_ID_WEGAME; + case -1: + case "UNRECOGNIZED": + default: + return ChannelIdType.UNRECOGNIZED; + } +} + +export function channelIdTypeToJSON(object: ChannelIdType): string { + switch (object) { + case ChannelIdType.CHANNEL_ID_NONE: + return "CHANNEL_ID_NONE"; + case ChannelIdType.CHANNEL_ID_MIHOYO: + return "CHANNEL_ID_MIHOYO"; + case ChannelIdType.CHANNEL_ID_XIAOMI: + return "CHANNEL_ID_XIAOMI"; + case ChannelIdType.CHANNEL_ID_COOLPAD: + return "CHANNEL_ID_COOLPAD"; + case ChannelIdType.CHANNEL_ID_YYB: + return "CHANNEL_ID_YYB"; + case ChannelIdType.CHANNEL_ID_BILI: + return "CHANNEL_ID_BILI"; + case ChannelIdType.CHANNEL_ID_HUAWEI: + return "CHANNEL_ID_HUAWEI"; + case ChannelIdType.CHANNEL_ID_MEIZU: + return "CHANNEL_ID_MEIZU"; + case ChannelIdType.CHANNEL_ID_360: + return "CHANNEL_ID_360"; + case ChannelIdType.CHANNEL_ID_OPPO: + return "CHANNEL_ID_OPPO"; + case ChannelIdType.CHANNEL_ID_VIVO: + return "CHANNEL_ID_VIVO"; + case ChannelIdType.CHANNEL_ID_UC: + return "CHANNEL_ID_UC"; + case ChannelIdType.CHANNEL_ID_WANDOJIA: + return "CHANNEL_ID_WANDOJIA"; + case ChannelIdType.CHANNEL_ID_LENOVO: + return "CHANNEL_ID_LENOVO"; + case ChannelIdType.CHANNEL_ID_JINLI: + return "CHANNEL_ID_JINLI"; + case ChannelIdType.CHANNEL_ID_BAIDU: + return "CHANNEL_ID_BAIDU"; + case ChannelIdType.CHANNEL_ID_DANGLE: + return "CHANNEL_ID_DANGLE"; + case ChannelIdType.CHANNEL_ID_WEGAME: + return "CHANNEL_ID_WEGAME"; + case ChannelIdType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum AvatarSlotType { + AVATAR_SLOT_1 = 0, + AVATAR_SLOT_2 = 1, + AVATAR_SLOT_3 = 2, + UNRECOGNIZED = -1, +} + +export function avatarSlotTypeFromJSON(object: any): AvatarSlotType { + switch (object) { + case 0: + case "AVATAR_SLOT_1": + return AvatarSlotType.AVATAR_SLOT_1; + case 1: + case "AVATAR_SLOT_2": + return AvatarSlotType.AVATAR_SLOT_2; + case 2: + case "AVATAR_SLOT_3": + return AvatarSlotType.AVATAR_SLOT_3; + case -1: + case "UNRECOGNIZED": + default: + return AvatarSlotType.UNRECOGNIZED; + } +} + +export function avatarSlotTypeToJSON(object: AvatarSlotType): string { + switch (object) { + case AvatarSlotType.AVATAR_SLOT_1: + return "AVATAR_SLOT_1"; + case AvatarSlotType.AVATAR_SLOT_2: + return "AVATAR_SLOT_2"; + case AvatarSlotType.AVATAR_SLOT_3: + return "AVATAR_SLOT_3"; + case AvatarSlotType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum ItemType { + ITEM_TYPE_NONE = 0, + ITEM_AVATAR_CARD = 1, + ITEM_EQUIPMENT = 2, + ITEM_MATERIAL = 3, + ITEM_AVATAR_EXP = 4, + ITEM_RELIC = 5, + UNRECOGNIZED = -1, +} + +export function itemTypeFromJSON(object: any): ItemType { + switch (object) { + case 0: + case "ITEM_TYPE_NONE": + return ItemType.ITEM_TYPE_NONE; + case 1: + case "ITEM_AVATAR_CARD": + return ItemType.ITEM_AVATAR_CARD; + case 2: + case "ITEM_EQUIPMENT": + return ItemType.ITEM_EQUIPMENT; + case 3: + case "ITEM_MATERIAL": + return ItemType.ITEM_MATERIAL; + case 4: + case "ITEM_AVATAR_EXP": + return ItemType.ITEM_AVATAR_EXP; + case 5: + case "ITEM_RELIC": + return ItemType.ITEM_RELIC; + case -1: + case "UNRECOGNIZED": + default: + return ItemType.UNRECOGNIZED; + } +} + +export function itemTypeToJSON(object: ItemType): string { + switch (object) { + case ItemType.ITEM_TYPE_NONE: + return "ITEM_TYPE_NONE"; + case ItemType.ITEM_AVATAR_CARD: + return "ITEM_AVATAR_CARD"; + case ItemType.ITEM_EQUIPMENT: + return "ITEM_EQUIPMENT"; + case ItemType.ITEM_MATERIAL: + return "ITEM_MATERIAL"; + case ItemType.ITEM_AVATAR_EXP: + return "ITEM_AVATAR_EXP"; + case ItemType.ITEM_RELIC: + return "ITEM_RELIC"; + case ItemType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum VirtualItemType { + VIRTUAL_ITEM_NONE = 0, + VIRTUAL_ITEM_HCOIN = 1, + VIRTUAL_ITEM_SCOIN = 2, + VIRTUAL_ITEM_MCOIN = 3, + VIRTUAL_ITEM_STAMINA = 11, + VIRTUAL_ITEM_EXP = 22, + VIRTUAL_ITEM_ROGUE_COIN = 31, + VIRTUAL_ITEM_ROGUE_STAMINA = 32, + VIRTUAL_ITEM_ROGUE_EXPLORE_EXP = 33, + VIRTUAL_ITEM_ACHIEVEMENT_EXP = 41, + VIRTUAL_ITEM_WARRIOR_EXP = 190, + VIRTUAL_ITEM_ROGUE_EXP = 191, + VIRTUAL_ITEM_MAGE_EXP = 192, + VIRTUAL_ITEM_SHAMAN_EXP = 193, + VIRTUAL_ITEM_WARLOCK_EXP = 194, + VIRTUAL_ITEM_KNIGHT_EXP = 195, + VIRTUAL_ITEM_PRIEST_EXP = 196, + UNRECOGNIZED = -1, +} + +export function virtualItemTypeFromJSON(object: any): VirtualItemType { + switch (object) { + case 0: + case "VIRTUAL_ITEM_NONE": + return VirtualItemType.VIRTUAL_ITEM_NONE; + case 1: + case "VIRTUAL_ITEM_HCOIN": + return VirtualItemType.VIRTUAL_ITEM_HCOIN; + case 2: + case "VIRTUAL_ITEM_SCOIN": + return VirtualItemType.VIRTUAL_ITEM_SCOIN; + case 3: + case "VIRTUAL_ITEM_MCOIN": + return VirtualItemType.VIRTUAL_ITEM_MCOIN; + case 11: + case "VIRTUAL_ITEM_STAMINA": + return VirtualItemType.VIRTUAL_ITEM_STAMINA; + case 22: + case "VIRTUAL_ITEM_EXP": + return VirtualItemType.VIRTUAL_ITEM_EXP; + case 31: + case "VIRTUAL_ITEM_ROGUE_COIN": + return VirtualItemType.VIRTUAL_ITEM_ROGUE_COIN; + case 32: + case "VIRTUAL_ITEM_ROGUE_STAMINA": + return VirtualItemType.VIRTUAL_ITEM_ROGUE_STAMINA; + case 33: + case "VIRTUAL_ITEM_ROGUE_EXPLORE_EXP": + return VirtualItemType.VIRTUAL_ITEM_ROGUE_EXPLORE_EXP; + case 41: + case "VIRTUAL_ITEM_ACHIEVEMENT_EXP": + return VirtualItemType.VIRTUAL_ITEM_ACHIEVEMENT_EXP; + case 190: + case "VIRTUAL_ITEM_WARRIOR_EXP": + return VirtualItemType.VIRTUAL_ITEM_WARRIOR_EXP; + case 191: + case "VIRTUAL_ITEM_ROGUE_EXP": + return VirtualItemType.VIRTUAL_ITEM_ROGUE_EXP; + case 192: + case "VIRTUAL_ITEM_MAGE_EXP": + return VirtualItemType.VIRTUAL_ITEM_MAGE_EXP; + case 193: + case "VIRTUAL_ITEM_SHAMAN_EXP": + return VirtualItemType.VIRTUAL_ITEM_SHAMAN_EXP; + case 194: + case "VIRTUAL_ITEM_WARLOCK_EXP": + return VirtualItemType.VIRTUAL_ITEM_WARLOCK_EXP; + case 195: + case "VIRTUAL_ITEM_KNIGHT_EXP": + return VirtualItemType.VIRTUAL_ITEM_KNIGHT_EXP; + case 196: + case "VIRTUAL_ITEM_PRIEST_EXP": + return VirtualItemType.VIRTUAL_ITEM_PRIEST_EXP; + case -1: + case "UNRECOGNIZED": + default: + return VirtualItemType.UNRECOGNIZED; + } +} + +export function virtualItemTypeToJSON(object: VirtualItemType): string { + switch (object) { + case VirtualItemType.VIRTUAL_ITEM_NONE: + return "VIRTUAL_ITEM_NONE"; + case VirtualItemType.VIRTUAL_ITEM_HCOIN: + return "VIRTUAL_ITEM_HCOIN"; + case VirtualItemType.VIRTUAL_ITEM_SCOIN: + return "VIRTUAL_ITEM_SCOIN"; + case VirtualItemType.VIRTUAL_ITEM_MCOIN: + return "VIRTUAL_ITEM_MCOIN"; + case VirtualItemType.VIRTUAL_ITEM_STAMINA: + return "VIRTUAL_ITEM_STAMINA"; + case VirtualItemType.VIRTUAL_ITEM_EXP: + return "VIRTUAL_ITEM_EXP"; + case VirtualItemType.VIRTUAL_ITEM_ROGUE_COIN: + return "VIRTUAL_ITEM_ROGUE_COIN"; + case VirtualItemType.VIRTUAL_ITEM_ROGUE_STAMINA: + return "VIRTUAL_ITEM_ROGUE_STAMINA"; + case VirtualItemType.VIRTUAL_ITEM_ROGUE_EXPLORE_EXP: + return "VIRTUAL_ITEM_ROGUE_EXPLORE_EXP"; + case VirtualItemType.VIRTUAL_ITEM_ACHIEVEMENT_EXP: + return "VIRTUAL_ITEM_ACHIEVEMENT_EXP"; + case VirtualItemType.VIRTUAL_ITEM_WARRIOR_EXP: + return "VIRTUAL_ITEM_WARRIOR_EXP"; + case VirtualItemType.VIRTUAL_ITEM_ROGUE_EXP: + return "VIRTUAL_ITEM_ROGUE_EXP"; + case VirtualItemType.VIRTUAL_ITEM_MAGE_EXP: + return "VIRTUAL_ITEM_MAGE_EXP"; + case VirtualItemType.VIRTUAL_ITEM_SHAMAN_EXP: + return "VIRTUAL_ITEM_SHAMAN_EXP"; + case VirtualItemType.VIRTUAL_ITEM_WARLOCK_EXP: + return "VIRTUAL_ITEM_WARLOCK_EXP"; + case VirtualItemType.VIRTUAL_ITEM_KNIGHT_EXP: + return "VIRTUAL_ITEM_KNIGHT_EXP"; + case VirtualItemType.VIRTUAL_ITEM_PRIEST_EXP: + return "VIRTUAL_ITEM_PRIEST_EXP"; + case VirtualItemType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum BlackLimitLevel { + BLACK_LIMIT_LEVEL_ALL = 0, + UNRECOGNIZED = -1, +} + +export function blackLimitLevelFromJSON(object: any): BlackLimitLevel { + switch (object) { + case 0: + case "BLACK_LIMIT_LEVEL_ALL": + return BlackLimitLevel.BLACK_LIMIT_LEVEL_ALL; + case -1: + case "UNRECOGNIZED": + default: + return BlackLimitLevel.UNRECOGNIZED; + } +} + +export function blackLimitLevelToJSON(object: BlackLimitLevel): string { + switch (object) { + case BlackLimitLevel.BLACK_LIMIT_LEVEL_ALL: + return "BLACK_LIMIT_LEVEL_ALL"; + case BlackLimitLevel.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum AreaType { + AREA_NONE = 0, + AREA_CN = 1, + AREA_JP = 2, + AREA_ASIA = 3, + AREA_WEST = 4, + AREA_KR = 5, + AREA_OVERSEAS = 6, + UNRECOGNIZED = -1, +} + +export function areaTypeFromJSON(object: any): AreaType { + switch (object) { + case 0: + case "AREA_NONE": + return AreaType.AREA_NONE; + case 1: + case "AREA_CN": + return AreaType.AREA_CN; + case 2: + case "AREA_JP": + return AreaType.AREA_JP; + case 3: + case "AREA_ASIA": + return AreaType.AREA_ASIA; + case 4: + case "AREA_WEST": + return AreaType.AREA_WEST; + case 5: + case "AREA_KR": + return AreaType.AREA_KR; + case 6: + case "AREA_OVERSEAS": + return AreaType.AREA_OVERSEAS; + case -1: + case "UNRECOGNIZED": + default: + return AreaType.UNRECOGNIZED; + } +} + +export function areaTypeToJSON(object: AreaType): string { + switch (object) { + case AreaType.AREA_NONE: + return "AREA_NONE"; + case AreaType.AREA_CN: + return "AREA_CN"; + case AreaType.AREA_JP: + return "AREA_JP"; + case AreaType.AREA_ASIA: + return "AREA_ASIA"; + case AreaType.AREA_WEST: + return "AREA_WEST"; + case AreaType.AREA_KR: + return "AREA_KR"; + case AreaType.AREA_OVERSEAS: + return "AREA_OVERSEAS"; + case AreaType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum EntityType { + ENTITY_NONE = 0, + ENTITY_AVATAR = 1, + ENTITY_MONSTER = 2, + ENTITY_NPC = 3, + ENTITY_PROP = 4, + ENTITY_TRIGGER = 5, + ENTITY_ENV = 6, + UNRECOGNIZED = -1, +} + +export function entityTypeFromJSON(object: any): EntityType { + switch (object) { + case 0: + case "ENTITY_NONE": + return EntityType.ENTITY_NONE; + case 1: + case "ENTITY_AVATAR": + return EntityType.ENTITY_AVATAR; + case 2: + case "ENTITY_MONSTER": + return EntityType.ENTITY_MONSTER; + case 3: + case "ENTITY_NPC": + return EntityType.ENTITY_NPC; + case 4: + case "ENTITY_PROP": + return EntityType.ENTITY_PROP; + case 5: + case "ENTITY_TRIGGER": + return EntityType.ENTITY_TRIGGER; + case 6: + case "ENTITY_ENV": + return EntityType.ENTITY_ENV; + case -1: + case "UNRECOGNIZED": + default: + return EntityType.UNRECOGNIZED; + } +} + +export function entityTypeToJSON(object: EntityType): string { + switch (object) { + case EntityType.ENTITY_NONE: + return "ENTITY_NONE"; + case EntityType.ENTITY_AVATAR: + return "ENTITY_AVATAR"; + case EntityType.ENTITY_MONSTER: + return "ENTITY_MONSTER"; + case EntityType.ENTITY_NPC: + return "ENTITY_NPC"; + case EntityType.ENTITY_PROP: + return "ENTITY_PROP"; + case EntityType.ENTITY_TRIGGER: + return "ENTITY_TRIGGER"; + case EntityType.ENTITY_ENV: + return "ENTITY_ENV"; + case EntityType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum LanguageType { + LANGUAGE_NONE = 0, + LANGUAGE_SC = 1, + LANGUAGE_TC = 2, + LANGUAGE_EN = 3, + LANGUAGE_KR = 4, + LANGUAGE_JP = 5, + LANGUAGE_FR = 6, + LANGUAGE_DE = 7, + LANGUAGE_ES = 8, + LANGUAGE_PT = 9, + LANGUAGE_RU = 10, + LANGUAGE_TH = 11, + LANGUAGE_VI = 12, + LANGUAGE_ID = 13, + UNRECOGNIZED = -1, +} + +export function languageTypeFromJSON(object: any): LanguageType { + switch (object) { + case 0: + case "LANGUAGE_NONE": + return LanguageType.LANGUAGE_NONE; + case 1: + case "LANGUAGE_SC": + return LanguageType.LANGUAGE_SC; + case 2: + case "LANGUAGE_TC": + return LanguageType.LANGUAGE_TC; + case 3: + case "LANGUAGE_EN": + return LanguageType.LANGUAGE_EN; + case 4: + case "LANGUAGE_KR": + return LanguageType.LANGUAGE_KR; + case 5: + case "LANGUAGE_JP": + return LanguageType.LANGUAGE_JP; + case 6: + case "LANGUAGE_FR": + return LanguageType.LANGUAGE_FR; + case 7: + case "LANGUAGE_DE": + return LanguageType.LANGUAGE_DE; + case 8: + case "LANGUAGE_ES": + return LanguageType.LANGUAGE_ES; + case 9: + case "LANGUAGE_PT": + return LanguageType.LANGUAGE_PT; + case 10: + case "LANGUAGE_RU": + return LanguageType.LANGUAGE_RU; + case 11: + case "LANGUAGE_TH": + return LanguageType.LANGUAGE_TH; + case 12: + case "LANGUAGE_VI": + return LanguageType.LANGUAGE_VI; + case 13: + case "LANGUAGE_ID": + return LanguageType.LANGUAGE_ID; + case -1: + case "UNRECOGNIZED": + default: + return LanguageType.UNRECOGNIZED; + } +} + +export function languageTypeToJSON(object: LanguageType): string { + switch (object) { + case LanguageType.LANGUAGE_NONE: + return "LANGUAGE_NONE"; + case LanguageType.LANGUAGE_SC: + return "LANGUAGE_SC"; + case LanguageType.LANGUAGE_TC: + return "LANGUAGE_TC"; + case LanguageType.LANGUAGE_EN: + return "LANGUAGE_EN"; + case LanguageType.LANGUAGE_KR: + return "LANGUAGE_KR"; + case LanguageType.LANGUAGE_JP: + return "LANGUAGE_JP"; + case LanguageType.LANGUAGE_FR: + return "LANGUAGE_FR"; + case LanguageType.LANGUAGE_DE: + return "LANGUAGE_DE"; + case LanguageType.LANGUAGE_ES: + return "LANGUAGE_ES"; + case LanguageType.LANGUAGE_PT: + return "LANGUAGE_PT"; + case LanguageType.LANGUAGE_RU: + return "LANGUAGE_RU"; + case LanguageType.LANGUAGE_TH: + return "LANGUAGE_TH"; + case LanguageType.LANGUAGE_VI: + return "LANGUAGE_VI"; + case LanguageType.LANGUAGE_ID: + return "LANGUAGE_ID"; + case LanguageType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum PlatformType { + EDITOR = 0, + IOS = 1, + ANDROID = 2, + PC = 3, + UNRECOGNIZED = -1, +} + +export function platformTypeFromJSON(object: any): PlatformType { + switch (object) { + case 0: + case "EDITOR": + return PlatformType.EDITOR; + case 1: + case "IOS": + return PlatformType.IOS; + case 2: + case "ANDROID": + return PlatformType.ANDROID; + case 3: + case "PC": + return PlatformType.PC; + case -1: + case "UNRECOGNIZED": + default: + return PlatformType.UNRECOGNIZED; + } +} + +export function platformTypeToJSON(object: PlatformType): string { + switch (object) { + case PlatformType.EDITOR: + return "EDITOR"; + case PlatformType.IOS: + return "IOS"; + case PlatformType.ANDROID: + return "ANDROID"; + case PlatformType.PC: + return "PC"; + case PlatformType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum ReloginType { + NO_KICK = 0, + FORCE_KICK = 1, + IDLE_KICK = 2, + UNRECOGNIZED = -1, +} + +export function reloginTypeFromJSON(object: any): ReloginType { + switch (object) { + case 0: + case "NO_KICK": + return ReloginType.NO_KICK; + case 1: + case "FORCE_KICK": + return ReloginType.FORCE_KICK; + case 2: + case "IDLE_KICK": + return ReloginType.IDLE_KICK; + case -1: + case "UNRECOGNIZED": + default: + return ReloginType.UNRECOGNIZED; + } +} + +export function reloginTypeToJSON(object: ReloginType): string { + switch (object) { + case ReloginType.NO_KICK: + return "NO_KICK"; + case ReloginType.FORCE_KICK: + return "FORCE_KICK"; + case ReloginType.IDLE_KICK: + return "IDLE_KICK"; + case ReloginType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum AvatarType { + AVATAR_TYPE_NONE = 0, + AVATAR_TRIAL_TYPE = 1, + AVATAR_LIMIT_TYPE = 2, + AVATAR_FORMAL_TYPE = 3, + UNRECOGNIZED = -1, +} + +export function avatarTypeFromJSON(object: any): AvatarType { + switch (object) { + case 0: + case "AVATAR_TYPE_NONE": + return AvatarType.AVATAR_TYPE_NONE; + case 1: + case "AVATAR_TRIAL_TYPE": + return AvatarType.AVATAR_TRIAL_TYPE; + case 2: + case "AVATAR_LIMIT_TYPE": + return AvatarType.AVATAR_LIMIT_TYPE; + case 3: + case "AVATAR_FORMAL_TYPE": + return AvatarType.AVATAR_FORMAL_TYPE; + case -1: + case "UNRECOGNIZED": + default: + return AvatarType.UNRECOGNIZED; + } +} + +export function avatarTypeToJSON(object: AvatarType): string { + switch (object) { + case AvatarType.AVATAR_TYPE_NONE: + return "AVATAR_TYPE_NONE"; + case AvatarType.AVATAR_TRIAL_TYPE: + return "AVATAR_TRIAL_TYPE"; + case AvatarType.AVATAR_LIMIT_TYPE: + return "AVATAR_LIMIT_TYPE"; + case AvatarType.AVATAR_FORMAL_TYPE: + return "AVATAR_FORMAL_TYPE"; + case AvatarType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum HeroBasicType { + None = 0, + BoyWarrior = 8001, + GirlWarrior = 8002, + BoyKnight = 8003, + GirlKnight = 8004, + BoyRogue = 8005, + GirlRogue = 8006, + BoyMage = 8007, + GirlMage = 8008, + BoyShaman = 8009, + GirlShaman = 8010, + BoyWarlock = 8011, + GirlWarlock = 8012, + BoyPriest = 8013, + GirlPriest = 8014, + UNRECOGNIZED = -1, +} + +export function heroBasicTypeFromJSON(object: any): HeroBasicType { + switch (object) { + case 0: + case "None": + return HeroBasicType.None; + case 8001: + case "BoyWarrior": + return HeroBasicType.BoyWarrior; + case 8002: + case "GirlWarrior": + return HeroBasicType.GirlWarrior; + case 8003: + case "BoyKnight": + return HeroBasicType.BoyKnight; + case 8004: + case "GirlKnight": + return HeroBasicType.GirlKnight; + case 8005: + case "BoyRogue": + return HeroBasicType.BoyRogue; + case 8006: + case "GirlRogue": + return HeroBasicType.GirlRogue; + case 8007: + case "BoyMage": + return HeroBasicType.BoyMage; + case 8008: + case "GirlMage": + return HeroBasicType.GirlMage; + case 8009: + case "BoyShaman": + return HeroBasicType.BoyShaman; + case 8010: + case "GirlShaman": + return HeroBasicType.GirlShaman; + case 8011: + case "BoyWarlock": + return HeroBasicType.BoyWarlock; + case 8012: + case "GirlWarlock": + return HeroBasicType.GirlWarlock; + case 8013: + case "BoyPriest": + return HeroBasicType.BoyPriest; + case 8014: + case "GirlPriest": + return HeroBasicType.GirlPriest; + case -1: + case "UNRECOGNIZED": + default: + return HeroBasicType.UNRECOGNIZED; + } +} + +export function heroBasicTypeToJSON(object: HeroBasicType): string { + switch (object) { + case HeroBasicType.None: + return "None"; + case HeroBasicType.BoyWarrior: + return "BoyWarrior"; + case HeroBasicType.GirlWarrior: + return "GirlWarrior"; + case HeroBasicType.BoyKnight: + return "BoyKnight"; + case HeroBasicType.GirlKnight: + return "GirlKnight"; + case HeroBasicType.BoyRogue: + return "BoyRogue"; + case HeroBasicType.GirlRogue: + return "GirlRogue"; + case HeroBasicType.BoyMage: + return "BoyMage"; + case HeroBasicType.GirlMage: + return "GirlMage"; + case HeroBasicType.BoyShaman: + return "BoyShaman"; + case HeroBasicType.GirlShaman: + return "GirlShaman"; + case HeroBasicType.BoyWarlock: + return "BoyWarlock"; + case HeroBasicType.GirlWarlock: + return "GirlWarlock"; + case HeroBasicType.BoyPriest: + return "BoyPriest"; + case HeroBasicType.GirlPriest: + return "GirlPriest"; + case HeroBasicType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum Gender { + GenderNone = 0, + GenderMan = 1, + GenderWoman = 2, + UNRECOGNIZED = -1, +} + +export function genderFromJSON(object: any): Gender { + switch (object) { + case 0: + case "GenderNone": + return Gender.GenderNone; + case 1: + case "GenderMan": + return Gender.GenderMan; + case 2: + case "GenderWoman": + return Gender.GenderWoman; + case -1: + case "UNRECOGNIZED": + default: + return Gender.UNRECOGNIZED; + } +} + +export function genderToJSON(object: Gender): string { + switch (object) { + case Gender.GenderNone: + return "GenderNone"; + case Gender.GenderMan: + return "GenderMan"; + case Gender.GenderWoman: + return "GenderWoman"; + case Gender.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum ProductType { + PRODUCT_NONE = 0, + PRODUCT_NORMAL = 1, + PRODUCT_LIMIT = 2, + UNRECOGNIZED = -1, +} + +export function productTypeFromJSON(object: any): ProductType { + switch (object) { + case 0: + case "PRODUCT_NONE": + return ProductType.PRODUCT_NONE; + case 1: + case "PRODUCT_NORMAL": + return ProductType.PRODUCT_NORMAL; + case 2: + case "PRODUCT_LIMIT": + return ProductType.PRODUCT_LIMIT; + case -1: + case "UNRECOGNIZED": + default: + return ProductType.UNRECOGNIZED; + } +} + +export function productTypeToJSON(object: ProductType): string { + switch (object) { + case ProductType.PRODUCT_NONE: + return "PRODUCT_NONE"; + case ProductType.PRODUCT_NORMAL: + return "PRODUCT_NORMAL"; + case ProductType.PRODUCT_LIMIT: + return "PRODUCT_LIMIT"; + case ProductType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum ProductGiftType { + PRODUCT_GIFT_NONE = 0, + PRODUCT_GIFT_HCOIN = 1, + PRODUCT_GIFT_SUBSCRIPTION = 2, + UNRECOGNIZED = -1, +} + +export function productGiftTypeFromJSON(object: any): ProductGiftType { + switch (object) { + case 0: + case "PRODUCT_GIFT_NONE": + return ProductGiftType.PRODUCT_GIFT_NONE; + case 1: + case "PRODUCT_GIFT_HCOIN": + return ProductGiftType.PRODUCT_GIFT_HCOIN; + case 2: + case "PRODUCT_GIFT_SUBSCRIPTION": + return ProductGiftType.PRODUCT_GIFT_SUBSCRIPTION; + case -1: + case "UNRECOGNIZED": + default: + return ProductGiftType.UNRECOGNIZED; + } +} + +export function productGiftTypeToJSON(object: ProductGiftType): string { + switch (object) { + case ProductGiftType.PRODUCT_GIFT_NONE: + return "PRODUCT_GIFT_NONE"; + case ProductGiftType.PRODUCT_GIFT_HCOIN: + return "PRODUCT_GIFT_HCOIN"; + case ProductGiftType.PRODUCT_GIFT_SUBSCRIPTION: + return "PRODUCT_GIFT_SUBSCRIPTION"; + case ProductGiftType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum FeatureSwitchType { + FEATURE_SWITCH_NONE = 0, + FEATURE_SWITCH_SHOP = 1, + FEATURE_SWITCH_LINEUP_NAME = 2, + UNRECOGNIZED = -1, +} + +export function featureSwitchTypeFromJSON(object: any): FeatureSwitchType { + switch (object) { + case 0: + case "FEATURE_SWITCH_NONE": + return FeatureSwitchType.FEATURE_SWITCH_NONE; + case 1: + case "FEATURE_SWITCH_SHOP": + return FeatureSwitchType.FEATURE_SWITCH_SHOP; + case 2: + case "FEATURE_SWITCH_LINEUP_NAME": + return FeatureSwitchType.FEATURE_SWITCH_LINEUP_NAME; + case -1: + case "UNRECOGNIZED": + default: + return FeatureSwitchType.UNRECOGNIZED; + } +} + +export function featureSwitchTypeToJSON(object: FeatureSwitchType): string { + switch (object) { + case FeatureSwitchType.FEATURE_SWITCH_NONE: + return "FEATURE_SWITCH_NONE"; + case FeatureSwitchType.FEATURE_SWITCH_SHOP: + return "FEATURE_SWITCH_SHOP"; + case FeatureSwitchType.FEATURE_SWITCH_LINEUP_NAME: + return "FEATURE_SWITCH_LINEUP_NAME"; + case FeatureSwitchType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum BattleCheckStrategyType { + BATTLE_CHECK_STRATEGY_IDENTICAL = 0, + BATTLE_CHECK_STRATEGY_SERVER = 1, + BATTLE_CHECK_STRATEGY_CLIENT = 2, + UNRECOGNIZED = -1, +} + +export function battleCheckStrategyTypeFromJSON( + object: any +): BattleCheckStrategyType { + switch (object) { + case 0: + case "BATTLE_CHECK_STRATEGY_IDENTICAL": + return BattleCheckStrategyType.BATTLE_CHECK_STRATEGY_IDENTICAL; + case 1: + case "BATTLE_CHECK_STRATEGY_SERVER": + return BattleCheckStrategyType.BATTLE_CHECK_STRATEGY_SERVER; + case 2: + case "BATTLE_CHECK_STRATEGY_CLIENT": + return BattleCheckStrategyType.BATTLE_CHECK_STRATEGY_CLIENT; + case -1: + case "UNRECOGNIZED": + default: + return BattleCheckStrategyType.UNRECOGNIZED; + } +} + +export function battleCheckStrategyTypeToJSON( + object: BattleCheckStrategyType +): string { + switch (object) { + case BattleCheckStrategyType.BATTLE_CHECK_STRATEGY_IDENTICAL: + return "BATTLE_CHECK_STRATEGY_IDENTICAL"; + case BattleCheckStrategyType.BATTLE_CHECK_STRATEGY_SERVER: + return "BATTLE_CHECK_STRATEGY_SERVER"; + case BattleCheckStrategyType.BATTLE_CHECK_STRATEGY_CLIENT: + return "BATTLE_CHECK_STRATEGY_CLIENT"; + case BattleCheckStrategyType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum BattleCheckResultType { + BATTLE_CHECK_RESULT_SUCC = 0, + BATTLE_CHECK_RESULT_FAIL = 1, + BATTLE_CHECK_RESULT_PASS = 2, + UNRECOGNIZED = -1, +} + +export function battleCheckResultTypeFromJSON( + object: any +): BattleCheckResultType { + switch (object) { + case 0: + case "BATTLE_CHECK_RESULT_SUCC": + return BattleCheckResultType.BATTLE_CHECK_RESULT_SUCC; + case 1: + case "BATTLE_CHECK_RESULT_FAIL": + return BattleCheckResultType.BATTLE_CHECK_RESULT_FAIL; + case 2: + case "BATTLE_CHECK_RESULT_PASS": + return BattleCheckResultType.BATTLE_CHECK_RESULT_PASS; + case -1: + case "UNRECOGNIZED": + default: + return BattleCheckResultType.UNRECOGNIZED; + } +} + +export function battleCheckResultTypeToJSON( + object: BattleCheckResultType +): string { + switch (object) { + case BattleCheckResultType.BATTLE_CHECK_RESULT_SUCC: + return "BATTLE_CHECK_RESULT_SUCC"; + case BattleCheckResultType.BATTLE_CHECK_RESULT_FAIL: + return "BATTLE_CHECK_RESULT_FAIL"; + case BattleCheckResultType.BATTLE_CHECK_RESULT_PASS: + return "BATTLE_CHECK_RESULT_PASS"; + case BattleCheckResultType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum BattleModuleType { + BATTLE_MODULE_MAZE = 0, + BATTLE_MODULE_CHALLENGE = 1, + BATTLE_MODULE_COCOON = 2, + BATTLE_MODULE_ROGUE = 3, + BATTLE_MODULE_CHALLENGE_ACTIVITY = 4, + UNRECOGNIZED = -1, +} + +export function battleModuleTypeFromJSON(object: any): BattleModuleType { + switch (object) { + case 0: + case "BATTLE_MODULE_MAZE": + return BattleModuleType.BATTLE_MODULE_MAZE; + case 1: + case "BATTLE_MODULE_CHALLENGE": + return BattleModuleType.BATTLE_MODULE_CHALLENGE; + case 2: + case "BATTLE_MODULE_COCOON": + return BattleModuleType.BATTLE_MODULE_COCOON; + case 3: + case "BATTLE_MODULE_ROGUE": + return BattleModuleType.BATTLE_MODULE_ROGUE; + case 4: + case "BATTLE_MODULE_CHALLENGE_ACTIVITY": + return BattleModuleType.BATTLE_MODULE_CHALLENGE_ACTIVITY; + case -1: + case "UNRECOGNIZED": + default: + return BattleModuleType.UNRECOGNIZED; + } +} + +export function battleModuleTypeToJSON(object: BattleModuleType): string { + switch (object) { + case BattleModuleType.BATTLE_MODULE_MAZE: + return "BATTLE_MODULE_MAZE"; + case BattleModuleType.BATTLE_MODULE_CHALLENGE: + return "BATTLE_MODULE_CHALLENGE"; + case BattleModuleType.BATTLE_MODULE_COCOON: + return "BATTLE_MODULE_COCOON"; + case BattleModuleType.BATTLE_MODULE_ROGUE: + return "BATTLE_MODULE_ROGUE"; + case BattleModuleType.BATTLE_MODULE_CHALLENGE_ACTIVITY: + return "BATTLE_MODULE_CHALLENGE_ACTIVITY"; + case BattleModuleType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum DeathSource { + UNKNOWN = 0, + KILLED_BY_OTHERS = 1, + KILLED_BY_SELF = 2, + ESCAPE = 3, + UNRECOGNIZED = -1, +} + +export function deathSourceFromJSON(object: any): DeathSource { + switch (object) { + case 0: + case "UNKNOWN": + return DeathSource.UNKNOWN; + case 1: + case "KILLED_BY_OTHERS": + return DeathSource.KILLED_BY_OTHERS; + case 2: + case "KILLED_BY_SELF": + return DeathSource.KILLED_BY_SELF; + case 3: + case "ESCAPE": + return DeathSource.ESCAPE; + case -1: + case "UNRECOGNIZED": + default: + return DeathSource.UNRECOGNIZED; + } +} + +export function deathSourceToJSON(object: DeathSource): string { + switch (object) { + case DeathSource.UNKNOWN: + return "UNKNOWN"; + case DeathSource.KILLED_BY_OTHERS: + return "KILLED_BY_OTHERS"; + case DeathSource.KILLED_BY_SELF: + return "KILLED_BY_SELF"; + case DeathSource.ESCAPE: + return "ESCAPE"; + case DeathSource.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum BattleTag { + TAG_NONE = 0, + TAG_HIDE_NPC_MONSTER = 1, + UNRECOGNIZED = -1, +} + +export function battleTagFromJSON(object: any): BattleTag { + switch (object) { + case 0: + case "TAG_NONE": + return BattleTag.TAG_NONE; + case 1: + case "TAG_HIDE_NPC_MONSTER": + return BattleTag.TAG_HIDE_NPC_MONSTER; + case -1: + case "UNRECOGNIZED": + default: + return BattleTag.UNRECOGNIZED; + } +} + +export function battleTagToJSON(object: BattleTag): string { + switch (object) { + case BattleTag.TAG_NONE: + return "TAG_NONE"; + case BattleTag.TAG_HIDE_NPC_MONSTER: + return "TAG_HIDE_NPC_MONSTER"; + case BattleTag.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum BattleEndStatus { + BATTLE_END_NONE = 0, + BATTLE_END_WIN = 1, + BATTLE_END_LOSE = 2, + BATTLE_END_QUIT = 3, + UNRECOGNIZED = -1, +} + +export function battleEndStatusFromJSON(object: any): BattleEndStatus { + switch (object) { + case 0: + case "BATTLE_END_NONE": + return BattleEndStatus.BATTLE_END_NONE; + case 1: + case "BATTLE_END_WIN": + return BattleEndStatus.BATTLE_END_WIN; + case 2: + case "BATTLE_END_LOSE": + return BattleEndStatus.BATTLE_END_LOSE; + case 3: + case "BATTLE_END_QUIT": + return BattleEndStatus.BATTLE_END_QUIT; + case -1: + case "UNRECOGNIZED": + default: + return BattleEndStatus.UNRECOGNIZED; + } +} + +export function battleEndStatusToJSON(object: BattleEndStatus): string { + switch (object) { + case BattleEndStatus.BATTLE_END_NONE: + return "BATTLE_END_NONE"; + case BattleEndStatus.BATTLE_END_WIN: + return "BATTLE_END_WIN"; + case BattleEndStatus.BATTLE_END_LOSE: + return "BATTLE_END_LOSE"; + case BattleEndStatus.BATTLE_END_QUIT: + return "BATTLE_END_QUIT"; + case BattleEndStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum Retcode { + RET_SUCC = 0, + RET_FAIL = 1, + RET_SERVER_INTERNAL_ERROR = 2, + RET_TIMEOUT = 3, + RET_REPEATED_REQ = 4, + RET_REQ_PARA_INVALID = 5, + RET_PLAYER_DATA_ERROR = 6, + RET_PLAYER_CLIENT_PAUSED = 7, + RET_FUNC_CHECK_FAILED = 8, + RET_FEATURE_SWITCH_CLOSED = 9, + RET_REPEATE_LOGIN = 1000, + RET_RETRY_LOGIN = 1001, + RET_WAIT_LOGIN = 1002, + RET_NOT_IN_WHITE_LIST = 1003, + RET_IN_BLACK_LIST = 1004, + RET_ACCOUNT_VERIFY_ERROR = 1005, + RET_ACCOUNT_PARA_ERROR = 1006, + RET_ANTI_ADDICT_LOGIN = 1007, + RET_CHECK_SUM_ERROR = 1008, + RET_REACH_MAX_PLAYER_NUM = 1009, + RET_ALREADY_REGISTERED = 1010, + RET_GENDER_ERROR = 1011, + SET_NICKNAME_RET_CALLBACK_PROCESSING = 1012, + RET_IN_GM_BIND_ACCESS = 1013, + RET_QUEST_REWARD_ALREADY_TAKEN = 1100, + RET_QUEST_NOT_ACCEPT = 1101, + RET_QUEST_NOT_FINISH = 1102, + RET_QUEST_STATUS_ERROR = 1103, + RET_ACHIEVEMENT_LEVEL_NOT_REACH = 1104, + RET_ACHIEVEMENT_LEVEL_ALREADY_TAKEN = 1105, + RET_AVATAR_NOT_EXIST = 1200, + RET_AVATAR_RES_EXP_NOT_ENOUGH = 1201, + RET_AVATAR_EXP_REACH_PROMOTION_LIMIT = 1202, + RET_AVATAR_REACH_MAX_PROMOTION = 1203, + RET_SKILLTREE_CONFIG_NOT_EXIST = 1204, + RET_SKILLTREE_ALREADY_UNLOCK = 1205, + RET_SKILLTREE_PRE_LOCKED = 1206, + RET_SKILLTREE_LEVEL_NOT_MEET = 1207, + RET_SKILLTREE_RANK_NOT_MEET = 1208, + RET_AVATAR_DRESS_NO_EQUIPMENT = 1209, + RET_AVATAR_EXP_ITEM_NOT_EXIST = 1210, + RET_SKILLTREE_POINT_UNLOCK = 1211, + RET_SKILLTREE_POINT_LEVEL_UPGRADE_NOT_MATCH = 1212, + RET_SKILLTREE_POINT_LEVEL_REACH_MAX = 1213, + RET_WORLD_LEVEL_NOT_MEET = 1214, + RET_PLAYER_LEVEL_NOT_MEET = 1215, + RET_AVATAR_RANK_NOT_MATCH = 1216, + RET_AVATAR_RANK_REACH_MAX = 1217, + RET_HERO_BASIC_TYPE_NOT_MATCH = 1218, + RET_ITEM_NOT_EXIST = 1300, + RET_ITEM_COST_NOT_ENOUGH = 1301, + RET_ITEM_COST_TOO_MUCH = 1302, + RET_ITEM_NO_COST = 1303, + RET_ITEM_NOT_ENOUGH = 1304, + RET_ITEM_INVALID = 1305, + RET_ITEM_CONFIG_NOT_EXIST = 1306, + RET_SCOIN_NOT_ENOUGH = 1307, + RET_ITEM_REWARD_EXCEED_LIMIT = 1308, + RET_ITEM_INVALID_USE = 1309, + RET_ITEM_USE_CONFIG_NOT_EXIST = 1310, + RET_REWARD_CONFIG_NOT_EXIST = 1311, + RET_ITEM_EXCEED_LIMIT = 1312, + RET_ITEM_COUNT_INVALID = 1313, + RET_ITEM_USE_TARGET_TYPE_INVALID = 1314, + RET_ITEM_USE_SATIETY_FULL = 1315, + RET_ITEM_COMPOSE_NOT_EXIST = 1316, + RET_RELIC_COMPOSE_NOT_EXIST = 1317, + RET_ITEM_CAN_NOT_SELL = 1318, + RET_ITEM_SELL_EXCEDD_LIMIT = 1319, + RET_EQUIPMENT_ALREADY_DRESSED = 1350, + RET_EQUIPMENT_NOT_EXIST = 1351, + RET_EQUIPMENT_REACH_LEVEL_LIMIT = 1352, + RET_EQUIPMENT_CONSUME_SELF = 1353, + RET_EQUIPMENT_ALREADY_LOCKED = 1354, + RET_EQUIPMENT_ALREADY_UNLOCKED = 1355, + RET_EQUIPMENT_LOCKED = 1356, + RET_EQUIPMENT_SELECT_NUM_OVER_LIMIT = 1357, + RET_EQUIPMENT_RANK_UP_MUST_CONSUME_SAME_TID = 1358, + RET_EQUIPMENT_PROMOTION_REACH_MAX = 1359, + RET_EQUIPMENT_RANK_UP_REACH_MAX = 1360, + RET_EQUIPMENT_LEVEL_REACH_MAX = 1361, + RET_EQUIPMENT_EXCEED_LIMIT = 1362, + RET_RELIC_NOT_EXIST = 1363, + RET_RELIC_REACH_LEVEL_LIMIT = 1364, + RET_RELIC_CONSUME_SELF = 1365, + RET_RELIC_ALREADY_DRESSED = 1366, + RET_RELIC_LOCKED = 1367, + RET_RELIC_ALREADY_LOCKED = 1368, + RET_RELIC_ALREADY_UNLOCKED = 1369, + RET_RELIC_LEVEL_IS_NOT_ZERO = 1370, + RET_LINEUP_INVALID_INDEX = 1400, + RET_LINEUP_INVALID_MEMBER_POS = 1401, + RET_LINEUP_SWAP_NOT_EXIST = 1402, + RET_LINEUP_AVATAR_ALREADY_IN = 1403, + RET_LINEUP_CREATE_AVATAR_ERROR = 1404, + RET_LINEUP_AVATAR_INIT_ERROR = 1405, + RET_LINEUP_NOT_EXIST = 1406, + RET_LINEUP_ONLY_ONE_MEMBER = 1407, + RET_LINEUP_SAME_LEADER_SLOT = 1408, + RET_LINEUP_NO_LEADER_SELECT = 1409, + RET_LINEUP_SWAP_SAME_SLOT = 1410, + RET_LINEUP_AVATAR_NOT_EXIST = 1411, + RET_LINEUP_TRIAL_AVATAR_CAN_NOT_QUIT = 1412, + RET_LINEUP_VIRTUAL_LINEUP_PLANE_NOT_MATCH = 1413, + RET_LINEUP_NOT_VALID_LEADER = 1414, + RET_LINEUP_SAME_INDEX = 1415, + RET_LINEUP_IS_EMPTY = 1416, + RET_LINEUP_NAME_FORMAT_ERROR = 1417, + RET_LINEUP_TYPE_NOT_MATCH = 1418, + RET_LINEUP_REPLACE_ALL_FAILED = 1419, + RET_LINEUP_NOT_ALLOW_EDIT = 1420, + RET_LINEUP_AVATAR_IS_ALIVE = 1421, + RET_MAIL_NOT_EXIST = 1700, + RET_MAIL_RANGE_INVALID = 1701, + RET_MAIL_MAIL_ID_INVALID = 1702, + RET_MAIL_NO_MAIL_TAKE_ATTACHMENT = 1703, + RET_MAIL_NO_MAIL_TO_DEL = 1704, + RET_STAGE_SETTLE_ERROR = 1800, + RET_STAGE_CONFIG_NOT_EXIST = 1801, + RET_STAGE_NOT_FOUND = 1802, + RET_STAGE_COCOON_PROP_NOT_VALID = 1804, + RET_STAGE_COCOON_WAVE_NOT_VALID = 1805, + RET_STAGE_PROP_ID_NOT_EQUAL = 1806, + RET_STAGE_COCOON_WAVE_OVER = 1807, + RET_STAGE_WEEK_COCOON_OVER_CNT = 1808, + RET_STAGE_COCOON_NOT_OPEN = 1809, + RET_CHAPTER_LOCK = 1900, + RET_CHAPTER_CHALLENGE_NUM_NOT_ENOUGH = 1901, + RET_CHAPTER_REWARD_ID_NOT_EXIST = 1902, + RET_CHAPTER_REWARD_ALREADY_TAKEN = 1903, + RET_BATTLE_STAGE_NOT_MATCH = 2000, + RET_IN_BATTLE_NOW = 2001, + RET_BATTLE_CHEAT = 2002, + RET_BATTLE_FAIL = 2003, + RET_BATTLE_NO_LINEUP = 2004, + RET_BATTLE_LINEUP_EMPTY = 2005, + RET_BATTLE_VERSION_NOT_MATCH = 2006, + RET_BATTLE_QUIT_BY_SERVER = 2007, + RET_LACK_EXCHANGE_STAMINA_TIMES = 2100, + RET_LACK_STAMINA = 2101, + RET_STAMINA_FULL = 2102, + RET_AUTHKEY_SIGN_TYPE_ERROR = 2103, + RET_AUTHKEY_SIGN_VER_ERROR = 2104, + RET_NICKNAME_FORMAT_ERROR = 2105, + RET_SENSITIVE_WORDS = 2106, + RET_LEVEL_REWARD_HAS_TAKEN = 2107, + RET_LEVEL_REWARD_LEVEL_ERROR = 2108, + RET_LANGUAGE_INVALID = 2109, + RET_MAZE_NOT_FINISH = 2200, + RET_MAZE_LACK_TICKET = 2201, + RET_MAZE_NOT_UNLOCK = 2202, + RET_MAZE_DIFFICULTY_LIMIT = 2203, + RET_MAZE_NO_ABILITY = 2204, + RET_MAZE_NO_PLANE = 2205, + RET_MAZE_STAGE_DISMATCH = 2206, + RET_MAZE_MAP_NOT_EXIST = 2207, + RET_MAZE_TYPE_NOT_EXIST = 2208, + RET_MAZE_ALREADY_FINISH = 2209, + RET_MAZE_PROP_NOT_EXIST = 2210, + RET_MAZE_POSITION_TOO_FAR = 2211, + RET_MAZE_SKILL_CAST_CNT_REACH_MAX = 2212, + RET_MAZE_MP_NOT_ENOUGH = 2213, + RET_SPRING_NOT_ENABLE = 2214, + RET_SPRING_REFRESH_IN_CD = 2215, + RET_SPRING_TOO_FAR = 2216, + RET_MAZE_NO_FLOOR = 2217, + RET_NOT_IN_MAZE = 2218, + RET_PLANE_ID_NOT_MATCH = 2219, + RET_FLOOR_ID_NOT_MATCH = 2220, + RET_SAVEPOINTS_TIMES_ZERO = 2221, + RET_MAZE_TIME_OF_DAY_TYPE_IS_SAME = 2222, + RET_MAZE_TIME_OF_DAY_TYPE_ERROR = 2223, + RET_PLOT_NOT_UNLOCK = 2300, + RET_MISSION_NOT_EXIST = 2400, + RET_MISSION_ALREADY_DONE = 2401, + RET_DAILY_TASK_NOT_FINISH = 2402, + RET_DAILY_TASK_REWARD_HAS_TAKEN = 2403, + RET_MISSION_NOT_FINISH = 2404, + RET_MISSION_NOT_DOING = 2405, + RET_MISSION_FINISH_WAY_NOT_MATCH = 2406, + RET_MISSION_SCENE_NOT_MATCH = 2407, + RET_ADVENTURE_MAP_NOT_EXIST = 2500, + RET_SCENE_ENTITY_NOT_EXIST = 2600, + RET_NOT_IN_SCENE = 2601, + RET_SCENE_MONSTER_NOT_EXIST = 2602, + RET_INTERACT_CONFIG_NOT_EXIST = 2603, + RET_UNSUPPORTED_PROP_STATE = 2604, + RET_SCENE_ENTRY_ID_NOT_MATCH = 2605, + RET_ASSIST_MONSTER_COUNT_LIMIT = 2607, + RET_SCENE_USE_SKILL_FAIL = 2608, + RET_PROP_IS_HIDDEN = 2609, + RET_LOADING_SUCC_ALREADY = 2610, + RET_SCENE_ENTITY_TYPE_INVALID = 2611, + RET_INTERACT_TYPE_INVALID = 2612, + RET_INTERACT_NOT_IN_REGION = 2613, + RET_INTERACT_SUB_TYPE_INVALID = 2614, + RET_NOT_LEADER_ENTITY = 2615, + RET_MONSTER_IS_NOT_FARM_ELEMENT = 2616, + RET_MONSTER_CONFIG_NOT_EXIST = 2617, + RET_AVATAR_HP_ALREADY_FULL = 2618, + RET_BUY_TIMES_LIMIT = 2700, + RET_BUY_LIMIT_TYPE = 2701, + RET_SHOP_NOT_OPEN = 2702, + RET_GOODS_NOT_OPEN = 2703, + RET_TUTORIAL_NOT_UNLOCK = 2751, + RET_TUTORIAL_UNLOCK_ALREADY = 2752, + RET_TUTORIAL_FINISH_ALREADY = 2753, + RET_TUTORIAL_PRE_NOT_UNLOCK = 2754, + RET_TUTORIAL_PLAYER_LEVEL_NOT_MATCH = 2755, + RET_TUTORIAL_TUTORIAL_NOT_FOUND = 2756, + RET_CHALLENGE_NOT_EXIST = 2801, + RET_CHALLENGE_NOT_UNLOCK = 2802, + RET_CHALLENGE_ALREADY = 2803, + RET_CHALLENGE_LINEUP_EDIT_FORBIDDEN = 2804, + RET_CHALLENGE_LINEUP_EMPTY = 2805, + RET_CHALLENGE_NOT_DOING = 2806, + RET_CHALLENGE_NOT_FINISH = 2807, + RET_CHALLENGE_TARGET_NOT_FINISH = 2808, + RET_CHALLENGE_TARGET_REWARD_TAKEN = 2809, + RET_CHALLENGE_TIME_NOT_VALID = 2810, + RET_BASIC_TYPE_ALREADY = 2850, + RET_NO_BASIC_TYPE = 2851, + RET_NOT_CHOOSE_BASIC_TYPE = 2852, + RET_NOT_FUNC_CLOSE = 2853, + RET_ROGUE_STATUS_NOT_MATCH = 2901, + RET_ROGUE_SELECT_BUFF_NOT_EXIST = 2902, + RET_ROGUE_COIN_NOT_ENOUGH = 2903, + RET_ROGUE_STAMINA_NOT_ENOUGH = 2904, + RET_ROGUE_COUNT_INVALID = 2905, + RET_ROGUE_PROP_ALREADY_USED = 2906, + RET_ROGUE_RECORD_ALREADY_SAVED = 2907, + RET_ROGUE_ROLL_BUFF_MAX_COUNT = 2908, + RET_ROGUE_PICK_AVATAR_INVALID = 2909, + RET_ROGUE_QUEST_EXPIRE = 2910, + RET_ROGUE_QUEST_REWARD_ALREADY = 2911, + RET_MISSION_EVENT_CONFIG_NOT_EXIST = 2951, + RET_MISSION_EVENT_NOT_CLIENT = 2952, + RET_MISSION_EVENT_FINISHED = 2953, + RET_MISSION_EVENT_DOING = 2954, + RET_HAS_CHALLENGE_MISSION_EVENT = 2955, + RET_NOT_CHALLENGE_MISSION_EVENT = 2956, + RET_GACHA_ID_NOT_EXIST = 3001, + RET_GACHA_NUM_INVALID = 3002, + RET_GACHA_FIRST_GACHA_MUST_ONE = 3003, + RET_GACHA_REQ_DUPLICATED = 3004, + RET_GACHA_NOT_IN_SCHEDULE = 3005, + RET_GACHA_NEWBIE_CLOSE = 3006, + RET_GACHA_TODAY_LIMITED = 3007, + RET_PRESTIGE_ID_NOT_EXIST = 3051, + RET_PRESTIGE_LEVEL_REWARD_LEVEL_ERROR = 3052, + RET_PRESTIGE_LEVEL_REWARD_HAS_TAKEN = 3053, + RET_PRESTIGE_MISSION_NOT_EXIST = 3054, + RET_PRESTIGE_MISSION_NOT_FINISHED = 3055, + RET_PRESTIGE_MISSION_REWARD_HAS_TAKEN = 3056, + RET_NOT_IN_RAID = 3101, + RET_RAID_DOING = 3102, + RET_NOT_PROP = 3103, + RET_RAID_ID_NOT_MATCH = 3104, + RET_RAID_RESTART_NOT_MATCH = 3105, + RET_RAID_LIMIT = 3106, + RET_RAID_AVATAR_LIST_EMPTY = 3107, + RET_RAID_AVATAR_NOT_EXIST = 3108, + RET_CHALLENGE_RAID_REWARD_ALREADY = 3109, + RET_CHALLENGE_RAID_SCORE_NOT_REACH = 3110, + RET_CHALLENGE_RAID_NOT_OPEN = 3111, + RET_RAID_FINISHED = 3112, + RET_TALK_EVENT_ALREADY_TAKEN = 3151, + RET_NPC_ALREADY_MEET = 3152, + RET_NPC_NOT_IN_CONFIG = 3153, + RET_DIALOGUE_GROUP_DISMATCH = 3154, + RET_DIALOGUE_EVENT_INVALID = 3155, + RET_EXPEDITION_CONFIG_NOT_EXIST = 3201, + RET_EXPEDITION_REWARD_CONFIG_NOT_EXIST = 3202, + RET_EXPEDITION_NOT_UNLOCKED = 3203, + RET_EXPEDITION_ALREADY_ACCEPTED = 3204, + RET_EXPEDITION_REPEATED_AVATAR = 3205, + RET_AVATAR_ALREADY_DISPATCHED = 3206, + RET_EXPEDITION_NOT_ACCEPTED = 3207, + RET_EXPEDITION_NOT_FINISH = 3208, + RET_EXPEDITION_ALREADY_FINISH = 3209, + RET_LOGIN_ACTIVITY_HAS_TAKEN = 3301, + RET_LOGIN_ACTIVITY_DAYS_LACK = 3302, + RET_MESSAGE_CONFIG_NOT_EXIST = 3501, + RET_MESSAGE_SECTION_NOT_TAKE = 3502, + RET_MESSAGE_GROUP_NOT_TAKE = 3503, + RET_MESSAGE_SECTION_ID_NOT_MATCH = 3504, + RET_MESSAGE_SECTION_CAN_NOT_FINISH = 3505, + RET_MESSAGE_ITEM_CAN_NOT_FINISH = 3506, + UNRECOGNIZED = -1, +} + +export function retcodeFromJSON(object: any): Retcode { + switch (object) { + case 0: + case "RET_SUCC": + return Retcode.RET_SUCC; + case 1: + case "RET_FAIL": + return Retcode.RET_FAIL; + case 2: + case "RET_SERVER_INTERNAL_ERROR": + return Retcode.RET_SERVER_INTERNAL_ERROR; + case 3: + case "RET_TIMEOUT": + return Retcode.RET_TIMEOUT; + case 4: + case "RET_REPEATED_REQ": + return Retcode.RET_REPEATED_REQ; + case 5: + case "RET_REQ_PARA_INVALID": + return Retcode.RET_REQ_PARA_INVALID; + case 6: + case "RET_PLAYER_DATA_ERROR": + return Retcode.RET_PLAYER_DATA_ERROR; + case 7: + case "RET_PLAYER_CLIENT_PAUSED": + return Retcode.RET_PLAYER_CLIENT_PAUSED; + case 8: + case "RET_FUNC_CHECK_FAILED": + return Retcode.RET_FUNC_CHECK_FAILED; + case 9: + case "RET_FEATURE_SWITCH_CLOSED": + return Retcode.RET_FEATURE_SWITCH_CLOSED; + case 1000: + case "RET_REPEATE_LOGIN": + return Retcode.RET_REPEATE_LOGIN; + case 1001: + case "RET_RETRY_LOGIN": + return Retcode.RET_RETRY_LOGIN; + case 1002: + case "RET_WAIT_LOGIN": + return Retcode.RET_WAIT_LOGIN; + case 1003: + case "RET_NOT_IN_WHITE_LIST": + return Retcode.RET_NOT_IN_WHITE_LIST; + case 1004: + case "RET_IN_BLACK_LIST": + return Retcode.RET_IN_BLACK_LIST; + case 1005: + case "RET_ACCOUNT_VERIFY_ERROR": + return Retcode.RET_ACCOUNT_VERIFY_ERROR; + case 1006: + case "RET_ACCOUNT_PARA_ERROR": + return Retcode.RET_ACCOUNT_PARA_ERROR; + case 1007: + case "RET_ANTI_ADDICT_LOGIN": + return Retcode.RET_ANTI_ADDICT_LOGIN; + case 1008: + case "RET_CHECK_SUM_ERROR": + return Retcode.RET_CHECK_SUM_ERROR; + case 1009: + case "RET_REACH_MAX_PLAYER_NUM": + return Retcode.RET_REACH_MAX_PLAYER_NUM; + case 1010: + case "RET_ALREADY_REGISTERED": + return Retcode.RET_ALREADY_REGISTERED; + case 1011: + case "RET_GENDER_ERROR": + return Retcode.RET_GENDER_ERROR; + case 1012: + case "SET_NICKNAME_RET_CALLBACK_PROCESSING": + return Retcode.SET_NICKNAME_RET_CALLBACK_PROCESSING; + case 1013: + case "RET_IN_GM_BIND_ACCESS": + return Retcode.RET_IN_GM_BIND_ACCESS; + case 1100: + case "RET_QUEST_REWARD_ALREADY_TAKEN": + return Retcode.RET_QUEST_REWARD_ALREADY_TAKEN; + case 1101: + case "RET_QUEST_NOT_ACCEPT": + return Retcode.RET_QUEST_NOT_ACCEPT; + case 1102: + case "RET_QUEST_NOT_FINISH": + return Retcode.RET_QUEST_NOT_FINISH; + case 1103: + case "RET_QUEST_STATUS_ERROR": + return Retcode.RET_QUEST_STATUS_ERROR; + case 1104: + case "RET_ACHIEVEMENT_LEVEL_NOT_REACH": + return Retcode.RET_ACHIEVEMENT_LEVEL_NOT_REACH; + case 1105: + case "RET_ACHIEVEMENT_LEVEL_ALREADY_TAKEN": + return Retcode.RET_ACHIEVEMENT_LEVEL_ALREADY_TAKEN; + case 1200: + case "RET_AVATAR_NOT_EXIST": + return Retcode.RET_AVATAR_NOT_EXIST; + case 1201: + case "RET_AVATAR_RES_EXP_NOT_ENOUGH": + return Retcode.RET_AVATAR_RES_EXP_NOT_ENOUGH; + case 1202: + case "RET_AVATAR_EXP_REACH_PROMOTION_LIMIT": + return Retcode.RET_AVATAR_EXP_REACH_PROMOTION_LIMIT; + case 1203: + case "RET_AVATAR_REACH_MAX_PROMOTION": + return Retcode.RET_AVATAR_REACH_MAX_PROMOTION; + case 1204: + case "RET_SKILLTREE_CONFIG_NOT_EXIST": + return Retcode.RET_SKILLTREE_CONFIG_NOT_EXIST; + case 1205: + case "RET_SKILLTREE_ALREADY_UNLOCK": + return Retcode.RET_SKILLTREE_ALREADY_UNLOCK; + case 1206: + case "RET_SKILLTREE_PRE_LOCKED": + return Retcode.RET_SKILLTREE_PRE_LOCKED; + case 1207: + case "RET_SKILLTREE_LEVEL_NOT_MEET": + return Retcode.RET_SKILLTREE_LEVEL_NOT_MEET; + case 1208: + case "RET_SKILLTREE_RANK_NOT_MEET": + return Retcode.RET_SKILLTREE_RANK_NOT_MEET; + case 1209: + case "RET_AVATAR_DRESS_NO_EQUIPMENT": + return Retcode.RET_AVATAR_DRESS_NO_EQUIPMENT; + case 1210: + case "RET_AVATAR_EXP_ITEM_NOT_EXIST": + return Retcode.RET_AVATAR_EXP_ITEM_NOT_EXIST; + case 1211: + case "RET_SKILLTREE_POINT_UNLOCK": + return Retcode.RET_SKILLTREE_POINT_UNLOCK; + case 1212: + case "RET_SKILLTREE_POINT_LEVEL_UPGRADE_NOT_MATCH": + return Retcode.RET_SKILLTREE_POINT_LEVEL_UPGRADE_NOT_MATCH; + case 1213: + case "RET_SKILLTREE_POINT_LEVEL_REACH_MAX": + return Retcode.RET_SKILLTREE_POINT_LEVEL_REACH_MAX; + case 1214: + case "RET_WORLD_LEVEL_NOT_MEET": + return Retcode.RET_WORLD_LEVEL_NOT_MEET; + case 1215: + case "RET_PLAYER_LEVEL_NOT_MEET": + return Retcode.RET_PLAYER_LEVEL_NOT_MEET; + case 1216: + case "RET_AVATAR_RANK_NOT_MATCH": + return Retcode.RET_AVATAR_RANK_NOT_MATCH; + case 1217: + case "RET_AVATAR_RANK_REACH_MAX": + return Retcode.RET_AVATAR_RANK_REACH_MAX; + case 1218: + case "RET_HERO_BASIC_TYPE_NOT_MATCH": + return Retcode.RET_HERO_BASIC_TYPE_NOT_MATCH; + case 1300: + case "RET_ITEM_NOT_EXIST": + return Retcode.RET_ITEM_NOT_EXIST; + case 1301: + case "RET_ITEM_COST_NOT_ENOUGH": + return Retcode.RET_ITEM_COST_NOT_ENOUGH; + case 1302: + case "RET_ITEM_COST_TOO_MUCH": + return Retcode.RET_ITEM_COST_TOO_MUCH; + case 1303: + case "RET_ITEM_NO_COST": + return Retcode.RET_ITEM_NO_COST; + case 1304: + case "RET_ITEM_NOT_ENOUGH": + return Retcode.RET_ITEM_NOT_ENOUGH; + case 1305: + case "RET_ITEM_INVALID": + return Retcode.RET_ITEM_INVALID; + case 1306: + case "RET_ITEM_CONFIG_NOT_EXIST": + return Retcode.RET_ITEM_CONFIG_NOT_EXIST; + case 1307: + case "RET_SCOIN_NOT_ENOUGH": + return Retcode.RET_SCOIN_NOT_ENOUGH; + case 1308: + case "RET_ITEM_REWARD_EXCEED_LIMIT": + return Retcode.RET_ITEM_REWARD_EXCEED_LIMIT; + case 1309: + case "RET_ITEM_INVALID_USE": + return Retcode.RET_ITEM_INVALID_USE; + case 1310: + case "RET_ITEM_USE_CONFIG_NOT_EXIST": + return Retcode.RET_ITEM_USE_CONFIG_NOT_EXIST; + case 1311: + case "RET_REWARD_CONFIG_NOT_EXIST": + return Retcode.RET_REWARD_CONFIG_NOT_EXIST; + case 1312: + case "RET_ITEM_EXCEED_LIMIT": + return Retcode.RET_ITEM_EXCEED_LIMIT; + case 1313: + case "RET_ITEM_COUNT_INVALID": + return Retcode.RET_ITEM_COUNT_INVALID; + case 1314: + case "RET_ITEM_USE_TARGET_TYPE_INVALID": + return Retcode.RET_ITEM_USE_TARGET_TYPE_INVALID; + case 1315: + case "RET_ITEM_USE_SATIETY_FULL": + return Retcode.RET_ITEM_USE_SATIETY_FULL; + case 1316: + case "RET_ITEM_COMPOSE_NOT_EXIST": + return Retcode.RET_ITEM_COMPOSE_NOT_EXIST; + case 1317: + case "RET_RELIC_COMPOSE_NOT_EXIST": + return Retcode.RET_RELIC_COMPOSE_NOT_EXIST; + case 1318: + case "RET_ITEM_CAN_NOT_SELL": + return Retcode.RET_ITEM_CAN_NOT_SELL; + case 1319: + case "RET_ITEM_SELL_EXCEDD_LIMIT": + return Retcode.RET_ITEM_SELL_EXCEDD_LIMIT; + case 1350: + case "RET_EQUIPMENT_ALREADY_DRESSED": + return Retcode.RET_EQUIPMENT_ALREADY_DRESSED; + case 1351: + case "RET_EQUIPMENT_NOT_EXIST": + return Retcode.RET_EQUIPMENT_NOT_EXIST; + case 1352: + case "RET_EQUIPMENT_REACH_LEVEL_LIMIT": + return Retcode.RET_EQUIPMENT_REACH_LEVEL_LIMIT; + case 1353: + case "RET_EQUIPMENT_CONSUME_SELF": + return Retcode.RET_EQUIPMENT_CONSUME_SELF; + case 1354: + case "RET_EQUIPMENT_ALREADY_LOCKED": + return Retcode.RET_EQUIPMENT_ALREADY_LOCKED; + case 1355: + case "RET_EQUIPMENT_ALREADY_UNLOCKED": + return Retcode.RET_EQUIPMENT_ALREADY_UNLOCKED; + case 1356: + case "RET_EQUIPMENT_LOCKED": + return Retcode.RET_EQUIPMENT_LOCKED; + case 1357: + case "RET_EQUIPMENT_SELECT_NUM_OVER_LIMIT": + return Retcode.RET_EQUIPMENT_SELECT_NUM_OVER_LIMIT; + case 1358: + case "RET_EQUIPMENT_RANK_UP_MUST_CONSUME_SAME_TID": + return Retcode.RET_EQUIPMENT_RANK_UP_MUST_CONSUME_SAME_TID; + case 1359: + case "RET_EQUIPMENT_PROMOTION_REACH_MAX": + return Retcode.RET_EQUIPMENT_PROMOTION_REACH_MAX; + case 1360: + case "RET_EQUIPMENT_RANK_UP_REACH_MAX": + return Retcode.RET_EQUIPMENT_RANK_UP_REACH_MAX; + case 1361: + case "RET_EQUIPMENT_LEVEL_REACH_MAX": + return Retcode.RET_EQUIPMENT_LEVEL_REACH_MAX; + case 1362: + case "RET_EQUIPMENT_EXCEED_LIMIT": + return Retcode.RET_EQUIPMENT_EXCEED_LIMIT; + case 1363: + case "RET_RELIC_NOT_EXIST": + return Retcode.RET_RELIC_NOT_EXIST; + case 1364: + case "RET_RELIC_REACH_LEVEL_LIMIT": + return Retcode.RET_RELIC_REACH_LEVEL_LIMIT; + case 1365: + case "RET_RELIC_CONSUME_SELF": + return Retcode.RET_RELIC_CONSUME_SELF; + case 1366: + case "RET_RELIC_ALREADY_DRESSED": + return Retcode.RET_RELIC_ALREADY_DRESSED; + case 1367: + case "RET_RELIC_LOCKED": + return Retcode.RET_RELIC_LOCKED; + case 1368: + case "RET_RELIC_ALREADY_LOCKED": + return Retcode.RET_RELIC_ALREADY_LOCKED; + case 1369: + case "RET_RELIC_ALREADY_UNLOCKED": + return Retcode.RET_RELIC_ALREADY_UNLOCKED; + case 1370: + case "RET_RELIC_LEVEL_IS_NOT_ZERO": + return Retcode.RET_RELIC_LEVEL_IS_NOT_ZERO; + case 1400: + case "RET_LINEUP_INVALID_INDEX": + return Retcode.RET_LINEUP_INVALID_INDEX; + case 1401: + case "RET_LINEUP_INVALID_MEMBER_POS": + return Retcode.RET_LINEUP_INVALID_MEMBER_POS; + case 1402: + case "RET_LINEUP_SWAP_NOT_EXIST": + return Retcode.RET_LINEUP_SWAP_NOT_EXIST; + case 1403: + case "RET_LINEUP_AVATAR_ALREADY_IN": + return Retcode.RET_LINEUP_AVATAR_ALREADY_IN; + case 1404: + case "RET_LINEUP_CREATE_AVATAR_ERROR": + return Retcode.RET_LINEUP_CREATE_AVATAR_ERROR; + case 1405: + case "RET_LINEUP_AVATAR_INIT_ERROR": + return Retcode.RET_LINEUP_AVATAR_INIT_ERROR; + case 1406: + case "RET_LINEUP_NOT_EXIST": + return Retcode.RET_LINEUP_NOT_EXIST; + case 1407: + case "RET_LINEUP_ONLY_ONE_MEMBER": + return Retcode.RET_LINEUP_ONLY_ONE_MEMBER; + case 1408: + case "RET_LINEUP_SAME_LEADER_SLOT": + return Retcode.RET_LINEUP_SAME_LEADER_SLOT; + case 1409: + case "RET_LINEUP_NO_LEADER_SELECT": + return Retcode.RET_LINEUP_NO_LEADER_SELECT; + case 1410: + case "RET_LINEUP_SWAP_SAME_SLOT": + return Retcode.RET_LINEUP_SWAP_SAME_SLOT; + case 1411: + case "RET_LINEUP_AVATAR_NOT_EXIST": + return Retcode.RET_LINEUP_AVATAR_NOT_EXIST; + case 1412: + case "RET_LINEUP_TRIAL_AVATAR_CAN_NOT_QUIT": + return Retcode.RET_LINEUP_TRIAL_AVATAR_CAN_NOT_QUIT; + case 1413: + case "RET_LINEUP_VIRTUAL_LINEUP_PLANE_NOT_MATCH": + return Retcode.RET_LINEUP_VIRTUAL_LINEUP_PLANE_NOT_MATCH; + case 1414: + case "RET_LINEUP_NOT_VALID_LEADER": + return Retcode.RET_LINEUP_NOT_VALID_LEADER; + case 1415: + case "RET_LINEUP_SAME_INDEX": + return Retcode.RET_LINEUP_SAME_INDEX; + case 1416: + case "RET_LINEUP_IS_EMPTY": + return Retcode.RET_LINEUP_IS_EMPTY; + case 1417: + case "RET_LINEUP_NAME_FORMAT_ERROR": + return Retcode.RET_LINEUP_NAME_FORMAT_ERROR; + case 1418: + case "RET_LINEUP_TYPE_NOT_MATCH": + return Retcode.RET_LINEUP_TYPE_NOT_MATCH; + case 1419: + case "RET_LINEUP_REPLACE_ALL_FAILED": + return Retcode.RET_LINEUP_REPLACE_ALL_FAILED; + case 1420: + case "RET_LINEUP_NOT_ALLOW_EDIT": + return Retcode.RET_LINEUP_NOT_ALLOW_EDIT; + case 1421: + case "RET_LINEUP_AVATAR_IS_ALIVE": + return Retcode.RET_LINEUP_AVATAR_IS_ALIVE; + case 1700: + case "RET_MAIL_NOT_EXIST": + return Retcode.RET_MAIL_NOT_EXIST; + case 1701: + case "RET_MAIL_RANGE_INVALID": + return Retcode.RET_MAIL_RANGE_INVALID; + case 1702: + case "RET_MAIL_MAIL_ID_INVALID": + return Retcode.RET_MAIL_MAIL_ID_INVALID; + case 1703: + case "RET_MAIL_NO_MAIL_TAKE_ATTACHMENT": + return Retcode.RET_MAIL_NO_MAIL_TAKE_ATTACHMENT; + case 1704: + case "RET_MAIL_NO_MAIL_TO_DEL": + return Retcode.RET_MAIL_NO_MAIL_TO_DEL; + case 1800: + case "RET_STAGE_SETTLE_ERROR": + return Retcode.RET_STAGE_SETTLE_ERROR; + case 1801: + case "RET_STAGE_CONFIG_NOT_EXIST": + return Retcode.RET_STAGE_CONFIG_NOT_EXIST; + case 1802: + case "RET_STAGE_NOT_FOUND": + return Retcode.RET_STAGE_NOT_FOUND; + case 1804: + case "RET_STAGE_COCOON_PROP_NOT_VALID": + return Retcode.RET_STAGE_COCOON_PROP_NOT_VALID; + case 1805: + case "RET_STAGE_COCOON_WAVE_NOT_VALID": + return Retcode.RET_STAGE_COCOON_WAVE_NOT_VALID; + case 1806: + case "RET_STAGE_PROP_ID_NOT_EQUAL": + return Retcode.RET_STAGE_PROP_ID_NOT_EQUAL; + case 1807: + case "RET_STAGE_COCOON_WAVE_OVER": + return Retcode.RET_STAGE_COCOON_WAVE_OVER; + case 1808: + case "RET_STAGE_WEEK_COCOON_OVER_CNT": + return Retcode.RET_STAGE_WEEK_COCOON_OVER_CNT; + case 1809: + case "RET_STAGE_COCOON_NOT_OPEN": + return Retcode.RET_STAGE_COCOON_NOT_OPEN; + case 1900: + case "RET_CHAPTER_LOCK": + return Retcode.RET_CHAPTER_LOCK; + case 1901: + case "RET_CHAPTER_CHALLENGE_NUM_NOT_ENOUGH": + return Retcode.RET_CHAPTER_CHALLENGE_NUM_NOT_ENOUGH; + case 1902: + case "RET_CHAPTER_REWARD_ID_NOT_EXIST": + return Retcode.RET_CHAPTER_REWARD_ID_NOT_EXIST; + case 1903: + case "RET_CHAPTER_REWARD_ALREADY_TAKEN": + return Retcode.RET_CHAPTER_REWARD_ALREADY_TAKEN; + case 2000: + case "RET_BATTLE_STAGE_NOT_MATCH": + return Retcode.RET_BATTLE_STAGE_NOT_MATCH; + case 2001: + case "RET_IN_BATTLE_NOW": + return Retcode.RET_IN_BATTLE_NOW; + case 2002: + case "RET_BATTLE_CHEAT": + return Retcode.RET_BATTLE_CHEAT; + case 2003: + case "RET_BATTLE_FAIL": + return Retcode.RET_BATTLE_FAIL; + case 2004: + case "RET_BATTLE_NO_LINEUP": + return Retcode.RET_BATTLE_NO_LINEUP; + case 2005: + case "RET_BATTLE_LINEUP_EMPTY": + return Retcode.RET_BATTLE_LINEUP_EMPTY; + case 2006: + case "RET_BATTLE_VERSION_NOT_MATCH": + return Retcode.RET_BATTLE_VERSION_NOT_MATCH; + case 2007: + case "RET_BATTLE_QUIT_BY_SERVER": + return Retcode.RET_BATTLE_QUIT_BY_SERVER; + case 2100: + case "RET_LACK_EXCHANGE_STAMINA_TIMES": + return Retcode.RET_LACK_EXCHANGE_STAMINA_TIMES; + case 2101: + case "RET_LACK_STAMINA": + return Retcode.RET_LACK_STAMINA; + case 2102: + case "RET_STAMINA_FULL": + return Retcode.RET_STAMINA_FULL; + case 2103: + case "RET_AUTHKEY_SIGN_TYPE_ERROR": + return Retcode.RET_AUTHKEY_SIGN_TYPE_ERROR; + case 2104: + case "RET_AUTHKEY_SIGN_VER_ERROR": + return Retcode.RET_AUTHKEY_SIGN_VER_ERROR; + case 2105: + case "RET_NICKNAME_FORMAT_ERROR": + return Retcode.RET_NICKNAME_FORMAT_ERROR; + case 2106: + case "RET_SENSITIVE_WORDS": + return Retcode.RET_SENSITIVE_WORDS; + case 2107: + case "RET_LEVEL_REWARD_HAS_TAKEN": + return Retcode.RET_LEVEL_REWARD_HAS_TAKEN; + case 2108: + case "RET_LEVEL_REWARD_LEVEL_ERROR": + return Retcode.RET_LEVEL_REWARD_LEVEL_ERROR; + case 2109: + case "RET_LANGUAGE_INVALID": + return Retcode.RET_LANGUAGE_INVALID; + case 2200: + case "RET_MAZE_NOT_FINISH": + return Retcode.RET_MAZE_NOT_FINISH; + case 2201: + case "RET_MAZE_LACK_TICKET": + return Retcode.RET_MAZE_LACK_TICKET; + case 2202: + case "RET_MAZE_NOT_UNLOCK": + return Retcode.RET_MAZE_NOT_UNLOCK; + case 2203: + case "RET_MAZE_DIFFICULTY_LIMIT": + return Retcode.RET_MAZE_DIFFICULTY_LIMIT; + case 2204: + case "RET_MAZE_NO_ABILITY": + return Retcode.RET_MAZE_NO_ABILITY; + case 2205: + case "RET_MAZE_NO_PLANE": + return Retcode.RET_MAZE_NO_PLANE; + case 2206: + case "RET_MAZE_STAGE_DISMATCH": + return Retcode.RET_MAZE_STAGE_DISMATCH; + case 2207: + case "RET_MAZE_MAP_NOT_EXIST": + return Retcode.RET_MAZE_MAP_NOT_EXIST; + case 2208: + case "RET_MAZE_TYPE_NOT_EXIST": + return Retcode.RET_MAZE_TYPE_NOT_EXIST; + case 2209: + case "RET_MAZE_ALREADY_FINISH": + return Retcode.RET_MAZE_ALREADY_FINISH; + case 2210: + case "RET_MAZE_PROP_NOT_EXIST": + return Retcode.RET_MAZE_PROP_NOT_EXIST; + case 2211: + case "RET_MAZE_POSITION_TOO_FAR": + return Retcode.RET_MAZE_POSITION_TOO_FAR; + case 2212: + case "RET_MAZE_SKILL_CAST_CNT_REACH_MAX": + return Retcode.RET_MAZE_SKILL_CAST_CNT_REACH_MAX; + case 2213: + case "RET_MAZE_MP_NOT_ENOUGH": + return Retcode.RET_MAZE_MP_NOT_ENOUGH; + case 2214: + case "RET_SPRING_NOT_ENABLE": + return Retcode.RET_SPRING_NOT_ENABLE; + case 2215: + case "RET_SPRING_REFRESH_IN_CD": + return Retcode.RET_SPRING_REFRESH_IN_CD; + case 2216: + case "RET_SPRING_TOO_FAR": + return Retcode.RET_SPRING_TOO_FAR; + case 2217: + case "RET_MAZE_NO_FLOOR": + return Retcode.RET_MAZE_NO_FLOOR; + case 2218: + case "RET_NOT_IN_MAZE": + return Retcode.RET_NOT_IN_MAZE; + case 2219: + case "RET_PLANE_ID_NOT_MATCH": + return Retcode.RET_PLANE_ID_NOT_MATCH; + case 2220: + case "RET_FLOOR_ID_NOT_MATCH": + return Retcode.RET_FLOOR_ID_NOT_MATCH; + case 2221: + case "RET_SAVEPOINTS_TIMES_ZERO": + return Retcode.RET_SAVEPOINTS_TIMES_ZERO; + case 2222: + case "RET_MAZE_TIME_OF_DAY_TYPE_IS_SAME": + return Retcode.RET_MAZE_TIME_OF_DAY_TYPE_IS_SAME; + case 2223: + case "RET_MAZE_TIME_OF_DAY_TYPE_ERROR": + return Retcode.RET_MAZE_TIME_OF_DAY_TYPE_ERROR; + case 2300: + case "RET_PLOT_NOT_UNLOCK": + return Retcode.RET_PLOT_NOT_UNLOCK; + case 2400: + case "RET_MISSION_NOT_EXIST": + return Retcode.RET_MISSION_NOT_EXIST; + case 2401: + case "RET_MISSION_ALREADY_DONE": + return Retcode.RET_MISSION_ALREADY_DONE; + case 2402: + case "RET_DAILY_TASK_NOT_FINISH": + return Retcode.RET_DAILY_TASK_NOT_FINISH; + case 2403: + case "RET_DAILY_TASK_REWARD_HAS_TAKEN": + return Retcode.RET_DAILY_TASK_REWARD_HAS_TAKEN; + case 2404: + case "RET_MISSION_NOT_FINISH": + return Retcode.RET_MISSION_NOT_FINISH; + case 2405: + case "RET_MISSION_NOT_DOING": + return Retcode.RET_MISSION_NOT_DOING; + case 2406: + case "RET_MISSION_FINISH_WAY_NOT_MATCH": + return Retcode.RET_MISSION_FINISH_WAY_NOT_MATCH; + case 2407: + case "RET_MISSION_SCENE_NOT_MATCH": + return Retcode.RET_MISSION_SCENE_NOT_MATCH; + case 2500: + case "RET_ADVENTURE_MAP_NOT_EXIST": + return Retcode.RET_ADVENTURE_MAP_NOT_EXIST; + case 2600: + case "RET_SCENE_ENTITY_NOT_EXIST": + return Retcode.RET_SCENE_ENTITY_NOT_EXIST; + case 2601: + case "RET_NOT_IN_SCENE": + return Retcode.RET_NOT_IN_SCENE; + case 2602: + case "RET_SCENE_MONSTER_NOT_EXIST": + return Retcode.RET_SCENE_MONSTER_NOT_EXIST; + case 2603: + case "RET_INTERACT_CONFIG_NOT_EXIST": + return Retcode.RET_INTERACT_CONFIG_NOT_EXIST; + case 2604: + case "RET_UNSUPPORTED_PROP_STATE": + return Retcode.RET_UNSUPPORTED_PROP_STATE; + case 2605: + case "RET_SCENE_ENTRY_ID_NOT_MATCH": + return Retcode.RET_SCENE_ENTRY_ID_NOT_MATCH; + case 2607: + case "RET_ASSIST_MONSTER_COUNT_LIMIT": + return Retcode.RET_ASSIST_MONSTER_COUNT_LIMIT; + case 2608: + case "RET_SCENE_USE_SKILL_FAIL": + return Retcode.RET_SCENE_USE_SKILL_FAIL; + case 2609: + case "RET_PROP_IS_HIDDEN": + return Retcode.RET_PROP_IS_HIDDEN; + case 2610: + case "RET_LOADING_SUCC_ALREADY": + return Retcode.RET_LOADING_SUCC_ALREADY; + case 2611: + case "RET_SCENE_ENTITY_TYPE_INVALID": + return Retcode.RET_SCENE_ENTITY_TYPE_INVALID; + case 2612: + case "RET_INTERACT_TYPE_INVALID": + return Retcode.RET_INTERACT_TYPE_INVALID; + case 2613: + case "RET_INTERACT_NOT_IN_REGION": + return Retcode.RET_INTERACT_NOT_IN_REGION; + case 2614: + case "RET_INTERACT_SUB_TYPE_INVALID": + return Retcode.RET_INTERACT_SUB_TYPE_INVALID; + case 2615: + case "RET_NOT_LEADER_ENTITY": + return Retcode.RET_NOT_LEADER_ENTITY; + case 2616: + case "RET_MONSTER_IS_NOT_FARM_ELEMENT": + return Retcode.RET_MONSTER_IS_NOT_FARM_ELEMENT; + case 2617: + case "RET_MONSTER_CONFIG_NOT_EXIST": + return Retcode.RET_MONSTER_CONFIG_NOT_EXIST; + case 2618: + case "RET_AVATAR_HP_ALREADY_FULL": + return Retcode.RET_AVATAR_HP_ALREADY_FULL; + case 2700: + case "RET_BUY_TIMES_LIMIT": + return Retcode.RET_BUY_TIMES_LIMIT; + case 2701: + case "RET_BUY_LIMIT_TYPE": + return Retcode.RET_BUY_LIMIT_TYPE; + case 2702: + case "RET_SHOP_NOT_OPEN": + return Retcode.RET_SHOP_NOT_OPEN; + case 2703: + case "RET_GOODS_NOT_OPEN": + return Retcode.RET_GOODS_NOT_OPEN; + case 2751: + case "RET_TUTORIAL_NOT_UNLOCK": + return Retcode.RET_TUTORIAL_NOT_UNLOCK; + case 2752: + case "RET_TUTORIAL_UNLOCK_ALREADY": + return Retcode.RET_TUTORIAL_UNLOCK_ALREADY; + case 2753: + case "RET_TUTORIAL_FINISH_ALREADY": + return Retcode.RET_TUTORIAL_FINISH_ALREADY; + case 2754: + case "RET_TUTORIAL_PRE_NOT_UNLOCK": + return Retcode.RET_TUTORIAL_PRE_NOT_UNLOCK; + case 2755: + case "RET_TUTORIAL_PLAYER_LEVEL_NOT_MATCH": + return Retcode.RET_TUTORIAL_PLAYER_LEVEL_NOT_MATCH; + case 2756: + case "RET_TUTORIAL_TUTORIAL_NOT_FOUND": + return Retcode.RET_TUTORIAL_TUTORIAL_NOT_FOUND; + case 2801: + case "RET_CHALLENGE_NOT_EXIST": + return Retcode.RET_CHALLENGE_NOT_EXIST; + case 2802: + case "RET_CHALLENGE_NOT_UNLOCK": + return Retcode.RET_CHALLENGE_NOT_UNLOCK; + case 2803: + case "RET_CHALLENGE_ALREADY": + return Retcode.RET_CHALLENGE_ALREADY; + case 2804: + case "RET_CHALLENGE_LINEUP_EDIT_FORBIDDEN": + return Retcode.RET_CHALLENGE_LINEUP_EDIT_FORBIDDEN; + case 2805: + case "RET_CHALLENGE_LINEUP_EMPTY": + return Retcode.RET_CHALLENGE_LINEUP_EMPTY; + case 2806: + case "RET_CHALLENGE_NOT_DOING": + return Retcode.RET_CHALLENGE_NOT_DOING; + case 2807: + case "RET_CHALLENGE_NOT_FINISH": + return Retcode.RET_CHALLENGE_NOT_FINISH; + case 2808: + case "RET_CHALLENGE_TARGET_NOT_FINISH": + return Retcode.RET_CHALLENGE_TARGET_NOT_FINISH; + case 2809: + case "RET_CHALLENGE_TARGET_REWARD_TAKEN": + return Retcode.RET_CHALLENGE_TARGET_REWARD_TAKEN; + case 2810: + case "RET_CHALLENGE_TIME_NOT_VALID": + return Retcode.RET_CHALLENGE_TIME_NOT_VALID; + case 2850: + case "RET_BASIC_TYPE_ALREADY": + return Retcode.RET_BASIC_TYPE_ALREADY; + case 2851: + case "RET_NO_BASIC_TYPE": + return Retcode.RET_NO_BASIC_TYPE; + case 2852: + case "RET_NOT_CHOOSE_BASIC_TYPE": + return Retcode.RET_NOT_CHOOSE_BASIC_TYPE; + case 2853: + case "RET_NOT_FUNC_CLOSE": + return Retcode.RET_NOT_FUNC_CLOSE; + case 2901: + case "RET_ROGUE_STATUS_NOT_MATCH": + return Retcode.RET_ROGUE_STATUS_NOT_MATCH; + case 2902: + case "RET_ROGUE_SELECT_BUFF_NOT_EXIST": + return Retcode.RET_ROGUE_SELECT_BUFF_NOT_EXIST; + case 2903: + case "RET_ROGUE_COIN_NOT_ENOUGH": + return Retcode.RET_ROGUE_COIN_NOT_ENOUGH; + case 2904: + case "RET_ROGUE_STAMINA_NOT_ENOUGH": + return Retcode.RET_ROGUE_STAMINA_NOT_ENOUGH; + case 2905: + case "RET_ROGUE_COUNT_INVALID": + return Retcode.RET_ROGUE_COUNT_INVALID; + case 2906: + case "RET_ROGUE_PROP_ALREADY_USED": + return Retcode.RET_ROGUE_PROP_ALREADY_USED; + case 2907: + case "RET_ROGUE_RECORD_ALREADY_SAVED": + return Retcode.RET_ROGUE_RECORD_ALREADY_SAVED; + case 2908: + case "RET_ROGUE_ROLL_BUFF_MAX_COUNT": + return Retcode.RET_ROGUE_ROLL_BUFF_MAX_COUNT; + case 2909: + case "RET_ROGUE_PICK_AVATAR_INVALID": + return Retcode.RET_ROGUE_PICK_AVATAR_INVALID; + case 2910: + case "RET_ROGUE_QUEST_EXPIRE": + return Retcode.RET_ROGUE_QUEST_EXPIRE; + case 2911: + case "RET_ROGUE_QUEST_REWARD_ALREADY": + return Retcode.RET_ROGUE_QUEST_REWARD_ALREADY; + case 2951: + case "RET_MISSION_EVENT_CONFIG_NOT_EXIST": + return Retcode.RET_MISSION_EVENT_CONFIG_NOT_EXIST; + case 2952: + case "RET_MISSION_EVENT_NOT_CLIENT": + return Retcode.RET_MISSION_EVENT_NOT_CLIENT; + case 2953: + case "RET_MISSION_EVENT_FINISHED": + return Retcode.RET_MISSION_EVENT_FINISHED; + case 2954: + case "RET_MISSION_EVENT_DOING": + return Retcode.RET_MISSION_EVENT_DOING; + case 2955: + case "RET_HAS_CHALLENGE_MISSION_EVENT": + return Retcode.RET_HAS_CHALLENGE_MISSION_EVENT; + case 2956: + case "RET_NOT_CHALLENGE_MISSION_EVENT": + return Retcode.RET_NOT_CHALLENGE_MISSION_EVENT; + case 3001: + case "RET_GACHA_ID_NOT_EXIST": + return Retcode.RET_GACHA_ID_NOT_EXIST; + case 3002: + case "RET_GACHA_NUM_INVALID": + return Retcode.RET_GACHA_NUM_INVALID; + case 3003: + case "RET_GACHA_FIRST_GACHA_MUST_ONE": + return Retcode.RET_GACHA_FIRST_GACHA_MUST_ONE; + case 3004: + case "RET_GACHA_REQ_DUPLICATED": + return Retcode.RET_GACHA_REQ_DUPLICATED; + case 3005: + case "RET_GACHA_NOT_IN_SCHEDULE": + return Retcode.RET_GACHA_NOT_IN_SCHEDULE; + case 3006: + case "RET_GACHA_NEWBIE_CLOSE": + return Retcode.RET_GACHA_NEWBIE_CLOSE; + case 3007: + case "RET_GACHA_TODAY_LIMITED": + return Retcode.RET_GACHA_TODAY_LIMITED; + case 3051: + case "RET_PRESTIGE_ID_NOT_EXIST": + return Retcode.RET_PRESTIGE_ID_NOT_EXIST; + case 3052: + case "RET_PRESTIGE_LEVEL_REWARD_LEVEL_ERROR": + return Retcode.RET_PRESTIGE_LEVEL_REWARD_LEVEL_ERROR; + case 3053: + case "RET_PRESTIGE_LEVEL_REWARD_HAS_TAKEN": + return Retcode.RET_PRESTIGE_LEVEL_REWARD_HAS_TAKEN; + case 3054: + case "RET_PRESTIGE_MISSION_NOT_EXIST": + return Retcode.RET_PRESTIGE_MISSION_NOT_EXIST; + case 3055: + case "RET_PRESTIGE_MISSION_NOT_FINISHED": + return Retcode.RET_PRESTIGE_MISSION_NOT_FINISHED; + case 3056: + case "RET_PRESTIGE_MISSION_REWARD_HAS_TAKEN": + return Retcode.RET_PRESTIGE_MISSION_REWARD_HAS_TAKEN; + case 3101: + case "RET_NOT_IN_RAID": + return Retcode.RET_NOT_IN_RAID; + case 3102: + case "RET_RAID_DOING": + return Retcode.RET_RAID_DOING; + case 3103: + case "RET_NOT_PROP": + return Retcode.RET_NOT_PROP; + case 3104: + case "RET_RAID_ID_NOT_MATCH": + return Retcode.RET_RAID_ID_NOT_MATCH; + case 3105: + case "RET_RAID_RESTART_NOT_MATCH": + return Retcode.RET_RAID_RESTART_NOT_MATCH; + case 3106: + case "RET_RAID_LIMIT": + return Retcode.RET_RAID_LIMIT; + case 3107: + case "RET_RAID_AVATAR_LIST_EMPTY": + return Retcode.RET_RAID_AVATAR_LIST_EMPTY; + case 3108: + case "RET_RAID_AVATAR_NOT_EXIST": + return Retcode.RET_RAID_AVATAR_NOT_EXIST; + case 3109: + case "RET_CHALLENGE_RAID_REWARD_ALREADY": + return Retcode.RET_CHALLENGE_RAID_REWARD_ALREADY; + case 3110: + case "RET_CHALLENGE_RAID_SCORE_NOT_REACH": + return Retcode.RET_CHALLENGE_RAID_SCORE_NOT_REACH; + case 3111: + case "RET_CHALLENGE_RAID_NOT_OPEN": + return Retcode.RET_CHALLENGE_RAID_NOT_OPEN; + case 3112: + case "RET_RAID_FINISHED": + return Retcode.RET_RAID_FINISHED; + case 3151: + case "RET_TALK_EVENT_ALREADY_TAKEN": + return Retcode.RET_TALK_EVENT_ALREADY_TAKEN; + case 3152: + case "RET_NPC_ALREADY_MEET": + return Retcode.RET_NPC_ALREADY_MEET; + case 3153: + case "RET_NPC_NOT_IN_CONFIG": + return Retcode.RET_NPC_NOT_IN_CONFIG; + case 3154: + case "RET_DIALOGUE_GROUP_DISMATCH": + return Retcode.RET_DIALOGUE_GROUP_DISMATCH; + case 3155: + case "RET_DIALOGUE_EVENT_INVALID": + return Retcode.RET_DIALOGUE_EVENT_INVALID; + case 3201: + case "RET_EXPEDITION_CONFIG_NOT_EXIST": + return Retcode.RET_EXPEDITION_CONFIG_NOT_EXIST; + case 3202: + case "RET_EXPEDITION_REWARD_CONFIG_NOT_EXIST": + return Retcode.RET_EXPEDITION_REWARD_CONFIG_NOT_EXIST; + case 3203: + case "RET_EXPEDITION_NOT_UNLOCKED": + return Retcode.RET_EXPEDITION_NOT_UNLOCKED; + case 3204: + case "RET_EXPEDITION_ALREADY_ACCEPTED": + return Retcode.RET_EXPEDITION_ALREADY_ACCEPTED; + case 3205: + case "RET_EXPEDITION_REPEATED_AVATAR": + return Retcode.RET_EXPEDITION_REPEATED_AVATAR; + case 3206: + case "RET_AVATAR_ALREADY_DISPATCHED": + return Retcode.RET_AVATAR_ALREADY_DISPATCHED; + case 3207: + case "RET_EXPEDITION_NOT_ACCEPTED": + return Retcode.RET_EXPEDITION_NOT_ACCEPTED; + case 3208: + case "RET_EXPEDITION_NOT_FINISH": + return Retcode.RET_EXPEDITION_NOT_FINISH; + case 3209: + case "RET_EXPEDITION_ALREADY_FINISH": + return Retcode.RET_EXPEDITION_ALREADY_FINISH; + case 3301: + case "RET_LOGIN_ACTIVITY_HAS_TAKEN": + return Retcode.RET_LOGIN_ACTIVITY_HAS_TAKEN; + case 3302: + case "RET_LOGIN_ACTIVITY_DAYS_LACK": + return Retcode.RET_LOGIN_ACTIVITY_DAYS_LACK; + case 3501: + case "RET_MESSAGE_CONFIG_NOT_EXIST": + return Retcode.RET_MESSAGE_CONFIG_NOT_EXIST; + case 3502: + case "RET_MESSAGE_SECTION_NOT_TAKE": + return Retcode.RET_MESSAGE_SECTION_NOT_TAKE; + case 3503: + case "RET_MESSAGE_GROUP_NOT_TAKE": + return Retcode.RET_MESSAGE_GROUP_NOT_TAKE; + case 3504: + case "RET_MESSAGE_SECTION_ID_NOT_MATCH": + return Retcode.RET_MESSAGE_SECTION_ID_NOT_MATCH; + case 3505: + case "RET_MESSAGE_SECTION_CAN_NOT_FINISH": + return Retcode.RET_MESSAGE_SECTION_CAN_NOT_FINISH; + case 3506: + case "RET_MESSAGE_ITEM_CAN_NOT_FINISH": + return Retcode.RET_MESSAGE_ITEM_CAN_NOT_FINISH; + case -1: + case "UNRECOGNIZED": + default: + return Retcode.UNRECOGNIZED; + } +} + +export function retcodeToJSON(object: Retcode): string { + switch (object) { + case Retcode.RET_SUCC: + return "RET_SUCC"; + case Retcode.RET_FAIL: + return "RET_FAIL"; + case Retcode.RET_SERVER_INTERNAL_ERROR: + return "RET_SERVER_INTERNAL_ERROR"; + case Retcode.RET_TIMEOUT: + return "RET_TIMEOUT"; + case Retcode.RET_REPEATED_REQ: + return "RET_REPEATED_REQ"; + case Retcode.RET_REQ_PARA_INVALID: + return "RET_REQ_PARA_INVALID"; + case Retcode.RET_PLAYER_DATA_ERROR: + return "RET_PLAYER_DATA_ERROR"; + case Retcode.RET_PLAYER_CLIENT_PAUSED: + return "RET_PLAYER_CLIENT_PAUSED"; + case Retcode.RET_FUNC_CHECK_FAILED: + return "RET_FUNC_CHECK_FAILED"; + case Retcode.RET_FEATURE_SWITCH_CLOSED: + return "RET_FEATURE_SWITCH_CLOSED"; + case Retcode.RET_REPEATE_LOGIN: + return "RET_REPEATE_LOGIN"; + case Retcode.RET_RETRY_LOGIN: + return "RET_RETRY_LOGIN"; + case Retcode.RET_WAIT_LOGIN: + return "RET_WAIT_LOGIN"; + case Retcode.RET_NOT_IN_WHITE_LIST: + return "RET_NOT_IN_WHITE_LIST"; + case Retcode.RET_IN_BLACK_LIST: + return "RET_IN_BLACK_LIST"; + case Retcode.RET_ACCOUNT_VERIFY_ERROR: + return "RET_ACCOUNT_VERIFY_ERROR"; + case Retcode.RET_ACCOUNT_PARA_ERROR: + return "RET_ACCOUNT_PARA_ERROR"; + case Retcode.RET_ANTI_ADDICT_LOGIN: + return "RET_ANTI_ADDICT_LOGIN"; + case Retcode.RET_CHECK_SUM_ERROR: + return "RET_CHECK_SUM_ERROR"; + case Retcode.RET_REACH_MAX_PLAYER_NUM: + return "RET_REACH_MAX_PLAYER_NUM"; + case Retcode.RET_ALREADY_REGISTERED: + return "RET_ALREADY_REGISTERED"; + case Retcode.RET_GENDER_ERROR: + return "RET_GENDER_ERROR"; + case Retcode.SET_NICKNAME_RET_CALLBACK_PROCESSING: + return "SET_NICKNAME_RET_CALLBACK_PROCESSING"; + case Retcode.RET_IN_GM_BIND_ACCESS: + return "RET_IN_GM_BIND_ACCESS"; + case Retcode.RET_QUEST_REWARD_ALREADY_TAKEN: + return "RET_QUEST_REWARD_ALREADY_TAKEN"; + case Retcode.RET_QUEST_NOT_ACCEPT: + return "RET_QUEST_NOT_ACCEPT"; + case Retcode.RET_QUEST_NOT_FINISH: + return "RET_QUEST_NOT_FINISH"; + case Retcode.RET_QUEST_STATUS_ERROR: + return "RET_QUEST_STATUS_ERROR"; + case Retcode.RET_ACHIEVEMENT_LEVEL_NOT_REACH: + return "RET_ACHIEVEMENT_LEVEL_NOT_REACH"; + case Retcode.RET_ACHIEVEMENT_LEVEL_ALREADY_TAKEN: + return "RET_ACHIEVEMENT_LEVEL_ALREADY_TAKEN"; + case Retcode.RET_AVATAR_NOT_EXIST: + return "RET_AVATAR_NOT_EXIST"; + case Retcode.RET_AVATAR_RES_EXP_NOT_ENOUGH: + return "RET_AVATAR_RES_EXP_NOT_ENOUGH"; + case Retcode.RET_AVATAR_EXP_REACH_PROMOTION_LIMIT: + return "RET_AVATAR_EXP_REACH_PROMOTION_LIMIT"; + case Retcode.RET_AVATAR_REACH_MAX_PROMOTION: + return "RET_AVATAR_REACH_MAX_PROMOTION"; + case Retcode.RET_SKILLTREE_CONFIG_NOT_EXIST: + return "RET_SKILLTREE_CONFIG_NOT_EXIST"; + case Retcode.RET_SKILLTREE_ALREADY_UNLOCK: + return "RET_SKILLTREE_ALREADY_UNLOCK"; + case Retcode.RET_SKILLTREE_PRE_LOCKED: + return "RET_SKILLTREE_PRE_LOCKED"; + case Retcode.RET_SKILLTREE_LEVEL_NOT_MEET: + return "RET_SKILLTREE_LEVEL_NOT_MEET"; + case Retcode.RET_SKILLTREE_RANK_NOT_MEET: + return "RET_SKILLTREE_RANK_NOT_MEET"; + case Retcode.RET_AVATAR_DRESS_NO_EQUIPMENT: + return "RET_AVATAR_DRESS_NO_EQUIPMENT"; + case Retcode.RET_AVATAR_EXP_ITEM_NOT_EXIST: + return "RET_AVATAR_EXP_ITEM_NOT_EXIST"; + case Retcode.RET_SKILLTREE_POINT_UNLOCK: + return "RET_SKILLTREE_POINT_UNLOCK"; + case Retcode.RET_SKILLTREE_POINT_LEVEL_UPGRADE_NOT_MATCH: + return "RET_SKILLTREE_POINT_LEVEL_UPGRADE_NOT_MATCH"; + case Retcode.RET_SKILLTREE_POINT_LEVEL_REACH_MAX: + return "RET_SKILLTREE_POINT_LEVEL_REACH_MAX"; + case Retcode.RET_WORLD_LEVEL_NOT_MEET: + return "RET_WORLD_LEVEL_NOT_MEET"; + case Retcode.RET_PLAYER_LEVEL_NOT_MEET: + return "RET_PLAYER_LEVEL_NOT_MEET"; + case Retcode.RET_AVATAR_RANK_NOT_MATCH: + return "RET_AVATAR_RANK_NOT_MATCH"; + case Retcode.RET_AVATAR_RANK_REACH_MAX: + return "RET_AVATAR_RANK_REACH_MAX"; + case Retcode.RET_HERO_BASIC_TYPE_NOT_MATCH: + return "RET_HERO_BASIC_TYPE_NOT_MATCH"; + case Retcode.RET_ITEM_NOT_EXIST: + return "RET_ITEM_NOT_EXIST"; + case Retcode.RET_ITEM_COST_NOT_ENOUGH: + return "RET_ITEM_COST_NOT_ENOUGH"; + case Retcode.RET_ITEM_COST_TOO_MUCH: + return "RET_ITEM_COST_TOO_MUCH"; + case Retcode.RET_ITEM_NO_COST: + return "RET_ITEM_NO_COST"; + case Retcode.RET_ITEM_NOT_ENOUGH: + return "RET_ITEM_NOT_ENOUGH"; + case Retcode.RET_ITEM_INVALID: + return "RET_ITEM_INVALID"; + case Retcode.RET_ITEM_CONFIG_NOT_EXIST: + return "RET_ITEM_CONFIG_NOT_EXIST"; + case Retcode.RET_SCOIN_NOT_ENOUGH: + return "RET_SCOIN_NOT_ENOUGH"; + case Retcode.RET_ITEM_REWARD_EXCEED_LIMIT: + return "RET_ITEM_REWARD_EXCEED_LIMIT"; + case Retcode.RET_ITEM_INVALID_USE: + return "RET_ITEM_INVALID_USE"; + case Retcode.RET_ITEM_USE_CONFIG_NOT_EXIST: + return "RET_ITEM_USE_CONFIG_NOT_EXIST"; + case Retcode.RET_REWARD_CONFIG_NOT_EXIST: + return "RET_REWARD_CONFIG_NOT_EXIST"; + case Retcode.RET_ITEM_EXCEED_LIMIT: + return "RET_ITEM_EXCEED_LIMIT"; + case Retcode.RET_ITEM_COUNT_INVALID: + return "RET_ITEM_COUNT_INVALID"; + case Retcode.RET_ITEM_USE_TARGET_TYPE_INVALID: + return "RET_ITEM_USE_TARGET_TYPE_INVALID"; + case Retcode.RET_ITEM_USE_SATIETY_FULL: + return "RET_ITEM_USE_SATIETY_FULL"; + case Retcode.RET_ITEM_COMPOSE_NOT_EXIST: + return "RET_ITEM_COMPOSE_NOT_EXIST"; + case Retcode.RET_RELIC_COMPOSE_NOT_EXIST: + return "RET_RELIC_COMPOSE_NOT_EXIST"; + case Retcode.RET_ITEM_CAN_NOT_SELL: + return "RET_ITEM_CAN_NOT_SELL"; + case Retcode.RET_ITEM_SELL_EXCEDD_LIMIT: + return "RET_ITEM_SELL_EXCEDD_LIMIT"; + case Retcode.RET_EQUIPMENT_ALREADY_DRESSED: + return "RET_EQUIPMENT_ALREADY_DRESSED"; + case Retcode.RET_EQUIPMENT_NOT_EXIST: + return "RET_EQUIPMENT_NOT_EXIST"; + case Retcode.RET_EQUIPMENT_REACH_LEVEL_LIMIT: + return "RET_EQUIPMENT_REACH_LEVEL_LIMIT"; + case Retcode.RET_EQUIPMENT_CONSUME_SELF: + return "RET_EQUIPMENT_CONSUME_SELF"; + case Retcode.RET_EQUIPMENT_ALREADY_LOCKED: + return "RET_EQUIPMENT_ALREADY_LOCKED"; + case Retcode.RET_EQUIPMENT_ALREADY_UNLOCKED: + return "RET_EQUIPMENT_ALREADY_UNLOCKED"; + case Retcode.RET_EQUIPMENT_LOCKED: + return "RET_EQUIPMENT_LOCKED"; + case Retcode.RET_EQUIPMENT_SELECT_NUM_OVER_LIMIT: + return "RET_EQUIPMENT_SELECT_NUM_OVER_LIMIT"; + case Retcode.RET_EQUIPMENT_RANK_UP_MUST_CONSUME_SAME_TID: + return "RET_EQUIPMENT_RANK_UP_MUST_CONSUME_SAME_TID"; + case Retcode.RET_EQUIPMENT_PROMOTION_REACH_MAX: + return "RET_EQUIPMENT_PROMOTION_REACH_MAX"; + case Retcode.RET_EQUIPMENT_RANK_UP_REACH_MAX: + return "RET_EQUIPMENT_RANK_UP_REACH_MAX"; + case Retcode.RET_EQUIPMENT_LEVEL_REACH_MAX: + return "RET_EQUIPMENT_LEVEL_REACH_MAX"; + case Retcode.RET_EQUIPMENT_EXCEED_LIMIT: + return "RET_EQUIPMENT_EXCEED_LIMIT"; + case Retcode.RET_RELIC_NOT_EXIST: + return "RET_RELIC_NOT_EXIST"; + case Retcode.RET_RELIC_REACH_LEVEL_LIMIT: + return "RET_RELIC_REACH_LEVEL_LIMIT"; + case Retcode.RET_RELIC_CONSUME_SELF: + return "RET_RELIC_CONSUME_SELF"; + case Retcode.RET_RELIC_ALREADY_DRESSED: + return "RET_RELIC_ALREADY_DRESSED"; + case Retcode.RET_RELIC_LOCKED: + return "RET_RELIC_LOCKED"; + case Retcode.RET_RELIC_ALREADY_LOCKED: + return "RET_RELIC_ALREADY_LOCKED"; + case Retcode.RET_RELIC_ALREADY_UNLOCKED: + return "RET_RELIC_ALREADY_UNLOCKED"; + case Retcode.RET_RELIC_LEVEL_IS_NOT_ZERO: + return "RET_RELIC_LEVEL_IS_NOT_ZERO"; + case Retcode.RET_LINEUP_INVALID_INDEX: + return "RET_LINEUP_INVALID_INDEX"; + case Retcode.RET_LINEUP_INVALID_MEMBER_POS: + return "RET_LINEUP_INVALID_MEMBER_POS"; + case Retcode.RET_LINEUP_SWAP_NOT_EXIST: + return "RET_LINEUP_SWAP_NOT_EXIST"; + case Retcode.RET_LINEUP_AVATAR_ALREADY_IN: + return "RET_LINEUP_AVATAR_ALREADY_IN"; + case Retcode.RET_LINEUP_CREATE_AVATAR_ERROR: + return "RET_LINEUP_CREATE_AVATAR_ERROR"; + case Retcode.RET_LINEUP_AVATAR_INIT_ERROR: + return "RET_LINEUP_AVATAR_INIT_ERROR"; + case Retcode.RET_LINEUP_NOT_EXIST: + return "RET_LINEUP_NOT_EXIST"; + case Retcode.RET_LINEUP_ONLY_ONE_MEMBER: + return "RET_LINEUP_ONLY_ONE_MEMBER"; + case Retcode.RET_LINEUP_SAME_LEADER_SLOT: + return "RET_LINEUP_SAME_LEADER_SLOT"; + case Retcode.RET_LINEUP_NO_LEADER_SELECT: + return "RET_LINEUP_NO_LEADER_SELECT"; + case Retcode.RET_LINEUP_SWAP_SAME_SLOT: + return "RET_LINEUP_SWAP_SAME_SLOT"; + case Retcode.RET_LINEUP_AVATAR_NOT_EXIST: + return "RET_LINEUP_AVATAR_NOT_EXIST"; + case Retcode.RET_LINEUP_TRIAL_AVATAR_CAN_NOT_QUIT: + return "RET_LINEUP_TRIAL_AVATAR_CAN_NOT_QUIT"; + case Retcode.RET_LINEUP_VIRTUAL_LINEUP_PLANE_NOT_MATCH: + return "RET_LINEUP_VIRTUAL_LINEUP_PLANE_NOT_MATCH"; + case Retcode.RET_LINEUP_NOT_VALID_LEADER: + return "RET_LINEUP_NOT_VALID_LEADER"; + case Retcode.RET_LINEUP_SAME_INDEX: + return "RET_LINEUP_SAME_INDEX"; + case Retcode.RET_LINEUP_IS_EMPTY: + return "RET_LINEUP_IS_EMPTY"; + case Retcode.RET_LINEUP_NAME_FORMAT_ERROR: + return "RET_LINEUP_NAME_FORMAT_ERROR"; + case Retcode.RET_LINEUP_TYPE_NOT_MATCH: + return "RET_LINEUP_TYPE_NOT_MATCH"; + case Retcode.RET_LINEUP_REPLACE_ALL_FAILED: + return "RET_LINEUP_REPLACE_ALL_FAILED"; + case Retcode.RET_LINEUP_NOT_ALLOW_EDIT: + return "RET_LINEUP_NOT_ALLOW_EDIT"; + case Retcode.RET_LINEUP_AVATAR_IS_ALIVE: + return "RET_LINEUP_AVATAR_IS_ALIVE"; + case Retcode.RET_MAIL_NOT_EXIST: + return "RET_MAIL_NOT_EXIST"; + case Retcode.RET_MAIL_RANGE_INVALID: + return "RET_MAIL_RANGE_INVALID"; + case Retcode.RET_MAIL_MAIL_ID_INVALID: + return "RET_MAIL_MAIL_ID_INVALID"; + case Retcode.RET_MAIL_NO_MAIL_TAKE_ATTACHMENT: + return "RET_MAIL_NO_MAIL_TAKE_ATTACHMENT"; + case Retcode.RET_MAIL_NO_MAIL_TO_DEL: + return "RET_MAIL_NO_MAIL_TO_DEL"; + case Retcode.RET_STAGE_SETTLE_ERROR: + return "RET_STAGE_SETTLE_ERROR"; + case Retcode.RET_STAGE_CONFIG_NOT_EXIST: + return "RET_STAGE_CONFIG_NOT_EXIST"; + case Retcode.RET_STAGE_NOT_FOUND: + return "RET_STAGE_NOT_FOUND"; + case Retcode.RET_STAGE_COCOON_PROP_NOT_VALID: + return "RET_STAGE_COCOON_PROP_NOT_VALID"; + case Retcode.RET_STAGE_COCOON_WAVE_NOT_VALID: + return "RET_STAGE_COCOON_WAVE_NOT_VALID"; + case Retcode.RET_STAGE_PROP_ID_NOT_EQUAL: + return "RET_STAGE_PROP_ID_NOT_EQUAL"; + case Retcode.RET_STAGE_COCOON_WAVE_OVER: + return "RET_STAGE_COCOON_WAVE_OVER"; + case Retcode.RET_STAGE_WEEK_COCOON_OVER_CNT: + return "RET_STAGE_WEEK_COCOON_OVER_CNT"; + case Retcode.RET_STAGE_COCOON_NOT_OPEN: + return "RET_STAGE_COCOON_NOT_OPEN"; + case Retcode.RET_CHAPTER_LOCK: + return "RET_CHAPTER_LOCK"; + case Retcode.RET_CHAPTER_CHALLENGE_NUM_NOT_ENOUGH: + return "RET_CHAPTER_CHALLENGE_NUM_NOT_ENOUGH"; + case Retcode.RET_CHAPTER_REWARD_ID_NOT_EXIST: + return "RET_CHAPTER_REWARD_ID_NOT_EXIST"; + case Retcode.RET_CHAPTER_REWARD_ALREADY_TAKEN: + return "RET_CHAPTER_REWARD_ALREADY_TAKEN"; + case Retcode.RET_BATTLE_STAGE_NOT_MATCH: + return "RET_BATTLE_STAGE_NOT_MATCH"; + case Retcode.RET_IN_BATTLE_NOW: + return "RET_IN_BATTLE_NOW"; + case Retcode.RET_BATTLE_CHEAT: + return "RET_BATTLE_CHEAT"; + case Retcode.RET_BATTLE_FAIL: + return "RET_BATTLE_FAIL"; + case Retcode.RET_BATTLE_NO_LINEUP: + return "RET_BATTLE_NO_LINEUP"; + case Retcode.RET_BATTLE_LINEUP_EMPTY: + return "RET_BATTLE_LINEUP_EMPTY"; + case Retcode.RET_BATTLE_VERSION_NOT_MATCH: + return "RET_BATTLE_VERSION_NOT_MATCH"; + case Retcode.RET_BATTLE_QUIT_BY_SERVER: + return "RET_BATTLE_QUIT_BY_SERVER"; + case Retcode.RET_LACK_EXCHANGE_STAMINA_TIMES: + return "RET_LACK_EXCHANGE_STAMINA_TIMES"; + case Retcode.RET_LACK_STAMINA: + return "RET_LACK_STAMINA"; + case Retcode.RET_STAMINA_FULL: + return "RET_STAMINA_FULL"; + case Retcode.RET_AUTHKEY_SIGN_TYPE_ERROR: + return "RET_AUTHKEY_SIGN_TYPE_ERROR"; + case Retcode.RET_AUTHKEY_SIGN_VER_ERROR: + return "RET_AUTHKEY_SIGN_VER_ERROR"; + case Retcode.RET_NICKNAME_FORMAT_ERROR: + return "RET_NICKNAME_FORMAT_ERROR"; + case Retcode.RET_SENSITIVE_WORDS: + return "RET_SENSITIVE_WORDS"; + case Retcode.RET_LEVEL_REWARD_HAS_TAKEN: + return "RET_LEVEL_REWARD_HAS_TAKEN"; + case Retcode.RET_LEVEL_REWARD_LEVEL_ERROR: + return "RET_LEVEL_REWARD_LEVEL_ERROR"; + case Retcode.RET_LANGUAGE_INVALID: + return "RET_LANGUAGE_INVALID"; + case Retcode.RET_MAZE_NOT_FINISH: + return "RET_MAZE_NOT_FINISH"; + case Retcode.RET_MAZE_LACK_TICKET: + return "RET_MAZE_LACK_TICKET"; + case Retcode.RET_MAZE_NOT_UNLOCK: + return "RET_MAZE_NOT_UNLOCK"; + case Retcode.RET_MAZE_DIFFICULTY_LIMIT: + return "RET_MAZE_DIFFICULTY_LIMIT"; + case Retcode.RET_MAZE_NO_ABILITY: + return "RET_MAZE_NO_ABILITY"; + case Retcode.RET_MAZE_NO_PLANE: + return "RET_MAZE_NO_PLANE"; + case Retcode.RET_MAZE_STAGE_DISMATCH: + return "RET_MAZE_STAGE_DISMATCH"; + case Retcode.RET_MAZE_MAP_NOT_EXIST: + return "RET_MAZE_MAP_NOT_EXIST"; + case Retcode.RET_MAZE_TYPE_NOT_EXIST: + return "RET_MAZE_TYPE_NOT_EXIST"; + case Retcode.RET_MAZE_ALREADY_FINISH: + return "RET_MAZE_ALREADY_FINISH"; + case Retcode.RET_MAZE_PROP_NOT_EXIST: + return "RET_MAZE_PROP_NOT_EXIST"; + case Retcode.RET_MAZE_POSITION_TOO_FAR: + return "RET_MAZE_POSITION_TOO_FAR"; + case Retcode.RET_MAZE_SKILL_CAST_CNT_REACH_MAX: + return "RET_MAZE_SKILL_CAST_CNT_REACH_MAX"; + case Retcode.RET_MAZE_MP_NOT_ENOUGH: + return "RET_MAZE_MP_NOT_ENOUGH"; + case Retcode.RET_SPRING_NOT_ENABLE: + return "RET_SPRING_NOT_ENABLE"; + case Retcode.RET_SPRING_REFRESH_IN_CD: + return "RET_SPRING_REFRESH_IN_CD"; + case Retcode.RET_SPRING_TOO_FAR: + return "RET_SPRING_TOO_FAR"; + case Retcode.RET_MAZE_NO_FLOOR: + return "RET_MAZE_NO_FLOOR"; + case Retcode.RET_NOT_IN_MAZE: + return "RET_NOT_IN_MAZE"; + case Retcode.RET_PLANE_ID_NOT_MATCH: + return "RET_PLANE_ID_NOT_MATCH"; + case Retcode.RET_FLOOR_ID_NOT_MATCH: + return "RET_FLOOR_ID_NOT_MATCH"; + case Retcode.RET_SAVEPOINTS_TIMES_ZERO: + return "RET_SAVEPOINTS_TIMES_ZERO"; + case Retcode.RET_MAZE_TIME_OF_DAY_TYPE_IS_SAME: + return "RET_MAZE_TIME_OF_DAY_TYPE_IS_SAME"; + case Retcode.RET_MAZE_TIME_OF_DAY_TYPE_ERROR: + return "RET_MAZE_TIME_OF_DAY_TYPE_ERROR"; + case Retcode.RET_PLOT_NOT_UNLOCK: + return "RET_PLOT_NOT_UNLOCK"; + case Retcode.RET_MISSION_NOT_EXIST: + return "RET_MISSION_NOT_EXIST"; + case Retcode.RET_MISSION_ALREADY_DONE: + return "RET_MISSION_ALREADY_DONE"; + case Retcode.RET_DAILY_TASK_NOT_FINISH: + return "RET_DAILY_TASK_NOT_FINISH"; + case Retcode.RET_DAILY_TASK_REWARD_HAS_TAKEN: + return "RET_DAILY_TASK_REWARD_HAS_TAKEN"; + case Retcode.RET_MISSION_NOT_FINISH: + return "RET_MISSION_NOT_FINISH"; + case Retcode.RET_MISSION_NOT_DOING: + return "RET_MISSION_NOT_DOING"; + case Retcode.RET_MISSION_FINISH_WAY_NOT_MATCH: + return "RET_MISSION_FINISH_WAY_NOT_MATCH"; + case Retcode.RET_MISSION_SCENE_NOT_MATCH: + return "RET_MISSION_SCENE_NOT_MATCH"; + case Retcode.RET_ADVENTURE_MAP_NOT_EXIST: + return "RET_ADVENTURE_MAP_NOT_EXIST"; + case Retcode.RET_SCENE_ENTITY_NOT_EXIST: + return "RET_SCENE_ENTITY_NOT_EXIST"; + case Retcode.RET_NOT_IN_SCENE: + return "RET_NOT_IN_SCENE"; + case Retcode.RET_SCENE_MONSTER_NOT_EXIST: + return "RET_SCENE_MONSTER_NOT_EXIST"; + case Retcode.RET_INTERACT_CONFIG_NOT_EXIST: + return "RET_INTERACT_CONFIG_NOT_EXIST"; + case Retcode.RET_UNSUPPORTED_PROP_STATE: + return "RET_UNSUPPORTED_PROP_STATE"; + case Retcode.RET_SCENE_ENTRY_ID_NOT_MATCH: + return "RET_SCENE_ENTRY_ID_NOT_MATCH"; + case Retcode.RET_ASSIST_MONSTER_COUNT_LIMIT: + return "RET_ASSIST_MONSTER_COUNT_LIMIT"; + case Retcode.RET_SCENE_USE_SKILL_FAIL: + return "RET_SCENE_USE_SKILL_FAIL"; + case Retcode.RET_PROP_IS_HIDDEN: + return "RET_PROP_IS_HIDDEN"; + case Retcode.RET_LOADING_SUCC_ALREADY: + return "RET_LOADING_SUCC_ALREADY"; + case Retcode.RET_SCENE_ENTITY_TYPE_INVALID: + return "RET_SCENE_ENTITY_TYPE_INVALID"; + case Retcode.RET_INTERACT_TYPE_INVALID: + return "RET_INTERACT_TYPE_INVALID"; + case Retcode.RET_INTERACT_NOT_IN_REGION: + return "RET_INTERACT_NOT_IN_REGION"; + case Retcode.RET_INTERACT_SUB_TYPE_INVALID: + return "RET_INTERACT_SUB_TYPE_INVALID"; + case Retcode.RET_NOT_LEADER_ENTITY: + return "RET_NOT_LEADER_ENTITY"; + case Retcode.RET_MONSTER_IS_NOT_FARM_ELEMENT: + return "RET_MONSTER_IS_NOT_FARM_ELEMENT"; + case Retcode.RET_MONSTER_CONFIG_NOT_EXIST: + return "RET_MONSTER_CONFIG_NOT_EXIST"; + case Retcode.RET_AVATAR_HP_ALREADY_FULL: + return "RET_AVATAR_HP_ALREADY_FULL"; + case Retcode.RET_BUY_TIMES_LIMIT: + return "RET_BUY_TIMES_LIMIT"; + case Retcode.RET_BUY_LIMIT_TYPE: + return "RET_BUY_LIMIT_TYPE"; + case Retcode.RET_SHOP_NOT_OPEN: + return "RET_SHOP_NOT_OPEN"; + case Retcode.RET_GOODS_NOT_OPEN: + return "RET_GOODS_NOT_OPEN"; + case Retcode.RET_TUTORIAL_NOT_UNLOCK: + return "RET_TUTORIAL_NOT_UNLOCK"; + case Retcode.RET_TUTORIAL_UNLOCK_ALREADY: + return "RET_TUTORIAL_UNLOCK_ALREADY"; + case Retcode.RET_TUTORIAL_FINISH_ALREADY: + return "RET_TUTORIAL_FINISH_ALREADY"; + case Retcode.RET_TUTORIAL_PRE_NOT_UNLOCK: + return "RET_TUTORIAL_PRE_NOT_UNLOCK"; + case Retcode.RET_TUTORIAL_PLAYER_LEVEL_NOT_MATCH: + return "RET_TUTORIAL_PLAYER_LEVEL_NOT_MATCH"; + case Retcode.RET_TUTORIAL_TUTORIAL_NOT_FOUND: + return "RET_TUTORIAL_TUTORIAL_NOT_FOUND"; + case Retcode.RET_CHALLENGE_NOT_EXIST: + return "RET_CHALLENGE_NOT_EXIST"; + case Retcode.RET_CHALLENGE_NOT_UNLOCK: + return "RET_CHALLENGE_NOT_UNLOCK"; + case Retcode.RET_CHALLENGE_ALREADY: + return "RET_CHALLENGE_ALREADY"; + case Retcode.RET_CHALLENGE_LINEUP_EDIT_FORBIDDEN: + return "RET_CHALLENGE_LINEUP_EDIT_FORBIDDEN"; + case Retcode.RET_CHALLENGE_LINEUP_EMPTY: + return "RET_CHALLENGE_LINEUP_EMPTY"; + case Retcode.RET_CHALLENGE_NOT_DOING: + return "RET_CHALLENGE_NOT_DOING"; + case Retcode.RET_CHALLENGE_NOT_FINISH: + return "RET_CHALLENGE_NOT_FINISH"; + case Retcode.RET_CHALLENGE_TARGET_NOT_FINISH: + return "RET_CHALLENGE_TARGET_NOT_FINISH"; + case Retcode.RET_CHALLENGE_TARGET_REWARD_TAKEN: + return "RET_CHALLENGE_TARGET_REWARD_TAKEN"; + case Retcode.RET_CHALLENGE_TIME_NOT_VALID: + return "RET_CHALLENGE_TIME_NOT_VALID"; + case Retcode.RET_BASIC_TYPE_ALREADY: + return "RET_BASIC_TYPE_ALREADY"; + case Retcode.RET_NO_BASIC_TYPE: + return "RET_NO_BASIC_TYPE"; + case Retcode.RET_NOT_CHOOSE_BASIC_TYPE: + return "RET_NOT_CHOOSE_BASIC_TYPE"; + case Retcode.RET_NOT_FUNC_CLOSE: + return "RET_NOT_FUNC_CLOSE"; + case Retcode.RET_ROGUE_STATUS_NOT_MATCH: + return "RET_ROGUE_STATUS_NOT_MATCH"; + case Retcode.RET_ROGUE_SELECT_BUFF_NOT_EXIST: + return "RET_ROGUE_SELECT_BUFF_NOT_EXIST"; + case Retcode.RET_ROGUE_COIN_NOT_ENOUGH: + return "RET_ROGUE_COIN_NOT_ENOUGH"; + case Retcode.RET_ROGUE_STAMINA_NOT_ENOUGH: + return "RET_ROGUE_STAMINA_NOT_ENOUGH"; + case Retcode.RET_ROGUE_COUNT_INVALID: + return "RET_ROGUE_COUNT_INVALID"; + case Retcode.RET_ROGUE_PROP_ALREADY_USED: + return "RET_ROGUE_PROP_ALREADY_USED"; + case Retcode.RET_ROGUE_RECORD_ALREADY_SAVED: + return "RET_ROGUE_RECORD_ALREADY_SAVED"; + case Retcode.RET_ROGUE_ROLL_BUFF_MAX_COUNT: + return "RET_ROGUE_ROLL_BUFF_MAX_COUNT"; + case Retcode.RET_ROGUE_PICK_AVATAR_INVALID: + return "RET_ROGUE_PICK_AVATAR_INVALID"; + case Retcode.RET_ROGUE_QUEST_EXPIRE: + return "RET_ROGUE_QUEST_EXPIRE"; + case Retcode.RET_ROGUE_QUEST_REWARD_ALREADY: + return "RET_ROGUE_QUEST_REWARD_ALREADY"; + case Retcode.RET_MISSION_EVENT_CONFIG_NOT_EXIST: + return "RET_MISSION_EVENT_CONFIG_NOT_EXIST"; + case Retcode.RET_MISSION_EVENT_NOT_CLIENT: + return "RET_MISSION_EVENT_NOT_CLIENT"; + case Retcode.RET_MISSION_EVENT_FINISHED: + return "RET_MISSION_EVENT_FINISHED"; + case Retcode.RET_MISSION_EVENT_DOING: + return "RET_MISSION_EVENT_DOING"; + case Retcode.RET_HAS_CHALLENGE_MISSION_EVENT: + return "RET_HAS_CHALLENGE_MISSION_EVENT"; + case Retcode.RET_NOT_CHALLENGE_MISSION_EVENT: + return "RET_NOT_CHALLENGE_MISSION_EVENT"; + case Retcode.RET_GACHA_ID_NOT_EXIST: + return "RET_GACHA_ID_NOT_EXIST"; + case Retcode.RET_GACHA_NUM_INVALID: + return "RET_GACHA_NUM_INVALID"; + case Retcode.RET_GACHA_FIRST_GACHA_MUST_ONE: + return "RET_GACHA_FIRST_GACHA_MUST_ONE"; + case Retcode.RET_GACHA_REQ_DUPLICATED: + return "RET_GACHA_REQ_DUPLICATED"; + case Retcode.RET_GACHA_NOT_IN_SCHEDULE: + return "RET_GACHA_NOT_IN_SCHEDULE"; + case Retcode.RET_GACHA_NEWBIE_CLOSE: + return "RET_GACHA_NEWBIE_CLOSE"; + case Retcode.RET_GACHA_TODAY_LIMITED: + return "RET_GACHA_TODAY_LIMITED"; + case Retcode.RET_PRESTIGE_ID_NOT_EXIST: + return "RET_PRESTIGE_ID_NOT_EXIST"; + case Retcode.RET_PRESTIGE_LEVEL_REWARD_LEVEL_ERROR: + return "RET_PRESTIGE_LEVEL_REWARD_LEVEL_ERROR"; + case Retcode.RET_PRESTIGE_LEVEL_REWARD_HAS_TAKEN: + return "RET_PRESTIGE_LEVEL_REWARD_HAS_TAKEN"; + case Retcode.RET_PRESTIGE_MISSION_NOT_EXIST: + return "RET_PRESTIGE_MISSION_NOT_EXIST"; + case Retcode.RET_PRESTIGE_MISSION_NOT_FINISHED: + return "RET_PRESTIGE_MISSION_NOT_FINISHED"; + case Retcode.RET_PRESTIGE_MISSION_REWARD_HAS_TAKEN: + return "RET_PRESTIGE_MISSION_REWARD_HAS_TAKEN"; + case Retcode.RET_NOT_IN_RAID: + return "RET_NOT_IN_RAID"; + case Retcode.RET_RAID_DOING: + return "RET_RAID_DOING"; + case Retcode.RET_NOT_PROP: + return "RET_NOT_PROP"; + case Retcode.RET_RAID_ID_NOT_MATCH: + return "RET_RAID_ID_NOT_MATCH"; + case Retcode.RET_RAID_RESTART_NOT_MATCH: + return "RET_RAID_RESTART_NOT_MATCH"; + case Retcode.RET_RAID_LIMIT: + return "RET_RAID_LIMIT"; + case Retcode.RET_RAID_AVATAR_LIST_EMPTY: + return "RET_RAID_AVATAR_LIST_EMPTY"; + case Retcode.RET_RAID_AVATAR_NOT_EXIST: + return "RET_RAID_AVATAR_NOT_EXIST"; + case Retcode.RET_CHALLENGE_RAID_REWARD_ALREADY: + return "RET_CHALLENGE_RAID_REWARD_ALREADY"; + case Retcode.RET_CHALLENGE_RAID_SCORE_NOT_REACH: + return "RET_CHALLENGE_RAID_SCORE_NOT_REACH"; + case Retcode.RET_CHALLENGE_RAID_NOT_OPEN: + return "RET_CHALLENGE_RAID_NOT_OPEN"; + case Retcode.RET_RAID_FINISHED: + return "RET_RAID_FINISHED"; + case Retcode.RET_TALK_EVENT_ALREADY_TAKEN: + return "RET_TALK_EVENT_ALREADY_TAKEN"; + case Retcode.RET_NPC_ALREADY_MEET: + return "RET_NPC_ALREADY_MEET"; + case Retcode.RET_NPC_NOT_IN_CONFIG: + return "RET_NPC_NOT_IN_CONFIG"; + case Retcode.RET_DIALOGUE_GROUP_DISMATCH: + return "RET_DIALOGUE_GROUP_DISMATCH"; + case Retcode.RET_DIALOGUE_EVENT_INVALID: + return "RET_DIALOGUE_EVENT_INVALID"; + case Retcode.RET_EXPEDITION_CONFIG_NOT_EXIST: + return "RET_EXPEDITION_CONFIG_NOT_EXIST"; + case Retcode.RET_EXPEDITION_REWARD_CONFIG_NOT_EXIST: + return "RET_EXPEDITION_REWARD_CONFIG_NOT_EXIST"; + case Retcode.RET_EXPEDITION_NOT_UNLOCKED: + return "RET_EXPEDITION_NOT_UNLOCKED"; + case Retcode.RET_EXPEDITION_ALREADY_ACCEPTED: + return "RET_EXPEDITION_ALREADY_ACCEPTED"; + case Retcode.RET_EXPEDITION_REPEATED_AVATAR: + return "RET_EXPEDITION_REPEATED_AVATAR"; + case Retcode.RET_AVATAR_ALREADY_DISPATCHED: + return "RET_AVATAR_ALREADY_DISPATCHED"; + case Retcode.RET_EXPEDITION_NOT_ACCEPTED: + return "RET_EXPEDITION_NOT_ACCEPTED"; + case Retcode.RET_EXPEDITION_NOT_FINISH: + return "RET_EXPEDITION_NOT_FINISH"; + case Retcode.RET_EXPEDITION_ALREADY_FINISH: + return "RET_EXPEDITION_ALREADY_FINISH"; + case Retcode.RET_LOGIN_ACTIVITY_HAS_TAKEN: + return "RET_LOGIN_ACTIVITY_HAS_TAKEN"; + case Retcode.RET_LOGIN_ACTIVITY_DAYS_LACK: + return "RET_LOGIN_ACTIVITY_DAYS_LACK"; + case Retcode.RET_MESSAGE_CONFIG_NOT_EXIST: + return "RET_MESSAGE_CONFIG_NOT_EXIST"; + case Retcode.RET_MESSAGE_SECTION_NOT_TAKE: + return "RET_MESSAGE_SECTION_NOT_TAKE"; + case Retcode.RET_MESSAGE_GROUP_NOT_TAKE: + return "RET_MESSAGE_GROUP_NOT_TAKE"; + case Retcode.RET_MESSAGE_SECTION_ID_NOT_MATCH: + return "RET_MESSAGE_SECTION_ID_NOT_MATCH"; + case Retcode.RET_MESSAGE_SECTION_CAN_NOT_FINISH: + return "RET_MESSAGE_SECTION_CAN_NOT_FINISH"; + case Retcode.RET_MESSAGE_ITEM_CAN_NOT_FINISH: + return "RET_MESSAGE_ITEM_CAN_NOT_FINISH"; + case Retcode.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdActivityType { + CmdActivityTypeNone = 0, + CmdGetLoginActivityCsReq = 2601, + CmdGetLoginActivityScRsp = 2602, + CmdTakeLoginActivityRewardCsReq = 2603, + CmdTakeLoginActivityRewardScRsp = 2604, + UNRECOGNIZED = -1, +} + +export function cmdActivityTypeFromJSON(object: any): CmdActivityType { + switch (object) { + case 0: + case "CmdActivityTypeNone": + return CmdActivityType.CmdActivityTypeNone; + case 2601: + case "CmdGetLoginActivityCsReq": + return CmdActivityType.CmdGetLoginActivityCsReq; + case 2602: + case "CmdGetLoginActivityScRsp": + return CmdActivityType.CmdGetLoginActivityScRsp; + case 2603: + case "CmdTakeLoginActivityRewardCsReq": + return CmdActivityType.CmdTakeLoginActivityRewardCsReq; + case 2604: + case "CmdTakeLoginActivityRewardScRsp": + return CmdActivityType.CmdTakeLoginActivityRewardScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdActivityType.UNRECOGNIZED; + } +} + +export function cmdActivityTypeToJSON(object: CmdActivityType): string { + switch (object) { + case CmdActivityType.CmdActivityTypeNone: + return "CmdActivityTypeNone"; + case CmdActivityType.CmdGetLoginActivityCsReq: + return "CmdGetLoginActivityCsReq"; + case CmdActivityType.CmdGetLoginActivityScRsp: + return "CmdGetLoginActivityScRsp"; + case CmdActivityType.CmdTakeLoginActivityRewardCsReq: + return "CmdTakeLoginActivityRewardCsReq"; + case CmdActivityType.CmdTakeLoginActivityRewardScRsp: + return "CmdTakeLoginActivityRewardScRsp"; + case CmdActivityType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdAdventureType { + CmdAdventureTypeNone = 0, + CmdEnterAdventureCsReq = 1301, + CmdEnterAdventureScRsp = 1302, + UNRECOGNIZED = -1, +} + +export function cmdAdventureTypeFromJSON(object: any): CmdAdventureType { + switch (object) { + case 0: + case "CmdAdventureTypeNone": + return CmdAdventureType.CmdAdventureTypeNone; + case 1301: + case "CmdEnterAdventureCsReq": + return CmdAdventureType.CmdEnterAdventureCsReq; + case 1302: + case "CmdEnterAdventureScRsp": + return CmdAdventureType.CmdEnterAdventureScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdAdventureType.UNRECOGNIZED; + } +} + +export function cmdAdventureTypeToJSON(object: CmdAdventureType): string { + switch (object) { + case CmdAdventureType.CmdAdventureTypeNone: + return "CmdAdventureTypeNone"; + case CmdAdventureType.CmdEnterAdventureCsReq: + return "CmdEnterAdventureCsReq"; + case CmdAdventureType.CmdEnterAdventureScRsp: + return "CmdEnterAdventureScRsp"; + case CmdAdventureType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdArchiveType { + CmdArchiveTypeNone = 0, + CmdGetArchiveDataCsReq = 2301, + CmdGetArchiveDataScRsp = 2302, + CmdGetUpdatedArchiveDataCsReq = 2303, + CmdGetUpdatedArchiveDataScRsp = 2304, + UNRECOGNIZED = -1, +} + +export function cmdArchiveTypeFromJSON(object: any): CmdArchiveType { + switch (object) { + case 0: + case "CmdArchiveTypeNone": + return CmdArchiveType.CmdArchiveTypeNone; + case 2301: + case "CmdGetArchiveDataCsReq": + return CmdArchiveType.CmdGetArchiveDataCsReq; + case 2302: + case "CmdGetArchiveDataScRsp": + return CmdArchiveType.CmdGetArchiveDataScRsp; + case 2303: + case "CmdGetUpdatedArchiveDataCsReq": + return CmdArchiveType.CmdGetUpdatedArchiveDataCsReq; + case 2304: + case "CmdGetUpdatedArchiveDataScRsp": + return CmdArchiveType.CmdGetUpdatedArchiveDataScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdArchiveType.UNRECOGNIZED; + } +} + +export function cmdArchiveTypeToJSON(object: CmdArchiveType): string { + switch (object) { + case CmdArchiveType.CmdArchiveTypeNone: + return "CmdArchiveTypeNone"; + case CmdArchiveType.CmdGetArchiveDataCsReq: + return "CmdGetArchiveDataCsReq"; + case CmdArchiveType.CmdGetArchiveDataScRsp: + return "CmdGetArchiveDataScRsp"; + case CmdArchiveType.CmdGetUpdatedArchiveDataCsReq: + return "CmdGetUpdatedArchiveDataCsReq"; + case CmdArchiveType.CmdGetUpdatedArchiveDataScRsp: + return "CmdGetUpdatedArchiveDataScRsp"; + case CmdArchiveType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdAvatarType { + CmdAvatarTypeNone = 0, + CmdGetAvatarDataCsReq = 301, + CmdGetAvatarDataScRsp = 302, + CmdAvatarExpUpCsReq = 303, + CmdAvatarExpUpScRsp = 304, + CmdUnlockSkilltreeCsReq = 305, + CmdUnlockSkilltreeScRsp = 306, + CmdPromoteAvatarCsReq = 307, + CmdPromoteAvatarScRsp = 308, + CmdDressAvatarCsReq = 309, + CmdDressAvatarScRsp = 310, + CmdTakeOffEquipmentCsReq = 311, + CmdTakeOffEquipmentScRsp = 312, + CmdAddAvatarScNotify = 313, + CmdRankUpAvatarCsReq = 314, + CmdRankUpAvatarScRsp = 315, + CmdDressRelicAvatarCsReq = 316, + CmdDressRelicAvatarScRsp = 317, + CmdTakeOffRelicCsReq = 318, + CmdTakeOffRelicScRsp = 319, + UNRECOGNIZED = -1, +} + +export function cmdAvatarTypeFromJSON(object: any): CmdAvatarType { + switch (object) { + case 0: + case "CmdAvatarTypeNone": + return CmdAvatarType.CmdAvatarTypeNone; + case 301: + case "CmdGetAvatarDataCsReq": + return CmdAvatarType.CmdGetAvatarDataCsReq; + case 302: + case "CmdGetAvatarDataScRsp": + return CmdAvatarType.CmdGetAvatarDataScRsp; + case 303: + case "CmdAvatarExpUpCsReq": + return CmdAvatarType.CmdAvatarExpUpCsReq; + case 304: + case "CmdAvatarExpUpScRsp": + return CmdAvatarType.CmdAvatarExpUpScRsp; + case 305: + case "CmdUnlockSkilltreeCsReq": + return CmdAvatarType.CmdUnlockSkilltreeCsReq; + case 306: + case "CmdUnlockSkilltreeScRsp": + return CmdAvatarType.CmdUnlockSkilltreeScRsp; + case 307: + case "CmdPromoteAvatarCsReq": + return CmdAvatarType.CmdPromoteAvatarCsReq; + case 308: + case "CmdPromoteAvatarScRsp": + return CmdAvatarType.CmdPromoteAvatarScRsp; + case 309: + case "CmdDressAvatarCsReq": + return CmdAvatarType.CmdDressAvatarCsReq; + case 310: + case "CmdDressAvatarScRsp": + return CmdAvatarType.CmdDressAvatarScRsp; + case 311: + case "CmdTakeOffEquipmentCsReq": + return CmdAvatarType.CmdTakeOffEquipmentCsReq; + case 312: + case "CmdTakeOffEquipmentScRsp": + return CmdAvatarType.CmdTakeOffEquipmentScRsp; + case 313: + case "CmdAddAvatarScNotify": + return CmdAvatarType.CmdAddAvatarScNotify; + case 314: + case "CmdRankUpAvatarCsReq": + return CmdAvatarType.CmdRankUpAvatarCsReq; + case 315: + case "CmdRankUpAvatarScRsp": + return CmdAvatarType.CmdRankUpAvatarScRsp; + case 316: + case "CmdDressRelicAvatarCsReq": + return CmdAvatarType.CmdDressRelicAvatarCsReq; + case 317: + case "CmdDressRelicAvatarScRsp": + return CmdAvatarType.CmdDressRelicAvatarScRsp; + case 318: + case "CmdTakeOffRelicCsReq": + return CmdAvatarType.CmdTakeOffRelicCsReq; + case 319: + case "CmdTakeOffRelicScRsp": + return CmdAvatarType.CmdTakeOffRelicScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdAvatarType.UNRECOGNIZED; + } +} + +export function cmdAvatarTypeToJSON(object: CmdAvatarType): string { + switch (object) { + case CmdAvatarType.CmdAvatarTypeNone: + return "CmdAvatarTypeNone"; + case CmdAvatarType.CmdGetAvatarDataCsReq: + return "CmdGetAvatarDataCsReq"; + case CmdAvatarType.CmdGetAvatarDataScRsp: + return "CmdGetAvatarDataScRsp"; + case CmdAvatarType.CmdAvatarExpUpCsReq: + return "CmdAvatarExpUpCsReq"; + case CmdAvatarType.CmdAvatarExpUpScRsp: + return "CmdAvatarExpUpScRsp"; + case CmdAvatarType.CmdUnlockSkilltreeCsReq: + return "CmdUnlockSkilltreeCsReq"; + case CmdAvatarType.CmdUnlockSkilltreeScRsp: + return "CmdUnlockSkilltreeScRsp"; + case CmdAvatarType.CmdPromoteAvatarCsReq: + return "CmdPromoteAvatarCsReq"; + case CmdAvatarType.CmdPromoteAvatarScRsp: + return "CmdPromoteAvatarScRsp"; + case CmdAvatarType.CmdDressAvatarCsReq: + return "CmdDressAvatarCsReq"; + case CmdAvatarType.CmdDressAvatarScRsp: + return "CmdDressAvatarScRsp"; + case CmdAvatarType.CmdTakeOffEquipmentCsReq: + return "CmdTakeOffEquipmentCsReq"; + case CmdAvatarType.CmdTakeOffEquipmentScRsp: + return "CmdTakeOffEquipmentScRsp"; + case CmdAvatarType.CmdAddAvatarScNotify: + return "CmdAddAvatarScNotify"; + case CmdAvatarType.CmdRankUpAvatarCsReq: + return "CmdRankUpAvatarCsReq"; + case CmdAvatarType.CmdRankUpAvatarScRsp: + return "CmdRankUpAvatarScRsp"; + case CmdAvatarType.CmdDressRelicAvatarCsReq: + return "CmdDressRelicAvatarCsReq"; + case CmdAvatarType.CmdDressRelicAvatarScRsp: + return "CmdDressRelicAvatarScRsp"; + case CmdAvatarType.CmdTakeOffRelicCsReq: + return "CmdTakeOffRelicCsReq"; + case CmdAvatarType.CmdTakeOffRelicScRsp: + return "CmdTakeOffRelicScRsp"; + case CmdAvatarType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum AddAvatarSrc { + ADD_AVATAR_SRC_NONE = 0, + ADD_AVATAR_SRC_GACHA = 1, + UNRECOGNIZED = -1, +} + +export function addAvatarSrcFromJSON(object: any): AddAvatarSrc { + switch (object) { + case 0: + case "ADD_AVATAR_SRC_NONE": + return AddAvatarSrc.ADD_AVATAR_SRC_NONE; + case 1: + case "ADD_AVATAR_SRC_GACHA": + return AddAvatarSrc.ADD_AVATAR_SRC_GACHA; + case -1: + case "UNRECOGNIZED": + default: + return AddAvatarSrc.UNRECOGNIZED; + } +} + +export function addAvatarSrcToJSON(object: AddAvatarSrc): string { + switch (object) { + case AddAvatarSrc.ADD_AVATAR_SRC_NONE: + return "ADD_AVATAR_SRC_NONE"; + case AddAvatarSrc.ADD_AVATAR_SRC_GACHA: + return "ADD_AVATAR_SRC_GACHA"; + case AddAvatarSrc.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdBattleType { + CmdBattleTypeNone = 0, + CmdPVEBattleResultCsReq = 101, + CmdPVEBattleResultScRsp = 102, + CmdQuitBattleCsReq = 103, + CmdQuitBattleScRsp = 104, + CmdGetCurBattleInfoCsReq = 105, + CmdGetCurBattleInfoScRsp = 106, + CmdSyncClientResVersionCsReq = 107, + CmdSyncClientResVersionScRsp = 108, + CmdQuitBattleScNotify = 109, + UNRECOGNIZED = -1, +} + +export function cmdBattleTypeFromJSON(object: any): CmdBattleType { + switch (object) { + case 0: + case "CmdBattleTypeNone": + return CmdBattleType.CmdBattleTypeNone; + case 101: + case "CmdPVEBattleResultCsReq": + return CmdBattleType.CmdPVEBattleResultCsReq; + case 102: + case "CmdPVEBattleResultScRsp": + return CmdBattleType.CmdPVEBattleResultScRsp; + case 103: + case "CmdQuitBattleCsReq": + return CmdBattleType.CmdQuitBattleCsReq; + case 104: + case "CmdQuitBattleScRsp": + return CmdBattleType.CmdQuitBattleScRsp; + case 105: + case "CmdGetCurBattleInfoCsReq": + return CmdBattleType.CmdGetCurBattleInfoCsReq; + case 106: + case "CmdGetCurBattleInfoScRsp": + return CmdBattleType.CmdGetCurBattleInfoScRsp; + case 107: + case "CmdSyncClientResVersionCsReq": + return CmdBattleType.CmdSyncClientResVersionCsReq; + case 108: + case "CmdSyncClientResVersionScRsp": + return CmdBattleType.CmdSyncClientResVersionScRsp; + case 109: + case "CmdQuitBattleScNotify": + return CmdBattleType.CmdQuitBattleScNotify; + case -1: + case "UNRECOGNIZED": + default: + return CmdBattleType.UNRECOGNIZED; + } +} + +export function cmdBattleTypeToJSON(object: CmdBattleType): string { + switch (object) { + case CmdBattleType.CmdBattleTypeNone: + return "CmdBattleTypeNone"; + case CmdBattleType.CmdPVEBattleResultCsReq: + return "CmdPVEBattleResultCsReq"; + case CmdBattleType.CmdPVEBattleResultScRsp: + return "CmdPVEBattleResultScRsp"; + case CmdBattleType.CmdQuitBattleCsReq: + return "CmdQuitBattleCsReq"; + case CmdBattleType.CmdQuitBattleScRsp: + return "CmdQuitBattleScRsp"; + case CmdBattleType.CmdGetCurBattleInfoCsReq: + return "CmdGetCurBattleInfoCsReq"; + case CmdBattleType.CmdGetCurBattleInfoScRsp: + return "CmdGetCurBattleInfoScRsp"; + case CmdBattleType.CmdSyncClientResVersionCsReq: + return "CmdSyncClientResVersionCsReq"; + case CmdBattleType.CmdSyncClientResVersionScRsp: + return "CmdSyncClientResVersionScRsp"; + case CmdBattleType.CmdQuitBattleScNotify: + return "CmdQuitBattleScNotify"; + case CmdBattleType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdChallengeType { + CmdChallengeTypeNone = 0, + CmdGetChallengeCsReq = 1701, + CmdGetChallengeScRsp = 1702, + CmdStartChallengeCsReq = 1703, + CmdStartChallengeScRsp = 1704, + CmdLeaveChallengeCsReq = 1705, + CmdLeaveChallengeScRsp = 1706, + CmdChallengeSettleNotify = 1707, + CmdFinishChallengeCsReq = 1708, + CmdFinishChallengeScRsp = 1709, + CmdGetCurChallengeCsReq = 1710, + CmdGetCurChallengeScRsp = 1711, + CmdChallengeLineupNotify = 1712, + CmdTakeChallengeTargetRewardCsReq = 1713, + CmdTakeChallengeTargetRewardScRsp = 1714, + UNRECOGNIZED = -1, +} + +export function cmdChallengeTypeFromJSON(object: any): CmdChallengeType { + switch (object) { + case 0: + case "CmdChallengeTypeNone": + return CmdChallengeType.CmdChallengeTypeNone; + case 1701: + case "CmdGetChallengeCsReq": + return CmdChallengeType.CmdGetChallengeCsReq; + case 1702: + case "CmdGetChallengeScRsp": + return CmdChallengeType.CmdGetChallengeScRsp; + case 1703: + case "CmdStartChallengeCsReq": + return CmdChallengeType.CmdStartChallengeCsReq; + case 1704: + case "CmdStartChallengeScRsp": + return CmdChallengeType.CmdStartChallengeScRsp; + case 1705: + case "CmdLeaveChallengeCsReq": + return CmdChallengeType.CmdLeaveChallengeCsReq; + case 1706: + case "CmdLeaveChallengeScRsp": + return CmdChallengeType.CmdLeaveChallengeScRsp; + case 1707: + case "CmdChallengeSettleNotify": + return CmdChallengeType.CmdChallengeSettleNotify; + case 1708: + case "CmdFinishChallengeCsReq": + return CmdChallengeType.CmdFinishChallengeCsReq; + case 1709: + case "CmdFinishChallengeScRsp": + return CmdChallengeType.CmdFinishChallengeScRsp; + case 1710: + case "CmdGetCurChallengeCsReq": + return CmdChallengeType.CmdGetCurChallengeCsReq; + case 1711: + case "CmdGetCurChallengeScRsp": + return CmdChallengeType.CmdGetCurChallengeScRsp; + case 1712: + case "CmdChallengeLineupNotify": + return CmdChallengeType.CmdChallengeLineupNotify; + case 1713: + case "CmdTakeChallengeTargetRewardCsReq": + return CmdChallengeType.CmdTakeChallengeTargetRewardCsReq; + case 1714: + case "CmdTakeChallengeTargetRewardScRsp": + return CmdChallengeType.CmdTakeChallengeTargetRewardScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdChallengeType.UNRECOGNIZED; + } +} + +export function cmdChallengeTypeToJSON(object: CmdChallengeType): string { + switch (object) { + case CmdChallengeType.CmdChallengeTypeNone: + return "CmdChallengeTypeNone"; + case CmdChallengeType.CmdGetChallengeCsReq: + return "CmdGetChallengeCsReq"; + case CmdChallengeType.CmdGetChallengeScRsp: + return "CmdGetChallengeScRsp"; + case CmdChallengeType.CmdStartChallengeCsReq: + return "CmdStartChallengeCsReq"; + case CmdChallengeType.CmdStartChallengeScRsp: + return "CmdStartChallengeScRsp"; + case CmdChallengeType.CmdLeaveChallengeCsReq: + return "CmdLeaveChallengeCsReq"; + case CmdChallengeType.CmdLeaveChallengeScRsp: + return "CmdLeaveChallengeScRsp"; + case CmdChallengeType.CmdChallengeSettleNotify: + return "CmdChallengeSettleNotify"; + case CmdChallengeType.CmdFinishChallengeCsReq: + return "CmdFinishChallengeCsReq"; + case CmdChallengeType.CmdFinishChallengeScRsp: + return "CmdFinishChallengeScRsp"; + case CmdChallengeType.CmdGetCurChallengeCsReq: + return "CmdGetCurChallengeCsReq"; + case CmdChallengeType.CmdGetCurChallengeScRsp: + return "CmdGetCurChallengeScRsp"; + case CmdChallengeType.CmdChallengeLineupNotify: + return "CmdChallengeLineupNotify"; + case CmdChallengeType.CmdTakeChallengeTargetRewardCsReq: + return "CmdTakeChallengeTargetRewardCsReq"; + case CmdChallengeType.CmdTakeChallengeTargetRewardScRsp: + return "CmdTakeChallengeTargetRewardScRsp"; + case CmdChallengeType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum ChallengeStatus { + CHALLENGE_UNKNOWN = 0, + CHALLENGE_DOING = 1, + CHALLENGE_FINISH = 2, + CHALLENGE_FAILED = 3, + UNRECOGNIZED = -1, +} + +export function challengeStatusFromJSON(object: any): ChallengeStatus { + switch (object) { + case 0: + case "CHALLENGE_UNKNOWN": + return ChallengeStatus.CHALLENGE_UNKNOWN; + case 1: + case "CHALLENGE_DOING": + return ChallengeStatus.CHALLENGE_DOING; + case 2: + case "CHALLENGE_FINISH": + return ChallengeStatus.CHALLENGE_FINISH; + case 3: + case "CHALLENGE_FAILED": + return ChallengeStatus.CHALLENGE_FAILED; + case -1: + case "UNRECOGNIZED": + default: + return ChallengeStatus.UNRECOGNIZED; + } +} + +export function challengeStatusToJSON(object: ChallengeStatus): string { + switch (object) { + case ChallengeStatus.CHALLENGE_UNKNOWN: + return "CHALLENGE_UNKNOWN"; + case ChallengeStatus.CHALLENGE_DOING: + return "CHALLENGE_DOING"; + case ChallengeStatus.CHALLENGE_FINISH: + return "CHALLENGE_FINISH"; + case ChallengeStatus.CHALLENGE_FAILED: + return "CHALLENGE_FAILED"; + case ChallengeStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum MissionStatus { + MISSION_NONE = 0, + MISSION_DOING = 1, + MISSION_FINISH = 2, + MISSION_PREPARED = 3, + UNRECOGNIZED = -1, +} + +export function missionStatusFromJSON(object: any): MissionStatus { + switch (object) { + case 0: + case "MISSION_NONE": + return MissionStatus.MISSION_NONE; + case 1: + case "MISSION_DOING": + return MissionStatus.MISSION_DOING; + case 2: + case "MISSION_FINISH": + return MissionStatus.MISSION_FINISH; + case 3: + case "MISSION_PREPARED": + return MissionStatus.MISSION_PREPARED; + case -1: + case "UNRECOGNIZED": + default: + return MissionStatus.UNRECOGNIZED; + } +} + +export function missionStatusToJSON(object: MissionStatus): string { + switch (object) { + case MissionStatus.MISSION_NONE: + return "MISSION_NONE"; + case MissionStatus.MISSION_DOING: + return "MISSION_DOING"; + case MissionStatus.MISSION_FINISH: + return "MISSION_FINISH"; + case MissionStatus.MISSION_PREPARED: + return "MISSION_PREPARED"; + case MissionStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum MessageSectionStatus { + MESSAGE_SECTION_NONE = 0, + MESSAGE_SECTION_DOING = 1, + MESSAGE_SECTION_FINISH = 2, + UNRECOGNIZED = -1, +} + +export function messageSectionStatusFromJSON( + object: any +): MessageSectionStatus { + switch (object) { + case 0: + case "MESSAGE_SECTION_NONE": + return MessageSectionStatus.MESSAGE_SECTION_NONE; + case 1: + case "MESSAGE_SECTION_DOING": + return MessageSectionStatus.MESSAGE_SECTION_DOING; + case 2: + case "MESSAGE_SECTION_FINISH": + return MessageSectionStatus.MESSAGE_SECTION_FINISH; + case -1: + case "UNRECOGNIZED": + default: + return MessageSectionStatus.UNRECOGNIZED; + } +} + +export function messageSectionStatusToJSON( + object: MessageSectionStatus +): string { + switch (object) { + case MessageSectionStatus.MESSAGE_SECTION_NONE: + return "MESSAGE_SECTION_NONE"; + case MessageSectionStatus.MESSAGE_SECTION_DOING: + return "MESSAGE_SECTION_DOING"; + case MessageSectionStatus.MESSAGE_SECTION_FINISH: + return "MESSAGE_SECTION_FINISH"; + case MessageSectionStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum MessageGroupStatus { + MESSAGE_GROUP_NONE = 0, + MESSAGE_GROUP_DOING = 1, + MESSAGE_GROUP_FINISH = 2, + UNRECOGNIZED = -1, +} + +export function messageGroupStatusFromJSON(object: any): MessageGroupStatus { + switch (object) { + case 0: + case "MESSAGE_GROUP_NONE": + return MessageGroupStatus.MESSAGE_GROUP_NONE; + case 1: + case "MESSAGE_GROUP_DOING": + return MessageGroupStatus.MESSAGE_GROUP_DOING; + case 2: + case "MESSAGE_GROUP_FINISH": + return MessageGroupStatus.MESSAGE_GROUP_FINISH; + case -1: + case "UNRECOGNIZED": + default: + return MessageGroupStatus.UNRECOGNIZED; + } +} + +export function messageGroupStatusToJSON(object: MessageGroupStatus): string { + switch (object) { + case MessageGroupStatus.MESSAGE_GROUP_NONE: + return "MESSAGE_GROUP_NONE"; + case MessageGroupStatus.MESSAGE_GROUP_DOING: + return "MESSAGE_GROUP_DOING"; + case MessageGroupStatus.MESSAGE_GROUP_FINISH: + return "MESSAGE_GROUP_FINISH"; + case MessageGroupStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdDialogueType { + CmdDialogueTypeNone = 0, + CmdGetDialogueEventDataCsReq = 2401, + CmdGetDialogueEventDataScRsp = 2402, + CmdSelectDialogueEventCsReq = 2403, + CmdSelectDialogueEventScRsp = 2404, + CmdSyncDialogueEventDataScNotify = 2405, + UNRECOGNIZED = -1, +} + +export function cmdDialogueTypeFromJSON(object: any): CmdDialogueType { + switch (object) { + case 0: + case "CmdDialogueTypeNone": + return CmdDialogueType.CmdDialogueTypeNone; + case 2401: + case "CmdGetDialogueEventDataCsReq": + return CmdDialogueType.CmdGetDialogueEventDataCsReq; + case 2402: + case "CmdGetDialogueEventDataScRsp": + return CmdDialogueType.CmdGetDialogueEventDataScRsp; + case 2403: + case "CmdSelectDialogueEventCsReq": + return CmdDialogueType.CmdSelectDialogueEventCsReq; + case 2404: + case "CmdSelectDialogueEventScRsp": + return CmdDialogueType.CmdSelectDialogueEventScRsp; + case 2405: + case "CmdSyncDialogueEventDataScNotify": + return CmdDialogueType.CmdSyncDialogueEventDataScNotify; + case -1: + case "UNRECOGNIZED": + default: + return CmdDialogueType.UNRECOGNIZED; + } +} + +export function cmdDialogueTypeToJSON(object: CmdDialogueType): string { + switch (object) { + case CmdDialogueType.CmdDialogueTypeNone: + return "CmdDialogueTypeNone"; + case CmdDialogueType.CmdGetDialogueEventDataCsReq: + return "CmdGetDialogueEventDataCsReq"; + case CmdDialogueType.CmdGetDialogueEventDataScRsp: + return "CmdGetDialogueEventDataScRsp"; + case CmdDialogueType.CmdSelectDialogueEventCsReq: + return "CmdSelectDialogueEventCsReq"; + case CmdDialogueType.CmdSelectDialogueEventScRsp: + return "CmdSelectDialogueEventScRsp"; + case CmdDialogueType.CmdSyncDialogueEventDataScNotify: + return "CmdSyncDialogueEventDataScNotify"; + case CmdDialogueType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdExpeditionType { + CmdExpeditionTypeNone = 0, + CmdGetExpeditionDataCsReq = 2501, + CmdGetExpeditionDataScRsp = 2502, + CmdAcceptExpeditionCsReq = 2503, + CmdAcceptExpeditionScRsp = 2504, + CmdCancelExpeditionCsReq = 2505, + CmdCancelExpeditionScRsp = 2506, + CmdTakeExpeditionRewardCsReq = 2507, + CmdTakeExpeditionRewardScRsp = 2508, + UNRECOGNIZED = -1, +} + +export function cmdExpeditionTypeFromJSON(object: any): CmdExpeditionType { + switch (object) { + case 0: + case "CmdExpeditionTypeNone": + return CmdExpeditionType.CmdExpeditionTypeNone; + case 2501: + case "CmdGetExpeditionDataCsReq": + return CmdExpeditionType.CmdGetExpeditionDataCsReq; + case 2502: + case "CmdGetExpeditionDataScRsp": + return CmdExpeditionType.CmdGetExpeditionDataScRsp; + case 2503: + case "CmdAcceptExpeditionCsReq": + return CmdExpeditionType.CmdAcceptExpeditionCsReq; + case 2504: + case "CmdAcceptExpeditionScRsp": + return CmdExpeditionType.CmdAcceptExpeditionScRsp; + case 2505: + case "CmdCancelExpeditionCsReq": + return CmdExpeditionType.CmdCancelExpeditionCsReq; + case 2506: + case "CmdCancelExpeditionScRsp": + return CmdExpeditionType.CmdCancelExpeditionScRsp; + case 2507: + case "CmdTakeExpeditionRewardCsReq": + return CmdExpeditionType.CmdTakeExpeditionRewardCsReq; + case 2508: + case "CmdTakeExpeditionRewardScRsp": + return CmdExpeditionType.CmdTakeExpeditionRewardScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdExpeditionType.UNRECOGNIZED; + } +} + +export function cmdExpeditionTypeToJSON(object: CmdExpeditionType): string { + switch (object) { + case CmdExpeditionType.CmdExpeditionTypeNone: + return "CmdExpeditionTypeNone"; + case CmdExpeditionType.CmdGetExpeditionDataCsReq: + return "CmdGetExpeditionDataCsReq"; + case CmdExpeditionType.CmdGetExpeditionDataScRsp: + return "CmdGetExpeditionDataScRsp"; + case CmdExpeditionType.CmdAcceptExpeditionCsReq: + return "CmdAcceptExpeditionCsReq"; + case CmdExpeditionType.CmdAcceptExpeditionScRsp: + return "CmdAcceptExpeditionScRsp"; + case CmdExpeditionType.CmdCancelExpeditionCsReq: + return "CmdCancelExpeditionCsReq"; + case CmdExpeditionType.CmdCancelExpeditionScRsp: + return "CmdCancelExpeditionScRsp"; + case CmdExpeditionType.CmdTakeExpeditionRewardCsReq: + return "CmdTakeExpeditionRewardCsReq"; + case CmdExpeditionType.CmdTakeExpeditionRewardScRsp: + return "CmdTakeExpeditionRewardScRsp"; + case CmdExpeditionType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdGachaType { + CmdGachaTypeNone = 0, + CmdGetGachaInfoCsReq = 1901, + CmdGetGachaInfoScRsp = 1902, + CmdDoGachaCsReq = 1903, + CmdDoGachaScRsp = 1904, + UNRECOGNIZED = -1, +} + +export function cmdGachaTypeFromJSON(object: any): CmdGachaType { + switch (object) { + case 0: + case "CmdGachaTypeNone": + return CmdGachaType.CmdGachaTypeNone; + case 1901: + case "CmdGetGachaInfoCsReq": + return CmdGachaType.CmdGetGachaInfoCsReq; + case 1902: + case "CmdGetGachaInfoScRsp": + return CmdGachaType.CmdGetGachaInfoScRsp; + case 1903: + case "CmdDoGachaCsReq": + return CmdGachaType.CmdDoGachaCsReq; + case 1904: + case "CmdDoGachaScRsp": + return CmdGachaType.CmdDoGachaScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdGachaType.UNRECOGNIZED; + } +} + +export function cmdGachaTypeToJSON(object: CmdGachaType): string { + switch (object) { + case CmdGachaType.CmdGachaTypeNone: + return "CmdGachaTypeNone"; + case CmdGachaType.CmdGetGachaInfoCsReq: + return "CmdGetGachaInfoCsReq"; + case CmdGachaType.CmdGetGachaInfoScRsp: + return "CmdGetGachaInfoScRsp"; + case CmdGachaType.CmdDoGachaCsReq: + return "CmdDoGachaCsReq"; + case CmdGachaType.CmdDoGachaScRsp: + return "CmdDoGachaScRsp"; + case CmdGachaType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdItemType { + CmdItemTypeNone = 0, + CmdGetBagCsReq = 501, + CmdGetBagScRsp = 502, + CmdPromoteEquipmentCsReq = 503, + CmdPromoteEquipmentScRsp = 504, + CmdLockEquipmentCsReq = 505, + CmdLockEquipmentScRsp = 506, + CmdUseItemCsReq = 507, + CmdUseItemScRsp = 508, + CmdRankUpEquipmentCsReq = 509, + CmdRankUpEquipmentScRsp = 510, + CmdExpUpEquipmentCsReq = 511, + CmdExpUpEquipmentScRsp = 512, + CmdComposeItemCsReq = 513, + CmdComposeItemScRsp = 514, + CmdExpUpRelicCsReq = 515, + CmdExpUpRelicScRsp = 516, + CmdLockRelicCsReq = 517, + CmdLockRelicScRsp = 518, + CmdSellItemCsReq = 519, + CmdSellItemScRsp = 520, + CmdRechargeSuccNotify = 521, + UNRECOGNIZED = -1, +} + +export function cmdItemTypeFromJSON(object: any): CmdItemType { + switch (object) { + case 0: + case "CmdItemTypeNone": + return CmdItemType.CmdItemTypeNone; + case 501: + case "CmdGetBagCsReq": + return CmdItemType.CmdGetBagCsReq; + case 502: + case "CmdGetBagScRsp": + return CmdItemType.CmdGetBagScRsp; + case 503: + case "CmdPromoteEquipmentCsReq": + return CmdItemType.CmdPromoteEquipmentCsReq; + case 504: + case "CmdPromoteEquipmentScRsp": + return CmdItemType.CmdPromoteEquipmentScRsp; + case 505: + case "CmdLockEquipmentCsReq": + return CmdItemType.CmdLockEquipmentCsReq; + case 506: + case "CmdLockEquipmentScRsp": + return CmdItemType.CmdLockEquipmentScRsp; + case 507: + case "CmdUseItemCsReq": + return CmdItemType.CmdUseItemCsReq; + case 508: + case "CmdUseItemScRsp": + return CmdItemType.CmdUseItemScRsp; + case 509: + case "CmdRankUpEquipmentCsReq": + return CmdItemType.CmdRankUpEquipmentCsReq; + case 510: + case "CmdRankUpEquipmentScRsp": + return CmdItemType.CmdRankUpEquipmentScRsp; + case 511: + case "CmdExpUpEquipmentCsReq": + return CmdItemType.CmdExpUpEquipmentCsReq; + case 512: + case "CmdExpUpEquipmentScRsp": + return CmdItemType.CmdExpUpEquipmentScRsp; + case 513: + case "CmdComposeItemCsReq": + return CmdItemType.CmdComposeItemCsReq; + case 514: + case "CmdComposeItemScRsp": + return CmdItemType.CmdComposeItemScRsp; + case 515: + case "CmdExpUpRelicCsReq": + return CmdItemType.CmdExpUpRelicCsReq; + case 516: + case "CmdExpUpRelicScRsp": + return CmdItemType.CmdExpUpRelicScRsp; + case 517: + case "CmdLockRelicCsReq": + return CmdItemType.CmdLockRelicCsReq; + case 518: + case "CmdLockRelicScRsp": + return CmdItemType.CmdLockRelicScRsp; + case 519: + case "CmdSellItemCsReq": + return CmdItemType.CmdSellItemCsReq; + case 520: + case "CmdSellItemScRsp": + return CmdItemType.CmdSellItemScRsp; + case 521: + case "CmdRechargeSuccNotify": + return CmdItemType.CmdRechargeSuccNotify; + case -1: + case "UNRECOGNIZED": + default: + return CmdItemType.UNRECOGNIZED; + } +} + +export function cmdItemTypeToJSON(object: CmdItemType): string { + switch (object) { + case CmdItemType.CmdItemTypeNone: + return "CmdItemTypeNone"; + case CmdItemType.CmdGetBagCsReq: + return "CmdGetBagCsReq"; + case CmdItemType.CmdGetBagScRsp: + return "CmdGetBagScRsp"; + case CmdItemType.CmdPromoteEquipmentCsReq: + return "CmdPromoteEquipmentCsReq"; + case CmdItemType.CmdPromoteEquipmentScRsp: + return "CmdPromoteEquipmentScRsp"; + case CmdItemType.CmdLockEquipmentCsReq: + return "CmdLockEquipmentCsReq"; + case CmdItemType.CmdLockEquipmentScRsp: + return "CmdLockEquipmentScRsp"; + case CmdItemType.CmdUseItemCsReq: + return "CmdUseItemCsReq"; + case CmdItemType.CmdUseItemScRsp: + return "CmdUseItemScRsp"; + case CmdItemType.CmdRankUpEquipmentCsReq: + return "CmdRankUpEquipmentCsReq"; + case CmdItemType.CmdRankUpEquipmentScRsp: + return "CmdRankUpEquipmentScRsp"; + case CmdItemType.CmdExpUpEquipmentCsReq: + return "CmdExpUpEquipmentCsReq"; + case CmdItemType.CmdExpUpEquipmentScRsp: + return "CmdExpUpEquipmentScRsp"; + case CmdItemType.CmdComposeItemCsReq: + return "CmdComposeItemCsReq"; + case CmdItemType.CmdComposeItemScRsp: + return "CmdComposeItemScRsp"; + case CmdItemType.CmdExpUpRelicCsReq: + return "CmdExpUpRelicCsReq"; + case CmdItemType.CmdExpUpRelicScRsp: + return "CmdExpUpRelicScRsp"; + case CmdItemType.CmdLockRelicCsReq: + return "CmdLockRelicCsReq"; + case CmdItemType.CmdLockRelicScRsp: + return "CmdLockRelicScRsp"; + case CmdItemType.CmdSellItemCsReq: + return "CmdSellItemCsReq"; + case CmdItemType.CmdSellItemScRsp: + return "CmdSellItemScRsp"; + case CmdItemType.CmdRechargeSuccNotify: + return "CmdRechargeSuccNotify"; + case CmdItemType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdLineupType { + CmdLineupTypeNone = 0, + CmdGetStageLineupCsReq = 701, + CmdGetStageLineupScRsp = 702, + CmdGetCurLineupDataCsReq = 703, + CmdGetCurLineupDataScRsp = 704, + CmdJoinLineupCsReq = 705, + CmdJoinLineupScRsp = 706, + CmdQuitLineupCsReq = 707, + CmdQuitLineupScRsp = 708, + CmdSwapLineupCsReq = 709, + CmdSwapLineupScRsp = 710, + CmdSyncLineupNotify = 711, + CmdGetLineupAvatarDataCsReq = 712, + CmdGetLineupAvatarDataScRsp = 713, + CmdChangeLineupLeaderCsReq = 714, + CmdChangeLineupLeaderScRsp = 715, + CmdSwitchLineupIndexCsReq = 716, + CmdSwitchLineupIndexScRsp = 717, + CmdSetLineupNameCsReq = 718, + CmdSetLineupNameScRsp = 719, + CmdGetAllLineupDataCsReq = 720, + CmdGetAllLineupDataScRsp = 721, + CmdVirtualLineupDestroyNotify = 722, + UNRECOGNIZED = -1, +} + +export function cmdLineupTypeFromJSON(object: any): CmdLineupType { + switch (object) { + case 0: + case "CmdLineupTypeNone": + return CmdLineupType.CmdLineupTypeNone; + case 701: + case "CmdGetStageLineupCsReq": + return CmdLineupType.CmdGetStageLineupCsReq; + case 702: + case "CmdGetStageLineupScRsp": + return CmdLineupType.CmdGetStageLineupScRsp; + case 703: + case "CmdGetCurLineupDataCsReq": + return CmdLineupType.CmdGetCurLineupDataCsReq; + case 704: + case "CmdGetCurLineupDataScRsp": + return CmdLineupType.CmdGetCurLineupDataScRsp; + case 705: + case "CmdJoinLineupCsReq": + return CmdLineupType.CmdJoinLineupCsReq; + case 706: + case "CmdJoinLineupScRsp": + return CmdLineupType.CmdJoinLineupScRsp; + case 707: + case "CmdQuitLineupCsReq": + return CmdLineupType.CmdQuitLineupCsReq; + case 708: + case "CmdQuitLineupScRsp": + return CmdLineupType.CmdQuitLineupScRsp; + case 709: + case "CmdSwapLineupCsReq": + return CmdLineupType.CmdSwapLineupCsReq; + case 710: + case "CmdSwapLineupScRsp": + return CmdLineupType.CmdSwapLineupScRsp; + case 711: + case "CmdSyncLineupNotify": + return CmdLineupType.CmdSyncLineupNotify; + case 712: + case "CmdGetLineupAvatarDataCsReq": + return CmdLineupType.CmdGetLineupAvatarDataCsReq; + case 713: + case "CmdGetLineupAvatarDataScRsp": + return CmdLineupType.CmdGetLineupAvatarDataScRsp; + case 714: + case "CmdChangeLineupLeaderCsReq": + return CmdLineupType.CmdChangeLineupLeaderCsReq; + case 715: + case "CmdChangeLineupLeaderScRsp": + return CmdLineupType.CmdChangeLineupLeaderScRsp; + case 716: + case "CmdSwitchLineupIndexCsReq": + return CmdLineupType.CmdSwitchLineupIndexCsReq; + case 717: + case "CmdSwitchLineupIndexScRsp": + return CmdLineupType.CmdSwitchLineupIndexScRsp; + case 718: + case "CmdSetLineupNameCsReq": + return CmdLineupType.CmdSetLineupNameCsReq; + case 719: + case "CmdSetLineupNameScRsp": + return CmdLineupType.CmdSetLineupNameScRsp; + case 720: + case "CmdGetAllLineupDataCsReq": + return CmdLineupType.CmdGetAllLineupDataCsReq; + case 721: + case "CmdGetAllLineupDataScRsp": + return CmdLineupType.CmdGetAllLineupDataScRsp; + case 722: + case "CmdVirtualLineupDestroyNotify": + return CmdLineupType.CmdVirtualLineupDestroyNotify; + case -1: + case "UNRECOGNIZED": + default: + return CmdLineupType.UNRECOGNIZED; + } +} + +export function cmdLineupTypeToJSON(object: CmdLineupType): string { + switch (object) { + case CmdLineupType.CmdLineupTypeNone: + return "CmdLineupTypeNone"; + case CmdLineupType.CmdGetStageLineupCsReq: + return "CmdGetStageLineupCsReq"; + case CmdLineupType.CmdGetStageLineupScRsp: + return "CmdGetStageLineupScRsp"; + case CmdLineupType.CmdGetCurLineupDataCsReq: + return "CmdGetCurLineupDataCsReq"; + case CmdLineupType.CmdGetCurLineupDataScRsp: + return "CmdGetCurLineupDataScRsp"; + case CmdLineupType.CmdJoinLineupCsReq: + return "CmdJoinLineupCsReq"; + case CmdLineupType.CmdJoinLineupScRsp: + return "CmdJoinLineupScRsp"; + case CmdLineupType.CmdQuitLineupCsReq: + return "CmdQuitLineupCsReq"; + case CmdLineupType.CmdQuitLineupScRsp: + return "CmdQuitLineupScRsp"; + case CmdLineupType.CmdSwapLineupCsReq: + return "CmdSwapLineupCsReq"; + case CmdLineupType.CmdSwapLineupScRsp: + return "CmdSwapLineupScRsp"; + case CmdLineupType.CmdSyncLineupNotify: + return "CmdSyncLineupNotify"; + case CmdLineupType.CmdGetLineupAvatarDataCsReq: + return "CmdGetLineupAvatarDataCsReq"; + case CmdLineupType.CmdGetLineupAvatarDataScRsp: + return "CmdGetLineupAvatarDataScRsp"; + case CmdLineupType.CmdChangeLineupLeaderCsReq: + return "CmdChangeLineupLeaderCsReq"; + case CmdLineupType.CmdChangeLineupLeaderScRsp: + return "CmdChangeLineupLeaderScRsp"; + case CmdLineupType.CmdSwitchLineupIndexCsReq: + return "CmdSwitchLineupIndexCsReq"; + case CmdLineupType.CmdSwitchLineupIndexScRsp: + return "CmdSwitchLineupIndexScRsp"; + case CmdLineupType.CmdSetLineupNameCsReq: + return "CmdSetLineupNameCsReq"; + case CmdLineupType.CmdSetLineupNameScRsp: + return "CmdSetLineupNameScRsp"; + case CmdLineupType.CmdGetAllLineupDataCsReq: + return "CmdGetAllLineupDataCsReq"; + case CmdLineupType.CmdGetAllLineupDataScRsp: + return "CmdGetAllLineupDataScRsp"; + case CmdLineupType.CmdVirtualLineupDestroyNotify: + return "CmdVirtualLineupDestroyNotify"; + case CmdLineupType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum ExtraLineupType { + LINEUP_NONE = 0, + LINEUP_CHALLENGE = 1, + LINEUP_ROGUE = 2, + LINEUP_CHALLENGE_2 = 3, + LINEUP_CHALLENGE_3 = 4, + LINEUP_ROGUE_CHALLENGE = 5, + UNRECOGNIZED = -1, +} + +export function extraLineupTypeFromJSON(object: any): ExtraLineupType { + switch (object) { + case 0: + case "LINEUP_NONE": + return ExtraLineupType.LINEUP_NONE; + case 1: + case "LINEUP_CHALLENGE": + return ExtraLineupType.LINEUP_CHALLENGE; + case 2: + case "LINEUP_ROGUE": + return ExtraLineupType.LINEUP_ROGUE; + case 3: + case "LINEUP_CHALLENGE_2": + return ExtraLineupType.LINEUP_CHALLENGE_2; + case 4: + case "LINEUP_CHALLENGE_3": + return ExtraLineupType.LINEUP_CHALLENGE_3; + case 5: + case "LINEUP_ROGUE_CHALLENGE": + return ExtraLineupType.LINEUP_ROGUE_CHALLENGE; + case -1: + case "UNRECOGNIZED": + default: + return ExtraLineupType.UNRECOGNIZED; + } +} + +export function extraLineupTypeToJSON(object: ExtraLineupType): string { + switch (object) { + case ExtraLineupType.LINEUP_NONE: + return "LINEUP_NONE"; + case ExtraLineupType.LINEUP_CHALLENGE: + return "LINEUP_CHALLENGE"; + case ExtraLineupType.LINEUP_ROGUE: + return "LINEUP_ROGUE"; + case ExtraLineupType.LINEUP_CHALLENGE_2: + return "LINEUP_CHALLENGE_2"; + case ExtraLineupType.LINEUP_CHALLENGE_3: + return "LINEUP_CHALLENGE_3"; + case ExtraLineupType.LINEUP_ROGUE_CHALLENGE: + return "LINEUP_ROGUE_CHALLENGE"; + case ExtraLineupType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum SyncLineupReason { + SYNC_REASON_NONE = 0, + SYNC_REASON_MP_ADD = 1, + SYNC_REASON_HP_ADD = 2, + UNRECOGNIZED = -1, +} + +export function syncLineupReasonFromJSON(object: any): SyncLineupReason { + switch (object) { + case 0: + case "SYNC_REASON_NONE": + return SyncLineupReason.SYNC_REASON_NONE; + case 1: + case "SYNC_REASON_MP_ADD": + return SyncLineupReason.SYNC_REASON_MP_ADD; + case 2: + case "SYNC_REASON_HP_ADD": + return SyncLineupReason.SYNC_REASON_HP_ADD; + case -1: + case "UNRECOGNIZED": + default: + return SyncLineupReason.UNRECOGNIZED; + } +} + +export function syncLineupReasonToJSON(object: SyncLineupReason): string { + switch (object) { + case SyncLineupReason.SYNC_REASON_NONE: + return "SYNC_REASON_NONE"; + case SyncLineupReason.SYNC_REASON_MP_ADD: + return "SYNC_REASON_MP_ADD"; + case SyncLineupReason.SYNC_REASON_HP_ADD: + return "SYNC_REASON_HP_ADD"; + case SyncLineupReason.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdMailType { + CmdMailTypeNone = 0, + CmdGetMailCsReq = 801, + CmdGetMailScRsp = 802, + CmdMarkReadMailCsReq = 803, + CmdMarkReadMailScRsp = 804, + CmdDelMailCsReq = 805, + CmdDelMailScRsp = 806, + CmdTakeMailAttachmentCsReq = 807, + CmdTakeMailAttachmentScRsp = 808, + CmdNewMailScNotify = 809, + UNRECOGNIZED = -1, +} + +export function cmdMailTypeFromJSON(object: any): CmdMailType { + switch (object) { + case 0: + case "CmdMailTypeNone": + return CmdMailType.CmdMailTypeNone; + case 801: + case "CmdGetMailCsReq": + return CmdMailType.CmdGetMailCsReq; + case 802: + case "CmdGetMailScRsp": + return CmdMailType.CmdGetMailScRsp; + case 803: + case "CmdMarkReadMailCsReq": + return CmdMailType.CmdMarkReadMailCsReq; + case 804: + case "CmdMarkReadMailScRsp": + return CmdMailType.CmdMarkReadMailScRsp; + case 805: + case "CmdDelMailCsReq": + return CmdMailType.CmdDelMailCsReq; + case 806: + case "CmdDelMailScRsp": + return CmdMailType.CmdDelMailScRsp; + case 807: + case "CmdTakeMailAttachmentCsReq": + return CmdMailType.CmdTakeMailAttachmentCsReq; + case 808: + case "CmdTakeMailAttachmentScRsp": + return CmdMailType.CmdTakeMailAttachmentScRsp; + case 809: + case "CmdNewMailScNotify": + return CmdMailType.CmdNewMailScNotify; + case -1: + case "UNRECOGNIZED": + default: + return CmdMailType.UNRECOGNIZED; + } +} + +export function cmdMailTypeToJSON(object: CmdMailType): string { + switch (object) { + case CmdMailType.CmdMailTypeNone: + return "CmdMailTypeNone"; + case CmdMailType.CmdGetMailCsReq: + return "CmdGetMailCsReq"; + case CmdMailType.CmdGetMailScRsp: + return "CmdGetMailScRsp"; + case CmdMailType.CmdMarkReadMailCsReq: + return "CmdMarkReadMailCsReq"; + case CmdMailType.CmdMarkReadMailScRsp: + return "CmdMarkReadMailScRsp"; + case CmdMailType.CmdDelMailCsReq: + return "CmdDelMailCsReq"; + case CmdMailType.CmdDelMailScRsp: + return "CmdDelMailScRsp"; + case CmdMailType.CmdTakeMailAttachmentCsReq: + return "CmdTakeMailAttachmentCsReq"; + case CmdMailType.CmdTakeMailAttachmentScRsp: + return "CmdTakeMailAttachmentScRsp"; + case CmdMailType.CmdNewMailScNotify: + return "CmdNewMailScNotify"; + case CmdMailType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdMazeType { + CmdMazeTypeNode = 0, + CmdGetMazeCsReq = 1001, + CmdGetMazeScRsp = 1002, + CmdChooseMazeSeriesCsReq = 1003, + CmdChooseMazeSeriesScRsp = 1004, + CmdChooseMazeAbilityCsReq = 1005, + CmdChooseMazeAbilityScRsp = 1006, + CmdEnterMazeCsReq = 1007, + CmdEnterMazeScRsp = 1008, + CmdMazeBuffScNotify = 1011, + CmdCastMazeSkillCsReq = 1012, + CmdCastMazeSkillScRsp = 1013, + CmdMazePlaneEventScNotify = 1014, + CmdEnterMazeByServerScNotify = 1015, + CmdGetMazeMapInfoCsReq = 1016, + CmdGetMazeMapInfoScRsp = 1017, + CmdGetMazeTimeOfDayCsReq = 1018, + CmdGetMazeTimeOfDayScRsp = 1019, + CmdSetMazeTimeOfDayCsReq = 1020, + CmdSetMazeTimeOfDayScRsp = 1021, + CmdDelMazeTimeOfDayCsReq = 1022, + CmdDelMazeTimeOfDayScRsp = 1023, + CmdReturnStartAnchorCsReq = 1024, + CmdReturnStartAnchorScRsp = 1025, + UNRECOGNIZED = -1, +} + +export function cmdMazeTypeFromJSON(object: any): CmdMazeType { + switch (object) { + case 0: + case "CmdMazeTypeNode": + return CmdMazeType.CmdMazeTypeNode; + case 1001: + case "CmdGetMazeCsReq": + return CmdMazeType.CmdGetMazeCsReq; + case 1002: + case "CmdGetMazeScRsp": + return CmdMazeType.CmdGetMazeScRsp; + case 1003: + case "CmdChooseMazeSeriesCsReq": + return CmdMazeType.CmdChooseMazeSeriesCsReq; + case 1004: + case "CmdChooseMazeSeriesScRsp": + return CmdMazeType.CmdChooseMazeSeriesScRsp; + case 1005: + case "CmdChooseMazeAbilityCsReq": + return CmdMazeType.CmdChooseMazeAbilityCsReq; + case 1006: + case "CmdChooseMazeAbilityScRsp": + return CmdMazeType.CmdChooseMazeAbilityScRsp; + case 1007: + case "CmdEnterMazeCsReq": + return CmdMazeType.CmdEnterMazeCsReq; + case 1008: + case "CmdEnterMazeScRsp": + return CmdMazeType.CmdEnterMazeScRsp; + case 1011: + case "CmdMazeBuffScNotify": + return CmdMazeType.CmdMazeBuffScNotify; + case 1012: + case "CmdCastMazeSkillCsReq": + return CmdMazeType.CmdCastMazeSkillCsReq; + case 1013: + case "CmdCastMazeSkillScRsp": + return CmdMazeType.CmdCastMazeSkillScRsp; + case 1014: + case "CmdMazePlaneEventScNotify": + return CmdMazeType.CmdMazePlaneEventScNotify; + case 1015: + case "CmdEnterMazeByServerScNotify": + return CmdMazeType.CmdEnterMazeByServerScNotify; + case 1016: + case "CmdGetMazeMapInfoCsReq": + return CmdMazeType.CmdGetMazeMapInfoCsReq; + case 1017: + case "CmdGetMazeMapInfoScRsp": + return CmdMazeType.CmdGetMazeMapInfoScRsp; + case 1018: + case "CmdGetMazeTimeOfDayCsReq": + return CmdMazeType.CmdGetMazeTimeOfDayCsReq; + case 1019: + case "CmdGetMazeTimeOfDayScRsp": + return CmdMazeType.CmdGetMazeTimeOfDayScRsp; + case 1020: + case "CmdSetMazeTimeOfDayCsReq": + return CmdMazeType.CmdSetMazeTimeOfDayCsReq; + case 1021: + case "CmdSetMazeTimeOfDayScRsp": + return CmdMazeType.CmdSetMazeTimeOfDayScRsp; + case 1022: + case "CmdDelMazeTimeOfDayCsReq": + return CmdMazeType.CmdDelMazeTimeOfDayCsReq; + case 1023: + case "CmdDelMazeTimeOfDayScRsp": + return CmdMazeType.CmdDelMazeTimeOfDayScRsp; + case 1024: + case "CmdReturnStartAnchorCsReq": + return CmdMazeType.CmdReturnStartAnchorCsReq; + case 1025: + case "CmdReturnStartAnchorScRsp": + return CmdMazeType.CmdReturnStartAnchorScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdMazeType.UNRECOGNIZED; + } +} + +export function cmdMazeTypeToJSON(object: CmdMazeType): string { + switch (object) { + case CmdMazeType.CmdMazeTypeNode: + return "CmdMazeTypeNode"; + case CmdMazeType.CmdGetMazeCsReq: + return "CmdGetMazeCsReq"; + case CmdMazeType.CmdGetMazeScRsp: + return "CmdGetMazeScRsp"; + case CmdMazeType.CmdChooseMazeSeriesCsReq: + return "CmdChooseMazeSeriesCsReq"; + case CmdMazeType.CmdChooseMazeSeriesScRsp: + return "CmdChooseMazeSeriesScRsp"; + case CmdMazeType.CmdChooseMazeAbilityCsReq: + return "CmdChooseMazeAbilityCsReq"; + case CmdMazeType.CmdChooseMazeAbilityScRsp: + return "CmdChooseMazeAbilityScRsp"; + case CmdMazeType.CmdEnterMazeCsReq: + return "CmdEnterMazeCsReq"; + case CmdMazeType.CmdEnterMazeScRsp: + return "CmdEnterMazeScRsp"; + case CmdMazeType.CmdMazeBuffScNotify: + return "CmdMazeBuffScNotify"; + case CmdMazeType.CmdCastMazeSkillCsReq: + return "CmdCastMazeSkillCsReq"; + case CmdMazeType.CmdCastMazeSkillScRsp: + return "CmdCastMazeSkillScRsp"; + case CmdMazeType.CmdMazePlaneEventScNotify: + return "CmdMazePlaneEventScNotify"; + case CmdMazeType.CmdEnterMazeByServerScNotify: + return "CmdEnterMazeByServerScNotify"; + case CmdMazeType.CmdGetMazeMapInfoCsReq: + return "CmdGetMazeMapInfoCsReq"; + case CmdMazeType.CmdGetMazeMapInfoScRsp: + return "CmdGetMazeMapInfoScRsp"; + case CmdMazeType.CmdGetMazeTimeOfDayCsReq: + return "CmdGetMazeTimeOfDayCsReq"; + case CmdMazeType.CmdGetMazeTimeOfDayScRsp: + return "CmdGetMazeTimeOfDayScRsp"; + case CmdMazeType.CmdSetMazeTimeOfDayCsReq: + return "CmdSetMazeTimeOfDayCsReq"; + case CmdMazeType.CmdSetMazeTimeOfDayScRsp: + return "CmdSetMazeTimeOfDayScRsp"; + case CmdMazeType.CmdDelMazeTimeOfDayCsReq: + return "CmdDelMazeTimeOfDayCsReq"; + case CmdMazeType.CmdDelMazeTimeOfDayScRsp: + return "CmdDelMazeTimeOfDayScRsp"; + case CmdMazeType.CmdReturnStartAnchorCsReq: + return "CmdReturnStartAnchorCsReq"; + case CmdMazeType.CmdReturnStartAnchorScRsp: + return "CmdReturnStartAnchorScRsp"; + case CmdMazeType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum MazeBuffOp { + MAZE_BUFF_OP_NONE = 0, + MAZE_BUFF_OP_ADD = 1, + MAZE_BUFF_OP_DEL = 2, + UNRECOGNIZED = -1, +} + +export function mazeBuffOpFromJSON(object: any): MazeBuffOp { + switch (object) { + case 0: + case "MAZE_BUFF_OP_NONE": + return MazeBuffOp.MAZE_BUFF_OP_NONE; + case 1: + case "MAZE_BUFF_OP_ADD": + return MazeBuffOp.MAZE_BUFF_OP_ADD; + case 2: + case "MAZE_BUFF_OP_DEL": + return MazeBuffOp.MAZE_BUFF_OP_DEL; + case -1: + case "UNRECOGNIZED": + default: + return MazeBuffOp.UNRECOGNIZED; + } +} + +export function mazeBuffOpToJSON(object: MazeBuffOp): string { + switch (object) { + case MazeBuffOp.MAZE_BUFF_OP_NONE: + return "MAZE_BUFF_OP_NONE"; + case MazeBuffOp.MAZE_BUFF_OP_ADD: + return "MAZE_BUFF_OP_ADD"; + case MazeBuffOp.MAZE_BUFF_OP_DEL: + return "MAZE_BUFF_OP_DEL"; + case MazeBuffOp.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum EnterMazeReason { + REASON_NONE = 0, + REASON_CHALLENGE_TIMEOUT = 1, + REASON_ROGUE_TIMEOUT = 2, + UNRECOGNIZED = -1, +} + +export function enterMazeReasonFromJSON(object: any): EnterMazeReason { + switch (object) { + case 0: + case "REASON_NONE": + return EnterMazeReason.REASON_NONE; + case 1: + case "REASON_CHALLENGE_TIMEOUT": + return EnterMazeReason.REASON_CHALLENGE_TIMEOUT; + case 2: + case "REASON_ROGUE_TIMEOUT": + return EnterMazeReason.REASON_ROGUE_TIMEOUT; + case -1: + case "UNRECOGNIZED": + default: + return EnterMazeReason.UNRECOGNIZED; + } +} + +export function enterMazeReasonToJSON(object: EnterMazeReason): string { + switch (object) { + case EnterMazeReason.REASON_NONE: + return "REASON_NONE"; + case EnterMazeReason.REASON_CHALLENGE_TIMEOUT: + return "REASON_CHALLENGE_TIMEOUT"; + case EnterMazeReason.REASON_ROGUE_TIMEOUT: + return "REASON_ROGUE_TIMEOUT"; + case EnterMazeReason.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdMessageType { + CmdMessageTypeNone = 0, + CmdGetNpcMessageGroupCsReq = 2701, + CmdGetNpcMessageGroupScRsp = 2702, + CmdGetNpcStatusCsReq = 2703, + CmdGetNpcStatusScRsp = 2704, + CmdFinishItemIdCsReq = 2705, + CmdFinishItemIdScRsp = 2706, + CmdFinishSectionIdCsReq = 2707, + CmdFinishSectionIdScRsp = 2708, + UNRECOGNIZED = -1, +} + +export function cmdMessageTypeFromJSON(object: any): CmdMessageType { + switch (object) { + case 0: + case "CmdMessageTypeNone": + return CmdMessageType.CmdMessageTypeNone; + case 2701: + case "CmdGetNpcMessageGroupCsReq": + return CmdMessageType.CmdGetNpcMessageGroupCsReq; + case 2702: + case "CmdGetNpcMessageGroupScRsp": + return CmdMessageType.CmdGetNpcMessageGroupScRsp; + case 2703: + case "CmdGetNpcStatusCsReq": + return CmdMessageType.CmdGetNpcStatusCsReq; + case 2704: + case "CmdGetNpcStatusScRsp": + return CmdMessageType.CmdGetNpcStatusScRsp; + case 2705: + case "CmdFinishItemIdCsReq": + return CmdMessageType.CmdFinishItemIdCsReq; + case 2706: + case "CmdFinishItemIdScRsp": + return CmdMessageType.CmdFinishItemIdScRsp; + case 2707: + case "CmdFinishSectionIdCsReq": + return CmdMessageType.CmdFinishSectionIdCsReq; + case 2708: + case "CmdFinishSectionIdScRsp": + return CmdMessageType.CmdFinishSectionIdScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdMessageType.UNRECOGNIZED; + } +} + +export function cmdMessageTypeToJSON(object: CmdMessageType): string { + switch (object) { + case CmdMessageType.CmdMessageTypeNone: + return "CmdMessageTypeNone"; + case CmdMessageType.CmdGetNpcMessageGroupCsReq: + return "CmdGetNpcMessageGroupCsReq"; + case CmdMessageType.CmdGetNpcMessageGroupScRsp: + return "CmdGetNpcMessageGroupScRsp"; + case CmdMessageType.CmdGetNpcStatusCsReq: + return "CmdGetNpcStatusCsReq"; + case CmdMessageType.CmdGetNpcStatusScRsp: + return "CmdGetNpcStatusScRsp"; + case CmdMessageType.CmdFinishItemIdCsReq: + return "CmdFinishItemIdCsReq"; + case CmdMessageType.CmdFinishItemIdScRsp: + return "CmdFinishItemIdScRsp"; + case CmdMessageType.CmdFinishSectionIdCsReq: + return "CmdFinishSectionIdCsReq"; + case CmdMessageType.CmdFinishSectionIdScRsp: + return "CmdFinishSectionIdScRsp"; + case CmdMessageType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdMissionType { + CmdMissionTypeNone = 0, + CmdGetMissionDataCsReq = 1201, + CmdGetMissionDataScRsp = 1202, + CmdFinishTalkMissionCsReq = 1203, + CmdFinishTalkMissionScRsp = 1204, + CmdMissionRewardScNotify = 1205, + CmdSyncTaskCsReq = 1206, + CmdSyncTaskScRsp = 1207, + CmdDailyTaskDataScNotify = 1208, + CmdTakeDailyTaskExtraRewardCsReq = 1209, + CmdTakeDailyTaskExtraRewardScRsp = 1210, + CmdDailyTaskRewardScNotify = 1211, + CmdMissionGroupWarnScNotify = 1212, + CmdFinishCosumeItemMissionCsReq = 1213, + CmdFinishCosumeItemMissionScRsp = 1214, + CmdGetMissionEventDataCsReq = 1215, + CmdGetMissionEventDataScRsp = 1216, + CmdMissionEventRewardScNotify = 1217, + CmdAcceptMissionEventCsReq = 1218, + CmdAcceptMissionEventScRsp = 1219, + CmdGetMissionStatusCsReq = 1220, + CmdGetMissionStatusScRsp = 1221, + CmdInterruptMissionEventCsReq = 1222, + CmdInterruptMissionEventScRsp = 1223, + CmdSetMissionEventProgressCsReq = 1224, + CmdSetMissionEventProgressScRsp = 1225, + CmdSubMissionRewardScNotify = 1226, + UNRECOGNIZED = -1, +} + +export function cmdMissionTypeFromJSON(object: any): CmdMissionType { + switch (object) { + case 0: + case "CmdMissionTypeNone": + return CmdMissionType.CmdMissionTypeNone; + case 1201: + case "CmdGetMissionDataCsReq": + return CmdMissionType.CmdGetMissionDataCsReq; + case 1202: + case "CmdGetMissionDataScRsp": + return CmdMissionType.CmdGetMissionDataScRsp; + case 1203: + case "CmdFinishTalkMissionCsReq": + return CmdMissionType.CmdFinishTalkMissionCsReq; + case 1204: + case "CmdFinishTalkMissionScRsp": + return CmdMissionType.CmdFinishTalkMissionScRsp; + case 1205: + case "CmdMissionRewardScNotify": + return CmdMissionType.CmdMissionRewardScNotify; + case 1206: + case "CmdSyncTaskCsReq": + return CmdMissionType.CmdSyncTaskCsReq; + case 1207: + case "CmdSyncTaskScRsp": + return CmdMissionType.CmdSyncTaskScRsp; + case 1208: + case "CmdDailyTaskDataScNotify": + return CmdMissionType.CmdDailyTaskDataScNotify; + case 1209: + case "CmdTakeDailyTaskExtraRewardCsReq": + return CmdMissionType.CmdTakeDailyTaskExtraRewardCsReq; + case 1210: + case "CmdTakeDailyTaskExtraRewardScRsp": + return CmdMissionType.CmdTakeDailyTaskExtraRewardScRsp; + case 1211: + case "CmdDailyTaskRewardScNotify": + return CmdMissionType.CmdDailyTaskRewardScNotify; + case 1212: + case "CmdMissionGroupWarnScNotify": + return CmdMissionType.CmdMissionGroupWarnScNotify; + case 1213: + case "CmdFinishCosumeItemMissionCsReq": + return CmdMissionType.CmdFinishCosumeItemMissionCsReq; + case 1214: + case "CmdFinishCosumeItemMissionScRsp": + return CmdMissionType.CmdFinishCosumeItemMissionScRsp; + case 1215: + case "CmdGetMissionEventDataCsReq": + return CmdMissionType.CmdGetMissionEventDataCsReq; + case 1216: + case "CmdGetMissionEventDataScRsp": + return CmdMissionType.CmdGetMissionEventDataScRsp; + case 1217: + case "CmdMissionEventRewardScNotify": + return CmdMissionType.CmdMissionEventRewardScNotify; + case 1218: + case "CmdAcceptMissionEventCsReq": + return CmdMissionType.CmdAcceptMissionEventCsReq; + case 1219: + case "CmdAcceptMissionEventScRsp": + return CmdMissionType.CmdAcceptMissionEventScRsp; + case 1220: + case "CmdGetMissionStatusCsReq": + return CmdMissionType.CmdGetMissionStatusCsReq; + case 1221: + case "CmdGetMissionStatusScRsp": + return CmdMissionType.CmdGetMissionStatusScRsp; + case 1222: + case "CmdInterruptMissionEventCsReq": + return CmdMissionType.CmdInterruptMissionEventCsReq; + case 1223: + case "CmdInterruptMissionEventScRsp": + return CmdMissionType.CmdInterruptMissionEventScRsp; + case 1224: + case "CmdSetMissionEventProgressCsReq": + return CmdMissionType.CmdSetMissionEventProgressCsReq; + case 1225: + case "CmdSetMissionEventProgressScRsp": + return CmdMissionType.CmdSetMissionEventProgressScRsp; + case 1226: + case "CmdSubMissionRewardScNotify": + return CmdMissionType.CmdSubMissionRewardScNotify; + case -1: + case "UNRECOGNIZED": + default: + return CmdMissionType.UNRECOGNIZED; + } +} + +export function cmdMissionTypeToJSON(object: CmdMissionType): string { + switch (object) { + case CmdMissionType.CmdMissionTypeNone: + return "CmdMissionTypeNone"; + case CmdMissionType.CmdGetMissionDataCsReq: + return "CmdGetMissionDataCsReq"; + case CmdMissionType.CmdGetMissionDataScRsp: + return "CmdGetMissionDataScRsp"; + case CmdMissionType.CmdFinishTalkMissionCsReq: + return "CmdFinishTalkMissionCsReq"; + case CmdMissionType.CmdFinishTalkMissionScRsp: + return "CmdFinishTalkMissionScRsp"; + case CmdMissionType.CmdMissionRewardScNotify: + return "CmdMissionRewardScNotify"; + case CmdMissionType.CmdSyncTaskCsReq: + return "CmdSyncTaskCsReq"; + case CmdMissionType.CmdSyncTaskScRsp: + return "CmdSyncTaskScRsp"; + case CmdMissionType.CmdDailyTaskDataScNotify: + return "CmdDailyTaskDataScNotify"; + case CmdMissionType.CmdTakeDailyTaskExtraRewardCsReq: + return "CmdTakeDailyTaskExtraRewardCsReq"; + case CmdMissionType.CmdTakeDailyTaskExtraRewardScRsp: + return "CmdTakeDailyTaskExtraRewardScRsp"; + case CmdMissionType.CmdDailyTaskRewardScNotify: + return "CmdDailyTaskRewardScNotify"; + case CmdMissionType.CmdMissionGroupWarnScNotify: + return "CmdMissionGroupWarnScNotify"; + case CmdMissionType.CmdFinishCosumeItemMissionCsReq: + return "CmdFinishCosumeItemMissionCsReq"; + case CmdMissionType.CmdFinishCosumeItemMissionScRsp: + return "CmdFinishCosumeItemMissionScRsp"; + case CmdMissionType.CmdGetMissionEventDataCsReq: + return "CmdGetMissionEventDataCsReq"; + case CmdMissionType.CmdGetMissionEventDataScRsp: + return "CmdGetMissionEventDataScRsp"; + case CmdMissionType.CmdMissionEventRewardScNotify: + return "CmdMissionEventRewardScNotify"; + case CmdMissionType.CmdAcceptMissionEventCsReq: + return "CmdAcceptMissionEventCsReq"; + case CmdMissionType.CmdAcceptMissionEventScRsp: + return "CmdAcceptMissionEventScRsp"; + case CmdMissionType.CmdGetMissionStatusCsReq: + return "CmdGetMissionStatusCsReq"; + case CmdMissionType.CmdGetMissionStatusScRsp: + return "CmdGetMissionStatusScRsp"; + case CmdMissionType.CmdInterruptMissionEventCsReq: + return "CmdInterruptMissionEventCsReq"; + case CmdMissionType.CmdInterruptMissionEventScRsp: + return "CmdInterruptMissionEventScRsp"; + case CmdMissionType.CmdSetMissionEventProgressCsReq: + return "CmdSetMissionEventProgressCsReq"; + case CmdMissionType.CmdSetMissionEventProgressScRsp: + return "CmdSetMissionEventProgressScRsp"; + case CmdMissionType.CmdSubMissionRewardScNotify: + return "CmdSubMissionRewardScNotify"; + case CmdMissionType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdPlayerType { + CmdPlayerTypeNone = 0, + CmdPlayerLoginCsReq = 1, + CmdPlayerLoginScRsp = 2, + CmdPlayerLogoutCsReq = 3, + CmdPlayerLogoutScRsp = 4, + CmdPlayerGetTokenCsReq = 5, + CmdPlayerGetTokenScRsp = 6, + CmdPlayerKeepAliveNotify = 7, + CmdGmTalkScNotify = 8, + CmdPlayerKickOutScNotify = 9, + CmdGmTalkCsReq = 10, + CmdGmTalkScRsp = 11, + CmdExchangeStaminaCsReq = 14, + CmdExchangeStaminaScRsp = 15, + CmdGetAuthkeyCsReq = 16, + CmdGetAuthkeyScRsp = 17, + CmdRegionStopScNotify = 18, + CmdAntiAddictScNotify = 19, + CmdSetNicknameCsReq = 20, + CmdSetNicknameScRsp = 21, + CmdGetLevelRewardTakenListCsReq = 22, + CmdGetLevelRewardTakenListScRsp = 23, + CmdGetLevelRewardCsReq = 24, + CmdGetLevelRewardScRsp = 25, + CmdSyncTimeCsReq = 26, + CmdSyncTimeScRsp = 27, + CmdSetLanguageCsReq = 28, + CmdSetLanguageScRsp = 29, + CmdServerAnnounceNotify = 30, + CmdSetHeroBasicTypeCsReq = 31, + CmdSetHeroBasicTypeScRsp = 32, + CmdGetHeroBasicTypeInfoCsReq = 33, + CmdGetHeroBasicTypeInfoScRsp = 34, + CmdGetHeroPathCsReq = 35, + CmdGetHeroPathScRsp = 36, + CmdHeroPathChangedNotify = 37, + CmdSetGenderCsReq = 38, + CmdSetGenderScRsp = 39, + CmdSetPlayerInfoCsReq = 40, + CmdSetPlayerInfoScRsp = 41, + CmdHeroBasicTypeChangedNotify = 42, + CmdQueryProductInfoCsReq = 43, + CmdQueryProductInfoScRsp = 44, + CmdClientDownloadDataScNotify = 45, + CmdUpdateFeatureSwitchScNotify = 46, + CmdGetBasicInfoCsReq = 47, + CmdGetBasicInfoScRsp = 48, + CmdDailyRefreshNotify = 49, + UNRECOGNIZED = -1, +} + +export function cmdPlayerTypeFromJSON(object: any): CmdPlayerType { + switch (object) { + case 0: + case "CmdPlayerTypeNone": + return CmdPlayerType.CmdPlayerTypeNone; + case 1: + case "CmdPlayerLoginCsReq": + return CmdPlayerType.CmdPlayerLoginCsReq; + case 2: + case "CmdPlayerLoginScRsp": + return CmdPlayerType.CmdPlayerLoginScRsp; + case 3: + case "CmdPlayerLogoutCsReq": + return CmdPlayerType.CmdPlayerLogoutCsReq; + case 4: + case "CmdPlayerLogoutScRsp": + return CmdPlayerType.CmdPlayerLogoutScRsp; + case 5: + case "CmdPlayerGetTokenCsReq": + return CmdPlayerType.CmdPlayerGetTokenCsReq; + case 6: + case "CmdPlayerGetTokenScRsp": + return CmdPlayerType.CmdPlayerGetTokenScRsp; + case 7: + case "CmdPlayerKeepAliveNotify": + return CmdPlayerType.CmdPlayerKeepAliveNotify; + case 8: + case "CmdGmTalkScNotify": + return CmdPlayerType.CmdGmTalkScNotify; + case 9: + case "CmdPlayerKickOutScNotify": + return CmdPlayerType.CmdPlayerKickOutScNotify; + case 10: + case "CmdGmTalkCsReq": + return CmdPlayerType.CmdGmTalkCsReq; + case 11: + case "CmdGmTalkScRsp": + return CmdPlayerType.CmdGmTalkScRsp; + case 14: + case "CmdExchangeStaminaCsReq": + return CmdPlayerType.CmdExchangeStaminaCsReq; + case 15: + case "CmdExchangeStaminaScRsp": + return CmdPlayerType.CmdExchangeStaminaScRsp; + case 16: + case "CmdGetAuthkeyCsReq": + return CmdPlayerType.CmdGetAuthkeyCsReq; + case 17: + case "CmdGetAuthkeyScRsp": + return CmdPlayerType.CmdGetAuthkeyScRsp; + case 18: + case "CmdRegionStopScNotify": + return CmdPlayerType.CmdRegionStopScNotify; + case 19: + case "CmdAntiAddictScNotify": + return CmdPlayerType.CmdAntiAddictScNotify; + case 20: + case "CmdSetNicknameCsReq": + return CmdPlayerType.CmdSetNicknameCsReq; + case 21: + case "CmdSetNicknameScRsp": + return CmdPlayerType.CmdSetNicknameScRsp; + case 22: + case "CmdGetLevelRewardTakenListCsReq": + return CmdPlayerType.CmdGetLevelRewardTakenListCsReq; + case 23: + case "CmdGetLevelRewardTakenListScRsp": + return CmdPlayerType.CmdGetLevelRewardTakenListScRsp; + case 24: + case "CmdGetLevelRewardCsReq": + return CmdPlayerType.CmdGetLevelRewardCsReq; + case 25: + case "CmdGetLevelRewardScRsp": + return CmdPlayerType.CmdGetLevelRewardScRsp; + case 26: + case "CmdSyncTimeCsReq": + return CmdPlayerType.CmdSyncTimeCsReq; + case 27: + case "CmdSyncTimeScRsp": + return CmdPlayerType.CmdSyncTimeScRsp; + case 28: + case "CmdSetLanguageCsReq": + return CmdPlayerType.CmdSetLanguageCsReq; + case 29: + case "CmdSetLanguageScRsp": + return CmdPlayerType.CmdSetLanguageScRsp; + case 30: + case "CmdServerAnnounceNotify": + return CmdPlayerType.CmdServerAnnounceNotify; + case 31: + case "CmdSetHeroBasicTypeCsReq": + return CmdPlayerType.CmdSetHeroBasicTypeCsReq; + case 32: + case "CmdSetHeroBasicTypeScRsp": + return CmdPlayerType.CmdSetHeroBasicTypeScRsp; + case 33: + case "CmdGetHeroBasicTypeInfoCsReq": + return CmdPlayerType.CmdGetHeroBasicTypeInfoCsReq; + case 34: + case "CmdGetHeroBasicTypeInfoScRsp": + return CmdPlayerType.CmdGetHeroBasicTypeInfoScRsp; + case 35: + case "CmdGetHeroPathCsReq": + return CmdPlayerType.CmdGetHeroPathCsReq; + case 36: + case "CmdGetHeroPathScRsp": + return CmdPlayerType.CmdGetHeroPathScRsp; + case 37: + case "CmdHeroPathChangedNotify": + return CmdPlayerType.CmdHeroPathChangedNotify; + case 38: + case "CmdSetGenderCsReq": + return CmdPlayerType.CmdSetGenderCsReq; + case 39: + case "CmdSetGenderScRsp": + return CmdPlayerType.CmdSetGenderScRsp; + case 40: + case "CmdSetPlayerInfoCsReq": + return CmdPlayerType.CmdSetPlayerInfoCsReq; + case 41: + case "CmdSetPlayerInfoScRsp": + return CmdPlayerType.CmdSetPlayerInfoScRsp; + case 42: + case "CmdHeroBasicTypeChangedNotify": + return CmdPlayerType.CmdHeroBasicTypeChangedNotify; + case 43: + case "CmdQueryProductInfoCsReq": + return CmdPlayerType.CmdQueryProductInfoCsReq; + case 44: + case "CmdQueryProductInfoScRsp": + return CmdPlayerType.CmdQueryProductInfoScRsp; + case 45: + case "CmdClientDownloadDataScNotify": + return CmdPlayerType.CmdClientDownloadDataScNotify; + case 46: + case "CmdUpdateFeatureSwitchScNotify": + return CmdPlayerType.CmdUpdateFeatureSwitchScNotify; + case 47: + case "CmdGetBasicInfoCsReq": + return CmdPlayerType.CmdGetBasicInfoCsReq; + case 48: + case "CmdGetBasicInfoScRsp": + return CmdPlayerType.CmdGetBasicInfoScRsp; + case 49: + case "CmdDailyRefreshNotify": + return CmdPlayerType.CmdDailyRefreshNotify; + case -1: + case "UNRECOGNIZED": + default: + return CmdPlayerType.UNRECOGNIZED; + } +} + +export function cmdPlayerTypeToJSON(object: CmdPlayerType): string { + switch (object) { + case CmdPlayerType.CmdPlayerTypeNone: + return "CmdPlayerTypeNone"; + case CmdPlayerType.CmdPlayerLoginCsReq: + return "CmdPlayerLoginCsReq"; + case CmdPlayerType.CmdPlayerLoginScRsp: + return "CmdPlayerLoginScRsp"; + case CmdPlayerType.CmdPlayerLogoutCsReq: + return "CmdPlayerLogoutCsReq"; + case CmdPlayerType.CmdPlayerLogoutScRsp: + return "CmdPlayerLogoutScRsp"; + case CmdPlayerType.CmdPlayerGetTokenCsReq: + return "CmdPlayerGetTokenCsReq"; + case CmdPlayerType.CmdPlayerGetTokenScRsp: + return "CmdPlayerGetTokenScRsp"; + case CmdPlayerType.CmdPlayerKeepAliveNotify: + return "CmdPlayerKeepAliveNotify"; + case CmdPlayerType.CmdGmTalkScNotify: + return "CmdGmTalkScNotify"; + case CmdPlayerType.CmdPlayerKickOutScNotify: + return "CmdPlayerKickOutScNotify"; + case CmdPlayerType.CmdGmTalkCsReq: + return "CmdGmTalkCsReq"; + case CmdPlayerType.CmdGmTalkScRsp: + return "CmdGmTalkScRsp"; + case CmdPlayerType.CmdExchangeStaminaCsReq: + return "CmdExchangeStaminaCsReq"; + case CmdPlayerType.CmdExchangeStaminaScRsp: + return "CmdExchangeStaminaScRsp"; + case CmdPlayerType.CmdGetAuthkeyCsReq: + return "CmdGetAuthkeyCsReq"; + case CmdPlayerType.CmdGetAuthkeyScRsp: + return "CmdGetAuthkeyScRsp"; + case CmdPlayerType.CmdRegionStopScNotify: + return "CmdRegionStopScNotify"; + case CmdPlayerType.CmdAntiAddictScNotify: + return "CmdAntiAddictScNotify"; + case CmdPlayerType.CmdSetNicknameCsReq: + return "CmdSetNicknameCsReq"; + case CmdPlayerType.CmdSetNicknameScRsp: + return "CmdSetNicknameScRsp"; + case CmdPlayerType.CmdGetLevelRewardTakenListCsReq: + return "CmdGetLevelRewardTakenListCsReq"; + case CmdPlayerType.CmdGetLevelRewardTakenListScRsp: + return "CmdGetLevelRewardTakenListScRsp"; + case CmdPlayerType.CmdGetLevelRewardCsReq: + return "CmdGetLevelRewardCsReq"; + case CmdPlayerType.CmdGetLevelRewardScRsp: + return "CmdGetLevelRewardScRsp"; + case CmdPlayerType.CmdSyncTimeCsReq: + return "CmdSyncTimeCsReq"; + case CmdPlayerType.CmdSyncTimeScRsp: + return "CmdSyncTimeScRsp"; + case CmdPlayerType.CmdSetLanguageCsReq: + return "CmdSetLanguageCsReq"; + case CmdPlayerType.CmdSetLanguageScRsp: + return "CmdSetLanguageScRsp"; + case CmdPlayerType.CmdServerAnnounceNotify: + return "CmdServerAnnounceNotify"; + case CmdPlayerType.CmdSetHeroBasicTypeCsReq: + return "CmdSetHeroBasicTypeCsReq"; + case CmdPlayerType.CmdSetHeroBasicTypeScRsp: + return "CmdSetHeroBasicTypeScRsp"; + case CmdPlayerType.CmdGetHeroBasicTypeInfoCsReq: + return "CmdGetHeroBasicTypeInfoCsReq"; + case CmdPlayerType.CmdGetHeroBasicTypeInfoScRsp: + return "CmdGetHeroBasicTypeInfoScRsp"; + case CmdPlayerType.CmdGetHeroPathCsReq: + return "CmdGetHeroPathCsReq"; + case CmdPlayerType.CmdGetHeroPathScRsp: + return "CmdGetHeroPathScRsp"; + case CmdPlayerType.CmdHeroPathChangedNotify: + return "CmdHeroPathChangedNotify"; + case CmdPlayerType.CmdSetGenderCsReq: + return "CmdSetGenderCsReq"; + case CmdPlayerType.CmdSetGenderScRsp: + return "CmdSetGenderScRsp"; + case CmdPlayerType.CmdSetPlayerInfoCsReq: + return "CmdSetPlayerInfoCsReq"; + case CmdPlayerType.CmdSetPlayerInfoScRsp: + return "CmdSetPlayerInfoScRsp"; + case CmdPlayerType.CmdHeroBasicTypeChangedNotify: + return "CmdHeroBasicTypeChangedNotify"; + case CmdPlayerType.CmdQueryProductInfoCsReq: + return "CmdQueryProductInfoCsReq"; + case CmdPlayerType.CmdQueryProductInfoScRsp: + return "CmdQueryProductInfoScRsp"; + case CmdPlayerType.CmdClientDownloadDataScNotify: + return "CmdClientDownloadDataScNotify"; + case CmdPlayerType.CmdUpdateFeatureSwitchScNotify: + return "CmdUpdateFeatureSwitchScNotify"; + case CmdPlayerType.CmdGetBasicInfoCsReq: + return "CmdGetBasicInfoCsReq"; + case CmdPlayerType.CmdGetBasicInfoScRsp: + return "CmdGetBasicInfoScRsp"; + case CmdPlayerType.CmdDailyRefreshNotify: + return "CmdDailyRefreshNotify"; + case CmdPlayerType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum AuthkeySignType { + AUTHKEY_SIGN_TYPE_NONE = 0, + AUTHKEY_SIGN_TYPE_DEFAULT = 1, + AUTHKEY_SIGN_TYPE_RSA = 2, + UNRECOGNIZED = -1, +} + +export function authkeySignTypeFromJSON(object: any): AuthkeySignType { + switch (object) { + case 0: + case "AUTHKEY_SIGN_TYPE_NONE": + return AuthkeySignType.AUTHKEY_SIGN_TYPE_NONE; + case 1: + case "AUTHKEY_SIGN_TYPE_DEFAULT": + return AuthkeySignType.AUTHKEY_SIGN_TYPE_DEFAULT; + case 2: + case "AUTHKEY_SIGN_TYPE_RSA": + return AuthkeySignType.AUTHKEY_SIGN_TYPE_RSA; + case -1: + case "UNRECOGNIZED": + default: + return AuthkeySignType.UNRECOGNIZED; + } +} + +export function authkeySignTypeToJSON(object: AuthkeySignType): string { + switch (object) { + case AuthkeySignType.AUTHKEY_SIGN_TYPE_NONE: + return "AUTHKEY_SIGN_TYPE_NONE"; + case AuthkeySignType.AUTHKEY_SIGN_TYPE_DEFAULT: + return "AUTHKEY_SIGN_TYPE_DEFAULT"; + case AuthkeySignType.AUTHKEY_SIGN_TYPE_RSA: + return "AUTHKEY_SIGN_TYPE_RSA"; + case AuthkeySignType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdPlotType { + CmdPlotTypeNone = 0, + CmdFinishPlotCsReq = 1101, + CmdFinishPlotScRsp = 1102, + UNRECOGNIZED = -1, +} + +export function cmdPlotTypeFromJSON(object: any): CmdPlotType { + switch (object) { + case 0: + case "CmdPlotTypeNone": + return CmdPlotType.CmdPlotTypeNone; + case 1101: + case "CmdFinishPlotCsReq": + return CmdPlotType.CmdFinishPlotCsReq; + case 1102: + case "CmdFinishPlotScRsp": + return CmdPlotType.CmdFinishPlotScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdPlotType.UNRECOGNIZED; + } +} + +export function cmdPlotTypeToJSON(object: CmdPlotType): string { + switch (object) { + case CmdPlotType.CmdPlotTypeNone: + return "CmdPlotTypeNone"; + case CmdPlotType.CmdFinishPlotCsReq: + return "CmdFinishPlotCsReq"; + case CmdPlotType.CmdFinishPlotScRsp: + return "CmdFinishPlotScRsp"; + case CmdPlotType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdPrestigeType { + CmdPrestigeTypeNone = 0, + CmdGetPrestigeInfoCsReq = 2001, + CmdGetPrestigeInfoScRsp = 2002, + CmdPrestigeInfoChangeNotify = 2003, + CmdTakePrestigeLevelRewardCsReq = 2004, + CmdTakePrestigeLevelRewardScRsp = 2005, + UNRECOGNIZED = -1, +} + +export function cmdPrestigeTypeFromJSON(object: any): CmdPrestigeType { + switch (object) { + case 0: + case "CmdPrestigeTypeNone": + return CmdPrestigeType.CmdPrestigeTypeNone; + case 2001: + case "CmdGetPrestigeInfoCsReq": + return CmdPrestigeType.CmdGetPrestigeInfoCsReq; + case 2002: + case "CmdGetPrestigeInfoScRsp": + return CmdPrestigeType.CmdGetPrestigeInfoScRsp; + case 2003: + case "CmdPrestigeInfoChangeNotify": + return CmdPrestigeType.CmdPrestigeInfoChangeNotify; + case 2004: + case "CmdTakePrestigeLevelRewardCsReq": + return CmdPrestigeType.CmdTakePrestigeLevelRewardCsReq; + case 2005: + case "CmdTakePrestigeLevelRewardScRsp": + return CmdPrestigeType.CmdTakePrestigeLevelRewardScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdPrestigeType.UNRECOGNIZED; + } +} + +export function cmdPrestigeTypeToJSON(object: CmdPrestigeType): string { + switch (object) { + case CmdPrestigeType.CmdPrestigeTypeNone: + return "CmdPrestigeTypeNone"; + case CmdPrestigeType.CmdGetPrestigeInfoCsReq: + return "CmdGetPrestigeInfoCsReq"; + case CmdPrestigeType.CmdGetPrestigeInfoScRsp: + return "CmdGetPrestigeInfoScRsp"; + case CmdPrestigeType.CmdPrestigeInfoChangeNotify: + return "CmdPrestigeInfoChangeNotify"; + case CmdPrestigeType.CmdTakePrestigeLevelRewardCsReq: + return "CmdTakePrestigeLevelRewardCsReq"; + case CmdPrestigeType.CmdTakePrestigeLevelRewardScRsp: + return "CmdTakePrestigeLevelRewardScRsp"; + case CmdPrestigeType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdQuestType { + CmdQuestTypeNone = 0, + CmdGetQuestDataCsReq = 901, + CmdGetQuestDataScRsp = 902, + CmdTakeQuestRewardCsReq = 903, + CmdTakeQuestRewardScRsp = 904, + CmdTakeAchievementLevelRewardCsReq = 905, + CmdTakeAchievementLevelRewardScRsp = 906, + UNRECOGNIZED = -1, +} + +export function cmdQuestTypeFromJSON(object: any): CmdQuestType { + switch (object) { + case 0: + case "CmdQuestTypeNone": + return CmdQuestType.CmdQuestTypeNone; + case 901: + case "CmdGetQuestDataCsReq": + return CmdQuestType.CmdGetQuestDataCsReq; + case 902: + case "CmdGetQuestDataScRsp": + return CmdQuestType.CmdGetQuestDataScRsp; + case 903: + case "CmdTakeQuestRewardCsReq": + return CmdQuestType.CmdTakeQuestRewardCsReq; + case 904: + case "CmdTakeQuestRewardScRsp": + return CmdQuestType.CmdTakeQuestRewardScRsp; + case 905: + case "CmdTakeAchievementLevelRewardCsReq": + return CmdQuestType.CmdTakeAchievementLevelRewardCsReq; + case 906: + case "CmdTakeAchievementLevelRewardScRsp": + return CmdQuestType.CmdTakeAchievementLevelRewardScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdQuestType.UNRECOGNIZED; + } +} + +export function cmdQuestTypeToJSON(object: CmdQuestType): string { + switch (object) { + case CmdQuestType.CmdQuestTypeNone: + return "CmdQuestTypeNone"; + case CmdQuestType.CmdGetQuestDataCsReq: + return "CmdGetQuestDataCsReq"; + case CmdQuestType.CmdGetQuestDataScRsp: + return "CmdGetQuestDataScRsp"; + case CmdQuestType.CmdTakeQuestRewardCsReq: + return "CmdTakeQuestRewardCsReq"; + case CmdQuestType.CmdTakeQuestRewardScRsp: + return "CmdTakeQuestRewardScRsp"; + case CmdQuestType.CmdTakeAchievementLevelRewardCsReq: + return "CmdTakeAchievementLevelRewardCsReq"; + case CmdQuestType.CmdTakeAchievementLevelRewardScRsp: + return "CmdTakeAchievementLevelRewardScRsp"; + case CmdQuestType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum QuestStatus { + QUEST_NONE = 0, + QUEST_DOING = 1, + QUEST_FINISH = 2, + QUEST_CLOSE = 3, + QUEST_DELETE = 4, + UNRECOGNIZED = -1, +} + +export function questStatusFromJSON(object: any): QuestStatus { + switch (object) { + case 0: + case "QUEST_NONE": + return QuestStatus.QUEST_NONE; + case 1: + case "QUEST_DOING": + return QuestStatus.QUEST_DOING; + case 2: + case "QUEST_FINISH": + return QuestStatus.QUEST_FINISH; + case 3: + case "QUEST_CLOSE": + return QuestStatus.QUEST_CLOSE; + case 4: + case "QUEST_DELETE": + return QuestStatus.QUEST_DELETE; + case -1: + case "UNRECOGNIZED": + default: + return QuestStatus.UNRECOGNIZED; + } +} + +export function questStatusToJSON(object: QuestStatus): string { + switch (object) { + case QuestStatus.QUEST_NONE: + return "QUEST_NONE"; + case QuestStatus.QUEST_DOING: + return "QUEST_DOING"; + case QuestStatus.QUEST_FINISH: + return "QUEST_FINISH"; + case QuestStatus.QUEST_CLOSE: + return "QUEST_CLOSE"; + case QuestStatus.QUEST_DELETE: + return "QUEST_DELETE"; + case QuestStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdRaidType { + CmdRaidTypeNone = 0, + CmdStartRaidCsReq = 2201, + CmdStartRaidScRsp = 2202, + CmdLeaveRaidCsReq = 2203, + CmdLeaveRaidScRsp = 2204, + CmdRaidInfoNotify = 2205, + CmdGetChallengeRaidInfoCsReq = 2206, + CmdGetChallengeRaidInfoScRsp = 2207, + CmdTakeChallengeRaidRewardCsReq = 2208, + CmdTakeChallengeRaidRewardScRsp = 2209, + CmdChallengeRaidNotify = 2210, + UNRECOGNIZED = -1, +} + +export function cmdRaidTypeFromJSON(object: any): CmdRaidType { + switch (object) { + case 0: + case "CmdRaidTypeNone": + return CmdRaidType.CmdRaidTypeNone; + case 2201: + case "CmdStartRaidCsReq": + return CmdRaidType.CmdStartRaidCsReq; + case 2202: + case "CmdStartRaidScRsp": + return CmdRaidType.CmdStartRaidScRsp; + case 2203: + case "CmdLeaveRaidCsReq": + return CmdRaidType.CmdLeaveRaidCsReq; + case 2204: + case "CmdLeaveRaidScRsp": + return CmdRaidType.CmdLeaveRaidScRsp; + case 2205: + case "CmdRaidInfoNotify": + return CmdRaidType.CmdRaidInfoNotify; + case 2206: + case "CmdGetChallengeRaidInfoCsReq": + return CmdRaidType.CmdGetChallengeRaidInfoCsReq; + case 2207: + case "CmdGetChallengeRaidInfoScRsp": + return CmdRaidType.CmdGetChallengeRaidInfoScRsp; + case 2208: + case "CmdTakeChallengeRaidRewardCsReq": + return CmdRaidType.CmdTakeChallengeRaidRewardCsReq; + case 2209: + case "CmdTakeChallengeRaidRewardScRsp": + return CmdRaidType.CmdTakeChallengeRaidRewardScRsp; + case 2210: + case "CmdChallengeRaidNotify": + return CmdRaidType.CmdChallengeRaidNotify; + case -1: + case "UNRECOGNIZED": + default: + return CmdRaidType.UNRECOGNIZED; + } +} + +export function cmdRaidTypeToJSON(object: CmdRaidType): string { + switch (object) { + case CmdRaidType.CmdRaidTypeNone: + return "CmdRaidTypeNone"; + case CmdRaidType.CmdStartRaidCsReq: + return "CmdStartRaidCsReq"; + case CmdRaidType.CmdStartRaidScRsp: + return "CmdStartRaidScRsp"; + case CmdRaidType.CmdLeaveRaidCsReq: + return "CmdLeaveRaidCsReq"; + case CmdRaidType.CmdLeaveRaidScRsp: + return "CmdLeaveRaidScRsp"; + case CmdRaidType.CmdRaidInfoNotify: + return "CmdRaidInfoNotify"; + case CmdRaidType.CmdGetChallengeRaidInfoCsReq: + return "CmdGetChallengeRaidInfoCsReq"; + case CmdRaidType.CmdGetChallengeRaidInfoScRsp: + return "CmdGetChallengeRaidInfoScRsp"; + case CmdRaidType.CmdTakeChallengeRaidRewardCsReq: + return "CmdTakeChallengeRaidRewardCsReq"; + case CmdRaidType.CmdTakeChallengeRaidRewardScRsp: + return "CmdTakeChallengeRaidRewardScRsp"; + case CmdRaidType.CmdChallengeRaidNotify: + return "CmdChallengeRaidNotify"; + case CmdRaidType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum RaidStatus { + RAID_STATUS_NONE = 0, + RAID_STATUS_DOING = 1, + RAID_STATUS_FINISH = 2, + RAID_STATUS_FAILED = 3, + UNRECOGNIZED = -1, +} + +export function raidStatusFromJSON(object: any): RaidStatus { + switch (object) { + case 0: + case "RAID_STATUS_NONE": + return RaidStatus.RAID_STATUS_NONE; + case 1: + case "RAID_STATUS_DOING": + return RaidStatus.RAID_STATUS_DOING; + case 2: + case "RAID_STATUS_FINISH": + return RaidStatus.RAID_STATUS_FINISH; + case 3: + case "RAID_STATUS_FAILED": + return RaidStatus.RAID_STATUS_FAILED; + case -1: + case "UNRECOGNIZED": + default: + return RaidStatus.UNRECOGNIZED; + } +} + +export function raidStatusToJSON(object: RaidStatus): string { + switch (object) { + case RaidStatus.RAID_STATUS_NONE: + return "RAID_STATUS_NONE"; + case RaidStatus.RAID_STATUS_DOING: + return "RAID_STATUS_DOING"; + case RaidStatus.RAID_STATUS_FINISH: + return "RAID_STATUS_FINISH"; + case RaidStatus.RAID_STATUS_FAILED: + return "RAID_STATUS_FAILED"; + case RaidStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdRogueType { + CmdRogueTypeNone = 0, + CmdGetRogueInfoCsReq = 1801, + CmdGetRogueInfoScRsp = 1802, + CmdStartRogueCsReq = 1803, + CmdStartRogueScRsp = 1804, + CmdEnterRogueCsReq = 1805, + CmdEnterRogueScRsp = 1806, + CmdLeaveRogueCsReq = 1807, + CmdLeaveRogueScRsp = 1808, + CmdSyncRogueBuffSelectInfoScNotify = 1809, + CmdSelectRogueBuffCsReq = 1810, + CmdSelectRogueBuffScRsp = 1811, + CmdRollRogueBuffCsReq = 1812, + CmdRollRogueBuffScRsp = 1813, + CmdEnterNextRogueRoomScNotify = 1814, + CmdSyncRogueFinishScNotify = 1815, + CmdPickRogueAvatarCsReq = 1816, + CmdPickRogueAvatarScRsp = 1817, + CmdAddRogueBuffScNotify = 1818, + CmdReviveRogueAvatarCsReq = 1819, + CmdReviveRogueAvatarScRsp = 1820, + CmdSaveRogueRecordCsReq = 1821, + CmdSaveRogueRecordScRsp = 1822, + CmdRecoverRogueStaminaCsReq = 1823, + CmdRecoverRogueStaminaScRsp = 1824, + CmdStartRogueChallengeCsReq = 1827, + CmdStartRogueChallengeScRsp = 1828, + CmdLeaveRogueChallengeCsReq = 1829, + CmdLeaveRogueChallengeScRsp = 1830, + CmdSyncRogueChallengeFinishScNotify = 1831, + CmdQuitRogueCsReq = 1832, + CmdQuitRogueScRsp = 1833, + CmdAppraisalRogueStoneCsReq = 1834, + CmdAppraisalRogueStoneScRsp = 1835, + CmdSyncRogueSeasonFinishScNotify = 1836, + CmdSyncRogueInfoChangeScNotify = 1837, + CmdAddRogueExtraBuffScNotify = 1838, + CmdEnterRogueMapRoomCsReq = 1839, + CmdEnterRogueMapRoomScRsp = 1840, + CmdEnterRogueNextLevelCsReq = 1841, + CmdEnterRogueNextLevelScRsp = 1842, + CmdSyncRogueMapRoomScNotify = 1843, + CmdSyncRoguePickAvatarScNotify = 1844, + CmdSetRogueBlessCsReq = 1845, + CmdSetRogueBlessScRsp = 1846, + CmdSyncRogueBlessScNotify = 1847, + CmdGetRogueShopInfoCsReq = 1848, + CmdGetRogueShopInfoScRsp = 1849, + CmdBuyRogueShopBuffCsReq = 1850, + CmdBuyRogueShopBuffScRsp = 1851, + CmdFinishRogueDialogueGroupCsReq = 1852, + CmdFinishRogueDialogueGroupScRsp = 1853, + CmdUnlockRogueRoomCsReq = 1856, + CmdUnlockRogueRoomScRsp = 1857, + CmdGetRogueGachaInfoCsReq = 1858, + CmdGetRogueGachaInfoScRsp = 1859, + CmdSetRogueGachaWishListCsReq = 1860, + CmdSetRogueGachaWishListScRsp = 1861, + CmdDoRogueGachaCsReq = 1862, + CmdDoRogueGachaScRsp = 1863, + CmdSyncRogueGachaRefreshScNotify = 1864, + CmdBuyRogueShopItemCsReq = 1865, + CmdBuyRogueShopItemScRsp = 1866, + CmdGetRogueAppraisalItemInfoCsReq = 1867, + CmdGetRogueAppraisalItemInfoScRsp = 1868, + CmdSyncRogueMiracleGetItemScNotify = 1869, + CmdSyncRogueQuestScNotify = 1870, + CmdGetRogueQuestRewardCsReq = 1871, + CmdGetRogueQuestRewardScRsp = 1872, + UNRECOGNIZED = -1, +} + +export function cmdRogueTypeFromJSON(object: any): CmdRogueType { + switch (object) { + case 0: + case "CmdRogueTypeNone": + return CmdRogueType.CmdRogueTypeNone; + case 1801: + case "CmdGetRogueInfoCsReq": + return CmdRogueType.CmdGetRogueInfoCsReq; + case 1802: + case "CmdGetRogueInfoScRsp": + return CmdRogueType.CmdGetRogueInfoScRsp; + case 1803: + case "CmdStartRogueCsReq": + return CmdRogueType.CmdStartRogueCsReq; + case 1804: + case "CmdStartRogueScRsp": + return CmdRogueType.CmdStartRogueScRsp; + case 1805: + case "CmdEnterRogueCsReq": + return CmdRogueType.CmdEnterRogueCsReq; + case 1806: + case "CmdEnterRogueScRsp": + return CmdRogueType.CmdEnterRogueScRsp; + case 1807: + case "CmdLeaveRogueCsReq": + return CmdRogueType.CmdLeaveRogueCsReq; + case 1808: + case "CmdLeaveRogueScRsp": + return CmdRogueType.CmdLeaveRogueScRsp; + case 1809: + case "CmdSyncRogueBuffSelectInfoScNotify": + return CmdRogueType.CmdSyncRogueBuffSelectInfoScNotify; + case 1810: + case "CmdSelectRogueBuffCsReq": + return CmdRogueType.CmdSelectRogueBuffCsReq; + case 1811: + case "CmdSelectRogueBuffScRsp": + return CmdRogueType.CmdSelectRogueBuffScRsp; + case 1812: + case "CmdRollRogueBuffCsReq": + return CmdRogueType.CmdRollRogueBuffCsReq; + case 1813: + case "CmdRollRogueBuffScRsp": + return CmdRogueType.CmdRollRogueBuffScRsp; + case 1814: + case "CmdEnterNextRogueRoomScNotify": + return CmdRogueType.CmdEnterNextRogueRoomScNotify; + case 1815: + case "CmdSyncRogueFinishScNotify": + return CmdRogueType.CmdSyncRogueFinishScNotify; + case 1816: + case "CmdPickRogueAvatarCsReq": + return CmdRogueType.CmdPickRogueAvatarCsReq; + case 1817: + case "CmdPickRogueAvatarScRsp": + return CmdRogueType.CmdPickRogueAvatarScRsp; + case 1818: + case "CmdAddRogueBuffScNotify": + return CmdRogueType.CmdAddRogueBuffScNotify; + case 1819: + case "CmdReviveRogueAvatarCsReq": + return CmdRogueType.CmdReviveRogueAvatarCsReq; + case 1820: + case "CmdReviveRogueAvatarScRsp": + return CmdRogueType.CmdReviveRogueAvatarScRsp; + case 1821: + case "CmdSaveRogueRecordCsReq": + return CmdRogueType.CmdSaveRogueRecordCsReq; + case 1822: + case "CmdSaveRogueRecordScRsp": + return CmdRogueType.CmdSaveRogueRecordScRsp; + case 1823: + case "CmdRecoverRogueStaminaCsReq": + return CmdRogueType.CmdRecoverRogueStaminaCsReq; + case 1824: + case "CmdRecoverRogueStaminaScRsp": + return CmdRogueType.CmdRecoverRogueStaminaScRsp; + case 1827: + case "CmdStartRogueChallengeCsReq": + return CmdRogueType.CmdStartRogueChallengeCsReq; + case 1828: + case "CmdStartRogueChallengeScRsp": + return CmdRogueType.CmdStartRogueChallengeScRsp; + case 1829: + case "CmdLeaveRogueChallengeCsReq": + return CmdRogueType.CmdLeaveRogueChallengeCsReq; + case 1830: + case "CmdLeaveRogueChallengeScRsp": + return CmdRogueType.CmdLeaveRogueChallengeScRsp; + case 1831: + case "CmdSyncRogueChallengeFinishScNotify": + return CmdRogueType.CmdSyncRogueChallengeFinishScNotify; + case 1832: + case "CmdQuitRogueCsReq": + return CmdRogueType.CmdQuitRogueCsReq; + case 1833: + case "CmdQuitRogueScRsp": + return CmdRogueType.CmdQuitRogueScRsp; + case 1834: + case "CmdAppraisalRogueStoneCsReq": + return CmdRogueType.CmdAppraisalRogueStoneCsReq; + case 1835: + case "CmdAppraisalRogueStoneScRsp": + return CmdRogueType.CmdAppraisalRogueStoneScRsp; + case 1836: + case "CmdSyncRogueSeasonFinishScNotify": + return CmdRogueType.CmdSyncRogueSeasonFinishScNotify; + case 1837: + case "CmdSyncRogueInfoChangeScNotify": + return CmdRogueType.CmdSyncRogueInfoChangeScNotify; + case 1838: + case "CmdAddRogueExtraBuffScNotify": + return CmdRogueType.CmdAddRogueExtraBuffScNotify; + case 1839: + case "CmdEnterRogueMapRoomCsReq": + return CmdRogueType.CmdEnterRogueMapRoomCsReq; + case 1840: + case "CmdEnterRogueMapRoomScRsp": + return CmdRogueType.CmdEnterRogueMapRoomScRsp; + case 1841: + case "CmdEnterRogueNextLevelCsReq": + return CmdRogueType.CmdEnterRogueNextLevelCsReq; + case 1842: + case "CmdEnterRogueNextLevelScRsp": + return CmdRogueType.CmdEnterRogueNextLevelScRsp; + case 1843: + case "CmdSyncRogueMapRoomScNotify": + return CmdRogueType.CmdSyncRogueMapRoomScNotify; + case 1844: + case "CmdSyncRoguePickAvatarScNotify": + return CmdRogueType.CmdSyncRoguePickAvatarScNotify; + case 1845: + case "CmdSetRogueBlessCsReq": + return CmdRogueType.CmdSetRogueBlessCsReq; + case 1846: + case "CmdSetRogueBlessScRsp": + return CmdRogueType.CmdSetRogueBlessScRsp; + case 1847: + case "CmdSyncRogueBlessScNotify": + return CmdRogueType.CmdSyncRogueBlessScNotify; + case 1848: + case "CmdGetRogueShopInfoCsReq": + return CmdRogueType.CmdGetRogueShopInfoCsReq; + case 1849: + case "CmdGetRogueShopInfoScRsp": + return CmdRogueType.CmdGetRogueShopInfoScRsp; + case 1850: + case "CmdBuyRogueShopBuffCsReq": + return CmdRogueType.CmdBuyRogueShopBuffCsReq; + case 1851: + case "CmdBuyRogueShopBuffScRsp": + return CmdRogueType.CmdBuyRogueShopBuffScRsp; + case 1852: + case "CmdFinishRogueDialogueGroupCsReq": + return CmdRogueType.CmdFinishRogueDialogueGroupCsReq; + case 1853: + case "CmdFinishRogueDialogueGroupScRsp": + return CmdRogueType.CmdFinishRogueDialogueGroupScRsp; + case 1856: + case "CmdUnlockRogueRoomCsReq": + return CmdRogueType.CmdUnlockRogueRoomCsReq; + case 1857: + case "CmdUnlockRogueRoomScRsp": + return CmdRogueType.CmdUnlockRogueRoomScRsp; + case 1858: + case "CmdGetRogueGachaInfoCsReq": + return CmdRogueType.CmdGetRogueGachaInfoCsReq; + case 1859: + case "CmdGetRogueGachaInfoScRsp": + return CmdRogueType.CmdGetRogueGachaInfoScRsp; + case 1860: + case "CmdSetRogueGachaWishListCsReq": + return CmdRogueType.CmdSetRogueGachaWishListCsReq; + case 1861: + case "CmdSetRogueGachaWishListScRsp": + return CmdRogueType.CmdSetRogueGachaWishListScRsp; + case 1862: + case "CmdDoRogueGachaCsReq": + return CmdRogueType.CmdDoRogueGachaCsReq; + case 1863: + case "CmdDoRogueGachaScRsp": + return CmdRogueType.CmdDoRogueGachaScRsp; + case 1864: + case "CmdSyncRogueGachaRefreshScNotify": + return CmdRogueType.CmdSyncRogueGachaRefreshScNotify; + case 1865: + case "CmdBuyRogueShopItemCsReq": + return CmdRogueType.CmdBuyRogueShopItemCsReq; + case 1866: + case "CmdBuyRogueShopItemScRsp": + return CmdRogueType.CmdBuyRogueShopItemScRsp; + case 1867: + case "CmdGetRogueAppraisalItemInfoCsReq": + return CmdRogueType.CmdGetRogueAppraisalItemInfoCsReq; + case 1868: + case "CmdGetRogueAppraisalItemInfoScRsp": + return CmdRogueType.CmdGetRogueAppraisalItemInfoScRsp; + case 1869: + case "CmdSyncRogueMiracleGetItemScNotify": + return CmdRogueType.CmdSyncRogueMiracleGetItemScNotify; + case 1870: + case "CmdSyncRogueQuestScNotify": + return CmdRogueType.CmdSyncRogueQuestScNotify; + case 1871: + case "CmdGetRogueQuestRewardCsReq": + return CmdRogueType.CmdGetRogueQuestRewardCsReq; + case 1872: + case "CmdGetRogueQuestRewardScRsp": + return CmdRogueType.CmdGetRogueQuestRewardScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdRogueType.UNRECOGNIZED; + } +} + +export function cmdRogueTypeToJSON(object: CmdRogueType): string { + switch (object) { + case CmdRogueType.CmdRogueTypeNone: + return "CmdRogueTypeNone"; + case CmdRogueType.CmdGetRogueInfoCsReq: + return "CmdGetRogueInfoCsReq"; + case CmdRogueType.CmdGetRogueInfoScRsp: + return "CmdGetRogueInfoScRsp"; + case CmdRogueType.CmdStartRogueCsReq: + return "CmdStartRogueCsReq"; + case CmdRogueType.CmdStartRogueScRsp: + return "CmdStartRogueScRsp"; + case CmdRogueType.CmdEnterRogueCsReq: + return "CmdEnterRogueCsReq"; + case CmdRogueType.CmdEnterRogueScRsp: + return "CmdEnterRogueScRsp"; + case CmdRogueType.CmdLeaveRogueCsReq: + return "CmdLeaveRogueCsReq"; + case CmdRogueType.CmdLeaveRogueScRsp: + return "CmdLeaveRogueScRsp"; + case CmdRogueType.CmdSyncRogueBuffSelectInfoScNotify: + return "CmdSyncRogueBuffSelectInfoScNotify"; + case CmdRogueType.CmdSelectRogueBuffCsReq: + return "CmdSelectRogueBuffCsReq"; + case CmdRogueType.CmdSelectRogueBuffScRsp: + return "CmdSelectRogueBuffScRsp"; + case CmdRogueType.CmdRollRogueBuffCsReq: + return "CmdRollRogueBuffCsReq"; + case CmdRogueType.CmdRollRogueBuffScRsp: + return "CmdRollRogueBuffScRsp"; + case CmdRogueType.CmdEnterNextRogueRoomScNotify: + return "CmdEnterNextRogueRoomScNotify"; + case CmdRogueType.CmdSyncRogueFinishScNotify: + return "CmdSyncRogueFinishScNotify"; + case CmdRogueType.CmdPickRogueAvatarCsReq: + return "CmdPickRogueAvatarCsReq"; + case CmdRogueType.CmdPickRogueAvatarScRsp: + return "CmdPickRogueAvatarScRsp"; + case CmdRogueType.CmdAddRogueBuffScNotify: + return "CmdAddRogueBuffScNotify"; + case CmdRogueType.CmdReviveRogueAvatarCsReq: + return "CmdReviveRogueAvatarCsReq"; + case CmdRogueType.CmdReviveRogueAvatarScRsp: + return "CmdReviveRogueAvatarScRsp"; + case CmdRogueType.CmdSaveRogueRecordCsReq: + return "CmdSaveRogueRecordCsReq"; + case CmdRogueType.CmdSaveRogueRecordScRsp: + return "CmdSaveRogueRecordScRsp"; + case CmdRogueType.CmdRecoverRogueStaminaCsReq: + return "CmdRecoverRogueStaminaCsReq"; + case CmdRogueType.CmdRecoverRogueStaminaScRsp: + return "CmdRecoverRogueStaminaScRsp"; + case CmdRogueType.CmdStartRogueChallengeCsReq: + return "CmdStartRogueChallengeCsReq"; + case CmdRogueType.CmdStartRogueChallengeScRsp: + return "CmdStartRogueChallengeScRsp"; + case CmdRogueType.CmdLeaveRogueChallengeCsReq: + return "CmdLeaveRogueChallengeCsReq"; + case CmdRogueType.CmdLeaveRogueChallengeScRsp: + return "CmdLeaveRogueChallengeScRsp"; + case CmdRogueType.CmdSyncRogueChallengeFinishScNotify: + return "CmdSyncRogueChallengeFinishScNotify"; + case CmdRogueType.CmdQuitRogueCsReq: + return "CmdQuitRogueCsReq"; + case CmdRogueType.CmdQuitRogueScRsp: + return "CmdQuitRogueScRsp"; + case CmdRogueType.CmdAppraisalRogueStoneCsReq: + return "CmdAppraisalRogueStoneCsReq"; + case CmdRogueType.CmdAppraisalRogueStoneScRsp: + return "CmdAppraisalRogueStoneScRsp"; + case CmdRogueType.CmdSyncRogueSeasonFinishScNotify: + return "CmdSyncRogueSeasonFinishScNotify"; + case CmdRogueType.CmdSyncRogueInfoChangeScNotify: + return "CmdSyncRogueInfoChangeScNotify"; + case CmdRogueType.CmdAddRogueExtraBuffScNotify: + return "CmdAddRogueExtraBuffScNotify"; + case CmdRogueType.CmdEnterRogueMapRoomCsReq: + return "CmdEnterRogueMapRoomCsReq"; + case CmdRogueType.CmdEnterRogueMapRoomScRsp: + return "CmdEnterRogueMapRoomScRsp"; + case CmdRogueType.CmdEnterRogueNextLevelCsReq: + return "CmdEnterRogueNextLevelCsReq"; + case CmdRogueType.CmdEnterRogueNextLevelScRsp: + return "CmdEnterRogueNextLevelScRsp"; + case CmdRogueType.CmdSyncRogueMapRoomScNotify: + return "CmdSyncRogueMapRoomScNotify"; + case CmdRogueType.CmdSyncRoguePickAvatarScNotify: + return "CmdSyncRoguePickAvatarScNotify"; + case CmdRogueType.CmdSetRogueBlessCsReq: + return "CmdSetRogueBlessCsReq"; + case CmdRogueType.CmdSetRogueBlessScRsp: + return "CmdSetRogueBlessScRsp"; + case CmdRogueType.CmdSyncRogueBlessScNotify: + return "CmdSyncRogueBlessScNotify"; + case CmdRogueType.CmdGetRogueShopInfoCsReq: + return "CmdGetRogueShopInfoCsReq"; + case CmdRogueType.CmdGetRogueShopInfoScRsp: + return "CmdGetRogueShopInfoScRsp"; + case CmdRogueType.CmdBuyRogueShopBuffCsReq: + return "CmdBuyRogueShopBuffCsReq"; + case CmdRogueType.CmdBuyRogueShopBuffScRsp: + return "CmdBuyRogueShopBuffScRsp"; + case CmdRogueType.CmdFinishRogueDialogueGroupCsReq: + return "CmdFinishRogueDialogueGroupCsReq"; + case CmdRogueType.CmdFinishRogueDialogueGroupScRsp: + return "CmdFinishRogueDialogueGroupScRsp"; + case CmdRogueType.CmdUnlockRogueRoomCsReq: + return "CmdUnlockRogueRoomCsReq"; + case CmdRogueType.CmdUnlockRogueRoomScRsp: + return "CmdUnlockRogueRoomScRsp"; + case CmdRogueType.CmdGetRogueGachaInfoCsReq: + return "CmdGetRogueGachaInfoCsReq"; + case CmdRogueType.CmdGetRogueGachaInfoScRsp: + return "CmdGetRogueGachaInfoScRsp"; + case CmdRogueType.CmdSetRogueGachaWishListCsReq: + return "CmdSetRogueGachaWishListCsReq"; + case CmdRogueType.CmdSetRogueGachaWishListScRsp: + return "CmdSetRogueGachaWishListScRsp"; + case CmdRogueType.CmdDoRogueGachaCsReq: + return "CmdDoRogueGachaCsReq"; + case CmdRogueType.CmdDoRogueGachaScRsp: + return "CmdDoRogueGachaScRsp"; + case CmdRogueType.CmdSyncRogueGachaRefreshScNotify: + return "CmdSyncRogueGachaRefreshScNotify"; + case CmdRogueType.CmdBuyRogueShopItemCsReq: + return "CmdBuyRogueShopItemCsReq"; + case CmdRogueType.CmdBuyRogueShopItemScRsp: + return "CmdBuyRogueShopItemScRsp"; + case CmdRogueType.CmdGetRogueAppraisalItemInfoCsReq: + return "CmdGetRogueAppraisalItemInfoCsReq"; + case CmdRogueType.CmdGetRogueAppraisalItemInfoScRsp: + return "CmdGetRogueAppraisalItemInfoScRsp"; + case CmdRogueType.CmdSyncRogueMiracleGetItemScNotify: + return "CmdSyncRogueMiracleGetItemScNotify"; + case CmdRogueType.CmdSyncRogueQuestScNotify: + return "CmdSyncRogueQuestScNotify"; + case CmdRogueType.CmdGetRogueQuestRewardCsReq: + return "CmdGetRogueQuestRewardCsReq"; + case CmdRogueType.CmdGetRogueQuestRewardScRsp: + return "CmdGetRogueQuestRewardScRsp"; + case CmdRogueType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum RogueStatus { + ROGUE_STATUS_NONE = 0, + ROGUE_STATUS_DOING = 1, + ROGUE_STATUS_PENDING = 2, + ROGUE_STATUS_FINISH = 3, + UNRECOGNIZED = -1, +} + +export function rogueStatusFromJSON(object: any): RogueStatus { + switch (object) { + case 0: + case "ROGUE_STATUS_NONE": + return RogueStatus.ROGUE_STATUS_NONE; + case 1: + case "ROGUE_STATUS_DOING": + return RogueStatus.ROGUE_STATUS_DOING; + case 2: + case "ROGUE_STATUS_PENDING": + return RogueStatus.ROGUE_STATUS_PENDING; + case 3: + case "ROGUE_STATUS_FINISH": + return RogueStatus.ROGUE_STATUS_FINISH; + case -1: + case "UNRECOGNIZED": + default: + return RogueStatus.UNRECOGNIZED; + } +} + +export function rogueStatusToJSON(object: RogueStatus): string { + switch (object) { + case RogueStatus.ROGUE_STATUS_NONE: + return "ROGUE_STATUS_NONE"; + case RogueStatus.ROGUE_STATUS_DOING: + return "ROGUE_STATUS_DOING"; + case RogueStatus.ROGUE_STATUS_PENDING: + return "ROGUE_STATUS_PENDING"; + case RogueStatus.ROGUE_STATUS_FINISH: + return "ROGUE_STATUS_FINISH"; + case RogueStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum RogueRoomStatus { + ROGUE_ROOM_STATUS_NONE = 0, + ROGUE_ROOM_STATUS_LOCK = 1, + ROGUE_ROOM_STATUS_UNLOCK = 2, + ROGUE_ROOM_STATUS_PLAY = 3, + ROGUE_ROOM_STATUS_FINISH = 4, + UNRECOGNIZED = -1, +} + +export function rogueRoomStatusFromJSON(object: any): RogueRoomStatus { + switch (object) { + case 0: + case "ROGUE_ROOM_STATUS_NONE": + return RogueRoomStatus.ROGUE_ROOM_STATUS_NONE; + case 1: + case "ROGUE_ROOM_STATUS_LOCK": + return RogueRoomStatus.ROGUE_ROOM_STATUS_LOCK; + case 2: + case "ROGUE_ROOM_STATUS_UNLOCK": + return RogueRoomStatus.ROGUE_ROOM_STATUS_UNLOCK; + case 3: + case "ROGUE_ROOM_STATUS_PLAY": + return RogueRoomStatus.ROGUE_ROOM_STATUS_PLAY; + case 4: + case "ROGUE_ROOM_STATUS_FINISH": + return RogueRoomStatus.ROGUE_ROOM_STATUS_FINISH; + case -1: + case "UNRECOGNIZED": + default: + return RogueRoomStatus.UNRECOGNIZED; + } +} + +export function rogueRoomStatusToJSON(object: RogueRoomStatus): string { + switch (object) { + case RogueRoomStatus.ROGUE_ROOM_STATUS_NONE: + return "ROGUE_ROOM_STATUS_NONE"; + case RogueRoomStatus.ROGUE_ROOM_STATUS_LOCK: + return "ROGUE_ROOM_STATUS_LOCK"; + case RogueRoomStatus.ROGUE_ROOM_STATUS_UNLOCK: + return "ROGUE_ROOM_STATUS_UNLOCK"; + case RogueRoomStatus.ROGUE_ROOM_STATUS_PLAY: + return "ROGUE_ROOM_STATUS_PLAY"; + case RogueRoomStatus.ROGUE_ROOM_STATUS_FINISH: + return "ROGUE_ROOM_STATUS_FINISH"; + case RogueRoomStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum RogueStoneAppraisalResult { + ROGUE_STONE_APPRAISAL_NONE = 0, + ROGUE_STONE_APPRAISAL_FAILED = 1, + ROGUE_STONE_APPRAISAL_NORMAL = 2, + ROGUE_STONE_APPRAISAL_PERFECT = 3, + UNRECOGNIZED = -1, +} + +export function rogueStoneAppraisalResultFromJSON( + object: any +): RogueStoneAppraisalResult { + switch (object) { + case 0: + case "ROGUE_STONE_APPRAISAL_NONE": + return RogueStoneAppraisalResult.ROGUE_STONE_APPRAISAL_NONE; + case 1: + case "ROGUE_STONE_APPRAISAL_FAILED": + return RogueStoneAppraisalResult.ROGUE_STONE_APPRAISAL_FAILED; + case 2: + case "ROGUE_STONE_APPRAISAL_NORMAL": + return RogueStoneAppraisalResult.ROGUE_STONE_APPRAISAL_NORMAL; + case 3: + case "ROGUE_STONE_APPRAISAL_PERFECT": + return RogueStoneAppraisalResult.ROGUE_STONE_APPRAISAL_PERFECT; + case -1: + case "UNRECOGNIZED": + default: + return RogueStoneAppraisalResult.UNRECOGNIZED; + } +} + +export function rogueStoneAppraisalResultToJSON( + object: RogueStoneAppraisalResult +): string { + switch (object) { + case RogueStoneAppraisalResult.ROGUE_STONE_APPRAISAL_NONE: + return "ROGUE_STONE_APPRAISAL_NONE"; + case RogueStoneAppraisalResult.ROGUE_STONE_APPRAISAL_FAILED: + return "ROGUE_STONE_APPRAISAL_FAILED"; + case RogueStoneAppraisalResult.ROGUE_STONE_APPRAISAL_NORMAL: + return "ROGUE_STONE_APPRAISAL_NORMAL"; + case RogueStoneAppraisalResult.ROGUE_STONE_APPRAISAL_PERFECT: + return "ROGUE_STONE_APPRAISAL_PERFECT"; + case RogueStoneAppraisalResult.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum RogueDialogStatus { + ROGUE_DIALOG_STATUS_NONE = 0, + ROGUE_DIALOG_STATUS_LOCK = 1, + ROGUE_DIALOG_STATUS_UNLOCK = 2, + UNRECOGNIZED = -1, +} + +export function rogueDialogStatusFromJSON(object: any): RogueDialogStatus { + switch (object) { + case 0: + case "ROGUE_DIALOG_STATUS_NONE": + return RogueDialogStatus.ROGUE_DIALOG_STATUS_NONE; + case 1: + case "ROGUE_DIALOG_STATUS_LOCK": + return RogueDialogStatus.ROGUE_DIALOG_STATUS_LOCK; + case 2: + case "ROGUE_DIALOG_STATUS_UNLOCK": + return RogueDialogStatus.ROGUE_DIALOG_STATUS_UNLOCK; + case -1: + case "UNRECOGNIZED": + default: + return RogueDialogStatus.UNRECOGNIZED; + } +} + +export function rogueDialogStatusToJSON(object: RogueDialogStatus): string { + switch (object) { + case RogueDialogStatus.ROGUE_DIALOG_STATUS_NONE: + return "ROGUE_DIALOG_STATUS_NONE"; + case RogueDialogStatus.ROGUE_DIALOG_STATUS_LOCK: + return "ROGUE_DIALOG_STATUS_LOCK"; + case RogueDialogStatus.ROGUE_DIALOG_STATUS_UNLOCK: + return "ROGUE_DIALOG_STATUS_UNLOCK"; + case RogueDialogStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum RogueGachaGoodsStatus { + ROGUE_GACHA_GOODS_DEFAULT = 0, + ROGUE_GACHA_GOODS_UP = 1, + ROGUE_GACHA_GOODS_EMPTY = 2, + UNRECOGNIZED = -1, +} + +export function rogueGachaGoodsStatusFromJSON( + object: any +): RogueGachaGoodsStatus { + switch (object) { + case 0: + case "ROGUE_GACHA_GOODS_DEFAULT": + return RogueGachaGoodsStatus.ROGUE_GACHA_GOODS_DEFAULT; + case 1: + case "ROGUE_GACHA_GOODS_UP": + return RogueGachaGoodsStatus.ROGUE_GACHA_GOODS_UP; + case 2: + case "ROGUE_GACHA_GOODS_EMPTY": + return RogueGachaGoodsStatus.ROGUE_GACHA_GOODS_EMPTY; + case -1: + case "UNRECOGNIZED": + default: + return RogueGachaGoodsStatus.UNRECOGNIZED; + } +} + +export function rogueGachaGoodsStatusToJSON( + object: RogueGachaGoodsStatus +): string { + switch (object) { + case RogueGachaGoodsStatus.ROGUE_GACHA_GOODS_DEFAULT: + return "ROGUE_GACHA_GOODS_DEFAULT"; + case RogueGachaGoodsStatus.ROGUE_GACHA_GOODS_UP: + return "ROGUE_GACHA_GOODS_UP"; + case RogueGachaGoodsStatus.ROGUE_GACHA_GOODS_EMPTY: + return "ROGUE_GACHA_GOODS_EMPTY"; + case RogueGachaGoodsStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum RogueQuestStatus { + ROGUE_QUEST_STATUS_NONE = 0, + ROGUE_QUEST_STATUS_DOING = 1, + ROGUE_QUEST_STATUS_REWARD = 2, + ROGUE_QUEST_STATUS_FINISH = 3, + UNRECOGNIZED = -1, +} + +export function rogueQuestStatusFromJSON(object: any): RogueQuestStatus { + switch (object) { + case 0: + case "ROGUE_QUEST_STATUS_NONE": + return RogueQuestStatus.ROGUE_QUEST_STATUS_NONE; + case 1: + case "ROGUE_QUEST_STATUS_DOING": + return RogueQuestStatus.ROGUE_QUEST_STATUS_DOING; + case 2: + case "ROGUE_QUEST_STATUS_REWARD": + return RogueQuestStatus.ROGUE_QUEST_STATUS_REWARD; + case 3: + case "ROGUE_QUEST_STATUS_FINISH": + return RogueQuestStatus.ROGUE_QUEST_STATUS_FINISH; + case -1: + case "UNRECOGNIZED": + default: + return RogueQuestStatus.UNRECOGNIZED; + } +} + +export function rogueQuestStatusToJSON(object: RogueQuestStatus): string { + switch (object) { + case RogueQuestStatus.ROGUE_QUEST_STATUS_NONE: + return "ROGUE_QUEST_STATUS_NONE"; + case RogueQuestStatus.ROGUE_QUEST_STATUS_DOING: + return "ROGUE_QUEST_STATUS_DOING"; + case RogueQuestStatus.ROGUE_QUEST_STATUS_REWARD: + return "ROGUE_QUEST_STATUS_REWARD"; + case RogueQuestStatus.ROGUE_QUEST_STATUS_FINISH: + return "ROGUE_QUEST_STATUS_FINISH"; + case RogueQuestStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum RogueQuestType { + ROGUE_QUEST_TYPE_EXPLORE = 0, + ROGUE_QUEST_TYPE_CHALLENGE = 1, + UNRECOGNIZED = -1, +} + +export function rogueQuestTypeFromJSON(object: any): RogueQuestType { + switch (object) { + case 0: + case "ROGUE_QUEST_TYPE_EXPLORE": + return RogueQuestType.ROGUE_QUEST_TYPE_EXPLORE; + case 1: + case "ROGUE_QUEST_TYPE_CHALLENGE": + return RogueQuestType.ROGUE_QUEST_TYPE_CHALLENGE; + case -1: + case "UNRECOGNIZED": + default: + return RogueQuestType.UNRECOGNIZED; + } +} + +export function rogueQuestTypeToJSON(object: RogueQuestType): string { + switch (object) { + case RogueQuestType.ROGUE_QUEST_TYPE_EXPLORE: + return "ROGUE_QUEST_TYPE_EXPLORE"; + case RogueQuestType.ROGUE_QUEST_TYPE_CHALLENGE: + return "ROGUE_QUEST_TYPE_CHALLENGE"; + case RogueQuestType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdSceneType { + CmdSceneTypeNone = 0, + CmdSceneEntityMoveCsReq = 1401, + CmdSceneEntityMoveScRsp = 1402, + CmdInteractPropCsReq = 1403, + CmdInteractPropScRsp = 1404, + CmdSceneCastSkillCsReq = 1405, + CmdSceneCastSkillScRsp = 1406, + CmdGetCurSceneInfoCsReq = 1407, + CmdGetCurSceneInfoScRsp = 1408, + CmdSceneEntityUpdateScNotify = 1409, + CmdSceneEntityDisappearScNotify = 1410, + CmdSceneEntityMoveScNotify = 1411, + CmdSpringTransferCsReq = 1414, + CmdSpringTransferScRsp = 1415, + CmdUpdateBuffScNotify = 1416, + CmdDelBuffScNotify = 1417, + CmdSpringRefreshCsReq = 1418, + CmdSpringRefreshScRsp = 1419, + CmdLastSpringRefreshTimeNotify = 1420, + CmdReturnLastTownCsReq = 1421, + CmdReturnLastTownScRsp = 1422, + CmdSceneEnterStageCsReq = 1423, + CmdSceneEnterStageScRsp = 1424, + CmdEnterSectionCsReq = 1427, + CmdEnterSectionScRsp = 1428, + CmdSetCurInteractEntityCsReq = 1431, + CmdSetCurInteractEntityScRsp = 1432, + CmdRecoverAllLineupCsReq = 1433, + CmdRecoverAllLineupScRsp = 1434, + CmdSavePointsInfoNotify = 1435, + CmdStartCocoonStageCsReq = 1436, + CmdStartCocoonStageScRsp = 1437, + CmdEntityBindPropCsReq = 1438, + CmdEntityBindPropScRsp = 1439, + CmdSetClientPausedCsReq = 1440, + CmdSetClientPausedScRsp = 1441, + CmdUpdateBuffGroupStartScNotify = 1442, + CmdUpdateBuffGroupEndScNotify = 1443, + CmdActivateFarmElementCsReq = 1445, + CmdActivateFarmElementScRsp = 1446, + CmdGetSpringRecoverDataCsReq = 1447, + CmdGetSpringRecoverDataScRsp = 1448, + CmdSetSpringRecoverConfigCsReq = 1449, + CmdSetSpringRecoverConfigScRsp = 1450, + CmdSpringRecoverCsReq = 1451, + CmdSpringRecoverScRsp = 1452, + CmdHealPoolInfoNotify = 1453, + CmdSpringRecoverSingleAvatarCsReq = 1454, + CmdSpringRecoverSingleAvatarScRsp = 1455, + UNRECOGNIZED = -1, +} + +export function cmdSceneTypeFromJSON(object: any): CmdSceneType { + switch (object) { + case 0: + case "CmdSceneTypeNone": + return CmdSceneType.CmdSceneTypeNone; + case 1401: + case "CmdSceneEntityMoveCsReq": + return CmdSceneType.CmdSceneEntityMoveCsReq; + case 1402: + case "CmdSceneEntityMoveScRsp": + return CmdSceneType.CmdSceneEntityMoveScRsp; + case 1403: + case "CmdInteractPropCsReq": + return CmdSceneType.CmdInteractPropCsReq; + case 1404: + case "CmdInteractPropScRsp": + return CmdSceneType.CmdInteractPropScRsp; + case 1405: + case "CmdSceneCastSkillCsReq": + return CmdSceneType.CmdSceneCastSkillCsReq; + case 1406: + case "CmdSceneCastSkillScRsp": + return CmdSceneType.CmdSceneCastSkillScRsp; + case 1407: + case "CmdGetCurSceneInfoCsReq": + return CmdSceneType.CmdGetCurSceneInfoCsReq; + case 1408: + case "CmdGetCurSceneInfoScRsp": + return CmdSceneType.CmdGetCurSceneInfoScRsp; + case 1409: + case "CmdSceneEntityUpdateScNotify": + return CmdSceneType.CmdSceneEntityUpdateScNotify; + case 1410: + case "CmdSceneEntityDisappearScNotify": + return CmdSceneType.CmdSceneEntityDisappearScNotify; + case 1411: + case "CmdSceneEntityMoveScNotify": + return CmdSceneType.CmdSceneEntityMoveScNotify; + case 1414: + case "CmdSpringTransferCsReq": + return CmdSceneType.CmdSpringTransferCsReq; + case 1415: + case "CmdSpringTransferScRsp": + return CmdSceneType.CmdSpringTransferScRsp; + case 1416: + case "CmdUpdateBuffScNotify": + return CmdSceneType.CmdUpdateBuffScNotify; + case 1417: + case "CmdDelBuffScNotify": + return CmdSceneType.CmdDelBuffScNotify; + case 1418: + case "CmdSpringRefreshCsReq": + return CmdSceneType.CmdSpringRefreshCsReq; + case 1419: + case "CmdSpringRefreshScRsp": + return CmdSceneType.CmdSpringRefreshScRsp; + case 1420: + case "CmdLastSpringRefreshTimeNotify": + return CmdSceneType.CmdLastSpringRefreshTimeNotify; + case 1421: + case "CmdReturnLastTownCsReq": + return CmdSceneType.CmdReturnLastTownCsReq; + case 1422: + case "CmdReturnLastTownScRsp": + return CmdSceneType.CmdReturnLastTownScRsp; + case 1423: + case "CmdSceneEnterStageCsReq": + return CmdSceneType.CmdSceneEnterStageCsReq; + case 1424: + case "CmdSceneEnterStageScRsp": + return CmdSceneType.CmdSceneEnterStageScRsp; + case 1427: + case "CmdEnterSectionCsReq": + return CmdSceneType.CmdEnterSectionCsReq; + case 1428: + case "CmdEnterSectionScRsp": + return CmdSceneType.CmdEnterSectionScRsp; + case 1431: + case "CmdSetCurInteractEntityCsReq": + return CmdSceneType.CmdSetCurInteractEntityCsReq; + case 1432: + case "CmdSetCurInteractEntityScRsp": + return CmdSceneType.CmdSetCurInteractEntityScRsp; + case 1433: + case "CmdRecoverAllLineupCsReq": + return CmdSceneType.CmdRecoverAllLineupCsReq; + case 1434: + case "CmdRecoverAllLineupScRsp": + return CmdSceneType.CmdRecoverAllLineupScRsp; + case 1435: + case "CmdSavePointsInfoNotify": + return CmdSceneType.CmdSavePointsInfoNotify; + case 1436: + case "CmdStartCocoonStageCsReq": + return CmdSceneType.CmdStartCocoonStageCsReq; + case 1437: + case "CmdStartCocoonStageScRsp": + return CmdSceneType.CmdStartCocoonStageScRsp; + case 1438: + case "CmdEntityBindPropCsReq": + return CmdSceneType.CmdEntityBindPropCsReq; + case 1439: + case "CmdEntityBindPropScRsp": + return CmdSceneType.CmdEntityBindPropScRsp; + case 1440: + case "CmdSetClientPausedCsReq": + return CmdSceneType.CmdSetClientPausedCsReq; + case 1441: + case "CmdSetClientPausedScRsp": + return CmdSceneType.CmdSetClientPausedScRsp; + case 1442: + case "CmdUpdateBuffGroupStartScNotify": + return CmdSceneType.CmdUpdateBuffGroupStartScNotify; + case 1443: + case "CmdUpdateBuffGroupEndScNotify": + return CmdSceneType.CmdUpdateBuffGroupEndScNotify; + case 1445: + case "CmdActivateFarmElementCsReq": + return CmdSceneType.CmdActivateFarmElementCsReq; + case 1446: + case "CmdActivateFarmElementScRsp": + return CmdSceneType.CmdActivateFarmElementScRsp; + case 1447: + case "CmdGetSpringRecoverDataCsReq": + return CmdSceneType.CmdGetSpringRecoverDataCsReq; + case 1448: + case "CmdGetSpringRecoverDataScRsp": + return CmdSceneType.CmdGetSpringRecoverDataScRsp; + case 1449: + case "CmdSetSpringRecoverConfigCsReq": + return CmdSceneType.CmdSetSpringRecoverConfigCsReq; + case 1450: + case "CmdSetSpringRecoverConfigScRsp": + return CmdSceneType.CmdSetSpringRecoverConfigScRsp; + case 1451: + case "CmdSpringRecoverCsReq": + return CmdSceneType.CmdSpringRecoverCsReq; + case 1452: + case "CmdSpringRecoverScRsp": + return CmdSceneType.CmdSpringRecoverScRsp; + case 1453: + case "CmdHealPoolInfoNotify": + return CmdSceneType.CmdHealPoolInfoNotify; + case 1454: + case "CmdSpringRecoverSingleAvatarCsReq": + return CmdSceneType.CmdSpringRecoverSingleAvatarCsReq; + case 1455: + case "CmdSpringRecoverSingleAvatarScRsp": + return CmdSceneType.CmdSpringRecoverSingleAvatarScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdSceneType.UNRECOGNIZED; + } +} + +export function cmdSceneTypeToJSON(object: CmdSceneType): string { + switch (object) { + case CmdSceneType.CmdSceneTypeNone: + return "CmdSceneTypeNone"; + case CmdSceneType.CmdSceneEntityMoveCsReq: + return "CmdSceneEntityMoveCsReq"; + case CmdSceneType.CmdSceneEntityMoveScRsp: + return "CmdSceneEntityMoveScRsp"; + case CmdSceneType.CmdInteractPropCsReq: + return "CmdInteractPropCsReq"; + case CmdSceneType.CmdInteractPropScRsp: + return "CmdInteractPropScRsp"; + case CmdSceneType.CmdSceneCastSkillCsReq: + return "CmdSceneCastSkillCsReq"; + case CmdSceneType.CmdSceneCastSkillScRsp: + return "CmdSceneCastSkillScRsp"; + case CmdSceneType.CmdGetCurSceneInfoCsReq: + return "CmdGetCurSceneInfoCsReq"; + case CmdSceneType.CmdGetCurSceneInfoScRsp: + return "CmdGetCurSceneInfoScRsp"; + case CmdSceneType.CmdSceneEntityUpdateScNotify: + return "CmdSceneEntityUpdateScNotify"; + case CmdSceneType.CmdSceneEntityDisappearScNotify: + return "CmdSceneEntityDisappearScNotify"; + case CmdSceneType.CmdSceneEntityMoveScNotify: + return "CmdSceneEntityMoveScNotify"; + case CmdSceneType.CmdSpringTransferCsReq: + return "CmdSpringTransferCsReq"; + case CmdSceneType.CmdSpringTransferScRsp: + return "CmdSpringTransferScRsp"; + case CmdSceneType.CmdUpdateBuffScNotify: + return "CmdUpdateBuffScNotify"; + case CmdSceneType.CmdDelBuffScNotify: + return "CmdDelBuffScNotify"; + case CmdSceneType.CmdSpringRefreshCsReq: + return "CmdSpringRefreshCsReq"; + case CmdSceneType.CmdSpringRefreshScRsp: + return "CmdSpringRefreshScRsp"; + case CmdSceneType.CmdLastSpringRefreshTimeNotify: + return "CmdLastSpringRefreshTimeNotify"; + case CmdSceneType.CmdReturnLastTownCsReq: + return "CmdReturnLastTownCsReq"; + case CmdSceneType.CmdReturnLastTownScRsp: + return "CmdReturnLastTownScRsp"; + case CmdSceneType.CmdSceneEnterStageCsReq: + return "CmdSceneEnterStageCsReq"; + case CmdSceneType.CmdSceneEnterStageScRsp: + return "CmdSceneEnterStageScRsp"; + case CmdSceneType.CmdEnterSectionCsReq: + return "CmdEnterSectionCsReq"; + case CmdSceneType.CmdEnterSectionScRsp: + return "CmdEnterSectionScRsp"; + case CmdSceneType.CmdSetCurInteractEntityCsReq: + return "CmdSetCurInteractEntityCsReq"; + case CmdSceneType.CmdSetCurInteractEntityScRsp: + return "CmdSetCurInteractEntityScRsp"; + case CmdSceneType.CmdRecoverAllLineupCsReq: + return "CmdRecoverAllLineupCsReq"; + case CmdSceneType.CmdRecoverAllLineupScRsp: + return "CmdRecoverAllLineupScRsp"; + case CmdSceneType.CmdSavePointsInfoNotify: + return "CmdSavePointsInfoNotify"; + case CmdSceneType.CmdStartCocoonStageCsReq: + return "CmdStartCocoonStageCsReq"; + case CmdSceneType.CmdStartCocoonStageScRsp: + return "CmdStartCocoonStageScRsp"; + case CmdSceneType.CmdEntityBindPropCsReq: + return "CmdEntityBindPropCsReq"; + case CmdSceneType.CmdEntityBindPropScRsp: + return "CmdEntityBindPropScRsp"; + case CmdSceneType.CmdSetClientPausedCsReq: + return "CmdSetClientPausedCsReq"; + case CmdSceneType.CmdSetClientPausedScRsp: + return "CmdSetClientPausedScRsp"; + case CmdSceneType.CmdUpdateBuffGroupStartScNotify: + return "CmdUpdateBuffGroupStartScNotify"; + case CmdSceneType.CmdUpdateBuffGroupEndScNotify: + return "CmdUpdateBuffGroupEndScNotify"; + case CmdSceneType.CmdActivateFarmElementCsReq: + return "CmdActivateFarmElementCsReq"; + case CmdSceneType.CmdActivateFarmElementScRsp: + return "CmdActivateFarmElementScRsp"; + case CmdSceneType.CmdGetSpringRecoverDataCsReq: + return "CmdGetSpringRecoverDataCsReq"; + case CmdSceneType.CmdGetSpringRecoverDataScRsp: + return "CmdGetSpringRecoverDataScRsp"; + case CmdSceneType.CmdSetSpringRecoverConfigCsReq: + return "CmdSetSpringRecoverConfigCsReq"; + case CmdSceneType.CmdSetSpringRecoverConfigScRsp: + return "CmdSetSpringRecoverConfigScRsp"; + case CmdSceneType.CmdSpringRecoverCsReq: + return "CmdSpringRecoverCsReq"; + case CmdSceneType.CmdSpringRecoverScRsp: + return "CmdSpringRecoverScRsp"; + case CmdSceneType.CmdHealPoolInfoNotify: + return "CmdHealPoolInfoNotify"; + case CmdSceneType.CmdSpringRecoverSingleAvatarCsReq: + return "CmdSpringRecoverSingleAvatarCsReq"; + case CmdSceneType.CmdSpringRecoverSingleAvatarScRsp: + return "CmdSpringRecoverSingleAvatarScRsp"; + case CmdSceneType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdShopType { + CmdShopTypeNone = 0, + CmdGetShopListCsReq = 1501, + CmdGetShopListScRsp = 1502, + CmdBuyGoodsCsReq = 1503, + CmdBuyGoodsScRsp = 1504, + UNRECOGNIZED = -1, +} + +export function cmdShopTypeFromJSON(object: any): CmdShopType { + switch (object) { + case 0: + case "CmdShopTypeNone": + return CmdShopType.CmdShopTypeNone; + case 1501: + case "CmdGetShopListCsReq": + return CmdShopType.CmdGetShopListCsReq; + case 1502: + case "CmdGetShopListScRsp": + return CmdShopType.CmdGetShopListScRsp; + case 1503: + case "CmdBuyGoodsCsReq": + return CmdShopType.CmdBuyGoodsCsReq; + case 1504: + case "CmdBuyGoodsScRsp": + return CmdShopType.CmdBuyGoodsScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdShopType.UNRECOGNIZED; + } +} + +export function cmdShopTypeToJSON(object: CmdShopType): string { + switch (object) { + case CmdShopType.CmdShopTypeNone: + return "CmdShopTypeNone"; + case CmdShopType.CmdGetShopListCsReq: + return "CmdGetShopListCsReq"; + case CmdShopType.CmdGetShopListScRsp: + return "CmdGetShopListScRsp"; + case CmdShopType.CmdBuyGoodsCsReq: + return "CmdBuyGoodsCsReq"; + case CmdShopType.CmdBuyGoodsScRsp: + return "CmdBuyGoodsScRsp"; + case CmdShopType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdStageType { + CmdStageTypeNone = 0, + CmdGetStageDataCsReq = 201, + CmdGetStageDataScRsp = 202, + CmdStageBeginCsReq = 203, + CmdStageBeginScRsp = 204, + UNRECOGNIZED = -1, +} + +export function cmdStageTypeFromJSON(object: any): CmdStageType { + switch (object) { + case 0: + case "CmdStageTypeNone": + return CmdStageType.CmdStageTypeNone; + case 201: + case "CmdGetStageDataCsReq": + return CmdStageType.CmdGetStageDataCsReq; + case 202: + case "CmdGetStageDataScRsp": + return CmdStageType.CmdGetStageDataScRsp; + case 203: + case "CmdStageBeginCsReq": + return CmdStageType.CmdStageBeginCsReq; + case 204: + case "CmdStageBeginScRsp": + return CmdStageType.CmdStageBeginScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdStageType.UNRECOGNIZED; + } +} + +export function cmdStageTypeToJSON(object: CmdStageType): string { + switch (object) { + case CmdStageType.CmdStageTypeNone: + return "CmdStageTypeNone"; + case CmdStageType.CmdGetStageDataCsReq: + return "CmdGetStageDataCsReq"; + case CmdStageType.CmdGetStageDataScRsp: + return "CmdGetStageDataScRsp"; + case CmdStageType.CmdStageBeginCsReq: + return "CmdStageBeginCsReq"; + case CmdStageType.CmdStageBeginScRsp: + return "CmdStageBeginScRsp"; + case CmdStageType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdPlayerSyncType { + CmdPlayerSyncNone = 0, + CmdPlayerSyncScNotify = 601, + UNRECOGNIZED = -1, +} + +export function cmdPlayerSyncTypeFromJSON(object: any): CmdPlayerSyncType { + switch (object) { + case 0: + case "CmdPlayerSyncNone": + return CmdPlayerSyncType.CmdPlayerSyncNone; + case 601: + case "CmdPlayerSyncScNotify": + return CmdPlayerSyncType.CmdPlayerSyncScNotify; + case -1: + case "UNRECOGNIZED": + default: + return CmdPlayerSyncType.UNRECOGNIZED; + } +} + +export function cmdPlayerSyncTypeToJSON(object: CmdPlayerSyncType): string { + switch (object) { + case CmdPlayerSyncType.CmdPlayerSyncNone: + return "CmdPlayerSyncNone"; + case CmdPlayerSyncType.CmdPlayerSyncScNotify: + return "CmdPlayerSyncScNotify"; + case CmdPlayerSyncType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdTalkEventType { + CmdTalkRewardTypeNone = 0, + CmdGetNpcTakenRewardCsReq = 2101, + CmdGetNpcTakenRewardScRsp = 2102, + CmdTakeTalkRewardCsReq = 2103, + CmdTakeTalkRewardScRsp = 2104, + CmdGetFirstTalkNpcCsReq = 2105, + CmdGetFirstTalkNpcScRsp = 2106, + CmdFinishFirstTalkNpcCsReq = 2107, + CmdFinishFirstTalkNpcScRsp = 2108, + UNRECOGNIZED = -1, +} + +export function cmdTalkEventTypeFromJSON(object: any): CmdTalkEventType { + switch (object) { + case 0: + case "CmdTalkRewardTypeNone": + return CmdTalkEventType.CmdTalkRewardTypeNone; + case 2101: + case "CmdGetNpcTakenRewardCsReq": + return CmdTalkEventType.CmdGetNpcTakenRewardCsReq; + case 2102: + case "CmdGetNpcTakenRewardScRsp": + return CmdTalkEventType.CmdGetNpcTakenRewardScRsp; + case 2103: + case "CmdTakeTalkRewardCsReq": + return CmdTalkEventType.CmdTakeTalkRewardCsReq; + case 2104: + case "CmdTakeTalkRewardScRsp": + return CmdTalkEventType.CmdTakeTalkRewardScRsp; + case 2105: + case "CmdGetFirstTalkNpcCsReq": + return CmdTalkEventType.CmdGetFirstTalkNpcCsReq; + case 2106: + case "CmdGetFirstTalkNpcScRsp": + return CmdTalkEventType.CmdGetFirstTalkNpcScRsp; + case 2107: + case "CmdFinishFirstTalkNpcCsReq": + return CmdTalkEventType.CmdFinishFirstTalkNpcCsReq; + case 2108: + case "CmdFinishFirstTalkNpcScRsp": + return CmdTalkEventType.CmdFinishFirstTalkNpcScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdTalkEventType.UNRECOGNIZED; + } +} + +export function cmdTalkEventTypeToJSON(object: CmdTalkEventType): string { + switch (object) { + case CmdTalkEventType.CmdTalkRewardTypeNone: + return "CmdTalkRewardTypeNone"; + case CmdTalkEventType.CmdGetNpcTakenRewardCsReq: + return "CmdGetNpcTakenRewardCsReq"; + case CmdTalkEventType.CmdGetNpcTakenRewardScRsp: + return "CmdGetNpcTakenRewardScRsp"; + case CmdTalkEventType.CmdTakeTalkRewardCsReq: + return "CmdTakeTalkRewardCsReq"; + case CmdTalkEventType.CmdTakeTalkRewardScRsp: + return "CmdTakeTalkRewardScRsp"; + case CmdTalkEventType.CmdGetFirstTalkNpcCsReq: + return "CmdGetFirstTalkNpcCsReq"; + case CmdTalkEventType.CmdGetFirstTalkNpcScRsp: + return "CmdGetFirstTalkNpcScRsp"; + case CmdTalkEventType.CmdFinishFirstTalkNpcCsReq: + return "CmdFinishFirstTalkNpcCsReq"; + case CmdTalkEventType.CmdFinishFirstTalkNpcScRsp: + return "CmdFinishFirstTalkNpcScRsp"; + case CmdTalkEventType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdTutorialType { + CmdTutorialTypeNone = 0, + CmdGetTutorialCsReq = 1601, + CmdGetTutorialScRsp = 1602, + CmdGetTutorialGuideCsReq = 1603, + CmdGetTutorialGuideScRsp = 1604, + CmdUnlockTutorialCsReq = 1605, + CmdUnlockTutorialScRsp = 1606, + CmdUnlockTutorialGuideCsReq = 1607, + CmdUnlockTutorialGuideScRsp = 1608, + CmdFinishTutorialCsReq = 1609, + CmdFinishTutorialScRsp = 1610, + CmdFinishTutorialGuideCsReq = 1611, + CmdFinishTutorialGuideScRsp = 1612, + UNRECOGNIZED = -1, +} + +export function cmdTutorialTypeFromJSON(object: any): CmdTutorialType { + switch (object) { + case 0: + case "CmdTutorialTypeNone": + return CmdTutorialType.CmdTutorialTypeNone; + case 1601: + case "CmdGetTutorialCsReq": + return CmdTutorialType.CmdGetTutorialCsReq; + case 1602: + case "CmdGetTutorialScRsp": + return CmdTutorialType.CmdGetTutorialScRsp; + case 1603: + case "CmdGetTutorialGuideCsReq": + return CmdTutorialType.CmdGetTutorialGuideCsReq; + case 1604: + case "CmdGetTutorialGuideScRsp": + return CmdTutorialType.CmdGetTutorialGuideScRsp; + case 1605: + case "CmdUnlockTutorialCsReq": + return CmdTutorialType.CmdUnlockTutorialCsReq; + case 1606: + case "CmdUnlockTutorialScRsp": + return CmdTutorialType.CmdUnlockTutorialScRsp; + case 1607: + case "CmdUnlockTutorialGuideCsReq": + return CmdTutorialType.CmdUnlockTutorialGuideCsReq; + case 1608: + case "CmdUnlockTutorialGuideScRsp": + return CmdTutorialType.CmdUnlockTutorialGuideScRsp; + case 1609: + case "CmdFinishTutorialCsReq": + return CmdTutorialType.CmdFinishTutorialCsReq; + case 1610: + case "CmdFinishTutorialScRsp": + return CmdTutorialType.CmdFinishTutorialScRsp; + case 1611: + case "CmdFinishTutorialGuideCsReq": + return CmdTutorialType.CmdFinishTutorialGuideCsReq; + case 1612: + case "CmdFinishTutorialGuideScRsp": + return CmdTutorialType.CmdFinishTutorialGuideScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdTutorialType.UNRECOGNIZED; + } +} + +export function cmdTutorialTypeToJSON(object: CmdTutorialType): string { + switch (object) { + case CmdTutorialType.CmdTutorialTypeNone: + return "CmdTutorialTypeNone"; + case CmdTutorialType.CmdGetTutorialCsReq: + return "CmdGetTutorialCsReq"; + case CmdTutorialType.CmdGetTutorialScRsp: + return "CmdGetTutorialScRsp"; + case CmdTutorialType.CmdGetTutorialGuideCsReq: + return "CmdGetTutorialGuideCsReq"; + case CmdTutorialType.CmdGetTutorialGuideScRsp: + return "CmdGetTutorialGuideScRsp"; + case CmdTutorialType.CmdUnlockTutorialCsReq: + return "CmdUnlockTutorialCsReq"; + case CmdTutorialType.CmdUnlockTutorialScRsp: + return "CmdUnlockTutorialScRsp"; + case CmdTutorialType.CmdUnlockTutorialGuideCsReq: + return "CmdUnlockTutorialGuideCsReq"; + case CmdTutorialType.CmdUnlockTutorialGuideScRsp: + return "CmdUnlockTutorialGuideScRsp"; + case CmdTutorialType.CmdFinishTutorialCsReq: + return "CmdFinishTutorialCsReq"; + case CmdTutorialType.CmdFinishTutorialScRsp: + return "CmdFinishTutorialScRsp"; + case CmdTutorialType.CmdFinishTutorialGuideCsReq: + return "CmdFinishTutorialGuideCsReq"; + case CmdTutorialType.CmdFinishTutorialGuideScRsp: + return "CmdFinishTutorialGuideScRsp"; + case CmdTutorialType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum TutorialStatus { + TUTORIAL_NONE = 0, + TUTORIAL_UNLOCK = 1, + TUTORIAL_FINISH = 2, + UNRECOGNIZED = -1, +} + +export function tutorialStatusFromJSON(object: any): TutorialStatus { + switch (object) { + case 0: + case "TUTORIAL_NONE": + return TutorialStatus.TUTORIAL_NONE; + case 1: + case "TUTORIAL_UNLOCK": + return TutorialStatus.TUTORIAL_UNLOCK; + case 2: + case "TUTORIAL_FINISH": + return TutorialStatus.TUTORIAL_FINISH; + case -1: + case "UNRECOGNIZED": + default: + return TutorialStatus.UNRECOGNIZED; + } +} + +export function tutorialStatusToJSON(object: TutorialStatus): string { + switch (object) { + case TutorialStatus.TUTORIAL_NONE: + return "TUTORIAL_NONE"; + case TutorialStatus.TUTORIAL_UNLOCK: + return "TUTORIAL_UNLOCK"; + case TutorialStatus.TUTORIAL_FINISH: + return "TUTORIAL_FINISH"; + case TutorialStatus.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum CmdWaypointType { + CmdWaypointTypeNone = 0, + CmdGetWaypointCsReq = 401, + CmdGetWaypointScRsp = 402, + CmdSetCurWaypointCsReq = 403, + CmdSetCurWaypointScRsp = 404, + CmdGetChapterCsReq = 405, + CmdGetChapterScRsp = 406, + CmdWaypointShowNewCsNotify = 407, + CmdTakeChapterRewardCsReq = 408, + CmdTakeChapterRewardScRsp = 409, + UNRECOGNIZED = -1, +} + +export function cmdWaypointTypeFromJSON(object: any): CmdWaypointType { + switch (object) { + case 0: + case "CmdWaypointTypeNone": + return CmdWaypointType.CmdWaypointTypeNone; + case 401: + case "CmdGetWaypointCsReq": + return CmdWaypointType.CmdGetWaypointCsReq; + case 402: + case "CmdGetWaypointScRsp": + return CmdWaypointType.CmdGetWaypointScRsp; + case 403: + case "CmdSetCurWaypointCsReq": + return CmdWaypointType.CmdSetCurWaypointCsReq; + case 404: + case "CmdSetCurWaypointScRsp": + return CmdWaypointType.CmdSetCurWaypointScRsp; + case 405: + case "CmdGetChapterCsReq": + return CmdWaypointType.CmdGetChapterCsReq; + case 406: + case "CmdGetChapterScRsp": + return CmdWaypointType.CmdGetChapterScRsp; + case 407: + case "CmdWaypointShowNewCsNotify": + return CmdWaypointType.CmdWaypointShowNewCsNotify; + case 408: + case "CmdTakeChapterRewardCsReq": + return CmdWaypointType.CmdTakeChapterRewardCsReq; + case 409: + case "CmdTakeChapterRewardScRsp": + return CmdWaypointType.CmdTakeChapterRewardScRsp; + case -1: + case "UNRECOGNIZED": + default: + return CmdWaypointType.UNRECOGNIZED; + } +} + +export function cmdWaypointTypeToJSON(object: CmdWaypointType): string { + switch (object) { + case CmdWaypointType.CmdWaypointTypeNone: + return "CmdWaypointTypeNone"; + case CmdWaypointType.CmdGetWaypointCsReq: + return "CmdGetWaypointCsReq"; + case CmdWaypointType.CmdGetWaypointScRsp: + return "CmdGetWaypointScRsp"; + case CmdWaypointType.CmdSetCurWaypointCsReq: + return "CmdSetCurWaypointCsReq"; + case CmdWaypointType.CmdSetCurWaypointScRsp: + return "CmdSetCurWaypointScRsp"; + case CmdWaypointType.CmdGetChapterCsReq: + return "CmdGetChapterCsReq"; + case CmdWaypointType.CmdGetChapterScRsp: + return "CmdGetChapterScRsp"; + case CmdWaypointType.CmdWaypointShowNewCsNotify: + return "CmdWaypointShowNewCsNotify"; + case CmdWaypointType.CmdTakeChapterRewardCsReq: + return "CmdTakeChapterRewardCsReq"; + case CmdWaypointType.CmdTakeChapterRewardScRsp: + return "CmdTakeChapterRewardScRsp"; + case CmdWaypointType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum WaypointType { + WAYPOINT_TYPE_NONE = 0, + WAYPOINT_TYPE_STAGE = 1, + WAYPOINT_TYPE_PLOT = 2, + UNRECOGNIZED = -1, +} + +export function waypointTypeFromJSON(object: any): WaypointType { + switch (object) { + case 0: + case "WAYPOINT_TYPE_NONE": + return WaypointType.WAYPOINT_TYPE_NONE; + case 1: + case "WAYPOINT_TYPE_STAGE": + return WaypointType.WAYPOINT_TYPE_STAGE; + case 2: + case "WAYPOINT_TYPE_PLOT": + return WaypointType.WAYPOINT_TYPE_PLOT; + case -1: + case "UNRECOGNIZED": + default: + return WaypointType.UNRECOGNIZED; + } +} + +export function waypointTypeToJSON(object: WaypointType): string { + switch (object) { + case WaypointType.WAYPOINT_TYPE_NONE: + return "WAYPOINT_TYPE_NONE"; + case WaypointType.WAYPOINT_TYPE_STAGE: + return "WAYPOINT_TYPE_STAGE"; + case WaypointType.WAYPOINT_TYPE_PLOT: + return "WAYPOINT_TYPE_PLOT"; + case WaypointType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum WaypointUnlockType { + WAYPOINT_UNLOCK_NONE = 0, + WAYPOINT_UNLOCK_PRE = 1, + WAYPOINT_UNLOCK_LEVEL = 2, + UNRECOGNIZED = -1, +} + +export function waypointUnlockTypeFromJSON(object: any): WaypointUnlockType { + switch (object) { + case 0: + case "WAYPOINT_UNLOCK_NONE": + return WaypointUnlockType.WAYPOINT_UNLOCK_NONE; + case 1: + case "WAYPOINT_UNLOCK_PRE": + return WaypointUnlockType.WAYPOINT_UNLOCK_PRE; + case 2: + case "WAYPOINT_UNLOCK_LEVEL": + return WaypointUnlockType.WAYPOINT_UNLOCK_LEVEL; + case -1: + case "UNRECOGNIZED": + default: + return WaypointUnlockType.UNRECOGNIZED; + } +} + +export function waypointUnlockTypeToJSON(object: WaypointUnlockType): string { + switch (object) { + case WaypointUnlockType.WAYPOINT_UNLOCK_NONE: + return "WAYPOINT_UNLOCK_NONE"; + case WaypointUnlockType.WAYPOINT_UNLOCK_PRE: + return "WAYPOINT_UNLOCK_PRE"; + case WaypointUnlockType.WAYPOINT_UNLOCK_LEVEL: + return "WAYPOINT_UNLOCK_LEVEL"; + case WaypointUnlockType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export enum DispatchType { + DISPATCH_TYPE_NONE = 0, + DISPATCH_TYPE_BY_ADDR = 1, + DISPATCH_TYPE_BY_MOD = 2, + DISPATCH_TYPE_BY_RAND = 3, + DISPATCH_TYPE_BY_CHASH = 4, + DISPATCH_TYPE_BY_STICKY_SESSION = 5, + DISPATCH_TYPE_BY_OBJECT = 6, + UNRECOGNIZED = -1, +} + +export function dispatchTypeFromJSON(object: any): DispatchType { + switch (object) { + case 0: + case "DISPATCH_TYPE_NONE": + return DispatchType.DISPATCH_TYPE_NONE; + case 1: + case "DISPATCH_TYPE_BY_ADDR": + return DispatchType.DISPATCH_TYPE_BY_ADDR; + case 2: + case "DISPATCH_TYPE_BY_MOD": + return DispatchType.DISPATCH_TYPE_BY_MOD; + case 3: + case "DISPATCH_TYPE_BY_RAND": + return DispatchType.DISPATCH_TYPE_BY_RAND; + case 4: + case "DISPATCH_TYPE_BY_CHASH": + return DispatchType.DISPATCH_TYPE_BY_CHASH; + case 5: + case "DISPATCH_TYPE_BY_STICKY_SESSION": + return DispatchType.DISPATCH_TYPE_BY_STICKY_SESSION; + case 6: + case "DISPATCH_TYPE_BY_OBJECT": + return DispatchType.DISPATCH_TYPE_BY_OBJECT; + case -1: + case "UNRECOGNIZED": + default: + return DispatchType.UNRECOGNIZED; + } +} + +export function dispatchTypeToJSON(object: DispatchType): string { + switch (object) { + case DispatchType.DISPATCH_TYPE_NONE: + return "DISPATCH_TYPE_NONE"; + case DispatchType.DISPATCH_TYPE_BY_ADDR: + return "DISPATCH_TYPE_BY_ADDR"; + case DispatchType.DISPATCH_TYPE_BY_MOD: + return "DISPATCH_TYPE_BY_MOD"; + case DispatchType.DISPATCH_TYPE_BY_RAND: + return "DISPATCH_TYPE_BY_RAND"; + case DispatchType.DISPATCH_TYPE_BY_CHASH: + return "DISPATCH_TYPE_BY_CHASH"; + case DispatchType.DISPATCH_TYPE_BY_STICKY_SESSION: + return "DISPATCH_TYPE_BY_STICKY_SESSION"; + case DispatchType.DISPATCH_TYPE_BY_OBJECT: + return "DISPATCH_TYPE_BY_OBJECT"; + case DispatchType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export interface PlayerBasicInfo { + nickname: string; + level: number; + exp: number; + stamina: number; + mcoin: number; + hcoin: number; + scoin: number; + worldLevel: number; +} + +export interface BlackInfo { + beginTime: number; + endTime: number; + limitLevel: number; + banType: number; +} + +export interface VersionCount { + version: number; + count: number; +} + +export interface ClientDownloadData { + version: number; + time: number; + data: Uint8Array; +} + +export interface ClientUploadData { + tag: string; + value: string; +} + +export interface FeatureSwitchParam { + paramList: number[]; +} + +export interface FeatureSwitchInfo { + type: FeatureSwitchType; + switchList: FeatureSwitchParam[]; + isAllClosed: boolean; +} + +export interface BattleOp { + turnCounter: number; + state: number; + actionEntityId: number; + targetEntityId: number; + opType: number; + skillIndex: number; + operationCounter: number; +} + +export interface BattleEquipment { + id: number; + level: number; + promotion: number; + rank: number; +} + +export interface BattleRelic { + id: number; + level: number; + mainAffixId: number; + subAffixList: RelicAffix[]; + uniqueId: number; +} + +export interface AvatarSkillTree { + pointId: number; + level: number; +} + +export interface RelicAffix { + affixId: number; + cnt: number; + step: number; +} + +export interface BattleAvatar { + avatarType: AvatarType; + id: number; + level: number; + rank: number; + index: number; + skilltreeList: AvatarSkillTree[]; + equipmentList: BattleEquipment[]; + hp: number; + sp: number; + promotion: number; + relicList: BattleRelic[]; +} + +export interface BattleMonsterWave { + monsterIdList: number[]; +} + +export interface BattleBuff { + id: number; + level: number; + ownerIndex: number; + waveFlag: number; + targetIndexList: number[]; + dynamicValues: { [key: string]: number }; +} + +export interface BattleBuff_DynamicValuesEntry { + key: string; + value: number; +} + +export interface BattleLineup { + avatarList: BattleAvatar[]; + monsterWaveList: BattleMonsterWave[]; + buffList: BattleBuff[]; + heroPathList: HeroPath[]; + battleScoringList: number[]; +} + +export interface ClientTurnSnapshot { + turnCounter: number; + randomCounter: number; + animEventCounter: number; + snapshotList: CharacterSnapshot[]; + animEventList: AnimEventSnapshot[]; +} + +export interface GamecoreConfig { + isSkipVerify: boolean; + maxTurnCnt: number; + isAutoFight: boolean; + csvPath: string; +} + +export interface BattleBuffMsg { + buffIdList: number[]; + buffIndexList: number[]; + buffLevelList: number[]; + buffFlagList: number[]; +} + +export interface BattleReplay { + version: number; + logicRandomSeed: number; + stageId: number; + lineup: BattleLineup | undefined; + opList: BattleOp[]; + turnSnapshotHash: Uint8Array; + mazePlaneId: number; + extraAbilityList: number[]; + isAiConsiderUltraSkill: boolean; + checkStrategy: BattleCheckStrategyType; + battleModuleType: BattleModuleType; + turnSnapshotList: ClientTurnSnapshot[]; + localLevelPath: string; + debugExtraInfo: string; + config: GamecoreConfig | undefined; + gameCoreLogEncode: Uint8Array; + roundsLimit: number; + logStringHash: BattleReplayStringHash[]; + planeId: number; + floorId: number; + battleAreaGroupId: number; + battleAreaId: number; +} + +export interface BattleReplayStringHash { + hash: number; + value: string; +} + +export interface AvatarProperty { + maxHp: number; + attack: number; + defence: number; + speed: number; + leftHp: number; + leftSp: number; + maxSp: number; +} + +export interface EquipmentProperty { + id: number; + rank: number; + promotion: number; + level: number; +} + +export interface AttackDamageProperty { + attackType: string; + damage: number; +} + +export interface SkillUseProperty { + skillId: number; + skillType: string; + skillLevel: number; + skillUseCount: number; +} + +export interface SpAddSource { + source: string; + spAdd: number; +} + +export interface AvatarBattleInfo { + avatarType: AvatarType; + id: number; + avatarLevel: number; + avatarRank: number; + avatarPromotion: number; + avatarStatus: AvatarProperty | undefined; + avatarSkill: AvatarSkillTree[]; + avatarEquipment: EquipmentProperty[]; + totalTurns: number; + totalDamage: number; + totalHeal: number; + totalDamageTaken: number; + totalHpRecover: number; + totalSpCost: number; + stageId: number; + stageType: number; + totalBreakDamage: number; + attackTypeDamage: AttackDamageProperty[]; + attackTypeBreakDamage: AttackDamageProperty[]; + attackTypeMaxDamage: AttackDamageProperty[]; + skillTimes: SkillUseProperty[]; + delayCumulate: number; + totalSpAdd: number; + spAddSource: SpAddSource[]; + totalBpCost: number; + dieTimes: number; + reviveTimes: number; + breakTimes: number; + extraTurns: number; + totalShield: number; + totalShieldTaken: number; + totalShieldDamage: number; + initialStatus: AvatarProperty | undefined; + relics: BattleRelic[]; +} + +export interface MonsterProperty { + maxHp: number; + attack: number; + defence: number; + shield: number; + speed: number; + leftHp: number; +} + +export interface MonsterBattleInfo { + entityId: number; + monsterId: number; + monsterTemplateId: number; + monsterLevel: number; + monsterStatus: MonsterProperty | undefined; + totalTurns: number; + totalDamage: number; + totalHeal: number; + totalDamageTaken: number; + totalStanceDamageTaken: number; + totalHpRecover: number; + stageId: number; + battleId: number; + monsterType: number; + attackTypeDamage: AttackDamageProperty[]; + skillTimes: SkillUseProperty[]; + stageType: number; + totalBreakDamageTaken: number; + delayCumulate: number; + deathSource: DeathSource; + wave: number; + indexInWave: number; + phase: number; + maxPhase: number; + battleTag: BattleTag; +} + +export interface BattleStatistics { + totalBattleTurns: number; + totalAutoTurns: number; + avatarIdList: number[]; + ultraCnt: number; + totalDelayCumulate: number; + costTime: number; + avatarBattleList: AvatarBattleInfo[]; + monsterBattleList: MonsterBattleInfo[]; + roundCnt: number; + cocoonDeadWave: number; + avatarBattleTurns: number; + monsterBattleTurns: number; + customValues: { [key: string]: number }; + challengeScore: number; + battleChallengeList: number[]; +} + +export interface BattleStatistics_CustomValuesEntry { + key: string; + value: number; +} + +export interface HeroPath { + heroPathType: number; + level: number; + exp: number; +} + +export interface BattleResult { + retcode: BattleCheckResultType; + endStatus: BattleEndStatus; + stt: BattleStatistics | undefined; + gameCoreLogEncode: Uint8Array; + tags: { [key: string]: number }; + mismatchTurnCount: number; +} + +export interface BattleResult_TagsEntry { + key: string; + value: number; +} + +export interface CharacterSnapshot { + runtimeId: number; + properties: number[]; +} + +export interface AnimEventSnapshot { + eventName: string; + count: number; +} + +export interface LoginActivityData { + id: number; + loginDays: number; + hasTakenLoginActivityRewardDaysList: number[]; +} + +export interface GetLoginActivityCsReq {} + +export interface GetLoginActivityScRsp { + retcode: number; + loginActivityList: LoginActivityData[]; +} + +export interface TakeLoginActivityRewardCsReq { + id: number; + takeDays: number; +} + +export interface TakeLoginActivityRewardScRsp { + retcode: number; + id: number; + takeDays: number; + reward: ItemList | undefined; +} + +export interface EnterAdventureCsReq { + mapId: number; +} + +export interface EnterAdventureScRsp { + retcode: number; + scene: SceneInfo | undefined; +} + +export interface ArchiveData { + itemIdList: number[]; + monsterTemplateIdList: number[]; +} + +export interface GetArchiveDataCsReq {} + +export interface GetArchiveDataScRsp { + retcode: number; + archiveData: ArchiveData | undefined; +} + +export interface GetUpdatedArchiveDataCsReq {} + +export interface GetUpdatedArchiveDataScRsp { + retcode: number; + archiveData: ArchiveData | undefined; +} + +export interface GetAvatarDataCsReq { + isGetAll: boolean; + baseAvatarIdList: number[]; +} + +export interface EquipRelic { + type: number; + relicUniqueId: number; +} + +export interface Avatar { + baseAvatarId: number; + exp: number; + level: number; + promotion: number; + rank: number; + skilltreeList: AvatarSkillTree[]; + equipmentUniqueId: number; + equipRelicList: EquipRelic[]; +} + +export interface GetAvatarDataScRsp { + retcode: number; + avatarList: Avatar[]; + isAll: boolean; +} + +export interface AvatarExpUpCsReq { + baseAvatarId: number; + itemCost: ItemCostData | undefined; +} + +export interface AvatarExpUpScRsp { + retcode: number; + returnItemList: PileItem[]; +} + +export interface UnlockSkilltreeCsReq { + pointId: number; + level: number; + itemList: ItemCost[]; +} + +export interface UnlockSkilltreeScRsp { + retcode: number; + baseAvatarId: number; + pointId: number; + level: number; +} + +export interface PromoteAvatarCsReq { + baseAvatarId: number; + itemList: ItemCost[]; +} + +export interface PromoteAvatarScRsp { + retcode: number; +} + +export interface DressAvatarCsReq { + equipmentUniqueId: number; + baseAvatarId: number; +} + +export interface DressAvatarScRsp { + retcode: number; +} + +export interface TakeOffEquipmentCsReq { + baseAvatarId: number; +} + +export interface TakeOffEquipmentScRsp { + retcode: number; +} + +export interface AddAvatarScNotify { + baseAvatarId: number; + reward: ItemList | undefined; + src: AddAvatarSrc; +} + +export interface RankUpAvatarCsReq { + baseAvatarId: number; + rank: number; + costData: ItemCostData | undefined; +} + +export interface RankUpAvatarScRsp { + retcode: number; +} + +export interface DressRelicAvatarCsReq { + relicType: number; + relicUniqueId: number; + baseAvatarId: number; +} + +export interface DressRelicAvatarScRsp { + retcode: number; +} + +export interface TakeOffRelicCsReq { + relicType: number; + baseAvatarId: number; +} + +export interface TakeOffRelicScRsp { + retcode: number; +} + +export interface PVEBattleResultCsReq { + stageId: number; + opList: BattleOp[]; + turnSnapshotHash: Uint8Array; + costTime: number; + debugExtraInfo: string; + resVersion: number; + isAiConsiderUltraSkill: boolean; + endStatus: BattleEndStatus; + stt: BattleStatistics | undefined; + battleId: number; +} + +export interface PVEBattleResultScRsp { + retcode: number; + stageId: number; + curFinishChallenge: number; + dropData: ItemList | undefined; + avatarExpReward: number; + binVer: string; + resVer: string; + battleId: number; + endStatus: BattleEndStatus; + extraDropData: ItemList | undefined; + checkIdentical: boolean; + eventId: number; + mismatchTurnCount: number; +} + +export interface QuitBattleCsReq {} + +export interface QuitBattleScRsp { + retcode: number; +} + +export interface GetCurBattleInfoCsReq {} + +export interface GetCurBattleInfoScRsp { + retcode: number; + stageId: number; + logicRandomSeed: number; + avatarList: BattleAvatar[]; + battleInfo: SceneBattleInfo | undefined; + lastEndStatus: BattleEndStatus; + lastEventId: number; +} + +export interface SyncClientResVersionCsReq { + resVersion: number; +} + +export interface SyncClientResVersionScRsp { + retcode: number; + resVersion: number; +} + +export interface QuitBattleScNotify {} + +export interface Challenge { + challengeId: number; + stars: number; + takenReward: number; +} + +export interface GetChallengeCsReq {} + +export interface GetChallengeScRsp { + retcode: number; + challengeList: Challenge[]; +} + +export interface StartChallengeCsReq { + challengeId: number; +} + +export interface StartChallengeScRsp { + retcode: number; + maze: Maze | undefined; + curChallenge: CurChallenge | undefined; +} + +export interface LeaveChallengeCsReq {} + +export interface LeaveChallengeScRsp { + retcode: number; + maze: Maze | undefined; +} + +export interface ChallengeSettleNotify { + challengeId: number; + isWin: boolean; + reward: ItemList | undefined; + stars: number; +} + +export interface FinishChallengeCsReq { + challengeId: number; +} + +export interface FinishChallengeScRsp { + retcode: number; +} + +export interface KillMonster { + monsterId: number; + killNum: number; +} + +export interface CurChallenge { + challengeId: number; + rounds: number; + status: ChallengeStatus; + extraLineupType: ExtraLineupType; + killMonsterList: KillMonster[]; + deadAvatarNum: number; +} + +export interface GetCurChallengeCsReq {} + +export interface GetCurChallengeScRsp { + retcode: number; + curChallenge: CurChallenge | undefined; +} + +export interface ChallengeLineupNotify { + extraLineupType: ExtraLineupType; +} + +export interface TakeChallengeTargetRewardCsReq { + challengeId: number; + indexList: number[]; +} + +export interface TakeChallengeTargetRewardScRsp { + retcode: number; + challengeId: number; + takenIndexList: number[]; + reward: ItemList | undefined; +} + +export interface Item { + itemId: number; + num: number; + level: number; + rank: number; + promotion: number; + uniqueId: number; +} + +export interface ItemList { + itemList: Item[]; +} + +export interface PileItem { + itemId: number; + itemNum: number; +} + +export interface ItemCost { + pileItem: PileItem | undefined; + equipmentUniqueId: number | undefined; + relicUniqueId: number | undefined; +} + +export interface ItemCostData { + itemList: ItemCost[]; +} + +export interface SceneMonsterWave { + monsterIdList: number[]; + dropList: ItemList[]; +} + +export interface SceneBattleInfo { + logicRandomSeed: number; + stageId: number; + monsterWaveList: SceneMonsterWave[]; + battleAvatarList: BattleAvatar[]; + buffList: BattleBuff[]; + battleId: number; + heroPathList: HeroPath[]; + roundsLimit: number; +} + +export interface DialogueEvent { + dialogueGroupId: number; + dialogueEventIdList: number[]; +} + +export interface DialogueResultInfo { + itemResult: ItemList | undefined; + rogueBuffResult: RogueBuffList | undefined; +} + +export interface GetDialogueEventDataCsReq {} + +export interface GetDialogueEventDataScRsp { + retcode: number; + dialogueEventList: DialogueEvent[]; +} + +export interface SelectDialogueEventCsReq { + dialogueGroupId: number; + dialogueEventId: number; +} + +export interface SelectDialogueEventScRsp { + retcode: number; + dialogueGroupId: number; + dialogueEventId: number; + resultInfo: DialogueResultInfo | undefined; +} + +export interface SyncDialogueEventDataScNotify { + dialogueEventList: DialogueEvent[]; +} + +export interface Expedition { + id: number; + acceptTime: number; + duration: number; + avatarIdList: number[]; +} + +export interface GetExpeditionDataCsReq {} + +export interface GetExpeditionDataScRsp { + retcode: number; + teamCount: number; + unlockedExpeditionIdList: number[]; + expedtionList: Expedition[]; +} + +export interface AcceptExpeditionCsReq { + expedition: Expedition | undefined; +} + +export interface AcceptExpeditionScRsp { + retcode: number; + expedition: Expedition | undefined; +} + +export interface CancelExpeditionCsReq { + expeditionId: number; +} + +export interface CancelExpeditionScRsp { + retcode: number; + expeditionId: number; +} + +export interface TakeExpeditionRewardCsReq { + expeditionId: number; +} + +export interface TakeExpeditionRewardScRsp { + retcode: number; + expeditionId: number; + reward: ItemList | undefined; +} + +export interface GetGachaInfoCsReq {} + +export interface GachaInfo { + gachaId: number; + beginTime: number; + endTime: number; + detailWebview: string; + newbieGachaCnt: number; + todayGachaCnt: number; +} + +export interface GetGachaInfoScRsp { + retcode: number; + gachaInfoList: GachaInfo[]; + gachaRandom: number; + todayTotalGachaCnt: number; + todaySingleGachaMaxCnt: number; + todayTotalGachaMaxCnt: number; +} + +export interface DoGachaCsReq { + gachaId: number; + gachaNum: number; + gachaRandom: number; + simulateMagic: number; +} + +export interface GachaItem { + gachaItem: Item | undefined; + transferItemList: ItemList | undefined; + isNew: boolean; + tokenItem: ItemList | undefined; +} + +export interface DoGachaScRsp { + retcode: number; + gachaId: number; + gachaNum: number; + gachaItemList: GachaItem[]; + newGachaRandom: number; + newbieGachaCnt: number; + todayGachaCnt: number; + todayTotalGachaCnt: number; +} + +export interface GetBagCsReq {} + +export interface Equipment { + uniqueId: number; + tid: number; + level: number; + exp: number; + rank: number; + baseAvatarId: number; + isProtected: boolean; + promotion: number; +} + +export interface Relic { + uniqueId: number; + tid: number; + level: number; + exp: number; + baseAvatarId: number; + isProtected: boolean; + mainAffixId: number; + subAffixList: RelicAffix[]; +} + +export interface Material { + tid: number; + num: number; +} + +export interface WaitDelResource { + tid: number; + num: number; +} + +export interface GetBagScRsp { + retcode: number; + equipmentList: Equipment[]; + materialList: Material[]; + relicList: Relic[]; + rogueItemList: Material[]; + waitDelResourceList: WaitDelResource[]; +} + +export interface PromoteEquipmentCsReq { + equipmentUniqueId: number; + costData: ItemCostData | undefined; +} + +export interface PromoteEquipmentScRsp { + retcode: number; +} + +export interface LockEquipmentCsReq { + equipmentUniqueId: number; + isLock: boolean; +} + +export interface LockEquipmentScRsp { + retcode: number; + equipmentUniqueId: number; +} + +export interface UseItemCsReq { + useItemId: number; + useItemCount: number; + baseAvatarId: number; + useAvatarType: AvatarType; + optionalRewardId: number; +} + +export interface UseItemScRsp { + retcode: number; + useItemId: number; + useItemCount: number; + returnData: ItemList | undefined; +} + +export interface RankUpEquipmentCsReq { + equipmentUniqueId: number; + equipmentIdList: number[]; +} + +export interface RankUpEquipmentScRsp { + retcode: number; +} + +export interface ExpUpEquipmentCsReq { + equipmentUniqueId: number; + costData: ItemCostData | undefined; +} + +export interface ExpUpEquipmentScRsp { + retcode: number; + returnItemList: PileItem[]; +} + +export interface ComposeItemCsReq { + composeId: number; + count: number; +} + +export interface ComposeItemScRsp { + retcode: number; + composeId: number; + count: number; + returnItemList: ItemList | undefined; +} + +export interface ExpUpRelicCsReq { + relicUniqueId: number; + costData: ItemCostData | undefined; +} + +export interface ExpUpRelicScRsp { + retcode: number; + returnItemList: PileItem[]; +} + +export interface LockRelicCsReq { + relicUniqueId: number; + isLock: boolean; +} + +export interface LockRelicScRsp { + retcode: number; + relicUniqueId: number; +} + +export interface SellItemCsReq { + costData: ItemCostData | undefined; +} + +export interface SellItemScRsp { + retcode: number; + returnItemList: ItemList | undefined; +} + +export interface RechargeSuccNotify { + itemList: ItemList | undefined; +} + +export interface GetStageLineupCsReq {} + +export interface StageLineup { + stageType: number; + lineupIndex: number; +} + +export interface GetStageLineupScRsp { + retcode: number; + stageLineupList: StageLineup[]; +} + +export interface LineupAvatar { + slot: number; + avatarType: AvatarType; + id: number; + hp: number; + sp: number; + satiety: number; +} + +export interface LineupInfo { + avatarList: LineupAvatar[]; + isVirtual: boolean; + planeId: number; + mp: number; + leaderSlot: number; + index: number; + extraLineupType: ExtraLineupType; + name: string; +} + +export interface GetCurLineupDataCsReq {} + +export interface GetCurLineupDataScRsp { + retcode: number; + lineup: LineupInfo | undefined; +} + +export interface JoinLineupCsReq { + baseAvatarId: number; + isVirtual: boolean; + planeId: number; + slot: number; + index: number; + extraLineupType: ExtraLineupType; +} + +export interface JoinLineupScRsp { + retcode: number; +} + +export interface QuitLineupCsReq { + baseAvatarId: number; + isVirtual: boolean; + planeId: number; + index: number; + extraLineupType: ExtraLineupType; +} + +export interface QuitLineupScRsp { + retcode: number; + baseAvatarId: number; + isMainline: boolean; + planeId: number; + isVirtual: boolean; +} + +export interface SwapLineupCsReq { + isVirtual: boolean; + planeId: number; + srcSlot: number; + dstSlot: number; + index: number; + extraLineupType: ExtraLineupType; +} + +export interface SwapLineupScRsp { + retcode: number; +} + +export interface SyncLineupNotify { + lineup: LineupInfo | undefined; + reasonList: SyncLineupReason[]; +} + +export interface GetLineupAvatarDataCsReq {} + +export interface LineupAvatarData { + avatarType: AvatarType; + id: number; + hp: number; +} + +export interface GetLineupAvatarDataScRsp { + retcode: number; + avatarDataList: LineupAvatarData[]; +} + +export interface ChangeLineupLeaderCsReq { + slot: number; +} + +export interface ChangeLineupLeaderScRsp { + retcode: number; + slot: number; +} + +export interface SwitchLineupIndexCsReq { + index: number; +} + +export interface SwitchLineupIndexScRsp { + retcode: number; + index: number; +} + +export interface SetLineupNameCsReq { + name: string; + index: number; +} + +export interface SetLineupNameScRsp { + retcode: number; + name: string; + index: number; +} + +export interface GetAllLineupDataCsReq {} + +export interface GetAllLineupDataScRsp { + retcode: number; + curIndex: number; + lineupList: LineupInfo[]; +} + +export interface VirtualLineupDestroyNotify { + planeId: number; +} + +export interface GetMailCsReq { + start: number; + stop: number; +} + +export interface ClientMail { + id: number; + templateId: number; + title: string; + content: string; + sender: string; + time: number; + attachment: ItemList | undefined; + isRead: boolean; + expireTime: number; + paraList: string[]; +} + +export interface GetMailScRsp { + retcode: number; + mailList: ClientMail[]; + isEnd: boolean; + totalNum: number; + start: number; + noticeMailList: ClientMail[]; +} + +export interface MarkReadMailCsReq { + id: number; +} + +export interface MarkReadMailScRsp { + retcode: number; + id: number; +} + +export interface DelMailCsReq { + idList: number[]; +} + +export interface DelMailScRsp { + retcode: number; + idList: number[]; +} + +export interface TakeMailAttachmentCsReq { + mailIdList: number[]; +} + +export interface ClientMailAttachmentItem { + mailId: number; + itemId: number; +} + +export interface TakeMailAttachmentScRsp { + retcode: number; + succMailIdList: number[]; + attachment: ItemList | undefined; + failMailList: ClientMailAttachmentItem[]; +} + +export interface NewMailScNotify { + mailIdList: number[]; +} + +export interface MazeFloor { + floorId: number; + scene: SceneInfo | undefined; +} + +export interface Maze { + id: number; + floor: MazeFloor | undefined; + mapEntryId: number; +} + +export interface MazeAvatar { + baseAvatarId: number; + leftHp: number; + sp: number; +} + +export interface MazeMission { + subMissionId: number; + status: MissionStatus; +} + +export interface GetMazeCsReq {} + +export interface GetMazeScRsp { + retcode: number; + mazeList: Maze[]; + curSeriesId: number; + finishedPlaneList: number[]; + waitPlaneList: number[]; + takenRewardList: number[]; + avatarList: MazeAvatar[]; + chosenAbilityList: number[]; + candidateAbilityList: number[]; + mazeMissionList: MazeMission[]; +} + +export interface ChooseMazeSeriesCsReq { + seriesId: number; +} + +export interface ChooseMazeSeriesScRsp { + retcode: number; + seriesId: number; +} + +export interface ChooseMazeAbilityCsReq { + abilityId: number; +} + +export interface ChooseMazeAbilityScRsp { + retcode: number; + abilityList: number[]; +} + +export interface EnterMazeCsReq { + entryId: number; + teleportId: number; +} + +export interface EnterMazeScRsp { + retcode: number; + maze: Maze | undefined; +} + +export interface MazeBuffScNotify { + buffId: number; + op: MazeBuffOp; +} + +export interface CastMazeSkillCsReq { + skillId: number; +} + +export interface CastMazeSkillScRsp { + retcode: number; +} + +export interface MazePlaneEventScNotify { + itemData: ItemList | undefined; +} + +export interface EnterMazeByServerScNotify { + maze: Maze | undefined; + reason: EnterMazeReason; +} + +export interface MazePropState { + groupId: number; + configId: number; + state: number; +} + +export interface MazeGroup { + groupId: number; + modifyTime: number; +} + +export interface GetMazeMapInfoCsReq { + entryId: number; +} + +export interface GetMazeMapInfoScRsp { + retcode: number; + entryId: number; + lightenSectionList: number[]; + mazePropList: MazePropState[]; + mazeGroupList: MazeGroup[]; + opendChestNum: number; + unlockTeleportList: number[]; +} + +export interface GetMazeTimeOfDayCsReq {} + +export interface GetMazeTimeOfDayScRsp { + retcode: number; + mazeTimeOfDayMap: { [key: number]: number }; +} + +export interface GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry { + key: number; + value: number; +} + +export interface SetMazeTimeOfDayCsReq { + planeId: number; + timeOfDayType: number; +} + +export interface SetMazeTimeOfDayScRsp { + retcode: number; + planeId: number; + timeOfDayType: number; +} + +export interface DelMazeTimeOfDayCsReq { + planeId: number; +} + +export interface DelMazeTimeOfDayScRsp { + retcode: number; + planeId: number; +} + +export interface ReturnStartAnchorCsReq { + entryId: number; +} + +export interface ReturnStartAnchorScRsp { + retcode: number; +} + +export interface GetNpcMessageGroupCsReq { + contactIdList: number[]; +} + +export interface MessageItem { + itemId: number; + textId: number; +} + +export interface MessageSection { + id: number; + messageItemId: number; + status: MessageSectionStatus; + itemList: MessageItem[]; +} + +export interface MessageGroup { + id: number; + messageSectionId: number; + status: MessageGroupStatus; + refreshTime: number; + messageSectionList: MessageSection[]; +} + +export interface GetNpcMessageGroupScRsp { + retcode: number; + messageGroupList: MessageGroup[]; +} + +export interface GetNpcStatusCsReq {} + +export interface NpcStatus { + npcId: number; + isFinish: boolean; +} + +export interface GroupStatus { + groupId: number; + groupStatus: MessageGroupStatus; + refreshTime: number; +} + +export interface SectionStatus { + sectionId: number; + sectionStatus: MessageSectionStatus; +} + +export interface GetNpcStatusScRsp { + retcode: number; + messageStatusList: NpcStatus[]; +} + +export interface FinishItemIdCsReq { + itemId: number; + textId: number; +} + +export interface FinishItemIdScRsp { + retcode: number; + itemId: number; + textId: number; +} + +export interface FinishSectionIdCsReq { + sectionId: number; +} + +export interface FinishSectionIdScRsp { + retcode: number; + sectionId: number; +} + +export interface GetMissionDataCsReq {} + +export interface Mission { + id: number; + status: MissionStatus; + progress: number; +} + +export interface GetMissionDataScRsp { + retcode: number; + missionList: Mission[]; +} + +export interface FinishTalkMissionCsReq { + talkStr: string; +} + +export interface FinishTalkMissionScRsp { + retcode: number; + talkStr: string; +} + +export interface MissionRewardScNotify { + mainMissionId: number; + reward: ItemList | undefined; +} + +export interface SubMissionRewardScNotify { + subMissionId: number; + reward: ItemList | undefined; +} + +export interface SyncTaskCsReq { + key: string; +} + +export interface SyncTaskScRsp { + retcode: number; + key: string; +} + +export interface DailyTask { + mainMissionId: number; + isFinished: boolean; +} + +export interface DailyTaskDataScNotify { + isTakenExtraReward: boolean; + finishedNum: number; + dailyTaskList: DailyTask[]; +} + +export interface TakeDailyTaskExtraRewardCsReq {} + +export interface TakeDailyTaskExtraRewardScRsp { + retcode: number; + reward: ItemList | undefined; +} + +export interface DailyTaskRewardScNotify { + count: number; + reward: ItemList | undefined; +} + +export interface MissionGroupWarnScNotify { + groupIdList: number[]; +} + +export interface FinishCosumeItemMissionCsReq { + subMissionId: number; +} + +export interface FinishCosumeItemMissionScRsp { + retcode: number; + subMissionId: number; +} + +export interface GetMissionEventDataCsReq {} + +export interface GetMissionEventDataScRsp { + retcode: number; + missionEventList: Mission[]; + challengeEventId: number; +} + +export interface MissionEventRewardScNotify { + missionEventId: number; + reward: ItemList | undefined; +} + +export interface AcceptMissionEventCsReq { + missionEventId: number; +} + +export interface AcceptMissionEventScRsp { + retcode: number; + missionEvent: Mission | undefined; +} + +export interface GetMissionStatusCsReq { + mainMissionIdList: number[]; + subMissionIdList: number[]; + missionEventIdList: number[]; +} + +export interface GetMissionStatusScRsp { + retcode: number; + finishedMainMissionIdList: number[]; + unfinishedMainMissionIdList: number[]; + subMissionStatusList: Mission[]; + missionEventStatusList: Mission[]; +} + +export interface InterruptMissionEventCsReq { + missionEventId: number; +} + +export interface InterruptMissionEventScRsp { + retcode: number; + missionEventId: number; +} + +export interface SetMissionEventProgressCsReq { + missionEventId: number; + progress: number; +} + +export interface SetMissionEventProgressScRsp { + retcode: number; +} + +export interface PlayerLoginCsReq { + platform: PlatformType; + cps: string; + deviceUuid: string; + deviceInfo: string; + systemInfo: string; + clientVersion: string; + language: LanguageType; + lastServerPacketId: number; + checkSum1: string; + checkSum2: string; + signature: string; + resolution: string; + loginRandom: number; + systemLanguage: string; + resVersion: number; + clientTimeZone: string; +} + +export interface PlayerLoginScRsp { + retcode: number; + isNewPlayer: boolean; + basicInfo: PlayerBasicInfo | undefined; + serverTimestampMs: number; + stamina: number; + isRelay: boolean; + loginRandom: number; + curTimezone: number; + bsBinVersion: string; +} + +export interface PlayerLogoutCsReq {} + +export interface PlayerGetTokenCsReq { + channelId: number; + accountUid: string; + token: string; + uid: number; + device: string; +} + +export interface PlayerGetTokenScRsp { + retcode: number; + uid: number; + blackInfo: BlackInfo | undefined; + msg: string; + secretKeySeed: number; +} + +export interface PlayerKeepAliveNotify { + data: ClientUploadData | undefined; +} + +export interface GmTalkScNotify { + msg: string; +} + +export interface PlayerKickOutScNotify { + kickType: PlayerKickOutScNotify_KickType; + blackInfo: BlackInfo | undefined; +} + +export enum PlayerKickOutScNotify_KickType { + KICK_SQUEEZED = 0, + KICK_BLACK = 1, + KICK_CHANGE_PWD = 2, + UNRECOGNIZED = -1, +} + +export function playerKickOutScNotify_KickTypeFromJSON( + object: any +): PlayerKickOutScNotify_KickType { + switch (object) { + case 0: + case "KICK_SQUEEZED": + return PlayerKickOutScNotify_KickType.KICK_SQUEEZED; + case 1: + case "KICK_BLACK": + return PlayerKickOutScNotify_KickType.KICK_BLACK; + case 2: + case "KICK_CHANGE_PWD": + return PlayerKickOutScNotify_KickType.KICK_CHANGE_PWD; + case -1: + case "UNRECOGNIZED": + default: + return PlayerKickOutScNotify_KickType.UNRECOGNIZED; + } +} + +export function playerKickOutScNotify_KickTypeToJSON( + object: PlayerKickOutScNotify_KickType +): string { + switch (object) { + case PlayerKickOutScNotify_KickType.KICK_SQUEEZED: + return "KICK_SQUEEZED"; + case PlayerKickOutScNotify_KickType.KICK_BLACK: + return "KICK_BLACK"; + case PlayerKickOutScNotify_KickType.KICK_CHANGE_PWD: + return "KICK_CHANGE_PWD"; + case PlayerKickOutScNotify_KickType.UNRECOGNIZED: + default: + return "UNRECOGNIZED"; + } +} + +export interface GmTalkCsReq { + msg: string; +} + +export interface GmTalkScRsp { + retcode: number; + retmsg: string; +} + +export interface GetBasicInfoCsReq {} + +export interface GetBasicInfoScRsp { + retcode: number; + nextRecoverTime: number; + exchangeTimes: number; + weekCocoonFinishedCount: number; + curDay: number; +} + +export interface ExchangeStaminaCsReq {} + +export interface ExchangeStaminaScRsp { + retcode: number; + staminaAdd: number; + itemCostList: ItemCost[]; + lastRecoverTime: number; + exchangeTimes: number; +} + +export interface GetAuthkeyCsReq { + authAppid: string; + signType: number; + authkeyVer: number; +} + +export interface GetAuthkeyScRsp { + retcode: number; + authkey: string; + authAppid: string; + signType: number; + authkeyVer: number; +} + +export interface RegionStopScNotify { + stopBeginTime: number; + stopEndTime: number; +} + +export interface AntiAddictScNotify { + msgType: number; + msg: string; + level: string; +} + +export interface SetNicknameCsReq { + nickname: string; + isModify: boolean; +} + +export interface SetNicknameScRsp { + retcode: number; + isModify: boolean; +} + +export interface GetLevelRewardTakenListCsReq {} + +export interface GetLevelRewardTakenListScRsp { + retcode: number; + takenLevelList: number[]; +} + +export interface GetLevelRewardCsReq { + level: number; +} + +export interface GetLevelRewardScRsp { + retcode: number; + reward: ItemList | undefined; +} + +export interface SyncTimeCsReq { + clientTimeMs: number; +} + +export interface SyncTimeScRsp { + retcode: number; + clientTimeMs: number; + serverTimeMs: number; + downloadData: ClientDownloadData | undefined; +} + +export interface SetLanguageCsReq { + language: LanguageType; +} + +export interface SetLanguageScRsp { + retcode: number; + language: LanguageType; +} + +export interface AnnounceData { + configId: number; + beginTime: number; + endTime: number; + centerSystemText: string; + countDownText: string; + dungeonConfirmText: string; + centerSystemFrequency: number; + countDownFrequency: number; + isCenterSystemLast5EveryMinutes: boolean; +} + +export interface ServerAnnounceNotify { + announceDataList: AnnounceData[]; +} + +export interface Gateserver { + retcode: number; + msg: string; + regionName: string; + ip: string; + port: number; + stopBeginTime: number; + stopEndTime: number; + dataUseAssetBoundle: boolean; + resUseAssetBoundle: boolean; + assetBundleUrl: string; + exResourceUrl: string; + luaUrl: string; + asbRelogin: number; + asbMemo: string; + designDataRelogin: number; + designDataMemo: string; + clientSecretKey: string; + recordGameObjectUserData: string; + useTcp: boolean; + customServiceUrl: string; + operationFeedbackUrl: string; + privacyInGameUrl: string; + clientRecordReplay: boolean; + serverDescription: string; +} + +export interface SetHeroBasicTypeCsReq { + basicType: HeroBasicType; +} + +export interface SetHeroBasicTypeScRsp { + retcode: number; + basicType: HeroBasicType; +} + +export interface GetHeroBasicTypeInfoCsReq {} + +export interface HeroBasicTypeInfo { + basicType: HeroBasicType; + rank: number; + skillTreeList: AvatarSkillTree[]; +} + +export interface GetHeroBasicTypeInfoScRsp { + retcode: number; + gender: Gender; + curBasicType: HeroBasicType; + basicTypeInfoList: HeroBasicTypeInfo[]; + heroPathList: HeroPath[]; + isGenderModified: boolean; + isPlayerInfoModified: boolean; +} + +export interface GetHeroPathCsReq {} + +export interface GetHeroPathScRsp { + retcode: number; + heroPathList: HeroPath[]; +} + +export interface HeroPathChangedNotify { + heroPath: HeroPath | undefined; +} + +export interface SetGenderCsReq { + gender: Gender; +} + +export interface SetGenderScRsp { + retcode: number; + curBasicType: HeroBasicType; +} + +export interface SetPlayerInfoCsReq { + nickname: string; + isModify: boolean; + gender: Gender; +} + +export interface SetPlayerInfoScRsp { + retcode: number; + curBasicType: HeroBasicType; + isModify: boolean; +} + +export interface HeroBasicTypeChangedNotify { + curBasicType: HeroBasicType; +} + +export interface QueryProductInfoCsReq {} + +export interface Product { + productId: string; + priceTier: string; +} + +export interface QueryProductInfoScRsp { + retcode: number; + productList: Product[]; +} + +export interface ClientDownloadDataScNotify { + downloadData: ClientDownloadData | undefined; +} + +export interface UpdateFeatureSwitchScNotify { + switchInfoList: FeatureSwitchInfo[]; +} + +export interface DailyRefreshNotify { + curDay: number; +} + +export interface FinishPlotCsReq { + plotId: number; +} + +export interface FinishPlotScRsp { + retcode: number; + plotId: number; +} + +export interface PrestigeInfo { + prestigeId: number; + level: number; + exp: number; + takenLevelList: number[]; +} + +export interface GetPrestigeInfoCsReq { + prestigeId: number; +} + +export interface GetPrestigeInfoScRsp { + retcode: number; + prestigeInfo: PrestigeInfo | undefined; +} + +export interface PrestigeInfoChangeNotify { + prestigeInfo: PrestigeInfo | undefined; +} + +export interface TakePrestigeLevelRewardCsReq { + prestigeId: number; + level: number; +} + +export interface TakePrestigeLevelRewardScRsp { + retcode: number; + prestigeId: number; + reward: ItemList | undefined; +} + +export interface GetQuestDataCsReq {} + +export interface Quest { + id: number; + status: QuestStatus; + progress: number; + finishTime: number; +} + +export interface GetQuestDataScRsp { + retcode: number; + questList: Quest[]; + totalAchievementExp: number; + takenAchievementLevelList: number[]; +} + +export interface TakeQuestRewardCsReq { + questIdList: number[]; +} + +export interface TakeQuestRewardScRsp { + retcode: number; + reward: ItemList | undefined; + succQuestIdList: number[]; +} + +export interface TakeAchievementLevelRewardCsReq { + achievementLevelList: number[]; +} + +export interface TakeAchievementLevelRewardScRsp { + retcode: number; + reward: ItemList | undefined; + succAchievementLevelList: number[]; +} + +export interface StartRaidCsReq { + propEntityId: number; + raidId: number; + worldLevel: number; + avatarList: number[]; +} + +export interface StartRaidScRsp { + retcode: number; +} + +export interface LeaveRaidCsReq { + raidId: number; +} + +export interface LeaveRaidScRsp { + retcode: number; +} + +export interface RaidInfoNotify { + raidId: number; + worldLevel: number; + status: RaidStatus; + itemList: ItemList | undefined; +} + +export interface ChallengeRaid { + raidId: number; + maxScore: number; +} + +export interface GetChallengeRaidInfoCsReq {} + +export interface GetChallengeRaidInfoScRsp { + retcode: number; + challengeRaidList: ChallengeRaid[]; + takenRewardIdList: number[]; +} + +export interface TakeChallengeRaidRewardCsReq { + rewardId: number; +} + +export interface TakeChallengeRaidRewardScRsp { + retcode: number; + rewardId: number; + reward: ItemList | undefined; +} + +export interface ChallengeRaidNotify { + challengeRaid: ChallengeRaid | undefined; +} + +export interface RogueBuff { + buffId: number; + level: number; +} + +export interface RogueBuffList { + buffList: RogueBuff[]; +} + +export interface RogueRoom { + roomId: number; + status: RogueRoomStatus; + siteId: number; +} + +export interface RogueLevel { + levelId: number; + mapId: number; + roomList: RogueRoom[]; + curRoomId: number; +} + +export interface RogueBless { + blessId: number; + level: number; +} + +export interface RogueBlessInfo { + blessList: RogueBless[]; + activeBlessId: number; + bless: RogueBless | undefined; + monsterKillCount: number; +} + +export interface RogueBuffSelectInfo { + rollBuffCount: number; + rogueCoin: number; + leftSelectCount: number; + mazeBuffList: RogueBuff[]; + rollBuffMaxCount: number; + rollBuffCostData: ItemCostData | undefined; +} + +export interface RogueShopBuff { + buffInfo: RogueBuff | undefined; + totalCount: number; + leftCount: number; +} + +export interface RogueShopItem { + itemId: number; + totalCount: number; + leftCount: number; + costData: ItemCostData | undefined; +} + +export interface RogueShopInfo { + rogueShopId: number; + shopBuffList: RogueShopBuff[]; + shopItemList: RogueShopItem[]; +} + +export interface RogueAppraisalRecord { + groupId: number; + configId: number; + appraisalCount: number; +} + +export interface RogueAppraisalInfo { + appraisalList: RogueAppraisalRecord[]; +} + +export interface RogueAppraisalItem { + itemId: number; + succRatio: number; + perfectRatio: number; +} + +export interface RogueAppraisalItemInfo { + itemList: RogueAppraisalItem[]; +} + +export interface RogueQuest { + rogueQuestId: number; + worldLevel: number; + progress: number; + status: RogueQuestStatus; + beginTime: number; + endTime: number; + type: RogueQuestType; +} + +export interface RogueInfo { + status: RogueStatus; + levelInfo: RogueLevel | undefined; + roomList: RogueRoom[]; + rogueCoin: number; + baseAvatarIdList: number[]; + rogueStamina: number; + reviveCount: number; + recoverStaminaCount: number; + isRecordSaved: boolean; + exploreRewardList: number[]; + seasonId: number; + beginTime: number; + endTime: number; + isWin: boolean; + mazeBuffList: RogueBuff[]; + extraBuffList: RogueBuff[]; + rogueExploreExp: number; + rogueExploreLv: number; + buffSelectInfo: RogueBuffSelectInfo | undefined; + isPickAvatar: boolean; + blessInfo: RogueBlessInfo | undefined; + buffScore: number; + appraisalInfo: RogueAppraisalInfo | undefined; + worldLevel: number; + rogueGachaItemNumOnEnter: number; + rogueQuestList: RogueQuest[]; +} + +export interface RogueRecord { + slot: number; + avatarList: number[]; + mazeBuffList: RogueBuff[]; + name: string; + score: number; +} + +export interface RogueChallengeInfo { + isInChallenge: boolean; + challengeRewardList: number[]; + histroyMaxScore: number; + recordList: RogueRecord[]; + recordSlot: number; +} + +export interface RogueFinishInfo { + isWin: boolean; + reward: ItemList | undefined; + exploreQuestList: number[]; + canSave: boolean; + buffScore: number; + rogueGachaItemNum: number; +} + +export interface RogueChallengeSpecialScore { + scoreId: number; + score: number; +} + +export interface RogueChallengeScoreInfo { + totalScore: number; + turnScore: number; + damageScore: number; + specialScoreList: RogueChallengeSpecialScore[]; +} + +export interface RogueChallengeFinishInfo { + isWin: boolean; + rounds: number; + damage: number; + reward: ItemList | undefined; + challengeQuestList: number[]; + scoreInfo: RogueChallengeScoreInfo | undefined; +} + +export interface RogueDialog { + rogueDialogId: number; + status: RogueDialogStatus; +} + +export interface RogueGachaGoods { + gachaGoodsId: number; + status: number; +} + +export interface RogueGachaInfo { + gachaPoolId: number; + goodsList: RogueGachaGoods[]; + wishIdList: number[]; + curWishId: number; + gachaCount: number; + totalCount: number; +} + +export interface GetRogueInfoCsReq {} + +export interface GetRogueInfoScRsp { + retcode: number; + rogueInfo: RogueInfo | undefined; + rogueChallengeInfo: RogueChallengeInfo | undefined; +} + +export interface StartRogueCsReq { + baseAvatarIdList: number[]; +} + +export interface StartRogueScRsp { + retcode: number; + maze: Maze | undefined; + rogueInfo: RogueInfo | undefined; +} + +export interface EnterRogueCsReq {} + +export interface EnterRogueScRsp { + retcode: number; + maze: Maze | undefined; + rogueInfo: RogueInfo | undefined; +} + +export interface LeaveRogueCsReq {} + +export interface LeaveRogueScRsp { + retcode: number; + maze: Maze | undefined; +} + +export interface SyncRogueBuffSelectInfoScNotify { + buffSelectInfo: RogueBuffSelectInfo | undefined; +} + +export interface SelectRogueBuffCsReq { + mazeBuffId: number; +} + +export interface SelectRogueBuffScRsp { + retcode: number; + godPlotId: number; + buffSelectInfo: RogueBuffSelectInfo | undefined; +} + +export interface RollRogueBuffCsReq {} + +export interface RollRogueBuffScRsp { + retcode: number; + buffSelectInfo: RogueBuffSelectInfo | undefined; +} + +export interface EnterNextRogueRoomScNotify { + maze: Maze | undefined; + room: RogueRoom | undefined; + appraisalInfo: RogueAppraisalInfo | undefined; +} + +export interface SyncRogueFinishScNotify { + finishInfo: RogueFinishInfo | undefined; +} + +export interface PickRogueAvatarCsReq { + baseAvatarId: number; + propEntityId: number; + baseAvatarIdList: number[]; +} + +export interface PickRogueAvatarScRsp { + retcode: number; + baseAvatarId: number; + baseAvatarIdList: number[]; +} + +export interface AddRogueBuffScNotify { + mazeBuffInfo: RogueBuff | undefined; +} + +export interface ReviveRogueAvatarCsReq { + baseAvatarId: number; +} + +export interface ReviveRogueAvatarScRsp { + retcode: number; + baseAvatarId: number; + rogueStamina: number; + reviveCount: number; +} + +export interface SaveRogueRecordCsReq { + save: boolean; + slot: number; + name: string; +} + +export interface SaveRogueRecordScRsp { + retcode: number; + record: RogueRecord | undefined; +} + +export interface RecoverRogueStaminaCsReq { + propEntityId: number; +} + +export interface RecoverRogueStaminaScRsp { + retcode: number; + rogueStamina: number; + rogueCoin: number; + recoverStaminaCount: number; +} + +export interface StartRogueChallengeCsReq { + recordSlot: number; +} + +export interface StartRogueChallengeScRsp { + retcode: number; + maze: Maze | undefined; + rogueChallengeInfo: RogueChallengeInfo | undefined; +} + +export interface LeaveRogueChallengeCsReq {} + +export interface LeaveRogueChallengeScRsp { + retcode: number; + maze: Maze | undefined; + rogueChallengeInfo: RogueChallengeInfo | undefined; +} + +export interface SyncRogueChallengeFinishScNotify { + finishInfo: RogueChallengeFinishInfo | undefined; +} + +export interface QuitRogueCsReq {} + +export interface QuitRogueScRsp { + retcode: number; + finishInfo: RogueFinishInfo | undefined; +} + +export interface AppraisalRogueStoneCsReq { + stoneItemId: number; +} + +export interface AppraisalRogueStoneScRsp { + retcode: number; + result: RogueStoneAppraisalResult; + reward: ItemList | undefined; + mazeBuffInfo: RogueBuff | undefined; + appraisalRecord: RogueAppraisalRecord | undefined; + itemInfo: RogueAppraisalItemInfo | undefined; +} + +export interface SyncRogueSeasonFinishScNotify { + finishInfo: RogueFinishInfo | undefined; +} + +export interface SyncRogueInfoChangeScNotify { + recoverStaminaCount: number; + rogueExploreLv: number; +} + +export interface AddRogueExtraBuffScNotify { + extraBuffInfo: RogueBuff | undefined; +} + +export interface EnterRogueMapRoomCsReq { + roomId: number; +} + +export interface EnterRogueMapRoomScRsp { + retcode: number; + maze: Maze | undefined; + curRoomId: number; +} + +export interface EnterRogueNextLevelCsReq {} + +export interface EnterRogueNextLevelScRsp { + retcode: number; + maze: Maze | undefined; + levelInfo: RogueLevel | undefined; + appraisalInfo: RogueAppraisalInfo | undefined; +} + +export interface SyncRogueMapRoomScNotify { + levelId: number; + mapId: number; + roomInfo: RogueRoom | undefined; +} + +export interface SyncRoguePickAvatarScNotify {} + +export interface SetRogueBlessCsReq { + blessId: number; +} + +export interface SetRogueBlessScRsp { + retcode: number; + blessId: number; +} + +export interface SyncRogueBlessScNotify { + blessInfo: RogueBlessInfo | undefined; + levelUpMax: boolean; +} + +export interface GetRogueShopInfoCsReq {} + +export interface GetRogueShopInfoScRsp { + retcode: number; + rogueShopInfo: RogueShopInfo | undefined; +} + +export interface BuyRogueShopBuffCsReq { + buffId: number; + buyCount: number; +} + +export interface BuyRogueShopBuffScRsp { + retcode: number; + buyRogueBuff: RogueBuff | undefined; + buyCount: number; + rogueShopBuff: RogueShopBuff | undefined; +} + +export interface BuyRogueShopItemCsReq { + itemId: number; + buyCount: number; +} + +export interface BuyRogueShopItemScRsp { + retcode: number; + itemId: number; + buyCount: number; + rogueShopItem: RogueShopItem | undefined; + rogueShopInfo: RogueShopInfo | undefined; +} + +export interface FinishRogueDialogueGroupCsReq { + dialogueGroupId: number; +} + +export interface FinishRogueDialogueGroupScRsp { + retcode: number; +} + +export interface UnlockRogueRoomCsReq { + roomId: number; +} + +export interface UnlockRogueRoomScRsp { + retcode: number; +} + +export interface GetRogueGachaInfoCsReq {} + +export interface GetRogueGachaInfoScRsp { + retcode: number; + rogueGachaInfo: RogueGachaInfo | undefined; +} + +export interface SetRogueGachaWishListCsReq { + wishListId: number; +} + +export interface SetRogueGachaWishListScRsp { + retcode: number; + rogueGachaInfo: RogueGachaInfo | undefined; +} + +export interface DoRogueGachaCsReq { + count: number; +} + +export interface DoRogueGachaScRsp { + retcode: number; + itemList: ItemList | undefined; + rogueGachaInfo: RogueGachaInfo | undefined; +} + +export interface SyncRogueGachaRefreshScNotify { + rogueGachaInfo: RogueGachaInfo | undefined; +} + +export interface GetRogueAppraisalItemInfoCsReq {} + +export interface GetRogueAppraisalItemInfoScRsp { + retcode: number; + itemInfo: RogueAppraisalItemInfo | undefined; +} + +export interface SyncRogueMiracleGetItemScNotify { + itemData: ItemList | undefined; +} + +export interface SyncRogueQuestScNotify { + rogueQuest: RogueQuest | undefined; +} + +export interface GetRogueQuestRewardCsReq { + rogueQuestId: number; + type: RogueQuestType; +} + +export interface GetRogueQuestRewardScRsp { + retcode: number; + reward: ItemList | undefined; + rogueQuest: RogueQuest | undefined; +} + +export interface Vector { + x: number; + y: number; + z: number; +} + +export interface MotionInfo { + pos: Vector | undefined; + rot: Vector | undefined; +} + +export interface SceneActorInfo { + uid: number; + avatarType: AvatarType; + baseAvatarId: number; + mapLayer: number; +} + +export interface SceneNpcMonsterInfo { + monsterId: number; + isGenMonster: boolean; + eventId: number; + isSetWorldLevel: boolean; + worldLevel: number; +} + +export interface NpcRogueInfo { + dialogueGroupId: number; + rogueNpcId: number; +} + +export interface NpcExtraInfo { + rogueInfo: NpcRogueInfo | undefined; +} + +export interface SceneNpcInfo { + npcId: number; + extraInfo: NpcExtraInfo | undefined; +} + +export interface PropRogueInfo { + roomId: number; + appraisalCount: number; + appraisalMaxCount: number; + pickAvatarMaxCount: number; +} + +export interface PropExtraInfo { + rogueInfo: PropRogueInfo | undefined; +} + +export interface ScenePropInfo { + propId: number; + propState: number; + createTimeMs: number; + lifeTimeMs: number; + extraInfo: PropExtraInfo | undefined; +} + +export interface SceneEntityInfo { + entityId: number; + motion: MotionInfo | undefined; + groupId: number; + instId: number; + actor: SceneActorInfo | undefined; + npcMonster: SceneNpcMonsterInfo | undefined; + npc: SceneNpcInfo | undefined; + prop: ScenePropInfo | undefined; +} + +export interface BuffInfo { + buffId: number; + level: number; + addTimeMs: number; + lifeTime: number; + count: number; + baseAvatarId: number; + dynamicValues: { [key: string]: number }; +} + +export interface BuffInfo_DynamicValuesEntry { + key: string; + value: number; +} + +export interface EntityBuffInfo { + entityId: number; + buffList: BuffInfo[]; +} + +export interface SceneInfo { + planeId: number; + floorId: number; + entityList: SceneEntityInfo[]; + lightenSectionList: number[]; + leaderEntityId: number; + entryId: number; + envBuffList: BuffInfo[]; + entityBuffList: EntityBuffInfo[]; + gameModeType: number; +} + +export interface EntityMotion { + entityId: number; + motion: MotionInfo | undefined; + mapLayer: number; +} + +export interface SceneEntityMoveCsReq { + entityMotionList: EntityMotion[]; + entryId: number; +} + +export interface SceneEntityMoveScRsp { + retcode: number; + downloadData: ClientDownloadData | undefined; +} + +export interface SceneEntityMoveScNotify { + entityId: number; + motion: MotionInfo | undefined; +} + +export interface InteractPropCsReq { + propEntityId: number; + interactId: number; + motion: MotionInfo | undefined; +} + +export interface InteractPropScRsp { + retcode: number; + propEntityId: number; + propState: number; +} + +export interface SceneCastSkillCsReq { + castEntityId: number; + skillIndex: number; + abilityTargetEntityId: number; + hitTargetEntityIdList: number[]; + assistMonsterEntityIdList: number[]; + targetMotion: MotionInfo | undefined; +} + +export interface SceneCastSkillScRsp { + retcode: number; + battleInfo: SceneBattleInfo | undefined; +} + +export interface SceneEnterStageCsReq { + eventId: number; +} + +export interface SceneEnterStageScRsp { + retcode: number; + battleInfo: SceneBattleInfo | undefined; +} + +export interface GetCurSceneInfoCsReq {} + +export interface GetCurSceneInfoScRsp { + retcode: number; + scene: SceneInfo | undefined; +} + +export interface SceneEntityUpdateScNotify { + entityList: SceneEntityInfo[]; +} + +export interface SceneEntityDisappearScNotify { + entityIdList: number[]; +} + +export interface SpringTransferCsReq { + planeId: number; + floorId: number; + propEntityId: number; +} + +export interface SpringTransferScRsp { + retcode: number; +} + +export interface UpdateBuffScNotify { + entityId: number; + buff: BuffInfo | undefined; +} + +export interface DelBuffScNotify { + entityId: number; + buffId: number; +} + +export interface SpringRefreshCsReq { + planeId: number; + floorId: number; + propEntityId: number; +} + +export interface SpringRefreshScRsp { + retcode: number; +} + +export interface LastSpringRefreshTimeNotify { + lastTime: number; +} + +export interface ReturnLastTownCsReq {} + +export interface ReturnLastTownScRsp { + retcode: number; + scene: SceneInfo | undefined; +} + +export interface EnterSectionCsReq { + sectionId: number; +} + +export interface EnterSectionScRsp { + retcode: number; +} + +export interface SetCurInteractEntityCsReq { + entityId: number; +} + +export interface SetCurInteractEntityScRsp { + retcode: number; +} + +export interface RecoverAllLineupCsReq {} + +export interface RecoverAllLineupScRsp { + retcode: number; +} + +export interface SavePointsInfoNotify { + validTimes: number; + refreshTime: number; +} + +export interface StartCocoonStageCsReq { + propEntityId: number; + cocoonId: number; + wave: number; + worldLevel: number; +} + +export interface StartCocoonStageScRsp { + retcode: number; + battleInfo: SceneBattleInfo | undefined; + propEntityId: number; + cocoonId: number; + wave: number; +} + +export interface EntityBindPropCsReq { + isBind: boolean; + motion: MotionInfo | undefined; +} + +export interface EntityBindPropScRsp { + retcode: number; +} + +export interface SetClientPausedCsReq { + paused: boolean; +} + +export interface SetClientPausedScRsp { + retcode: number; + paused: boolean; +} + +export interface UpdateBuffGroupStartScNotify {} + +export interface UpdateBuffGroupEndScNotify {} + +export interface ActivateFarmElementCsReq { + entityId: number; + worldLevel: number; +} + +export interface ActivateFarmElementScRsp { + retcode: number; + entityId: number; + worldLevel: number; +} + +export interface AvatarPresetHp { + avatarId: number; + presetHp: number; +} + +export interface SpringRecoverConfig { + avatarPresetHpList: AvatarPresetHp[]; + autoRecoverHp: boolean; + defaultHp: number; +} + +export interface HealPoolInfo { + healPool: number; + refreshTime: number; +} + +export interface GetSpringRecoverDataCsReq {} + +export interface GetSpringRecoverDataScRsp { + retcode: number; + springRecoverConfig: SpringRecoverConfig | undefined; + healPoolInfo: HealPoolInfo | undefined; +} + +export interface SetSpringRecoverConfigCsReq { + springRecoverConfig: SpringRecoverConfig | undefined; +} + +export interface SetSpringRecoverConfigScRsp { + retcode: number; + springRecoverConfig: SpringRecoverConfig | undefined; +} + +export interface SpringRecoverCsReq { + planeId: number; + floorId: number; + propEntityId: number; +} + +export interface SpringRecoverScRsp { + retcode: number; + healPoolInfo: HealPoolInfo | undefined; +} + +export interface HealPoolInfoNotify { + healPoolInfo: HealPoolInfo | undefined; +} + +export interface SpringRecoverSingleAvatarCsReq { + planeId: number; + floorId: number; + propEntityId: number; + avatarType: AvatarType; + id: number; + recoverFull: boolean; +} + +export interface SpringRecoverSingleAvatarScRsp { + retcode: number; + avatarType: AvatarType; + id: number; + hp: number; +} + +export interface Shop { + shopId: number; + beginTime: number; + endTime: number; + goodsList: Goods[]; +} + +export interface Goods { + goodsId: number; + buyTimes: number; + beginTime: number; + endTime: number; +} + +export interface GetShopListCsReq { + shopType: number; +} + +export interface GetShopListScRsp { + retcode: number; + shopList: Shop[]; + shopType: number; +} + +export interface BuyGoodsCsReq { + shopId: number; + goodsId: number; + goodsNum: number; +} + +export interface BuyGoodsScRsp { + retcode: number; + shopId: number; + goodsId: number; + goodsBuyTimes: number; + returnItemList: ItemList | undefined; +} + +export interface Stage { + id: number; + winTimes: number; + challengeValue: number; +} + +export interface GetStageDataCsReq { + stageIdList: number[]; +} + +export interface GetStageDataScRsp { + retcode: number; + stageList: Stage[]; + isAll: boolean; +} + +export interface StageBeginCsReq { + stageId: number; + lineupIndex: number; +} + +export interface StageBeginScRsp { + retcode: number; + logicRandomSeed: number; + stageId: number; + battleAvatarList: BattleAvatar[]; +} + +export interface BasicModuleSync { + stamina: number; + weekCocoonFinishedCount: number; +} + +export interface RogueModuleSync { + rogueCoin: number; + rogueStamina: number; + rogueExploreExp: number; +} + +export interface AvatarSync { + avatarList: Avatar[]; +} + +export interface MissionSync { + missionList: Mission[]; + finishedMainMissionIdList: number[]; + delMissionIdList: number[]; + delMainMissionIdList: number[]; +} + +export interface MissionEventSync { + missionEventList: Mission[]; + finishedMissionEventIdList: number[]; + delMissionEventIdList: number[]; +} + +export interface PlayerSyncScNotify { + basicInfo: PlayerBasicInfo | undefined; + avatarSync: AvatarSync | undefined; + equipmentList: Equipment[]; + delEquipmentList: number[]; + materialList: Material[]; + questList: Quest[]; + missionSync: MissionSync | undefined; + basicModuleSync: BasicModuleSync | undefined; + relicList: Relic[]; + delRelicList: number[]; + missionEventSync: MissionEventSync | undefined; + basicTypeInfoList: HeroBasicTypeInfo[]; + rogueItemList: Material[]; + rogueModuleSync: RogueModuleSync | undefined; + waitDelResourceList: WaitDelResource[]; + totalAchievementExp: number; + newItemHintList: number[]; + groupStatusList: GroupStatus[]; + sectionStatusList: SectionStatus[]; +} + +export interface GetNpcTakenRewardCsReq { + npcId: number; +} + +export interface GetNpcTakenRewardScRsp { + retcode: number; + npcId: number; + talkEventList: number[]; +} + +export interface TakeTalkRewardCsReq { + talkEventId: number; + npcLocation: Vector | undefined; +} + +export interface TakeTalkRewardScRsp { + retcode: number; + talkEventId: number; + reward: ItemList | undefined; +} + +export interface GetFirstTalkNpcCsReq { + seriesIdList: number[]; +} + +export interface NpcMeetStatus { + seriesId: number; + isMeet: boolean; +} + +export interface GetFirstTalkNpcScRsp { + retcode: number; + npcMeetStatusList: NpcMeetStatus[]; +} + +export interface FinishFirstTalkNpcCsReq { + seriesId: number; +} + +export interface FinishFirstTalkNpcScRsp { + retcode: number; + seriesId: number; +} + +export interface Tutorial { + id: number; + status: TutorialStatus; +} + +export interface TutorialGuide { + id: number; + status: TutorialStatus; +} + +export interface GetTutorialCsReq {} + +export interface GetTutorialScRsp { + retcode: number; + tutorialList: Tutorial[]; +} + +export interface GetTutorialGuideCsReq {} + +export interface GetTutorialGuideScRsp { + retcode: number; + tutorialGuideList: TutorialGuide[]; +} + +export interface UnlockTutorialCsReq { + tutorialId: number; +} + +export interface UnlockTutorialScRsp { + retcode: number; + tutorial: Tutorial | undefined; +} + +export interface UnlockTutorialGuideCsReq { + groupId: number; +} + +export interface UnlockTutorialGuideScRsp { + retcode: number; + tutorialGuide: TutorialGuide | undefined; +} + +export interface FinishTutorialCsReq { + tutorialId: number; +} + +export interface FinishTutorialScRsp { + retcode: number; + tutorial: Tutorial | undefined; +} + +export interface FinishTutorialGuideCsReq { + groupId: number; +} + +export interface FinishTutorialGuideScRsp { + retcode: number; + tutorialGuide: TutorialGuide | undefined; + reward: ItemList | undefined; +} + +export interface Waypoint { + id: number; + finishTimes: number; + isNew: boolean; +} + +export interface ChapterBrief { + id: number; + finishChallengeNum: number; + takenRewardIdList: number[]; + isNew: boolean; +} + +export interface Chapter { + briefInfo: ChapterBrief | undefined; + waypointList: Waypoint[]; +} + +export interface GetWaypointCsReq { + chapterId: number; +} + +export interface GetWaypointScRsp { + retcode: number; + chapter: Chapter | undefined; + curWaypointId: number; +} + +export interface SetCurWaypointCsReq { + waypointId: number; +} + +export interface SetCurWaypointScRsp { + retcode: number; + curWaypointId: number; +} + +export interface GetChapterCsReq {} + +export interface GetChapterScRsp { + retcode: number; + chapterList: ChapterBrief[]; + curWaypointId: number; +} + +export interface WaypointShowNewCsNotify { + waypointId: number; + chapterId: number; +} + +export interface TakeChapterRewardCsReq { + chapterId: number; + chapterRewardId: number; +} + +export interface TakeChapterRewardScRsp { + retcode: number; + chapterId: number; + chapterRewardId: number; +} + +export interface PacketHead { + packetId: number; + signType: number; + sign: number; + userId: number; + srcAddr: number; + dstAddr: number; + dispatchType: number; + serverType: number; + dispatchKey: number; + userSessionId: number; + id: number; + coroutineId: number; + hopCnt: number; +} + +function createBasePlayerBasicInfo(): PlayerBasicInfo { + return { + nickname: "", + level: 0, + exp: 0, + stamina: 0, + mcoin: 0, + hcoin: 0, + scoin: 0, + worldLevel: 0, + }; +} + +export const PlayerBasicInfo = { + encode( + message: PlayerBasicInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.nickname !== "") { + writer.uint32(10).string(message.nickname); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + if (message.exp !== 0) { + writer.uint32(24).uint32(message.exp); + } + if (message.stamina !== 0) { + writer.uint32(32).uint32(message.stamina); + } + if (message.mcoin !== 0) { + writer.uint32(40).uint32(message.mcoin); + } + if (message.hcoin !== 0) { + writer.uint32(48).uint32(message.hcoin); + } + if (message.scoin !== 0) { + writer.uint32(56).uint32(message.scoin); + } + if (message.worldLevel !== 0) { + writer.uint32(64).uint32(message.worldLevel); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PlayerBasicInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePlayerBasicInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.nickname = reader.string(); + break; + case 2: + message.level = reader.uint32(); + break; + case 3: + message.exp = reader.uint32(); + break; + case 4: + message.stamina = reader.uint32(); + break; + case 5: + message.mcoin = reader.uint32(); + break; + case 6: + message.hcoin = reader.uint32(); + break; + case 7: + message.scoin = reader.uint32(); + break; + case 8: + message.worldLevel = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PlayerBasicInfo { + return { + nickname: isSet(object.nickname) ? String(object.nickname) : "", + level: isSet(object.level) ? Number(object.level) : 0, + exp: isSet(object.exp) ? Number(object.exp) : 0, + stamina: isSet(object.stamina) ? Number(object.stamina) : 0, + mcoin: isSet(object.mcoin) ? Number(object.mcoin) : 0, + hcoin: isSet(object.hcoin) ? Number(object.hcoin) : 0, + scoin: isSet(object.scoin) ? Number(object.scoin) : 0, + worldLevel: isSet(object.worldLevel) ? Number(object.worldLevel) : 0, + }; + }, + + toJSON(message: PlayerBasicInfo): unknown { + const obj: any = {}; + message.nickname !== undefined && (obj.nickname = message.nickname); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.exp !== undefined && (obj.exp = Math.round(message.exp)); + message.stamina !== undefined && + (obj.stamina = Math.round(message.stamina)); + message.mcoin !== undefined && (obj.mcoin = Math.round(message.mcoin)); + message.hcoin !== undefined && (obj.hcoin = Math.round(message.hcoin)); + message.scoin !== undefined && (obj.scoin = Math.round(message.scoin)); + message.worldLevel !== undefined && + (obj.worldLevel = Math.round(message.worldLevel)); + return obj; + }, + + fromPartial, I>>( + object: I + ): PlayerBasicInfo { + const message = createBasePlayerBasicInfo(); + message.nickname = object.nickname ?? ""; + message.level = object.level ?? 0; + message.exp = object.exp ?? 0; + message.stamina = object.stamina ?? 0; + message.mcoin = object.mcoin ?? 0; + message.hcoin = object.hcoin ?? 0; + message.scoin = object.scoin ?? 0; + message.worldLevel = object.worldLevel ?? 0; + return message; + }, +}; + +function createBaseBlackInfo(): BlackInfo { + return { beginTime: 0, endTime: 0, limitLevel: 0, banType: 0 }; +} + +export const BlackInfo = { + encode( + message: BlackInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.beginTime !== 0) { + writer.uint32(8).uint32(message.beginTime); + } + if (message.endTime !== 0) { + writer.uint32(16).uint32(message.endTime); + } + if (message.limitLevel !== 0) { + writer.uint32(24).uint32(message.limitLevel); + } + if (message.banType !== 0) { + writer.uint32(32).uint32(message.banType); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BlackInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBlackInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.beginTime = reader.uint32(); + break; + case 2: + message.endTime = reader.uint32(); + break; + case 3: + message.limitLevel = reader.uint32(); + break; + case 4: + message.banType = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BlackInfo { + return { + beginTime: isSet(object.beginTime) ? Number(object.beginTime) : 0, + endTime: isSet(object.endTime) ? Number(object.endTime) : 0, + limitLevel: isSet(object.limitLevel) ? Number(object.limitLevel) : 0, + banType: isSet(object.banType) ? Number(object.banType) : 0, + }; + }, + + toJSON(message: BlackInfo): unknown { + const obj: any = {}; + message.beginTime !== undefined && + (obj.beginTime = Math.round(message.beginTime)); + message.endTime !== undefined && + (obj.endTime = Math.round(message.endTime)); + message.limitLevel !== undefined && + (obj.limitLevel = Math.round(message.limitLevel)); + message.banType !== undefined && + (obj.banType = Math.round(message.banType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): BlackInfo { + const message = createBaseBlackInfo(); + message.beginTime = object.beginTime ?? 0; + message.endTime = object.endTime ?? 0; + message.limitLevel = object.limitLevel ?? 0; + message.banType = object.banType ?? 0; + return message; + }, +}; + +function createBaseVersionCount(): VersionCount { + return { version: 0, count: 0 }; +} + +export const VersionCount = { + encode( + message: VersionCount, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.version !== 0) { + writer.uint32(8).uint32(message.version); + } + if (message.count !== 0) { + writer.uint32(16).uint32(message.count); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): VersionCount { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseVersionCount(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.version = reader.uint32(); + break; + case 2: + message.count = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): VersionCount { + return { + version: isSet(object.version) ? Number(object.version) : 0, + count: isSet(object.count) ? Number(object.count) : 0, + }; + }, + + toJSON(message: VersionCount): unknown { + const obj: any = {}; + message.version !== undefined && + (obj.version = Math.round(message.version)); + message.count !== undefined && (obj.count = Math.round(message.count)); + return obj; + }, + + fromPartial, I>>( + object: I + ): VersionCount { + const message = createBaseVersionCount(); + message.version = object.version ?? 0; + message.count = object.count ?? 0; + return message; + }, +}; + +function createBaseClientDownloadData(): ClientDownloadData { + return { version: 0, time: 0, data: new Uint8Array() }; +} + +export const ClientDownloadData = { + encode( + message: ClientDownloadData, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.version !== 0) { + writer.uint32(8).uint32(message.version); + } + if (message.time !== 0) { + writer.uint32(16).uint32(message.time); + } + if (message.data.length !== 0) { + writer.uint32(26).bytes(message.data); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ClientDownloadData { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseClientDownloadData(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.version = reader.uint32(); + break; + case 2: + message.time = reader.uint32(); + break; + case 3: + message.data = reader.bytes(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ClientDownloadData { + return { + version: isSet(object.version) ? Number(object.version) : 0, + time: isSet(object.time) ? Number(object.time) : 0, + data: isSet(object.data) + ? bytesFromBase64(object.data) + : new Uint8Array(), + }; + }, + + toJSON(message: ClientDownloadData): unknown { + const obj: any = {}; + message.version !== undefined && + (obj.version = Math.round(message.version)); + message.time !== undefined && (obj.time = Math.round(message.time)); + message.data !== undefined && + (obj.data = base64FromBytes( + message.data !== undefined ? message.data : new Uint8Array() + )); + return obj; + }, + + fromPartial, I>>( + object: I + ): ClientDownloadData { + const message = createBaseClientDownloadData(); + message.version = object.version ?? 0; + message.time = object.time ?? 0; + message.data = object.data ?? new Uint8Array(); + return message; + }, +}; + +function createBaseClientUploadData(): ClientUploadData { + return { tag: "", value: "" }; +} + +export const ClientUploadData = { + encode( + message: ClientUploadData, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.tag !== "") { + writer.uint32(10).string(message.tag); + } + if (message.value !== "") { + writer.uint32(18).string(message.value); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ClientUploadData { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseClientUploadData(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.tag = reader.string(); + break; + case 2: + message.value = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ClientUploadData { + return { + tag: isSet(object.tag) ? String(object.tag) : "", + value: isSet(object.value) ? String(object.value) : "", + }; + }, + + toJSON(message: ClientUploadData): unknown { + const obj: any = {}; + message.tag !== undefined && (obj.tag = message.tag); + message.value !== undefined && (obj.value = message.value); + return obj; + }, + + fromPartial, I>>( + object: I + ): ClientUploadData { + const message = createBaseClientUploadData(); + message.tag = object.tag ?? ""; + message.value = object.value ?? ""; + return message; + }, +}; + +function createBaseFeatureSwitchParam(): FeatureSwitchParam { + return { paramList: [] }; +} + +export const FeatureSwitchParam = { + encode( + message: FeatureSwitchParam, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.paramList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSwitchParam { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFeatureSwitchParam(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.paramList.push(reader.uint32()); + } + } else { + message.paramList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FeatureSwitchParam { + return { + paramList: Array.isArray(object?.paramList) + ? object.paramList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: FeatureSwitchParam): unknown { + const obj: any = {}; + if (message.paramList) { + obj.paramList = message.paramList.map((e) => Math.round(e)); + } else { + obj.paramList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): FeatureSwitchParam { + const message = createBaseFeatureSwitchParam(); + message.paramList = object.paramList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseFeatureSwitchInfo(): FeatureSwitchInfo { + return { type: 0, switchList: [], isAllClosed: false }; +} + +export const FeatureSwitchInfo = { + encode( + message: FeatureSwitchInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.type !== 0) { + writer.uint32(8).int32(message.type); + } + for (const v of message.switchList) { + FeatureSwitchParam.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.isAllClosed === true) { + writer.uint32(24).bool(message.isAllClosed); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): FeatureSwitchInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFeatureSwitchInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.type = reader.int32() as any; + break; + case 2: + message.switchList.push( + FeatureSwitchParam.decode(reader, reader.uint32()) + ); + break; + case 3: + message.isAllClosed = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FeatureSwitchInfo { + return { + type: isSet(object.type) ? featureSwitchTypeFromJSON(object.type) : 0, + switchList: Array.isArray(object?.switchList) + ? object.switchList.map((e: any) => FeatureSwitchParam.fromJSON(e)) + : [], + isAllClosed: isSet(object.isAllClosed) + ? Boolean(object.isAllClosed) + : false, + }; + }, + + toJSON(message: FeatureSwitchInfo): unknown { + const obj: any = {}; + message.type !== undefined && + (obj.type = featureSwitchTypeToJSON(message.type)); + if (message.switchList) { + obj.switchList = message.switchList.map((e) => + e ? FeatureSwitchParam.toJSON(e) : undefined + ); + } else { + obj.switchList = []; + } + message.isAllClosed !== undefined && + (obj.isAllClosed = message.isAllClosed); + return obj; + }, + + fromPartial, I>>( + object: I + ): FeatureSwitchInfo { + const message = createBaseFeatureSwitchInfo(); + message.type = object.type ?? 0; + message.switchList = + object.switchList?.map((e) => FeatureSwitchParam.fromPartial(e)) || []; + message.isAllClosed = object.isAllClosed ?? false; + return message; + }, +}; + +function createBaseBattleOp(): BattleOp { + return { + turnCounter: 0, + state: 0, + actionEntityId: 0, + targetEntityId: 0, + opType: 0, + skillIndex: 0, + operationCounter: 0, + }; +} + +export const BattleOp = { + encode( + message: BattleOp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.turnCounter !== 0) { + writer.uint32(8).uint32(message.turnCounter); + } + if (message.state !== 0) { + writer.uint32(16).uint32(message.state); + } + if (message.actionEntityId !== 0) { + writer.uint32(24).uint32(message.actionEntityId); + } + if (message.targetEntityId !== 0) { + writer.uint32(32).uint32(message.targetEntityId); + } + if (message.opType !== 0) { + writer.uint32(40).uint32(message.opType); + } + if (message.skillIndex !== 0) { + writer.uint32(48).uint32(message.skillIndex); + } + if (message.operationCounter !== 0) { + writer.uint32(56).uint32(message.operationCounter); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleOp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleOp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.turnCounter = reader.uint32(); + break; + case 2: + message.state = reader.uint32(); + break; + case 3: + message.actionEntityId = reader.uint32(); + break; + case 4: + message.targetEntityId = reader.uint32(); + break; + case 5: + message.opType = reader.uint32(); + break; + case 6: + message.skillIndex = reader.uint32(); + break; + case 7: + message.operationCounter = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleOp { + return { + turnCounter: isSet(object.turnCounter) ? Number(object.turnCounter) : 0, + state: isSet(object.state) ? Number(object.state) : 0, + actionEntityId: isSet(object.actionEntityId) + ? Number(object.actionEntityId) + : 0, + targetEntityId: isSet(object.targetEntityId) + ? Number(object.targetEntityId) + : 0, + opType: isSet(object.opType) ? Number(object.opType) : 0, + skillIndex: isSet(object.skillIndex) ? Number(object.skillIndex) : 0, + operationCounter: isSet(object.operationCounter) + ? Number(object.operationCounter) + : 0, + }; + }, + + toJSON(message: BattleOp): unknown { + const obj: any = {}; + message.turnCounter !== undefined && + (obj.turnCounter = Math.round(message.turnCounter)); + message.state !== undefined && (obj.state = Math.round(message.state)); + message.actionEntityId !== undefined && + (obj.actionEntityId = Math.round(message.actionEntityId)); + message.targetEntityId !== undefined && + (obj.targetEntityId = Math.round(message.targetEntityId)); + message.opType !== undefined && (obj.opType = Math.round(message.opType)); + message.skillIndex !== undefined && + (obj.skillIndex = Math.round(message.skillIndex)); + message.operationCounter !== undefined && + (obj.operationCounter = Math.round(message.operationCounter)); + return obj; + }, + + fromPartial, I>>(object: I): BattleOp { + const message = createBaseBattleOp(); + message.turnCounter = object.turnCounter ?? 0; + message.state = object.state ?? 0; + message.actionEntityId = object.actionEntityId ?? 0; + message.targetEntityId = object.targetEntityId ?? 0; + message.opType = object.opType ?? 0; + message.skillIndex = object.skillIndex ?? 0; + message.operationCounter = object.operationCounter ?? 0; + return message; + }, +}; + +function createBaseBattleEquipment(): BattleEquipment { + return { id: 0, level: 0, promotion: 0, rank: 0 }; +} + +export const BattleEquipment = { + encode( + message: BattleEquipment, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + if (message.promotion !== 0) { + writer.uint32(24).uint32(message.promotion); + } + if (message.rank !== 0) { + writer.uint32(32).uint32(message.rank); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleEquipment { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleEquipment(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + case 3: + message.promotion = reader.uint32(); + break; + case 4: + message.rank = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleEquipment { + return { + id: isSet(object.id) ? Number(object.id) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + promotion: isSet(object.promotion) ? Number(object.promotion) : 0, + rank: isSet(object.rank) ? Number(object.rank) : 0, + }; + }, + + toJSON(message: BattleEquipment): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.promotion !== undefined && + (obj.promotion = Math.round(message.promotion)); + message.rank !== undefined && (obj.rank = Math.round(message.rank)); + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleEquipment { + const message = createBaseBattleEquipment(); + message.id = object.id ?? 0; + message.level = object.level ?? 0; + message.promotion = object.promotion ?? 0; + message.rank = object.rank ?? 0; + return message; + }, +}; + +function createBaseBattleRelic(): BattleRelic { + return { id: 0, level: 0, mainAffixId: 0, subAffixList: [], uniqueId: 0 }; +} + +export const BattleRelic = { + encode( + message: BattleRelic, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + if (message.mainAffixId !== 0) { + writer.uint32(24).uint32(message.mainAffixId); + } + for (const v of message.subAffixList) { + RelicAffix.encode(v!, writer.uint32(34).fork()).ldelim(); + } + if (message.uniqueId !== 0) { + writer.uint32(40).uint32(message.uniqueId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleRelic { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleRelic(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + case 3: + message.mainAffixId = reader.uint32(); + break; + case 4: + message.subAffixList.push(RelicAffix.decode(reader, reader.uint32())); + break; + case 5: + message.uniqueId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleRelic { + return { + id: isSet(object.id) ? Number(object.id) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + mainAffixId: isSet(object.mainAffixId) ? Number(object.mainAffixId) : 0, + subAffixList: Array.isArray(object?.subAffixList) + ? object.subAffixList.map((e: any) => RelicAffix.fromJSON(e)) + : [], + uniqueId: isSet(object.uniqueId) ? Number(object.uniqueId) : 0, + }; + }, + + toJSON(message: BattleRelic): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.mainAffixId !== undefined && + (obj.mainAffixId = Math.round(message.mainAffixId)); + if (message.subAffixList) { + obj.subAffixList = message.subAffixList.map((e) => + e ? RelicAffix.toJSON(e) : undefined + ); + } else { + obj.subAffixList = []; + } + message.uniqueId !== undefined && + (obj.uniqueId = Math.round(message.uniqueId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleRelic { + const message = createBaseBattleRelic(); + message.id = object.id ?? 0; + message.level = object.level ?? 0; + message.mainAffixId = object.mainAffixId ?? 0; + message.subAffixList = + object.subAffixList?.map((e) => RelicAffix.fromPartial(e)) || []; + message.uniqueId = object.uniqueId ?? 0; + return message; + }, +}; + +function createBaseAvatarSkillTree(): AvatarSkillTree { + return { pointId: 0, level: 0 }; +} + +export const AvatarSkillTree = { + encode( + message: AvatarSkillTree, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.pointId !== 0) { + writer.uint32(8).uint32(message.pointId); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AvatarSkillTree { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAvatarSkillTree(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.pointId = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AvatarSkillTree { + return { + pointId: isSet(object.pointId) ? Number(object.pointId) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + }; + }, + + toJSON(message: AvatarSkillTree): unknown { + const obj: any = {}; + message.pointId !== undefined && + (obj.pointId = Math.round(message.pointId)); + message.level !== undefined && (obj.level = Math.round(message.level)); + return obj; + }, + + fromPartial, I>>( + object: I + ): AvatarSkillTree { + const message = createBaseAvatarSkillTree(); + message.pointId = object.pointId ?? 0; + message.level = object.level ?? 0; + return message; + }, +}; + +function createBaseRelicAffix(): RelicAffix { + return { affixId: 0, cnt: 0, step: 0 }; +} + +export const RelicAffix = { + encode( + message: RelicAffix, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.affixId !== 0) { + writer.uint32(8).uint32(message.affixId); + } + if (message.cnt !== 0) { + writer.uint32(16).uint32(message.cnt); + } + if (message.step !== 0) { + writer.uint32(24).uint32(message.step); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RelicAffix { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRelicAffix(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.affixId = reader.uint32(); + break; + case 2: + message.cnt = reader.uint32(); + break; + case 3: + message.step = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RelicAffix { + return { + affixId: isSet(object.affixId) ? Number(object.affixId) : 0, + cnt: isSet(object.cnt) ? Number(object.cnt) : 0, + step: isSet(object.step) ? Number(object.step) : 0, + }; + }, + + toJSON(message: RelicAffix): unknown { + const obj: any = {}; + message.affixId !== undefined && + (obj.affixId = Math.round(message.affixId)); + message.cnt !== undefined && (obj.cnt = Math.round(message.cnt)); + message.step !== undefined && (obj.step = Math.round(message.step)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RelicAffix { + const message = createBaseRelicAffix(); + message.affixId = object.affixId ?? 0; + message.cnt = object.cnt ?? 0; + message.step = object.step ?? 0; + return message; + }, +}; + +function createBaseBattleAvatar(): BattleAvatar { + return { + avatarType: 0, + id: 0, + level: 0, + rank: 0, + index: 0, + skilltreeList: [], + equipmentList: [], + hp: 0, + sp: 0, + promotion: 0, + relicList: [], + }; +} + +export const BattleAvatar = { + encode( + message: BattleAvatar, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.avatarType !== 0) { + writer.uint32(8).int32(message.avatarType); + } + if (message.id !== 0) { + writer.uint32(16).uint32(message.id); + } + if (message.level !== 0) { + writer.uint32(24).uint32(message.level); + } + if (message.rank !== 0) { + writer.uint32(32).uint32(message.rank); + } + if (message.index !== 0) { + writer.uint32(40).uint32(message.index); + } + for (const v of message.skilltreeList) { + AvatarSkillTree.encode(v!, writer.uint32(50).fork()).ldelim(); + } + for (const v of message.equipmentList) { + BattleEquipment.encode(v!, writer.uint32(58).fork()).ldelim(); + } + if (message.hp !== 0) { + writer.uint32(64).uint32(message.hp); + } + if (message.sp !== 0) { + writer.uint32(72).uint32(message.sp); + } + if (message.promotion !== 0) { + writer.uint32(80).uint32(message.promotion); + } + for (const v of message.relicList) { + BattleRelic.encode(v!, writer.uint32(90).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleAvatar { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleAvatar(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.avatarType = reader.int32() as any; + break; + case 2: + message.id = reader.uint32(); + break; + case 3: + message.level = reader.uint32(); + break; + case 4: + message.rank = reader.uint32(); + break; + case 5: + message.index = reader.uint32(); + break; + case 6: + message.skilltreeList.push( + AvatarSkillTree.decode(reader, reader.uint32()) + ); + break; + case 7: + message.equipmentList.push( + BattleEquipment.decode(reader, reader.uint32()) + ); + break; + case 8: + message.hp = reader.uint32(); + break; + case 9: + message.sp = reader.uint32(); + break; + case 10: + message.promotion = reader.uint32(); + break; + case 11: + message.relicList.push(BattleRelic.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleAvatar { + return { + avatarType: isSet(object.avatarType) + ? avatarTypeFromJSON(object.avatarType) + : 0, + id: isSet(object.id) ? Number(object.id) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + rank: isSet(object.rank) ? Number(object.rank) : 0, + index: isSet(object.index) ? Number(object.index) : 0, + skilltreeList: Array.isArray(object?.skilltreeList) + ? object.skilltreeList.map((e: any) => AvatarSkillTree.fromJSON(e)) + : [], + equipmentList: Array.isArray(object?.equipmentList) + ? object.equipmentList.map((e: any) => BattleEquipment.fromJSON(e)) + : [], + hp: isSet(object.hp) ? Number(object.hp) : 0, + sp: isSet(object.sp) ? Number(object.sp) : 0, + promotion: isSet(object.promotion) ? Number(object.promotion) : 0, + relicList: Array.isArray(object?.relicList) + ? object.relicList.map((e: any) => BattleRelic.fromJSON(e)) + : [], + }; + }, + + toJSON(message: BattleAvatar): unknown { + const obj: any = {}; + message.avatarType !== undefined && + (obj.avatarType = avatarTypeToJSON(message.avatarType)); + message.id !== undefined && (obj.id = Math.round(message.id)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.rank !== undefined && (obj.rank = Math.round(message.rank)); + message.index !== undefined && (obj.index = Math.round(message.index)); + if (message.skilltreeList) { + obj.skilltreeList = message.skilltreeList.map((e) => + e ? AvatarSkillTree.toJSON(e) : undefined + ); + } else { + obj.skilltreeList = []; + } + if (message.equipmentList) { + obj.equipmentList = message.equipmentList.map((e) => + e ? BattleEquipment.toJSON(e) : undefined + ); + } else { + obj.equipmentList = []; + } + message.hp !== undefined && (obj.hp = Math.round(message.hp)); + message.sp !== undefined && (obj.sp = Math.round(message.sp)); + message.promotion !== undefined && + (obj.promotion = Math.round(message.promotion)); + if (message.relicList) { + obj.relicList = message.relicList.map((e) => + e ? BattleRelic.toJSON(e) : undefined + ); + } else { + obj.relicList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleAvatar { + const message = createBaseBattleAvatar(); + message.avatarType = object.avatarType ?? 0; + message.id = object.id ?? 0; + message.level = object.level ?? 0; + message.rank = object.rank ?? 0; + message.index = object.index ?? 0; + message.skilltreeList = + object.skilltreeList?.map((e) => AvatarSkillTree.fromPartial(e)) || []; + message.equipmentList = + object.equipmentList?.map((e) => BattleEquipment.fromPartial(e)) || []; + message.hp = object.hp ?? 0; + message.sp = object.sp ?? 0; + message.promotion = object.promotion ?? 0; + message.relicList = + object.relicList?.map((e) => BattleRelic.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseBattleMonsterWave(): BattleMonsterWave { + return { monsterIdList: [] }; +} + +export const BattleMonsterWave = { + encode( + message: BattleMonsterWave, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.monsterIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleMonsterWave { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleMonsterWave(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.monsterIdList.push(reader.uint32()); + } + } else { + message.monsterIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleMonsterWave { + return { + monsterIdList: Array.isArray(object?.monsterIdList) + ? object.monsterIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: BattleMonsterWave): unknown { + const obj: any = {}; + if (message.monsterIdList) { + obj.monsterIdList = message.monsterIdList.map((e) => Math.round(e)); + } else { + obj.monsterIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleMonsterWave { + const message = createBaseBattleMonsterWave(); + message.monsterIdList = object.monsterIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseBattleBuff(): BattleBuff { + return { + id: 0, + level: 0, + ownerIndex: 0, + waveFlag: 0, + targetIndexList: [], + dynamicValues: {}, + }; +} + +export const BattleBuff = { + encode( + message: BattleBuff, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + if (message.ownerIndex !== 0) { + writer.uint32(24).uint32(message.ownerIndex); + } + if (message.waveFlag !== 0) { + writer.uint32(32).uint32(message.waveFlag); + } + writer.uint32(42).fork(); + for (const v of message.targetIndexList) { + writer.uint32(v); + } + writer.ldelim(); + Object.entries(message.dynamicValues).forEach(([key, value]) => { + BattleBuff_DynamicValuesEntry.encode( + { key: key as any, value }, + writer.uint32(50).fork() + ).ldelim(); + }); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleBuff { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleBuff(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + case 3: + message.ownerIndex = reader.uint32(); + break; + case 4: + message.waveFlag = reader.uint32(); + break; + case 5: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.targetIndexList.push(reader.uint32()); + } + } else { + message.targetIndexList.push(reader.uint32()); + } + break; + case 6: + const entry6 = BattleBuff_DynamicValuesEntry.decode( + reader, + reader.uint32() + ); + if (entry6.value !== undefined) { + message.dynamicValues[entry6.key] = entry6.value; + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleBuff { + return { + id: isSet(object.id) ? Number(object.id) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + ownerIndex: isSet(object.ownerIndex) ? Number(object.ownerIndex) : 0, + waveFlag: isSet(object.waveFlag) ? Number(object.waveFlag) : 0, + targetIndexList: Array.isArray(object?.targetIndexList) + ? object.targetIndexList.map((e: any) => Number(e)) + : [], + dynamicValues: isObject(object.dynamicValues) + ? Object.entries(object.dynamicValues).reduce<{ + [key: string]: number; + }>((acc, [key, value]) => { + acc[key] = Number(value); + return acc; + }, {}) + : {}, + }; + }, + + toJSON(message: BattleBuff): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.ownerIndex !== undefined && + (obj.ownerIndex = Math.round(message.ownerIndex)); + message.waveFlag !== undefined && + (obj.waveFlag = Math.round(message.waveFlag)); + if (message.targetIndexList) { + obj.targetIndexList = message.targetIndexList.map((e) => Math.round(e)); + } else { + obj.targetIndexList = []; + } + obj.dynamicValues = {}; + if (message.dynamicValues) { + Object.entries(message.dynamicValues).forEach(([k, v]) => { + obj.dynamicValues[k] = v; + }); + } + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleBuff { + const message = createBaseBattleBuff(); + message.id = object.id ?? 0; + message.level = object.level ?? 0; + message.ownerIndex = object.ownerIndex ?? 0; + message.waveFlag = object.waveFlag ?? 0; + message.targetIndexList = object.targetIndexList?.map((e) => e) || []; + message.dynamicValues = Object.entries(object.dynamicValues ?? {}).reduce<{ + [key: string]: number; + }>((acc, [key, value]) => { + if (value !== undefined) { + acc[key] = Number(value); + } + return acc; + }, {}); + return message; + }, +}; + +function createBaseBattleBuff_DynamicValuesEntry(): BattleBuff_DynamicValuesEntry { + return { key: "", value: 0 }; +} + +export const BattleBuff_DynamicValuesEntry = { + encode( + message: BattleBuff_DynamicValuesEntry, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.key !== "") { + writer.uint32(10).string(message.key); + } + if (message.value !== 0) { + writer.uint32(21).float(message.value); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): BattleBuff_DynamicValuesEntry { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleBuff_DynamicValuesEntry(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.key = reader.string(); + break; + case 2: + message.value = reader.float(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleBuff_DynamicValuesEntry { + return { + key: isSet(object.key) ? String(object.key) : "", + value: isSet(object.value) ? Number(object.value) : 0, + }; + }, + + toJSON(message: BattleBuff_DynamicValuesEntry): unknown { + const obj: any = {}; + message.key !== undefined && (obj.key = message.key); + message.value !== undefined && (obj.value = message.value); + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleBuff_DynamicValuesEntry { + const message = createBaseBattleBuff_DynamicValuesEntry(); + message.key = object.key ?? ""; + message.value = object.value ?? 0; + return message; + }, +}; + +function createBaseBattleLineup(): BattleLineup { + return { + avatarList: [], + monsterWaveList: [], + buffList: [], + heroPathList: [], + battleScoringList: [], + }; +} + +export const BattleLineup = { + encode( + message: BattleLineup, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.avatarList) { + BattleAvatar.encode(v!, writer.uint32(10).fork()).ldelim(); + } + for (const v of message.monsterWaveList) { + BattleMonsterWave.encode(v!, writer.uint32(18).fork()).ldelim(); + } + for (const v of message.buffList) { + BattleBuff.encode(v!, writer.uint32(26).fork()).ldelim(); + } + for (const v of message.heroPathList) { + HeroPath.encode(v!, writer.uint32(34).fork()).ldelim(); + } + writer.uint32(42).fork(); + for (const v of message.battleScoringList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleLineup { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleLineup(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.avatarList.push(BattleAvatar.decode(reader, reader.uint32())); + break; + case 2: + message.monsterWaveList.push( + BattleMonsterWave.decode(reader, reader.uint32()) + ); + break; + case 3: + message.buffList.push(BattleBuff.decode(reader, reader.uint32())); + break; + case 4: + message.heroPathList.push(HeroPath.decode(reader, reader.uint32())); + break; + case 5: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.battleScoringList.push(reader.uint32()); + } + } else { + message.battleScoringList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleLineup { + return { + avatarList: Array.isArray(object?.avatarList) + ? object.avatarList.map((e: any) => BattleAvatar.fromJSON(e)) + : [], + monsterWaveList: Array.isArray(object?.monsterWaveList) + ? object.monsterWaveList.map((e: any) => BattleMonsterWave.fromJSON(e)) + : [], + buffList: Array.isArray(object?.buffList) + ? object.buffList.map((e: any) => BattleBuff.fromJSON(e)) + : [], + heroPathList: Array.isArray(object?.heroPathList) + ? object.heroPathList.map((e: any) => HeroPath.fromJSON(e)) + : [], + battleScoringList: Array.isArray(object?.battleScoringList) + ? object.battleScoringList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: BattleLineup): unknown { + const obj: any = {}; + if (message.avatarList) { + obj.avatarList = message.avatarList.map((e) => + e ? BattleAvatar.toJSON(e) : undefined + ); + } else { + obj.avatarList = []; + } + if (message.monsterWaveList) { + obj.monsterWaveList = message.monsterWaveList.map((e) => + e ? BattleMonsterWave.toJSON(e) : undefined + ); + } else { + obj.monsterWaveList = []; + } + if (message.buffList) { + obj.buffList = message.buffList.map((e) => + e ? BattleBuff.toJSON(e) : undefined + ); + } else { + obj.buffList = []; + } + if (message.heroPathList) { + obj.heroPathList = message.heroPathList.map((e) => + e ? HeroPath.toJSON(e) : undefined + ); + } else { + obj.heroPathList = []; + } + if (message.battleScoringList) { + obj.battleScoringList = message.battleScoringList.map((e) => + Math.round(e) + ); + } else { + obj.battleScoringList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleLineup { + const message = createBaseBattleLineup(); + message.avatarList = + object.avatarList?.map((e) => BattleAvatar.fromPartial(e)) || []; + message.monsterWaveList = + object.monsterWaveList?.map((e) => BattleMonsterWave.fromPartial(e)) || + []; + message.buffList = + object.buffList?.map((e) => BattleBuff.fromPartial(e)) || []; + message.heroPathList = + object.heroPathList?.map((e) => HeroPath.fromPartial(e)) || []; + message.battleScoringList = object.battleScoringList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseClientTurnSnapshot(): ClientTurnSnapshot { + return { + turnCounter: 0, + randomCounter: 0, + animEventCounter: 0, + snapshotList: [], + animEventList: [], + }; +} + +export const ClientTurnSnapshot = { + encode( + message: ClientTurnSnapshot, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.turnCounter !== 0) { + writer.uint32(8).uint32(message.turnCounter); + } + if (message.randomCounter !== 0) { + writer.uint32(16).uint32(message.randomCounter); + } + if (message.animEventCounter !== 0) { + writer.uint32(24).uint32(message.animEventCounter); + } + for (const v of message.snapshotList) { + CharacterSnapshot.encode(v!, writer.uint32(34).fork()).ldelim(); + } + for (const v of message.animEventList) { + AnimEventSnapshot.encode(v!, writer.uint32(42).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ClientTurnSnapshot { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseClientTurnSnapshot(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.turnCounter = reader.uint32(); + break; + case 2: + message.randomCounter = reader.uint32(); + break; + case 3: + message.animEventCounter = reader.uint32(); + break; + case 4: + message.snapshotList.push( + CharacterSnapshot.decode(reader, reader.uint32()) + ); + break; + case 5: + message.animEventList.push( + AnimEventSnapshot.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ClientTurnSnapshot { + return { + turnCounter: isSet(object.turnCounter) ? Number(object.turnCounter) : 0, + randomCounter: isSet(object.randomCounter) + ? Number(object.randomCounter) + : 0, + animEventCounter: isSet(object.animEventCounter) + ? Number(object.animEventCounter) + : 0, + snapshotList: Array.isArray(object?.snapshotList) + ? object.snapshotList.map((e: any) => CharacterSnapshot.fromJSON(e)) + : [], + animEventList: Array.isArray(object?.animEventList) + ? object.animEventList.map((e: any) => AnimEventSnapshot.fromJSON(e)) + : [], + }; + }, + + toJSON(message: ClientTurnSnapshot): unknown { + const obj: any = {}; + message.turnCounter !== undefined && + (obj.turnCounter = Math.round(message.turnCounter)); + message.randomCounter !== undefined && + (obj.randomCounter = Math.round(message.randomCounter)); + message.animEventCounter !== undefined && + (obj.animEventCounter = Math.round(message.animEventCounter)); + if (message.snapshotList) { + obj.snapshotList = message.snapshotList.map((e) => + e ? CharacterSnapshot.toJSON(e) : undefined + ); + } else { + obj.snapshotList = []; + } + if (message.animEventList) { + obj.animEventList = message.animEventList.map((e) => + e ? AnimEventSnapshot.toJSON(e) : undefined + ); + } else { + obj.animEventList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): ClientTurnSnapshot { + const message = createBaseClientTurnSnapshot(); + message.turnCounter = object.turnCounter ?? 0; + message.randomCounter = object.randomCounter ?? 0; + message.animEventCounter = object.animEventCounter ?? 0; + message.snapshotList = + object.snapshotList?.map((e) => CharacterSnapshot.fromPartial(e)) || []; + message.animEventList = + object.animEventList?.map((e) => AnimEventSnapshot.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseGamecoreConfig(): GamecoreConfig { + return { + isSkipVerify: false, + maxTurnCnt: 0, + isAutoFight: false, + csvPath: "", + }; +} + +export const GamecoreConfig = { + encode( + message: GamecoreConfig, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.isSkipVerify === true) { + writer.uint32(8).bool(message.isSkipVerify); + } + if (message.maxTurnCnt !== 0) { + writer.uint32(16).uint32(message.maxTurnCnt); + } + if (message.isAutoFight === true) { + writer.uint32(24).bool(message.isAutoFight); + } + if (message.csvPath !== "") { + writer.uint32(34).string(message.csvPath); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GamecoreConfig { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGamecoreConfig(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.isSkipVerify = reader.bool(); + break; + case 2: + message.maxTurnCnt = reader.uint32(); + break; + case 3: + message.isAutoFight = reader.bool(); + break; + case 4: + message.csvPath = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GamecoreConfig { + return { + isSkipVerify: isSet(object.isSkipVerify) + ? Boolean(object.isSkipVerify) + : false, + maxTurnCnt: isSet(object.maxTurnCnt) ? Number(object.maxTurnCnt) : 0, + isAutoFight: isSet(object.isAutoFight) + ? Boolean(object.isAutoFight) + : false, + csvPath: isSet(object.csvPath) ? String(object.csvPath) : "", + }; + }, + + toJSON(message: GamecoreConfig): unknown { + const obj: any = {}; + message.isSkipVerify !== undefined && + (obj.isSkipVerify = message.isSkipVerify); + message.maxTurnCnt !== undefined && + (obj.maxTurnCnt = Math.round(message.maxTurnCnt)); + message.isAutoFight !== undefined && + (obj.isAutoFight = message.isAutoFight); + message.csvPath !== undefined && (obj.csvPath = message.csvPath); + return obj; + }, + + fromPartial, I>>( + object: I + ): GamecoreConfig { + const message = createBaseGamecoreConfig(); + message.isSkipVerify = object.isSkipVerify ?? false; + message.maxTurnCnt = object.maxTurnCnt ?? 0; + message.isAutoFight = object.isAutoFight ?? false; + message.csvPath = object.csvPath ?? ""; + return message; + }, +}; + +function createBaseBattleBuffMsg(): BattleBuffMsg { + return { + buffIdList: [], + buffIndexList: [], + buffLevelList: [], + buffFlagList: [], + }; +} + +export const BattleBuffMsg = { + encode( + message: BattleBuffMsg, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.buffIdList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(18).fork(); + for (const v of message.buffIndexList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(26).fork(); + for (const v of message.buffLevelList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(34).fork(); + for (const v of message.buffFlagList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleBuffMsg { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleBuffMsg(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.buffIdList.push(reader.uint32()); + } + } else { + message.buffIdList.push(reader.uint32()); + } + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.buffIndexList.push(reader.uint32()); + } + } else { + message.buffIndexList.push(reader.uint32()); + } + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.buffLevelList.push(reader.uint32()); + } + } else { + message.buffLevelList.push(reader.uint32()); + } + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.buffFlagList.push(reader.uint32()); + } + } else { + message.buffFlagList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleBuffMsg { + return { + buffIdList: Array.isArray(object?.buffIdList) + ? object.buffIdList.map((e: any) => Number(e)) + : [], + buffIndexList: Array.isArray(object?.buffIndexList) + ? object.buffIndexList.map((e: any) => Number(e)) + : [], + buffLevelList: Array.isArray(object?.buffLevelList) + ? object.buffLevelList.map((e: any) => Number(e)) + : [], + buffFlagList: Array.isArray(object?.buffFlagList) + ? object.buffFlagList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: BattleBuffMsg): unknown { + const obj: any = {}; + if (message.buffIdList) { + obj.buffIdList = message.buffIdList.map((e) => Math.round(e)); + } else { + obj.buffIdList = []; + } + if (message.buffIndexList) { + obj.buffIndexList = message.buffIndexList.map((e) => Math.round(e)); + } else { + obj.buffIndexList = []; + } + if (message.buffLevelList) { + obj.buffLevelList = message.buffLevelList.map((e) => Math.round(e)); + } else { + obj.buffLevelList = []; + } + if (message.buffFlagList) { + obj.buffFlagList = message.buffFlagList.map((e) => Math.round(e)); + } else { + obj.buffFlagList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleBuffMsg { + const message = createBaseBattleBuffMsg(); + message.buffIdList = object.buffIdList?.map((e) => e) || []; + message.buffIndexList = object.buffIndexList?.map((e) => e) || []; + message.buffLevelList = object.buffLevelList?.map((e) => e) || []; + message.buffFlagList = object.buffFlagList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseBattleReplay(): BattleReplay { + return { + version: 0, + logicRandomSeed: 0, + stageId: 0, + lineup: undefined, + opList: [], + turnSnapshotHash: new Uint8Array(), + mazePlaneId: 0, + extraAbilityList: [], + isAiConsiderUltraSkill: false, + checkStrategy: 0, + battleModuleType: 0, + turnSnapshotList: [], + localLevelPath: "", + debugExtraInfo: "", + config: undefined, + gameCoreLogEncode: new Uint8Array(), + roundsLimit: 0, + logStringHash: [], + planeId: 0, + floorId: 0, + battleAreaGroupId: 0, + battleAreaId: 0, + }; +} + +export const BattleReplay = { + encode( + message: BattleReplay, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.version !== 0) { + writer.uint32(8).uint32(message.version); + } + if (message.logicRandomSeed !== 0) { + writer.uint32(16).uint32(message.logicRandomSeed); + } + if (message.stageId !== 0) { + writer.uint32(24).uint32(message.stageId); + } + if (message.lineup !== undefined) { + BattleLineup.encode(message.lineup, writer.uint32(34).fork()).ldelim(); + } + for (const v of message.opList) { + BattleOp.encode(v!, writer.uint32(42).fork()).ldelim(); + } + if (message.turnSnapshotHash.length !== 0) { + writer.uint32(50).bytes(message.turnSnapshotHash); + } + if (message.mazePlaneId !== 0) { + writer.uint32(56).uint32(message.mazePlaneId); + } + writer.uint32(66).fork(); + for (const v of message.extraAbilityList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.isAiConsiderUltraSkill === true) { + writer.uint32(72).bool(message.isAiConsiderUltraSkill); + } + if (message.checkStrategy !== 0) { + writer.uint32(80).int32(message.checkStrategy); + } + if (message.battleModuleType !== 0) { + writer.uint32(88).int32(message.battleModuleType); + } + for (const v of message.turnSnapshotList) { + ClientTurnSnapshot.encode(v!, writer.uint32(170).fork()).ldelim(); + } + if (message.localLevelPath !== "") { + writer.uint32(178).string(message.localLevelPath); + } + if (message.debugExtraInfo !== "") { + writer.uint32(186).string(message.debugExtraInfo); + } + if (message.config !== undefined) { + GamecoreConfig.encode(message.config, writer.uint32(194).fork()).ldelim(); + } + if (message.gameCoreLogEncode.length !== 0) { + writer.uint32(210).bytes(message.gameCoreLogEncode); + } + if (message.roundsLimit !== 0) { + writer.uint32(216).uint32(message.roundsLimit); + } + for (const v of message.logStringHash) { + BattleReplayStringHash.encode(v!, writer.uint32(226).fork()).ldelim(); + } + if (message.planeId !== 0) { + writer.uint32(232).uint32(message.planeId); + } + if (message.floorId !== 0) { + writer.uint32(240).uint32(message.floorId); + } + if (message.battleAreaGroupId !== 0) { + writer.uint32(248).uint32(message.battleAreaGroupId); + } + if (message.battleAreaId !== 0) { + writer.uint32(256).uint32(message.battleAreaId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleReplay { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleReplay(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.version = reader.uint32(); + break; + case 2: + message.logicRandomSeed = reader.uint32(); + break; + case 3: + message.stageId = reader.uint32(); + break; + case 4: + message.lineup = BattleLineup.decode(reader, reader.uint32()); + break; + case 5: + message.opList.push(BattleOp.decode(reader, reader.uint32())); + break; + case 6: + message.turnSnapshotHash = reader.bytes(); + break; + case 7: + message.mazePlaneId = reader.uint32(); + break; + case 8: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.extraAbilityList.push(reader.uint32()); + } + } else { + message.extraAbilityList.push(reader.uint32()); + } + break; + case 9: + message.isAiConsiderUltraSkill = reader.bool(); + break; + case 10: + message.checkStrategy = reader.int32() as any; + break; + case 11: + message.battleModuleType = reader.int32() as any; + break; + case 21: + message.turnSnapshotList.push( + ClientTurnSnapshot.decode(reader, reader.uint32()) + ); + break; + case 22: + message.localLevelPath = reader.string(); + break; + case 23: + message.debugExtraInfo = reader.string(); + break; + case 24: + message.config = GamecoreConfig.decode(reader, reader.uint32()); + break; + case 26: + message.gameCoreLogEncode = reader.bytes(); + break; + case 27: + message.roundsLimit = reader.uint32(); + break; + case 28: + message.logStringHash.push( + BattleReplayStringHash.decode(reader, reader.uint32()) + ); + break; + case 29: + message.planeId = reader.uint32(); + break; + case 30: + message.floorId = reader.uint32(); + break; + case 31: + message.battleAreaGroupId = reader.uint32(); + break; + case 32: + message.battleAreaId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleReplay { + return { + version: isSet(object.version) ? Number(object.version) : 0, + logicRandomSeed: isSet(object.logicRandomSeed) + ? Number(object.logicRandomSeed) + : 0, + stageId: isSet(object.stageId) ? Number(object.stageId) : 0, + lineup: isSet(object.lineup) + ? BattleLineup.fromJSON(object.lineup) + : undefined, + opList: Array.isArray(object?.opList) + ? object.opList.map((e: any) => BattleOp.fromJSON(e)) + : [], + turnSnapshotHash: isSet(object.turnSnapshotHash) + ? bytesFromBase64(object.turnSnapshotHash) + : new Uint8Array(), + mazePlaneId: isSet(object.mazePlaneId) ? Number(object.mazePlaneId) : 0, + extraAbilityList: Array.isArray(object?.extraAbilityList) + ? object.extraAbilityList.map((e: any) => Number(e)) + : [], + isAiConsiderUltraSkill: isSet(object.isAiConsiderUltraSkill) + ? Boolean(object.isAiConsiderUltraSkill) + : false, + checkStrategy: isSet(object.checkStrategy) + ? battleCheckStrategyTypeFromJSON(object.checkStrategy) + : 0, + battleModuleType: isSet(object.battleModuleType) + ? battleModuleTypeFromJSON(object.battleModuleType) + : 0, + turnSnapshotList: Array.isArray(object?.turnSnapshotList) + ? object.turnSnapshotList.map((e: any) => + ClientTurnSnapshot.fromJSON(e) + ) + : [], + localLevelPath: isSet(object.localLevelPath) + ? String(object.localLevelPath) + : "", + debugExtraInfo: isSet(object.debugExtraInfo) + ? String(object.debugExtraInfo) + : "", + config: isSet(object.config) + ? GamecoreConfig.fromJSON(object.config) + : undefined, + gameCoreLogEncode: isSet(object.gameCoreLogEncode) + ? bytesFromBase64(object.gameCoreLogEncode) + : new Uint8Array(), + roundsLimit: isSet(object.roundsLimit) ? Number(object.roundsLimit) : 0, + logStringHash: Array.isArray(object?.logStringHash) + ? object.logStringHash.map((e: any) => + BattleReplayStringHash.fromJSON(e) + ) + : [], + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + floorId: isSet(object.floorId) ? Number(object.floorId) : 0, + battleAreaGroupId: isSet(object.battleAreaGroupId) + ? Number(object.battleAreaGroupId) + : 0, + battleAreaId: isSet(object.battleAreaId) + ? Number(object.battleAreaId) + : 0, + }; + }, + + toJSON(message: BattleReplay): unknown { + const obj: any = {}; + message.version !== undefined && + (obj.version = Math.round(message.version)); + message.logicRandomSeed !== undefined && + (obj.logicRandomSeed = Math.round(message.logicRandomSeed)); + message.stageId !== undefined && + (obj.stageId = Math.round(message.stageId)); + message.lineup !== undefined && + (obj.lineup = message.lineup + ? BattleLineup.toJSON(message.lineup) + : undefined); + if (message.opList) { + obj.opList = message.opList.map((e) => + e ? BattleOp.toJSON(e) : undefined + ); + } else { + obj.opList = []; + } + message.turnSnapshotHash !== undefined && + (obj.turnSnapshotHash = base64FromBytes( + message.turnSnapshotHash !== undefined + ? message.turnSnapshotHash + : new Uint8Array() + )); + message.mazePlaneId !== undefined && + (obj.mazePlaneId = Math.round(message.mazePlaneId)); + if (message.extraAbilityList) { + obj.extraAbilityList = message.extraAbilityList.map((e) => Math.round(e)); + } else { + obj.extraAbilityList = []; + } + message.isAiConsiderUltraSkill !== undefined && + (obj.isAiConsiderUltraSkill = message.isAiConsiderUltraSkill); + message.checkStrategy !== undefined && + (obj.checkStrategy = battleCheckStrategyTypeToJSON( + message.checkStrategy + )); + message.battleModuleType !== undefined && + (obj.battleModuleType = battleModuleTypeToJSON(message.battleModuleType)); + if (message.turnSnapshotList) { + obj.turnSnapshotList = message.turnSnapshotList.map((e) => + e ? ClientTurnSnapshot.toJSON(e) : undefined + ); + } else { + obj.turnSnapshotList = []; + } + message.localLevelPath !== undefined && + (obj.localLevelPath = message.localLevelPath); + message.debugExtraInfo !== undefined && + (obj.debugExtraInfo = message.debugExtraInfo); + message.config !== undefined && + (obj.config = message.config + ? GamecoreConfig.toJSON(message.config) + : undefined); + message.gameCoreLogEncode !== undefined && + (obj.gameCoreLogEncode = base64FromBytes( + message.gameCoreLogEncode !== undefined + ? message.gameCoreLogEncode + : new Uint8Array() + )); + message.roundsLimit !== undefined && + (obj.roundsLimit = Math.round(message.roundsLimit)); + if (message.logStringHash) { + obj.logStringHash = message.logStringHash.map((e) => + e ? BattleReplayStringHash.toJSON(e) : undefined + ); + } else { + obj.logStringHash = []; + } + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.floorId !== undefined && + (obj.floorId = Math.round(message.floorId)); + message.battleAreaGroupId !== undefined && + (obj.battleAreaGroupId = Math.round(message.battleAreaGroupId)); + message.battleAreaId !== undefined && + (obj.battleAreaId = Math.round(message.battleAreaId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleReplay { + const message = createBaseBattleReplay(); + message.version = object.version ?? 0; + message.logicRandomSeed = object.logicRandomSeed ?? 0; + message.stageId = object.stageId ?? 0; + message.lineup = + object.lineup !== undefined && object.lineup !== null + ? BattleLineup.fromPartial(object.lineup) + : undefined; + message.opList = object.opList?.map((e) => BattleOp.fromPartial(e)) || []; + message.turnSnapshotHash = object.turnSnapshotHash ?? new Uint8Array(); + message.mazePlaneId = object.mazePlaneId ?? 0; + message.extraAbilityList = object.extraAbilityList?.map((e) => e) || []; + message.isAiConsiderUltraSkill = object.isAiConsiderUltraSkill ?? false; + message.checkStrategy = object.checkStrategy ?? 0; + message.battleModuleType = object.battleModuleType ?? 0; + message.turnSnapshotList = + object.turnSnapshotList?.map((e) => ClientTurnSnapshot.fromPartial(e)) || + []; + message.localLevelPath = object.localLevelPath ?? ""; + message.debugExtraInfo = object.debugExtraInfo ?? ""; + message.config = + object.config !== undefined && object.config !== null + ? GamecoreConfig.fromPartial(object.config) + : undefined; + message.gameCoreLogEncode = object.gameCoreLogEncode ?? new Uint8Array(); + message.roundsLimit = object.roundsLimit ?? 0; + message.logStringHash = + object.logStringHash?.map((e) => BattleReplayStringHash.fromPartial(e)) || + []; + message.planeId = object.planeId ?? 0; + message.floorId = object.floorId ?? 0; + message.battleAreaGroupId = object.battleAreaGroupId ?? 0; + message.battleAreaId = object.battleAreaId ?? 0; + return message; + }, +}; + +function createBaseBattleReplayStringHash(): BattleReplayStringHash { + return { hash: 0, value: "" }; +} + +export const BattleReplayStringHash = { + encode( + message: BattleReplayStringHash, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.hash !== 0) { + writer.uint32(8).int32(message.hash); + } + if (message.value !== "") { + writer.uint32(18).string(message.value); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): BattleReplayStringHash { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleReplayStringHash(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.hash = reader.int32(); + break; + case 2: + message.value = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleReplayStringHash { + return { + hash: isSet(object.hash) ? Number(object.hash) : 0, + value: isSet(object.value) ? String(object.value) : "", + }; + }, + + toJSON(message: BattleReplayStringHash): unknown { + const obj: any = {}; + message.hash !== undefined && (obj.hash = Math.round(message.hash)); + message.value !== undefined && (obj.value = message.value); + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleReplayStringHash { + const message = createBaseBattleReplayStringHash(); + message.hash = object.hash ?? 0; + message.value = object.value ?? ""; + return message; + }, +}; + +function createBaseAvatarProperty(): AvatarProperty { + return { + maxHp: 0, + attack: 0, + defence: 0, + speed: 0, + leftHp: 0, + leftSp: 0, + maxSp: 0, + }; +} + +export const AvatarProperty = { + encode( + message: AvatarProperty, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.maxHp !== 0) { + writer.uint32(9).double(message.maxHp); + } + if (message.attack !== 0) { + writer.uint32(17).double(message.attack); + } + if (message.defence !== 0) { + writer.uint32(25).double(message.defence); + } + if (message.speed !== 0) { + writer.uint32(33).double(message.speed); + } + if (message.leftHp !== 0) { + writer.uint32(41).double(message.leftHp); + } + if (message.leftSp !== 0) { + writer.uint32(49).double(message.leftSp); + } + if (message.maxSp !== 0) { + writer.uint32(57).double(message.maxSp); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AvatarProperty { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAvatarProperty(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.maxHp = reader.double(); + break; + case 2: + message.attack = reader.double(); + break; + case 3: + message.defence = reader.double(); + break; + case 4: + message.speed = reader.double(); + break; + case 5: + message.leftHp = reader.double(); + break; + case 6: + message.leftSp = reader.double(); + break; + case 7: + message.maxSp = reader.double(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AvatarProperty { + return { + maxHp: isSet(object.maxHp) ? Number(object.maxHp) : 0, + attack: isSet(object.attack) ? Number(object.attack) : 0, + defence: isSet(object.defence) ? Number(object.defence) : 0, + speed: isSet(object.speed) ? Number(object.speed) : 0, + leftHp: isSet(object.leftHp) ? Number(object.leftHp) : 0, + leftSp: isSet(object.leftSp) ? Number(object.leftSp) : 0, + maxSp: isSet(object.maxSp) ? Number(object.maxSp) : 0, + }; + }, + + toJSON(message: AvatarProperty): unknown { + const obj: any = {}; + message.maxHp !== undefined && (obj.maxHp = message.maxHp); + message.attack !== undefined && (obj.attack = message.attack); + message.defence !== undefined && (obj.defence = message.defence); + message.speed !== undefined && (obj.speed = message.speed); + message.leftHp !== undefined && (obj.leftHp = message.leftHp); + message.leftSp !== undefined && (obj.leftSp = message.leftSp); + message.maxSp !== undefined && (obj.maxSp = message.maxSp); + return obj; + }, + + fromPartial, I>>( + object: I + ): AvatarProperty { + const message = createBaseAvatarProperty(); + message.maxHp = object.maxHp ?? 0; + message.attack = object.attack ?? 0; + message.defence = object.defence ?? 0; + message.speed = object.speed ?? 0; + message.leftHp = object.leftHp ?? 0; + message.leftSp = object.leftSp ?? 0; + message.maxSp = object.maxSp ?? 0; + return message; + }, +}; + +function createBaseEquipmentProperty(): EquipmentProperty { + return { id: 0, rank: 0, promotion: 0, level: 0 }; +} + +export const EquipmentProperty = { + encode( + message: EquipmentProperty, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.rank !== 0) { + writer.uint32(16).uint32(message.rank); + } + if (message.promotion !== 0) { + writer.uint32(24).uint32(message.promotion); + } + if (message.level !== 0) { + writer.uint32(32).uint32(message.level); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EquipmentProperty { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEquipmentProperty(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.rank = reader.uint32(); + break; + case 3: + message.promotion = reader.uint32(); + break; + case 4: + message.level = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EquipmentProperty { + return { + id: isSet(object.id) ? Number(object.id) : 0, + rank: isSet(object.rank) ? Number(object.rank) : 0, + promotion: isSet(object.promotion) ? Number(object.promotion) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + }; + }, + + toJSON(message: EquipmentProperty): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.rank !== undefined && (obj.rank = Math.round(message.rank)); + message.promotion !== undefined && + (obj.promotion = Math.round(message.promotion)); + message.level !== undefined && (obj.level = Math.round(message.level)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EquipmentProperty { + const message = createBaseEquipmentProperty(); + message.id = object.id ?? 0; + message.rank = object.rank ?? 0; + message.promotion = object.promotion ?? 0; + message.level = object.level ?? 0; + return message; + }, +}; + +function createBaseAttackDamageProperty(): AttackDamageProperty { + return { attackType: "", damage: 0 }; +} + +export const AttackDamageProperty = { + encode( + message: AttackDamageProperty, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.attackType !== "") { + writer.uint32(10).string(message.attackType); + } + if (message.damage !== 0) { + writer.uint32(17).double(message.damage); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): AttackDamageProperty { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAttackDamageProperty(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.attackType = reader.string(); + break; + case 2: + message.damage = reader.double(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AttackDamageProperty { + return { + attackType: isSet(object.attackType) ? String(object.attackType) : "", + damage: isSet(object.damage) ? Number(object.damage) : 0, + }; + }, + + toJSON(message: AttackDamageProperty): unknown { + const obj: any = {}; + message.attackType !== undefined && (obj.attackType = message.attackType); + message.damage !== undefined && (obj.damage = message.damage); + return obj; + }, + + fromPartial, I>>( + object: I + ): AttackDamageProperty { + const message = createBaseAttackDamageProperty(); + message.attackType = object.attackType ?? ""; + message.damage = object.damage ?? 0; + return message; + }, +}; + +function createBaseSkillUseProperty(): SkillUseProperty { + return { skillId: 0, skillType: "", skillLevel: 0, skillUseCount: 0 }; +} + +export const SkillUseProperty = { + encode( + message: SkillUseProperty, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.skillId !== 0) { + writer.uint32(8).uint32(message.skillId); + } + if (message.skillType !== "") { + writer.uint32(18).string(message.skillType); + } + if (message.skillLevel !== 0) { + writer.uint32(24).uint32(message.skillLevel); + } + if (message.skillUseCount !== 0) { + writer.uint32(32).uint32(message.skillUseCount); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SkillUseProperty { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSkillUseProperty(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.skillId = reader.uint32(); + break; + case 2: + message.skillType = reader.string(); + break; + case 3: + message.skillLevel = reader.uint32(); + break; + case 4: + message.skillUseCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SkillUseProperty { + return { + skillId: isSet(object.skillId) ? Number(object.skillId) : 0, + skillType: isSet(object.skillType) ? String(object.skillType) : "", + skillLevel: isSet(object.skillLevel) ? Number(object.skillLevel) : 0, + skillUseCount: isSet(object.skillUseCount) + ? Number(object.skillUseCount) + : 0, + }; + }, + + toJSON(message: SkillUseProperty): unknown { + const obj: any = {}; + message.skillId !== undefined && + (obj.skillId = Math.round(message.skillId)); + message.skillType !== undefined && (obj.skillType = message.skillType); + message.skillLevel !== undefined && + (obj.skillLevel = Math.round(message.skillLevel)); + message.skillUseCount !== undefined && + (obj.skillUseCount = Math.round(message.skillUseCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SkillUseProperty { + const message = createBaseSkillUseProperty(); + message.skillId = object.skillId ?? 0; + message.skillType = object.skillType ?? ""; + message.skillLevel = object.skillLevel ?? 0; + message.skillUseCount = object.skillUseCount ?? 0; + return message; + }, +}; + +function createBaseSpAddSource(): SpAddSource { + return { source: "", spAdd: 0 }; +} + +export const SpAddSource = { + encode( + message: SpAddSource, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.source !== "") { + writer.uint32(10).string(message.source); + } + if (message.spAdd !== 0) { + writer.uint32(16).uint32(message.spAdd); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SpAddSource { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpAddSource(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.source = reader.string(); + break; + case 2: + message.spAdd = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpAddSource { + return { + source: isSet(object.source) ? String(object.source) : "", + spAdd: isSet(object.spAdd) ? Number(object.spAdd) : 0, + }; + }, + + toJSON(message: SpAddSource): unknown { + const obj: any = {}; + message.source !== undefined && (obj.source = message.source); + message.spAdd !== undefined && (obj.spAdd = Math.round(message.spAdd)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpAddSource { + const message = createBaseSpAddSource(); + message.source = object.source ?? ""; + message.spAdd = object.spAdd ?? 0; + return message; + }, +}; + +function createBaseAvatarBattleInfo(): AvatarBattleInfo { + return { + avatarType: 0, + id: 0, + avatarLevel: 0, + avatarRank: 0, + avatarPromotion: 0, + avatarStatus: undefined, + avatarSkill: [], + avatarEquipment: [], + totalTurns: 0, + totalDamage: 0, + totalHeal: 0, + totalDamageTaken: 0, + totalHpRecover: 0, + totalSpCost: 0, + stageId: 0, + stageType: 0, + totalBreakDamage: 0, + attackTypeDamage: [], + attackTypeBreakDamage: [], + attackTypeMaxDamage: [], + skillTimes: [], + delayCumulate: 0, + totalSpAdd: 0, + spAddSource: [], + totalBpCost: 0, + dieTimes: 0, + reviveTimes: 0, + breakTimes: 0, + extraTurns: 0, + totalShield: 0, + totalShieldTaken: 0, + totalShieldDamage: 0, + initialStatus: undefined, + relics: [], + }; +} + +export const AvatarBattleInfo = { + encode( + message: AvatarBattleInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.avatarType !== 0) { + writer.uint32(8).int32(message.avatarType); + } + if (message.id !== 0) { + writer.uint32(16).uint32(message.id); + } + if (message.avatarLevel !== 0) { + writer.uint32(24).uint32(message.avatarLevel); + } + if (message.avatarRank !== 0) { + writer.uint32(32).uint32(message.avatarRank); + } + if (message.avatarPromotion !== 0) { + writer.uint32(40).uint32(message.avatarPromotion); + } + if (message.avatarStatus !== undefined) { + AvatarProperty.encode( + message.avatarStatus, + writer.uint32(50).fork() + ).ldelim(); + } + for (const v of message.avatarSkill) { + AvatarSkillTree.encode(v!, writer.uint32(58).fork()).ldelim(); + } + for (const v of message.avatarEquipment) { + EquipmentProperty.encode(v!, writer.uint32(66).fork()).ldelim(); + } + if (message.totalTurns !== 0) { + writer.uint32(72).uint32(message.totalTurns); + } + if (message.totalDamage !== 0) { + writer.uint32(81).double(message.totalDamage); + } + if (message.totalHeal !== 0) { + writer.uint32(89).double(message.totalHeal); + } + if (message.totalDamageTaken !== 0) { + writer.uint32(97).double(message.totalDamageTaken); + } + if (message.totalHpRecover !== 0) { + writer.uint32(105).double(message.totalHpRecover); + } + if (message.totalSpCost !== 0) { + writer.uint32(113).double(message.totalSpCost); + } + if (message.stageId !== 0) { + writer.uint32(120).uint32(message.stageId); + } + if (message.stageType !== 0) { + writer.uint32(128).uint32(message.stageType); + } + if (message.totalBreakDamage !== 0) { + writer.uint32(137).double(message.totalBreakDamage); + } + for (const v of message.attackTypeDamage) { + AttackDamageProperty.encode(v!, writer.uint32(146).fork()).ldelim(); + } + for (const v of message.attackTypeBreakDamage) { + AttackDamageProperty.encode(v!, writer.uint32(154).fork()).ldelim(); + } + for (const v of message.attackTypeMaxDamage) { + AttackDamageProperty.encode(v!, writer.uint32(162).fork()).ldelim(); + } + for (const v of message.skillTimes) { + SkillUseProperty.encode(v!, writer.uint32(170).fork()).ldelim(); + } + if (message.delayCumulate !== 0) { + writer.uint32(177).double(message.delayCumulate); + } + if (message.totalSpAdd !== 0) { + writer.uint32(184).uint32(message.totalSpAdd); + } + for (const v of message.spAddSource) { + SpAddSource.encode(v!, writer.uint32(194).fork()).ldelim(); + } + if (message.totalBpCost !== 0) { + writer.uint32(200).uint32(message.totalBpCost); + } + if (message.dieTimes !== 0) { + writer.uint32(208).uint32(message.dieTimes); + } + if (message.reviveTimes !== 0) { + writer.uint32(216).uint32(message.reviveTimes); + } + if (message.breakTimes !== 0) { + writer.uint32(224).uint32(message.breakTimes); + } + if (message.extraTurns !== 0) { + writer.uint32(232).uint32(message.extraTurns); + } + if (message.totalShield !== 0) { + writer.uint32(241).double(message.totalShield); + } + if (message.totalShieldTaken !== 0) { + writer.uint32(249).double(message.totalShieldTaken); + } + if (message.totalShieldDamage !== 0) { + writer.uint32(257).double(message.totalShieldDamage); + } + if (message.initialStatus !== undefined) { + AvatarProperty.encode( + message.initialStatus, + writer.uint32(266).fork() + ).ldelim(); + } + for (const v of message.relics) { + BattleRelic.encode(v!, writer.uint32(274).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AvatarBattleInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAvatarBattleInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.avatarType = reader.int32() as any; + break; + case 2: + message.id = reader.uint32(); + break; + case 3: + message.avatarLevel = reader.uint32(); + break; + case 4: + message.avatarRank = reader.uint32(); + break; + case 5: + message.avatarPromotion = reader.uint32(); + break; + case 6: + message.avatarStatus = AvatarProperty.decode(reader, reader.uint32()); + break; + case 7: + message.avatarSkill.push( + AvatarSkillTree.decode(reader, reader.uint32()) + ); + break; + case 8: + message.avatarEquipment.push( + EquipmentProperty.decode(reader, reader.uint32()) + ); + break; + case 9: + message.totalTurns = reader.uint32(); + break; + case 10: + message.totalDamage = reader.double(); + break; + case 11: + message.totalHeal = reader.double(); + break; + case 12: + message.totalDamageTaken = reader.double(); + break; + case 13: + message.totalHpRecover = reader.double(); + break; + case 14: + message.totalSpCost = reader.double(); + break; + case 15: + message.stageId = reader.uint32(); + break; + case 16: + message.stageType = reader.uint32(); + break; + case 17: + message.totalBreakDamage = reader.double(); + break; + case 18: + message.attackTypeDamage.push( + AttackDamageProperty.decode(reader, reader.uint32()) + ); + break; + case 19: + message.attackTypeBreakDamage.push( + AttackDamageProperty.decode(reader, reader.uint32()) + ); + break; + case 20: + message.attackTypeMaxDamage.push( + AttackDamageProperty.decode(reader, reader.uint32()) + ); + break; + case 21: + message.skillTimes.push( + SkillUseProperty.decode(reader, reader.uint32()) + ); + break; + case 22: + message.delayCumulate = reader.double(); + break; + case 23: + message.totalSpAdd = reader.uint32(); + break; + case 24: + message.spAddSource.push(SpAddSource.decode(reader, reader.uint32())); + break; + case 25: + message.totalBpCost = reader.uint32(); + break; + case 26: + message.dieTimes = reader.uint32(); + break; + case 27: + message.reviveTimes = reader.uint32(); + break; + case 28: + message.breakTimes = reader.uint32(); + break; + case 29: + message.extraTurns = reader.uint32(); + break; + case 30: + message.totalShield = reader.double(); + break; + case 31: + message.totalShieldTaken = reader.double(); + break; + case 32: + message.totalShieldDamage = reader.double(); + break; + case 33: + message.initialStatus = AvatarProperty.decode( + reader, + reader.uint32() + ); + break; + case 34: + message.relics.push(BattleRelic.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AvatarBattleInfo { + return { + avatarType: isSet(object.avatarType) + ? avatarTypeFromJSON(object.avatarType) + : 0, + id: isSet(object.id) ? Number(object.id) : 0, + avatarLevel: isSet(object.avatarLevel) ? Number(object.avatarLevel) : 0, + avatarRank: isSet(object.avatarRank) ? Number(object.avatarRank) : 0, + avatarPromotion: isSet(object.avatarPromotion) + ? Number(object.avatarPromotion) + : 0, + avatarStatus: isSet(object.avatarStatus) + ? AvatarProperty.fromJSON(object.avatarStatus) + : undefined, + avatarSkill: Array.isArray(object?.avatarSkill) + ? object.avatarSkill.map((e: any) => AvatarSkillTree.fromJSON(e)) + : [], + avatarEquipment: Array.isArray(object?.avatarEquipment) + ? object.avatarEquipment.map((e: any) => EquipmentProperty.fromJSON(e)) + : [], + totalTurns: isSet(object.totalTurns) ? Number(object.totalTurns) : 0, + totalDamage: isSet(object.totalDamage) ? Number(object.totalDamage) : 0, + totalHeal: isSet(object.totalHeal) ? Number(object.totalHeal) : 0, + totalDamageTaken: isSet(object.totalDamageTaken) + ? Number(object.totalDamageTaken) + : 0, + totalHpRecover: isSet(object.totalHpRecover) + ? Number(object.totalHpRecover) + : 0, + totalSpCost: isSet(object.totalSpCost) ? Number(object.totalSpCost) : 0, + stageId: isSet(object.stageId) ? Number(object.stageId) : 0, + stageType: isSet(object.stageType) ? Number(object.stageType) : 0, + totalBreakDamage: isSet(object.totalBreakDamage) + ? Number(object.totalBreakDamage) + : 0, + attackTypeDamage: Array.isArray(object?.attackTypeDamage) + ? object.attackTypeDamage.map((e: any) => + AttackDamageProperty.fromJSON(e) + ) + : [], + attackTypeBreakDamage: Array.isArray(object?.attackTypeBreakDamage) + ? object.attackTypeBreakDamage.map((e: any) => + AttackDamageProperty.fromJSON(e) + ) + : [], + attackTypeMaxDamage: Array.isArray(object?.attackTypeMaxDamage) + ? object.attackTypeMaxDamage.map((e: any) => + AttackDamageProperty.fromJSON(e) + ) + : [], + skillTimes: Array.isArray(object?.skillTimes) + ? object.skillTimes.map((e: any) => SkillUseProperty.fromJSON(e)) + : [], + delayCumulate: isSet(object.delayCumulate) + ? Number(object.delayCumulate) + : 0, + totalSpAdd: isSet(object.totalSpAdd) ? Number(object.totalSpAdd) : 0, + spAddSource: Array.isArray(object?.spAddSource) + ? object.spAddSource.map((e: any) => SpAddSource.fromJSON(e)) + : [], + totalBpCost: isSet(object.totalBpCost) ? Number(object.totalBpCost) : 0, + dieTimes: isSet(object.dieTimes) ? Number(object.dieTimes) : 0, + reviveTimes: isSet(object.reviveTimes) ? Number(object.reviveTimes) : 0, + breakTimes: isSet(object.breakTimes) ? Number(object.breakTimes) : 0, + extraTurns: isSet(object.extraTurns) ? Number(object.extraTurns) : 0, + totalShield: isSet(object.totalShield) ? Number(object.totalShield) : 0, + totalShieldTaken: isSet(object.totalShieldTaken) + ? Number(object.totalShieldTaken) + : 0, + totalShieldDamage: isSet(object.totalShieldDamage) + ? Number(object.totalShieldDamage) + : 0, + initialStatus: isSet(object.initialStatus) + ? AvatarProperty.fromJSON(object.initialStatus) + : undefined, + relics: Array.isArray(object?.relics) + ? object.relics.map((e: any) => BattleRelic.fromJSON(e)) + : [], + }; + }, + + toJSON(message: AvatarBattleInfo): unknown { + const obj: any = {}; + message.avatarType !== undefined && + (obj.avatarType = avatarTypeToJSON(message.avatarType)); + message.id !== undefined && (obj.id = Math.round(message.id)); + message.avatarLevel !== undefined && + (obj.avatarLevel = Math.round(message.avatarLevel)); + message.avatarRank !== undefined && + (obj.avatarRank = Math.round(message.avatarRank)); + message.avatarPromotion !== undefined && + (obj.avatarPromotion = Math.round(message.avatarPromotion)); + message.avatarStatus !== undefined && + (obj.avatarStatus = message.avatarStatus + ? AvatarProperty.toJSON(message.avatarStatus) + : undefined); + if (message.avatarSkill) { + obj.avatarSkill = message.avatarSkill.map((e) => + e ? AvatarSkillTree.toJSON(e) : undefined + ); + } else { + obj.avatarSkill = []; + } + if (message.avatarEquipment) { + obj.avatarEquipment = message.avatarEquipment.map((e) => + e ? EquipmentProperty.toJSON(e) : undefined + ); + } else { + obj.avatarEquipment = []; + } + message.totalTurns !== undefined && + (obj.totalTurns = Math.round(message.totalTurns)); + message.totalDamage !== undefined && + (obj.totalDamage = message.totalDamage); + message.totalHeal !== undefined && (obj.totalHeal = message.totalHeal); + message.totalDamageTaken !== undefined && + (obj.totalDamageTaken = message.totalDamageTaken); + message.totalHpRecover !== undefined && + (obj.totalHpRecover = message.totalHpRecover); + message.totalSpCost !== undefined && + (obj.totalSpCost = message.totalSpCost); + message.stageId !== undefined && + (obj.stageId = Math.round(message.stageId)); + message.stageType !== undefined && + (obj.stageType = Math.round(message.stageType)); + message.totalBreakDamage !== undefined && + (obj.totalBreakDamage = message.totalBreakDamage); + if (message.attackTypeDamage) { + obj.attackTypeDamage = message.attackTypeDamage.map((e) => + e ? AttackDamageProperty.toJSON(e) : undefined + ); + } else { + obj.attackTypeDamage = []; + } + if (message.attackTypeBreakDamage) { + obj.attackTypeBreakDamage = message.attackTypeBreakDamage.map((e) => + e ? AttackDamageProperty.toJSON(e) : undefined + ); + } else { + obj.attackTypeBreakDamage = []; + } + if (message.attackTypeMaxDamage) { + obj.attackTypeMaxDamage = message.attackTypeMaxDamage.map((e) => + e ? AttackDamageProperty.toJSON(e) : undefined + ); + } else { + obj.attackTypeMaxDamage = []; + } + if (message.skillTimes) { + obj.skillTimes = message.skillTimes.map((e) => + e ? SkillUseProperty.toJSON(e) : undefined + ); + } else { + obj.skillTimes = []; + } + message.delayCumulate !== undefined && + (obj.delayCumulate = message.delayCumulate); + message.totalSpAdd !== undefined && + (obj.totalSpAdd = Math.round(message.totalSpAdd)); + if (message.spAddSource) { + obj.spAddSource = message.spAddSource.map((e) => + e ? SpAddSource.toJSON(e) : undefined + ); + } else { + obj.spAddSource = []; + } + message.totalBpCost !== undefined && + (obj.totalBpCost = Math.round(message.totalBpCost)); + message.dieTimes !== undefined && + (obj.dieTimes = Math.round(message.dieTimes)); + message.reviveTimes !== undefined && + (obj.reviveTimes = Math.round(message.reviveTimes)); + message.breakTimes !== undefined && + (obj.breakTimes = Math.round(message.breakTimes)); + message.extraTurns !== undefined && + (obj.extraTurns = Math.round(message.extraTurns)); + message.totalShield !== undefined && + (obj.totalShield = message.totalShield); + message.totalShieldTaken !== undefined && + (obj.totalShieldTaken = message.totalShieldTaken); + message.totalShieldDamage !== undefined && + (obj.totalShieldDamage = message.totalShieldDamage); + message.initialStatus !== undefined && + (obj.initialStatus = message.initialStatus + ? AvatarProperty.toJSON(message.initialStatus) + : undefined); + if (message.relics) { + obj.relics = message.relics.map((e) => + e ? BattleRelic.toJSON(e) : undefined + ); + } else { + obj.relics = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): AvatarBattleInfo { + const message = createBaseAvatarBattleInfo(); + message.avatarType = object.avatarType ?? 0; + message.id = object.id ?? 0; + message.avatarLevel = object.avatarLevel ?? 0; + message.avatarRank = object.avatarRank ?? 0; + message.avatarPromotion = object.avatarPromotion ?? 0; + message.avatarStatus = + object.avatarStatus !== undefined && object.avatarStatus !== null + ? AvatarProperty.fromPartial(object.avatarStatus) + : undefined; + message.avatarSkill = + object.avatarSkill?.map((e) => AvatarSkillTree.fromPartial(e)) || []; + message.avatarEquipment = + object.avatarEquipment?.map((e) => EquipmentProperty.fromPartial(e)) || + []; + message.totalTurns = object.totalTurns ?? 0; + message.totalDamage = object.totalDamage ?? 0; + message.totalHeal = object.totalHeal ?? 0; + message.totalDamageTaken = object.totalDamageTaken ?? 0; + message.totalHpRecover = object.totalHpRecover ?? 0; + message.totalSpCost = object.totalSpCost ?? 0; + message.stageId = object.stageId ?? 0; + message.stageType = object.stageType ?? 0; + message.totalBreakDamage = object.totalBreakDamage ?? 0; + message.attackTypeDamage = + object.attackTypeDamage?.map((e) => + AttackDamageProperty.fromPartial(e) + ) || []; + message.attackTypeBreakDamage = + object.attackTypeBreakDamage?.map((e) => + AttackDamageProperty.fromPartial(e) + ) || []; + message.attackTypeMaxDamage = + object.attackTypeMaxDamage?.map((e) => + AttackDamageProperty.fromPartial(e) + ) || []; + message.skillTimes = + object.skillTimes?.map((e) => SkillUseProperty.fromPartial(e)) || []; + message.delayCumulate = object.delayCumulate ?? 0; + message.totalSpAdd = object.totalSpAdd ?? 0; + message.spAddSource = + object.spAddSource?.map((e) => SpAddSource.fromPartial(e)) || []; + message.totalBpCost = object.totalBpCost ?? 0; + message.dieTimes = object.dieTimes ?? 0; + message.reviveTimes = object.reviveTimes ?? 0; + message.breakTimes = object.breakTimes ?? 0; + message.extraTurns = object.extraTurns ?? 0; + message.totalShield = object.totalShield ?? 0; + message.totalShieldTaken = object.totalShieldTaken ?? 0; + message.totalShieldDamage = object.totalShieldDamage ?? 0; + message.initialStatus = + object.initialStatus !== undefined && object.initialStatus !== null + ? AvatarProperty.fromPartial(object.initialStatus) + : undefined; + message.relics = + object.relics?.map((e) => BattleRelic.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseMonsterProperty(): MonsterProperty { + return { maxHp: 0, attack: 0, defence: 0, shield: 0, speed: 0, leftHp: 0 }; +} + +export const MonsterProperty = { + encode( + message: MonsterProperty, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.maxHp !== 0) { + writer.uint32(9).double(message.maxHp); + } + if (message.attack !== 0) { + writer.uint32(17).double(message.attack); + } + if (message.defence !== 0) { + writer.uint32(25).double(message.defence); + } + if (message.shield !== 0) { + writer.uint32(33).double(message.shield); + } + if (message.speed !== 0) { + writer.uint32(41).double(message.speed); + } + if (message.leftHp !== 0) { + writer.uint32(49).double(message.leftHp); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MonsterProperty { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMonsterProperty(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.maxHp = reader.double(); + break; + case 2: + message.attack = reader.double(); + break; + case 3: + message.defence = reader.double(); + break; + case 4: + message.shield = reader.double(); + break; + case 5: + message.speed = reader.double(); + break; + case 6: + message.leftHp = reader.double(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MonsterProperty { + return { + maxHp: isSet(object.maxHp) ? Number(object.maxHp) : 0, + attack: isSet(object.attack) ? Number(object.attack) : 0, + defence: isSet(object.defence) ? Number(object.defence) : 0, + shield: isSet(object.shield) ? Number(object.shield) : 0, + speed: isSet(object.speed) ? Number(object.speed) : 0, + leftHp: isSet(object.leftHp) ? Number(object.leftHp) : 0, + }; + }, + + toJSON(message: MonsterProperty): unknown { + const obj: any = {}; + message.maxHp !== undefined && (obj.maxHp = message.maxHp); + message.attack !== undefined && (obj.attack = message.attack); + message.defence !== undefined && (obj.defence = message.defence); + message.shield !== undefined && (obj.shield = message.shield); + message.speed !== undefined && (obj.speed = message.speed); + message.leftHp !== undefined && (obj.leftHp = message.leftHp); + return obj; + }, + + fromPartial, I>>( + object: I + ): MonsterProperty { + const message = createBaseMonsterProperty(); + message.maxHp = object.maxHp ?? 0; + message.attack = object.attack ?? 0; + message.defence = object.defence ?? 0; + message.shield = object.shield ?? 0; + message.speed = object.speed ?? 0; + message.leftHp = object.leftHp ?? 0; + return message; + }, +}; + +function createBaseMonsterBattleInfo(): MonsterBattleInfo { + return { + entityId: 0, + monsterId: 0, + monsterTemplateId: 0, + monsterLevel: 0, + monsterStatus: undefined, + totalTurns: 0, + totalDamage: 0, + totalHeal: 0, + totalDamageTaken: 0, + totalStanceDamageTaken: 0, + totalHpRecover: 0, + stageId: 0, + battleId: 0, + monsterType: 0, + attackTypeDamage: [], + skillTimes: [], + stageType: 0, + totalBreakDamageTaken: 0, + delayCumulate: 0, + deathSource: 0, + wave: 0, + indexInWave: 0, + phase: 0, + maxPhase: 0, + battleTag: 0, + }; +} + +export const MonsterBattleInfo = { + encode( + message: MonsterBattleInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entityId !== 0) { + writer.uint32(8).uint32(message.entityId); + } + if (message.monsterId !== 0) { + writer.uint32(16).uint32(message.monsterId); + } + if (message.monsterTemplateId !== 0) { + writer.uint32(24).uint32(message.monsterTemplateId); + } + if (message.monsterLevel !== 0) { + writer.uint32(32).uint32(message.monsterLevel); + } + if (message.monsterStatus !== undefined) { + MonsterProperty.encode( + message.monsterStatus, + writer.uint32(42).fork() + ).ldelim(); + } + if (message.totalTurns !== 0) { + writer.uint32(48).uint32(message.totalTurns); + } + if (message.totalDamage !== 0) { + writer.uint32(57).double(message.totalDamage); + } + if (message.totalHeal !== 0) { + writer.uint32(65).double(message.totalHeal); + } + if (message.totalDamageTaken !== 0) { + writer.uint32(73).double(message.totalDamageTaken); + } + if (message.totalStanceDamageTaken !== 0) { + writer.uint32(81).double(message.totalStanceDamageTaken); + } + if (message.totalHpRecover !== 0) { + writer.uint32(89).double(message.totalHpRecover); + } + if (message.stageId !== 0) { + writer.uint32(96).uint32(message.stageId); + } + if (message.battleId !== 0) { + writer.uint32(104).uint32(message.battleId); + } + if (message.monsterType !== 0) { + writer.uint32(112).uint32(message.monsterType); + } + for (const v of message.attackTypeDamage) { + AttackDamageProperty.encode(v!, writer.uint32(122).fork()).ldelim(); + } + for (const v of message.skillTimes) { + SkillUseProperty.encode(v!, writer.uint32(130).fork()).ldelim(); + } + if (message.stageType !== 0) { + writer.uint32(136).uint32(message.stageType); + } + if (message.totalBreakDamageTaken !== 0) { + writer.uint32(145).double(message.totalBreakDamageTaken); + } + if (message.delayCumulate !== 0) { + writer.uint32(153).double(message.delayCumulate); + } + if (message.deathSource !== 0) { + writer.uint32(160).int32(message.deathSource); + } + if (message.wave !== 0) { + writer.uint32(168).uint32(message.wave); + } + if (message.indexInWave !== 0) { + writer.uint32(176).int32(message.indexInWave); + } + if (message.phase !== 0) { + writer.uint32(184).uint32(message.phase); + } + if (message.maxPhase !== 0) { + writer.uint32(192).uint32(message.maxPhase); + } + if (message.battleTag !== 0) { + writer.uint32(200).int32(message.battleTag); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MonsterBattleInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMonsterBattleInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityId = reader.uint32(); + break; + case 2: + message.monsterId = reader.uint32(); + break; + case 3: + message.monsterTemplateId = reader.uint32(); + break; + case 4: + message.monsterLevel = reader.uint32(); + break; + case 5: + message.monsterStatus = MonsterProperty.decode( + reader, + reader.uint32() + ); + break; + case 6: + message.totalTurns = reader.uint32(); + break; + case 7: + message.totalDamage = reader.double(); + break; + case 8: + message.totalHeal = reader.double(); + break; + case 9: + message.totalDamageTaken = reader.double(); + break; + case 10: + message.totalStanceDamageTaken = reader.double(); + break; + case 11: + message.totalHpRecover = reader.double(); + break; + case 12: + message.stageId = reader.uint32(); + break; + case 13: + message.battleId = reader.uint32(); + break; + case 14: + message.monsterType = reader.uint32(); + break; + case 15: + message.attackTypeDamage.push( + AttackDamageProperty.decode(reader, reader.uint32()) + ); + break; + case 16: + message.skillTimes.push( + SkillUseProperty.decode(reader, reader.uint32()) + ); + break; + case 17: + message.stageType = reader.uint32(); + break; + case 18: + message.totalBreakDamageTaken = reader.double(); + break; + case 19: + message.delayCumulate = reader.double(); + break; + case 20: + message.deathSource = reader.int32() as any; + break; + case 21: + message.wave = reader.uint32(); + break; + case 22: + message.indexInWave = reader.int32(); + break; + case 23: + message.phase = reader.uint32(); + break; + case 24: + message.maxPhase = reader.uint32(); + break; + case 25: + message.battleTag = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MonsterBattleInfo { + return { + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + monsterId: isSet(object.monsterId) ? Number(object.monsterId) : 0, + monsterTemplateId: isSet(object.monsterTemplateId) + ? Number(object.monsterTemplateId) + : 0, + monsterLevel: isSet(object.monsterLevel) + ? Number(object.monsterLevel) + : 0, + monsterStatus: isSet(object.monsterStatus) + ? MonsterProperty.fromJSON(object.monsterStatus) + : undefined, + totalTurns: isSet(object.totalTurns) ? Number(object.totalTurns) : 0, + totalDamage: isSet(object.totalDamage) ? Number(object.totalDamage) : 0, + totalHeal: isSet(object.totalHeal) ? Number(object.totalHeal) : 0, + totalDamageTaken: isSet(object.totalDamageTaken) + ? Number(object.totalDamageTaken) + : 0, + totalStanceDamageTaken: isSet(object.totalStanceDamageTaken) + ? Number(object.totalStanceDamageTaken) + : 0, + totalHpRecover: isSet(object.totalHpRecover) + ? Number(object.totalHpRecover) + : 0, + stageId: isSet(object.stageId) ? Number(object.stageId) : 0, + battleId: isSet(object.battleId) ? Number(object.battleId) : 0, + monsterType: isSet(object.monsterType) ? Number(object.monsterType) : 0, + attackTypeDamage: Array.isArray(object?.attackTypeDamage) + ? object.attackTypeDamage.map((e: any) => + AttackDamageProperty.fromJSON(e) + ) + : [], + skillTimes: Array.isArray(object?.skillTimes) + ? object.skillTimes.map((e: any) => SkillUseProperty.fromJSON(e)) + : [], + stageType: isSet(object.stageType) ? Number(object.stageType) : 0, + totalBreakDamageTaken: isSet(object.totalBreakDamageTaken) + ? Number(object.totalBreakDamageTaken) + : 0, + delayCumulate: isSet(object.delayCumulate) + ? Number(object.delayCumulate) + : 0, + deathSource: isSet(object.deathSource) + ? deathSourceFromJSON(object.deathSource) + : 0, + wave: isSet(object.wave) ? Number(object.wave) : 0, + indexInWave: isSet(object.indexInWave) ? Number(object.indexInWave) : 0, + phase: isSet(object.phase) ? Number(object.phase) : 0, + maxPhase: isSet(object.maxPhase) ? Number(object.maxPhase) : 0, + battleTag: isSet(object.battleTag) + ? battleTagFromJSON(object.battleTag) + : 0, + }; + }, + + toJSON(message: MonsterBattleInfo): unknown { + const obj: any = {}; + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + message.monsterId !== undefined && + (obj.monsterId = Math.round(message.monsterId)); + message.monsterTemplateId !== undefined && + (obj.monsterTemplateId = Math.round(message.monsterTemplateId)); + message.monsterLevel !== undefined && + (obj.monsterLevel = Math.round(message.monsterLevel)); + message.monsterStatus !== undefined && + (obj.monsterStatus = message.monsterStatus + ? MonsterProperty.toJSON(message.monsterStatus) + : undefined); + message.totalTurns !== undefined && + (obj.totalTurns = Math.round(message.totalTurns)); + message.totalDamage !== undefined && + (obj.totalDamage = message.totalDamage); + message.totalHeal !== undefined && (obj.totalHeal = message.totalHeal); + message.totalDamageTaken !== undefined && + (obj.totalDamageTaken = message.totalDamageTaken); + message.totalStanceDamageTaken !== undefined && + (obj.totalStanceDamageTaken = message.totalStanceDamageTaken); + message.totalHpRecover !== undefined && + (obj.totalHpRecover = message.totalHpRecover); + message.stageId !== undefined && + (obj.stageId = Math.round(message.stageId)); + message.battleId !== undefined && + (obj.battleId = Math.round(message.battleId)); + message.monsterType !== undefined && + (obj.monsterType = Math.round(message.monsterType)); + if (message.attackTypeDamage) { + obj.attackTypeDamage = message.attackTypeDamage.map((e) => + e ? AttackDamageProperty.toJSON(e) : undefined + ); + } else { + obj.attackTypeDamage = []; + } + if (message.skillTimes) { + obj.skillTimes = message.skillTimes.map((e) => + e ? SkillUseProperty.toJSON(e) : undefined + ); + } else { + obj.skillTimes = []; + } + message.stageType !== undefined && + (obj.stageType = Math.round(message.stageType)); + message.totalBreakDamageTaken !== undefined && + (obj.totalBreakDamageTaken = message.totalBreakDamageTaken); + message.delayCumulate !== undefined && + (obj.delayCumulate = message.delayCumulate); + message.deathSource !== undefined && + (obj.deathSource = deathSourceToJSON(message.deathSource)); + message.wave !== undefined && (obj.wave = Math.round(message.wave)); + message.indexInWave !== undefined && + (obj.indexInWave = Math.round(message.indexInWave)); + message.phase !== undefined && (obj.phase = Math.round(message.phase)); + message.maxPhase !== undefined && + (obj.maxPhase = Math.round(message.maxPhase)); + message.battleTag !== undefined && + (obj.battleTag = battleTagToJSON(message.battleTag)); + return obj; + }, + + fromPartial, I>>( + object: I + ): MonsterBattleInfo { + const message = createBaseMonsterBattleInfo(); + message.entityId = object.entityId ?? 0; + message.monsterId = object.monsterId ?? 0; + message.monsterTemplateId = object.monsterTemplateId ?? 0; + message.monsterLevel = object.monsterLevel ?? 0; + message.monsterStatus = + object.monsterStatus !== undefined && object.monsterStatus !== null + ? MonsterProperty.fromPartial(object.monsterStatus) + : undefined; + message.totalTurns = object.totalTurns ?? 0; + message.totalDamage = object.totalDamage ?? 0; + message.totalHeal = object.totalHeal ?? 0; + message.totalDamageTaken = object.totalDamageTaken ?? 0; + message.totalStanceDamageTaken = object.totalStanceDamageTaken ?? 0; + message.totalHpRecover = object.totalHpRecover ?? 0; + message.stageId = object.stageId ?? 0; + message.battleId = object.battleId ?? 0; + message.monsterType = object.monsterType ?? 0; + message.attackTypeDamage = + object.attackTypeDamage?.map((e) => + AttackDamageProperty.fromPartial(e) + ) || []; + message.skillTimes = + object.skillTimes?.map((e) => SkillUseProperty.fromPartial(e)) || []; + message.stageType = object.stageType ?? 0; + message.totalBreakDamageTaken = object.totalBreakDamageTaken ?? 0; + message.delayCumulate = object.delayCumulate ?? 0; + message.deathSource = object.deathSource ?? 0; + message.wave = object.wave ?? 0; + message.indexInWave = object.indexInWave ?? 0; + message.phase = object.phase ?? 0; + message.maxPhase = object.maxPhase ?? 0; + message.battleTag = object.battleTag ?? 0; + return message; + }, +}; + +function createBaseBattleStatistics(): BattleStatistics { + return { + totalBattleTurns: 0, + totalAutoTurns: 0, + avatarIdList: [], + ultraCnt: 0, + totalDelayCumulate: 0, + costTime: 0, + avatarBattleList: [], + monsterBattleList: [], + roundCnt: 0, + cocoonDeadWave: 0, + avatarBattleTurns: 0, + monsterBattleTurns: 0, + customValues: {}, + challengeScore: 0, + battleChallengeList: [], + }; +} + +export const BattleStatistics = { + encode( + message: BattleStatistics, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.totalBattleTurns !== 0) { + writer.uint32(8).uint32(message.totalBattleTurns); + } + if (message.totalAutoTurns !== 0) { + writer.uint32(16).uint32(message.totalAutoTurns); + } + writer.uint32(26).fork(); + for (const v of message.avatarIdList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.ultraCnt !== 0) { + writer.uint32(32).uint32(message.ultraCnt); + } + if (message.totalDelayCumulate !== 0) { + writer.uint32(41).double(message.totalDelayCumulate); + } + if (message.costTime !== 0) { + writer.uint32(49).double(message.costTime); + } + for (const v of message.avatarBattleList) { + AvatarBattleInfo.encode(v!, writer.uint32(58).fork()).ldelim(); + } + for (const v of message.monsterBattleList) { + MonsterBattleInfo.encode(v!, writer.uint32(66).fork()).ldelim(); + } + if (message.roundCnt !== 0) { + writer.uint32(72).uint32(message.roundCnt); + } + if (message.cocoonDeadWave !== 0) { + writer.uint32(80).uint32(message.cocoonDeadWave); + } + if (message.avatarBattleTurns !== 0) { + writer.uint32(88).uint32(message.avatarBattleTurns); + } + if (message.monsterBattleTurns !== 0) { + writer.uint32(96).uint32(message.monsterBattleTurns); + } + Object.entries(message.customValues).forEach(([key, value]) => { + BattleStatistics_CustomValuesEntry.encode( + { key: key as any, value }, + writer.uint32(106).fork() + ).ldelim(); + }); + if (message.challengeScore !== 0) { + writer.uint32(112).uint32(message.challengeScore); + } + writer.uint32(122).fork(); + for (const v of message.battleChallengeList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleStatistics { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleStatistics(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.totalBattleTurns = reader.uint32(); + break; + case 2: + message.totalAutoTurns = reader.uint32(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.avatarIdList.push(reader.uint32()); + } + } else { + message.avatarIdList.push(reader.uint32()); + } + break; + case 4: + message.ultraCnt = reader.uint32(); + break; + case 5: + message.totalDelayCumulate = reader.double(); + break; + case 6: + message.costTime = reader.double(); + break; + case 7: + message.avatarBattleList.push( + AvatarBattleInfo.decode(reader, reader.uint32()) + ); + break; + case 8: + message.monsterBattleList.push( + MonsterBattleInfo.decode(reader, reader.uint32()) + ); + break; + case 9: + message.roundCnt = reader.uint32(); + break; + case 10: + message.cocoonDeadWave = reader.uint32(); + break; + case 11: + message.avatarBattleTurns = reader.uint32(); + break; + case 12: + message.monsterBattleTurns = reader.uint32(); + break; + case 13: + const entry13 = BattleStatistics_CustomValuesEntry.decode( + reader, + reader.uint32() + ); + if (entry13.value !== undefined) { + message.customValues[entry13.key] = entry13.value; + } + break; + case 14: + message.challengeScore = reader.uint32(); + break; + case 15: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.battleChallengeList.push(reader.uint32()); + } + } else { + message.battleChallengeList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleStatistics { + return { + totalBattleTurns: isSet(object.totalBattleTurns) + ? Number(object.totalBattleTurns) + : 0, + totalAutoTurns: isSet(object.totalAutoTurns) + ? Number(object.totalAutoTurns) + : 0, + avatarIdList: Array.isArray(object?.avatarIdList) + ? object.avatarIdList.map((e: any) => Number(e)) + : [], + ultraCnt: isSet(object.ultraCnt) ? Number(object.ultraCnt) : 0, + totalDelayCumulate: isSet(object.totalDelayCumulate) + ? Number(object.totalDelayCumulate) + : 0, + costTime: isSet(object.costTime) ? Number(object.costTime) : 0, + avatarBattleList: Array.isArray(object?.avatarBattleList) + ? object.avatarBattleList.map((e: any) => AvatarBattleInfo.fromJSON(e)) + : [], + monsterBattleList: Array.isArray(object?.monsterBattleList) + ? object.monsterBattleList.map((e: any) => + MonsterBattleInfo.fromJSON(e) + ) + : [], + roundCnt: isSet(object.roundCnt) ? Number(object.roundCnt) : 0, + cocoonDeadWave: isSet(object.cocoonDeadWave) + ? Number(object.cocoonDeadWave) + : 0, + avatarBattleTurns: isSet(object.avatarBattleTurns) + ? Number(object.avatarBattleTurns) + : 0, + monsterBattleTurns: isSet(object.monsterBattleTurns) + ? Number(object.monsterBattleTurns) + : 0, + customValues: isObject(object.customValues) + ? Object.entries(object.customValues).reduce<{ [key: string]: number }>( + (acc, [key, value]) => { + acc[key] = Number(value); + return acc; + }, + {} + ) + : {}, + challengeScore: isSet(object.challengeScore) + ? Number(object.challengeScore) + : 0, + battleChallengeList: Array.isArray(object?.battleChallengeList) + ? object.battleChallengeList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: BattleStatistics): unknown { + const obj: any = {}; + message.totalBattleTurns !== undefined && + (obj.totalBattleTurns = Math.round(message.totalBattleTurns)); + message.totalAutoTurns !== undefined && + (obj.totalAutoTurns = Math.round(message.totalAutoTurns)); + if (message.avatarIdList) { + obj.avatarIdList = message.avatarIdList.map((e) => Math.round(e)); + } else { + obj.avatarIdList = []; + } + message.ultraCnt !== undefined && + (obj.ultraCnt = Math.round(message.ultraCnt)); + message.totalDelayCumulate !== undefined && + (obj.totalDelayCumulate = message.totalDelayCumulate); + message.costTime !== undefined && (obj.costTime = message.costTime); + if (message.avatarBattleList) { + obj.avatarBattleList = message.avatarBattleList.map((e) => + e ? AvatarBattleInfo.toJSON(e) : undefined + ); + } else { + obj.avatarBattleList = []; + } + if (message.monsterBattleList) { + obj.monsterBattleList = message.monsterBattleList.map((e) => + e ? MonsterBattleInfo.toJSON(e) : undefined + ); + } else { + obj.monsterBattleList = []; + } + message.roundCnt !== undefined && + (obj.roundCnt = Math.round(message.roundCnt)); + message.cocoonDeadWave !== undefined && + (obj.cocoonDeadWave = Math.round(message.cocoonDeadWave)); + message.avatarBattleTurns !== undefined && + (obj.avatarBattleTurns = Math.round(message.avatarBattleTurns)); + message.monsterBattleTurns !== undefined && + (obj.monsterBattleTurns = Math.round(message.monsterBattleTurns)); + obj.customValues = {}; + if (message.customValues) { + Object.entries(message.customValues).forEach(([k, v]) => { + obj.customValues[k] = v; + }); + } + message.challengeScore !== undefined && + (obj.challengeScore = Math.round(message.challengeScore)); + if (message.battleChallengeList) { + obj.battleChallengeList = message.battleChallengeList.map((e) => + Math.round(e) + ); + } else { + obj.battleChallengeList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleStatistics { + const message = createBaseBattleStatistics(); + message.totalBattleTurns = object.totalBattleTurns ?? 0; + message.totalAutoTurns = object.totalAutoTurns ?? 0; + message.avatarIdList = object.avatarIdList?.map((e) => e) || []; + message.ultraCnt = object.ultraCnt ?? 0; + message.totalDelayCumulate = object.totalDelayCumulate ?? 0; + message.costTime = object.costTime ?? 0; + message.avatarBattleList = + object.avatarBattleList?.map((e) => AvatarBattleInfo.fromPartial(e)) || + []; + message.monsterBattleList = + object.monsterBattleList?.map((e) => MonsterBattleInfo.fromPartial(e)) || + []; + message.roundCnt = object.roundCnt ?? 0; + message.cocoonDeadWave = object.cocoonDeadWave ?? 0; + message.avatarBattleTurns = object.avatarBattleTurns ?? 0; + message.monsterBattleTurns = object.monsterBattleTurns ?? 0; + message.customValues = Object.entries(object.customValues ?? {}).reduce<{ + [key: string]: number; + }>((acc, [key, value]) => { + if (value !== undefined) { + acc[key] = Number(value); + } + return acc; + }, {}); + message.challengeScore = object.challengeScore ?? 0; + message.battleChallengeList = + object.battleChallengeList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseBattleStatistics_CustomValuesEntry(): BattleStatistics_CustomValuesEntry { + return { key: "", value: 0 }; +} + +export const BattleStatistics_CustomValuesEntry = { + encode( + message: BattleStatistics_CustomValuesEntry, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.key !== "") { + writer.uint32(10).string(message.key); + } + if (message.value !== 0) { + writer.uint32(21).float(message.value); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): BattleStatistics_CustomValuesEntry { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleStatistics_CustomValuesEntry(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.key = reader.string(); + break; + case 2: + message.value = reader.float(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleStatistics_CustomValuesEntry { + return { + key: isSet(object.key) ? String(object.key) : "", + value: isSet(object.value) ? Number(object.value) : 0, + }; + }, + + toJSON(message: BattleStatistics_CustomValuesEntry): unknown { + const obj: any = {}; + message.key !== undefined && (obj.key = message.key); + message.value !== undefined && (obj.value = message.value); + return obj; + }, + + fromPartial< + I extends Exact, I> + >(object: I): BattleStatistics_CustomValuesEntry { + const message = createBaseBattleStatistics_CustomValuesEntry(); + message.key = object.key ?? ""; + message.value = object.value ?? 0; + return message; + }, +}; + +function createBaseHeroPath(): HeroPath { + return { heroPathType: 0, level: 0, exp: 0 }; +} + +export const HeroPath = { + encode( + message: HeroPath, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.heroPathType !== 0) { + writer.uint32(8).uint32(message.heroPathType); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + if (message.exp !== 0) { + writer.uint32(24).uint32(message.exp); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): HeroPath { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseHeroPath(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.heroPathType = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + case 3: + message.exp = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): HeroPath { + return { + heroPathType: isSet(object.heroPathType) + ? Number(object.heroPathType) + : 0, + level: isSet(object.level) ? Number(object.level) : 0, + exp: isSet(object.exp) ? Number(object.exp) : 0, + }; + }, + + toJSON(message: HeroPath): unknown { + const obj: any = {}; + message.heroPathType !== undefined && + (obj.heroPathType = Math.round(message.heroPathType)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.exp !== undefined && (obj.exp = Math.round(message.exp)); + return obj; + }, + + fromPartial, I>>(object: I): HeroPath { + const message = createBaseHeroPath(); + message.heroPathType = object.heroPathType ?? 0; + message.level = object.level ?? 0; + message.exp = object.exp ?? 0; + return message; + }, +}; + +function createBaseBattleResult(): BattleResult { + return { + retcode: 0, + endStatus: 0, + stt: undefined, + gameCoreLogEncode: new Uint8Array(), + tags: {}, + mismatchTurnCount: 0, + }; +} + +export const BattleResult = { + encode( + message: BattleResult, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).int32(message.retcode); + } + if (message.endStatus !== 0) { + writer.uint32(16).int32(message.endStatus); + } + if (message.stt !== undefined) { + BattleStatistics.encode(message.stt, writer.uint32(26).fork()).ldelim(); + } + if (message.gameCoreLogEncode.length !== 0) { + writer.uint32(34).bytes(message.gameCoreLogEncode); + } + Object.entries(message.tags).forEach(([key, value]) => { + BattleResult_TagsEntry.encode( + { key: key as any, value }, + writer.uint32(42).fork() + ).ldelim(); + }); + if (message.mismatchTurnCount !== 0) { + writer.uint32(48).uint32(message.mismatchTurnCount); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BattleResult { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleResult(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.int32() as any; + break; + case 2: + message.endStatus = reader.int32() as any; + break; + case 3: + message.stt = BattleStatistics.decode(reader, reader.uint32()); + break; + case 4: + message.gameCoreLogEncode = reader.bytes(); + break; + case 5: + const entry5 = BattleResult_TagsEntry.decode(reader, reader.uint32()); + if (entry5.value !== undefined) { + message.tags[entry5.key] = entry5.value; + } + break; + case 6: + message.mismatchTurnCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleResult { + return { + retcode: isSet(object.retcode) + ? battleCheckResultTypeFromJSON(object.retcode) + : 0, + endStatus: isSet(object.endStatus) + ? battleEndStatusFromJSON(object.endStatus) + : 0, + stt: isSet(object.stt) + ? BattleStatistics.fromJSON(object.stt) + : undefined, + gameCoreLogEncode: isSet(object.gameCoreLogEncode) + ? bytesFromBase64(object.gameCoreLogEncode) + : new Uint8Array(), + tags: isObject(object.tags) + ? Object.entries(object.tags).reduce<{ [key: string]: number }>( + (acc, [key, value]) => { + acc[key] = Number(value); + return acc; + }, + {} + ) + : {}, + mismatchTurnCount: isSet(object.mismatchTurnCount) + ? Number(object.mismatchTurnCount) + : 0, + }; + }, + + toJSON(message: BattleResult): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = battleCheckResultTypeToJSON(message.retcode)); + message.endStatus !== undefined && + (obj.endStatus = battleEndStatusToJSON(message.endStatus)); + message.stt !== undefined && + (obj.stt = message.stt + ? BattleStatistics.toJSON(message.stt) + : undefined); + message.gameCoreLogEncode !== undefined && + (obj.gameCoreLogEncode = base64FromBytes( + message.gameCoreLogEncode !== undefined + ? message.gameCoreLogEncode + : new Uint8Array() + )); + obj.tags = {}; + if (message.tags) { + Object.entries(message.tags).forEach(([k, v]) => { + obj.tags[k] = Math.round(v); + }); + } + message.mismatchTurnCount !== undefined && + (obj.mismatchTurnCount = Math.round(message.mismatchTurnCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleResult { + const message = createBaseBattleResult(); + message.retcode = object.retcode ?? 0; + message.endStatus = object.endStatus ?? 0; + message.stt = + object.stt !== undefined && object.stt !== null + ? BattleStatistics.fromPartial(object.stt) + : undefined; + message.gameCoreLogEncode = object.gameCoreLogEncode ?? new Uint8Array(); + message.tags = Object.entries(object.tags ?? {}).reduce<{ + [key: string]: number; + }>((acc, [key, value]) => { + if (value !== undefined) { + acc[key] = Number(value); + } + return acc; + }, {}); + message.mismatchTurnCount = object.mismatchTurnCount ?? 0; + return message; + }, +}; + +function createBaseBattleResult_TagsEntry(): BattleResult_TagsEntry { + return { key: "", value: 0 }; +} + +export const BattleResult_TagsEntry = { + encode( + message: BattleResult_TagsEntry, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.key !== "") { + writer.uint32(10).string(message.key); + } + if (message.value !== 0) { + writer.uint32(16).uint32(message.value); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): BattleResult_TagsEntry { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBattleResult_TagsEntry(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.key = reader.string(); + break; + case 2: + message.value = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BattleResult_TagsEntry { + return { + key: isSet(object.key) ? String(object.key) : "", + value: isSet(object.value) ? Number(object.value) : 0, + }; + }, + + toJSON(message: BattleResult_TagsEntry): unknown { + const obj: any = {}; + message.key !== undefined && (obj.key = message.key); + message.value !== undefined && (obj.value = Math.round(message.value)); + return obj; + }, + + fromPartial, I>>( + object: I + ): BattleResult_TagsEntry { + const message = createBaseBattleResult_TagsEntry(); + message.key = object.key ?? ""; + message.value = object.value ?? 0; + return message; + }, +}; + +function createBaseCharacterSnapshot(): CharacterSnapshot { + return { runtimeId: 0, properties: [] }; +} + +export const CharacterSnapshot = { + encode( + message: CharacterSnapshot, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.runtimeId !== 0) { + writer.uint32(8).uint32(message.runtimeId); + } + writer.uint32(18).fork(); + for (const v of message.properties) { + writer.uint64(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): CharacterSnapshot { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseCharacterSnapshot(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.runtimeId = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.properties.push(longToNumber(reader.uint64() as Long)); + } + } else { + message.properties.push(longToNumber(reader.uint64() as Long)); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): CharacterSnapshot { + return { + runtimeId: isSet(object.runtimeId) ? Number(object.runtimeId) : 0, + properties: Array.isArray(object?.properties) + ? object.properties.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: CharacterSnapshot): unknown { + const obj: any = {}; + message.runtimeId !== undefined && + (obj.runtimeId = Math.round(message.runtimeId)); + if (message.properties) { + obj.properties = message.properties.map((e) => Math.round(e)); + } else { + obj.properties = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): CharacterSnapshot { + const message = createBaseCharacterSnapshot(); + message.runtimeId = object.runtimeId ?? 0; + message.properties = object.properties?.map((e) => e) || []; + return message; + }, +}; + +function createBaseAnimEventSnapshot(): AnimEventSnapshot { + return { eventName: "", count: 0 }; +} + +export const AnimEventSnapshot = { + encode( + message: AnimEventSnapshot, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.eventName !== "") { + writer.uint32(10).string(message.eventName); + } + if (message.count !== 0) { + writer.uint32(16).uint32(message.count); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AnimEventSnapshot { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAnimEventSnapshot(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.eventName = reader.string(); + break; + case 2: + message.count = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AnimEventSnapshot { + return { + eventName: isSet(object.eventName) ? String(object.eventName) : "", + count: isSet(object.count) ? Number(object.count) : 0, + }; + }, + + toJSON(message: AnimEventSnapshot): unknown { + const obj: any = {}; + message.eventName !== undefined && (obj.eventName = message.eventName); + message.count !== undefined && (obj.count = Math.round(message.count)); + return obj; + }, + + fromPartial, I>>( + object: I + ): AnimEventSnapshot { + const message = createBaseAnimEventSnapshot(); + message.eventName = object.eventName ?? ""; + message.count = object.count ?? 0; + return message; + }, +}; + +function createBaseLoginActivityData(): LoginActivityData { + return { id: 0, loginDays: 0, hasTakenLoginActivityRewardDaysList: [] }; +} + +export const LoginActivityData = { + encode( + message: LoginActivityData, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.loginDays !== 0) { + writer.uint32(16).uint32(message.loginDays); + } + writer.uint32(26).fork(); + for (const v of message.hasTakenLoginActivityRewardDaysList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LoginActivityData { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLoginActivityData(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.loginDays = reader.uint32(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.hasTakenLoginActivityRewardDaysList.push(reader.uint32()); + } + } else { + message.hasTakenLoginActivityRewardDaysList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LoginActivityData { + return { + id: isSet(object.id) ? Number(object.id) : 0, + loginDays: isSet(object.loginDays) ? Number(object.loginDays) : 0, + hasTakenLoginActivityRewardDaysList: Array.isArray( + object?.hasTakenLoginActivityRewardDaysList + ) + ? object.hasTakenLoginActivityRewardDaysList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: LoginActivityData): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.loginDays !== undefined && + (obj.loginDays = Math.round(message.loginDays)); + if (message.hasTakenLoginActivityRewardDaysList) { + obj.hasTakenLoginActivityRewardDaysList = + message.hasTakenLoginActivityRewardDaysList.map((e) => Math.round(e)); + } else { + obj.hasTakenLoginActivityRewardDaysList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): LoginActivityData { + const message = createBaseLoginActivityData(); + message.id = object.id ?? 0; + message.loginDays = object.loginDays ?? 0; + message.hasTakenLoginActivityRewardDaysList = + object.hasTakenLoginActivityRewardDaysList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetLoginActivityCsReq(): GetLoginActivityCsReq { + return {}; +} + +export const GetLoginActivityCsReq = { + encode( + _: GetLoginActivityCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetLoginActivityCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetLoginActivityCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetLoginActivityCsReq { + return {}; + }, + + toJSON(_: GetLoginActivityCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetLoginActivityCsReq { + const message = createBaseGetLoginActivityCsReq(); + return message; + }, +}; + +function createBaseGetLoginActivityScRsp(): GetLoginActivityScRsp { + return { retcode: 0, loginActivityList: [] }; +} + +export const GetLoginActivityScRsp = { + encode( + message: GetLoginActivityScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.loginActivityList) { + LoginActivityData.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetLoginActivityScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetLoginActivityScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.loginActivityList.push( + LoginActivityData.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetLoginActivityScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + loginActivityList: Array.isArray(object?.loginActivityList) + ? object.loginActivityList.map((e: any) => + LoginActivityData.fromJSON(e) + ) + : [], + }; + }, + + toJSON(message: GetLoginActivityScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.loginActivityList) { + obj.loginActivityList = message.loginActivityList.map((e) => + e ? LoginActivityData.toJSON(e) : undefined + ); + } else { + obj.loginActivityList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetLoginActivityScRsp { + const message = createBaseGetLoginActivityScRsp(); + message.retcode = object.retcode ?? 0; + message.loginActivityList = + object.loginActivityList?.map((e) => LoginActivityData.fromPartial(e)) || + []; + return message; + }, +}; + +function createBaseTakeLoginActivityRewardCsReq(): TakeLoginActivityRewardCsReq { + return { id: 0, takeDays: 0 }; +} + +export const TakeLoginActivityRewardCsReq = { + encode( + message: TakeLoginActivityRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.takeDays !== 0) { + writer.uint32(16).uint32(message.takeDays); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeLoginActivityRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeLoginActivityRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.takeDays = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeLoginActivityRewardCsReq { + return { + id: isSet(object.id) ? Number(object.id) : 0, + takeDays: isSet(object.takeDays) ? Number(object.takeDays) : 0, + }; + }, + + toJSON(message: TakeLoginActivityRewardCsReq): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.takeDays !== undefined && + (obj.takeDays = Math.round(message.takeDays)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeLoginActivityRewardCsReq { + const message = createBaseTakeLoginActivityRewardCsReq(); + message.id = object.id ?? 0; + message.takeDays = object.takeDays ?? 0; + return message; + }, +}; + +function createBaseTakeLoginActivityRewardScRsp(): TakeLoginActivityRewardScRsp { + return { retcode: 0, id: 0, takeDays: 0, reward: undefined }; +} + +export const TakeLoginActivityRewardScRsp = { + encode( + message: TakeLoginActivityRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.id !== 0) { + writer.uint32(16).uint32(message.id); + } + if (message.takeDays !== 0) { + writer.uint32(24).uint32(message.takeDays); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeLoginActivityRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeLoginActivityRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.id = reader.uint32(); + break; + case 3: + message.takeDays = reader.uint32(); + break; + case 4: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeLoginActivityRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + id: isSet(object.id) ? Number(object.id) : 0, + takeDays: isSet(object.takeDays) ? Number(object.takeDays) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: TakeLoginActivityRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.id !== undefined && (obj.id = Math.round(message.id)); + message.takeDays !== undefined && + (obj.takeDays = Math.round(message.takeDays)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeLoginActivityRewardScRsp { + const message = createBaseTakeLoginActivityRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.id = object.id ?? 0; + message.takeDays = object.takeDays ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseEnterAdventureCsReq(): EnterAdventureCsReq { + return { mapId: 0 }; +} + +export const EnterAdventureCsReq = { + encode( + message: EnterAdventureCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.mapId !== 0) { + writer.uint32(8).uint32(message.mapId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EnterAdventureCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterAdventureCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.mapId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterAdventureCsReq { + return { + mapId: isSet(object.mapId) ? Number(object.mapId) : 0, + }; + }, + + toJSON(message: EnterAdventureCsReq): unknown { + const obj: any = {}; + message.mapId !== undefined && (obj.mapId = Math.round(message.mapId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterAdventureCsReq { + const message = createBaseEnterAdventureCsReq(); + message.mapId = object.mapId ?? 0; + return message; + }, +}; + +function createBaseEnterAdventureScRsp(): EnterAdventureScRsp { + return { retcode: 0, scene: undefined }; +} + +export const EnterAdventureScRsp = { + encode( + message: EnterAdventureScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.scene !== undefined) { + SceneInfo.encode(message.scene, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EnterAdventureScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterAdventureScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.scene = SceneInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterAdventureScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + scene: isSet(object.scene) ? SceneInfo.fromJSON(object.scene) : undefined, + }; + }, + + toJSON(message: EnterAdventureScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.scene !== undefined && + (obj.scene = message.scene ? SceneInfo.toJSON(message.scene) : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterAdventureScRsp { + const message = createBaseEnterAdventureScRsp(); + message.retcode = object.retcode ?? 0; + message.scene = + object.scene !== undefined && object.scene !== null + ? SceneInfo.fromPartial(object.scene) + : undefined; + return message; + }, +}; + +function createBaseArchiveData(): ArchiveData { + return { itemIdList: [], monsterTemplateIdList: [] }; +} + +export const ArchiveData = { + encode( + message: ArchiveData, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.itemIdList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(18).fork(); + for (const v of message.monsterTemplateIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ArchiveData { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseArchiveData(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.itemIdList.push(reader.uint32()); + } + } else { + message.itemIdList.push(reader.uint32()); + } + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.monsterTemplateIdList.push(reader.uint32()); + } + } else { + message.monsterTemplateIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ArchiveData { + return { + itemIdList: Array.isArray(object?.itemIdList) + ? object.itemIdList.map((e: any) => Number(e)) + : [], + monsterTemplateIdList: Array.isArray(object?.monsterTemplateIdList) + ? object.monsterTemplateIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: ArchiveData): unknown { + const obj: any = {}; + if (message.itemIdList) { + obj.itemIdList = message.itemIdList.map((e) => Math.round(e)); + } else { + obj.itemIdList = []; + } + if (message.monsterTemplateIdList) { + obj.monsterTemplateIdList = message.monsterTemplateIdList.map((e) => + Math.round(e) + ); + } else { + obj.monsterTemplateIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): ArchiveData { + const message = createBaseArchiveData(); + message.itemIdList = object.itemIdList?.map((e) => e) || []; + message.monsterTemplateIdList = + object.monsterTemplateIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetArchiveDataCsReq(): GetArchiveDataCsReq { + return {}; +} + +export const GetArchiveDataCsReq = { + encode( + _: GetArchiveDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetArchiveDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetArchiveDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetArchiveDataCsReq { + return {}; + }, + + toJSON(_: GetArchiveDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetArchiveDataCsReq { + const message = createBaseGetArchiveDataCsReq(); + return message; + }, +}; + +function createBaseGetArchiveDataScRsp(): GetArchiveDataScRsp { + return { retcode: 0, archiveData: undefined }; +} + +export const GetArchiveDataScRsp = { + encode( + message: GetArchiveDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.archiveData !== undefined) { + ArchiveData.encode( + message.archiveData, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetArchiveDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetArchiveDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.archiveData = ArchiveData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetArchiveDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + archiveData: isSet(object.archiveData) + ? ArchiveData.fromJSON(object.archiveData) + : undefined, + }; + }, + + toJSON(message: GetArchiveDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.archiveData !== undefined && + (obj.archiveData = message.archiveData + ? ArchiveData.toJSON(message.archiveData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetArchiveDataScRsp { + const message = createBaseGetArchiveDataScRsp(); + message.retcode = object.retcode ?? 0; + message.archiveData = + object.archiveData !== undefined && object.archiveData !== null + ? ArchiveData.fromPartial(object.archiveData) + : undefined; + return message; + }, +}; + +function createBaseGetUpdatedArchiveDataCsReq(): GetUpdatedArchiveDataCsReq { + return {}; +} + +export const GetUpdatedArchiveDataCsReq = { + encode( + _: GetUpdatedArchiveDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetUpdatedArchiveDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetUpdatedArchiveDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetUpdatedArchiveDataCsReq { + return {}; + }, + + toJSON(_: GetUpdatedArchiveDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetUpdatedArchiveDataCsReq { + const message = createBaseGetUpdatedArchiveDataCsReq(); + return message; + }, +}; + +function createBaseGetUpdatedArchiveDataScRsp(): GetUpdatedArchiveDataScRsp { + return { retcode: 0, archiveData: undefined }; +} + +export const GetUpdatedArchiveDataScRsp = { + encode( + message: GetUpdatedArchiveDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.archiveData !== undefined) { + ArchiveData.encode( + message.archiveData, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetUpdatedArchiveDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetUpdatedArchiveDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.archiveData = ArchiveData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetUpdatedArchiveDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + archiveData: isSet(object.archiveData) + ? ArchiveData.fromJSON(object.archiveData) + : undefined, + }; + }, + + toJSON(message: GetUpdatedArchiveDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.archiveData !== undefined && + (obj.archiveData = message.archiveData + ? ArchiveData.toJSON(message.archiveData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetUpdatedArchiveDataScRsp { + const message = createBaseGetUpdatedArchiveDataScRsp(); + message.retcode = object.retcode ?? 0; + message.archiveData = + object.archiveData !== undefined && object.archiveData !== null + ? ArchiveData.fromPartial(object.archiveData) + : undefined; + return message; + }, +}; + +function createBaseGetAvatarDataCsReq(): GetAvatarDataCsReq { + return { isGetAll: false, baseAvatarIdList: [] }; +} + +export const GetAvatarDataCsReq = { + encode( + message: GetAvatarDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.isGetAll === true) { + writer.uint32(8).bool(message.isGetAll); + } + writer.uint32(18).fork(); + for (const v of message.baseAvatarIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetAvatarDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetAvatarDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.isGetAll = reader.bool(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.baseAvatarIdList.push(reader.uint32()); + } + } else { + message.baseAvatarIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetAvatarDataCsReq { + return { + isGetAll: isSet(object.isGetAll) ? Boolean(object.isGetAll) : false, + baseAvatarIdList: Array.isArray(object?.baseAvatarIdList) + ? object.baseAvatarIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetAvatarDataCsReq): unknown { + const obj: any = {}; + message.isGetAll !== undefined && (obj.isGetAll = message.isGetAll); + if (message.baseAvatarIdList) { + obj.baseAvatarIdList = message.baseAvatarIdList.map((e) => Math.round(e)); + } else { + obj.baseAvatarIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetAvatarDataCsReq { + const message = createBaseGetAvatarDataCsReq(); + message.isGetAll = object.isGetAll ?? false; + message.baseAvatarIdList = object.baseAvatarIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseEquipRelic(): EquipRelic { + return { type: 0, relicUniqueId: 0 }; +} + +export const EquipRelic = { + encode( + message: EquipRelic, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.type !== 0) { + writer.uint32(8).uint32(message.type); + } + if (message.relicUniqueId !== 0) { + writer.uint32(16).uint32(message.relicUniqueId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EquipRelic { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEquipRelic(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.type = reader.uint32(); + break; + case 2: + message.relicUniqueId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EquipRelic { + return { + type: isSet(object.type) ? Number(object.type) : 0, + relicUniqueId: isSet(object.relicUniqueId) + ? Number(object.relicUniqueId) + : 0, + }; + }, + + toJSON(message: EquipRelic): unknown { + const obj: any = {}; + message.type !== undefined && (obj.type = Math.round(message.type)); + message.relicUniqueId !== undefined && + (obj.relicUniqueId = Math.round(message.relicUniqueId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EquipRelic { + const message = createBaseEquipRelic(); + message.type = object.type ?? 0; + message.relicUniqueId = object.relicUniqueId ?? 0; + return message; + }, +}; + +function createBaseAvatar(): Avatar { + return { + baseAvatarId: 0, + exp: 0, + level: 0, + promotion: 0, + rank: 0, + skilltreeList: [], + equipmentUniqueId: 0, + equipRelicList: [], + }; +} + +export const Avatar = { + encode( + message: Avatar, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + if (message.exp !== 0) { + writer.uint32(16).uint32(message.exp); + } + if (message.level !== 0) { + writer.uint32(24).uint32(message.level); + } + if (message.promotion !== 0) { + writer.uint32(32).uint32(message.promotion); + } + if (message.rank !== 0) { + writer.uint32(40).uint32(message.rank); + } + for (const v of message.skilltreeList) { + AvatarSkillTree.encode(v!, writer.uint32(50).fork()).ldelim(); + } + if (message.equipmentUniqueId !== 0) { + writer.uint32(56).uint32(message.equipmentUniqueId); + } + for (const v of message.equipRelicList) { + EquipRelic.encode(v!, writer.uint32(66).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Avatar { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAvatar(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + case 2: + message.exp = reader.uint32(); + break; + case 3: + message.level = reader.uint32(); + break; + case 4: + message.promotion = reader.uint32(); + break; + case 5: + message.rank = reader.uint32(); + break; + case 6: + message.skilltreeList.push( + AvatarSkillTree.decode(reader, reader.uint32()) + ); + break; + case 7: + message.equipmentUniqueId = reader.uint32(); + break; + case 8: + message.equipRelicList.push( + EquipRelic.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Avatar { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + exp: isSet(object.exp) ? Number(object.exp) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + promotion: isSet(object.promotion) ? Number(object.promotion) : 0, + rank: isSet(object.rank) ? Number(object.rank) : 0, + skilltreeList: Array.isArray(object?.skilltreeList) + ? object.skilltreeList.map((e: any) => AvatarSkillTree.fromJSON(e)) + : [], + equipmentUniqueId: isSet(object.equipmentUniqueId) + ? Number(object.equipmentUniqueId) + : 0, + equipRelicList: Array.isArray(object?.equipRelicList) + ? object.equipRelicList.map((e: any) => EquipRelic.fromJSON(e)) + : [], + }; + }, + + toJSON(message: Avatar): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.exp !== undefined && (obj.exp = Math.round(message.exp)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.promotion !== undefined && + (obj.promotion = Math.round(message.promotion)); + message.rank !== undefined && (obj.rank = Math.round(message.rank)); + if (message.skilltreeList) { + obj.skilltreeList = message.skilltreeList.map((e) => + e ? AvatarSkillTree.toJSON(e) : undefined + ); + } else { + obj.skilltreeList = []; + } + message.equipmentUniqueId !== undefined && + (obj.equipmentUniqueId = Math.round(message.equipmentUniqueId)); + if (message.equipRelicList) { + obj.equipRelicList = message.equipRelicList.map((e) => + e ? EquipRelic.toJSON(e) : undefined + ); + } else { + obj.equipRelicList = []; + } + return obj; + }, + + fromPartial, I>>(object: I): Avatar { + const message = createBaseAvatar(); + message.baseAvatarId = object.baseAvatarId ?? 0; + message.exp = object.exp ?? 0; + message.level = object.level ?? 0; + message.promotion = object.promotion ?? 0; + message.rank = object.rank ?? 0; + message.skilltreeList = + object.skilltreeList?.map((e) => AvatarSkillTree.fromPartial(e)) || []; + message.equipmentUniqueId = object.equipmentUniqueId ?? 0; + message.equipRelicList = + object.equipRelicList?.map((e) => EquipRelic.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseGetAvatarDataScRsp(): GetAvatarDataScRsp { + return { retcode: 0, avatarList: [], isAll: false }; +} + +export const GetAvatarDataScRsp = { + encode( + message: GetAvatarDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.avatarList) { + Avatar.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.isAll === true) { + writer.uint32(24).bool(message.isAll); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetAvatarDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetAvatarDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.avatarList.push(Avatar.decode(reader, reader.uint32())); + break; + case 3: + message.isAll = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetAvatarDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + avatarList: Array.isArray(object?.avatarList) + ? object.avatarList.map((e: any) => Avatar.fromJSON(e)) + : [], + isAll: isSet(object.isAll) ? Boolean(object.isAll) : false, + }; + }, + + toJSON(message: GetAvatarDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.avatarList) { + obj.avatarList = message.avatarList.map((e) => + e ? Avatar.toJSON(e) : undefined + ); + } else { + obj.avatarList = []; + } + message.isAll !== undefined && (obj.isAll = message.isAll); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetAvatarDataScRsp { + const message = createBaseGetAvatarDataScRsp(); + message.retcode = object.retcode ?? 0; + message.avatarList = + object.avatarList?.map((e) => Avatar.fromPartial(e)) || []; + message.isAll = object.isAll ?? false; + return message; + }, +}; + +function createBaseAvatarExpUpCsReq(): AvatarExpUpCsReq { + return { baseAvatarId: 0, itemCost: undefined }; +} + +export const AvatarExpUpCsReq = { + encode( + message: AvatarExpUpCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + if (message.itemCost !== undefined) { + ItemCostData.encode(message.itemCost, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AvatarExpUpCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAvatarExpUpCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + case 2: + message.itemCost = ItemCostData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AvatarExpUpCsReq { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + itemCost: isSet(object.itemCost) + ? ItemCostData.fromJSON(object.itemCost) + : undefined, + }; + }, + + toJSON(message: AvatarExpUpCsReq): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.itemCost !== undefined && + (obj.itemCost = message.itemCost + ? ItemCostData.toJSON(message.itemCost) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): AvatarExpUpCsReq { + const message = createBaseAvatarExpUpCsReq(); + message.baseAvatarId = object.baseAvatarId ?? 0; + message.itemCost = + object.itemCost !== undefined && object.itemCost !== null + ? ItemCostData.fromPartial(object.itemCost) + : undefined; + return message; + }, +}; + +function createBaseAvatarExpUpScRsp(): AvatarExpUpScRsp { + return { retcode: 0, returnItemList: [] }; +} + +export const AvatarExpUpScRsp = { + encode( + message: AvatarExpUpScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.returnItemList) { + PileItem.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AvatarExpUpScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAvatarExpUpScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.returnItemList.push(PileItem.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AvatarExpUpScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + returnItemList: Array.isArray(object?.returnItemList) + ? object.returnItemList.map((e: any) => PileItem.fromJSON(e)) + : [], + }; + }, + + toJSON(message: AvatarExpUpScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.returnItemList) { + obj.returnItemList = message.returnItemList.map((e) => + e ? PileItem.toJSON(e) : undefined + ); + } else { + obj.returnItemList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): AvatarExpUpScRsp { + const message = createBaseAvatarExpUpScRsp(); + message.retcode = object.retcode ?? 0; + message.returnItemList = + object.returnItemList?.map((e) => PileItem.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseUnlockSkilltreeCsReq(): UnlockSkilltreeCsReq { + return { pointId: 0, level: 0, itemList: [] }; +} + +export const UnlockSkilltreeCsReq = { + encode( + message: UnlockSkilltreeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.pointId !== 0) { + writer.uint32(8).uint32(message.pointId); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + for (const v of message.itemList) { + ItemCost.encode(v!, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): UnlockSkilltreeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUnlockSkilltreeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.pointId = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + case 3: + message.itemList.push(ItemCost.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UnlockSkilltreeCsReq { + return { + pointId: isSet(object.pointId) ? Number(object.pointId) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + itemList: Array.isArray(object?.itemList) + ? object.itemList.map((e: any) => ItemCost.fromJSON(e)) + : [], + }; + }, + + toJSON(message: UnlockSkilltreeCsReq): unknown { + const obj: any = {}; + message.pointId !== undefined && + (obj.pointId = Math.round(message.pointId)); + message.level !== undefined && (obj.level = Math.round(message.level)); + if (message.itemList) { + obj.itemList = message.itemList.map((e) => + e ? ItemCost.toJSON(e) : undefined + ); + } else { + obj.itemList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): UnlockSkilltreeCsReq { + const message = createBaseUnlockSkilltreeCsReq(); + message.pointId = object.pointId ?? 0; + message.level = object.level ?? 0; + message.itemList = + object.itemList?.map((e) => ItemCost.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseUnlockSkilltreeScRsp(): UnlockSkilltreeScRsp { + return { retcode: 0, baseAvatarId: 0, pointId: 0, level: 0 }; +} + +export const UnlockSkilltreeScRsp = { + encode( + message: UnlockSkilltreeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.baseAvatarId !== 0) { + writer.uint32(16).uint32(message.baseAvatarId); + } + if (message.pointId !== 0) { + writer.uint32(24).uint32(message.pointId); + } + if (message.level !== 0) { + writer.uint32(32).uint32(message.level); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): UnlockSkilltreeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUnlockSkilltreeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.baseAvatarId = reader.uint32(); + break; + case 3: + message.pointId = reader.uint32(); + break; + case 4: + message.level = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UnlockSkilltreeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + pointId: isSet(object.pointId) ? Number(object.pointId) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + }; + }, + + toJSON(message: UnlockSkilltreeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.pointId !== undefined && + (obj.pointId = Math.round(message.pointId)); + message.level !== undefined && (obj.level = Math.round(message.level)); + return obj; + }, + + fromPartial, I>>( + object: I + ): UnlockSkilltreeScRsp { + const message = createBaseUnlockSkilltreeScRsp(); + message.retcode = object.retcode ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + message.pointId = object.pointId ?? 0; + message.level = object.level ?? 0; + return message; + }, +}; + +function createBasePromoteAvatarCsReq(): PromoteAvatarCsReq { + return { baseAvatarId: 0, itemList: [] }; +} + +export const PromoteAvatarCsReq = { + encode( + message: PromoteAvatarCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + for (const v of message.itemList) { + ItemCost.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PromoteAvatarCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePromoteAvatarCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + case 2: + message.itemList.push(ItemCost.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PromoteAvatarCsReq { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + itemList: Array.isArray(object?.itemList) + ? object.itemList.map((e: any) => ItemCost.fromJSON(e)) + : [], + }; + }, + + toJSON(message: PromoteAvatarCsReq): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + if (message.itemList) { + obj.itemList = message.itemList.map((e) => + e ? ItemCost.toJSON(e) : undefined + ); + } else { + obj.itemList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): PromoteAvatarCsReq { + const message = createBasePromoteAvatarCsReq(); + message.baseAvatarId = object.baseAvatarId ?? 0; + message.itemList = + object.itemList?.map((e) => ItemCost.fromPartial(e)) || []; + return message; + }, +}; + +function createBasePromoteAvatarScRsp(): PromoteAvatarScRsp { + return { retcode: 0 }; +} + +export const PromoteAvatarScRsp = { + encode( + message: PromoteAvatarScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PromoteAvatarScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePromoteAvatarScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PromoteAvatarScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: PromoteAvatarScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): PromoteAvatarScRsp { + const message = createBasePromoteAvatarScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseDressAvatarCsReq(): DressAvatarCsReq { + return { equipmentUniqueId: 0, baseAvatarId: 0 }; +} + +export const DressAvatarCsReq = { + encode( + message: DressAvatarCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.equipmentUniqueId !== 0) { + writer.uint32(8).uint32(message.equipmentUniqueId); + } + if (message.baseAvatarId !== 0) { + writer.uint32(16).uint32(message.baseAvatarId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DressAvatarCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDressAvatarCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.equipmentUniqueId = reader.uint32(); + break; + case 2: + message.baseAvatarId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DressAvatarCsReq { + return { + equipmentUniqueId: isSet(object.equipmentUniqueId) + ? Number(object.equipmentUniqueId) + : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + }; + }, + + toJSON(message: DressAvatarCsReq): unknown { + const obj: any = {}; + message.equipmentUniqueId !== undefined && + (obj.equipmentUniqueId = Math.round(message.equipmentUniqueId)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DressAvatarCsReq { + const message = createBaseDressAvatarCsReq(); + message.equipmentUniqueId = object.equipmentUniqueId ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + return message; + }, +}; + +function createBaseDressAvatarScRsp(): DressAvatarScRsp { + return { retcode: 0 }; +} + +export const DressAvatarScRsp = { + encode( + message: DressAvatarScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DressAvatarScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDressAvatarScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DressAvatarScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: DressAvatarScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DressAvatarScRsp { + const message = createBaseDressAvatarScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseTakeOffEquipmentCsReq(): TakeOffEquipmentCsReq { + return { baseAvatarId: 0 }; +} + +export const TakeOffEquipmentCsReq = { + encode( + message: TakeOffEquipmentCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeOffEquipmentCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeOffEquipmentCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeOffEquipmentCsReq { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + }; + }, + + toJSON(message: TakeOffEquipmentCsReq): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeOffEquipmentCsReq { + const message = createBaseTakeOffEquipmentCsReq(); + message.baseAvatarId = object.baseAvatarId ?? 0; + return message; + }, +}; + +function createBaseTakeOffEquipmentScRsp(): TakeOffEquipmentScRsp { + return { retcode: 0 }; +} + +export const TakeOffEquipmentScRsp = { + encode( + message: TakeOffEquipmentScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeOffEquipmentScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeOffEquipmentScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeOffEquipmentScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: TakeOffEquipmentScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeOffEquipmentScRsp { + const message = createBaseTakeOffEquipmentScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseAddAvatarScNotify(): AddAvatarScNotify { + return { baseAvatarId: 0, reward: undefined, src: 0 }; +} + +export const AddAvatarScNotify = { + encode( + message: AddAvatarScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + if (message.src !== 0) { + writer.uint32(24).int32(message.src); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AddAvatarScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAddAvatarScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + case 3: + message.src = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AddAvatarScNotify { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + src: isSet(object.src) ? addAvatarSrcFromJSON(object.src) : 0, + }; + }, + + toJSON(message: AddAvatarScNotify): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + message.src !== undefined && (obj.src = addAvatarSrcToJSON(message.src)); + return obj; + }, + + fromPartial, I>>( + object: I + ): AddAvatarScNotify { + const message = createBaseAddAvatarScNotify(); + message.baseAvatarId = object.baseAvatarId ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + message.src = object.src ?? 0; + return message; + }, +}; + +function createBaseRankUpAvatarCsReq(): RankUpAvatarCsReq { + return { baseAvatarId: 0, rank: 0, costData: undefined }; +} + +export const RankUpAvatarCsReq = { + encode( + message: RankUpAvatarCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + if (message.rank !== 0) { + writer.uint32(16).uint32(message.rank); + } + if (message.costData !== undefined) { + ItemCostData.encode(message.costData, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RankUpAvatarCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRankUpAvatarCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + case 2: + message.rank = reader.uint32(); + break; + case 3: + message.costData = ItemCostData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RankUpAvatarCsReq { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + rank: isSet(object.rank) ? Number(object.rank) : 0, + costData: isSet(object.costData) + ? ItemCostData.fromJSON(object.costData) + : undefined, + }; + }, + + toJSON(message: RankUpAvatarCsReq): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.rank !== undefined && (obj.rank = Math.round(message.rank)); + message.costData !== undefined && + (obj.costData = message.costData + ? ItemCostData.toJSON(message.costData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): RankUpAvatarCsReq { + const message = createBaseRankUpAvatarCsReq(); + message.baseAvatarId = object.baseAvatarId ?? 0; + message.rank = object.rank ?? 0; + message.costData = + object.costData !== undefined && object.costData !== null + ? ItemCostData.fromPartial(object.costData) + : undefined; + return message; + }, +}; + +function createBaseRankUpAvatarScRsp(): RankUpAvatarScRsp { + return { retcode: 0 }; +} + +export const RankUpAvatarScRsp = { + encode( + message: RankUpAvatarScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RankUpAvatarScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRankUpAvatarScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RankUpAvatarScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: RankUpAvatarScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RankUpAvatarScRsp { + const message = createBaseRankUpAvatarScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseDressRelicAvatarCsReq(): DressRelicAvatarCsReq { + return { relicType: 0, relicUniqueId: 0, baseAvatarId: 0 }; +} + +export const DressRelicAvatarCsReq = { + encode( + message: DressRelicAvatarCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.relicType !== 0) { + writer.uint32(8).uint32(message.relicType); + } + if (message.relicUniqueId !== 0) { + writer.uint32(16).uint32(message.relicUniqueId); + } + if (message.baseAvatarId !== 0) { + writer.uint32(24).uint32(message.baseAvatarId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): DressRelicAvatarCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDressRelicAvatarCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.relicType = reader.uint32(); + break; + case 2: + message.relicUniqueId = reader.uint32(); + break; + case 3: + message.baseAvatarId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DressRelicAvatarCsReq { + return { + relicType: isSet(object.relicType) ? Number(object.relicType) : 0, + relicUniqueId: isSet(object.relicUniqueId) + ? Number(object.relicUniqueId) + : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + }; + }, + + toJSON(message: DressRelicAvatarCsReq): unknown { + const obj: any = {}; + message.relicType !== undefined && + (obj.relicType = Math.round(message.relicType)); + message.relicUniqueId !== undefined && + (obj.relicUniqueId = Math.round(message.relicUniqueId)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DressRelicAvatarCsReq { + const message = createBaseDressRelicAvatarCsReq(); + message.relicType = object.relicType ?? 0; + message.relicUniqueId = object.relicUniqueId ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + return message; + }, +}; + +function createBaseDressRelicAvatarScRsp(): DressRelicAvatarScRsp { + return { retcode: 0 }; +} + +export const DressRelicAvatarScRsp = { + encode( + message: DressRelicAvatarScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): DressRelicAvatarScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDressRelicAvatarScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DressRelicAvatarScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: DressRelicAvatarScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DressRelicAvatarScRsp { + const message = createBaseDressRelicAvatarScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseTakeOffRelicCsReq(): TakeOffRelicCsReq { + return { relicType: 0, baseAvatarId: 0 }; +} + +export const TakeOffRelicCsReq = { + encode( + message: TakeOffRelicCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.relicType !== 0) { + writer.uint32(8).uint32(message.relicType); + } + if (message.baseAvatarId !== 0) { + writer.uint32(16).uint32(message.baseAvatarId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): TakeOffRelicCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeOffRelicCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.relicType = reader.uint32(); + break; + case 2: + message.baseAvatarId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeOffRelicCsReq { + return { + relicType: isSet(object.relicType) ? Number(object.relicType) : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + }; + }, + + toJSON(message: TakeOffRelicCsReq): unknown { + const obj: any = {}; + message.relicType !== undefined && + (obj.relicType = Math.round(message.relicType)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeOffRelicCsReq { + const message = createBaseTakeOffRelicCsReq(); + message.relicType = object.relicType ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + return message; + }, +}; + +function createBaseTakeOffRelicScRsp(): TakeOffRelicScRsp { + return { retcode: 0 }; +} + +export const TakeOffRelicScRsp = { + encode( + message: TakeOffRelicScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): TakeOffRelicScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeOffRelicScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeOffRelicScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: TakeOffRelicScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeOffRelicScRsp { + const message = createBaseTakeOffRelicScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBasePVEBattleResultCsReq(): PVEBattleResultCsReq { + return { + stageId: 0, + opList: [], + turnSnapshotHash: new Uint8Array(), + costTime: 0, + debugExtraInfo: "", + resVersion: 0, + isAiConsiderUltraSkill: false, + endStatus: 0, + stt: undefined, + battleId: 0, + }; +} + +export const PVEBattleResultCsReq = { + encode( + message: PVEBattleResultCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.stageId !== 0) { + writer.uint32(8).uint32(message.stageId); + } + for (const v of message.opList) { + BattleOp.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.turnSnapshotHash.length !== 0) { + writer.uint32(26).bytes(message.turnSnapshotHash); + } + if (message.costTime !== 0) { + writer.uint32(32).uint32(message.costTime); + } + if (message.debugExtraInfo !== "") { + writer.uint32(42).string(message.debugExtraInfo); + } + if (message.resVersion !== 0) { + writer.uint32(48).uint32(message.resVersion); + } + if (message.isAiConsiderUltraSkill === true) { + writer.uint32(56).bool(message.isAiConsiderUltraSkill); + } + if (message.endStatus !== 0) { + writer.uint32(64).int32(message.endStatus); + } + if (message.stt !== undefined) { + BattleStatistics.encode(message.stt, writer.uint32(74).fork()).ldelim(); + } + if (message.battleId !== 0) { + writer.uint32(80).uint32(message.battleId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): PVEBattleResultCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePVEBattleResultCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.stageId = reader.uint32(); + break; + case 2: + message.opList.push(BattleOp.decode(reader, reader.uint32())); + break; + case 3: + message.turnSnapshotHash = reader.bytes(); + break; + case 4: + message.costTime = reader.uint32(); + break; + case 5: + message.debugExtraInfo = reader.string(); + break; + case 6: + message.resVersion = reader.uint32(); + break; + case 7: + message.isAiConsiderUltraSkill = reader.bool(); + break; + case 8: + message.endStatus = reader.int32() as any; + break; + case 9: + message.stt = BattleStatistics.decode(reader, reader.uint32()); + break; + case 10: + message.battleId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PVEBattleResultCsReq { + return { + stageId: isSet(object.stageId) ? Number(object.stageId) : 0, + opList: Array.isArray(object?.opList) + ? object.opList.map((e: any) => BattleOp.fromJSON(e)) + : [], + turnSnapshotHash: isSet(object.turnSnapshotHash) + ? bytesFromBase64(object.turnSnapshotHash) + : new Uint8Array(), + costTime: isSet(object.costTime) ? Number(object.costTime) : 0, + debugExtraInfo: isSet(object.debugExtraInfo) + ? String(object.debugExtraInfo) + : "", + resVersion: isSet(object.resVersion) ? Number(object.resVersion) : 0, + isAiConsiderUltraSkill: isSet(object.isAiConsiderUltraSkill) + ? Boolean(object.isAiConsiderUltraSkill) + : false, + endStatus: isSet(object.endStatus) + ? battleEndStatusFromJSON(object.endStatus) + : 0, + stt: isSet(object.stt) + ? BattleStatistics.fromJSON(object.stt) + : undefined, + battleId: isSet(object.battleId) ? Number(object.battleId) : 0, + }; + }, + + toJSON(message: PVEBattleResultCsReq): unknown { + const obj: any = {}; + message.stageId !== undefined && + (obj.stageId = Math.round(message.stageId)); + if (message.opList) { + obj.opList = message.opList.map((e) => + e ? BattleOp.toJSON(e) : undefined + ); + } else { + obj.opList = []; + } + message.turnSnapshotHash !== undefined && + (obj.turnSnapshotHash = base64FromBytes( + message.turnSnapshotHash !== undefined + ? message.turnSnapshotHash + : new Uint8Array() + )); + message.costTime !== undefined && + (obj.costTime = Math.round(message.costTime)); + message.debugExtraInfo !== undefined && + (obj.debugExtraInfo = message.debugExtraInfo); + message.resVersion !== undefined && + (obj.resVersion = Math.round(message.resVersion)); + message.isAiConsiderUltraSkill !== undefined && + (obj.isAiConsiderUltraSkill = message.isAiConsiderUltraSkill); + message.endStatus !== undefined && + (obj.endStatus = battleEndStatusToJSON(message.endStatus)); + message.stt !== undefined && + (obj.stt = message.stt + ? BattleStatistics.toJSON(message.stt) + : undefined); + message.battleId !== undefined && + (obj.battleId = Math.round(message.battleId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): PVEBattleResultCsReq { + const message = createBasePVEBattleResultCsReq(); + message.stageId = object.stageId ?? 0; + message.opList = object.opList?.map((e) => BattleOp.fromPartial(e)) || []; + message.turnSnapshotHash = object.turnSnapshotHash ?? new Uint8Array(); + message.costTime = object.costTime ?? 0; + message.debugExtraInfo = object.debugExtraInfo ?? ""; + message.resVersion = object.resVersion ?? 0; + message.isAiConsiderUltraSkill = object.isAiConsiderUltraSkill ?? false; + message.endStatus = object.endStatus ?? 0; + message.stt = + object.stt !== undefined && object.stt !== null + ? BattleStatistics.fromPartial(object.stt) + : undefined; + message.battleId = object.battleId ?? 0; + return message; + }, +}; + +function createBasePVEBattleResultScRsp(): PVEBattleResultScRsp { + return { + retcode: 0, + stageId: 0, + curFinishChallenge: 0, + dropData: undefined, + avatarExpReward: 0, + binVer: "", + resVer: "", + battleId: 0, + endStatus: 0, + extraDropData: undefined, + checkIdentical: false, + eventId: 0, + mismatchTurnCount: 0, + }; +} + +export const PVEBattleResultScRsp = { + encode( + message: PVEBattleResultScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.stageId !== 0) { + writer.uint32(16).uint32(message.stageId); + } + if (message.curFinishChallenge !== 0) { + writer.uint32(24).uint32(message.curFinishChallenge); + } + if (message.dropData !== undefined) { + ItemList.encode(message.dropData, writer.uint32(34).fork()).ldelim(); + } + if (message.avatarExpReward !== 0) { + writer.uint32(40).uint32(message.avatarExpReward); + } + if (message.binVer !== "") { + writer.uint32(50).string(message.binVer); + } + if (message.resVer !== "") { + writer.uint32(58).string(message.resVer); + } + if (message.battleId !== 0) { + writer.uint32(64).uint32(message.battleId); + } + if (message.endStatus !== 0) { + writer.uint32(72).int32(message.endStatus); + } + if (message.extraDropData !== undefined) { + ItemList.encode(message.extraDropData, writer.uint32(82).fork()).ldelim(); + } + if (message.checkIdentical === true) { + writer.uint32(88).bool(message.checkIdentical); + } + if (message.eventId !== 0) { + writer.uint32(96).uint32(message.eventId); + } + if (message.mismatchTurnCount !== 0) { + writer.uint32(104).uint32(message.mismatchTurnCount); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): PVEBattleResultScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePVEBattleResultScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.stageId = reader.uint32(); + break; + case 3: + message.curFinishChallenge = reader.uint32(); + break; + case 4: + message.dropData = ItemList.decode(reader, reader.uint32()); + break; + case 5: + message.avatarExpReward = reader.uint32(); + break; + case 6: + message.binVer = reader.string(); + break; + case 7: + message.resVer = reader.string(); + break; + case 8: + message.battleId = reader.uint32(); + break; + case 9: + message.endStatus = reader.int32() as any; + break; + case 10: + message.extraDropData = ItemList.decode(reader, reader.uint32()); + break; + case 11: + message.checkIdentical = reader.bool(); + break; + case 12: + message.eventId = reader.uint32(); + break; + case 13: + message.mismatchTurnCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PVEBattleResultScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + stageId: isSet(object.stageId) ? Number(object.stageId) : 0, + curFinishChallenge: isSet(object.curFinishChallenge) + ? Number(object.curFinishChallenge) + : 0, + dropData: isSet(object.dropData) + ? ItemList.fromJSON(object.dropData) + : undefined, + avatarExpReward: isSet(object.avatarExpReward) + ? Number(object.avatarExpReward) + : 0, + binVer: isSet(object.binVer) ? String(object.binVer) : "", + resVer: isSet(object.resVer) ? String(object.resVer) : "", + battleId: isSet(object.battleId) ? Number(object.battleId) : 0, + endStatus: isSet(object.endStatus) + ? battleEndStatusFromJSON(object.endStatus) + : 0, + extraDropData: isSet(object.extraDropData) + ? ItemList.fromJSON(object.extraDropData) + : undefined, + checkIdentical: isSet(object.checkIdentical) + ? Boolean(object.checkIdentical) + : false, + eventId: isSet(object.eventId) ? Number(object.eventId) : 0, + mismatchTurnCount: isSet(object.mismatchTurnCount) + ? Number(object.mismatchTurnCount) + : 0, + }; + }, + + toJSON(message: PVEBattleResultScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.stageId !== undefined && + (obj.stageId = Math.round(message.stageId)); + message.curFinishChallenge !== undefined && + (obj.curFinishChallenge = Math.round(message.curFinishChallenge)); + message.dropData !== undefined && + (obj.dropData = message.dropData + ? ItemList.toJSON(message.dropData) + : undefined); + message.avatarExpReward !== undefined && + (obj.avatarExpReward = Math.round(message.avatarExpReward)); + message.binVer !== undefined && (obj.binVer = message.binVer); + message.resVer !== undefined && (obj.resVer = message.resVer); + message.battleId !== undefined && + (obj.battleId = Math.round(message.battleId)); + message.endStatus !== undefined && + (obj.endStatus = battleEndStatusToJSON(message.endStatus)); + message.extraDropData !== undefined && + (obj.extraDropData = message.extraDropData + ? ItemList.toJSON(message.extraDropData) + : undefined); + message.checkIdentical !== undefined && + (obj.checkIdentical = message.checkIdentical); + message.eventId !== undefined && + (obj.eventId = Math.round(message.eventId)); + message.mismatchTurnCount !== undefined && + (obj.mismatchTurnCount = Math.round(message.mismatchTurnCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): PVEBattleResultScRsp { + const message = createBasePVEBattleResultScRsp(); + message.retcode = object.retcode ?? 0; + message.stageId = object.stageId ?? 0; + message.curFinishChallenge = object.curFinishChallenge ?? 0; + message.dropData = + object.dropData !== undefined && object.dropData !== null + ? ItemList.fromPartial(object.dropData) + : undefined; + message.avatarExpReward = object.avatarExpReward ?? 0; + message.binVer = object.binVer ?? ""; + message.resVer = object.resVer ?? ""; + message.battleId = object.battleId ?? 0; + message.endStatus = object.endStatus ?? 0; + message.extraDropData = + object.extraDropData !== undefined && object.extraDropData !== null + ? ItemList.fromPartial(object.extraDropData) + : undefined; + message.checkIdentical = object.checkIdentical ?? false; + message.eventId = object.eventId ?? 0; + message.mismatchTurnCount = object.mismatchTurnCount ?? 0; + return message; + }, +}; + +function createBaseQuitBattleCsReq(): QuitBattleCsReq { + return {}; +} + +export const QuitBattleCsReq = { + encode( + _: QuitBattleCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): QuitBattleCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQuitBattleCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): QuitBattleCsReq { + return {}; + }, + + toJSON(_: QuitBattleCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): QuitBattleCsReq { + const message = createBaseQuitBattleCsReq(); + return message; + }, +}; + +function createBaseQuitBattleScRsp(): QuitBattleScRsp { + return { retcode: 0 }; +} + +export const QuitBattleScRsp = { + encode( + message: QuitBattleScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): QuitBattleScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQuitBattleScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): QuitBattleScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: QuitBattleScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): QuitBattleScRsp { + const message = createBaseQuitBattleScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseGetCurBattleInfoCsReq(): GetCurBattleInfoCsReq { + return {}; +} + +export const GetCurBattleInfoCsReq = { + encode( + _: GetCurBattleInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetCurBattleInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetCurBattleInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetCurBattleInfoCsReq { + return {}; + }, + + toJSON(_: GetCurBattleInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetCurBattleInfoCsReq { + const message = createBaseGetCurBattleInfoCsReq(); + return message; + }, +}; + +function createBaseGetCurBattleInfoScRsp(): GetCurBattleInfoScRsp { + return { + retcode: 0, + stageId: 0, + logicRandomSeed: 0, + avatarList: [], + battleInfo: undefined, + lastEndStatus: 0, + lastEventId: 0, + }; +} + +export const GetCurBattleInfoScRsp = { + encode( + message: GetCurBattleInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.stageId !== 0) { + writer.uint32(16).uint32(message.stageId); + } + if (message.logicRandomSeed !== 0) { + writer.uint32(24).uint32(message.logicRandomSeed); + } + for (const v of message.avatarList) { + BattleAvatar.encode(v!, writer.uint32(34).fork()).ldelim(); + } + if (message.battleInfo !== undefined) { + SceneBattleInfo.encode( + message.battleInfo, + writer.uint32(42).fork() + ).ldelim(); + } + if (message.lastEndStatus !== 0) { + writer.uint32(48).int32(message.lastEndStatus); + } + if (message.lastEventId !== 0) { + writer.uint32(56).uint32(message.lastEventId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetCurBattleInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetCurBattleInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.stageId = reader.uint32(); + break; + case 3: + message.logicRandomSeed = reader.uint32(); + break; + case 4: + message.avatarList.push(BattleAvatar.decode(reader, reader.uint32())); + break; + case 5: + message.battleInfo = SceneBattleInfo.decode(reader, reader.uint32()); + break; + case 6: + message.lastEndStatus = reader.int32() as any; + break; + case 7: + message.lastEventId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetCurBattleInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + stageId: isSet(object.stageId) ? Number(object.stageId) : 0, + logicRandomSeed: isSet(object.logicRandomSeed) + ? Number(object.logicRandomSeed) + : 0, + avatarList: Array.isArray(object?.avatarList) + ? object.avatarList.map((e: any) => BattleAvatar.fromJSON(e)) + : [], + battleInfo: isSet(object.battleInfo) + ? SceneBattleInfo.fromJSON(object.battleInfo) + : undefined, + lastEndStatus: isSet(object.lastEndStatus) + ? battleEndStatusFromJSON(object.lastEndStatus) + : 0, + lastEventId: isSet(object.lastEventId) ? Number(object.lastEventId) : 0, + }; + }, + + toJSON(message: GetCurBattleInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.stageId !== undefined && + (obj.stageId = Math.round(message.stageId)); + message.logicRandomSeed !== undefined && + (obj.logicRandomSeed = Math.round(message.logicRandomSeed)); + if (message.avatarList) { + obj.avatarList = message.avatarList.map((e) => + e ? BattleAvatar.toJSON(e) : undefined + ); + } else { + obj.avatarList = []; + } + message.battleInfo !== undefined && + (obj.battleInfo = message.battleInfo + ? SceneBattleInfo.toJSON(message.battleInfo) + : undefined); + message.lastEndStatus !== undefined && + (obj.lastEndStatus = battleEndStatusToJSON(message.lastEndStatus)); + message.lastEventId !== undefined && + (obj.lastEventId = Math.round(message.lastEventId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetCurBattleInfoScRsp { + const message = createBaseGetCurBattleInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.stageId = object.stageId ?? 0; + message.logicRandomSeed = object.logicRandomSeed ?? 0; + message.avatarList = + object.avatarList?.map((e) => BattleAvatar.fromPartial(e)) || []; + message.battleInfo = + object.battleInfo !== undefined && object.battleInfo !== null + ? SceneBattleInfo.fromPartial(object.battleInfo) + : undefined; + message.lastEndStatus = object.lastEndStatus ?? 0; + message.lastEventId = object.lastEventId ?? 0; + return message; + }, +}; + +function createBaseSyncClientResVersionCsReq(): SyncClientResVersionCsReq { + return { resVersion: 0 }; +} + +export const SyncClientResVersionCsReq = { + encode( + message: SyncClientResVersionCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.resVersion !== 0) { + writer.uint32(8).uint32(message.resVersion); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncClientResVersionCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncClientResVersionCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.resVersion = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncClientResVersionCsReq { + return { + resVersion: isSet(object.resVersion) ? Number(object.resVersion) : 0, + }; + }, + + toJSON(message: SyncClientResVersionCsReq): unknown { + const obj: any = {}; + message.resVersion !== undefined && + (obj.resVersion = Math.round(message.resVersion)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncClientResVersionCsReq { + const message = createBaseSyncClientResVersionCsReq(); + message.resVersion = object.resVersion ?? 0; + return message; + }, +}; + +function createBaseSyncClientResVersionScRsp(): SyncClientResVersionScRsp { + return { retcode: 0, resVersion: 0 }; +} + +export const SyncClientResVersionScRsp = { + encode( + message: SyncClientResVersionScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.resVersion !== 0) { + writer.uint32(16).uint32(message.resVersion); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncClientResVersionScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncClientResVersionScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.resVersion = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncClientResVersionScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + resVersion: isSet(object.resVersion) ? Number(object.resVersion) : 0, + }; + }, + + toJSON(message: SyncClientResVersionScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.resVersion !== undefined && + (obj.resVersion = Math.round(message.resVersion)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncClientResVersionScRsp { + const message = createBaseSyncClientResVersionScRsp(); + message.retcode = object.retcode ?? 0; + message.resVersion = object.resVersion ?? 0; + return message; + }, +}; + +function createBaseQuitBattleScNotify(): QuitBattleScNotify { + return {}; +} + +export const QuitBattleScNotify = { + encode( + _: QuitBattleScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): QuitBattleScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQuitBattleScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): QuitBattleScNotify { + return {}; + }, + + toJSON(_: QuitBattleScNotify): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): QuitBattleScNotify { + const message = createBaseQuitBattleScNotify(); + return message; + }, +}; + +function createBaseChallenge(): Challenge { + return { challengeId: 0, stars: 0, takenReward: 0 }; +} + +export const Challenge = { + encode( + message: Challenge, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.challengeId !== 0) { + writer.uint32(8).uint32(message.challengeId); + } + if (message.stars !== 0) { + writer.uint32(16).uint32(message.stars); + } + if (message.takenReward !== 0) { + writer.uint32(24).uint32(message.takenReward); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Challenge { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChallenge(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.challengeId = reader.uint32(); + break; + case 2: + message.stars = reader.uint32(); + break; + case 3: + message.takenReward = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Challenge { + return { + challengeId: isSet(object.challengeId) ? Number(object.challengeId) : 0, + stars: isSet(object.stars) ? Number(object.stars) : 0, + takenReward: isSet(object.takenReward) ? Number(object.takenReward) : 0, + }; + }, + + toJSON(message: Challenge): unknown { + const obj: any = {}; + message.challengeId !== undefined && + (obj.challengeId = Math.round(message.challengeId)); + message.stars !== undefined && (obj.stars = Math.round(message.stars)); + message.takenReward !== undefined && + (obj.takenReward = Math.round(message.takenReward)); + return obj; + }, + + fromPartial, I>>( + object: I + ): Challenge { + const message = createBaseChallenge(); + message.challengeId = object.challengeId ?? 0; + message.stars = object.stars ?? 0; + message.takenReward = object.takenReward ?? 0; + return message; + }, +}; + +function createBaseGetChallengeCsReq(): GetChallengeCsReq { + return {}; +} + +export const GetChallengeCsReq = { + encode( + _: GetChallengeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetChallengeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetChallengeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetChallengeCsReq { + return {}; + }, + + toJSON(_: GetChallengeCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetChallengeCsReq { + const message = createBaseGetChallengeCsReq(); + return message; + }, +}; + +function createBaseGetChallengeScRsp(): GetChallengeScRsp { + return { retcode: 0, challengeList: [] }; +} + +export const GetChallengeScRsp = { + encode( + message: GetChallengeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.challengeList) { + Challenge.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetChallengeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetChallengeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.challengeList.push(Challenge.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetChallengeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + challengeList: Array.isArray(object?.challengeList) + ? object.challengeList.map((e: any) => Challenge.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetChallengeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.challengeList) { + obj.challengeList = message.challengeList.map((e) => + e ? Challenge.toJSON(e) : undefined + ); + } else { + obj.challengeList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetChallengeScRsp { + const message = createBaseGetChallengeScRsp(); + message.retcode = object.retcode ?? 0; + message.challengeList = + object.challengeList?.map((e) => Challenge.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseStartChallengeCsReq(): StartChallengeCsReq { + return { challengeId: 0 }; +} + +export const StartChallengeCsReq = { + encode( + message: StartChallengeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.challengeId !== 0) { + writer.uint32(8).uint32(message.challengeId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): StartChallengeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartChallengeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.challengeId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartChallengeCsReq { + return { + challengeId: isSet(object.challengeId) ? Number(object.challengeId) : 0, + }; + }, + + toJSON(message: StartChallengeCsReq): unknown { + const obj: any = {}; + message.challengeId !== undefined && + (obj.challengeId = Math.round(message.challengeId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): StartChallengeCsReq { + const message = createBaseStartChallengeCsReq(); + message.challengeId = object.challengeId ?? 0; + return message; + }, +}; + +function createBaseStartChallengeScRsp(): StartChallengeScRsp { + return { retcode: 0, maze: undefined, curChallenge: undefined }; +} + +export const StartChallengeScRsp = { + encode( + message: StartChallengeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + if (message.curChallenge !== undefined) { + CurChallenge.encode( + message.curChallenge, + writer.uint32(26).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): StartChallengeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartChallengeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + case 3: + message.curChallenge = CurChallenge.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartChallengeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + curChallenge: isSet(object.curChallenge) + ? CurChallenge.fromJSON(object.curChallenge) + : undefined, + }; + }, + + toJSON(message: StartChallengeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + message.curChallenge !== undefined && + (obj.curChallenge = message.curChallenge + ? CurChallenge.toJSON(message.curChallenge) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): StartChallengeScRsp { + const message = createBaseStartChallengeScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + message.curChallenge = + object.curChallenge !== undefined && object.curChallenge !== null + ? CurChallenge.fromPartial(object.curChallenge) + : undefined; + return message; + }, +}; + +function createBaseLeaveChallengeCsReq(): LeaveChallengeCsReq { + return {}; +} + +export const LeaveChallengeCsReq = { + encode( + _: LeaveChallengeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LeaveChallengeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLeaveChallengeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): LeaveChallengeCsReq { + return {}; + }, + + toJSON(_: LeaveChallengeCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): LeaveChallengeCsReq { + const message = createBaseLeaveChallengeCsReq(); + return message; + }, +}; + +function createBaseLeaveChallengeScRsp(): LeaveChallengeScRsp { + return { retcode: 0, maze: undefined }; +} + +export const LeaveChallengeScRsp = { + encode( + message: LeaveChallengeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LeaveChallengeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLeaveChallengeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LeaveChallengeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + }; + }, + + toJSON(message: LeaveChallengeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): LeaveChallengeScRsp { + const message = createBaseLeaveChallengeScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + return message; + }, +}; + +function createBaseChallengeSettleNotify(): ChallengeSettleNotify { + return { challengeId: 0, isWin: false, reward: undefined, stars: 0 }; +} + +export const ChallengeSettleNotify = { + encode( + message: ChallengeSettleNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.challengeId !== 0) { + writer.uint32(8).uint32(message.challengeId); + } + if (message.isWin === true) { + writer.uint32(16).bool(message.isWin); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(26).fork()).ldelim(); + } + if (message.stars !== 0) { + writer.uint32(32).uint32(message.stars); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ChallengeSettleNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChallengeSettleNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.challengeId = reader.uint32(); + break; + case 2: + message.isWin = reader.bool(); + break; + case 3: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + case 4: + message.stars = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChallengeSettleNotify { + return { + challengeId: isSet(object.challengeId) ? Number(object.challengeId) : 0, + isWin: isSet(object.isWin) ? Boolean(object.isWin) : false, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + stars: isSet(object.stars) ? Number(object.stars) : 0, + }; + }, + + toJSON(message: ChallengeSettleNotify): unknown { + const obj: any = {}; + message.challengeId !== undefined && + (obj.challengeId = Math.round(message.challengeId)); + message.isWin !== undefined && (obj.isWin = message.isWin); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + message.stars !== undefined && (obj.stars = Math.round(message.stars)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChallengeSettleNotify { + const message = createBaseChallengeSettleNotify(); + message.challengeId = object.challengeId ?? 0; + message.isWin = object.isWin ?? false; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + message.stars = object.stars ?? 0; + return message; + }, +}; + +function createBaseFinishChallengeCsReq(): FinishChallengeCsReq { + return { challengeId: 0 }; +} + +export const FinishChallengeCsReq = { + encode( + message: FinishChallengeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.challengeId !== 0) { + writer.uint32(8).uint32(message.challengeId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishChallengeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishChallengeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.challengeId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishChallengeCsReq { + return { + challengeId: isSet(object.challengeId) ? Number(object.challengeId) : 0, + }; + }, + + toJSON(message: FinishChallengeCsReq): unknown { + const obj: any = {}; + message.challengeId !== undefined && + (obj.challengeId = Math.round(message.challengeId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishChallengeCsReq { + const message = createBaseFinishChallengeCsReq(); + message.challengeId = object.challengeId ?? 0; + return message; + }, +}; + +function createBaseFinishChallengeScRsp(): FinishChallengeScRsp { + return { retcode: 0 }; +} + +export const FinishChallengeScRsp = { + encode( + message: FinishChallengeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishChallengeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishChallengeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishChallengeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: FinishChallengeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishChallengeScRsp { + const message = createBaseFinishChallengeScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseKillMonster(): KillMonster { + return { monsterId: 0, killNum: 0 }; +} + +export const KillMonster = { + encode( + message: KillMonster, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.monsterId !== 0) { + writer.uint32(8).uint32(message.monsterId); + } + if (message.killNum !== 0) { + writer.uint32(16).uint32(message.killNum); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): KillMonster { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseKillMonster(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.monsterId = reader.uint32(); + break; + case 2: + message.killNum = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): KillMonster { + return { + monsterId: isSet(object.monsterId) ? Number(object.monsterId) : 0, + killNum: isSet(object.killNum) ? Number(object.killNum) : 0, + }; + }, + + toJSON(message: KillMonster): unknown { + const obj: any = {}; + message.monsterId !== undefined && + (obj.monsterId = Math.round(message.monsterId)); + message.killNum !== undefined && + (obj.killNum = Math.round(message.killNum)); + return obj; + }, + + fromPartial, I>>( + object: I + ): KillMonster { + const message = createBaseKillMonster(); + message.monsterId = object.monsterId ?? 0; + message.killNum = object.killNum ?? 0; + return message; + }, +}; + +function createBaseCurChallenge(): CurChallenge { + return { + challengeId: 0, + rounds: 0, + status: 0, + extraLineupType: 0, + killMonsterList: [], + deadAvatarNum: 0, + }; +} + +export const CurChallenge = { + encode( + message: CurChallenge, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.challengeId !== 0) { + writer.uint32(8).uint32(message.challengeId); + } + if (message.rounds !== 0) { + writer.uint32(16).uint32(message.rounds); + } + if (message.status !== 0) { + writer.uint32(24).int32(message.status); + } + if (message.extraLineupType !== 0) { + writer.uint32(32).int32(message.extraLineupType); + } + for (const v of message.killMonsterList) { + KillMonster.encode(v!, writer.uint32(42).fork()).ldelim(); + } + if (message.deadAvatarNum !== 0) { + writer.uint32(48).uint32(message.deadAvatarNum); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): CurChallenge { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseCurChallenge(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.challengeId = reader.uint32(); + break; + case 2: + message.rounds = reader.uint32(); + break; + case 3: + message.status = reader.int32() as any; + break; + case 4: + message.extraLineupType = reader.int32() as any; + break; + case 5: + message.killMonsterList.push( + KillMonster.decode(reader, reader.uint32()) + ); + break; + case 6: + message.deadAvatarNum = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): CurChallenge { + return { + challengeId: isSet(object.challengeId) ? Number(object.challengeId) : 0, + rounds: isSet(object.rounds) ? Number(object.rounds) : 0, + status: isSet(object.status) ? challengeStatusFromJSON(object.status) : 0, + extraLineupType: isSet(object.extraLineupType) + ? extraLineupTypeFromJSON(object.extraLineupType) + : 0, + killMonsterList: Array.isArray(object?.killMonsterList) + ? object.killMonsterList.map((e: any) => KillMonster.fromJSON(e)) + : [], + deadAvatarNum: isSet(object.deadAvatarNum) + ? Number(object.deadAvatarNum) + : 0, + }; + }, + + toJSON(message: CurChallenge): unknown { + const obj: any = {}; + message.challengeId !== undefined && + (obj.challengeId = Math.round(message.challengeId)); + message.rounds !== undefined && (obj.rounds = Math.round(message.rounds)); + message.status !== undefined && + (obj.status = challengeStatusToJSON(message.status)); + message.extraLineupType !== undefined && + (obj.extraLineupType = extraLineupTypeToJSON(message.extraLineupType)); + if (message.killMonsterList) { + obj.killMonsterList = message.killMonsterList.map((e) => + e ? KillMonster.toJSON(e) : undefined + ); + } else { + obj.killMonsterList = []; + } + message.deadAvatarNum !== undefined && + (obj.deadAvatarNum = Math.round(message.deadAvatarNum)); + return obj; + }, + + fromPartial, I>>( + object: I + ): CurChallenge { + const message = createBaseCurChallenge(); + message.challengeId = object.challengeId ?? 0; + message.rounds = object.rounds ?? 0; + message.status = object.status ?? 0; + message.extraLineupType = object.extraLineupType ?? 0; + message.killMonsterList = + object.killMonsterList?.map((e) => KillMonster.fromPartial(e)) || []; + message.deadAvatarNum = object.deadAvatarNum ?? 0; + return message; + }, +}; + +function createBaseGetCurChallengeCsReq(): GetCurChallengeCsReq { + return {}; +} + +export const GetCurChallengeCsReq = { + encode( + _: GetCurChallengeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetCurChallengeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetCurChallengeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetCurChallengeCsReq { + return {}; + }, + + toJSON(_: GetCurChallengeCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetCurChallengeCsReq { + const message = createBaseGetCurChallengeCsReq(); + return message; + }, +}; + +function createBaseGetCurChallengeScRsp(): GetCurChallengeScRsp { + return { retcode: 0, curChallenge: undefined }; +} + +export const GetCurChallengeScRsp = { + encode( + message: GetCurChallengeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.curChallenge !== undefined) { + CurChallenge.encode( + message.curChallenge, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetCurChallengeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetCurChallengeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.curChallenge = CurChallenge.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetCurChallengeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + curChallenge: isSet(object.curChallenge) + ? CurChallenge.fromJSON(object.curChallenge) + : undefined, + }; + }, + + toJSON(message: GetCurChallengeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.curChallenge !== undefined && + (obj.curChallenge = message.curChallenge + ? CurChallenge.toJSON(message.curChallenge) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetCurChallengeScRsp { + const message = createBaseGetCurChallengeScRsp(); + message.retcode = object.retcode ?? 0; + message.curChallenge = + object.curChallenge !== undefined && object.curChallenge !== null + ? CurChallenge.fromPartial(object.curChallenge) + : undefined; + return message; + }, +}; + +function createBaseChallengeLineupNotify(): ChallengeLineupNotify { + return { extraLineupType: 0 }; +} + +export const ChallengeLineupNotify = { + encode( + message: ChallengeLineupNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.extraLineupType !== 0) { + writer.uint32(8).int32(message.extraLineupType); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ChallengeLineupNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChallengeLineupNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.extraLineupType = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChallengeLineupNotify { + return { + extraLineupType: isSet(object.extraLineupType) + ? extraLineupTypeFromJSON(object.extraLineupType) + : 0, + }; + }, + + toJSON(message: ChallengeLineupNotify): unknown { + const obj: any = {}; + message.extraLineupType !== undefined && + (obj.extraLineupType = extraLineupTypeToJSON(message.extraLineupType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChallengeLineupNotify { + const message = createBaseChallengeLineupNotify(); + message.extraLineupType = object.extraLineupType ?? 0; + return message; + }, +}; + +function createBaseTakeChallengeTargetRewardCsReq(): TakeChallengeTargetRewardCsReq { + return { challengeId: 0, indexList: [] }; +} + +export const TakeChallengeTargetRewardCsReq = { + encode( + message: TakeChallengeTargetRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.challengeId !== 0) { + writer.uint32(8).uint32(message.challengeId); + } + writer.uint32(18).fork(); + for (const v of message.indexList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeChallengeTargetRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeChallengeTargetRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.challengeId = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.indexList.push(reader.uint32()); + } + } else { + message.indexList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeChallengeTargetRewardCsReq { + return { + challengeId: isSet(object.challengeId) ? Number(object.challengeId) : 0, + indexList: Array.isArray(object?.indexList) + ? object.indexList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: TakeChallengeTargetRewardCsReq): unknown { + const obj: any = {}; + message.challengeId !== undefined && + (obj.challengeId = Math.round(message.challengeId)); + if (message.indexList) { + obj.indexList = message.indexList.map((e) => Math.round(e)); + } else { + obj.indexList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeChallengeTargetRewardCsReq { + const message = createBaseTakeChallengeTargetRewardCsReq(); + message.challengeId = object.challengeId ?? 0; + message.indexList = object.indexList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseTakeChallengeTargetRewardScRsp(): TakeChallengeTargetRewardScRsp { + return { retcode: 0, challengeId: 0, takenIndexList: [], reward: undefined }; +} + +export const TakeChallengeTargetRewardScRsp = { + encode( + message: TakeChallengeTargetRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.challengeId !== 0) { + writer.uint32(16).uint32(message.challengeId); + } + writer.uint32(26).fork(); + for (const v of message.takenIndexList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeChallengeTargetRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeChallengeTargetRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.challengeId = reader.uint32(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.takenIndexList.push(reader.uint32()); + } + } else { + message.takenIndexList.push(reader.uint32()); + } + break; + case 4: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeChallengeTargetRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + challengeId: isSet(object.challengeId) ? Number(object.challengeId) : 0, + takenIndexList: Array.isArray(object?.takenIndexList) + ? object.takenIndexList.map((e: any) => Number(e)) + : [], + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: TakeChallengeTargetRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.challengeId !== undefined && + (obj.challengeId = Math.round(message.challengeId)); + if (message.takenIndexList) { + obj.takenIndexList = message.takenIndexList.map((e) => Math.round(e)); + } else { + obj.takenIndexList = []; + } + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeChallengeTargetRewardScRsp { + const message = createBaseTakeChallengeTargetRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.challengeId = object.challengeId ?? 0; + message.takenIndexList = object.takenIndexList?.map((e) => e) || []; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseItem(): Item { + return { itemId: 0, num: 0, level: 0, rank: 0, promotion: 0, uniqueId: 0 }; +} + +export const Item = { + encode(message: Item, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer { + if (message.itemId !== 0) { + writer.uint32(8).uint32(message.itemId); + } + if (message.num !== 0) { + writer.uint32(16).uint32(message.num); + } + if (message.level !== 0) { + writer.uint32(24).uint32(message.level); + } + if (message.rank !== 0) { + writer.uint32(32).uint32(message.rank); + } + if (message.promotion !== 0) { + writer.uint32(40).uint32(message.promotion); + } + if (message.uniqueId !== 0) { + writer.uint32(48).uint32(message.uniqueId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Item { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseItem(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemId = reader.uint32(); + break; + case 2: + message.num = reader.uint32(); + break; + case 3: + message.level = reader.uint32(); + break; + case 4: + message.rank = reader.uint32(); + break; + case 5: + message.promotion = reader.uint32(); + break; + case 6: + message.uniqueId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Item { + return { + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + num: isSet(object.num) ? Number(object.num) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + rank: isSet(object.rank) ? Number(object.rank) : 0, + promotion: isSet(object.promotion) ? Number(object.promotion) : 0, + uniqueId: isSet(object.uniqueId) ? Number(object.uniqueId) : 0, + }; + }, + + toJSON(message: Item): unknown { + const obj: any = {}; + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + message.num !== undefined && (obj.num = Math.round(message.num)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.rank !== undefined && (obj.rank = Math.round(message.rank)); + message.promotion !== undefined && + (obj.promotion = Math.round(message.promotion)); + message.uniqueId !== undefined && + (obj.uniqueId = Math.round(message.uniqueId)); + return obj; + }, + + fromPartial, I>>(object: I): Item { + const message = createBaseItem(); + message.itemId = object.itemId ?? 0; + message.num = object.num ?? 0; + message.level = object.level ?? 0; + message.rank = object.rank ?? 0; + message.promotion = object.promotion ?? 0; + message.uniqueId = object.uniqueId ?? 0; + return message; + }, +}; + +function createBaseItemList(): ItemList { + return { itemList: [] }; +} + +export const ItemList = { + encode( + message: ItemList, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.itemList) { + Item.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ItemList { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseItemList(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemList.push(Item.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ItemList { + return { + itemList: Array.isArray(object?.itemList) + ? object.itemList.map((e: any) => Item.fromJSON(e)) + : [], + }; + }, + + toJSON(message: ItemList): unknown { + const obj: any = {}; + if (message.itemList) { + obj.itemList = message.itemList.map((e) => + e ? Item.toJSON(e) : undefined + ); + } else { + obj.itemList = []; + } + return obj; + }, + + fromPartial, I>>(object: I): ItemList { + const message = createBaseItemList(); + message.itemList = object.itemList?.map((e) => Item.fromPartial(e)) || []; + return message; + }, +}; + +function createBasePileItem(): PileItem { + return { itemId: 0, itemNum: 0 }; +} + +export const PileItem = { + encode( + message: PileItem, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemId !== 0) { + writer.uint32(8).uint32(message.itemId); + } + if (message.itemNum !== 0) { + writer.uint32(16).uint32(message.itemNum); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PileItem { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePileItem(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemId = reader.uint32(); + break; + case 2: + message.itemNum = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PileItem { + return { + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + itemNum: isSet(object.itemNum) ? Number(object.itemNum) : 0, + }; + }, + + toJSON(message: PileItem): unknown { + const obj: any = {}; + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + message.itemNum !== undefined && + (obj.itemNum = Math.round(message.itemNum)); + return obj; + }, + + fromPartial, I>>(object: I): PileItem { + const message = createBasePileItem(); + message.itemId = object.itemId ?? 0; + message.itemNum = object.itemNum ?? 0; + return message; + }, +}; + +function createBaseItemCost(): ItemCost { + return { + pileItem: undefined, + equipmentUniqueId: undefined, + relicUniqueId: undefined, + }; +} + +export const ItemCost = { + encode( + message: ItemCost, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.pileItem !== undefined) { + PileItem.encode(message.pileItem, writer.uint32(10).fork()).ldelim(); + } + if (message.equipmentUniqueId !== undefined) { + writer.uint32(16).uint32(message.equipmentUniqueId); + } + if (message.relicUniqueId !== undefined) { + writer.uint32(24).uint32(message.relicUniqueId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ItemCost { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseItemCost(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.pileItem = PileItem.decode(reader, reader.uint32()); + break; + case 2: + message.equipmentUniqueId = reader.uint32(); + break; + case 3: + message.relicUniqueId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ItemCost { + return { + pileItem: isSet(object.pileItem) + ? PileItem.fromJSON(object.pileItem) + : undefined, + equipmentUniqueId: isSet(object.equipmentUniqueId) + ? Number(object.equipmentUniqueId) + : undefined, + relicUniqueId: isSet(object.relicUniqueId) + ? Number(object.relicUniqueId) + : undefined, + }; + }, + + toJSON(message: ItemCost): unknown { + const obj: any = {}; + message.pileItem !== undefined && + (obj.pileItem = message.pileItem + ? PileItem.toJSON(message.pileItem) + : undefined); + message.equipmentUniqueId !== undefined && + (obj.equipmentUniqueId = Math.round(message.equipmentUniqueId)); + message.relicUniqueId !== undefined && + (obj.relicUniqueId = Math.round(message.relicUniqueId)); + return obj; + }, + + fromPartial, I>>(object: I): ItemCost { + const message = createBaseItemCost(); + message.pileItem = + object.pileItem !== undefined && object.pileItem !== null + ? PileItem.fromPartial(object.pileItem) + : undefined; + message.equipmentUniqueId = object.equipmentUniqueId ?? undefined; + message.relicUniqueId = object.relicUniqueId ?? undefined; + return message; + }, +}; + +function createBaseItemCostData(): ItemCostData { + return { itemList: [] }; +} + +export const ItemCostData = { + encode( + message: ItemCostData, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.itemList) { + ItemCost.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ItemCostData { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseItemCostData(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemList.push(ItemCost.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ItemCostData { + return { + itemList: Array.isArray(object?.itemList) + ? object.itemList.map((e: any) => ItemCost.fromJSON(e)) + : [], + }; + }, + + toJSON(message: ItemCostData): unknown { + const obj: any = {}; + if (message.itemList) { + obj.itemList = message.itemList.map((e) => + e ? ItemCost.toJSON(e) : undefined + ); + } else { + obj.itemList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): ItemCostData { + const message = createBaseItemCostData(); + message.itemList = + object.itemList?.map((e) => ItemCost.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseSceneMonsterWave(): SceneMonsterWave { + return { monsterIdList: [], dropList: [] }; +} + +export const SceneMonsterWave = { + encode( + message: SceneMonsterWave, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.monsterIdList) { + writer.uint32(v); + } + writer.ldelim(); + for (const v of message.dropList) { + ItemList.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SceneMonsterWave { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneMonsterWave(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.monsterIdList.push(reader.uint32()); + } + } else { + message.monsterIdList.push(reader.uint32()); + } + break; + case 2: + message.dropList.push(ItemList.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneMonsterWave { + return { + monsterIdList: Array.isArray(object?.monsterIdList) + ? object.monsterIdList.map((e: any) => Number(e)) + : [], + dropList: Array.isArray(object?.dropList) + ? object.dropList.map((e: any) => ItemList.fromJSON(e)) + : [], + }; + }, + + toJSON(message: SceneMonsterWave): unknown { + const obj: any = {}; + if (message.monsterIdList) { + obj.monsterIdList = message.monsterIdList.map((e) => Math.round(e)); + } else { + obj.monsterIdList = []; + } + if (message.dropList) { + obj.dropList = message.dropList.map((e) => + e ? ItemList.toJSON(e) : undefined + ); + } else { + obj.dropList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneMonsterWave { + const message = createBaseSceneMonsterWave(); + message.monsterIdList = object.monsterIdList?.map((e) => e) || []; + message.dropList = + object.dropList?.map((e) => ItemList.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseSceneBattleInfo(): SceneBattleInfo { + return { + logicRandomSeed: 0, + stageId: 0, + monsterWaveList: [], + battleAvatarList: [], + buffList: [], + battleId: 0, + heroPathList: [], + roundsLimit: 0, + }; +} + +export const SceneBattleInfo = { + encode( + message: SceneBattleInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.logicRandomSeed !== 0) { + writer.uint32(8).uint32(message.logicRandomSeed); + } + if (message.stageId !== 0) { + writer.uint32(16).uint32(message.stageId); + } + for (const v of message.monsterWaveList) { + SceneMonsterWave.encode(v!, writer.uint32(26).fork()).ldelim(); + } + for (const v of message.battleAvatarList) { + BattleAvatar.encode(v!, writer.uint32(34).fork()).ldelim(); + } + for (const v of message.buffList) { + BattleBuff.encode(v!, writer.uint32(42).fork()).ldelim(); + } + if (message.battleId !== 0) { + writer.uint32(48).uint32(message.battleId); + } + for (const v of message.heroPathList) { + HeroPath.encode(v!, writer.uint32(58).fork()).ldelim(); + } + if (message.roundsLimit !== 0) { + writer.uint32(64).uint32(message.roundsLimit); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SceneBattleInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneBattleInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.logicRandomSeed = reader.uint32(); + break; + case 2: + message.stageId = reader.uint32(); + break; + case 3: + message.monsterWaveList.push( + SceneMonsterWave.decode(reader, reader.uint32()) + ); + break; + case 4: + message.battleAvatarList.push( + BattleAvatar.decode(reader, reader.uint32()) + ); + break; + case 5: + message.buffList.push(BattleBuff.decode(reader, reader.uint32())); + break; + case 6: + message.battleId = reader.uint32(); + break; + case 7: + message.heroPathList.push(HeroPath.decode(reader, reader.uint32())); + break; + case 8: + message.roundsLimit = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneBattleInfo { + return { + logicRandomSeed: isSet(object.logicRandomSeed) + ? Number(object.logicRandomSeed) + : 0, + stageId: isSet(object.stageId) ? Number(object.stageId) : 0, + monsterWaveList: Array.isArray(object?.monsterWaveList) + ? object.monsterWaveList.map((e: any) => SceneMonsterWave.fromJSON(e)) + : [], + battleAvatarList: Array.isArray(object?.battleAvatarList) + ? object.battleAvatarList.map((e: any) => BattleAvatar.fromJSON(e)) + : [], + buffList: Array.isArray(object?.buffList) + ? object.buffList.map((e: any) => BattleBuff.fromJSON(e)) + : [], + battleId: isSet(object.battleId) ? Number(object.battleId) : 0, + heroPathList: Array.isArray(object?.heroPathList) + ? object.heroPathList.map((e: any) => HeroPath.fromJSON(e)) + : [], + roundsLimit: isSet(object.roundsLimit) ? Number(object.roundsLimit) : 0, + }; + }, + + toJSON(message: SceneBattleInfo): unknown { + const obj: any = {}; + message.logicRandomSeed !== undefined && + (obj.logicRandomSeed = Math.round(message.logicRandomSeed)); + message.stageId !== undefined && + (obj.stageId = Math.round(message.stageId)); + if (message.monsterWaveList) { + obj.monsterWaveList = message.monsterWaveList.map((e) => + e ? SceneMonsterWave.toJSON(e) : undefined + ); + } else { + obj.monsterWaveList = []; + } + if (message.battleAvatarList) { + obj.battleAvatarList = message.battleAvatarList.map((e) => + e ? BattleAvatar.toJSON(e) : undefined + ); + } else { + obj.battleAvatarList = []; + } + if (message.buffList) { + obj.buffList = message.buffList.map((e) => + e ? BattleBuff.toJSON(e) : undefined + ); + } else { + obj.buffList = []; + } + message.battleId !== undefined && + (obj.battleId = Math.round(message.battleId)); + if (message.heroPathList) { + obj.heroPathList = message.heroPathList.map((e) => + e ? HeroPath.toJSON(e) : undefined + ); + } else { + obj.heroPathList = []; + } + message.roundsLimit !== undefined && + (obj.roundsLimit = Math.round(message.roundsLimit)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneBattleInfo { + const message = createBaseSceneBattleInfo(); + message.logicRandomSeed = object.logicRandomSeed ?? 0; + message.stageId = object.stageId ?? 0; + message.monsterWaveList = + object.monsterWaveList?.map((e) => SceneMonsterWave.fromPartial(e)) || []; + message.battleAvatarList = + object.battleAvatarList?.map((e) => BattleAvatar.fromPartial(e)) || []; + message.buffList = + object.buffList?.map((e) => BattleBuff.fromPartial(e)) || []; + message.battleId = object.battleId ?? 0; + message.heroPathList = + object.heroPathList?.map((e) => HeroPath.fromPartial(e)) || []; + message.roundsLimit = object.roundsLimit ?? 0; + return message; + }, +}; + +function createBaseDialogueEvent(): DialogueEvent { + return { dialogueGroupId: 0, dialogueEventIdList: [] }; +} + +export const DialogueEvent = { + encode( + message: DialogueEvent, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.dialogueGroupId !== 0) { + writer.uint32(8).uint32(message.dialogueGroupId); + } + writer.uint32(18).fork(); + for (const v of message.dialogueEventIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DialogueEvent { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDialogueEvent(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.dialogueGroupId = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.dialogueEventIdList.push(reader.uint32()); + } + } else { + message.dialogueEventIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DialogueEvent { + return { + dialogueGroupId: isSet(object.dialogueGroupId) + ? Number(object.dialogueGroupId) + : 0, + dialogueEventIdList: Array.isArray(object?.dialogueEventIdList) + ? object.dialogueEventIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: DialogueEvent): unknown { + const obj: any = {}; + message.dialogueGroupId !== undefined && + (obj.dialogueGroupId = Math.round(message.dialogueGroupId)); + if (message.dialogueEventIdList) { + obj.dialogueEventIdList = message.dialogueEventIdList.map((e) => + Math.round(e) + ); + } else { + obj.dialogueEventIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): DialogueEvent { + const message = createBaseDialogueEvent(); + message.dialogueGroupId = object.dialogueGroupId ?? 0; + message.dialogueEventIdList = + object.dialogueEventIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseDialogueResultInfo(): DialogueResultInfo { + return { itemResult: undefined, rogueBuffResult: undefined }; +} + +export const DialogueResultInfo = { + encode( + message: DialogueResultInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemResult !== undefined) { + ItemList.encode(message.itemResult, writer.uint32(10).fork()).ldelim(); + } + if (message.rogueBuffResult !== undefined) { + RogueBuffList.encode( + message.rogueBuffResult, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DialogueResultInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDialogueResultInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemResult = ItemList.decode(reader, reader.uint32()); + break; + case 2: + message.rogueBuffResult = RogueBuffList.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DialogueResultInfo { + return { + itemResult: isSet(object.itemResult) + ? ItemList.fromJSON(object.itemResult) + : undefined, + rogueBuffResult: isSet(object.rogueBuffResult) + ? RogueBuffList.fromJSON(object.rogueBuffResult) + : undefined, + }; + }, + + toJSON(message: DialogueResultInfo): unknown { + const obj: any = {}; + message.itemResult !== undefined && + (obj.itemResult = message.itemResult + ? ItemList.toJSON(message.itemResult) + : undefined); + message.rogueBuffResult !== undefined && + (obj.rogueBuffResult = message.rogueBuffResult + ? RogueBuffList.toJSON(message.rogueBuffResult) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): DialogueResultInfo { + const message = createBaseDialogueResultInfo(); + message.itemResult = + object.itemResult !== undefined && object.itemResult !== null + ? ItemList.fromPartial(object.itemResult) + : undefined; + message.rogueBuffResult = + object.rogueBuffResult !== undefined && object.rogueBuffResult !== null + ? RogueBuffList.fromPartial(object.rogueBuffResult) + : undefined; + return message; + }, +}; + +function createBaseGetDialogueEventDataCsReq(): GetDialogueEventDataCsReq { + return {}; +} + +export const GetDialogueEventDataCsReq = { + encode( + _: GetDialogueEventDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetDialogueEventDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetDialogueEventDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetDialogueEventDataCsReq { + return {}; + }, + + toJSON(_: GetDialogueEventDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetDialogueEventDataCsReq { + const message = createBaseGetDialogueEventDataCsReq(); + return message; + }, +}; + +function createBaseGetDialogueEventDataScRsp(): GetDialogueEventDataScRsp { + return { retcode: 0, dialogueEventList: [] }; +} + +export const GetDialogueEventDataScRsp = { + encode( + message: GetDialogueEventDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.dialogueEventList) { + DialogueEvent.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetDialogueEventDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetDialogueEventDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.dialogueEventList.push( + DialogueEvent.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetDialogueEventDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + dialogueEventList: Array.isArray(object?.dialogueEventList) + ? object.dialogueEventList.map((e: any) => DialogueEvent.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetDialogueEventDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.dialogueEventList) { + obj.dialogueEventList = message.dialogueEventList.map((e) => + e ? DialogueEvent.toJSON(e) : undefined + ); + } else { + obj.dialogueEventList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetDialogueEventDataScRsp { + const message = createBaseGetDialogueEventDataScRsp(); + message.retcode = object.retcode ?? 0; + message.dialogueEventList = + object.dialogueEventList?.map((e) => DialogueEvent.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseSelectDialogueEventCsReq(): SelectDialogueEventCsReq { + return { dialogueGroupId: 0, dialogueEventId: 0 }; +} + +export const SelectDialogueEventCsReq = { + encode( + message: SelectDialogueEventCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.dialogueGroupId !== 0) { + writer.uint32(8).uint32(message.dialogueGroupId); + } + if (message.dialogueEventId !== 0) { + writer.uint32(16).uint32(message.dialogueEventId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SelectDialogueEventCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSelectDialogueEventCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.dialogueGroupId = reader.uint32(); + break; + case 2: + message.dialogueEventId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SelectDialogueEventCsReq { + return { + dialogueGroupId: isSet(object.dialogueGroupId) + ? Number(object.dialogueGroupId) + : 0, + dialogueEventId: isSet(object.dialogueEventId) + ? Number(object.dialogueEventId) + : 0, + }; + }, + + toJSON(message: SelectDialogueEventCsReq): unknown { + const obj: any = {}; + message.dialogueGroupId !== undefined && + (obj.dialogueGroupId = Math.round(message.dialogueGroupId)); + message.dialogueEventId !== undefined && + (obj.dialogueEventId = Math.round(message.dialogueEventId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SelectDialogueEventCsReq { + const message = createBaseSelectDialogueEventCsReq(); + message.dialogueGroupId = object.dialogueGroupId ?? 0; + message.dialogueEventId = object.dialogueEventId ?? 0; + return message; + }, +}; + +function createBaseSelectDialogueEventScRsp(): SelectDialogueEventScRsp { + return { + retcode: 0, + dialogueGroupId: 0, + dialogueEventId: 0, + resultInfo: undefined, + }; +} + +export const SelectDialogueEventScRsp = { + encode( + message: SelectDialogueEventScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.dialogueGroupId !== 0) { + writer.uint32(16).uint32(message.dialogueGroupId); + } + if (message.dialogueEventId !== 0) { + writer.uint32(24).uint32(message.dialogueEventId); + } + if (message.resultInfo !== undefined) { + DialogueResultInfo.encode( + message.resultInfo, + writer.uint32(34).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SelectDialogueEventScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSelectDialogueEventScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.dialogueGroupId = reader.uint32(); + break; + case 3: + message.dialogueEventId = reader.uint32(); + break; + case 4: + message.resultInfo = DialogueResultInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SelectDialogueEventScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + dialogueGroupId: isSet(object.dialogueGroupId) + ? Number(object.dialogueGroupId) + : 0, + dialogueEventId: isSet(object.dialogueEventId) + ? Number(object.dialogueEventId) + : 0, + resultInfo: isSet(object.resultInfo) + ? DialogueResultInfo.fromJSON(object.resultInfo) + : undefined, + }; + }, + + toJSON(message: SelectDialogueEventScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.dialogueGroupId !== undefined && + (obj.dialogueGroupId = Math.round(message.dialogueGroupId)); + message.dialogueEventId !== undefined && + (obj.dialogueEventId = Math.round(message.dialogueEventId)); + message.resultInfo !== undefined && + (obj.resultInfo = message.resultInfo + ? DialogueResultInfo.toJSON(message.resultInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SelectDialogueEventScRsp { + const message = createBaseSelectDialogueEventScRsp(); + message.retcode = object.retcode ?? 0; + message.dialogueGroupId = object.dialogueGroupId ?? 0; + message.dialogueEventId = object.dialogueEventId ?? 0; + message.resultInfo = + object.resultInfo !== undefined && object.resultInfo !== null + ? DialogueResultInfo.fromPartial(object.resultInfo) + : undefined; + return message; + }, +}; + +function createBaseSyncDialogueEventDataScNotify(): SyncDialogueEventDataScNotify { + return { dialogueEventList: [] }; +} + +export const SyncDialogueEventDataScNotify = { + encode( + message: SyncDialogueEventDataScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.dialogueEventList) { + DialogueEvent.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncDialogueEventDataScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncDialogueEventDataScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.dialogueEventList.push( + DialogueEvent.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncDialogueEventDataScNotify { + return { + dialogueEventList: Array.isArray(object?.dialogueEventList) + ? object.dialogueEventList.map((e: any) => DialogueEvent.fromJSON(e)) + : [], + }; + }, + + toJSON(message: SyncDialogueEventDataScNotify): unknown { + const obj: any = {}; + if (message.dialogueEventList) { + obj.dialogueEventList = message.dialogueEventList.map((e) => + e ? DialogueEvent.toJSON(e) : undefined + ); + } else { + obj.dialogueEventList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncDialogueEventDataScNotify { + const message = createBaseSyncDialogueEventDataScNotify(); + message.dialogueEventList = + object.dialogueEventList?.map((e) => DialogueEvent.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseExpedition(): Expedition { + return { id: 0, acceptTime: 0, duration: 0, avatarIdList: [] }; +} + +export const Expedition = { + encode( + message: Expedition, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.acceptTime !== 0) { + writer.uint32(16).uint32(message.acceptTime); + } + if (message.duration !== 0) { + writer.uint32(24).uint32(message.duration); + } + writer.uint32(34).fork(); + for (const v of message.avatarIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Expedition { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseExpedition(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.acceptTime = reader.uint32(); + break; + case 3: + message.duration = reader.uint32(); + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.avatarIdList.push(reader.uint32()); + } + } else { + message.avatarIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Expedition { + return { + id: isSet(object.id) ? Number(object.id) : 0, + acceptTime: isSet(object.acceptTime) ? Number(object.acceptTime) : 0, + duration: isSet(object.duration) ? Number(object.duration) : 0, + avatarIdList: Array.isArray(object?.avatarIdList) + ? object.avatarIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: Expedition): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.acceptTime !== undefined && + (obj.acceptTime = Math.round(message.acceptTime)); + message.duration !== undefined && + (obj.duration = Math.round(message.duration)); + if (message.avatarIdList) { + obj.avatarIdList = message.avatarIdList.map((e) => Math.round(e)); + } else { + obj.avatarIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): Expedition { + const message = createBaseExpedition(); + message.id = object.id ?? 0; + message.acceptTime = object.acceptTime ?? 0; + message.duration = object.duration ?? 0; + message.avatarIdList = object.avatarIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetExpeditionDataCsReq(): GetExpeditionDataCsReq { + return {}; +} + +export const GetExpeditionDataCsReq = { + encode( + _: GetExpeditionDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetExpeditionDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetExpeditionDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetExpeditionDataCsReq { + return {}; + }, + + toJSON(_: GetExpeditionDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetExpeditionDataCsReq { + const message = createBaseGetExpeditionDataCsReq(); + return message; + }, +}; + +function createBaseGetExpeditionDataScRsp(): GetExpeditionDataScRsp { + return { + retcode: 0, + teamCount: 0, + unlockedExpeditionIdList: [], + expedtionList: [], + }; +} + +export const GetExpeditionDataScRsp = { + encode( + message: GetExpeditionDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.teamCount !== 0) { + writer.uint32(16).uint32(message.teamCount); + } + writer.uint32(26).fork(); + for (const v of message.unlockedExpeditionIdList) { + writer.uint32(v); + } + writer.ldelim(); + for (const v of message.expedtionList) { + Expedition.encode(v!, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetExpeditionDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetExpeditionDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.teamCount = reader.uint32(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.unlockedExpeditionIdList.push(reader.uint32()); + } + } else { + message.unlockedExpeditionIdList.push(reader.uint32()); + } + break; + case 4: + message.expedtionList.push( + Expedition.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetExpeditionDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + teamCount: isSet(object.teamCount) ? Number(object.teamCount) : 0, + unlockedExpeditionIdList: Array.isArray(object?.unlockedExpeditionIdList) + ? object.unlockedExpeditionIdList.map((e: any) => Number(e)) + : [], + expedtionList: Array.isArray(object?.expedtionList) + ? object.expedtionList.map((e: any) => Expedition.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetExpeditionDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.teamCount !== undefined && + (obj.teamCount = Math.round(message.teamCount)); + if (message.unlockedExpeditionIdList) { + obj.unlockedExpeditionIdList = message.unlockedExpeditionIdList.map((e) => + Math.round(e) + ); + } else { + obj.unlockedExpeditionIdList = []; + } + if (message.expedtionList) { + obj.expedtionList = message.expedtionList.map((e) => + e ? Expedition.toJSON(e) : undefined + ); + } else { + obj.expedtionList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetExpeditionDataScRsp { + const message = createBaseGetExpeditionDataScRsp(); + message.retcode = object.retcode ?? 0; + message.teamCount = object.teamCount ?? 0; + message.unlockedExpeditionIdList = + object.unlockedExpeditionIdList?.map((e) => e) || []; + message.expedtionList = + object.expedtionList?.map((e) => Expedition.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseAcceptExpeditionCsReq(): AcceptExpeditionCsReq { + return { expedition: undefined }; +} + +export const AcceptExpeditionCsReq = { + encode( + message: AcceptExpeditionCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.expedition !== undefined) { + Expedition.encode(message.expedition, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): AcceptExpeditionCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAcceptExpeditionCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.expedition = Expedition.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AcceptExpeditionCsReq { + return { + expedition: isSet(object.expedition) + ? Expedition.fromJSON(object.expedition) + : undefined, + }; + }, + + toJSON(message: AcceptExpeditionCsReq): unknown { + const obj: any = {}; + message.expedition !== undefined && + (obj.expedition = message.expedition + ? Expedition.toJSON(message.expedition) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): AcceptExpeditionCsReq { + const message = createBaseAcceptExpeditionCsReq(); + message.expedition = + object.expedition !== undefined && object.expedition !== null + ? Expedition.fromPartial(object.expedition) + : undefined; + return message; + }, +}; + +function createBaseAcceptExpeditionScRsp(): AcceptExpeditionScRsp { + return { retcode: 0, expedition: undefined }; +} + +export const AcceptExpeditionScRsp = { + encode( + message: AcceptExpeditionScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.expedition !== undefined) { + Expedition.encode(message.expedition, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): AcceptExpeditionScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAcceptExpeditionScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.expedition = Expedition.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AcceptExpeditionScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + expedition: isSet(object.expedition) + ? Expedition.fromJSON(object.expedition) + : undefined, + }; + }, + + toJSON(message: AcceptExpeditionScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.expedition !== undefined && + (obj.expedition = message.expedition + ? Expedition.toJSON(message.expedition) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): AcceptExpeditionScRsp { + const message = createBaseAcceptExpeditionScRsp(); + message.retcode = object.retcode ?? 0; + message.expedition = + object.expedition !== undefined && object.expedition !== null + ? Expedition.fromPartial(object.expedition) + : undefined; + return message; + }, +}; + +function createBaseCancelExpeditionCsReq(): CancelExpeditionCsReq { + return { expeditionId: 0 }; +} + +export const CancelExpeditionCsReq = { + encode( + message: CancelExpeditionCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.expeditionId !== 0) { + writer.uint32(8).uint32(message.expeditionId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): CancelExpeditionCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseCancelExpeditionCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.expeditionId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): CancelExpeditionCsReq { + return { + expeditionId: isSet(object.expeditionId) + ? Number(object.expeditionId) + : 0, + }; + }, + + toJSON(message: CancelExpeditionCsReq): unknown { + const obj: any = {}; + message.expeditionId !== undefined && + (obj.expeditionId = Math.round(message.expeditionId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): CancelExpeditionCsReq { + const message = createBaseCancelExpeditionCsReq(); + message.expeditionId = object.expeditionId ?? 0; + return message; + }, +}; + +function createBaseCancelExpeditionScRsp(): CancelExpeditionScRsp { + return { retcode: 0, expeditionId: 0 }; +} + +export const CancelExpeditionScRsp = { + encode( + message: CancelExpeditionScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.expeditionId !== 0) { + writer.uint32(16).uint32(message.expeditionId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): CancelExpeditionScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseCancelExpeditionScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.expeditionId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): CancelExpeditionScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + expeditionId: isSet(object.expeditionId) + ? Number(object.expeditionId) + : 0, + }; + }, + + toJSON(message: CancelExpeditionScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.expeditionId !== undefined && + (obj.expeditionId = Math.round(message.expeditionId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): CancelExpeditionScRsp { + const message = createBaseCancelExpeditionScRsp(); + message.retcode = object.retcode ?? 0; + message.expeditionId = object.expeditionId ?? 0; + return message; + }, +}; + +function createBaseTakeExpeditionRewardCsReq(): TakeExpeditionRewardCsReq { + return { expeditionId: 0 }; +} + +export const TakeExpeditionRewardCsReq = { + encode( + message: TakeExpeditionRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.expeditionId !== 0) { + writer.uint32(8).uint32(message.expeditionId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeExpeditionRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeExpeditionRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.expeditionId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeExpeditionRewardCsReq { + return { + expeditionId: isSet(object.expeditionId) + ? Number(object.expeditionId) + : 0, + }; + }, + + toJSON(message: TakeExpeditionRewardCsReq): unknown { + const obj: any = {}; + message.expeditionId !== undefined && + (obj.expeditionId = Math.round(message.expeditionId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeExpeditionRewardCsReq { + const message = createBaseTakeExpeditionRewardCsReq(); + message.expeditionId = object.expeditionId ?? 0; + return message; + }, +}; + +function createBaseTakeExpeditionRewardScRsp(): TakeExpeditionRewardScRsp { + return { retcode: 0, expeditionId: 0, reward: undefined }; +} + +export const TakeExpeditionRewardScRsp = { + encode( + message: TakeExpeditionRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.expeditionId !== 0) { + writer.uint32(16).uint32(message.expeditionId); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeExpeditionRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeExpeditionRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.expeditionId = reader.uint32(); + break; + case 3: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeExpeditionRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + expeditionId: isSet(object.expeditionId) + ? Number(object.expeditionId) + : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: TakeExpeditionRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.expeditionId !== undefined && + (obj.expeditionId = Math.round(message.expeditionId)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeExpeditionRewardScRsp { + const message = createBaseTakeExpeditionRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.expeditionId = object.expeditionId ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseGetGachaInfoCsReq(): GetGachaInfoCsReq { + return {}; +} + +export const GetGachaInfoCsReq = { + encode( + _: GetGachaInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetGachaInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetGachaInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetGachaInfoCsReq { + return {}; + }, + + toJSON(_: GetGachaInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetGachaInfoCsReq { + const message = createBaseGetGachaInfoCsReq(); + return message; + }, +}; + +function createBaseGachaInfo(): GachaInfo { + return { + gachaId: 0, + beginTime: 0, + endTime: 0, + detailWebview: "", + newbieGachaCnt: 0, + todayGachaCnt: 0, + }; +} + +export const GachaInfo = { + encode( + message: GachaInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.gachaId !== 0) { + writer.uint32(8).uint32(message.gachaId); + } + if (message.beginTime !== 0) { + writer.uint32(16).uint32(message.beginTime); + } + if (message.endTime !== 0) { + writer.uint32(24).uint32(message.endTime); + } + if (message.detailWebview !== "") { + writer.uint32(34).string(message.detailWebview); + } + if (message.newbieGachaCnt !== 0) { + writer.uint32(40).uint32(message.newbieGachaCnt); + } + if (message.todayGachaCnt !== 0) { + writer.uint32(48).uint32(message.todayGachaCnt); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GachaInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGachaInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.gachaId = reader.uint32(); + break; + case 2: + message.beginTime = reader.uint32(); + break; + case 3: + message.endTime = reader.uint32(); + break; + case 4: + message.detailWebview = reader.string(); + break; + case 5: + message.newbieGachaCnt = reader.uint32(); + break; + case 6: + message.todayGachaCnt = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GachaInfo { + return { + gachaId: isSet(object.gachaId) ? Number(object.gachaId) : 0, + beginTime: isSet(object.beginTime) ? Number(object.beginTime) : 0, + endTime: isSet(object.endTime) ? Number(object.endTime) : 0, + detailWebview: isSet(object.detailWebview) + ? String(object.detailWebview) + : "", + newbieGachaCnt: isSet(object.newbieGachaCnt) + ? Number(object.newbieGachaCnt) + : 0, + todayGachaCnt: isSet(object.todayGachaCnt) + ? Number(object.todayGachaCnt) + : 0, + }; + }, + + toJSON(message: GachaInfo): unknown { + const obj: any = {}; + message.gachaId !== undefined && + (obj.gachaId = Math.round(message.gachaId)); + message.beginTime !== undefined && + (obj.beginTime = Math.round(message.beginTime)); + message.endTime !== undefined && + (obj.endTime = Math.round(message.endTime)); + message.detailWebview !== undefined && + (obj.detailWebview = message.detailWebview); + message.newbieGachaCnt !== undefined && + (obj.newbieGachaCnt = Math.round(message.newbieGachaCnt)); + message.todayGachaCnt !== undefined && + (obj.todayGachaCnt = Math.round(message.todayGachaCnt)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GachaInfo { + const message = createBaseGachaInfo(); + message.gachaId = object.gachaId ?? 0; + message.beginTime = object.beginTime ?? 0; + message.endTime = object.endTime ?? 0; + message.detailWebview = object.detailWebview ?? ""; + message.newbieGachaCnt = object.newbieGachaCnt ?? 0; + message.todayGachaCnt = object.todayGachaCnt ?? 0; + return message; + }, +}; + +function createBaseGetGachaInfoScRsp(): GetGachaInfoScRsp { + return { + retcode: 0, + gachaInfoList: [], + gachaRandom: 0, + todayTotalGachaCnt: 0, + todaySingleGachaMaxCnt: 0, + todayTotalGachaMaxCnt: 0, + }; +} + +export const GetGachaInfoScRsp = { + encode( + message: GetGachaInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.gachaInfoList) { + GachaInfo.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.gachaRandom !== 0) { + writer.uint32(24).uint32(message.gachaRandom); + } + if (message.todayTotalGachaCnt !== 0) { + writer.uint32(32).uint32(message.todayTotalGachaCnt); + } + if (message.todaySingleGachaMaxCnt !== 0) { + writer.uint32(40).uint32(message.todaySingleGachaMaxCnt); + } + if (message.todayTotalGachaMaxCnt !== 0) { + writer.uint32(48).uint32(message.todayTotalGachaMaxCnt); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetGachaInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetGachaInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.gachaInfoList.push(GachaInfo.decode(reader, reader.uint32())); + break; + case 3: + message.gachaRandom = reader.uint32(); + break; + case 4: + message.todayTotalGachaCnt = reader.uint32(); + break; + case 5: + message.todaySingleGachaMaxCnt = reader.uint32(); + break; + case 6: + message.todayTotalGachaMaxCnt = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetGachaInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + gachaInfoList: Array.isArray(object?.gachaInfoList) + ? object.gachaInfoList.map((e: any) => GachaInfo.fromJSON(e)) + : [], + gachaRandom: isSet(object.gachaRandom) ? Number(object.gachaRandom) : 0, + todayTotalGachaCnt: isSet(object.todayTotalGachaCnt) + ? Number(object.todayTotalGachaCnt) + : 0, + todaySingleGachaMaxCnt: isSet(object.todaySingleGachaMaxCnt) + ? Number(object.todaySingleGachaMaxCnt) + : 0, + todayTotalGachaMaxCnt: isSet(object.todayTotalGachaMaxCnt) + ? Number(object.todayTotalGachaMaxCnt) + : 0, + }; + }, + + toJSON(message: GetGachaInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.gachaInfoList) { + obj.gachaInfoList = message.gachaInfoList.map((e) => + e ? GachaInfo.toJSON(e) : undefined + ); + } else { + obj.gachaInfoList = []; + } + message.gachaRandom !== undefined && + (obj.gachaRandom = Math.round(message.gachaRandom)); + message.todayTotalGachaCnt !== undefined && + (obj.todayTotalGachaCnt = Math.round(message.todayTotalGachaCnt)); + message.todaySingleGachaMaxCnt !== undefined && + (obj.todaySingleGachaMaxCnt = Math.round(message.todaySingleGachaMaxCnt)); + message.todayTotalGachaMaxCnt !== undefined && + (obj.todayTotalGachaMaxCnt = Math.round(message.todayTotalGachaMaxCnt)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetGachaInfoScRsp { + const message = createBaseGetGachaInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.gachaInfoList = + object.gachaInfoList?.map((e) => GachaInfo.fromPartial(e)) || []; + message.gachaRandom = object.gachaRandom ?? 0; + message.todayTotalGachaCnt = object.todayTotalGachaCnt ?? 0; + message.todaySingleGachaMaxCnt = object.todaySingleGachaMaxCnt ?? 0; + message.todayTotalGachaMaxCnt = object.todayTotalGachaMaxCnt ?? 0; + return message; + }, +}; + +function createBaseDoGachaCsReq(): DoGachaCsReq { + return { gachaId: 0, gachaNum: 0, gachaRandom: 0, simulateMagic: 0 }; +} + +export const DoGachaCsReq = { + encode( + message: DoGachaCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.gachaId !== 0) { + writer.uint32(8).uint32(message.gachaId); + } + if (message.gachaNum !== 0) { + writer.uint32(16).uint32(message.gachaNum); + } + if (message.gachaRandom !== 0) { + writer.uint32(24).uint32(message.gachaRandom); + } + if (message.simulateMagic !== 0) { + writer.uint32(32).uint32(message.simulateMagic); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DoGachaCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDoGachaCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.gachaId = reader.uint32(); + break; + case 2: + message.gachaNum = reader.uint32(); + break; + case 3: + message.gachaRandom = reader.uint32(); + break; + case 4: + message.simulateMagic = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DoGachaCsReq { + return { + gachaId: isSet(object.gachaId) ? Number(object.gachaId) : 0, + gachaNum: isSet(object.gachaNum) ? Number(object.gachaNum) : 0, + gachaRandom: isSet(object.gachaRandom) ? Number(object.gachaRandom) : 0, + simulateMagic: isSet(object.simulateMagic) + ? Number(object.simulateMagic) + : 0, + }; + }, + + toJSON(message: DoGachaCsReq): unknown { + const obj: any = {}; + message.gachaId !== undefined && + (obj.gachaId = Math.round(message.gachaId)); + message.gachaNum !== undefined && + (obj.gachaNum = Math.round(message.gachaNum)); + message.gachaRandom !== undefined && + (obj.gachaRandom = Math.round(message.gachaRandom)); + message.simulateMagic !== undefined && + (obj.simulateMagic = Math.round(message.simulateMagic)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DoGachaCsReq { + const message = createBaseDoGachaCsReq(); + message.gachaId = object.gachaId ?? 0; + message.gachaNum = object.gachaNum ?? 0; + message.gachaRandom = object.gachaRandom ?? 0; + message.simulateMagic = object.simulateMagic ?? 0; + return message; + }, +}; + +function createBaseGachaItem(): GachaItem { + return { + gachaItem: undefined, + transferItemList: undefined, + isNew: false, + tokenItem: undefined, + }; +} + +export const GachaItem = { + encode( + message: GachaItem, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.gachaItem !== undefined) { + Item.encode(message.gachaItem, writer.uint32(10).fork()).ldelim(); + } + if (message.transferItemList !== undefined) { + ItemList.encode( + message.transferItemList, + writer.uint32(18).fork() + ).ldelim(); + } + if (message.isNew === true) { + writer.uint32(24).bool(message.isNew); + } + if (message.tokenItem !== undefined) { + ItemList.encode(message.tokenItem, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GachaItem { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGachaItem(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.gachaItem = Item.decode(reader, reader.uint32()); + break; + case 2: + message.transferItemList = ItemList.decode(reader, reader.uint32()); + break; + case 3: + message.isNew = reader.bool(); + break; + case 4: + message.tokenItem = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GachaItem { + return { + gachaItem: isSet(object.gachaItem) + ? Item.fromJSON(object.gachaItem) + : undefined, + transferItemList: isSet(object.transferItemList) + ? ItemList.fromJSON(object.transferItemList) + : undefined, + isNew: isSet(object.isNew) ? Boolean(object.isNew) : false, + tokenItem: isSet(object.tokenItem) + ? ItemList.fromJSON(object.tokenItem) + : undefined, + }; + }, + + toJSON(message: GachaItem): unknown { + const obj: any = {}; + message.gachaItem !== undefined && + (obj.gachaItem = message.gachaItem + ? Item.toJSON(message.gachaItem) + : undefined); + message.transferItemList !== undefined && + (obj.transferItemList = message.transferItemList + ? ItemList.toJSON(message.transferItemList) + : undefined); + message.isNew !== undefined && (obj.isNew = message.isNew); + message.tokenItem !== undefined && + (obj.tokenItem = message.tokenItem + ? ItemList.toJSON(message.tokenItem) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GachaItem { + const message = createBaseGachaItem(); + message.gachaItem = + object.gachaItem !== undefined && object.gachaItem !== null + ? Item.fromPartial(object.gachaItem) + : undefined; + message.transferItemList = + object.transferItemList !== undefined && object.transferItemList !== null + ? ItemList.fromPartial(object.transferItemList) + : undefined; + message.isNew = object.isNew ?? false; + message.tokenItem = + object.tokenItem !== undefined && object.tokenItem !== null + ? ItemList.fromPartial(object.tokenItem) + : undefined; + return message; + }, +}; + +function createBaseDoGachaScRsp(): DoGachaScRsp { + return { + retcode: 0, + gachaId: 0, + gachaNum: 0, + gachaItemList: [], + newGachaRandom: 0, + newbieGachaCnt: 0, + todayGachaCnt: 0, + todayTotalGachaCnt: 0, + }; +} + +export const DoGachaScRsp = { + encode( + message: DoGachaScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.gachaId !== 0) { + writer.uint32(16).uint32(message.gachaId); + } + if (message.gachaNum !== 0) { + writer.uint32(24).uint32(message.gachaNum); + } + for (const v of message.gachaItemList) { + GachaItem.encode(v!, writer.uint32(34).fork()).ldelim(); + } + if (message.newGachaRandom !== 0) { + writer.uint32(40).uint32(message.newGachaRandom); + } + if (message.newbieGachaCnt !== 0) { + writer.uint32(48).uint32(message.newbieGachaCnt); + } + if (message.todayGachaCnt !== 0) { + writer.uint32(56).uint32(message.todayGachaCnt); + } + if (message.todayTotalGachaCnt !== 0) { + writer.uint32(64).uint32(message.todayTotalGachaCnt); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DoGachaScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDoGachaScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.gachaId = reader.uint32(); + break; + case 3: + message.gachaNum = reader.uint32(); + break; + case 4: + message.gachaItemList.push(GachaItem.decode(reader, reader.uint32())); + break; + case 5: + message.newGachaRandom = reader.uint32(); + break; + case 6: + message.newbieGachaCnt = reader.uint32(); + break; + case 7: + message.todayGachaCnt = reader.uint32(); + break; + case 8: + message.todayTotalGachaCnt = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DoGachaScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + gachaId: isSet(object.gachaId) ? Number(object.gachaId) : 0, + gachaNum: isSet(object.gachaNum) ? Number(object.gachaNum) : 0, + gachaItemList: Array.isArray(object?.gachaItemList) + ? object.gachaItemList.map((e: any) => GachaItem.fromJSON(e)) + : [], + newGachaRandom: isSet(object.newGachaRandom) + ? Number(object.newGachaRandom) + : 0, + newbieGachaCnt: isSet(object.newbieGachaCnt) + ? Number(object.newbieGachaCnt) + : 0, + todayGachaCnt: isSet(object.todayGachaCnt) + ? Number(object.todayGachaCnt) + : 0, + todayTotalGachaCnt: isSet(object.todayTotalGachaCnt) + ? Number(object.todayTotalGachaCnt) + : 0, + }; + }, + + toJSON(message: DoGachaScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.gachaId !== undefined && + (obj.gachaId = Math.round(message.gachaId)); + message.gachaNum !== undefined && + (obj.gachaNum = Math.round(message.gachaNum)); + if (message.gachaItemList) { + obj.gachaItemList = message.gachaItemList.map((e) => + e ? GachaItem.toJSON(e) : undefined + ); + } else { + obj.gachaItemList = []; + } + message.newGachaRandom !== undefined && + (obj.newGachaRandom = Math.round(message.newGachaRandom)); + message.newbieGachaCnt !== undefined && + (obj.newbieGachaCnt = Math.round(message.newbieGachaCnt)); + message.todayGachaCnt !== undefined && + (obj.todayGachaCnt = Math.round(message.todayGachaCnt)); + message.todayTotalGachaCnt !== undefined && + (obj.todayTotalGachaCnt = Math.round(message.todayTotalGachaCnt)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DoGachaScRsp { + const message = createBaseDoGachaScRsp(); + message.retcode = object.retcode ?? 0; + message.gachaId = object.gachaId ?? 0; + message.gachaNum = object.gachaNum ?? 0; + message.gachaItemList = + object.gachaItemList?.map((e) => GachaItem.fromPartial(e)) || []; + message.newGachaRandom = object.newGachaRandom ?? 0; + message.newbieGachaCnt = object.newbieGachaCnt ?? 0; + message.todayGachaCnt = object.todayGachaCnt ?? 0; + message.todayTotalGachaCnt = object.todayTotalGachaCnt ?? 0; + return message; + }, +}; + +function createBaseGetBagCsReq(): GetBagCsReq { + return {}; +} + +export const GetBagCsReq = { + encode(_: GetBagCsReq, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetBagCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetBagCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetBagCsReq { + return {}; + }, + + toJSON(_: GetBagCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>(_: I): GetBagCsReq { + const message = createBaseGetBagCsReq(); + return message; + }, +}; + +function createBaseEquipment(): Equipment { + return { + uniqueId: 0, + tid: 0, + level: 0, + exp: 0, + rank: 0, + baseAvatarId: 0, + isProtected: false, + promotion: 0, + }; +} + +export const Equipment = { + encode( + message: Equipment, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.uniqueId !== 0) { + writer.uint32(8).uint32(message.uniqueId); + } + if (message.tid !== 0) { + writer.uint32(16).uint32(message.tid); + } + if (message.level !== 0) { + writer.uint32(24).uint32(message.level); + } + if (message.exp !== 0) { + writer.uint32(32).uint32(message.exp); + } + if (message.rank !== 0) { + writer.uint32(40).uint32(message.rank); + } + if (message.baseAvatarId !== 0) { + writer.uint32(48).uint32(message.baseAvatarId); + } + if (message.isProtected === true) { + writer.uint32(56).bool(message.isProtected); + } + if (message.promotion !== 0) { + writer.uint32(64).uint32(message.promotion); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Equipment { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEquipment(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.uniqueId = reader.uint32(); + break; + case 2: + message.tid = reader.uint32(); + break; + case 3: + message.level = reader.uint32(); + break; + case 4: + message.exp = reader.uint32(); + break; + case 5: + message.rank = reader.uint32(); + break; + case 6: + message.baseAvatarId = reader.uint32(); + break; + case 7: + message.isProtected = reader.bool(); + break; + case 8: + message.promotion = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Equipment { + return { + uniqueId: isSet(object.uniqueId) ? Number(object.uniqueId) : 0, + tid: isSet(object.tid) ? Number(object.tid) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + exp: isSet(object.exp) ? Number(object.exp) : 0, + rank: isSet(object.rank) ? Number(object.rank) : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + isProtected: isSet(object.isProtected) + ? Boolean(object.isProtected) + : false, + promotion: isSet(object.promotion) ? Number(object.promotion) : 0, + }; + }, + + toJSON(message: Equipment): unknown { + const obj: any = {}; + message.uniqueId !== undefined && + (obj.uniqueId = Math.round(message.uniqueId)); + message.tid !== undefined && (obj.tid = Math.round(message.tid)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.exp !== undefined && (obj.exp = Math.round(message.exp)); + message.rank !== undefined && (obj.rank = Math.round(message.rank)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.isProtected !== undefined && + (obj.isProtected = message.isProtected); + message.promotion !== undefined && + (obj.promotion = Math.round(message.promotion)); + return obj; + }, + + fromPartial, I>>( + object: I + ): Equipment { + const message = createBaseEquipment(); + message.uniqueId = object.uniqueId ?? 0; + message.tid = object.tid ?? 0; + message.level = object.level ?? 0; + message.exp = object.exp ?? 0; + message.rank = object.rank ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + message.isProtected = object.isProtected ?? false; + message.promotion = object.promotion ?? 0; + return message; + }, +}; + +function createBaseRelic(): Relic { + return { + uniqueId: 0, + tid: 0, + level: 0, + exp: 0, + baseAvatarId: 0, + isProtected: false, + mainAffixId: 0, + subAffixList: [], + }; +} + +export const Relic = { + encode(message: Relic, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer { + if (message.uniqueId !== 0) { + writer.uint32(8).uint32(message.uniqueId); + } + if (message.tid !== 0) { + writer.uint32(16).uint32(message.tid); + } + if (message.level !== 0) { + writer.uint32(24).uint32(message.level); + } + if (message.exp !== 0) { + writer.uint32(32).uint32(message.exp); + } + if (message.baseAvatarId !== 0) { + writer.uint32(40).uint32(message.baseAvatarId); + } + if (message.isProtected === true) { + writer.uint32(48).bool(message.isProtected); + } + if (message.mainAffixId !== 0) { + writer.uint32(56).uint32(message.mainAffixId); + } + for (const v of message.subAffixList) { + RelicAffix.encode(v!, writer.uint32(66).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Relic { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRelic(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.uniqueId = reader.uint32(); + break; + case 2: + message.tid = reader.uint32(); + break; + case 3: + message.level = reader.uint32(); + break; + case 4: + message.exp = reader.uint32(); + break; + case 5: + message.baseAvatarId = reader.uint32(); + break; + case 6: + message.isProtected = reader.bool(); + break; + case 7: + message.mainAffixId = reader.uint32(); + break; + case 8: + message.subAffixList.push(RelicAffix.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Relic { + return { + uniqueId: isSet(object.uniqueId) ? Number(object.uniqueId) : 0, + tid: isSet(object.tid) ? Number(object.tid) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + exp: isSet(object.exp) ? Number(object.exp) : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + isProtected: isSet(object.isProtected) + ? Boolean(object.isProtected) + : false, + mainAffixId: isSet(object.mainAffixId) ? Number(object.mainAffixId) : 0, + subAffixList: Array.isArray(object?.subAffixList) + ? object.subAffixList.map((e: any) => RelicAffix.fromJSON(e)) + : [], + }; + }, + + toJSON(message: Relic): unknown { + const obj: any = {}; + message.uniqueId !== undefined && + (obj.uniqueId = Math.round(message.uniqueId)); + message.tid !== undefined && (obj.tid = Math.round(message.tid)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.exp !== undefined && (obj.exp = Math.round(message.exp)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.isProtected !== undefined && + (obj.isProtected = message.isProtected); + message.mainAffixId !== undefined && + (obj.mainAffixId = Math.round(message.mainAffixId)); + if (message.subAffixList) { + obj.subAffixList = message.subAffixList.map((e) => + e ? RelicAffix.toJSON(e) : undefined + ); + } else { + obj.subAffixList = []; + } + return obj; + }, + + fromPartial, I>>(object: I): Relic { + const message = createBaseRelic(); + message.uniqueId = object.uniqueId ?? 0; + message.tid = object.tid ?? 0; + message.level = object.level ?? 0; + message.exp = object.exp ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + message.isProtected = object.isProtected ?? false; + message.mainAffixId = object.mainAffixId ?? 0; + message.subAffixList = + object.subAffixList?.map((e) => RelicAffix.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseMaterial(): Material { + return { tid: 0, num: 0 }; +} + +export const Material = { + encode( + message: Material, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.tid !== 0) { + writer.uint32(8).uint32(message.tid); + } + if (message.num !== 0) { + writer.uint32(16).uint32(message.num); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Material { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMaterial(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.tid = reader.uint32(); + break; + case 2: + message.num = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Material { + return { + tid: isSet(object.tid) ? Number(object.tid) : 0, + num: isSet(object.num) ? Number(object.num) : 0, + }; + }, + + toJSON(message: Material): unknown { + const obj: any = {}; + message.tid !== undefined && (obj.tid = Math.round(message.tid)); + message.num !== undefined && (obj.num = Math.round(message.num)); + return obj; + }, + + fromPartial, I>>(object: I): Material { + const message = createBaseMaterial(); + message.tid = object.tid ?? 0; + message.num = object.num ?? 0; + return message; + }, +}; + +function createBaseWaitDelResource(): WaitDelResource { + return { tid: 0, num: 0 }; +} + +export const WaitDelResource = { + encode( + message: WaitDelResource, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.tid !== 0) { + writer.uint32(8).uint32(message.tid); + } + if (message.num !== 0) { + writer.uint32(16).uint32(message.num); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): WaitDelResource { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseWaitDelResource(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.tid = reader.uint32(); + break; + case 2: + message.num = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): WaitDelResource { + return { + tid: isSet(object.tid) ? Number(object.tid) : 0, + num: isSet(object.num) ? Number(object.num) : 0, + }; + }, + + toJSON(message: WaitDelResource): unknown { + const obj: any = {}; + message.tid !== undefined && (obj.tid = Math.round(message.tid)); + message.num !== undefined && (obj.num = Math.round(message.num)); + return obj; + }, + + fromPartial, I>>( + object: I + ): WaitDelResource { + const message = createBaseWaitDelResource(); + message.tid = object.tid ?? 0; + message.num = object.num ?? 0; + return message; + }, +}; + +function createBaseGetBagScRsp(): GetBagScRsp { + return { + retcode: 0, + equipmentList: [], + materialList: [], + relicList: [], + rogueItemList: [], + waitDelResourceList: [], + }; +} + +export const GetBagScRsp = { + encode( + message: GetBagScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.equipmentList) { + Equipment.encode(v!, writer.uint32(18).fork()).ldelim(); + } + for (const v of message.materialList) { + Material.encode(v!, writer.uint32(26).fork()).ldelim(); + } + for (const v of message.relicList) { + Relic.encode(v!, writer.uint32(34).fork()).ldelim(); + } + for (const v of message.rogueItemList) { + Material.encode(v!, writer.uint32(42).fork()).ldelim(); + } + for (const v of message.waitDelResourceList) { + WaitDelResource.encode(v!, writer.uint32(50).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetBagScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetBagScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.equipmentList.push(Equipment.decode(reader, reader.uint32())); + break; + case 3: + message.materialList.push(Material.decode(reader, reader.uint32())); + break; + case 4: + message.relicList.push(Relic.decode(reader, reader.uint32())); + break; + case 5: + message.rogueItemList.push(Material.decode(reader, reader.uint32())); + break; + case 6: + message.waitDelResourceList.push( + WaitDelResource.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetBagScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + equipmentList: Array.isArray(object?.equipmentList) + ? object.equipmentList.map((e: any) => Equipment.fromJSON(e)) + : [], + materialList: Array.isArray(object?.materialList) + ? object.materialList.map((e: any) => Material.fromJSON(e)) + : [], + relicList: Array.isArray(object?.relicList) + ? object.relicList.map((e: any) => Relic.fromJSON(e)) + : [], + rogueItemList: Array.isArray(object?.rogueItemList) + ? object.rogueItemList.map((e: any) => Material.fromJSON(e)) + : [], + waitDelResourceList: Array.isArray(object?.waitDelResourceList) + ? object.waitDelResourceList.map((e: any) => + WaitDelResource.fromJSON(e) + ) + : [], + }; + }, + + toJSON(message: GetBagScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.equipmentList) { + obj.equipmentList = message.equipmentList.map((e) => + e ? Equipment.toJSON(e) : undefined + ); + } else { + obj.equipmentList = []; + } + if (message.materialList) { + obj.materialList = message.materialList.map((e) => + e ? Material.toJSON(e) : undefined + ); + } else { + obj.materialList = []; + } + if (message.relicList) { + obj.relicList = message.relicList.map((e) => + e ? Relic.toJSON(e) : undefined + ); + } else { + obj.relicList = []; + } + if (message.rogueItemList) { + obj.rogueItemList = message.rogueItemList.map((e) => + e ? Material.toJSON(e) : undefined + ); + } else { + obj.rogueItemList = []; + } + if (message.waitDelResourceList) { + obj.waitDelResourceList = message.waitDelResourceList.map((e) => + e ? WaitDelResource.toJSON(e) : undefined + ); + } else { + obj.waitDelResourceList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetBagScRsp { + const message = createBaseGetBagScRsp(); + message.retcode = object.retcode ?? 0; + message.equipmentList = + object.equipmentList?.map((e) => Equipment.fromPartial(e)) || []; + message.materialList = + object.materialList?.map((e) => Material.fromPartial(e)) || []; + message.relicList = + object.relicList?.map((e) => Relic.fromPartial(e)) || []; + message.rogueItemList = + object.rogueItemList?.map((e) => Material.fromPartial(e)) || []; + message.waitDelResourceList = + object.waitDelResourceList?.map((e) => WaitDelResource.fromPartial(e)) || + []; + return message; + }, +}; + +function createBasePromoteEquipmentCsReq(): PromoteEquipmentCsReq { + return { equipmentUniqueId: 0, costData: undefined }; +} + +export const PromoteEquipmentCsReq = { + encode( + message: PromoteEquipmentCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.equipmentUniqueId !== 0) { + writer.uint32(8).uint32(message.equipmentUniqueId); + } + if (message.costData !== undefined) { + ItemCostData.encode(message.costData, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): PromoteEquipmentCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePromoteEquipmentCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.equipmentUniqueId = reader.uint32(); + break; + case 2: + message.costData = ItemCostData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PromoteEquipmentCsReq { + return { + equipmentUniqueId: isSet(object.equipmentUniqueId) + ? Number(object.equipmentUniqueId) + : 0, + costData: isSet(object.costData) + ? ItemCostData.fromJSON(object.costData) + : undefined, + }; + }, + + toJSON(message: PromoteEquipmentCsReq): unknown { + const obj: any = {}; + message.equipmentUniqueId !== undefined && + (obj.equipmentUniqueId = Math.round(message.equipmentUniqueId)); + message.costData !== undefined && + (obj.costData = message.costData + ? ItemCostData.toJSON(message.costData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): PromoteEquipmentCsReq { + const message = createBasePromoteEquipmentCsReq(); + message.equipmentUniqueId = object.equipmentUniqueId ?? 0; + message.costData = + object.costData !== undefined && object.costData !== null + ? ItemCostData.fromPartial(object.costData) + : undefined; + return message; + }, +}; + +function createBasePromoteEquipmentScRsp(): PromoteEquipmentScRsp { + return { retcode: 0 }; +} + +export const PromoteEquipmentScRsp = { + encode( + message: PromoteEquipmentScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): PromoteEquipmentScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePromoteEquipmentScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PromoteEquipmentScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: PromoteEquipmentScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): PromoteEquipmentScRsp { + const message = createBasePromoteEquipmentScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseLockEquipmentCsReq(): LockEquipmentCsReq { + return { equipmentUniqueId: 0, isLock: false }; +} + +export const LockEquipmentCsReq = { + encode( + message: LockEquipmentCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.equipmentUniqueId !== 0) { + writer.uint32(8).uint32(message.equipmentUniqueId); + } + if (message.isLock === true) { + writer.uint32(16).bool(message.isLock); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LockEquipmentCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLockEquipmentCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.equipmentUniqueId = reader.uint32(); + break; + case 2: + message.isLock = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LockEquipmentCsReq { + return { + equipmentUniqueId: isSet(object.equipmentUniqueId) + ? Number(object.equipmentUniqueId) + : 0, + isLock: isSet(object.isLock) ? Boolean(object.isLock) : false, + }; + }, + + toJSON(message: LockEquipmentCsReq): unknown { + const obj: any = {}; + message.equipmentUniqueId !== undefined && + (obj.equipmentUniqueId = Math.round(message.equipmentUniqueId)); + message.isLock !== undefined && (obj.isLock = message.isLock); + return obj; + }, + + fromPartial, I>>( + object: I + ): LockEquipmentCsReq { + const message = createBaseLockEquipmentCsReq(); + message.equipmentUniqueId = object.equipmentUniqueId ?? 0; + message.isLock = object.isLock ?? false; + return message; + }, +}; + +function createBaseLockEquipmentScRsp(): LockEquipmentScRsp { + return { retcode: 0, equipmentUniqueId: 0 }; +} + +export const LockEquipmentScRsp = { + encode( + message: LockEquipmentScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.equipmentUniqueId !== 0) { + writer.uint32(16).uint32(message.equipmentUniqueId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LockEquipmentScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLockEquipmentScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.equipmentUniqueId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LockEquipmentScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + equipmentUniqueId: isSet(object.equipmentUniqueId) + ? Number(object.equipmentUniqueId) + : 0, + }; + }, + + toJSON(message: LockEquipmentScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.equipmentUniqueId !== undefined && + (obj.equipmentUniqueId = Math.round(message.equipmentUniqueId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): LockEquipmentScRsp { + const message = createBaseLockEquipmentScRsp(); + message.retcode = object.retcode ?? 0; + message.equipmentUniqueId = object.equipmentUniqueId ?? 0; + return message; + }, +}; + +function createBaseUseItemCsReq(): UseItemCsReq { + return { + useItemId: 0, + useItemCount: 0, + baseAvatarId: 0, + useAvatarType: 0, + optionalRewardId: 0, + }; +} + +export const UseItemCsReq = { + encode( + message: UseItemCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.useItemId !== 0) { + writer.uint32(8).uint32(message.useItemId); + } + if (message.useItemCount !== 0) { + writer.uint32(16).uint32(message.useItemCount); + } + if (message.baseAvatarId !== 0) { + writer.uint32(24).uint32(message.baseAvatarId); + } + if (message.useAvatarType !== 0) { + writer.uint32(32).int32(message.useAvatarType); + } + if (message.optionalRewardId !== 0) { + writer.uint32(40).uint32(message.optionalRewardId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): UseItemCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUseItemCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.useItemId = reader.uint32(); + break; + case 2: + message.useItemCount = reader.uint32(); + break; + case 3: + message.baseAvatarId = reader.uint32(); + break; + case 4: + message.useAvatarType = reader.int32() as any; + break; + case 5: + message.optionalRewardId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UseItemCsReq { + return { + useItemId: isSet(object.useItemId) ? Number(object.useItemId) : 0, + useItemCount: isSet(object.useItemCount) + ? Number(object.useItemCount) + : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + useAvatarType: isSet(object.useAvatarType) + ? avatarTypeFromJSON(object.useAvatarType) + : 0, + optionalRewardId: isSet(object.optionalRewardId) + ? Number(object.optionalRewardId) + : 0, + }; + }, + + toJSON(message: UseItemCsReq): unknown { + const obj: any = {}; + message.useItemId !== undefined && + (obj.useItemId = Math.round(message.useItemId)); + message.useItemCount !== undefined && + (obj.useItemCount = Math.round(message.useItemCount)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.useAvatarType !== undefined && + (obj.useAvatarType = avatarTypeToJSON(message.useAvatarType)); + message.optionalRewardId !== undefined && + (obj.optionalRewardId = Math.round(message.optionalRewardId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): UseItemCsReq { + const message = createBaseUseItemCsReq(); + message.useItemId = object.useItemId ?? 0; + message.useItemCount = object.useItemCount ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + message.useAvatarType = object.useAvatarType ?? 0; + message.optionalRewardId = object.optionalRewardId ?? 0; + return message; + }, +}; + +function createBaseUseItemScRsp(): UseItemScRsp { + return { retcode: 0, useItemId: 0, useItemCount: 0, returnData: undefined }; +} + +export const UseItemScRsp = { + encode( + message: UseItemScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.useItemId !== 0) { + writer.uint32(16).uint32(message.useItemId); + } + if (message.useItemCount !== 0) { + writer.uint32(24).uint32(message.useItemCount); + } + if (message.returnData !== undefined) { + ItemList.encode(message.returnData, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): UseItemScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUseItemScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.useItemId = reader.uint32(); + break; + case 3: + message.useItemCount = reader.uint32(); + break; + case 4: + message.returnData = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UseItemScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + useItemId: isSet(object.useItemId) ? Number(object.useItemId) : 0, + useItemCount: isSet(object.useItemCount) + ? Number(object.useItemCount) + : 0, + returnData: isSet(object.returnData) + ? ItemList.fromJSON(object.returnData) + : undefined, + }; + }, + + toJSON(message: UseItemScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.useItemId !== undefined && + (obj.useItemId = Math.round(message.useItemId)); + message.useItemCount !== undefined && + (obj.useItemCount = Math.round(message.useItemCount)); + message.returnData !== undefined && + (obj.returnData = message.returnData + ? ItemList.toJSON(message.returnData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): UseItemScRsp { + const message = createBaseUseItemScRsp(); + message.retcode = object.retcode ?? 0; + message.useItemId = object.useItemId ?? 0; + message.useItemCount = object.useItemCount ?? 0; + message.returnData = + object.returnData !== undefined && object.returnData !== null + ? ItemList.fromPartial(object.returnData) + : undefined; + return message; + }, +}; + +function createBaseRankUpEquipmentCsReq(): RankUpEquipmentCsReq { + return { equipmentUniqueId: 0, equipmentIdList: [] }; +} + +export const RankUpEquipmentCsReq = { + encode( + message: RankUpEquipmentCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.equipmentUniqueId !== 0) { + writer.uint32(8).uint32(message.equipmentUniqueId); + } + writer.uint32(18).fork(); + for (const v of message.equipmentIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RankUpEquipmentCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRankUpEquipmentCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.equipmentUniqueId = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.equipmentIdList.push(reader.uint32()); + } + } else { + message.equipmentIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RankUpEquipmentCsReq { + return { + equipmentUniqueId: isSet(object.equipmentUniqueId) + ? Number(object.equipmentUniqueId) + : 0, + equipmentIdList: Array.isArray(object?.equipmentIdList) + ? object.equipmentIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: RankUpEquipmentCsReq): unknown { + const obj: any = {}; + message.equipmentUniqueId !== undefined && + (obj.equipmentUniqueId = Math.round(message.equipmentUniqueId)); + if (message.equipmentIdList) { + obj.equipmentIdList = message.equipmentIdList.map((e) => Math.round(e)); + } else { + obj.equipmentIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): RankUpEquipmentCsReq { + const message = createBaseRankUpEquipmentCsReq(); + message.equipmentUniqueId = object.equipmentUniqueId ?? 0; + message.equipmentIdList = object.equipmentIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseRankUpEquipmentScRsp(): RankUpEquipmentScRsp { + return { retcode: 0 }; +} + +export const RankUpEquipmentScRsp = { + encode( + message: RankUpEquipmentScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RankUpEquipmentScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRankUpEquipmentScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RankUpEquipmentScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: RankUpEquipmentScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RankUpEquipmentScRsp { + const message = createBaseRankUpEquipmentScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseExpUpEquipmentCsReq(): ExpUpEquipmentCsReq { + return { equipmentUniqueId: 0, costData: undefined }; +} + +export const ExpUpEquipmentCsReq = { + encode( + message: ExpUpEquipmentCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.equipmentUniqueId !== 0) { + writer.uint32(8).uint32(message.equipmentUniqueId); + } + if (message.costData !== undefined) { + ItemCostData.encode(message.costData, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ExpUpEquipmentCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseExpUpEquipmentCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.equipmentUniqueId = reader.uint32(); + break; + case 2: + message.costData = ItemCostData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ExpUpEquipmentCsReq { + return { + equipmentUniqueId: isSet(object.equipmentUniqueId) + ? Number(object.equipmentUniqueId) + : 0, + costData: isSet(object.costData) + ? ItemCostData.fromJSON(object.costData) + : undefined, + }; + }, + + toJSON(message: ExpUpEquipmentCsReq): unknown { + const obj: any = {}; + message.equipmentUniqueId !== undefined && + (obj.equipmentUniqueId = Math.round(message.equipmentUniqueId)); + message.costData !== undefined && + (obj.costData = message.costData + ? ItemCostData.toJSON(message.costData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): ExpUpEquipmentCsReq { + const message = createBaseExpUpEquipmentCsReq(); + message.equipmentUniqueId = object.equipmentUniqueId ?? 0; + message.costData = + object.costData !== undefined && object.costData !== null + ? ItemCostData.fromPartial(object.costData) + : undefined; + return message; + }, +}; + +function createBaseExpUpEquipmentScRsp(): ExpUpEquipmentScRsp { + return { retcode: 0, returnItemList: [] }; +} + +export const ExpUpEquipmentScRsp = { + encode( + message: ExpUpEquipmentScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.returnItemList) { + PileItem.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ExpUpEquipmentScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseExpUpEquipmentScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.returnItemList.push(PileItem.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ExpUpEquipmentScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + returnItemList: Array.isArray(object?.returnItemList) + ? object.returnItemList.map((e: any) => PileItem.fromJSON(e)) + : [], + }; + }, + + toJSON(message: ExpUpEquipmentScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.returnItemList) { + obj.returnItemList = message.returnItemList.map((e) => + e ? PileItem.toJSON(e) : undefined + ); + } else { + obj.returnItemList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): ExpUpEquipmentScRsp { + const message = createBaseExpUpEquipmentScRsp(); + message.retcode = object.retcode ?? 0; + message.returnItemList = + object.returnItemList?.map((e) => PileItem.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseComposeItemCsReq(): ComposeItemCsReq { + return { composeId: 0, count: 0 }; +} + +export const ComposeItemCsReq = { + encode( + message: ComposeItemCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.composeId !== 0) { + writer.uint32(8).uint32(message.composeId); + } + if (message.count !== 0) { + writer.uint32(16).uint32(message.count); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ComposeItemCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseComposeItemCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.composeId = reader.uint32(); + break; + case 2: + message.count = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ComposeItemCsReq { + return { + composeId: isSet(object.composeId) ? Number(object.composeId) : 0, + count: isSet(object.count) ? Number(object.count) : 0, + }; + }, + + toJSON(message: ComposeItemCsReq): unknown { + const obj: any = {}; + message.composeId !== undefined && + (obj.composeId = Math.round(message.composeId)); + message.count !== undefined && (obj.count = Math.round(message.count)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ComposeItemCsReq { + const message = createBaseComposeItemCsReq(); + message.composeId = object.composeId ?? 0; + message.count = object.count ?? 0; + return message; + }, +}; + +function createBaseComposeItemScRsp(): ComposeItemScRsp { + return { retcode: 0, composeId: 0, count: 0, returnItemList: undefined }; +} + +export const ComposeItemScRsp = { + encode( + message: ComposeItemScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.composeId !== 0) { + writer.uint32(16).uint32(message.composeId); + } + if (message.count !== 0) { + writer.uint32(24).uint32(message.count); + } + if (message.returnItemList !== undefined) { + ItemList.encode( + message.returnItemList, + writer.uint32(34).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ComposeItemScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseComposeItemScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.composeId = reader.uint32(); + break; + case 3: + message.count = reader.uint32(); + break; + case 4: + message.returnItemList = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ComposeItemScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + composeId: isSet(object.composeId) ? Number(object.composeId) : 0, + count: isSet(object.count) ? Number(object.count) : 0, + returnItemList: isSet(object.returnItemList) + ? ItemList.fromJSON(object.returnItemList) + : undefined, + }; + }, + + toJSON(message: ComposeItemScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.composeId !== undefined && + (obj.composeId = Math.round(message.composeId)); + message.count !== undefined && (obj.count = Math.round(message.count)); + message.returnItemList !== undefined && + (obj.returnItemList = message.returnItemList + ? ItemList.toJSON(message.returnItemList) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): ComposeItemScRsp { + const message = createBaseComposeItemScRsp(); + message.retcode = object.retcode ?? 0; + message.composeId = object.composeId ?? 0; + message.count = object.count ?? 0; + message.returnItemList = + object.returnItemList !== undefined && object.returnItemList !== null + ? ItemList.fromPartial(object.returnItemList) + : undefined; + return message; + }, +}; + +function createBaseExpUpRelicCsReq(): ExpUpRelicCsReq { + return { relicUniqueId: 0, costData: undefined }; +} + +export const ExpUpRelicCsReq = { + encode( + message: ExpUpRelicCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.relicUniqueId !== 0) { + writer.uint32(8).uint32(message.relicUniqueId); + } + if (message.costData !== undefined) { + ItemCostData.encode(message.costData, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ExpUpRelicCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseExpUpRelicCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.relicUniqueId = reader.uint32(); + break; + case 2: + message.costData = ItemCostData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ExpUpRelicCsReq { + return { + relicUniqueId: isSet(object.relicUniqueId) + ? Number(object.relicUniqueId) + : 0, + costData: isSet(object.costData) + ? ItemCostData.fromJSON(object.costData) + : undefined, + }; + }, + + toJSON(message: ExpUpRelicCsReq): unknown { + const obj: any = {}; + message.relicUniqueId !== undefined && + (obj.relicUniqueId = Math.round(message.relicUniqueId)); + message.costData !== undefined && + (obj.costData = message.costData + ? ItemCostData.toJSON(message.costData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): ExpUpRelicCsReq { + const message = createBaseExpUpRelicCsReq(); + message.relicUniqueId = object.relicUniqueId ?? 0; + message.costData = + object.costData !== undefined && object.costData !== null + ? ItemCostData.fromPartial(object.costData) + : undefined; + return message; + }, +}; + +function createBaseExpUpRelicScRsp(): ExpUpRelicScRsp { + return { retcode: 0, returnItemList: [] }; +} + +export const ExpUpRelicScRsp = { + encode( + message: ExpUpRelicScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.returnItemList) { + PileItem.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ExpUpRelicScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseExpUpRelicScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.returnItemList.push(PileItem.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ExpUpRelicScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + returnItemList: Array.isArray(object?.returnItemList) + ? object.returnItemList.map((e: any) => PileItem.fromJSON(e)) + : [], + }; + }, + + toJSON(message: ExpUpRelicScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.returnItemList) { + obj.returnItemList = message.returnItemList.map((e) => + e ? PileItem.toJSON(e) : undefined + ); + } else { + obj.returnItemList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): ExpUpRelicScRsp { + const message = createBaseExpUpRelicScRsp(); + message.retcode = object.retcode ?? 0; + message.returnItemList = + object.returnItemList?.map((e) => PileItem.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseLockRelicCsReq(): LockRelicCsReq { + return { relicUniqueId: 0, isLock: false }; +} + +export const LockRelicCsReq = { + encode( + message: LockRelicCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.relicUniqueId !== 0) { + writer.uint32(8).uint32(message.relicUniqueId); + } + if (message.isLock === true) { + writer.uint32(16).bool(message.isLock); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LockRelicCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLockRelicCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.relicUniqueId = reader.uint32(); + break; + case 2: + message.isLock = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LockRelicCsReq { + return { + relicUniqueId: isSet(object.relicUniqueId) + ? Number(object.relicUniqueId) + : 0, + isLock: isSet(object.isLock) ? Boolean(object.isLock) : false, + }; + }, + + toJSON(message: LockRelicCsReq): unknown { + const obj: any = {}; + message.relicUniqueId !== undefined && + (obj.relicUniqueId = Math.round(message.relicUniqueId)); + message.isLock !== undefined && (obj.isLock = message.isLock); + return obj; + }, + + fromPartial, I>>( + object: I + ): LockRelicCsReq { + const message = createBaseLockRelicCsReq(); + message.relicUniqueId = object.relicUniqueId ?? 0; + message.isLock = object.isLock ?? false; + return message; + }, +}; + +function createBaseLockRelicScRsp(): LockRelicScRsp { + return { retcode: 0, relicUniqueId: 0 }; +} + +export const LockRelicScRsp = { + encode( + message: LockRelicScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.relicUniqueId !== 0) { + writer.uint32(16).uint32(message.relicUniqueId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LockRelicScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLockRelicScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.relicUniqueId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LockRelicScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + relicUniqueId: isSet(object.relicUniqueId) + ? Number(object.relicUniqueId) + : 0, + }; + }, + + toJSON(message: LockRelicScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.relicUniqueId !== undefined && + (obj.relicUniqueId = Math.round(message.relicUniqueId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): LockRelicScRsp { + const message = createBaseLockRelicScRsp(); + message.retcode = object.retcode ?? 0; + message.relicUniqueId = object.relicUniqueId ?? 0; + return message; + }, +}; + +function createBaseSellItemCsReq(): SellItemCsReq { + return { costData: undefined }; +} + +export const SellItemCsReq = { + encode( + message: SellItemCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.costData !== undefined) { + ItemCostData.encode(message.costData, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SellItemCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSellItemCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.costData = ItemCostData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SellItemCsReq { + return { + costData: isSet(object.costData) + ? ItemCostData.fromJSON(object.costData) + : undefined, + }; + }, + + toJSON(message: SellItemCsReq): unknown { + const obj: any = {}; + message.costData !== undefined && + (obj.costData = message.costData + ? ItemCostData.toJSON(message.costData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SellItemCsReq { + const message = createBaseSellItemCsReq(); + message.costData = + object.costData !== undefined && object.costData !== null + ? ItemCostData.fromPartial(object.costData) + : undefined; + return message; + }, +}; + +function createBaseSellItemScRsp(): SellItemScRsp { + return { retcode: 0, returnItemList: undefined }; +} + +export const SellItemScRsp = { + encode( + message: SellItemScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.returnItemList !== undefined) { + ItemList.encode( + message.returnItemList, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SellItemScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSellItemScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.returnItemList = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SellItemScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + returnItemList: isSet(object.returnItemList) + ? ItemList.fromJSON(object.returnItemList) + : undefined, + }; + }, + + toJSON(message: SellItemScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.returnItemList !== undefined && + (obj.returnItemList = message.returnItemList + ? ItemList.toJSON(message.returnItemList) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SellItemScRsp { + const message = createBaseSellItemScRsp(); + message.retcode = object.retcode ?? 0; + message.returnItemList = + object.returnItemList !== undefined && object.returnItemList !== null + ? ItemList.fromPartial(object.returnItemList) + : undefined; + return message; + }, +}; + +function createBaseRechargeSuccNotify(): RechargeSuccNotify { + return { itemList: undefined }; +} + +export const RechargeSuccNotify = { + encode( + message: RechargeSuccNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemList !== undefined) { + ItemList.encode(message.itemList, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RechargeSuccNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRechargeSuccNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemList = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RechargeSuccNotify { + return { + itemList: isSet(object.itemList) + ? ItemList.fromJSON(object.itemList) + : undefined, + }; + }, + + toJSON(message: RechargeSuccNotify): unknown { + const obj: any = {}; + message.itemList !== undefined && + (obj.itemList = message.itemList + ? ItemList.toJSON(message.itemList) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): RechargeSuccNotify { + const message = createBaseRechargeSuccNotify(); + message.itemList = + object.itemList !== undefined && object.itemList !== null + ? ItemList.fromPartial(object.itemList) + : undefined; + return message; + }, +}; + +function createBaseGetStageLineupCsReq(): GetStageLineupCsReq { + return {}; +} + +export const GetStageLineupCsReq = { + encode( + _: GetStageLineupCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetStageLineupCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetStageLineupCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetStageLineupCsReq { + return {}; + }, + + toJSON(_: GetStageLineupCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetStageLineupCsReq { + const message = createBaseGetStageLineupCsReq(); + return message; + }, +}; + +function createBaseStageLineup(): StageLineup { + return { stageType: 0, lineupIndex: 0 }; +} + +export const StageLineup = { + encode( + message: StageLineup, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.stageType !== 0) { + writer.uint32(8).uint32(message.stageType); + } + if (message.lineupIndex !== 0) { + writer.uint32(16).uint32(message.lineupIndex); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): StageLineup { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStageLineup(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.stageType = reader.uint32(); + break; + case 2: + message.lineupIndex = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StageLineup { + return { + stageType: isSet(object.stageType) ? Number(object.stageType) : 0, + lineupIndex: isSet(object.lineupIndex) ? Number(object.lineupIndex) : 0, + }; + }, + + toJSON(message: StageLineup): unknown { + const obj: any = {}; + message.stageType !== undefined && + (obj.stageType = Math.round(message.stageType)); + message.lineupIndex !== undefined && + (obj.lineupIndex = Math.round(message.lineupIndex)); + return obj; + }, + + fromPartial, I>>( + object: I + ): StageLineup { + const message = createBaseStageLineup(); + message.stageType = object.stageType ?? 0; + message.lineupIndex = object.lineupIndex ?? 0; + return message; + }, +}; + +function createBaseGetStageLineupScRsp(): GetStageLineupScRsp { + return { retcode: 0, stageLineupList: [] }; +} + +export const GetStageLineupScRsp = { + encode( + message: GetStageLineupScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.stageLineupList) { + StageLineup.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetStageLineupScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetStageLineupScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.stageLineupList.push( + StageLineup.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetStageLineupScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + stageLineupList: Array.isArray(object?.stageLineupList) + ? object.stageLineupList.map((e: any) => StageLineup.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetStageLineupScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.stageLineupList) { + obj.stageLineupList = message.stageLineupList.map((e) => + e ? StageLineup.toJSON(e) : undefined + ); + } else { + obj.stageLineupList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetStageLineupScRsp { + const message = createBaseGetStageLineupScRsp(); + message.retcode = object.retcode ?? 0; + message.stageLineupList = + object.stageLineupList?.map((e) => StageLineup.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseLineupAvatar(): LineupAvatar { + return { slot: 0, avatarType: 0, id: 0, hp: 0, sp: 0, satiety: 0 }; +} + +export const LineupAvatar = { + encode( + message: LineupAvatar, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.slot !== 0) { + writer.uint32(8).uint32(message.slot); + } + if (message.avatarType !== 0) { + writer.uint32(16).int32(message.avatarType); + } + if (message.id !== 0) { + writer.uint32(24).uint32(message.id); + } + if (message.hp !== 0) { + writer.uint32(32).uint32(message.hp); + } + if (message.sp !== 0) { + writer.uint32(40).uint32(message.sp); + } + if (message.satiety !== 0) { + writer.uint32(48).uint32(message.satiety); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LineupAvatar { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLineupAvatar(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.slot = reader.uint32(); + break; + case 2: + message.avatarType = reader.int32() as any; + break; + case 3: + message.id = reader.uint32(); + break; + case 4: + message.hp = reader.uint32(); + break; + case 5: + message.sp = reader.uint32(); + break; + case 6: + message.satiety = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LineupAvatar { + return { + slot: isSet(object.slot) ? Number(object.slot) : 0, + avatarType: isSet(object.avatarType) + ? avatarTypeFromJSON(object.avatarType) + : 0, + id: isSet(object.id) ? Number(object.id) : 0, + hp: isSet(object.hp) ? Number(object.hp) : 0, + sp: isSet(object.sp) ? Number(object.sp) : 0, + satiety: isSet(object.satiety) ? Number(object.satiety) : 0, + }; + }, + + toJSON(message: LineupAvatar): unknown { + const obj: any = {}; + message.slot !== undefined && (obj.slot = Math.round(message.slot)); + message.avatarType !== undefined && + (obj.avatarType = avatarTypeToJSON(message.avatarType)); + message.id !== undefined && (obj.id = Math.round(message.id)); + message.hp !== undefined && (obj.hp = Math.round(message.hp)); + message.sp !== undefined && (obj.sp = Math.round(message.sp)); + message.satiety !== undefined && + (obj.satiety = Math.round(message.satiety)); + return obj; + }, + + fromPartial, I>>( + object: I + ): LineupAvatar { + const message = createBaseLineupAvatar(); + message.slot = object.slot ?? 0; + message.avatarType = object.avatarType ?? 0; + message.id = object.id ?? 0; + message.hp = object.hp ?? 0; + message.sp = object.sp ?? 0; + message.satiety = object.satiety ?? 0; + return message; + }, +}; + +function createBaseLineupInfo(): LineupInfo { + return { + avatarList: [], + isVirtual: false, + planeId: 0, + mp: 0, + leaderSlot: 0, + index: 0, + extraLineupType: 0, + name: "", + }; +} + +export const LineupInfo = { + encode( + message: LineupInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.avatarList) { + LineupAvatar.encode(v!, writer.uint32(10).fork()).ldelim(); + } + if (message.isVirtual === true) { + writer.uint32(16).bool(message.isVirtual); + } + if (message.planeId !== 0) { + writer.uint32(24).uint32(message.planeId); + } + if (message.mp !== 0) { + writer.uint32(32).uint32(message.mp); + } + if (message.leaderSlot !== 0) { + writer.uint32(40).uint32(message.leaderSlot); + } + if (message.index !== 0) { + writer.uint32(48).uint32(message.index); + } + if (message.extraLineupType !== 0) { + writer.uint32(56).int32(message.extraLineupType); + } + if (message.name !== "") { + writer.uint32(66).string(message.name); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LineupInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLineupInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.avatarList.push(LineupAvatar.decode(reader, reader.uint32())); + break; + case 2: + message.isVirtual = reader.bool(); + break; + case 3: + message.planeId = reader.uint32(); + break; + case 4: + message.mp = reader.uint32(); + break; + case 5: + message.leaderSlot = reader.uint32(); + break; + case 6: + message.index = reader.uint32(); + break; + case 7: + message.extraLineupType = reader.int32() as any; + break; + case 8: + message.name = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LineupInfo { + return { + avatarList: Array.isArray(object?.avatarList) + ? object.avatarList.map((e: any) => LineupAvatar.fromJSON(e)) + : [], + isVirtual: isSet(object.isVirtual) ? Boolean(object.isVirtual) : false, + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + mp: isSet(object.mp) ? Number(object.mp) : 0, + leaderSlot: isSet(object.leaderSlot) ? Number(object.leaderSlot) : 0, + index: isSet(object.index) ? Number(object.index) : 0, + extraLineupType: isSet(object.extraLineupType) + ? extraLineupTypeFromJSON(object.extraLineupType) + : 0, + name: isSet(object.name) ? String(object.name) : "", + }; + }, + + toJSON(message: LineupInfo): unknown { + const obj: any = {}; + if (message.avatarList) { + obj.avatarList = message.avatarList.map((e) => + e ? LineupAvatar.toJSON(e) : undefined + ); + } else { + obj.avatarList = []; + } + message.isVirtual !== undefined && (obj.isVirtual = message.isVirtual); + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.mp !== undefined && (obj.mp = Math.round(message.mp)); + message.leaderSlot !== undefined && + (obj.leaderSlot = Math.round(message.leaderSlot)); + message.index !== undefined && (obj.index = Math.round(message.index)); + message.extraLineupType !== undefined && + (obj.extraLineupType = extraLineupTypeToJSON(message.extraLineupType)); + message.name !== undefined && (obj.name = message.name); + return obj; + }, + + fromPartial, I>>( + object: I + ): LineupInfo { + const message = createBaseLineupInfo(); + message.avatarList = + object.avatarList?.map((e) => LineupAvatar.fromPartial(e)) || []; + message.isVirtual = object.isVirtual ?? false; + message.planeId = object.planeId ?? 0; + message.mp = object.mp ?? 0; + message.leaderSlot = object.leaderSlot ?? 0; + message.index = object.index ?? 0; + message.extraLineupType = object.extraLineupType ?? 0; + message.name = object.name ?? ""; + return message; + }, +}; + +function createBaseGetCurLineupDataCsReq(): GetCurLineupDataCsReq { + return {}; +} + +export const GetCurLineupDataCsReq = { + encode( + _: GetCurLineupDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetCurLineupDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetCurLineupDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetCurLineupDataCsReq { + return {}; + }, + + toJSON(_: GetCurLineupDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetCurLineupDataCsReq { + const message = createBaseGetCurLineupDataCsReq(); + return message; + }, +}; + +function createBaseGetCurLineupDataScRsp(): GetCurLineupDataScRsp { + return { retcode: 0, lineup: undefined }; +} + +export const GetCurLineupDataScRsp = { + encode( + message: GetCurLineupDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.lineup !== undefined) { + LineupInfo.encode(message.lineup, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetCurLineupDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetCurLineupDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.lineup = LineupInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetCurLineupDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + lineup: isSet(object.lineup) + ? LineupInfo.fromJSON(object.lineup) + : undefined, + }; + }, + + toJSON(message: GetCurLineupDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.lineup !== undefined && + (obj.lineup = message.lineup + ? LineupInfo.toJSON(message.lineup) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetCurLineupDataScRsp { + const message = createBaseGetCurLineupDataScRsp(); + message.retcode = object.retcode ?? 0; + message.lineup = + object.lineup !== undefined && object.lineup !== null + ? LineupInfo.fromPartial(object.lineup) + : undefined; + return message; + }, +}; + +function createBaseJoinLineupCsReq(): JoinLineupCsReq { + return { + baseAvatarId: 0, + isVirtual: false, + planeId: 0, + slot: 0, + index: 0, + extraLineupType: 0, + }; +} + +export const JoinLineupCsReq = { + encode( + message: JoinLineupCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + if (message.isVirtual === true) { + writer.uint32(16).bool(message.isVirtual); + } + if (message.planeId !== 0) { + writer.uint32(24).uint32(message.planeId); + } + if (message.slot !== 0) { + writer.uint32(32).uint32(message.slot); + } + if (message.index !== 0) { + writer.uint32(40).uint32(message.index); + } + if (message.extraLineupType !== 0) { + writer.uint32(48).int32(message.extraLineupType); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): JoinLineupCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseJoinLineupCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + case 2: + message.isVirtual = reader.bool(); + break; + case 3: + message.planeId = reader.uint32(); + break; + case 4: + message.slot = reader.uint32(); + break; + case 5: + message.index = reader.uint32(); + break; + case 6: + message.extraLineupType = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): JoinLineupCsReq { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + isVirtual: isSet(object.isVirtual) ? Boolean(object.isVirtual) : false, + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + slot: isSet(object.slot) ? Number(object.slot) : 0, + index: isSet(object.index) ? Number(object.index) : 0, + extraLineupType: isSet(object.extraLineupType) + ? extraLineupTypeFromJSON(object.extraLineupType) + : 0, + }; + }, + + toJSON(message: JoinLineupCsReq): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.isVirtual !== undefined && (obj.isVirtual = message.isVirtual); + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.slot !== undefined && (obj.slot = Math.round(message.slot)); + message.index !== undefined && (obj.index = Math.round(message.index)); + message.extraLineupType !== undefined && + (obj.extraLineupType = extraLineupTypeToJSON(message.extraLineupType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): JoinLineupCsReq { + const message = createBaseJoinLineupCsReq(); + message.baseAvatarId = object.baseAvatarId ?? 0; + message.isVirtual = object.isVirtual ?? false; + message.planeId = object.planeId ?? 0; + message.slot = object.slot ?? 0; + message.index = object.index ?? 0; + message.extraLineupType = object.extraLineupType ?? 0; + return message; + }, +}; + +function createBaseJoinLineupScRsp(): JoinLineupScRsp { + return { retcode: 0 }; +} + +export const JoinLineupScRsp = { + encode( + message: JoinLineupScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): JoinLineupScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseJoinLineupScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): JoinLineupScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: JoinLineupScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): JoinLineupScRsp { + const message = createBaseJoinLineupScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseQuitLineupCsReq(): QuitLineupCsReq { + return { + baseAvatarId: 0, + isVirtual: false, + planeId: 0, + index: 0, + extraLineupType: 0, + }; +} + +export const QuitLineupCsReq = { + encode( + message: QuitLineupCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + if (message.isVirtual === true) { + writer.uint32(16).bool(message.isVirtual); + } + if (message.planeId !== 0) { + writer.uint32(24).uint32(message.planeId); + } + if (message.index !== 0) { + writer.uint32(32).uint32(message.index); + } + if (message.extraLineupType !== 0) { + writer.uint32(40).int32(message.extraLineupType); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): QuitLineupCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQuitLineupCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + case 2: + message.isVirtual = reader.bool(); + break; + case 3: + message.planeId = reader.uint32(); + break; + case 4: + message.index = reader.uint32(); + break; + case 5: + message.extraLineupType = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): QuitLineupCsReq { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + isVirtual: isSet(object.isVirtual) ? Boolean(object.isVirtual) : false, + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + index: isSet(object.index) ? Number(object.index) : 0, + extraLineupType: isSet(object.extraLineupType) + ? extraLineupTypeFromJSON(object.extraLineupType) + : 0, + }; + }, + + toJSON(message: QuitLineupCsReq): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.isVirtual !== undefined && (obj.isVirtual = message.isVirtual); + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.index !== undefined && (obj.index = Math.round(message.index)); + message.extraLineupType !== undefined && + (obj.extraLineupType = extraLineupTypeToJSON(message.extraLineupType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): QuitLineupCsReq { + const message = createBaseQuitLineupCsReq(); + message.baseAvatarId = object.baseAvatarId ?? 0; + message.isVirtual = object.isVirtual ?? false; + message.planeId = object.planeId ?? 0; + message.index = object.index ?? 0; + message.extraLineupType = object.extraLineupType ?? 0; + return message; + }, +}; + +function createBaseQuitLineupScRsp(): QuitLineupScRsp { + return { + retcode: 0, + baseAvatarId: 0, + isMainline: false, + planeId: 0, + isVirtual: false, + }; +} + +export const QuitLineupScRsp = { + encode( + message: QuitLineupScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.baseAvatarId !== 0) { + writer.uint32(16).uint32(message.baseAvatarId); + } + if (message.isMainline === true) { + writer.uint32(24).bool(message.isMainline); + } + if (message.planeId !== 0) { + writer.uint32(32).uint32(message.planeId); + } + if (message.isVirtual === true) { + writer.uint32(40).bool(message.isVirtual); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): QuitLineupScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQuitLineupScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.baseAvatarId = reader.uint32(); + break; + case 3: + message.isMainline = reader.bool(); + break; + case 4: + message.planeId = reader.uint32(); + break; + case 5: + message.isVirtual = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): QuitLineupScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + isMainline: isSet(object.isMainline) ? Boolean(object.isMainline) : false, + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + isVirtual: isSet(object.isVirtual) ? Boolean(object.isVirtual) : false, + }; + }, + + toJSON(message: QuitLineupScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.isMainline !== undefined && (obj.isMainline = message.isMainline); + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.isVirtual !== undefined && (obj.isVirtual = message.isVirtual); + return obj; + }, + + fromPartial, I>>( + object: I + ): QuitLineupScRsp { + const message = createBaseQuitLineupScRsp(); + message.retcode = object.retcode ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + message.isMainline = object.isMainline ?? false; + message.planeId = object.planeId ?? 0; + message.isVirtual = object.isVirtual ?? false; + return message; + }, +}; + +function createBaseSwapLineupCsReq(): SwapLineupCsReq { + return { + isVirtual: false, + planeId: 0, + srcSlot: 0, + dstSlot: 0, + index: 0, + extraLineupType: 0, + }; +} + +export const SwapLineupCsReq = { + encode( + message: SwapLineupCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.isVirtual === true) { + writer.uint32(8).bool(message.isVirtual); + } + if (message.planeId !== 0) { + writer.uint32(16).uint32(message.planeId); + } + if (message.srcSlot !== 0) { + writer.uint32(24).uint32(message.srcSlot); + } + if (message.dstSlot !== 0) { + writer.uint32(32).uint32(message.dstSlot); + } + if (message.index !== 0) { + writer.uint32(40).uint32(message.index); + } + if (message.extraLineupType !== 0) { + writer.uint32(48).int32(message.extraLineupType); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SwapLineupCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSwapLineupCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.isVirtual = reader.bool(); + break; + case 2: + message.planeId = reader.uint32(); + break; + case 3: + message.srcSlot = reader.uint32(); + break; + case 4: + message.dstSlot = reader.uint32(); + break; + case 5: + message.index = reader.uint32(); + break; + case 6: + message.extraLineupType = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SwapLineupCsReq { + return { + isVirtual: isSet(object.isVirtual) ? Boolean(object.isVirtual) : false, + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + srcSlot: isSet(object.srcSlot) ? Number(object.srcSlot) : 0, + dstSlot: isSet(object.dstSlot) ? Number(object.dstSlot) : 0, + index: isSet(object.index) ? Number(object.index) : 0, + extraLineupType: isSet(object.extraLineupType) + ? extraLineupTypeFromJSON(object.extraLineupType) + : 0, + }; + }, + + toJSON(message: SwapLineupCsReq): unknown { + const obj: any = {}; + message.isVirtual !== undefined && (obj.isVirtual = message.isVirtual); + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.srcSlot !== undefined && + (obj.srcSlot = Math.round(message.srcSlot)); + message.dstSlot !== undefined && + (obj.dstSlot = Math.round(message.dstSlot)); + message.index !== undefined && (obj.index = Math.round(message.index)); + message.extraLineupType !== undefined && + (obj.extraLineupType = extraLineupTypeToJSON(message.extraLineupType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SwapLineupCsReq { + const message = createBaseSwapLineupCsReq(); + message.isVirtual = object.isVirtual ?? false; + message.planeId = object.planeId ?? 0; + message.srcSlot = object.srcSlot ?? 0; + message.dstSlot = object.dstSlot ?? 0; + message.index = object.index ?? 0; + message.extraLineupType = object.extraLineupType ?? 0; + return message; + }, +}; + +function createBaseSwapLineupScRsp(): SwapLineupScRsp { + return { retcode: 0 }; +} + +export const SwapLineupScRsp = { + encode( + message: SwapLineupScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SwapLineupScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSwapLineupScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SwapLineupScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: SwapLineupScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SwapLineupScRsp { + const message = createBaseSwapLineupScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseSyncLineupNotify(): SyncLineupNotify { + return { lineup: undefined, reasonList: [] }; +} + +export const SyncLineupNotify = { + encode( + message: SyncLineupNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.lineup !== undefined) { + LineupInfo.encode(message.lineup, writer.uint32(10).fork()).ldelim(); + } + writer.uint32(18).fork(); + for (const v of message.reasonList) { + writer.int32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SyncLineupNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncLineupNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.lineup = LineupInfo.decode(reader, reader.uint32()); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.reasonList.push(reader.int32() as any); + } + } else { + message.reasonList.push(reader.int32() as any); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncLineupNotify { + return { + lineup: isSet(object.lineup) + ? LineupInfo.fromJSON(object.lineup) + : undefined, + reasonList: Array.isArray(object?.reasonList) + ? object.reasonList.map((e: any) => syncLineupReasonFromJSON(e)) + : [], + }; + }, + + toJSON(message: SyncLineupNotify): unknown { + const obj: any = {}; + message.lineup !== undefined && + (obj.lineup = message.lineup + ? LineupInfo.toJSON(message.lineup) + : undefined); + if (message.reasonList) { + obj.reasonList = message.reasonList.map((e) => syncLineupReasonToJSON(e)); + } else { + obj.reasonList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncLineupNotify { + const message = createBaseSyncLineupNotify(); + message.lineup = + object.lineup !== undefined && object.lineup !== null + ? LineupInfo.fromPartial(object.lineup) + : undefined; + message.reasonList = object.reasonList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetLineupAvatarDataCsReq(): GetLineupAvatarDataCsReq { + return {}; +} + +export const GetLineupAvatarDataCsReq = { + encode( + _: GetLineupAvatarDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetLineupAvatarDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetLineupAvatarDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetLineupAvatarDataCsReq { + return {}; + }, + + toJSON(_: GetLineupAvatarDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetLineupAvatarDataCsReq { + const message = createBaseGetLineupAvatarDataCsReq(); + return message; + }, +}; + +function createBaseLineupAvatarData(): LineupAvatarData { + return { avatarType: 0, id: 0, hp: 0 }; +} + +export const LineupAvatarData = { + encode( + message: LineupAvatarData, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.avatarType !== 0) { + writer.uint32(8).int32(message.avatarType); + } + if (message.id !== 0) { + writer.uint32(16).uint32(message.id); + } + if (message.hp !== 0) { + writer.uint32(24).uint32(message.hp); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LineupAvatarData { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLineupAvatarData(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.avatarType = reader.int32() as any; + break; + case 2: + message.id = reader.uint32(); + break; + case 3: + message.hp = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LineupAvatarData { + return { + avatarType: isSet(object.avatarType) + ? avatarTypeFromJSON(object.avatarType) + : 0, + id: isSet(object.id) ? Number(object.id) : 0, + hp: isSet(object.hp) ? Number(object.hp) : 0, + }; + }, + + toJSON(message: LineupAvatarData): unknown { + const obj: any = {}; + message.avatarType !== undefined && + (obj.avatarType = avatarTypeToJSON(message.avatarType)); + message.id !== undefined && (obj.id = Math.round(message.id)); + message.hp !== undefined && (obj.hp = Math.round(message.hp)); + return obj; + }, + + fromPartial, I>>( + object: I + ): LineupAvatarData { + const message = createBaseLineupAvatarData(); + message.avatarType = object.avatarType ?? 0; + message.id = object.id ?? 0; + message.hp = object.hp ?? 0; + return message; + }, +}; + +function createBaseGetLineupAvatarDataScRsp(): GetLineupAvatarDataScRsp { + return { retcode: 0, avatarDataList: [] }; +} + +export const GetLineupAvatarDataScRsp = { + encode( + message: GetLineupAvatarDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.avatarDataList) { + LineupAvatarData.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetLineupAvatarDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetLineupAvatarDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.avatarDataList.push( + LineupAvatarData.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetLineupAvatarDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + avatarDataList: Array.isArray(object?.avatarDataList) + ? object.avatarDataList.map((e: any) => LineupAvatarData.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetLineupAvatarDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.avatarDataList) { + obj.avatarDataList = message.avatarDataList.map((e) => + e ? LineupAvatarData.toJSON(e) : undefined + ); + } else { + obj.avatarDataList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetLineupAvatarDataScRsp { + const message = createBaseGetLineupAvatarDataScRsp(); + message.retcode = object.retcode ?? 0; + message.avatarDataList = + object.avatarDataList?.map((e) => LineupAvatarData.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseChangeLineupLeaderCsReq(): ChangeLineupLeaderCsReq { + return { slot: 0 }; +} + +export const ChangeLineupLeaderCsReq = { + encode( + message: ChangeLineupLeaderCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.slot !== 0) { + writer.uint32(8).uint32(message.slot); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ChangeLineupLeaderCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChangeLineupLeaderCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.slot = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChangeLineupLeaderCsReq { + return { + slot: isSet(object.slot) ? Number(object.slot) : 0, + }; + }, + + toJSON(message: ChangeLineupLeaderCsReq): unknown { + const obj: any = {}; + message.slot !== undefined && (obj.slot = Math.round(message.slot)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChangeLineupLeaderCsReq { + const message = createBaseChangeLineupLeaderCsReq(); + message.slot = object.slot ?? 0; + return message; + }, +}; + +function createBaseChangeLineupLeaderScRsp(): ChangeLineupLeaderScRsp { + return { retcode: 0, slot: 0 }; +} + +export const ChangeLineupLeaderScRsp = { + encode( + message: ChangeLineupLeaderScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.slot !== 0) { + writer.uint32(16).uint32(message.slot); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ChangeLineupLeaderScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChangeLineupLeaderScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.slot = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChangeLineupLeaderScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + slot: isSet(object.slot) ? Number(object.slot) : 0, + }; + }, + + toJSON(message: ChangeLineupLeaderScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.slot !== undefined && (obj.slot = Math.round(message.slot)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChangeLineupLeaderScRsp { + const message = createBaseChangeLineupLeaderScRsp(); + message.retcode = object.retcode ?? 0; + message.slot = object.slot ?? 0; + return message; + }, +}; + +function createBaseSwitchLineupIndexCsReq(): SwitchLineupIndexCsReq { + return { index: 0 }; +} + +export const SwitchLineupIndexCsReq = { + encode( + message: SwitchLineupIndexCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.index !== 0) { + writer.uint32(8).uint32(message.index); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SwitchLineupIndexCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSwitchLineupIndexCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.index = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SwitchLineupIndexCsReq { + return { + index: isSet(object.index) ? Number(object.index) : 0, + }; + }, + + toJSON(message: SwitchLineupIndexCsReq): unknown { + const obj: any = {}; + message.index !== undefined && (obj.index = Math.round(message.index)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SwitchLineupIndexCsReq { + const message = createBaseSwitchLineupIndexCsReq(); + message.index = object.index ?? 0; + return message; + }, +}; + +function createBaseSwitchLineupIndexScRsp(): SwitchLineupIndexScRsp { + return { retcode: 0, index: 0 }; +} + +export const SwitchLineupIndexScRsp = { + encode( + message: SwitchLineupIndexScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.index !== 0) { + writer.uint32(16).uint32(message.index); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SwitchLineupIndexScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSwitchLineupIndexScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.index = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SwitchLineupIndexScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + index: isSet(object.index) ? Number(object.index) : 0, + }; + }, + + toJSON(message: SwitchLineupIndexScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.index !== undefined && (obj.index = Math.round(message.index)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SwitchLineupIndexScRsp { + const message = createBaseSwitchLineupIndexScRsp(); + message.retcode = object.retcode ?? 0; + message.index = object.index ?? 0; + return message; + }, +}; + +function createBaseSetLineupNameCsReq(): SetLineupNameCsReq { + return { name: "", index: 0 }; +} + +export const SetLineupNameCsReq = { + encode( + message: SetLineupNameCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.name !== "") { + writer.uint32(10).string(message.name); + } + if (message.index !== 0) { + writer.uint32(16).uint32(message.index); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetLineupNameCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetLineupNameCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.name = reader.string(); + break; + case 2: + message.index = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetLineupNameCsReq { + return { + name: isSet(object.name) ? String(object.name) : "", + index: isSet(object.index) ? Number(object.index) : 0, + }; + }, + + toJSON(message: SetLineupNameCsReq): unknown { + const obj: any = {}; + message.name !== undefined && (obj.name = message.name); + message.index !== undefined && (obj.index = Math.round(message.index)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetLineupNameCsReq { + const message = createBaseSetLineupNameCsReq(); + message.name = object.name ?? ""; + message.index = object.index ?? 0; + return message; + }, +}; + +function createBaseSetLineupNameScRsp(): SetLineupNameScRsp { + return { retcode: 0, name: "", index: 0 }; +} + +export const SetLineupNameScRsp = { + encode( + message: SetLineupNameScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.name !== "") { + writer.uint32(18).string(message.name); + } + if (message.index !== 0) { + writer.uint32(24).uint32(message.index); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetLineupNameScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetLineupNameScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.name = reader.string(); + break; + case 3: + message.index = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetLineupNameScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + name: isSet(object.name) ? String(object.name) : "", + index: isSet(object.index) ? Number(object.index) : 0, + }; + }, + + toJSON(message: SetLineupNameScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.name !== undefined && (obj.name = message.name); + message.index !== undefined && (obj.index = Math.round(message.index)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetLineupNameScRsp { + const message = createBaseSetLineupNameScRsp(); + message.retcode = object.retcode ?? 0; + message.name = object.name ?? ""; + message.index = object.index ?? 0; + return message; + }, +}; + +function createBaseGetAllLineupDataCsReq(): GetAllLineupDataCsReq { + return {}; +} + +export const GetAllLineupDataCsReq = { + encode( + _: GetAllLineupDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetAllLineupDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetAllLineupDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetAllLineupDataCsReq { + return {}; + }, + + toJSON(_: GetAllLineupDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetAllLineupDataCsReq { + const message = createBaseGetAllLineupDataCsReq(); + return message; + }, +}; + +function createBaseGetAllLineupDataScRsp(): GetAllLineupDataScRsp { + return { retcode: 0, curIndex: 0, lineupList: [] }; +} + +export const GetAllLineupDataScRsp = { + encode( + message: GetAllLineupDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.curIndex !== 0) { + writer.uint32(16).uint32(message.curIndex); + } + for (const v of message.lineupList) { + LineupInfo.encode(v!, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetAllLineupDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetAllLineupDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.curIndex = reader.uint32(); + break; + case 3: + message.lineupList.push(LineupInfo.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetAllLineupDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + curIndex: isSet(object.curIndex) ? Number(object.curIndex) : 0, + lineupList: Array.isArray(object?.lineupList) + ? object.lineupList.map((e: any) => LineupInfo.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetAllLineupDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.curIndex !== undefined && + (obj.curIndex = Math.round(message.curIndex)); + if (message.lineupList) { + obj.lineupList = message.lineupList.map((e) => + e ? LineupInfo.toJSON(e) : undefined + ); + } else { + obj.lineupList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetAllLineupDataScRsp { + const message = createBaseGetAllLineupDataScRsp(); + message.retcode = object.retcode ?? 0; + message.curIndex = object.curIndex ?? 0; + message.lineupList = + object.lineupList?.map((e) => LineupInfo.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseVirtualLineupDestroyNotify(): VirtualLineupDestroyNotify { + return { planeId: 0 }; +} + +export const VirtualLineupDestroyNotify = { + encode( + message: VirtualLineupDestroyNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.planeId !== 0) { + writer.uint32(8).uint32(message.planeId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): VirtualLineupDestroyNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseVirtualLineupDestroyNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.planeId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): VirtualLineupDestroyNotify { + return { + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + }; + }, + + toJSON(message: VirtualLineupDestroyNotify): unknown { + const obj: any = {}; + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): VirtualLineupDestroyNotify { + const message = createBaseVirtualLineupDestroyNotify(); + message.planeId = object.planeId ?? 0; + return message; + }, +}; + +function createBaseGetMailCsReq(): GetMailCsReq { + return { start: 0, stop: 0 }; +} + +export const GetMailCsReq = { + encode( + message: GetMailCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.start !== 0) { + writer.uint32(8).uint32(message.start); + } + if (message.stop !== 0) { + writer.uint32(16).uint32(message.stop); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetMailCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMailCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.start = reader.uint32(); + break; + case 2: + message.stop = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMailCsReq { + return { + start: isSet(object.start) ? Number(object.start) : 0, + stop: isSet(object.stop) ? Number(object.stop) : 0, + }; + }, + + toJSON(message: GetMailCsReq): unknown { + const obj: any = {}; + message.start !== undefined && (obj.start = Math.round(message.start)); + message.stop !== undefined && (obj.stop = Math.round(message.stop)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMailCsReq { + const message = createBaseGetMailCsReq(); + message.start = object.start ?? 0; + message.stop = object.stop ?? 0; + return message; + }, +}; + +function createBaseClientMail(): ClientMail { + return { + id: 0, + templateId: 0, + title: "", + content: "", + sender: "", + time: 0, + attachment: undefined, + isRead: false, + expireTime: 0, + paraList: [], + }; +} + +export const ClientMail = { + encode( + message: ClientMail, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.templateId !== 0) { + writer.uint32(16).uint32(message.templateId); + } + if (message.title !== "") { + writer.uint32(26).string(message.title); + } + if (message.content !== "") { + writer.uint32(34).string(message.content); + } + if (message.sender !== "") { + writer.uint32(42).string(message.sender); + } + if (message.time !== 0) { + writer.uint32(48).uint32(message.time); + } + if (message.attachment !== undefined) { + ItemList.encode(message.attachment, writer.uint32(58).fork()).ldelim(); + } + if (message.isRead === true) { + writer.uint32(64).bool(message.isRead); + } + if (message.expireTime !== 0) { + writer.uint32(72).uint32(message.expireTime); + } + for (const v of message.paraList) { + writer.uint32(82).string(v!); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ClientMail { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseClientMail(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.templateId = reader.uint32(); + break; + case 3: + message.title = reader.string(); + break; + case 4: + message.content = reader.string(); + break; + case 5: + message.sender = reader.string(); + break; + case 6: + message.time = reader.uint32(); + break; + case 7: + message.attachment = ItemList.decode(reader, reader.uint32()); + break; + case 8: + message.isRead = reader.bool(); + break; + case 9: + message.expireTime = reader.uint32(); + break; + case 10: + message.paraList.push(reader.string()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ClientMail { + return { + id: isSet(object.id) ? Number(object.id) : 0, + templateId: isSet(object.templateId) ? Number(object.templateId) : 0, + title: isSet(object.title) ? String(object.title) : "", + content: isSet(object.content) ? String(object.content) : "", + sender: isSet(object.sender) ? String(object.sender) : "", + time: isSet(object.time) ? Number(object.time) : 0, + attachment: isSet(object.attachment) + ? ItemList.fromJSON(object.attachment) + : undefined, + isRead: isSet(object.isRead) ? Boolean(object.isRead) : false, + expireTime: isSet(object.expireTime) ? Number(object.expireTime) : 0, + paraList: Array.isArray(object?.paraList) + ? object.paraList.map((e: any) => String(e)) + : [], + }; + }, + + toJSON(message: ClientMail): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.templateId !== undefined && + (obj.templateId = Math.round(message.templateId)); + message.title !== undefined && (obj.title = message.title); + message.content !== undefined && (obj.content = message.content); + message.sender !== undefined && (obj.sender = message.sender); + message.time !== undefined && (obj.time = Math.round(message.time)); + message.attachment !== undefined && + (obj.attachment = message.attachment + ? ItemList.toJSON(message.attachment) + : undefined); + message.isRead !== undefined && (obj.isRead = message.isRead); + message.expireTime !== undefined && + (obj.expireTime = Math.round(message.expireTime)); + if (message.paraList) { + obj.paraList = message.paraList.map((e) => e); + } else { + obj.paraList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): ClientMail { + const message = createBaseClientMail(); + message.id = object.id ?? 0; + message.templateId = object.templateId ?? 0; + message.title = object.title ?? ""; + message.content = object.content ?? ""; + message.sender = object.sender ?? ""; + message.time = object.time ?? 0; + message.attachment = + object.attachment !== undefined && object.attachment !== null + ? ItemList.fromPartial(object.attachment) + : undefined; + message.isRead = object.isRead ?? false; + message.expireTime = object.expireTime ?? 0; + message.paraList = object.paraList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetMailScRsp(): GetMailScRsp { + return { + retcode: 0, + mailList: [], + isEnd: false, + totalNum: 0, + start: 0, + noticeMailList: [], + }; +} + +export const GetMailScRsp = { + encode( + message: GetMailScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.mailList) { + ClientMail.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.isEnd === true) { + writer.uint32(24).bool(message.isEnd); + } + if (message.totalNum !== 0) { + writer.uint32(32).uint32(message.totalNum); + } + if (message.start !== 0) { + writer.uint32(40).uint32(message.start); + } + for (const v of message.noticeMailList) { + ClientMail.encode(v!, writer.uint32(50).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetMailScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMailScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.mailList.push(ClientMail.decode(reader, reader.uint32())); + break; + case 3: + message.isEnd = reader.bool(); + break; + case 4: + message.totalNum = reader.uint32(); + break; + case 5: + message.start = reader.uint32(); + break; + case 6: + message.noticeMailList.push( + ClientMail.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMailScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + mailList: Array.isArray(object?.mailList) + ? object.mailList.map((e: any) => ClientMail.fromJSON(e)) + : [], + isEnd: isSet(object.isEnd) ? Boolean(object.isEnd) : false, + totalNum: isSet(object.totalNum) ? Number(object.totalNum) : 0, + start: isSet(object.start) ? Number(object.start) : 0, + noticeMailList: Array.isArray(object?.noticeMailList) + ? object.noticeMailList.map((e: any) => ClientMail.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetMailScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.mailList) { + obj.mailList = message.mailList.map((e) => + e ? ClientMail.toJSON(e) : undefined + ); + } else { + obj.mailList = []; + } + message.isEnd !== undefined && (obj.isEnd = message.isEnd); + message.totalNum !== undefined && + (obj.totalNum = Math.round(message.totalNum)); + message.start !== undefined && (obj.start = Math.round(message.start)); + if (message.noticeMailList) { + obj.noticeMailList = message.noticeMailList.map((e) => + e ? ClientMail.toJSON(e) : undefined + ); + } else { + obj.noticeMailList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMailScRsp { + const message = createBaseGetMailScRsp(); + message.retcode = object.retcode ?? 0; + message.mailList = + object.mailList?.map((e) => ClientMail.fromPartial(e)) || []; + message.isEnd = object.isEnd ?? false; + message.totalNum = object.totalNum ?? 0; + message.start = object.start ?? 0; + message.noticeMailList = + object.noticeMailList?.map((e) => ClientMail.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseMarkReadMailCsReq(): MarkReadMailCsReq { + return { id: 0 }; +} + +export const MarkReadMailCsReq = { + encode( + message: MarkReadMailCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MarkReadMailCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMarkReadMailCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MarkReadMailCsReq { + return { + id: isSet(object.id) ? Number(object.id) : 0, + }; + }, + + toJSON(message: MarkReadMailCsReq): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + return obj; + }, + + fromPartial, I>>( + object: I + ): MarkReadMailCsReq { + const message = createBaseMarkReadMailCsReq(); + message.id = object.id ?? 0; + return message; + }, +}; + +function createBaseMarkReadMailScRsp(): MarkReadMailScRsp { + return { retcode: 0, id: 0 }; +} + +export const MarkReadMailScRsp = { + encode( + message: MarkReadMailScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.id !== 0) { + writer.uint32(16).uint32(message.id); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MarkReadMailScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMarkReadMailScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.id = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MarkReadMailScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + id: isSet(object.id) ? Number(object.id) : 0, + }; + }, + + toJSON(message: MarkReadMailScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.id !== undefined && (obj.id = Math.round(message.id)); + return obj; + }, + + fromPartial, I>>( + object: I + ): MarkReadMailScRsp { + const message = createBaseMarkReadMailScRsp(); + message.retcode = object.retcode ?? 0; + message.id = object.id ?? 0; + return message; + }, +}; + +function createBaseDelMailCsReq(): DelMailCsReq { + return { idList: [] }; +} + +export const DelMailCsReq = { + encode( + message: DelMailCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.idList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DelMailCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDelMailCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.idList.push(reader.uint32()); + } + } else { + message.idList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DelMailCsReq { + return { + idList: Array.isArray(object?.idList) + ? object.idList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: DelMailCsReq): unknown { + const obj: any = {}; + if (message.idList) { + obj.idList = message.idList.map((e) => Math.round(e)); + } else { + obj.idList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): DelMailCsReq { + const message = createBaseDelMailCsReq(); + message.idList = object.idList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseDelMailScRsp(): DelMailScRsp { + return { retcode: 0, idList: [] }; +} + +export const DelMailScRsp = { + encode( + message: DelMailScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + writer.uint32(18).fork(); + for (const v of message.idList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DelMailScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDelMailScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.idList.push(reader.uint32()); + } + } else { + message.idList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DelMailScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + idList: Array.isArray(object?.idList) + ? object.idList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: DelMailScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.idList) { + obj.idList = message.idList.map((e) => Math.round(e)); + } else { + obj.idList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): DelMailScRsp { + const message = createBaseDelMailScRsp(); + message.retcode = object.retcode ?? 0; + message.idList = object.idList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseTakeMailAttachmentCsReq(): TakeMailAttachmentCsReq { + return { mailIdList: [] }; +} + +export const TakeMailAttachmentCsReq = { + encode( + message: TakeMailAttachmentCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.mailIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeMailAttachmentCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeMailAttachmentCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.mailIdList.push(reader.uint32()); + } + } else { + message.mailIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeMailAttachmentCsReq { + return { + mailIdList: Array.isArray(object?.mailIdList) + ? object.mailIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: TakeMailAttachmentCsReq): unknown { + const obj: any = {}; + if (message.mailIdList) { + obj.mailIdList = message.mailIdList.map((e) => Math.round(e)); + } else { + obj.mailIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeMailAttachmentCsReq { + const message = createBaseTakeMailAttachmentCsReq(); + message.mailIdList = object.mailIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseClientMailAttachmentItem(): ClientMailAttachmentItem { + return { mailId: 0, itemId: 0 }; +} + +export const ClientMailAttachmentItem = { + encode( + message: ClientMailAttachmentItem, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.mailId !== 0) { + writer.uint32(8).uint32(message.mailId); + } + if (message.itemId !== 0) { + writer.uint32(16).uint32(message.itemId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ClientMailAttachmentItem { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseClientMailAttachmentItem(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.mailId = reader.uint32(); + break; + case 2: + message.itemId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ClientMailAttachmentItem { + return { + mailId: isSet(object.mailId) ? Number(object.mailId) : 0, + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + }; + }, + + toJSON(message: ClientMailAttachmentItem): unknown { + const obj: any = {}; + message.mailId !== undefined && (obj.mailId = Math.round(message.mailId)); + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ClientMailAttachmentItem { + const message = createBaseClientMailAttachmentItem(); + message.mailId = object.mailId ?? 0; + message.itemId = object.itemId ?? 0; + return message; + }, +}; + +function createBaseTakeMailAttachmentScRsp(): TakeMailAttachmentScRsp { + return { + retcode: 0, + succMailIdList: [], + attachment: undefined, + failMailList: [], + }; +} + +export const TakeMailAttachmentScRsp = { + encode( + message: TakeMailAttachmentScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + writer.uint32(18).fork(); + for (const v of message.succMailIdList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.attachment !== undefined) { + ItemList.encode(message.attachment, writer.uint32(26).fork()).ldelim(); + } + for (const v of message.failMailList) { + ClientMailAttachmentItem.encode(v!, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeMailAttachmentScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeMailAttachmentScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.succMailIdList.push(reader.uint32()); + } + } else { + message.succMailIdList.push(reader.uint32()); + } + break; + case 3: + message.attachment = ItemList.decode(reader, reader.uint32()); + break; + case 4: + message.failMailList.push( + ClientMailAttachmentItem.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeMailAttachmentScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + succMailIdList: Array.isArray(object?.succMailIdList) + ? object.succMailIdList.map((e: any) => Number(e)) + : [], + attachment: isSet(object.attachment) + ? ItemList.fromJSON(object.attachment) + : undefined, + failMailList: Array.isArray(object?.failMailList) + ? object.failMailList.map((e: any) => + ClientMailAttachmentItem.fromJSON(e) + ) + : [], + }; + }, + + toJSON(message: TakeMailAttachmentScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.succMailIdList) { + obj.succMailIdList = message.succMailIdList.map((e) => Math.round(e)); + } else { + obj.succMailIdList = []; + } + message.attachment !== undefined && + (obj.attachment = message.attachment + ? ItemList.toJSON(message.attachment) + : undefined); + if (message.failMailList) { + obj.failMailList = message.failMailList.map((e) => + e ? ClientMailAttachmentItem.toJSON(e) : undefined + ); + } else { + obj.failMailList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeMailAttachmentScRsp { + const message = createBaseTakeMailAttachmentScRsp(); + message.retcode = object.retcode ?? 0; + message.succMailIdList = object.succMailIdList?.map((e) => e) || []; + message.attachment = + object.attachment !== undefined && object.attachment !== null + ? ItemList.fromPartial(object.attachment) + : undefined; + message.failMailList = + object.failMailList?.map((e) => + ClientMailAttachmentItem.fromPartial(e) + ) || []; + return message; + }, +}; + +function createBaseNewMailScNotify(): NewMailScNotify { + return { mailIdList: [] }; +} + +export const NewMailScNotify = { + encode( + message: NewMailScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.mailIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): NewMailScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseNewMailScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.mailIdList.push(reader.uint32()); + } + } else { + message.mailIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): NewMailScNotify { + return { + mailIdList: Array.isArray(object?.mailIdList) + ? object.mailIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: NewMailScNotify): unknown { + const obj: any = {}; + if (message.mailIdList) { + obj.mailIdList = message.mailIdList.map((e) => Math.round(e)); + } else { + obj.mailIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): NewMailScNotify { + const message = createBaseNewMailScNotify(); + message.mailIdList = object.mailIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseMazeFloor(): MazeFloor { + return { floorId: 0, scene: undefined }; +} + +export const MazeFloor = { + encode( + message: MazeFloor, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.floorId !== 0) { + writer.uint32(8).uint32(message.floorId); + } + if (message.scene !== undefined) { + SceneInfo.encode(message.scene, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MazeFloor { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMazeFloor(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.floorId = reader.uint32(); + break; + case 2: + message.scene = SceneInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MazeFloor { + return { + floorId: isSet(object.floorId) ? Number(object.floorId) : 0, + scene: isSet(object.scene) ? SceneInfo.fromJSON(object.scene) : undefined, + }; + }, + + toJSON(message: MazeFloor): unknown { + const obj: any = {}; + message.floorId !== undefined && + (obj.floorId = Math.round(message.floorId)); + message.scene !== undefined && + (obj.scene = message.scene ? SceneInfo.toJSON(message.scene) : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): MazeFloor { + const message = createBaseMazeFloor(); + message.floorId = object.floorId ?? 0; + message.scene = + object.scene !== undefined && object.scene !== null + ? SceneInfo.fromPartial(object.scene) + : undefined; + return message; + }, +}; + +function createBaseMaze(): Maze { + return { id: 0, floor: undefined, mapEntryId: 0 }; +} + +export const Maze = { + encode(message: Maze, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.floor !== undefined) { + MazeFloor.encode(message.floor, writer.uint32(18).fork()).ldelim(); + } + if (message.mapEntryId !== 0) { + writer.uint32(24).uint32(message.mapEntryId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Maze { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMaze(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.floor = MazeFloor.decode(reader, reader.uint32()); + break; + case 3: + message.mapEntryId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Maze { + return { + id: isSet(object.id) ? Number(object.id) : 0, + floor: isSet(object.floor) ? MazeFloor.fromJSON(object.floor) : undefined, + mapEntryId: isSet(object.mapEntryId) ? Number(object.mapEntryId) : 0, + }; + }, + + toJSON(message: Maze): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.floor !== undefined && + (obj.floor = message.floor ? MazeFloor.toJSON(message.floor) : undefined); + message.mapEntryId !== undefined && + (obj.mapEntryId = Math.round(message.mapEntryId)); + return obj; + }, + + fromPartial, I>>(object: I): Maze { + const message = createBaseMaze(); + message.id = object.id ?? 0; + message.floor = + object.floor !== undefined && object.floor !== null + ? MazeFloor.fromPartial(object.floor) + : undefined; + message.mapEntryId = object.mapEntryId ?? 0; + return message; + }, +}; + +function createBaseMazeAvatar(): MazeAvatar { + return { baseAvatarId: 0, leftHp: 0, sp: 0 }; +} + +export const MazeAvatar = { + encode( + message: MazeAvatar, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + if (message.leftHp !== 0) { + writer.uint32(16).uint32(message.leftHp); + } + if (message.sp !== 0) { + writer.uint32(24).uint32(message.sp); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MazeAvatar { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMazeAvatar(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + case 2: + message.leftHp = reader.uint32(); + break; + case 3: + message.sp = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MazeAvatar { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + leftHp: isSet(object.leftHp) ? Number(object.leftHp) : 0, + sp: isSet(object.sp) ? Number(object.sp) : 0, + }; + }, + + toJSON(message: MazeAvatar): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.leftHp !== undefined && (obj.leftHp = Math.round(message.leftHp)); + message.sp !== undefined && (obj.sp = Math.round(message.sp)); + return obj; + }, + + fromPartial, I>>( + object: I + ): MazeAvatar { + const message = createBaseMazeAvatar(); + message.baseAvatarId = object.baseAvatarId ?? 0; + message.leftHp = object.leftHp ?? 0; + message.sp = object.sp ?? 0; + return message; + }, +}; + +function createBaseMazeMission(): MazeMission { + return { subMissionId: 0, status: 0 }; +} + +export const MazeMission = { + encode( + message: MazeMission, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.subMissionId !== 0) { + writer.uint32(8).uint32(message.subMissionId); + } + if (message.status !== 0) { + writer.uint32(16).int32(message.status); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MazeMission { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMazeMission(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.subMissionId = reader.uint32(); + break; + case 2: + message.status = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MazeMission { + return { + subMissionId: isSet(object.subMissionId) + ? Number(object.subMissionId) + : 0, + status: isSet(object.status) ? missionStatusFromJSON(object.status) : 0, + }; + }, + + toJSON(message: MazeMission): unknown { + const obj: any = {}; + message.subMissionId !== undefined && + (obj.subMissionId = Math.round(message.subMissionId)); + message.status !== undefined && + (obj.status = missionStatusToJSON(message.status)); + return obj; + }, + + fromPartial, I>>( + object: I + ): MazeMission { + const message = createBaseMazeMission(); + message.subMissionId = object.subMissionId ?? 0; + message.status = object.status ?? 0; + return message; + }, +}; + +function createBaseGetMazeCsReq(): GetMazeCsReq { + return {}; +} + +export const GetMazeCsReq = { + encode( + _: GetMazeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetMazeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMazeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetMazeCsReq { + return {}; + }, + + toJSON(_: GetMazeCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetMazeCsReq { + const message = createBaseGetMazeCsReq(); + return message; + }, +}; + +function createBaseGetMazeScRsp(): GetMazeScRsp { + return { + retcode: 0, + mazeList: [], + curSeriesId: 0, + finishedPlaneList: [], + waitPlaneList: [], + takenRewardList: [], + avatarList: [], + chosenAbilityList: [], + candidateAbilityList: [], + mazeMissionList: [], + }; +} + +export const GetMazeScRsp = { + encode( + message: GetMazeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.mazeList) { + Maze.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.curSeriesId !== 0) { + writer.uint32(24).uint32(message.curSeriesId); + } + writer.uint32(34).fork(); + for (const v of message.finishedPlaneList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(42).fork(); + for (const v of message.waitPlaneList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(50).fork(); + for (const v of message.takenRewardList) { + writer.uint32(v); + } + writer.ldelim(); + for (const v of message.avatarList) { + MazeAvatar.encode(v!, writer.uint32(58).fork()).ldelim(); + } + writer.uint32(66).fork(); + for (const v of message.chosenAbilityList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(74).fork(); + for (const v of message.candidateAbilityList) { + writer.uint32(v); + } + writer.ldelim(); + for (const v of message.mazeMissionList) { + MazeMission.encode(v!, writer.uint32(82).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetMazeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMazeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.mazeList.push(Maze.decode(reader, reader.uint32())); + break; + case 3: + message.curSeriesId = reader.uint32(); + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.finishedPlaneList.push(reader.uint32()); + } + } else { + message.finishedPlaneList.push(reader.uint32()); + } + break; + case 5: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.waitPlaneList.push(reader.uint32()); + } + } else { + message.waitPlaneList.push(reader.uint32()); + } + break; + case 6: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.takenRewardList.push(reader.uint32()); + } + } else { + message.takenRewardList.push(reader.uint32()); + } + break; + case 7: + message.avatarList.push(MazeAvatar.decode(reader, reader.uint32())); + break; + case 8: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.chosenAbilityList.push(reader.uint32()); + } + } else { + message.chosenAbilityList.push(reader.uint32()); + } + break; + case 9: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.candidateAbilityList.push(reader.uint32()); + } + } else { + message.candidateAbilityList.push(reader.uint32()); + } + break; + case 10: + message.mazeMissionList.push( + MazeMission.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMazeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + mazeList: Array.isArray(object?.mazeList) + ? object.mazeList.map((e: any) => Maze.fromJSON(e)) + : [], + curSeriesId: isSet(object.curSeriesId) ? Number(object.curSeriesId) : 0, + finishedPlaneList: Array.isArray(object?.finishedPlaneList) + ? object.finishedPlaneList.map((e: any) => Number(e)) + : [], + waitPlaneList: Array.isArray(object?.waitPlaneList) + ? object.waitPlaneList.map((e: any) => Number(e)) + : [], + takenRewardList: Array.isArray(object?.takenRewardList) + ? object.takenRewardList.map((e: any) => Number(e)) + : [], + avatarList: Array.isArray(object?.avatarList) + ? object.avatarList.map((e: any) => MazeAvatar.fromJSON(e)) + : [], + chosenAbilityList: Array.isArray(object?.chosenAbilityList) + ? object.chosenAbilityList.map((e: any) => Number(e)) + : [], + candidateAbilityList: Array.isArray(object?.candidateAbilityList) + ? object.candidateAbilityList.map((e: any) => Number(e)) + : [], + mazeMissionList: Array.isArray(object?.mazeMissionList) + ? object.mazeMissionList.map((e: any) => MazeMission.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetMazeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.mazeList) { + obj.mazeList = message.mazeList.map((e) => + e ? Maze.toJSON(e) : undefined + ); + } else { + obj.mazeList = []; + } + message.curSeriesId !== undefined && + (obj.curSeriesId = Math.round(message.curSeriesId)); + if (message.finishedPlaneList) { + obj.finishedPlaneList = message.finishedPlaneList.map((e) => + Math.round(e) + ); + } else { + obj.finishedPlaneList = []; + } + if (message.waitPlaneList) { + obj.waitPlaneList = message.waitPlaneList.map((e) => Math.round(e)); + } else { + obj.waitPlaneList = []; + } + if (message.takenRewardList) { + obj.takenRewardList = message.takenRewardList.map((e) => Math.round(e)); + } else { + obj.takenRewardList = []; + } + if (message.avatarList) { + obj.avatarList = message.avatarList.map((e) => + e ? MazeAvatar.toJSON(e) : undefined + ); + } else { + obj.avatarList = []; + } + if (message.chosenAbilityList) { + obj.chosenAbilityList = message.chosenAbilityList.map((e) => + Math.round(e) + ); + } else { + obj.chosenAbilityList = []; + } + if (message.candidateAbilityList) { + obj.candidateAbilityList = message.candidateAbilityList.map((e) => + Math.round(e) + ); + } else { + obj.candidateAbilityList = []; + } + if (message.mazeMissionList) { + obj.mazeMissionList = message.mazeMissionList.map((e) => + e ? MazeMission.toJSON(e) : undefined + ); + } else { + obj.mazeMissionList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMazeScRsp { + const message = createBaseGetMazeScRsp(); + message.retcode = object.retcode ?? 0; + message.mazeList = object.mazeList?.map((e) => Maze.fromPartial(e)) || []; + message.curSeriesId = object.curSeriesId ?? 0; + message.finishedPlaneList = object.finishedPlaneList?.map((e) => e) || []; + message.waitPlaneList = object.waitPlaneList?.map((e) => e) || []; + message.takenRewardList = object.takenRewardList?.map((e) => e) || []; + message.avatarList = + object.avatarList?.map((e) => MazeAvatar.fromPartial(e)) || []; + message.chosenAbilityList = object.chosenAbilityList?.map((e) => e) || []; + message.candidateAbilityList = + object.candidateAbilityList?.map((e) => e) || []; + message.mazeMissionList = + object.mazeMissionList?.map((e) => MazeMission.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseChooseMazeSeriesCsReq(): ChooseMazeSeriesCsReq { + return { seriesId: 0 }; +} + +export const ChooseMazeSeriesCsReq = { + encode( + message: ChooseMazeSeriesCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.seriesId !== 0) { + writer.uint32(8).uint32(message.seriesId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ChooseMazeSeriesCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChooseMazeSeriesCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.seriesId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChooseMazeSeriesCsReq { + return { + seriesId: isSet(object.seriesId) ? Number(object.seriesId) : 0, + }; + }, + + toJSON(message: ChooseMazeSeriesCsReq): unknown { + const obj: any = {}; + message.seriesId !== undefined && + (obj.seriesId = Math.round(message.seriesId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChooseMazeSeriesCsReq { + const message = createBaseChooseMazeSeriesCsReq(); + message.seriesId = object.seriesId ?? 0; + return message; + }, +}; + +function createBaseChooseMazeSeriesScRsp(): ChooseMazeSeriesScRsp { + return { retcode: 0, seriesId: 0 }; +} + +export const ChooseMazeSeriesScRsp = { + encode( + message: ChooseMazeSeriesScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.seriesId !== 0) { + writer.uint32(16).uint32(message.seriesId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ChooseMazeSeriesScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChooseMazeSeriesScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.seriesId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChooseMazeSeriesScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + seriesId: isSet(object.seriesId) ? Number(object.seriesId) : 0, + }; + }, + + toJSON(message: ChooseMazeSeriesScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.seriesId !== undefined && + (obj.seriesId = Math.round(message.seriesId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChooseMazeSeriesScRsp { + const message = createBaseChooseMazeSeriesScRsp(); + message.retcode = object.retcode ?? 0; + message.seriesId = object.seriesId ?? 0; + return message; + }, +}; + +function createBaseChooseMazeAbilityCsReq(): ChooseMazeAbilityCsReq { + return { abilityId: 0 }; +} + +export const ChooseMazeAbilityCsReq = { + encode( + message: ChooseMazeAbilityCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.abilityId !== 0) { + writer.uint32(8).uint32(message.abilityId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ChooseMazeAbilityCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChooseMazeAbilityCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.abilityId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChooseMazeAbilityCsReq { + return { + abilityId: isSet(object.abilityId) ? Number(object.abilityId) : 0, + }; + }, + + toJSON(message: ChooseMazeAbilityCsReq): unknown { + const obj: any = {}; + message.abilityId !== undefined && + (obj.abilityId = Math.round(message.abilityId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChooseMazeAbilityCsReq { + const message = createBaseChooseMazeAbilityCsReq(); + message.abilityId = object.abilityId ?? 0; + return message; + }, +}; + +function createBaseChooseMazeAbilityScRsp(): ChooseMazeAbilityScRsp { + return { retcode: 0, abilityList: [] }; +} + +export const ChooseMazeAbilityScRsp = { + encode( + message: ChooseMazeAbilityScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + writer.uint32(18).fork(); + for (const v of message.abilityList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ChooseMazeAbilityScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChooseMazeAbilityScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.abilityList.push(reader.uint32()); + } + } else { + message.abilityList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChooseMazeAbilityScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + abilityList: Array.isArray(object?.abilityList) + ? object.abilityList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: ChooseMazeAbilityScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.abilityList) { + obj.abilityList = message.abilityList.map((e) => Math.round(e)); + } else { + obj.abilityList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): ChooseMazeAbilityScRsp { + const message = createBaseChooseMazeAbilityScRsp(); + message.retcode = object.retcode ?? 0; + message.abilityList = object.abilityList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseEnterMazeCsReq(): EnterMazeCsReq { + return { entryId: 0, teleportId: 0 }; +} + +export const EnterMazeCsReq = { + encode( + message: EnterMazeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entryId !== 0) { + writer.uint32(8).uint32(message.entryId); + } + if (message.teleportId !== 0) { + writer.uint32(16).uint32(message.teleportId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EnterMazeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterMazeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entryId = reader.uint32(); + break; + case 2: + message.teleportId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterMazeCsReq { + return { + entryId: isSet(object.entryId) ? Number(object.entryId) : 0, + teleportId: isSet(object.teleportId) ? Number(object.teleportId) : 0, + }; + }, + + toJSON(message: EnterMazeCsReq): unknown { + const obj: any = {}; + message.entryId !== undefined && + (obj.entryId = Math.round(message.entryId)); + message.teleportId !== undefined && + (obj.teleportId = Math.round(message.teleportId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterMazeCsReq { + const message = createBaseEnterMazeCsReq(); + message.entryId = object.entryId ?? 0; + message.teleportId = object.teleportId ?? 0; + return message; + }, +}; + +function createBaseEnterMazeScRsp(): EnterMazeScRsp { + return { retcode: 0, maze: undefined }; +} + +export const EnterMazeScRsp = { + encode( + message: EnterMazeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EnterMazeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterMazeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterMazeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + }; + }, + + toJSON(message: EnterMazeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterMazeScRsp { + const message = createBaseEnterMazeScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + return message; + }, +}; + +function createBaseMazeBuffScNotify(): MazeBuffScNotify { + return { buffId: 0, op: 0 }; +} + +export const MazeBuffScNotify = { + encode( + message: MazeBuffScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.buffId !== 0) { + writer.uint32(8).uint32(message.buffId); + } + if (message.op !== 0) { + writer.uint32(16).int32(message.op); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MazeBuffScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMazeBuffScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.buffId = reader.uint32(); + break; + case 2: + message.op = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MazeBuffScNotify { + return { + buffId: isSet(object.buffId) ? Number(object.buffId) : 0, + op: isSet(object.op) ? mazeBuffOpFromJSON(object.op) : 0, + }; + }, + + toJSON(message: MazeBuffScNotify): unknown { + const obj: any = {}; + message.buffId !== undefined && (obj.buffId = Math.round(message.buffId)); + message.op !== undefined && (obj.op = mazeBuffOpToJSON(message.op)); + return obj; + }, + + fromPartial, I>>( + object: I + ): MazeBuffScNotify { + const message = createBaseMazeBuffScNotify(); + message.buffId = object.buffId ?? 0; + message.op = object.op ?? 0; + return message; + }, +}; + +function createBaseCastMazeSkillCsReq(): CastMazeSkillCsReq { + return { skillId: 0 }; +} + +export const CastMazeSkillCsReq = { + encode( + message: CastMazeSkillCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.skillId !== 0) { + writer.uint32(8).uint32(message.skillId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): CastMazeSkillCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseCastMazeSkillCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.skillId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): CastMazeSkillCsReq { + return { + skillId: isSet(object.skillId) ? Number(object.skillId) : 0, + }; + }, + + toJSON(message: CastMazeSkillCsReq): unknown { + const obj: any = {}; + message.skillId !== undefined && + (obj.skillId = Math.round(message.skillId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): CastMazeSkillCsReq { + const message = createBaseCastMazeSkillCsReq(); + message.skillId = object.skillId ?? 0; + return message; + }, +}; + +function createBaseCastMazeSkillScRsp(): CastMazeSkillScRsp { + return { retcode: 0 }; +} + +export const CastMazeSkillScRsp = { + encode( + message: CastMazeSkillScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): CastMazeSkillScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseCastMazeSkillScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): CastMazeSkillScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: CastMazeSkillScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): CastMazeSkillScRsp { + const message = createBaseCastMazeSkillScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseMazePlaneEventScNotify(): MazePlaneEventScNotify { + return { itemData: undefined }; +} + +export const MazePlaneEventScNotify = { + encode( + message: MazePlaneEventScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemData !== undefined) { + ItemList.encode(message.itemData, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): MazePlaneEventScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMazePlaneEventScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemData = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MazePlaneEventScNotify { + return { + itemData: isSet(object.itemData) + ? ItemList.fromJSON(object.itemData) + : undefined, + }; + }, + + toJSON(message: MazePlaneEventScNotify): unknown { + const obj: any = {}; + message.itemData !== undefined && + (obj.itemData = message.itemData + ? ItemList.toJSON(message.itemData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): MazePlaneEventScNotify { + const message = createBaseMazePlaneEventScNotify(); + message.itemData = + object.itemData !== undefined && object.itemData !== null + ? ItemList.fromPartial(object.itemData) + : undefined; + return message; + }, +}; + +function createBaseEnterMazeByServerScNotify(): EnterMazeByServerScNotify { + return { maze: undefined, reason: 0 }; +} + +export const EnterMazeByServerScNotify = { + encode( + message: EnterMazeByServerScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(10).fork()).ldelim(); + } + if (message.reason !== 0) { + writer.uint32(16).int32(message.reason); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): EnterMazeByServerScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterMazeByServerScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.maze = Maze.decode(reader, reader.uint32()); + break; + case 2: + message.reason = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterMazeByServerScNotify { + return { + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + reason: isSet(object.reason) ? enterMazeReasonFromJSON(object.reason) : 0, + }; + }, + + toJSON(message: EnterMazeByServerScNotify): unknown { + const obj: any = {}; + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + message.reason !== undefined && + (obj.reason = enterMazeReasonToJSON(message.reason)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterMazeByServerScNotify { + const message = createBaseEnterMazeByServerScNotify(); + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + message.reason = object.reason ?? 0; + return message; + }, +}; + +function createBaseMazePropState(): MazePropState { + return { groupId: 0, configId: 0, state: 0 }; +} + +export const MazePropState = { + encode( + message: MazePropState, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.groupId !== 0) { + writer.uint32(8).uint32(message.groupId); + } + if (message.configId !== 0) { + writer.uint32(16).uint32(message.configId); + } + if (message.state !== 0) { + writer.uint32(24).uint32(message.state); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MazePropState { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMazePropState(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.groupId = reader.uint32(); + break; + case 2: + message.configId = reader.uint32(); + break; + case 3: + message.state = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MazePropState { + return { + groupId: isSet(object.groupId) ? Number(object.groupId) : 0, + configId: isSet(object.configId) ? Number(object.configId) : 0, + state: isSet(object.state) ? Number(object.state) : 0, + }; + }, + + toJSON(message: MazePropState): unknown { + const obj: any = {}; + message.groupId !== undefined && + (obj.groupId = Math.round(message.groupId)); + message.configId !== undefined && + (obj.configId = Math.round(message.configId)); + message.state !== undefined && (obj.state = Math.round(message.state)); + return obj; + }, + + fromPartial, I>>( + object: I + ): MazePropState { + const message = createBaseMazePropState(); + message.groupId = object.groupId ?? 0; + message.configId = object.configId ?? 0; + message.state = object.state ?? 0; + return message; + }, +}; + +function createBaseMazeGroup(): MazeGroup { + return { groupId: 0, modifyTime: 0 }; +} + +export const MazeGroup = { + encode( + message: MazeGroup, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.groupId !== 0) { + writer.uint32(8).uint32(message.groupId); + } + if (message.modifyTime !== 0) { + writer.uint32(16).uint32(message.modifyTime); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MazeGroup { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMazeGroup(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.groupId = reader.uint32(); + break; + case 2: + message.modifyTime = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MazeGroup { + return { + groupId: isSet(object.groupId) ? Number(object.groupId) : 0, + modifyTime: isSet(object.modifyTime) ? Number(object.modifyTime) : 0, + }; + }, + + toJSON(message: MazeGroup): unknown { + const obj: any = {}; + message.groupId !== undefined && + (obj.groupId = Math.round(message.groupId)); + message.modifyTime !== undefined && + (obj.modifyTime = Math.round(message.modifyTime)); + return obj; + }, + + fromPartial, I>>( + object: I + ): MazeGroup { + const message = createBaseMazeGroup(); + message.groupId = object.groupId ?? 0; + message.modifyTime = object.modifyTime ?? 0; + return message; + }, +}; + +function createBaseGetMazeMapInfoCsReq(): GetMazeMapInfoCsReq { + return { entryId: 0 }; +} + +export const GetMazeMapInfoCsReq = { + encode( + message: GetMazeMapInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entryId !== 0) { + writer.uint32(8).uint32(message.entryId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetMazeMapInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMazeMapInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entryId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMazeMapInfoCsReq { + return { + entryId: isSet(object.entryId) ? Number(object.entryId) : 0, + }; + }, + + toJSON(message: GetMazeMapInfoCsReq): unknown { + const obj: any = {}; + message.entryId !== undefined && + (obj.entryId = Math.round(message.entryId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMazeMapInfoCsReq { + const message = createBaseGetMazeMapInfoCsReq(); + message.entryId = object.entryId ?? 0; + return message; + }, +}; + +function createBaseGetMazeMapInfoScRsp(): GetMazeMapInfoScRsp { + return { + retcode: 0, + entryId: 0, + lightenSectionList: [], + mazePropList: [], + mazeGroupList: [], + opendChestNum: 0, + unlockTeleportList: [], + }; +} + +export const GetMazeMapInfoScRsp = { + encode( + message: GetMazeMapInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.entryId !== 0) { + writer.uint32(16).uint32(message.entryId); + } + writer.uint32(26).fork(); + for (const v of message.lightenSectionList) { + writer.uint32(v); + } + writer.ldelim(); + for (const v of message.mazePropList) { + MazePropState.encode(v!, writer.uint32(34).fork()).ldelim(); + } + for (const v of message.mazeGroupList) { + MazeGroup.encode(v!, writer.uint32(42).fork()).ldelim(); + } + if (message.opendChestNum !== 0) { + writer.uint32(48).uint32(message.opendChestNum); + } + writer.uint32(58).fork(); + for (const v of message.unlockTeleportList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetMazeMapInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMazeMapInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.entryId = reader.uint32(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.lightenSectionList.push(reader.uint32()); + } + } else { + message.lightenSectionList.push(reader.uint32()); + } + break; + case 4: + message.mazePropList.push( + MazePropState.decode(reader, reader.uint32()) + ); + break; + case 5: + message.mazeGroupList.push(MazeGroup.decode(reader, reader.uint32())); + break; + case 6: + message.opendChestNum = reader.uint32(); + break; + case 7: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.unlockTeleportList.push(reader.uint32()); + } + } else { + message.unlockTeleportList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMazeMapInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + entryId: isSet(object.entryId) ? Number(object.entryId) : 0, + lightenSectionList: Array.isArray(object?.lightenSectionList) + ? object.lightenSectionList.map((e: any) => Number(e)) + : [], + mazePropList: Array.isArray(object?.mazePropList) + ? object.mazePropList.map((e: any) => MazePropState.fromJSON(e)) + : [], + mazeGroupList: Array.isArray(object?.mazeGroupList) + ? object.mazeGroupList.map((e: any) => MazeGroup.fromJSON(e)) + : [], + opendChestNum: isSet(object.opendChestNum) + ? Number(object.opendChestNum) + : 0, + unlockTeleportList: Array.isArray(object?.unlockTeleportList) + ? object.unlockTeleportList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetMazeMapInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.entryId !== undefined && + (obj.entryId = Math.round(message.entryId)); + if (message.lightenSectionList) { + obj.lightenSectionList = message.lightenSectionList.map((e) => + Math.round(e) + ); + } else { + obj.lightenSectionList = []; + } + if (message.mazePropList) { + obj.mazePropList = message.mazePropList.map((e) => + e ? MazePropState.toJSON(e) : undefined + ); + } else { + obj.mazePropList = []; + } + if (message.mazeGroupList) { + obj.mazeGroupList = message.mazeGroupList.map((e) => + e ? MazeGroup.toJSON(e) : undefined + ); + } else { + obj.mazeGroupList = []; + } + message.opendChestNum !== undefined && + (obj.opendChestNum = Math.round(message.opendChestNum)); + if (message.unlockTeleportList) { + obj.unlockTeleportList = message.unlockTeleportList.map((e) => + Math.round(e) + ); + } else { + obj.unlockTeleportList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMazeMapInfoScRsp { + const message = createBaseGetMazeMapInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.entryId = object.entryId ?? 0; + message.lightenSectionList = object.lightenSectionList?.map((e) => e) || []; + message.mazePropList = + object.mazePropList?.map((e) => MazePropState.fromPartial(e)) || []; + message.mazeGroupList = + object.mazeGroupList?.map((e) => MazeGroup.fromPartial(e)) || []; + message.opendChestNum = object.opendChestNum ?? 0; + message.unlockTeleportList = object.unlockTeleportList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetMazeTimeOfDayCsReq(): GetMazeTimeOfDayCsReq { + return {}; +} + +export const GetMazeTimeOfDayCsReq = { + encode( + _: GetMazeTimeOfDayCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetMazeTimeOfDayCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMazeTimeOfDayCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetMazeTimeOfDayCsReq { + return {}; + }, + + toJSON(_: GetMazeTimeOfDayCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetMazeTimeOfDayCsReq { + const message = createBaseGetMazeTimeOfDayCsReq(); + return message; + }, +}; + +function createBaseGetMazeTimeOfDayScRsp(): GetMazeTimeOfDayScRsp { + return { retcode: 0, mazeTimeOfDayMap: {} }; +} + +export const GetMazeTimeOfDayScRsp = { + encode( + message: GetMazeTimeOfDayScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + Object.entries(message.mazeTimeOfDayMap).forEach(([key, value]) => { + GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry.encode( + { key: key as any, value }, + writer.uint32(18).fork() + ).ldelim(); + }); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetMazeTimeOfDayScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMazeTimeOfDayScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + const entry2 = GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry.decode( + reader, + reader.uint32() + ); + if (entry2.value !== undefined) { + message.mazeTimeOfDayMap[entry2.key] = entry2.value; + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMazeTimeOfDayScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + mazeTimeOfDayMap: isObject(object.mazeTimeOfDayMap) + ? Object.entries(object.mazeTimeOfDayMap).reduce<{ + [key: number]: number; + }>((acc, [key, value]) => { + acc[Number(key)] = Number(value); + return acc; + }, {}) + : {}, + }; + }, + + toJSON(message: GetMazeTimeOfDayScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + obj.mazeTimeOfDayMap = {}; + if (message.mazeTimeOfDayMap) { + Object.entries(message.mazeTimeOfDayMap).forEach(([k, v]) => { + obj.mazeTimeOfDayMap[k] = Math.round(v); + }); + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMazeTimeOfDayScRsp { + const message = createBaseGetMazeTimeOfDayScRsp(); + message.retcode = object.retcode ?? 0; + message.mazeTimeOfDayMap = Object.entries( + object.mazeTimeOfDayMap ?? {} + ).reduce<{ [key: number]: number }>((acc, [key, value]) => { + if (value !== undefined) { + acc[Number(key)] = Number(value); + } + return acc; + }, {}); + return message; + }, +}; + +function createBaseGetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry(): GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry { + return { key: 0, value: 0 }; +} + +export const GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry = { + encode( + message: GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.key !== 0) { + writer.uint32(8).uint32(message.key); + } + if (message.value !== 0) { + writer.uint32(16).uint32(message.value); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.key = reader.uint32(); + break; + case 2: + message.value = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry { + return { + key: isSet(object.key) ? Number(object.key) : 0, + value: isSet(object.value) ? Number(object.value) : 0, + }; + }, + + toJSON(message: GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry): unknown { + const obj: any = {}; + message.key !== undefined && (obj.key = Math.round(message.key)); + message.value !== undefined && (obj.value = Math.round(message.value)); + return obj; + }, + + fromPartial< + I extends Exact, I> + >(object: I): GetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry { + const message = createBaseGetMazeTimeOfDayScRsp_MazeTimeOfDayMapEntry(); + message.key = object.key ?? 0; + message.value = object.value ?? 0; + return message; + }, +}; + +function createBaseSetMazeTimeOfDayCsReq(): SetMazeTimeOfDayCsReq { + return { planeId: 0, timeOfDayType: 0 }; +} + +export const SetMazeTimeOfDayCsReq = { + encode( + message: SetMazeTimeOfDayCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.planeId !== 0) { + writer.uint32(8).uint32(message.planeId); + } + if (message.timeOfDayType !== 0) { + writer.uint32(16).uint32(message.timeOfDayType); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetMazeTimeOfDayCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetMazeTimeOfDayCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.planeId = reader.uint32(); + break; + case 2: + message.timeOfDayType = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetMazeTimeOfDayCsReq { + return { + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + timeOfDayType: isSet(object.timeOfDayType) + ? Number(object.timeOfDayType) + : 0, + }; + }, + + toJSON(message: SetMazeTimeOfDayCsReq): unknown { + const obj: any = {}; + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.timeOfDayType !== undefined && + (obj.timeOfDayType = Math.round(message.timeOfDayType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetMazeTimeOfDayCsReq { + const message = createBaseSetMazeTimeOfDayCsReq(); + message.planeId = object.planeId ?? 0; + message.timeOfDayType = object.timeOfDayType ?? 0; + return message; + }, +}; + +function createBaseSetMazeTimeOfDayScRsp(): SetMazeTimeOfDayScRsp { + return { retcode: 0, planeId: 0, timeOfDayType: 0 }; +} + +export const SetMazeTimeOfDayScRsp = { + encode( + message: SetMazeTimeOfDayScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.planeId !== 0) { + writer.uint32(16).uint32(message.planeId); + } + if (message.timeOfDayType !== 0) { + writer.uint32(24).uint32(message.timeOfDayType); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetMazeTimeOfDayScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetMazeTimeOfDayScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.planeId = reader.uint32(); + break; + case 3: + message.timeOfDayType = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetMazeTimeOfDayScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + timeOfDayType: isSet(object.timeOfDayType) + ? Number(object.timeOfDayType) + : 0, + }; + }, + + toJSON(message: SetMazeTimeOfDayScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.timeOfDayType !== undefined && + (obj.timeOfDayType = Math.round(message.timeOfDayType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetMazeTimeOfDayScRsp { + const message = createBaseSetMazeTimeOfDayScRsp(); + message.retcode = object.retcode ?? 0; + message.planeId = object.planeId ?? 0; + message.timeOfDayType = object.timeOfDayType ?? 0; + return message; + }, +}; + +function createBaseDelMazeTimeOfDayCsReq(): DelMazeTimeOfDayCsReq { + return { planeId: 0 }; +} + +export const DelMazeTimeOfDayCsReq = { + encode( + message: DelMazeTimeOfDayCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.planeId !== 0) { + writer.uint32(8).uint32(message.planeId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): DelMazeTimeOfDayCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDelMazeTimeOfDayCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.planeId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DelMazeTimeOfDayCsReq { + return { + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + }; + }, + + toJSON(message: DelMazeTimeOfDayCsReq): unknown { + const obj: any = {}; + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DelMazeTimeOfDayCsReq { + const message = createBaseDelMazeTimeOfDayCsReq(); + message.planeId = object.planeId ?? 0; + return message; + }, +}; + +function createBaseDelMazeTimeOfDayScRsp(): DelMazeTimeOfDayScRsp { + return { retcode: 0, planeId: 0 }; +} + +export const DelMazeTimeOfDayScRsp = { + encode( + message: DelMazeTimeOfDayScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.planeId !== 0) { + writer.uint32(16).uint32(message.planeId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): DelMazeTimeOfDayScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDelMazeTimeOfDayScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.planeId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DelMazeTimeOfDayScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + }; + }, + + toJSON(message: DelMazeTimeOfDayScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DelMazeTimeOfDayScRsp { + const message = createBaseDelMazeTimeOfDayScRsp(); + message.retcode = object.retcode ?? 0; + message.planeId = object.planeId ?? 0; + return message; + }, +}; + +function createBaseReturnStartAnchorCsReq(): ReturnStartAnchorCsReq { + return { entryId: 0 }; +} + +export const ReturnStartAnchorCsReq = { + encode( + message: ReturnStartAnchorCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entryId !== 0) { + writer.uint32(8).uint32(message.entryId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ReturnStartAnchorCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseReturnStartAnchorCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entryId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ReturnStartAnchorCsReq { + return { + entryId: isSet(object.entryId) ? Number(object.entryId) : 0, + }; + }, + + toJSON(message: ReturnStartAnchorCsReq): unknown { + const obj: any = {}; + message.entryId !== undefined && + (obj.entryId = Math.round(message.entryId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ReturnStartAnchorCsReq { + const message = createBaseReturnStartAnchorCsReq(); + message.entryId = object.entryId ?? 0; + return message; + }, +}; + +function createBaseReturnStartAnchorScRsp(): ReturnStartAnchorScRsp { + return { retcode: 0 }; +} + +export const ReturnStartAnchorScRsp = { + encode( + message: ReturnStartAnchorScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ReturnStartAnchorScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseReturnStartAnchorScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ReturnStartAnchorScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: ReturnStartAnchorScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ReturnStartAnchorScRsp { + const message = createBaseReturnStartAnchorScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseGetNpcMessageGroupCsReq(): GetNpcMessageGroupCsReq { + return { contactIdList: [] }; +} + +export const GetNpcMessageGroupCsReq = { + encode( + message: GetNpcMessageGroupCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.contactIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetNpcMessageGroupCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetNpcMessageGroupCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.contactIdList.push(reader.uint32()); + } + } else { + message.contactIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetNpcMessageGroupCsReq { + return { + contactIdList: Array.isArray(object?.contactIdList) + ? object.contactIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetNpcMessageGroupCsReq): unknown { + const obj: any = {}; + if (message.contactIdList) { + obj.contactIdList = message.contactIdList.map((e) => Math.round(e)); + } else { + obj.contactIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetNpcMessageGroupCsReq { + const message = createBaseGetNpcMessageGroupCsReq(); + message.contactIdList = object.contactIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseMessageItem(): MessageItem { + return { itemId: 0, textId: 0 }; +} + +export const MessageItem = { + encode( + message: MessageItem, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemId !== 0) { + writer.uint32(8).uint32(message.itemId); + } + if (message.textId !== 0) { + writer.uint32(16).uint32(message.textId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MessageItem { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMessageItem(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemId = reader.uint32(); + break; + case 2: + message.textId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MessageItem { + return { + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + textId: isSet(object.textId) ? Number(object.textId) : 0, + }; + }, + + toJSON(message: MessageItem): unknown { + const obj: any = {}; + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + message.textId !== undefined && (obj.textId = Math.round(message.textId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): MessageItem { + const message = createBaseMessageItem(); + message.itemId = object.itemId ?? 0; + message.textId = object.textId ?? 0; + return message; + }, +}; + +function createBaseMessageSection(): MessageSection { + return { id: 0, messageItemId: 0, status: 0, itemList: [] }; +} + +export const MessageSection = { + encode( + message: MessageSection, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.messageItemId !== 0) { + writer.uint32(16).uint32(message.messageItemId); + } + if (message.status !== 0) { + writer.uint32(24).int32(message.status); + } + for (const v of message.itemList) { + MessageItem.encode(v!, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MessageSection { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMessageSection(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.messageItemId = reader.uint32(); + break; + case 3: + message.status = reader.int32() as any; + break; + case 4: + message.itemList.push(MessageItem.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MessageSection { + return { + id: isSet(object.id) ? Number(object.id) : 0, + messageItemId: isSet(object.messageItemId) + ? Number(object.messageItemId) + : 0, + status: isSet(object.status) + ? messageSectionStatusFromJSON(object.status) + : 0, + itemList: Array.isArray(object?.itemList) + ? object.itemList.map((e: any) => MessageItem.fromJSON(e)) + : [], + }; + }, + + toJSON(message: MessageSection): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.messageItemId !== undefined && + (obj.messageItemId = Math.round(message.messageItemId)); + message.status !== undefined && + (obj.status = messageSectionStatusToJSON(message.status)); + if (message.itemList) { + obj.itemList = message.itemList.map((e) => + e ? MessageItem.toJSON(e) : undefined + ); + } else { + obj.itemList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): MessageSection { + const message = createBaseMessageSection(); + message.id = object.id ?? 0; + message.messageItemId = object.messageItemId ?? 0; + message.status = object.status ?? 0; + message.itemList = + object.itemList?.map((e) => MessageItem.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseMessageGroup(): MessageGroup { + return { + id: 0, + messageSectionId: 0, + status: 0, + refreshTime: 0, + messageSectionList: [], + }; +} + +export const MessageGroup = { + encode( + message: MessageGroup, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.messageSectionId !== 0) { + writer.uint32(16).uint32(message.messageSectionId); + } + if (message.status !== 0) { + writer.uint32(24).int32(message.status); + } + if (message.refreshTime !== 0) { + writer.uint32(32).uint32(message.refreshTime); + } + for (const v of message.messageSectionList) { + MessageSection.encode(v!, writer.uint32(42).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MessageGroup { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMessageGroup(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.messageSectionId = reader.uint32(); + break; + case 3: + message.status = reader.int32() as any; + break; + case 4: + message.refreshTime = reader.uint32(); + break; + case 5: + message.messageSectionList.push( + MessageSection.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MessageGroup { + return { + id: isSet(object.id) ? Number(object.id) : 0, + messageSectionId: isSet(object.messageSectionId) + ? Number(object.messageSectionId) + : 0, + status: isSet(object.status) + ? messageGroupStatusFromJSON(object.status) + : 0, + refreshTime: isSet(object.refreshTime) ? Number(object.refreshTime) : 0, + messageSectionList: Array.isArray(object?.messageSectionList) + ? object.messageSectionList.map((e: any) => MessageSection.fromJSON(e)) + : [], + }; + }, + + toJSON(message: MessageGroup): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.messageSectionId !== undefined && + (obj.messageSectionId = Math.round(message.messageSectionId)); + message.status !== undefined && + (obj.status = messageGroupStatusToJSON(message.status)); + message.refreshTime !== undefined && + (obj.refreshTime = Math.round(message.refreshTime)); + if (message.messageSectionList) { + obj.messageSectionList = message.messageSectionList.map((e) => + e ? MessageSection.toJSON(e) : undefined + ); + } else { + obj.messageSectionList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): MessageGroup { + const message = createBaseMessageGroup(); + message.id = object.id ?? 0; + message.messageSectionId = object.messageSectionId ?? 0; + message.status = object.status ?? 0; + message.refreshTime = object.refreshTime ?? 0; + message.messageSectionList = + object.messageSectionList?.map((e) => MessageSection.fromPartial(e)) || + []; + return message; + }, +}; + +function createBaseGetNpcMessageGroupScRsp(): GetNpcMessageGroupScRsp { + return { retcode: 0, messageGroupList: [] }; +} + +export const GetNpcMessageGroupScRsp = { + encode( + message: GetNpcMessageGroupScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.messageGroupList) { + MessageGroup.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetNpcMessageGroupScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetNpcMessageGroupScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.messageGroupList.push( + MessageGroup.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetNpcMessageGroupScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + messageGroupList: Array.isArray(object?.messageGroupList) + ? object.messageGroupList.map((e: any) => MessageGroup.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetNpcMessageGroupScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.messageGroupList) { + obj.messageGroupList = message.messageGroupList.map((e) => + e ? MessageGroup.toJSON(e) : undefined + ); + } else { + obj.messageGroupList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetNpcMessageGroupScRsp { + const message = createBaseGetNpcMessageGroupScRsp(); + message.retcode = object.retcode ?? 0; + message.messageGroupList = + object.messageGroupList?.map((e) => MessageGroup.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseGetNpcStatusCsReq(): GetNpcStatusCsReq { + return {}; +} + +export const GetNpcStatusCsReq = { + encode( + _: GetNpcStatusCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetNpcStatusCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetNpcStatusCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetNpcStatusCsReq { + return {}; + }, + + toJSON(_: GetNpcStatusCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetNpcStatusCsReq { + const message = createBaseGetNpcStatusCsReq(); + return message; + }, +}; + +function createBaseNpcStatus(): NpcStatus { + return { npcId: 0, isFinish: false }; +} + +export const NpcStatus = { + encode( + message: NpcStatus, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.npcId !== 0) { + writer.uint32(8).uint32(message.npcId); + } + if (message.isFinish === true) { + writer.uint32(16).bool(message.isFinish); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): NpcStatus { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseNpcStatus(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.npcId = reader.uint32(); + break; + case 2: + message.isFinish = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): NpcStatus { + return { + npcId: isSet(object.npcId) ? Number(object.npcId) : 0, + isFinish: isSet(object.isFinish) ? Boolean(object.isFinish) : false, + }; + }, + + toJSON(message: NpcStatus): unknown { + const obj: any = {}; + message.npcId !== undefined && (obj.npcId = Math.round(message.npcId)); + message.isFinish !== undefined && (obj.isFinish = message.isFinish); + return obj; + }, + + fromPartial, I>>( + object: I + ): NpcStatus { + const message = createBaseNpcStatus(); + message.npcId = object.npcId ?? 0; + message.isFinish = object.isFinish ?? false; + return message; + }, +}; + +function createBaseGroupStatus(): GroupStatus { + return { groupId: 0, groupStatus: 0, refreshTime: 0 }; +} + +export const GroupStatus = { + encode( + message: GroupStatus, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.groupId !== 0) { + writer.uint32(8).uint32(message.groupId); + } + if (message.groupStatus !== 0) { + writer.uint32(16).int32(message.groupStatus); + } + if (message.refreshTime !== 0) { + writer.uint32(24).uint32(message.refreshTime); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GroupStatus { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGroupStatus(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.groupId = reader.uint32(); + break; + case 2: + message.groupStatus = reader.int32() as any; + break; + case 3: + message.refreshTime = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GroupStatus { + return { + groupId: isSet(object.groupId) ? Number(object.groupId) : 0, + groupStatus: isSet(object.groupStatus) + ? messageGroupStatusFromJSON(object.groupStatus) + : 0, + refreshTime: isSet(object.refreshTime) ? Number(object.refreshTime) : 0, + }; + }, + + toJSON(message: GroupStatus): unknown { + const obj: any = {}; + message.groupId !== undefined && + (obj.groupId = Math.round(message.groupId)); + message.groupStatus !== undefined && + (obj.groupStatus = messageGroupStatusToJSON(message.groupStatus)); + message.refreshTime !== undefined && + (obj.refreshTime = Math.round(message.refreshTime)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GroupStatus { + const message = createBaseGroupStatus(); + message.groupId = object.groupId ?? 0; + message.groupStatus = object.groupStatus ?? 0; + message.refreshTime = object.refreshTime ?? 0; + return message; + }, +}; + +function createBaseSectionStatus(): SectionStatus { + return { sectionId: 0, sectionStatus: 0 }; +} + +export const SectionStatus = { + encode( + message: SectionStatus, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.sectionId !== 0) { + writer.uint32(8).uint32(message.sectionId); + } + if (message.sectionStatus !== 0) { + writer.uint32(16).int32(message.sectionStatus); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SectionStatus { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSectionStatus(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.sectionId = reader.uint32(); + break; + case 2: + message.sectionStatus = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SectionStatus { + return { + sectionId: isSet(object.sectionId) ? Number(object.sectionId) : 0, + sectionStatus: isSet(object.sectionStatus) + ? messageSectionStatusFromJSON(object.sectionStatus) + : 0, + }; + }, + + toJSON(message: SectionStatus): unknown { + const obj: any = {}; + message.sectionId !== undefined && + (obj.sectionId = Math.round(message.sectionId)); + message.sectionStatus !== undefined && + (obj.sectionStatus = messageSectionStatusToJSON(message.sectionStatus)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SectionStatus { + const message = createBaseSectionStatus(); + message.sectionId = object.sectionId ?? 0; + message.sectionStatus = object.sectionStatus ?? 0; + return message; + }, +}; + +function createBaseGetNpcStatusScRsp(): GetNpcStatusScRsp { + return { retcode: 0, messageStatusList: [] }; +} + +export const GetNpcStatusScRsp = { + encode( + message: GetNpcStatusScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.messageStatusList) { + NpcStatus.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetNpcStatusScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetNpcStatusScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.messageStatusList.push( + NpcStatus.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetNpcStatusScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + messageStatusList: Array.isArray(object?.messageStatusList) + ? object.messageStatusList.map((e: any) => NpcStatus.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetNpcStatusScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.messageStatusList) { + obj.messageStatusList = message.messageStatusList.map((e) => + e ? NpcStatus.toJSON(e) : undefined + ); + } else { + obj.messageStatusList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetNpcStatusScRsp { + const message = createBaseGetNpcStatusScRsp(); + message.retcode = object.retcode ?? 0; + message.messageStatusList = + object.messageStatusList?.map((e) => NpcStatus.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseFinishItemIdCsReq(): FinishItemIdCsReq { + return { itemId: 0, textId: 0 }; +} + +export const FinishItemIdCsReq = { + encode( + message: FinishItemIdCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemId !== 0) { + writer.uint32(8).uint32(message.itemId); + } + if (message.textId !== 0) { + writer.uint32(16).uint32(message.textId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): FinishItemIdCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishItemIdCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemId = reader.uint32(); + break; + case 2: + message.textId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishItemIdCsReq { + return { + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + textId: isSet(object.textId) ? Number(object.textId) : 0, + }; + }, + + toJSON(message: FinishItemIdCsReq): unknown { + const obj: any = {}; + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + message.textId !== undefined && (obj.textId = Math.round(message.textId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishItemIdCsReq { + const message = createBaseFinishItemIdCsReq(); + message.itemId = object.itemId ?? 0; + message.textId = object.textId ?? 0; + return message; + }, +}; + +function createBaseFinishItemIdScRsp(): FinishItemIdScRsp { + return { retcode: 0, itemId: 0, textId: 0 }; +} + +export const FinishItemIdScRsp = { + encode( + message: FinishItemIdScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.itemId !== 0) { + writer.uint32(16).uint32(message.itemId); + } + if (message.textId !== 0) { + writer.uint32(24).uint32(message.textId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): FinishItemIdScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishItemIdScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.itemId = reader.uint32(); + break; + case 3: + message.textId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishItemIdScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + textId: isSet(object.textId) ? Number(object.textId) : 0, + }; + }, + + toJSON(message: FinishItemIdScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + message.textId !== undefined && (obj.textId = Math.round(message.textId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishItemIdScRsp { + const message = createBaseFinishItemIdScRsp(); + message.retcode = object.retcode ?? 0; + message.itemId = object.itemId ?? 0; + message.textId = object.textId ?? 0; + return message; + }, +}; + +function createBaseFinishSectionIdCsReq(): FinishSectionIdCsReq { + return { sectionId: 0 }; +} + +export const FinishSectionIdCsReq = { + encode( + message: FinishSectionIdCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.sectionId !== 0) { + writer.uint32(8).uint32(message.sectionId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishSectionIdCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishSectionIdCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.sectionId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishSectionIdCsReq { + return { + sectionId: isSet(object.sectionId) ? Number(object.sectionId) : 0, + }; + }, + + toJSON(message: FinishSectionIdCsReq): unknown { + const obj: any = {}; + message.sectionId !== undefined && + (obj.sectionId = Math.round(message.sectionId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishSectionIdCsReq { + const message = createBaseFinishSectionIdCsReq(); + message.sectionId = object.sectionId ?? 0; + return message; + }, +}; + +function createBaseFinishSectionIdScRsp(): FinishSectionIdScRsp { + return { retcode: 0, sectionId: 0 }; +} + +export const FinishSectionIdScRsp = { + encode( + message: FinishSectionIdScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.sectionId !== 0) { + writer.uint32(16).uint32(message.sectionId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishSectionIdScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishSectionIdScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.sectionId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishSectionIdScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + sectionId: isSet(object.sectionId) ? Number(object.sectionId) : 0, + }; + }, + + toJSON(message: FinishSectionIdScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.sectionId !== undefined && + (obj.sectionId = Math.round(message.sectionId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishSectionIdScRsp { + const message = createBaseFinishSectionIdScRsp(); + message.retcode = object.retcode ?? 0; + message.sectionId = object.sectionId ?? 0; + return message; + }, +}; + +function createBaseGetMissionDataCsReq(): GetMissionDataCsReq { + return {}; +} + +export const GetMissionDataCsReq = { + encode( + _: GetMissionDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetMissionDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMissionDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetMissionDataCsReq { + return {}; + }, + + toJSON(_: GetMissionDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetMissionDataCsReq { + const message = createBaseGetMissionDataCsReq(); + return message; + }, +}; + +function createBaseMission(): Mission { + return { id: 0, status: 0, progress: 0 }; +} + +export const Mission = { + encode( + message: Mission, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.status !== 0) { + writer.uint32(16).int32(message.status); + } + if (message.progress !== 0) { + writer.uint32(24).uint32(message.progress); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Mission { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMission(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.status = reader.int32() as any; + break; + case 3: + message.progress = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Mission { + return { + id: isSet(object.id) ? Number(object.id) : 0, + status: isSet(object.status) ? missionStatusFromJSON(object.status) : 0, + progress: isSet(object.progress) ? Number(object.progress) : 0, + }; + }, + + toJSON(message: Mission): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.status !== undefined && + (obj.status = missionStatusToJSON(message.status)); + message.progress !== undefined && + (obj.progress = Math.round(message.progress)); + return obj; + }, + + fromPartial, I>>(object: I): Mission { + const message = createBaseMission(); + message.id = object.id ?? 0; + message.status = object.status ?? 0; + message.progress = object.progress ?? 0; + return message; + }, +}; + +function createBaseGetMissionDataScRsp(): GetMissionDataScRsp { + return { retcode: 0, missionList: [] }; +} + +export const GetMissionDataScRsp = { + encode( + message: GetMissionDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.missionList) { + Mission.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetMissionDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMissionDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.missionList.push(Mission.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMissionDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + missionList: Array.isArray(object?.missionList) + ? object.missionList.map((e: any) => Mission.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetMissionDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.missionList) { + obj.missionList = message.missionList.map((e) => + e ? Mission.toJSON(e) : undefined + ); + } else { + obj.missionList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMissionDataScRsp { + const message = createBaseGetMissionDataScRsp(); + message.retcode = object.retcode ?? 0; + message.missionList = + object.missionList?.map((e) => Mission.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseFinishTalkMissionCsReq(): FinishTalkMissionCsReq { + return { talkStr: "" }; +} + +export const FinishTalkMissionCsReq = { + encode( + message: FinishTalkMissionCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.talkStr !== "") { + writer.uint32(10).string(message.talkStr); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishTalkMissionCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishTalkMissionCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.talkStr = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishTalkMissionCsReq { + return { + talkStr: isSet(object.talkStr) ? String(object.talkStr) : "", + }; + }, + + toJSON(message: FinishTalkMissionCsReq): unknown { + const obj: any = {}; + message.talkStr !== undefined && (obj.talkStr = message.talkStr); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishTalkMissionCsReq { + const message = createBaseFinishTalkMissionCsReq(); + message.talkStr = object.talkStr ?? ""; + return message; + }, +}; + +function createBaseFinishTalkMissionScRsp(): FinishTalkMissionScRsp { + return { retcode: 0, talkStr: "" }; +} + +export const FinishTalkMissionScRsp = { + encode( + message: FinishTalkMissionScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.talkStr !== "") { + writer.uint32(18).string(message.talkStr); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishTalkMissionScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishTalkMissionScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.talkStr = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishTalkMissionScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + talkStr: isSet(object.talkStr) ? String(object.talkStr) : "", + }; + }, + + toJSON(message: FinishTalkMissionScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.talkStr !== undefined && (obj.talkStr = message.talkStr); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishTalkMissionScRsp { + const message = createBaseFinishTalkMissionScRsp(); + message.retcode = object.retcode ?? 0; + message.talkStr = object.talkStr ?? ""; + return message; + }, +}; + +function createBaseMissionRewardScNotify(): MissionRewardScNotify { + return { mainMissionId: 0, reward: undefined }; +} + +export const MissionRewardScNotify = { + encode( + message: MissionRewardScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.mainMissionId !== 0) { + writer.uint32(8).uint32(message.mainMissionId); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): MissionRewardScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMissionRewardScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.mainMissionId = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MissionRewardScNotify { + return { + mainMissionId: isSet(object.mainMissionId) + ? Number(object.mainMissionId) + : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: MissionRewardScNotify): unknown { + const obj: any = {}; + message.mainMissionId !== undefined && + (obj.mainMissionId = Math.round(message.mainMissionId)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): MissionRewardScNotify { + const message = createBaseMissionRewardScNotify(); + message.mainMissionId = object.mainMissionId ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseSubMissionRewardScNotify(): SubMissionRewardScNotify { + return { subMissionId: 0, reward: undefined }; +} + +export const SubMissionRewardScNotify = { + encode( + message: SubMissionRewardScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.subMissionId !== 0) { + writer.uint32(8).uint32(message.subMissionId); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SubMissionRewardScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSubMissionRewardScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.subMissionId = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SubMissionRewardScNotify { + return { + subMissionId: isSet(object.subMissionId) + ? Number(object.subMissionId) + : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: SubMissionRewardScNotify): unknown { + const obj: any = {}; + message.subMissionId !== undefined && + (obj.subMissionId = Math.round(message.subMissionId)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SubMissionRewardScNotify { + const message = createBaseSubMissionRewardScNotify(); + message.subMissionId = object.subMissionId ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseSyncTaskCsReq(): SyncTaskCsReq { + return { key: "" }; +} + +export const SyncTaskCsReq = { + encode( + message: SyncTaskCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.key !== "") { + writer.uint32(10).string(message.key); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SyncTaskCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncTaskCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.key = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncTaskCsReq { + return { + key: isSet(object.key) ? String(object.key) : "", + }; + }, + + toJSON(message: SyncTaskCsReq): unknown { + const obj: any = {}; + message.key !== undefined && (obj.key = message.key); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncTaskCsReq { + const message = createBaseSyncTaskCsReq(); + message.key = object.key ?? ""; + return message; + }, +}; + +function createBaseSyncTaskScRsp(): SyncTaskScRsp { + return { retcode: 0, key: "" }; +} + +export const SyncTaskScRsp = { + encode( + message: SyncTaskScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.key !== "") { + writer.uint32(18).string(message.key); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SyncTaskScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncTaskScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.key = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncTaskScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + key: isSet(object.key) ? String(object.key) : "", + }; + }, + + toJSON(message: SyncTaskScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.key !== undefined && (obj.key = message.key); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncTaskScRsp { + const message = createBaseSyncTaskScRsp(); + message.retcode = object.retcode ?? 0; + message.key = object.key ?? ""; + return message; + }, +}; + +function createBaseDailyTask(): DailyTask { + return { mainMissionId: 0, isFinished: false }; +} + +export const DailyTask = { + encode( + message: DailyTask, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.mainMissionId !== 0) { + writer.uint32(8).uint32(message.mainMissionId); + } + if (message.isFinished === true) { + writer.uint32(16).bool(message.isFinished); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DailyTask { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDailyTask(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.mainMissionId = reader.uint32(); + break; + case 2: + message.isFinished = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DailyTask { + return { + mainMissionId: isSet(object.mainMissionId) + ? Number(object.mainMissionId) + : 0, + isFinished: isSet(object.isFinished) ? Boolean(object.isFinished) : false, + }; + }, + + toJSON(message: DailyTask): unknown { + const obj: any = {}; + message.mainMissionId !== undefined && + (obj.mainMissionId = Math.round(message.mainMissionId)); + message.isFinished !== undefined && (obj.isFinished = message.isFinished); + return obj; + }, + + fromPartial, I>>( + object: I + ): DailyTask { + const message = createBaseDailyTask(); + message.mainMissionId = object.mainMissionId ?? 0; + message.isFinished = object.isFinished ?? false; + return message; + }, +}; + +function createBaseDailyTaskDataScNotify(): DailyTaskDataScNotify { + return { isTakenExtraReward: false, finishedNum: 0, dailyTaskList: [] }; +} + +export const DailyTaskDataScNotify = { + encode( + message: DailyTaskDataScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.isTakenExtraReward === true) { + writer.uint32(8).bool(message.isTakenExtraReward); + } + if (message.finishedNum !== 0) { + writer.uint32(16).uint32(message.finishedNum); + } + for (const v of message.dailyTaskList) { + DailyTask.encode(v!, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): DailyTaskDataScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDailyTaskDataScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.isTakenExtraReward = reader.bool(); + break; + case 2: + message.finishedNum = reader.uint32(); + break; + case 3: + message.dailyTaskList.push(DailyTask.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DailyTaskDataScNotify { + return { + isTakenExtraReward: isSet(object.isTakenExtraReward) + ? Boolean(object.isTakenExtraReward) + : false, + finishedNum: isSet(object.finishedNum) ? Number(object.finishedNum) : 0, + dailyTaskList: Array.isArray(object?.dailyTaskList) + ? object.dailyTaskList.map((e: any) => DailyTask.fromJSON(e)) + : [], + }; + }, + + toJSON(message: DailyTaskDataScNotify): unknown { + const obj: any = {}; + message.isTakenExtraReward !== undefined && + (obj.isTakenExtraReward = message.isTakenExtraReward); + message.finishedNum !== undefined && + (obj.finishedNum = Math.round(message.finishedNum)); + if (message.dailyTaskList) { + obj.dailyTaskList = message.dailyTaskList.map((e) => + e ? DailyTask.toJSON(e) : undefined + ); + } else { + obj.dailyTaskList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): DailyTaskDataScNotify { + const message = createBaseDailyTaskDataScNotify(); + message.isTakenExtraReward = object.isTakenExtraReward ?? false; + message.finishedNum = object.finishedNum ?? 0; + message.dailyTaskList = + object.dailyTaskList?.map((e) => DailyTask.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseTakeDailyTaskExtraRewardCsReq(): TakeDailyTaskExtraRewardCsReq { + return {}; +} + +export const TakeDailyTaskExtraRewardCsReq = { + encode( + _: TakeDailyTaskExtraRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeDailyTaskExtraRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeDailyTaskExtraRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): TakeDailyTaskExtraRewardCsReq { + return {}; + }, + + toJSON(_: TakeDailyTaskExtraRewardCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): TakeDailyTaskExtraRewardCsReq { + const message = createBaseTakeDailyTaskExtraRewardCsReq(); + return message; + }, +}; + +function createBaseTakeDailyTaskExtraRewardScRsp(): TakeDailyTaskExtraRewardScRsp { + return { retcode: 0, reward: undefined }; +} + +export const TakeDailyTaskExtraRewardScRsp = { + encode( + message: TakeDailyTaskExtraRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeDailyTaskExtraRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeDailyTaskExtraRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeDailyTaskExtraRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: TakeDailyTaskExtraRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeDailyTaskExtraRewardScRsp { + const message = createBaseTakeDailyTaskExtraRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseDailyTaskRewardScNotify(): DailyTaskRewardScNotify { + return { count: 0, reward: undefined }; +} + +export const DailyTaskRewardScNotify = { + encode( + message: DailyTaskRewardScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.count !== 0) { + writer.uint32(8).uint32(message.count); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): DailyTaskRewardScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDailyTaskRewardScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.count = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DailyTaskRewardScNotify { + return { + count: isSet(object.count) ? Number(object.count) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: DailyTaskRewardScNotify): unknown { + const obj: any = {}; + message.count !== undefined && (obj.count = Math.round(message.count)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): DailyTaskRewardScNotify { + const message = createBaseDailyTaskRewardScNotify(); + message.count = object.count ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseMissionGroupWarnScNotify(): MissionGroupWarnScNotify { + return { groupIdList: [] }; +} + +export const MissionGroupWarnScNotify = { + encode( + message: MissionGroupWarnScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.groupIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): MissionGroupWarnScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMissionGroupWarnScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.groupIdList.push(reader.uint32()); + } + } else { + message.groupIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MissionGroupWarnScNotify { + return { + groupIdList: Array.isArray(object?.groupIdList) + ? object.groupIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: MissionGroupWarnScNotify): unknown { + const obj: any = {}; + if (message.groupIdList) { + obj.groupIdList = message.groupIdList.map((e) => Math.round(e)); + } else { + obj.groupIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): MissionGroupWarnScNotify { + const message = createBaseMissionGroupWarnScNotify(); + message.groupIdList = object.groupIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseFinishCosumeItemMissionCsReq(): FinishCosumeItemMissionCsReq { + return { subMissionId: 0 }; +} + +export const FinishCosumeItemMissionCsReq = { + encode( + message: FinishCosumeItemMissionCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.subMissionId !== 0) { + writer.uint32(8).uint32(message.subMissionId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishCosumeItemMissionCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishCosumeItemMissionCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.subMissionId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishCosumeItemMissionCsReq { + return { + subMissionId: isSet(object.subMissionId) + ? Number(object.subMissionId) + : 0, + }; + }, + + toJSON(message: FinishCosumeItemMissionCsReq): unknown { + const obj: any = {}; + message.subMissionId !== undefined && + (obj.subMissionId = Math.round(message.subMissionId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishCosumeItemMissionCsReq { + const message = createBaseFinishCosumeItemMissionCsReq(); + message.subMissionId = object.subMissionId ?? 0; + return message; + }, +}; + +function createBaseFinishCosumeItemMissionScRsp(): FinishCosumeItemMissionScRsp { + return { retcode: 0, subMissionId: 0 }; +} + +export const FinishCosumeItemMissionScRsp = { + encode( + message: FinishCosumeItemMissionScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.subMissionId !== 0) { + writer.uint32(16).uint32(message.subMissionId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishCosumeItemMissionScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishCosumeItemMissionScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.subMissionId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishCosumeItemMissionScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + subMissionId: isSet(object.subMissionId) + ? Number(object.subMissionId) + : 0, + }; + }, + + toJSON(message: FinishCosumeItemMissionScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.subMissionId !== undefined && + (obj.subMissionId = Math.round(message.subMissionId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishCosumeItemMissionScRsp { + const message = createBaseFinishCosumeItemMissionScRsp(); + message.retcode = object.retcode ?? 0; + message.subMissionId = object.subMissionId ?? 0; + return message; + }, +}; + +function createBaseGetMissionEventDataCsReq(): GetMissionEventDataCsReq { + return {}; +} + +export const GetMissionEventDataCsReq = { + encode( + _: GetMissionEventDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetMissionEventDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMissionEventDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetMissionEventDataCsReq { + return {}; + }, + + toJSON(_: GetMissionEventDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetMissionEventDataCsReq { + const message = createBaseGetMissionEventDataCsReq(); + return message; + }, +}; + +function createBaseGetMissionEventDataScRsp(): GetMissionEventDataScRsp { + return { retcode: 0, missionEventList: [], challengeEventId: 0 }; +} + +export const GetMissionEventDataScRsp = { + encode( + message: GetMissionEventDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.missionEventList) { + Mission.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.challengeEventId !== 0) { + writer.uint32(24).uint32(message.challengeEventId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetMissionEventDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMissionEventDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.missionEventList.push( + Mission.decode(reader, reader.uint32()) + ); + break; + case 3: + message.challengeEventId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMissionEventDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + missionEventList: Array.isArray(object?.missionEventList) + ? object.missionEventList.map((e: any) => Mission.fromJSON(e)) + : [], + challengeEventId: isSet(object.challengeEventId) + ? Number(object.challengeEventId) + : 0, + }; + }, + + toJSON(message: GetMissionEventDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.missionEventList) { + obj.missionEventList = message.missionEventList.map((e) => + e ? Mission.toJSON(e) : undefined + ); + } else { + obj.missionEventList = []; + } + message.challengeEventId !== undefined && + (obj.challengeEventId = Math.round(message.challengeEventId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMissionEventDataScRsp { + const message = createBaseGetMissionEventDataScRsp(); + message.retcode = object.retcode ?? 0; + message.missionEventList = + object.missionEventList?.map((e) => Mission.fromPartial(e)) || []; + message.challengeEventId = object.challengeEventId ?? 0; + return message; + }, +}; + +function createBaseMissionEventRewardScNotify(): MissionEventRewardScNotify { + return { missionEventId: 0, reward: undefined }; +} + +export const MissionEventRewardScNotify = { + encode( + message: MissionEventRewardScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.missionEventId !== 0) { + writer.uint32(8).uint32(message.missionEventId); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): MissionEventRewardScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMissionEventRewardScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.missionEventId = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MissionEventRewardScNotify { + return { + missionEventId: isSet(object.missionEventId) + ? Number(object.missionEventId) + : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: MissionEventRewardScNotify): unknown { + const obj: any = {}; + message.missionEventId !== undefined && + (obj.missionEventId = Math.round(message.missionEventId)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): MissionEventRewardScNotify { + const message = createBaseMissionEventRewardScNotify(); + message.missionEventId = object.missionEventId ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseAcceptMissionEventCsReq(): AcceptMissionEventCsReq { + return { missionEventId: 0 }; +} + +export const AcceptMissionEventCsReq = { + encode( + message: AcceptMissionEventCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.missionEventId !== 0) { + writer.uint32(8).uint32(message.missionEventId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): AcceptMissionEventCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAcceptMissionEventCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.missionEventId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AcceptMissionEventCsReq { + return { + missionEventId: isSet(object.missionEventId) + ? Number(object.missionEventId) + : 0, + }; + }, + + toJSON(message: AcceptMissionEventCsReq): unknown { + const obj: any = {}; + message.missionEventId !== undefined && + (obj.missionEventId = Math.round(message.missionEventId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): AcceptMissionEventCsReq { + const message = createBaseAcceptMissionEventCsReq(); + message.missionEventId = object.missionEventId ?? 0; + return message; + }, +}; + +function createBaseAcceptMissionEventScRsp(): AcceptMissionEventScRsp { + return { retcode: 0, missionEvent: undefined }; +} + +export const AcceptMissionEventScRsp = { + encode( + message: AcceptMissionEventScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.missionEvent !== undefined) { + Mission.encode(message.missionEvent, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): AcceptMissionEventScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAcceptMissionEventScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.missionEvent = Mission.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AcceptMissionEventScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + missionEvent: isSet(object.missionEvent) + ? Mission.fromJSON(object.missionEvent) + : undefined, + }; + }, + + toJSON(message: AcceptMissionEventScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.missionEvent !== undefined && + (obj.missionEvent = message.missionEvent + ? Mission.toJSON(message.missionEvent) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): AcceptMissionEventScRsp { + const message = createBaseAcceptMissionEventScRsp(); + message.retcode = object.retcode ?? 0; + message.missionEvent = + object.missionEvent !== undefined && object.missionEvent !== null + ? Mission.fromPartial(object.missionEvent) + : undefined; + return message; + }, +}; + +function createBaseGetMissionStatusCsReq(): GetMissionStatusCsReq { + return { + mainMissionIdList: [], + subMissionIdList: [], + missionEventIdList: [], + }; +} + +export const GetMissionStatusCsReq = { + encode( + message: GetMissionStatusCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.mainMissionIdList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(18).fork(); + for (const v of message.subMissionIdList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(26).fork(); + for (const v of message.missionEventIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetMissionStatusCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMissionStatusCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.mainMissionIdList.push(reader.uint32()); + } + } else { + message.mainMissionIdList.push(reader.uint32()); + } + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.subMissionIdList.push(reader.uint32()); + } + } else { + message.subMissionIdList.push(reader.uint32()); + } + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.missionEventIdList.push(reader.uint32()); + } + } else { + message.missionEventIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMissionStatusCsReq { + return { + mainMissionIdList: Array.isArray(object?.mainMissionIdList) + ? object.mainMissionIdList.map((e: any) => Number(e)) + : [], + subMissionIdList: Array.isArray(object?.subMissionIdList) + ? object.subMissionIdList.map((e: any) => Number(e)) + : [], + missionEventIdList: Array.isArray(object?.missionEventIdList) + ? object.missionEventIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetMissionStatusCsReq): unknown { + const obj: any = {}; + if (message.mainMissionIdList) { + obj.mainMissionIdList = message.mainMissionIdList.map((e) => + Math.round(e) + ); + } else { + obj.mainMissionIdList = []; + } + if (message.subMissionIdList) { + obj.subMissionIdList = message.subMissionIdList.map((e) => Math.round(e)); + } else { + obj.subMissionIdList = []; + } + if (message.missionEventIdList) { + obj.missionEventIdList = message.missionEventIdList.map((e) => + Math.round(e) + ); + } else { + obj.missionEventIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMissionStatusCsReq { + const message = createBaseGetMissionStatusCsReq(); + message.mainMissionIdList = object.mainMissionIdList?.map((e) => e) || []; + message.subMissionIdList = object.subMissionIdList?.map((e) => e) || []; + message.missionEventIdList = object.missionEventIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetMissionStatusScRsp(): GetMissionStatusScRsp { + return { + retcode: 0, + finishedMainMissionIdList: [], + unfinishedMainMissionIdList: [], + subMissionStatusList: [], + missionEventStatusList: [], + }; +} + +export const GetMissionStatusScRsp = { + encode( + message: GetMissionStatusScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + writer.uint32(18).fork(); + for (const v of message.finishedMainMissionIdList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(26).fork(); + for (const v of message.unfinishedMainMissionIdList) { + writer.uint32(v); + } + writer.ldelim(); + for (const v of message.subMissionStatusList) { + Mission.encode(v!, writer.uint32(34).fork()).ldelim(); + } + for (const v of message.missionEventStatusList) { + Mission.encode(v!, writer.uint32(42).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetMissionStatusScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetMissionStatusScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.finishedMainMissionIdList.push(reader.uint32()); + } + } else { + message.finishedMainMissionIdList.push(reader.uint32()); + } + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.unfinishedMainMissionIdList.push(reader.uint32()); + } + } else { + message.unfinishedMainMissionIdList.push(reader.uint32()); + } + break; + case 4: + message.subMissionStatusList.push( + Mission.decode(reader, reader.uint32()) + ); + break; + case 5: + message.missionEventStatusList.push( + Mission.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetMissionStatusScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + finishedMainMissionIdList: Array.isArray( + object?.finishedMainMissionIdList + ) + ? object.finishedMainMissionIdList.map((e: any) => Number(e)) + : [], + unfinishedMainMissionIdList: Array.isArray( + object?.unfinishedMainMissionIdList + ) + ? object.unfinishedMainMissionIdList.map((e: any) => Number(e)) + : [], + subMissionStatusList: Array.isArray(object?.subMissionStatusList) + ? object.subMissionStatusList.map((e: any) => Mission.fromJSON(e)) + : [], + missionEventStatusList: Array.isArray(object?.missionEventStatusList) + ? object.missionEventStatusList.map((e: any) => Mission.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetMissionStatusScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.finishedMainMissionIdList) { + obj.finishedMainMissionIdList = message.finishedMainMissionIdList.map( + (e) => Math.round(e) + ); + } else { + obj.finishedMainMissionIdList = []; + } + if (message.unfinishedMainMissionIdList) { + obj.unfinishedMainMissionIdList = message.unfinishedMainMissionIdList.map( + (e) => Math.round(e) + ); + } else { + obj.unfinishedMainMissionIdList = []; + } + if (message.subMissionStatusList) { + obj.subMissionStatusList = message.subMissionStatusList.map((e) => + e ? Mission.toJSON(e) : undefined + ); + } else { + obj.subMissionStatusList = []; + } + if (message.missionEventStatusList) { + obj.missionEventStatusList = message.missionEventStatusList.map((e) => + e ? Mission.toJSON(e) : undefined + ); + } else { + obj.missionEventStatusList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetMissionStatusScRsp { + const message = createBaseGetMissionStatusScRsp(); + message.retcode = object.retcode ?? 0; + message.finishedMainMissionIdList = + object.finishedMainMissionIdList?.map((e) => e) || []; + message.unfinishedMainMissionIdList = + object.unfinishedMainMissionIdList?.map((e) => e) || []; + message.subMissionStatusList = + object.subMissionStatusList?.map((e) => Mission.fromPartial(e)) || []; + message.missionEventStatusList = + object.missionEventStatusList?.map((e) => Mission.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseInterruptMissionEventCsReq(): InterruptMissionEventCsReq { + return { missionEventId: 0 }; +} + +export const InterruptMissionEventCsReq = { + encode( + message: InterruptMissionEventCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.missionEventId !== 0) { + writer.uint32(8).uint32(message.missionEventId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): InterruptMissionEventCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseInterruptMissionEventCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.missionEventId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): InterruptMissionEventCsReq { + return { + missionEventId: isSet(object.missionEventId) + ? Number(object.missionEventId) + : 0, + }; + }, + + toJSON(message: InterruptMissionEventCsReq): unknown { + const obj: any = {}; + message.missionEventId !== undefined && + (obj.missionEventId = Math.round(message.missionEventId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): InterruptMissionEventCsReq { + const message = createBaseInterruptMissionEventCsReq(); + message.missionEventId = object.missionEventId ?? 0; + return message; + }, +}; + +function createBaseInterruptMissionEventScRsp(): InterruptMissionEventScRsp { + return { retcode: 0, missionEventId: 0 }; +} + +export const InterruptMissionEventScRsp = { + encode( + message: InterruptMissionEventScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.missionEventId !== 0) { + writer.uint32(16).uint32(message.missionEventId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): InterruptMissionEventScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseInterruptMissionEventScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.missionEventId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): InterruptMissionEventScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + missionEventId: isSet(object.missionEventId) + ? Number(object.missionEventId) + : 0, + }; + }, + + toJSON(message: InterruptMissionEventScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.missionEventId !== undefined && + (obj.missionEventId = Math.round(message.missionEventId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): InterruptMissionEventScRsp { + const message = createBaseInterruptMissionEventScRsp(); + message.retcode = object.retcode ?? 0; + message.missionEventId = object.missionEventId ?? 0; + return message; + }, +}; + +function createBaseSetMissionEventProgressCsReq(): SetMissionEventProgressCsReq { + return { missionEventId: 0, progress: 0 }; +} + +export const SetMissionEventProgressCsReq = { + encode( + message: SetMissionEventProgressCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.missionEventId !== 0) { + writer.uint32(8).uint32(message.missionEventId); + } + if (message.progress !== 0) { + writer.uint32(16).uint32(message.progress); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetMissionEventProgressCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetMissionEventProgressCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.missionEventId = reader.uint32(); + break; + case 2: + message.progress = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetMissionEventProgressCsReq { + return { + missionEventId: isSet(object.missionEventId) + ? Number(object.missionEventId) + : 0, + progress: isSet(object.progress) ? Number(object.progress) : 0, + }; + }, + + toJSON(message: SetMissionEventProgressCsReq): unknown { + const obj: any = {}; + message.missionEventId !== undefined && + (obj.missionEventId = Math.round(message.missionEventId)); + message.progress !== undefined && + (obj.progress = Math.round(message.progress)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetMissionEventProgressCsReq { + const message = createBaseSetMissionEventProgressCsReq(); + message.missionEventId = object.missionEventId ?? 0; + message.progress = object.progress ?? 0; + return message; + }, +}; + +function createBaseSetMissionEventProgressScRsp(): SetMissionEventProgressScRsp { + return { retcode: 0 }; +} + +export const SetMissionEventProgressScRsp = { + encode( + message: SetMissionEventProgressScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetMissionEventProgressScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetMissionEventProgressScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetMissionEventProgressScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: SetMissionEventProgressScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetMissionEventProgressScRsp { + const message = createBaseSetMissionEventProgressScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBasePlayerLoginCsReq(): PlayerLoginCsReq { + return { + platform: 0, + cps: "", + deviceUuid: "", + deviceInfo: "", + systemInfo: "", + clientVersion: "", + language: 0, + lastServerPacketId: 0, + checkSum1: "", + checkSum2: "", + signature: "", + resolution: "", + loginRandom: 0, + systemLanguage: "", + resVersion: 0, + clientTimeZone: "", + }; +} + +export const PlayerLoginCsReq = { + encode( + message: PlayerLoginCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.platform !== 0) { + writer.uint32(8).int32(message.platform); + } + if (message.cps !== "") { + writer.uint32(18).string(message.cps); + } + if (message.deviceUuid !== "") { + writer.uint32(26).string(message.deviceUuid); + } + if (message.deviceInfo !== "") { + writer.uint32(34).string(message.deviceInfo); + } + if (message.systemInfo !== "") { + writer.uint32(42).string(message.systemInfo); + } + if (message.clientVersion !== "") { + writer.uint32(50).string(message.clientVersion); + } + if (message.language !== 0) { + writer.uint32(56).int32(message.language); + } + if (message.lastServerPacketId !== 0) { + writer.uint32(64).uint32(message.lastServerPacketId); + } + if (message.checkSum1 !== "") { + writer.uint32(74).string(message.checkSum1); + } + if (message.checkSum2 !== "") { + writer.uint32(82).string(message.checkSum2); + } + if (message.signature !== "") { + writer.uint32(90).string(message.signature); + } + if (message.resolution !== "") { + writer.uint32(98).string(message.resolution); + } + if (message.loginRandom !== 0) { + writer.uint32(104).uint64(message.loginRandom); + } + if (message.systemLanguage !== "") { + writer.uint32(114).string(message.systemLanguage); + } + if (message.resVersion !== 0) { + writer.uint32(120).uint32(message.resVersion); + } + if (message.clientTimeZone !== "") { + writer.uint32(130).string(message.clientTimeZone); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PlayerLoginCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePlayerLoginCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.platform = reader.int32() as any; + break; + case 2: + message.cps = reader.string(); + break; + case 3: + message.deviceUuid = reader.string(); + break; + case 4: + message.deviceInfo = reader.string(); + break; + case 5: + message.systemInfo = reader.string(); + break; + case 6: + message.clientVersion = reader.string(); + break; + case 7: + message.language = reader.int32() as any; + break; + case 8: + message.lastServerPacketId = reader.uint32(); + break; + case 9: + message.checkSum1 = reader.string(); + break; + case 10: + message.checkSum2 = reader.string(); + break; + case 11: + message.signature = reader.string(); + break; + case 12: + message.resolution = reader.string(); + break; + case 13: + message.loginRandom = longToNumber(reader.uint64() as Long); + break; + case 14: + message.systemLanguage = reader.string(); + break; + case 15: + message.resVersion = reader.uint32(); + break; + case 16: + message.clientTimeZone = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PlayerLoginCsReq { + return { + platform: isSet(object.platform) + ? platformTypeFromJSON(object.platform) + : 0, + cps: isSet(object.cps) ? String(object.cps) : "", + deviceUuid: isSet(object.deviceUuid) ? String(object.deviceUuid) : "", + deviceInfo: isSet(object.deviceInfo) ? String(object.deviceInfo) : "", + systemInfo: isSet(object.systemInfo) ? String(object.systemInfo) : "", + clientVersion: isSet(object.clientVersion) + ? String(object.clientVersion) + : "", + language: isSet(object.language) + ? languageTypeFromJSON(object.language) + : 0, + lastServerPacketId: isSet(object.lastServerPacketId) + ? Number(object.lastServerPacketId) + : 0, + checkSum1: isSet(object.checkSum1) ? String(object.checkSum1) : "", + checkSum2: isSet(object.checkSum2) ? String(object.checkSum2) : "", + signature: isSet(object.signature) ? String(object.signature) : "", + resolution: isSet(object.resolution) ? String(object.resolution) : "", + loginRandom: isSet(object.loginRandom) ? Number(object.loginRandom) : 0, + systemLanguage: isSet(object.systemLanguage) + ? String(object.systemLanguage) + : "", + resVersion: isSet(object.resVersion) ? Number(object.resVersion) : 0, + clientTimeZone: isSet(object.clientTimeZone) + ? String(object.clientTimeZone) + : "", + }; + }, + + toJSON(message: PlayerLoginCsReq): unknown { + const obj: any = {}; + message.platform !== undefined && + (obj.platform = platformTypeToJSON(message.platform)); + message.cps !== undefined && (obj.cps = message.cps); + message.deviceUuid !== undefined && (obj.deviceUuid = message.deviceUuid); + message.deviceInfo !== undefined && (obj.deviceInfo = message.deviceInfo); + message.systemInfo !== undefined && (obj.systemInfo = message.systemInfo); + message.clientVersion !== undefined && + (obj.clientVersion = message.clientVersion); + message.language !== undefined && + (obj.language = languageTypeToJSON(message.language)); + message.lastServerPacketId !== undefined && + (obj.lastServerPacketId = Math.round(message.lastServerPacketId)); + message.checkSum1 !== undefined && (obj.checkSum1 = message.checkSum1); + message.checkSum2 !== undefined && (obj.checkSum2 = message.checkSum2); + message.signature !== undefined && (obj.signature = message.signature); + message.resolution !== undefined && (obj.resolution = message.resolution); + message.loginRandom !== undefined && + (obj.loginRandom = Math.round(message.loginRandom)); + message.systemLanguage !== undefined && + (obj.systemLanguage = message.systemLanguage); + message.resVersion !== undefined && + (obj.resVersion = Math.round(message.resVersion)); + message.clientTimeZone !== undefined && + (obj.clientTimeZone = message.clientTimeZone); + return obj; + }, + + fromPartial, I>>( + object: I + ): PlayerLoginCsReq { + const message = createBasePlayerLoginCsReq(); + message.platform = object.platform ?? 0; + message.cps = object.cps ?? ""; + message.deviceUuid = object.deviceUuid ?? ""; + message.deviceInfo = object.deviceInfo ?? ""; + message.systemInfo = object.systemInfo ?? ""; + message.clientVersion = object.clientVersion ?? ""; + message.language = object.language ?? 0; + message.lastServerPacketId = object.lastServerPacketId ?? 0; + message.checkSum1 = object.checkSum1 ?? ""; + message.checkSum2 = object.checkSum2 ?? ""; + message.signature = object.signature ?? ""; + message.resolution = object.resolution ?? ""; + message.loginRandom = object.loginRandom ?? 0; + message.systemLanguage = object.systemLanguage ?? ""; + message.resVersion = object.resVersion ?? 0; + message.clientTimeZone = object.clientTimeZone ?? ""; + return message; + }, +}; + +function createBasePlayerLoginScRsp(): PlayerLoginScRsp { + return { + retcode: 0, + isNewPlayer: false, + basicInfo: undefined, + serverTimestampMs: 0, + stamina: 0, + isRelay: false, + loginRandom: 0, + curTimezone: 0, + bsBinVersion: "", + }; +} + +export const PlayerLoginScRsp = { + encode( + message: PlayerLoginScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.isNewPlayer === true) { + writer.uint32(16).bool(message.isNewPlayer); + } + if (message.basicInfo !== undefined) { + PlayerBasicInfo.encode( + message.basicInfo, + writer.uint32(26).fork() + ).ldelim(); + } + if (message.serverTimestampMs !== 0) { + writer.uint32(32).uint64(message.serverTimestampMs); + } + if (message.stamina !== 0) { + writer.uint32(40).uint32(message.stamina); + } + if (message.isRelay === true) { + writer.uint32(48).bool(message.isRelay); + } + if (message.loginRandom !== 0) { + writer.uint32(56).uint64(message.loginRandom); + } + if (message.curTimezone !== 0) { + writer.uint32(64).int32(message.curTimezone); + } + if (message.bsBinVersion !== "") { + writer.uint32(82).string(message.bsBinVersion); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PlayerLoginScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePlayerLoginScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.isNewPlayer = reader.bool(); + break; + case 3: + message.basicInfo = PlayerBasicInfo.decode(reader, reader.uint32()); + break; + case 4: + message.serverTimestampMs = longToNumber(reader.uint64() as Long); + break; + case 5: + message.stamina = reader.uint32(); + break; + case 6: + message.isRelay = reader.bool(); + break; + case 7: + message.loginRandom = longToNumber(reader.uint64() as Long); + break; + case 8: + message.curTimezone = reader.int32(); + break; + case 10: + message.bsBinVersion = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PlayerLoginScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + isNewPlayer: isSet(object.isNewPlayer) + ? Boolean(object.isNewPlayer) + : false, + basicInfo: isSet(object.basicInfo) + ? PlayerBasicInfo.fromJSON(object.basicInfo) + : undefined, + serverTimestampMs: isSet(object.serverTimestampMs) + ? Number(object.serverTimestampMs) + : 0, + stamina: isSet(object.stamina) ? Number(object.stamina) : 0, + isRelay: isSet(object.isRelay) ? Boolean(object.isRelay) : false, + loginRandom: isSet(object.loginRandom) ? Number(object.loginRandom) : 0, + curTimezone: isSet(object.curTimezone) ? Number(object.curTimezone) : 0, + bsBinVersion: isSet(object.bsBinVersion) + ? String(object.bsBinVersion) + : "", + }; + }, + + toJSON(message: PlayerLoginScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.isNewPlayer !== undefined && + (obj.isNewPlayer = message.isNewPlayer); + message.basicInfo !== undefined && + (obj.basicInfo = message.basicInfo + ? PlayerBasicInfo.toJSON(message.basicInfo) + : undefined); + message.serverTimestampMs !== undefined && + (obj.serverTimestampMs = Math.round(message.serverTimestampMs)); + message.stamina !== undefined && + (obj.stamina = Math.round(message.stamina)); + message.isRelay !== undefined && (obj.isRelay = message.isRelay); + message.loginRandom !== undefined && + (obj.loginRandom = Math.round(message.loginRandom)); + message.curTimezone !== undefined && + (obj.curTimezone = Math.round(message.curTimezone)); + message.bsBinVersion !== undefined && + (obj.bsBinVersion = message.bsBinVersion); + return obj; + }, + + fromPartial, I>>( + object: I + ): PlayerLoginScRsp { + const message = createBasePlayerLoginScRsp(); + message.retcode = object.retcode ?? 0; + message.isNewPlayer = object.isNewPlayer ?? false; + message.basicInfo = + object.basicInfo !== undefined && object.basicInfo !== null + ? PlayerBasicInfo.fromPartial(object.basicInfo) + : undefined; + message.serverTimestampMs = object.serverTimestampMs ?? 0; + message.stamina = object.stamina ?? 0; + message.isRelay = object.isRelay ?? false; + message.loginRandom = object.loginRandom ?? 0; + message.curTimezone = object.curTimezone ?? 0; + message.bsBinVersion = object.bsBinVersion ?? ""; + return message; + }, +}; + +function createBasePlayerLogoutCsReq(): PlayerLogoutCsReq { + return {}; +} + +export const PlayerLogoutCsReq = { + encode( + _: PlayerLogoutCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PlayerLogoutCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePlayerLogoutCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): PlayerLogoutCsReq { + return {}; + }, + + toJSON(_: PlayerLogoutCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): PlayerLogoutCsReq { + const message = createBasePlayerLogoutCsReq(); + return message; + }, +}; + +function createBasePlayerGetTokenCsReq(): PlayerGetTokenCsReq { + return { channelId: 0, accountUid: "", token: "", uid: 0, device: "" }; +} + +export const PlayerGetTokenCsReq = { + encode( + message: PlayerGetTokenCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.channelId !== 0) { + writer.uint32(8).uint32(message.channelId); + } + if (message.accountUid !== "") { + writer.uint32(18).string(message.accountUid); + } + if (message.token !== "") { + writer.uint32(26).string(message.token); + } + if (message.uid !== 0) { + writer.uint32(32).uint32(message.uid); + } + if (message.device !== "") { + writer.uint32(42).string(message.device); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PlayerGetTokenCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePlayerGetTokenCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.channelId = reader.uint32(); + break; + case 2: + message.accountUid = reader.string(); + break; + case 3: + message.token = reader.string(); + break; + case 4: + message.uid = reader.uint32(); + break; + case 5: + message.device = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PlayerGetTokenCsReq { + return { + channelId: isSet(object.channelId) ? Number(object.channelId) : 0, + accountUid: isSet(object.accountUid) ? String(object.accountUid) : "", + token: isSet(object.token) ? String(object.token) : "", + uid: isSet(object.uid) ? Number(object.uid) : 0, + device: isSet(object.device) ? String(object.device) : "", + }; + }, + + toJSON(message: PlayerGetTokenCsReq): unknown { + const obj: any = {}; + message.channelId !== undefined && + (obj.channelId = Math.round(message.channelId)); + message.accountUid !== undefined && (obj.accountUid = message.accountUid); + message.token !== undefined && (obj.token = message.token); + message.uid !== undefined && (obj.uid = Math.round(message.uid)); + message.device !== undefined && (obj.device = message.device); + return obj; + }, + + fromPartial, I>>( + object: I + ): PlayerGetTokenCsReq { + const message = createBasePlayerGetTokenCsReq(); + message.channelId = object.channelId ?? 0; + message.accountUid = object.accountUid ?? ""; + message.token = object.token ?? ""; + message.uid = object.uid ?? 0; + message.device = object.device ?? ""; + return message; + }, +}; + +function createBasePlayerGetTokenScRsp(): PlayerGetTokenScRsp { + return { + retcode: 0, + uid: 0, + blackInfo: undefined, + msg: "", + secretKeySeed: 0, + }; +} + +export const PlayerGetTokenScRsp = { + encode( + message: PlayerGetTokenScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.uid !== 0) { + writer.uint32(16).uint32(message.uid); + } + if (message.blackInfo !== undefined) { + BlackInfo.encode(message.blackInfo, writer.uint32(26).fork()).ldelim(); + } + if (message.msg !== "") { + writer.uint32(34).string(message.msg); + } + if (message.secretKeySeed !== 0) { + writer.uint32(40).uint64(message.secretKeySeed); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PlayerGetTokenScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePlayerGetTokenScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.uid = reader.uint32(); + break; + case 3: + message.blackInfo = BlackInfo.decode(reader, reader.uint32()); + break; + case 4: + message.msg = reader.string(); + break; + case 5: + message.secretKeySeed = longToNumber(reader.uint64() as Long); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PlayerGetTokenScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + uid: isSet(object.uid) ? Number(object.uid) : 0, + blackInfo: isSet(object.blackInfo) + ? BlackInfo.fromJSON(object.blackInfo) + : undefined, + msg: isSet(object.msg) ? String(object.msg) : "", + secretKeySeed: isSet(object.secretKeySeed) + ? Number(object.secretKeySeed) + : 0, + }; + }, + + toJSON(message: PlayerGetTokenScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.uid !== undefined && (obj.uid = Math.round(message.uid)); + message.blackInfo !== undefined && + (obj.blackInfo = message.blackInfo + ? BlackInfo.toJSON(message.blackInfo) + : undefined); + message.msg !== undefined && (obj.msg = message.msg); + message.secretKeySeed !== undefined && + (obj.secretKeySeed = Math.round(message.secretKeySeed)); + return obj; + }, + + fromPartial, I>>( + object: I + ): PlayerGetTokenScRsp { + const message = createBasePlayerGetTokenScRsp(); + message.retcode = object.retcode ?? 0; + message.uid = object.uid ?? 0; + message.blackInfo = + object.blackInfo !== undefined && object.blackInfo !== null + ? BlackInfo.fromPartial(object.blackInfo) + : undefined; + message.msg = object.msg ?? ""; + message.secretKeySeed = object.secretKeySeed ?? 0; + return message; + }, +}; + +function createBasePlayerKeepAliveNotify(): PlayerKeepAliveNotify { + return { data: undefined }; +} + +export const PlayerKeepAliveNotify = { + encode( + message: PlayerKeepAliveNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.data !== undefined) { + ClientUploadData.encode(message.data, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): PlayerKeepAliveNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePlayerKeepAliveNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.data = ClientUploadData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PlayerKeepAliveNotify { + return { + data: isSet(object.data) + ? ClientUploadData.fromJSON(object.data) + : undefined, + }; + }, + + toJSON(message: PlayerKeepAliveNotify): unknown { + const obj: any = {}; + message.data !== undefined && + (obj.data = message.data + ? ClientUploadData.toJSON(message.data) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): PlayerKeepAliveNotify { + const message = createBasePlayerKeepAliveNotify(); + message.data = + object.data !== undefined && object.data !== null + ? ClientUploadData.fromPartial(object.data) + : undefined; + return message; + }, +}; + +function createBaseGmTalkScNotify(): GmTalkScNotify { + return { msg: "" }; +} + +export const GmTalkScNotify = { + encode( + message: GmTalkScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.msg !== "") { + writer.uint32(10).string(message.msg); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GmTalkScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGmTalkScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.msg = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GmTalkScNotify { + return { + msg: isSet(object.msg) ? String(object.msg) : "", + }; + }, + + toJSON(message: GmTalkScNotify): unknown { + const obj: any = {}; + message.msg !== undefined && (obj.msg = message.msg); + return obj; + }, + + fromPartial, I>>( + object: I + ): GmTalkScNotify { + const message = createBaseGmTalkScNotify(); + message.msg = object.msg ?? ""; + return message; + }, +}; + +function createBasePlayerKickOutScNotify(): PlayerKickOutScNotify { + return { kickType: 0, blackInfo: undefined }; +} + +export const PlayerKickOutScNotify = { + encode( + message: PlayerKickOutScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.kickType !== 0) { + writer.uint32(8).int32(message.kickType); + } + if (message.blackInfo !== undefined) { + BlackInfo.encode(message.blackInfo, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): PlayerKickOutScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePlayerKickOutScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.kickType = reader.int32() as any; + break; + case 2: + message.blackInfo = BlackInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PlayerKickOutScNotify { + return { + kickType: isSet(object.kickType) + ? playerKickOutScNotify_KickTypeFromJSON(object.kickType) + : 0, + blackInfo: isSet(object.blackInfo) + ? BlackInfo.fromJSON(object.blackInfo) + : undefined, + }; + }, + + toJSON(message: PlayerKickOutScNotify): unknown { + const obj: any = {}; + message.kickType !== undefined && + (obj.kickType = playerKickOutScNotify_KickTypeToJSON(message.kickType)); + message.blackInfo !== undefined && + (obj.blackInfo = message.blackInfo + ? BlackInfo.toJSON(message.blackInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): PlayerKickOutScNotify { + const message = createBasePlayerKickOutScNotify(); + message.kickType = object.kickType ?? 0; + message.blackInfo = + object.blackInfo !== undefined && object.blackInfo !== null + ? BlackInfo.fromPartial(object.blackInfo) + : undefined; + return message; + }, +}; + +function createBaseGmTalkCsReq(): GmTalkCsReq { + return { msg: "" }; +} + +export const GmTalkCsReq = { + encode( + message: GmTalkCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.msg !== "") { + writer.uint32(10).string(message.msg); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GmTalkCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGmTalkCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.msg = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GmTalkCsReq { + return { + msg: isSet(object.msg) ? String(object.msg) : "", + }; + }, + + toJSON(message: GmTalkCsReq): unknown { + const obj: any = {}; + message.msg !== undefined && (obj.msg = message.msg); + return obj; + }, + + fromPartial, I>>( + object: I + ): GmTalkCsReq { + const message = createBaseGmTalkCsReq(); + message.msg = object.msg ?? ""; + return message; + }, +}; + +function createBaseGmTalkScRsp(): GmTalkScRsp { + return { retcode: 0, retmsg: "" }; +} + +export const GmTalkScRsp = { + encode( + message: GmTalkScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.retmsg !== "") { + writer.uint32(18).string(message.retmsg); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GmTalkScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGmTalkScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.retmsg = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GmTalkScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + retmsg: isSet(object.retmsg) ? String(object.retmsg) : "", + }; + }, + + toJSON(message: GmTalkScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.retmsg !== undefined && (obj.retmsg = message.retmsg); + return obj; + }, + + fromPartial, I>>( + object: I + ): GmTalkScRsp { + const message = createBaseGmTalkScRsp(); + message.retcode = object.retcode ?? 0; + message.retmsg = object.retmsg ?? ""; + return message; + }, +}; + +function createBaseGetBasicInfoCsReq(): GetBasicInfoCsReq { + return {}; +} + +export const GetBasicInfoCsReq = { + encode( + _: GetBasicInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetBasicInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetBasicInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetBasicInfoCsReq { + return {}; + }, + + toJSON(_: GetBasicInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetBasicInfoCsReq { + const message = createBaseGetBasicInfoCsReq(); + return message; + }, +}; + +function createBaseGetBasicInfoScRsp(): GetBasicInfoScRsp { + return { + retcode: 0, + nextRecoverTime: 0, + exchangeTimes: 0, + weekCocoonFinishedCount: 0, + curDay: 0, + }; +} + +export const GetBasicInfoScRsp = { + encode( + message: GetBasicInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.nextRecoverTime !== 0) { + writer.uint32(16).uint32(message.nextRecoverTime); + } + if (message.exchangeTimes !== 0) { + writer.uint32(24).uint32(message.exchangeTimes); + } + if (message.weekCocoonFinishedCount !== 0) { + writer.uint32(32).uint32(message.weekCocoonFinishedCount); + } + if (message.curDay !== 0) { + writer.uint32(40).uint32(message.curDay); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetBasicInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetBasicInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.nextRecoverTime = reader.uint32(); + break; + case 3: + message.exchangeTimes = reader.uint32(); + break; + case 4: + message.weekCocoonFinishedCount = reader.uint32(); + break; + case 5: + message.curDay = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetBasicInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + nextRecoverTime: isSet(object.nextRecoverTime) + ? Number(object.nextRecoverTime) + : 0, + exchangeTimes: isSet(object.exchangeTimes) + ? Number(object.exchangeTimes) + : 0, + weekCocoonFinishedCount: isSet(object.weekCocoonFinishedCount) + ? Number(object.weekCocoonFinishedCount) + : 0, + curDay: isSet(object.curDay) ? Number(object.curDay) : 0, + }; + }, + + toJSON(message: GetBasicInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.nextRecoverTime !== undefined && + (obj.nextRecoverTime = Math.round(message.nextRecoverTime)); + message.exchangeTimes !== undefined && + (obj.exchangeTimes = Math.round(message.exchangeTimes)); + message.weekCocoonFinishedCount !== undefined && + (obj.weekCocoonFinishedCount = Math.round( + message.weekCocoonFinishedCount + )); + message.curDay !== undefined && (obj.curDay = Math.round(message.curDay)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetBasicInfoScRsp { + const message = createBaseGetBasicInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.nextRecoverTime = object.nextRecoverTime ?? 0; + message.exchangeTimes = object.exchangeTimes ?? 0; + message.weekCocoonFinishedCount = object.weekCocoonFinishedCount ?? 0; + message.curDay = object.curDay ?? 0; + return message; + }, +}; + +function createBaseExchangeStaminaCsReq(): ExchangeStaminaCsReq { + return {}; +} + +export const ExchangeStaminaCsReq = { + encode( + _: ExchangeStaminaCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ExchangeStaminaCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseExchangeStaminaCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): ExchangeStaminaCsReq { + return {}; + }, + + toJSON(_: ExchangeStaminaCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): ExchangeStaminaCsReq { + const message = createBaseExchangeStaminaCsReq(); + return message; + }, +}; + +function createBaseExchangeStaminaScRsp(): ExchangeStaminaScRsp { + return { + retcode: 0, + staminaAdd: 0, + itemCostList: [], + lastRecoverTime: 0, + exchangeTimes: 0, + }; +} + +export const ExchangeStaminaScRsp = { + encode( + message: ExchangeStaminaScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.staminaAdd !== 0) { + writer.uint32(16).uint32(message.staminaAdd); + } + for (const v of message.itemCostList) { + ItemCost.encode(v!, writer.uint32(26).fork()).ldelim(); + } + if (message.lastRecoverTime !== 0) { + writer.uint32(32).uint32(message.lastRecoverTime); + } + if (message.exchangeTimes !== 0) { + writer.uint32(40).uint32(message.exchangeTimes); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ExchangeStaminaScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseExchangeStaminaScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.staminaAdd = reader.uint32(); + break; + case 3: + message.itemCostList.push(ItemCost.decode(reader, reader.uint32())); + break; + case 4: + message.lastRecoverTime = reader.uint32(); + break; + case 5: + message.exchangeTimes = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ExchangeStaminaScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + staminaAdd: isSet(object.staminaAdd) ? Number(object.staminaAdd) : 0, + itemCostList: Array.isArray(object?.itemCostList) + ? object.itemCostList.map((e: any) => ItemCost.fromJSON(e)) + : [], + lastRecoverTime: isSet(object.lastRecoverTime) + ? Number(object.lastRecoverTime) + : 0, + exchangeTimes: isSet(object.exchangeTimes) + ? Number(object.exchangeTimes) + : 0, + }; + }, + + toJSON(message: ExchangeStaminaScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.staminaAdd !== undefined && + (obj.staminaAdd = Math.round(message.staminaAdd)); + if (message.itemCostList) { + obj.itemCostList = message.itemCostList.map((e) => + e ? ItemCost.toJSON(e) : undefined + ); + } else { + obj.itemCostList = []; + } + message.lastRecoverTime !== undefined && + (obj.lastRecoverTime = Math.round(message.lastRecoverTime)); + message.exchangeTimes !== undefined && + (obj.exchangeTimes = Math.round(message.exchangeTimes)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ExchangeStaminaScRsp { + const message = createBaseExchangeStaminaScRsp(); + message.retcode = object.retcode ?? 0; + message.staminaAdd = object.staminaAdd ?? 0; + message.itemCostList = + object.itemCostList?.map((e) => ItemCost.fromPartial(e)) || []; + message.lastRecoverTime = object.lastRecoverTime ?? 0; + message.exchangeTimes = object.exchangeTimes ?? 0; + return message; + }, +}; + +function createBaseGetAuthkeyCsReq(): GetAuthkeyCsReq { + return { authAppid: "", signType: 0, authkeyVer: 0 }; +} + +export const GetAuthkeyCsReq = { + encode( + message: GetAuthkeyCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.authAppid !== "") { + writer.uint32(10).string(message.authAppid); + } + if (message.signType !== 0) { + writer.uint32(16).uint32(message.signType); + } + if (message.authkeyVer !== 0) { + writer.uint32(24).uint32(message.authkeyVer); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetAuthkeyCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetAuthkeyCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.authAppid = reader.string(); + break; + case 2: + message.signType = reader.uint32(); + break; + case 3: + message.authkeyVer = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetAuthkeyCsReq { + return { + authAppid: isSet(object.authAppid) ? String(object.authAppid) : "", + signType: isSet(object.signType) ? Number(object.signType) : 0, + authkeyVer: isSet(object.authkeyVer) ? Number(object.authkeyVer) : 0, + }; + }, + + toJSON(message: GetAuthkeyCsReq): unknown { + const obj: any = {}; + message.authAppid !== undefined && (obj.authAppid = message.authAppid); + message.signType !== undefined && + (obj.signType = Math.round(message.signType)); + message.authkeyVer !== undefined && + (obj.authkeyVer = Math.round(message.authkeyVer)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetAuthkeyCsReq { + const message = createBaseGetAuthkeyCsReq(); + message.authAppid = object.authAppid ?? ""; + message.signType = object.signType ?? 0; + message.authkeyVer = object.authkeyVer ?? 0; + return message; + }, +}; + +function createBaseGetAuthkeyScRsp(): GetAuthkeyScRsp { + return { retcode: 0, authkey: "", authAppid: "", signType: 0, authkeyVer: 0 }; +} + +export const GetAuthkeyScRsp = { + encode( + message: GetAuthkeyScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.authkey !== "") { + writer.uint32(18).string(message.authkey); + } + if (message.authAppid !== "") { + writer.uint32(26).string(message.authAppid); + } + if (message.signType !== 0) { + writer.uint32(32).uint32(message.signType); + } + if (message.authkeyVer !== 0) { + writer.uint32(40).uint32(message.authkeyVer); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetAuthkeyScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetAuthkeyScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.authkey = reader.string(); + break; + case 3: + message.authAppid = reader.string(); + break; + case 4: + message.signType = reader.uint32(); + break; + case 5: + message.authkeyVer = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetAuthkeyScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + authkey: isSet(object.authkey) ? String(object.authkey) : "", + authAppid: isSet(object.authAppid) ? String(object.authAppid) : "", + signType: isSet(object.signType) ? Number(object.signType) : 0, + authkeyVer: isSet(object.authkeyVer) ? Number(object.authkeyVer) : 0, + }; + }, + + toJSON(message: GetAuthkeyScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.authkey !== undefined && (obj.authkey = message.authkey); + message.authAppid !== undefined && (obj.authAppid = message.authAppid); + message.signType !== undefined && + (obj.signType = Math.round(message.signType)); + message.authkeyVer !== undefined && + (obj.authkeyVer = Math.round(message.authkeyVer)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetAuthkeyScRsp { + const message = createBaseGetAuthkeyScRsp(); + message.retcode = object.retcode ?? 0; + message.authkey = object.authkey ?? ""; + message.authAppid = object.authAppid ?? ""; + message.signType = object.signType ?? 0; + message.authkeyVer = object.authkeyVer ?? 0; + return message; + }, +}; + +function createBaseRegionStopScNotify(): RegionStopScNotify { + return { stopBeginTime: 0, stopEndTime: 0 }; +} + +export const RegionStopScNotify = { + encode( + message: RegionStopScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.stopBeginTime !== 0) { + writer.uint32(8).uint32(message.stopBeginTime); + } + if (message.stopEndTime !== 0) { + writer.uint32(16).uint32(message.stopEndTime); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RegionStopScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRegionStopScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.stopBeginTime = reader.uint32(); + break; + case 2: + message.stopEndTime = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RegionStopScNotify { + return { + stopBeginTime: isSet(object.stopBeginTime) + ? Number(object.stopBeginTime) + : 0, + stopEndTime: isSet(object.stopEndTime) ? Number(object.stopEndTime) : 0, + }; + }, + + toJSON(message: RegionStopScNotify): unknown { + const obj: any = {}; + message.stopBeginTime !== undefined && + (obj.stopBeginTime = Math.round(message.stopBeginTime)); + message.stopEndTime !== undefined && + (obj.stopEndTime = Math.round(message.stopEndTime)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RegionStopScNotify { + const message = createBaseRegionStopScNotify(); + message.stopBeginTime = object.stopBeginTime ?? 0; + message.stopEndTime = object.stopEndTime ?? 0; + return message; + }, +}; + +function createBaseAntiAddictScNotify(): AntiAddictScNotify { + return { msgType: 0, msg: "", level: "" }; +} + +export const AntiAddictScNotify = { + encode( + message: AntiAddictScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.msgType !== 0) { + writer.uint32(8).uint32(message.msgType); + } + if (message.msg !== "") { + writer.uint32(18).string(message.msg); + } + if (message.level !== "") { + writer.uint32(26).string(message.level); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AntiAddictScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAntiAddictScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.msgType = reader.uint32(); + break; + case 2: + message.msg = reader.string(); + break; + case 3: + message.level = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AntiAddictScNotify { + return { + msgType: isSet(object.msgType) ? Number(object.msgType) : 0, + msg: isSet(object.msg) ? String(object.msg) : "", + level: isSet(object.level) ? String(object.level) : "", + }; + }, + + toJSON(message: AntiAddictScNotify): unknown { + const obj: any = {}; + message.msgType !== undefined && + (obj.msgType = Math.round(message.msgType)); + message.msg !== undefined && (obj.msg = message.msg); + message.level !== undefined && (obj.level = message.level); + return obj; + }, + + fromPartial, I>>( + object: I + ): AntiAddictScNotify { + const message = createBaseAntiAddictScNotify(); + message.msgType = object.msgType ?? 0; + message.msg = object.msg ?? ""; + message.level = object.level ?? ""; + return message; + }, +}; + +function createBaseSetNicknameCsReq(): SetNicknameCsReq { + return { nickname: "", isModify: false }; +} + +export const SetNicknameCsReq = { + encode( + message: SetNicknameCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.nickname !== "") { + writer.uint32(10).string(message.nickname); + } + if (message.isModify === true) { + writer.uint32(16).bool(message.isModify); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetNicknameCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetNicknameCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.nickname = reader.string(); + break; + case 2: + message.isModify = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetNicknameCsReq { + return { + nickname: isSet(object.nickname) ? String(object.nickname) : "", + isModify: isSet(object.isModify) ? Boolean(object.isModify) : false, + }; + }, + + toJSON(message: SetNicknameCsReq): unknown { + const obj: any = {}; + message.nickname !== undefined && (obj.nickname = message.nickname); + message.isModify !== undefined && (obj.isModify = message.isModify); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetNicknameCsReq { + const message = createBaseSetNicknameCsReq(); + message.nickname = object.nickname ?? ""; + message.isModify = object.isModify ?? false; + return message; + }, +}; + +function createBaseSetNicknameScRsp(): SetNicknameScRsp { + return { retcode: 0, isModify: false }; +} + +export const SetNicknameScRsp = { + encode( + message: SetNicknameScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.isModify === true) { + writer.uint32(16).bool(message.isModify); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetNicknameScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetNicknameScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.isModify = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetNicknameScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + isModify: isSet(object.isModify) ? Boolean(object.isModify) : false, + }; + }, + + toJSON(message: SetNicknameScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.isModify !== undefined && (obj.isModify = message.isModify); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetNicknameScRsp { + const message = createBaseSetNicknameScRsp(); + message.retcode = object.retcode ?? 0; + message.isModify = object.isModify ?? false; + return message; + }, +}; + +function createBaseGetLevelRewardTakenListCsReq(): GetLevelRewardTakenListCsReq { + return {}; +} + +export const GetLevelRewardTakenListCsReq = { + encode( + _: GetLevelRewardTakenListCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetLevelRewardTakenListCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetLevelRewardTakenListCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetLevelRewardTakenListCsReq { + return {}; + }, + + toJSON(_: GetLevelRewardTakenListCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetLevelRewardTakenListCsReq { + const message = createBaseGetLevelRewardTakenListCsReq(); + return message; + }, +}; + +function createBaseGetLevelRewardTakenListScRsp(): GetLevelRewardTakenListScRsp { + return { retcode: 0, takenLevelList: [] }; +} + +export const GetLevelRewardTakenListScRsp = { + encode( + message: GetLevelRewardTakenListScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + writer.uint32(18).fork(); + for (const v of message.takenLevelList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetLevelRewardTakenListScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetLevelRewardTakenListScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.takenLevelList.push(reader.uint32()); + } + } else { + message.takenLevelList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetLevelRewardTakenListScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + takenLevelList: Array.isArray(object?.takenLevelList) + ? object.takenLevelList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetLevelRewardTakenListScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.takenLevelList) { + obj.takenLevelList = message.takenLevelList.map((e) => Math.round(e)); + } else { + obj.takenLevelList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetLevelRewardTakenListScRsp { + const message = createBaseGetLevelRewardTakenListScRsp(); + message.retcode = object.retcode ?? 0; + message.takenLevelList = object.takenLevelList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetLevelRewardCsReq(): GetLevelRewardCsReq { + return { level: 0 }; +} + +export const GetLevelRewardCsReq = { + encode( + message: GetLevelRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.level !== 0) { + writer.uint32(8).uint32(message.level); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetLevelRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetLevelRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.level = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetLevelRewardCsReq { + return { + level: isSet(object.level) ? Number(object.level) : 0, + }; + }, + + toJSON(message: GetLevelRewardCsReq): unknown { + const obj: any = {}; + message.level !== undefined && (obj.level = Math.round(message.level)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetLevelRewardCsReq { + const message = createBaseGetLevelRewardCsReq(); + message.level = object.level ?? 0; + return message; + }, +}; + +function createBaseGetLevelRewardScRsp(): GetLevelRewardScRsp { + return { retcode: 0, reward: undefined }; +} + +export const GetLevelRewardScRsp = { + encode( + message: GetLevelRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetLevelRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetLevelRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetLevelRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: GetLevelRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetLevelRewardScRsp { + const message = createBaseGetLevelRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseSyncTimeCsReq(): SyncTimeCsReq { + return { clientTimeMs: 0 }; +} + +export const SyncTimeCsReq = { + encode( + message: SyncTimeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.clientTimeMs !== 0) { + writer.uint32(8).uint64(message.clientTimeMs); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SyncTimeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncTimeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.clientTimeMs = longToNumber(reader.uint64() as Long); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncTimeCsReq { + return { + clientTimeMs: isSet(object.clientTimeMs) + ? Number(object.clientTimeMs) + : 0, + }; + }, + + toJSON(message: SyncTimeCsReq): unknown { + const obj: any = {}; + message.clientTimeMs !== undefined && + (obj.clientTimeMs = Math.round(message.clientTimeMs)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncTimeCsReq { + const message = createBaseSyncTimeCsReq(); + message.clientTimeMs = object.clientTimeMs ?? 0; + return message; + }, +}; + +function createBaseSyncTimeScRsp(): SyncTimeScRsp { + return { + retcode: 0, + clientTimeMs: 0, + serverTimeMs: 0, + downloadData: undefined, + }; +} + +export const SyncTimeScRsp = { + encode( + message: SyncTimeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.clientTimeMs !== 0) { + writer.uint32(16).uint64(message.clientTimeMs); + } + if (message.serverTimeMs !== 0) { + writer.uint32(24).uint64(message.serverTimeMs); + } + if (message.downloadData !== undefined) { + ClientDownloadData.encode( + message.downloadData, + writer.uint32(34).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SyncTimeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncTimeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.clientTimeMs = longToNumber(reader.uint64() as Long); + break; + case 3: + message.serverTimeMs = longToNumber(reader.uint64() as Long); + break; + case 4: + message.downloadData = ClientDownloadData.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncTimeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + clientTimeMs: isSet(object.clientTimeMs) + ? Number(object.clientTimeMs) + : 0, + serverTimeMs: isSet(object.serverTimeMs) + ? Number(object.serverTimeMs) + : 0, + downloadData: isSet(object.downloadData) + ? ClientDownloadData.fromJSON(object.downloadData) + : undefined, + }; + }, + + toJSON(message: SyncTimeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.clientTimeMs !== undefined && + (obj.clientTimeMs = Math.round(message.clientTimeMs)); + message.serverTimeMs !== undefined && + (obj.serverTimeMs = Math.round(message.serverTimeMs)); + message.downloadData !== undefined && + (obj.downloadData = message.downloadData + ? ClientDownloadData.toJSON(message.downloadData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncTimeScRsp { + const message = createBaseSyncTimeScRsp(); + message.retcode = object.retcode ?? 0; + message.clientTimeMs = object.clientTimeMs ?? 0; + message.serverTimeMs = object.serverTimeMs ?? 0; + message.downloadData = + object.downloadData !== undefined && object.downloadData !== null + ? ClientDownloadData.fromPartial(object.downloadData) + : undefined; + return message; + }, +}; + +function createBaseSetLanguageCsReq(): SetLanguageCsReq { + return { language: 0 }; +} + +export const SetLanguageCsReq = { + encode( + message: SetLanguageCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.language !== 0) { + writer.uint32(8).int32(message.language); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetLanguageCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetLanguageCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.language = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetLanguageCsReq { + return { + language: isSet(object.language) + ? languageTypeFromJSON(object.language) + : 0, + }; + }, + + toJSON(message: SetLanguageCsReq): unknown { + const obj: any = {}; + message.language !== undefined && + (obj.language = languageTypeToJSON(message.language)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetLanguageCsReq { + const message = createBaseSetLanguageCsReq(); + message.language = object.language ?? 0; + return message; + }, +}; + +function createBaseSetLanguageScRsp(): SetLanguageScRsp { + return { retcode: 0, language: 0 }; +} + +export const SetLanguageScRsp = { + encode( + message: SetLanguageScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.language !== 0) { + writer.uint32(16).int32(message.language); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetLanguageScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetLanguageScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.language = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetLanguageScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + language: isSet(object.language) + ? languageTypeFromJSON(object.language) + : 0, + }; + }, + + toJSON(message: SetLanguageScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.language !== undefined && + (obj.language = languageTypeToJSON(message.language)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetLanguageScRsp { + const message = createBaseSetLanguageScRsp(); + message.retcode = object.retcode ?? 0; + message.language = object.language ?? 0; + return message; + }, +}; + +function createBaseAnnounceData(): AnnounceData { + return { + configId: 0, + beginTime: 0, + endTime: 0, + centerSystemText: "", + countDownText: "", + dungeonConfirmText: "", + centerSystemFrequency: 0, + countDownFrequency: 0, + isCenterSystemLast5EveryMinutes: false, + }; +} + +export const AnnounceData = { + encode( + message: AnnounceData, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.configId !== 0) { + writer.uint32(8).uint32(message.configId); + } + if (message.beginTime !== 0) { + writer.uint32(16).uint32(message.beginTime); + } + if (message.endTime !== 0) { + writer.uint32(24).uint32(message.endTime); + } + if (message.centerSystemText !== "") { + writer.uint32(34).string(message.centerSystemText); + } + if (message.countDownText !== "") { + writer.uint32(42).string(message.countDownText); + } + if (message.dungeonConfirmText !== "") { + writer.uint32(50).string(message.dungeonConfirmText); + } + if (message.centerSystemFrequency !== 0) { + writer.uint32(56).uint32(message.centerSystemFrequency); + } + if (message.countDownFrequency !== 0) { + writer.uint32(64).uint32(message.countDownFrequency); + } + if (message.isCenterSystemLast5EveryMinutes === true) { + writer.uint32(72).bool(message.isCenterSystemLast5EveryMinutes); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AnnounceData { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAnnounceData(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.configId = reader.uint32(); + break; + case 2: + message.beginTime = reader.uint32(); + break; + case 3: + message.endTime = reader.uint32(); + break; + case 4: + message.centerSystemText = reader.string(); + break; + case 5: + message.countDownText = reader.string(); + break; + case 6: + message.dungeonConfirmText = reader.string(); + break; + case 7: + message.centerSystemFrequency = reader.uint32(); + break; + case 8: + message.countDownFrequency = reader.uint32(); + break; + case 9: + message.isCenterSystemLast5EveryMinutes = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AnnounceData { + return { + configId: isSet(object.configId) ? Number(object.configId) : 0, + beginTime: isSet(object.beginTime) ? Number(object.beginTime) : 0, + endTime: isSet(object.endTime) ? Number(object.endTime) : 0, + centerSystemText: isSet(object.centerSystemText) + ? String(object.centerSystemText) + : "", + countDownText: isSet(object.countDownText) + ? String(object.countDownText) + : "", + dungeonConfirmText: isSet(object.dungeonConfirmText) + ? String(object.dungeonConfirmText) + : "", + centerSystemFrequency: isSet(object.centerSystemFrequency) + ? Number(object.centerSystemFrequency) + : 0, + countDownFrequency: isSet(object.countDownFrequency) + ? Number(object.countDownFrequency) + : 0, + isCenterSystemLast5EveryMinutes: isSet( + object.isCenterSystemLast5EveryMinutes + ) + ? Boolean(object.isCenterSystemLast5EveryMinutes) + : false, + }; + }, + + toJSON(message: AnnounceData): unknown { + const obj: any = {}; + message.configId !== undefined && + (obj.configId = Math.round(message.configId)); + message.beginTime !== undefined && + (obj.beginTime = Math.round(message.beginTime)); + message.endTime !== undefined && + (obj.endTime = Math.round(message.endTime)); + message.centerSystemText !== undefined && + (obj.centerSystemText = message.centerSystemText); + message.countDownText !== undefined && + (obj.countDownText = message.countDownText); + message.dungeonConfirmText !== undefined && + (obj.dungeonConfirmText = message.dungeonConfirmText); + message.centerSystemFrequency !== undefined && + (obj.centerSystemFrequency = Math.round(message.centerSystemFrequency)); + message.countDownFrequency !== undefined && + (obj.countDownFrequency = Math.round(message.countDownFrequency)); + message.isCenterSystemLast5EveryMinutes !== undefined && + (obj.isCenterSystemLast5EveryMinutes = + message.isCenterSystemLast5EveryMinutes); + return obj; + }, + + fromPartial, I>>( + object: I + ): AnnounceData { + const message = createBaseAnnounceData(); + message.configId = object.configId ?? 0; + message.beginTime = object.beginTime ?? 0; + message.endTime = object.endTime ?? 0; + message.centerSystemText = object.centerSystemText ?? ""; + message.countDownText = object.countDownText ?? ""; + message.dungeonConfirmText = object.dungeonConfirmText ?? ""; + message.centerSystemFrequency = object.centerSystemFrequency ?? 0; + message.countDownFrequency = object.countDownFrequency ?? 0; + message.isCenterSystemLast5EveryMinutes = + object.isCenterSystemLast5EveryMinutes ?? false; + return message; + }, +}; + +function createBaseServerAnnounceNotify(): ServerAnnounceNotify { + return { announceDataList: [] }; +} + +export const ServerAnnounceNotify = { + encode( + message: ServerAnnounceNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.announceDataList) { + AnnounceData.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ServerAnnounceNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseServerAnnounceNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.announceDataList.push( + AnnounceData.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ServerAnnounceNotify { + return { + announceDataList: Array.isArray(object?.announceDataList) + ? object.announceDataList.map((e: any) => AnnounceData.fromJSON(e)) + : [], + }; + }, + + toJSON(message: ServerAnnounceNotify): unknown { + const obj: any = {}; + if (message.announceDataList) { + obj.announceDataList = message.announceDataList.map((e) => + e ? AnnounceData.toJSON(e) : undefined + ); + } else { + obj.announceDataList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): ServerAnnounceNotify { + const message = createBaseServerAnnounceNotify(); + message.announceDataList = + object.announceDataList?.map((e) => AnnounceData.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseGateserver(): Gateserver { + return { + retcode: 0, + msg: "", + regionName: "", + ip: "", + port: 0, + stopBeginTime: 0, + stopEndTime: 0, + dataUseAssetBoundle: false, + resUseAssetBoundle: false, + assetBundleUrl: "", + exResourceUrl: "", + luaUrl: "", + asbRelogin: 0, + asbMemo: "", + designDataRelogin: 0, + designDataMemo: "", + clientSecretKey: "", + recordGameObjectUserData: "", + useTcp: false, + customServiceUrl: "", + operationFeedbackUrl: "", + privacyInGameUrl: "", + clientRecordReplay: false, + serverDescription: "", + }; +} + +export const Gateserver = { + encode( + message: Gateserver, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.msg !== "") { + writer.uint32(18).string(message.msg); + } + if (message.regionName !== "") { + writer.uint32(26).string(message.regionName); + } + if (message.ip !== "") { + writer.uint32(34).string(message.ip); + } + if (message.port !== 0) { + writer.uint32(40).uint32(message.port); + } + if (message.stopBeginTime !== 0) { + writer.uint32(48).uint32(message.stopBeginTime); + } + if (message.stopEndTime !== 0) { + writer.uint32(56).uint32(message.stopEndTime); + } + if (message.dataUseAssetBoundle === true) { + writer.uint32(64).bool(message.dataUseAssetBoundle); + } + if (message.resUseAssetBoundle === true) { + writer.uint32(72).bool(message.resUseAssetBoundle); + } + if (message.assetBundleUrl !== "") { + writer.uint32(82).string(message.assetBundleUrl); + } + if (message.exResourceUrl !== "") { + writer.uint32(90).string(message.exResourceUrl); + } + if (message.luaUrl !== "") { + writer.uint32(98).string(message.luaUrl); + } + if (message.asbRelogin !== 0) { + writer.uint32(104).uint32(message.asbRelogin); + } + if (message.asbMemo !== "") { + writer.uint32(114).string(message.asbMemo); + } + if (message.designDataRelogin !== 0) { + writer.uint32(120).uint32(message.designDataRelogin); + } + if (message.designDataMemo !== "") { + writer.uint32(130).string(message.designDataMemo); + } + if (message.clientSecretKey !== "") { + writer.uint32(138).string(message.clientSecretKey); + } + if (message.recordGameObjectUserData !== "") { + writer.uint32(146).string(message.recordGameObjectUserData); + } + if (message.useTcp === true) { + writer.uint32(152).bool(message.useTcp); + } + if (message.customServiceUrl !== "") { + writer.uint32(162).string(message.customServiceUrl); + } + if (message.operationFeedbackUrl !== "") { + writer.uint32(170).string(message.operationFeedbackUrl); + } + if (message.privacyInGameUrl !== "") { + writer.uint32(178).string(message.privacyInGameUrl); + } + if (message.clientRecordReplay === true) { + writer.uint32(184).bool(message.clientRecordReplay); + } + if (message.serverDescription !== "") { + writer.uint32(194).string(message.serverDescription); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Gateserver { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGateserver(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.msg = reader.string(); + break; + case 3: + message.regionName = reader.string(); + break; + case 4: + message.ip = reader.string(); + break; + case 5: + message.port = reader.uint32(); + break; + case 6: + message.stopBeginTime = reader.uint32(); + break; + case 7: + message.stopEndTime = reader.uint32(); + break; + case 8: + message.dataUseAssetBoundle = reader.bool(); + break; + case 9: + message.resUseAssetBoundle = reader.bool(); + break; + case 10: + message.assetBundleUrl = reader.string(); + break; + case 11: + message.exResourceUrl = reader.string(); + break; + case 12: + message.luaUrl = reader.string(); + break; + case 13: + message.asbRelogin = reader.uint32(); + break; + case 14: + message.asbMemo = reader.string(); + break; + case 15: + message.designDataRelogin = reader.uint32(); + break; + case 16: + message.designDataMemo = reader.string(); + break; + case 17: + message.clientSecretKey = reader.string(); + break; + case 18: + message.recordGameObjectUserData = reader.string(); + break; + case 19: + message.useTcp = reader.bool(); + break; + case 20: + message.customServiceUrl = reader.string(); + break; + case 21: + message.operationFeedbackUrl = reader.string(); + break; + case 22: + message.privacyInGameUrl = reader.string(); + break; + case 23: + message.clientRecordReplay = reader.bool(); + break; + case 24: + message.serverDescription = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Gateserver { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + msg: isSet(object.msg) ? String(object.msg) : "", + regionName: isSet(object.regionName) ? String(object.regionName) : "", + ip: isSet(object.ip) ? String(object.ip) : "", + port: isSet(object.port) ? Number(object.port) : 0, + stopBeginTime: isSet(object.stopBeginTime) + ? Number(object.stopBeginTime) + : 0, + stopEndTime: isSet(object.stopEndTime) ? Number(object.stopEndTime) : 0, + dataUseAssetBoundle: isSet(object.dataUseAssetBoundle) + ? Boolean(object.dataUseAssetBoundle) + : false, + resUseAssetBoundle: isSet(object.resUseAssetBoundle) + ? Boolean(object.resUseAssetBoundle) + : false, + assetBundleUrl: isSet(object.assetBundleUrl) + ? String(object.assetBundleUrl) + : "", + exResourceUrl: isSet(object.exResourceUrl) + ? String(object.exResourceUrl) + : "", + luaUrl: isSet(object.luaUrl) ? String(object.luaUrl) : "", + asbRelogin: isSet(object.asbRelogin) ? Number(object.asbRelogin) : 0, + asbMemo: isSet(object.asbMemo) ? String(object.asbMemo) : "", + designDataRelogin: isSet(object.designDataRelogin) + ? Number(object.designDataRelogin) + : 0, + designDataMemo: isSet(object.designDataMemo) + ? String(object.designDataMemo) + : "", + clientSecretKey: isSet(object.clientSecretKey) + ? String(object.clientSecretKey) + : "", + recordGameObjectUserData: isSet(object.recordGameObjectUserData) + ? String(object.recordGameObjectUserData) + : "", + useTcp: isSet(object.useTcp) ? Boolean(object.useTcp) : false, + customServiceUrl: isSet(object.customServiceUrl) + ? String(object.customServiceUrl) + : "", + operationFeedbackUrl: isSet(object.operationFeedbackUrl) + ? String(object.operationFeedbackUrl) + : "", + privacyInGameUrl: isSet(object.privacyInGameUrl) + ? String(object.privacyInGameUrl) + : "", + clientRecordReplay: isSet(object.clientRecordReplay) + ? Boolean(object.clientRecordReplay) + : false, + serverDescription: isSet(object.serverDescription) + ? String(object.serverDescription) + : "", + }; + }, + + toJSON(message: Gateserver): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.msg !== undefined && (obj.msg = message.msg); + message.regionName !== undefined && (obj.regionName = message.regionName); + message.ip !== undefined && (obj.ip = message.ip); + message.port !== undefined && (obj.port = Math.round(message.port)); + message.stopBeginTime !== undefined && + (obj.stopBeginTime = Math.round(message.stopBeginTime)); + message.stopEndTime !== undefined && + (obj.stopEndTime = Math.round(message.stopEndTime)); + message.dataUseAssetBoundle !== undefined && + (obj.dataUseAssetBoundle = message.dataUseAssetBoundle); + message.resUseAssetBoundle !== undefined && + (obj.resUseAssetBoundle = message.resUseAssetBoundle); + message.assetBundleUrl !== undefined && + (obj.assetBundleUrl = message.assetBundleUrl); + message.exResourceUrl !== undefined && + (obj.exResourceUrl = message.exResourceUrl); + message.luaUrl !== undefined && (obj.luaUrl = message.luaUrl); + message.asbRelogin !== undefined && + (obj.asbRelogin = Math.round(message.asbRelogin)); + message.asbMemo !== undefined && (obj.asbMemo = message.asbMemo); + message.designDataRelogin !== undefined && + (obj.designDataRelogin = Math.round(message.designDataRelogin)); + message.designDataMemo !== undefined && + (obj.designDataMemo = message.designDataMemo); + message.clientSecretKey !== undefined && + (obj.clientSecretKey = message.clientSecretKey); + message.recordGameObjectUserData !== undefined && + (obj.recordGameObjectUserData = message.recordGameObjectUserData); + message.useTcp !== undefined && (obj.useTcp = message.useTcp); + message.customServiceUrl !== undefined && + (obj.customServiceUrl = message.customServiceUrl); + message.operationFeedbackUrl !== undefined && + (obj.operationFeedbackUrl = message.operationFeedbackUrl); + message.privacyInGameUrl !== undefined && + (obj.privacyInGameUrl = message.privacyInGameUrl); + message.clientRecordReplay !== undefined && + (obj.clientRecordReplay = message.clientRecordReplay); + message.serverDescription !== undefined && + (obj.serverDescription = message.serverDescription); + return obj; + }, + + fromPartial, I>>( + object: I + ): Gateserver { + const message = createBaseGateserver(); + message.retcode = object.retcode ?? 0; + message.msg = object.msg ?? ""; + message.regionName = object.regionName ?? ""; + message.ip = object.ip ?? ""; + message.port = object.port ?? 0; + message.stopBeginTime = object.stopBeginTime ?? 0; + message.stopEndTime = object.stopEndTime ?? 0; + message.dataUseAssetBoundle = object.dataUseAssetBoundle ?? false; + message.resUseAssetBoundle = object.resUseAssetBoundle ?? false; + message.assetBundleUrl = object.assetBundleUrl ?? ""; + message.exResourceUrl = object.exResourceUrl ?? ""; + message.luaUrl = object.luaUrl ?? ""; + message.asbRelogin = object.asbRelogin ?? 0; + message.asbMemo = object.asbMemo ?? ""; + message.designDataRelogin = object.designDataRelogin ?? 0; + message.designDataMemo = object.designDataMemo ?? ""; + message.clientSecretKey = object.clientSecretKey ?? ""; + message.recordGameObjectUserData = object.recordGameObjectUserData ?? ""; + message.useTcp = object.useTcp ?? false; + message.customServiceUrl = object.customServiceUrl ?? ""; + message.operationFeedbackUrl = object.operationFeedbackUrl ?? ""; + message.privacyInGameUrl = object.privacyInGameUrl ?? ""; + message.clientRecordReplay = object.clientRecordReplay ?? false; + message.serverDescription = object.serverDescription ?? ""; + return message; + }, +}; + +function createBaseSetHeroBasicTypeCsReq(): SetHeroBasicTypeCsReq { + return { basicType: 0 }; +} + +export const SetHeroBasicTypeCsReq = { + encode( + message: SetHeroBasicTypeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.basicType !== 0) { + writer.uint32(8).int32(message.basicType); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetHeroBasicTypeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetHeroBasicTypeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.basicType = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetHeroBasicTypeCsReq { + return { + basicType: isSet(object.basicType) + ? heroBasicTypeFromJSON(object.basicType) + : 0, + }; + }, + + toJSON(message: SetHeroBasicTypeCsReq): unknown { + const obj: any = {}; + message.basicType !== undefined && + (obj.basicType = heroBasicTypeToJSON(message.basicType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetHeroBasicTypeCsReq { + const message = createBaseSetHeroBasicTypeCsReq(); + message.basicType = object.basicType ?? 0; + return message; + }, +}; + +function createBaseSetHeroBasicTypeScRsp(): SetHeroBasicTypeScRsp { + return { retcode: 0, basicType: 0 }; +} + +export const SetHeroBasicTypeScRsp = { + encode( + message: SetHeroBasicTypeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.basicType !== 0) { + writer.uint32(16).int32(message.basicType); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetHeroBasicTypeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetHeroBasicTypeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.basicType = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetHeroBasicTypeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + basicType: isSet(object.basicType) + ? heroBasicTypeFromJSON(object.basicType) + : 0, + }; + }, + + toJSON(message: SetHeroBasicTypeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.basicType !== undefined && + (obj.basicType = heroBasicTypeToJSON(message.basicType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetHeroBasicTypeScRsp { + const message = createBaseSetHeroBasicTypeScRsp(); + message.retcode = object.retcode ?? 0; + message.basicType = object.basicType ?? 0; + return message; + }, +}; + +function createBaseGetHeroBasicTypeInfoCsReq(): GetHeroBasicTypeInfoCsReq { + return {}; +} + +export const GetHeroBasicTypeInfoCsReq = { + encode( + _: GetHeroBasicTypeInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetHeroBasicTypeInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetHeroBasicTypeInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetHeroBasicTypeInfoCsReq { + return {}; + }, + + toJSON(_: GetHeroBasicTypeInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetHeroBasicTypeInfoCsReq { + const message = createBaseGetHeroBasicTypeInfoCsReq(); + return message; + }, +}; + +function createBaseHeroBasicTypeInfo(): HeroBasicTypeInfo { + return { basicType: 0, rank: 0, skillTreeList: [] }; +} + +export const HeroBasicTypeInfo = { + encode( + message: HeroBasicTypeInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.basicType !== 0) { + writer.uint32(8).int32(message.basicType); + } + if (message.rank !== 0) { + writer.uint32(16).uint32(message.rank); + } + for (const v of message.skillTreeList) { + AvatarSkillTree.encode(v!, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): HeroBasicTypeInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseHeroBasicTypeInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.basicType = reader.int32() as any; + break; + case 2: + message.rank = reader.uint32(); + break; + case 3: + message.skillTreeList.push( + AvatarSkillTree.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): HeroBasicTypeInfo { + return { + basicType: isSet(object.basicType) + ? heroBasicTypeFromJSON(object.basicType) + : 0, + rank: isSet(object.rank) ? Number(object.rank) : 0, + skillTreeList: Array.isArray(object?.skillTreeList) + ? object.skillTreeList.map((e: any) => AvatarSkillTree.fromJSON(e)) + : [], + }; + }, + + toJSON(message: HeroBasicTypeInfo): unknown { + const obj: any = {}; + message.basicType !== undefined && + (obj.basicType = heroBasicTypeToJSON(message.basicType)); + message.rank !== undefined && (obj.rank = Math.round(message.rank)); + if (message.skillTreeList) { + obj.skillTreeList = message.skillTreeList.map((e) => + e ? AvatarSkillTree.toJSON(e) : undefined + ); + } else { + obj.skillTreeList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): HeroBasicTypeInfo { + const message = createBaseHeroBasicTypeInfo(); + message.basicType = object.basicType ?? 0; + message.rank = object.rank ?? 0; + message.skillTreeList = + object.skillTreeList?.map((e) => AvatarSkillTree.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseGetHeroBasicTypeInfoScRsp(): GetHeroBasicTypeInfoScRsp { + return { + retcode: 0, + gender: 0, + curBasicType: 0, + basicTypeInfoList: [], + heroPathList: [], + isGenderModified: false, + isPlayerInfoModified: false, + }; +} + +export const GetHeroBasicTypeInfoScRsp = { + encode( + message: GetHeroBasicTypeInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.gender !== 0) { + writer.uint32(16).int32(message.gender); + } + if (message.curBasicType !== 0) { + writer.uint32(24).int32(message.curBasicType); + } + for (const v of message.basicTypeInfoList) { + HeroBasicTypeInfo.encode(v!, writer.uint32(34).fork()).ldelim(); + } + for (const v of message.heroPathList) { + HeroPath.encode(v!, writer.uint32(42).fork()).ldelim(); + } + if (message.isGenderModified === true) { + writer.uint32(48).bool(message.isGenderModified); + } + if (message.isPlayerInfoModified === true) { + writer.uint32(56).bool(message.isPlayerInfoModified); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetHeroBasicTypeInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetHeroBasicTypeInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.gender = reader.int32() as any; + break; + case 3: + message.curBasicType = reader.int32() as any; + break; + case 4: + message.basicTypeInfoList.push( + HeroBasicTypeInfo.decode(reader, reader.uint32()) + ); + break; + case 5: + message.heroPathList.push(HeroPath.decode(reader, reader.uint32())); + break; + case 6: + message.isGenderModified = reader.bool(); + break; + case 7: + message.isPlayerInfoModified = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetHeroBasicTypeInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + gender: isSet(object.gender) ? genderFromJSON(object.gender) : 0, + curBasicType: isSet(object.curBasicType) + ? heroBasicTypeFromJSON(object.curBasicType) + : 0, + basicTypeInfoList: Array.isArray(object?.basicTypeInfoList) + ? object.basicTypeInfoList.map((e: any) => + HeroBasicTypeInfo.fromJSON(e) + ) + : [], + heroPathList: Array.isArray(object?.heroPathList) + ? object.heroPathList.map((e: any) => HeroPath.fromJSON(e)) + : [], + isGenderModified: isSet(object.isGenderModified) + ? Boolean(object.isGenderModified) + : false, + isPlayerInfoModified: isSet(object.isPlayerInfoModified) + ? Boolean(object.isPlayerInfoModified) + : false, + }; + }, + + toJSON(message: GetHeroBasicTypeInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.gender !== undefined && (obj.gender = genderToJSON(message.gender)); + message.curBasicType !== undefined && + (obj.curBasicType = heroBasicTypeToJSON(message.curBasicType)); + if (message.basicTypeInfoList) { + obj.basicTypeInfoList = message.basicTypeInfoList.map((e) => + e ? HeroBasicTypeInfo.toJSON(e) : undefined + ); + } else { + obj.basicTypeInfoList = []; + } + if (message.heroPathList) { + obj.heroPathList = message.heroPathList.map((e) => + e ? HeroPath.toJSON(e) : undefined + ); + } else { + obj.heroPathList = []; + } + message.isGenderModified !== undefined && + (obj.isGenderModified = message.isGenderModified); + message.isPlayerInfoModified !== undefined && + (obj.isPlayerInfoModified = message.isPlayerInfoModified); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetHeroBasicTypeInfoScRsp { + const message = createBaseGetHeroBasicTypeInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.gender = object.gender ?? 0; + message.curBasicType = object.curBasicType ?? 0; + message.basicTypeInfoList = + object.basicTypeInfoList?.map((e) => HeroBasicTypeInfo.fromPartial(e)) || + []; + message.heroPathList = + object.heroPathList?.map((e) => HeroPath.fromPartial(e)) || []; + message.isGenderModified = object.isGenderModified ?? false; + message.isPlayerInfoModified = object.isPlayerInfoModified ?? false; + return message; + }, +}; + +function createBaseGetHeroPathCsReq(): GetHeroPathCsReq { + return {}; +} + +export const GetHeroPathCsReq = { + encode( + _: GetHeroPathCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetHeroPathCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetHeroPathCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetHeroPathCsReq { + return {}; + }, + + toJSON(_: GetHeroPathCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetHeroPathCsReq { + const message = createBaseGetHeroPathCsReq(); + return message; + }, +}; + +function createBaseGetHeroPathScRsp(): GetHeroPathScRsp { + return { retcode: 0, heroPathList: [] }; +} + +export const GetHeroPathScRsp = { + encode( + message: GetHeroPathScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.heroPathList) { + HeroPath.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetHeroPathScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetHeroPathScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.heroPathList.push(HeroPath.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetHeroPathScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + heroPathList: Array.isArray(object?.heroPathList) + ? object.heroPathList.map((e: any) => HeroPath.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetHeroPathScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.heroPathList) { + obj.heroPathList = message.heroPathList.map((e) => + e ? HeroPath.toJSON(e) : undefined + ); + } else { + obj.heroPathList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetHeroPathScRsp { + const message = createBaseGetHeroPathScRsp(); + message.retcode = object.retcode ?? 0; + message.heroPathList = + object.heroPathList?.map((e) => HeroPath.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseHeroPathChangedNotify(): HeroPathChangedNotify { + return { heroPath: undefined }; +} + +export const HeroPathChangedNotify = { + encode( + message: HeroPathChangedNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.heroPath !== undefined) { + HeroPath.encode(message.heroPath, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): HeroPathChangedNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseHeroPathChangedNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.heroPath = HeroPath.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): HeroPathChangedNotify { + return { + heroPath: isSet(object.heroPath) + ? HeroPath.fromJSON(object.heroPath) + : undefined, + }; + }, + + toJSON(message: HeroPathChangedNotify): unknown { + const obj: any = {}; + message.heroPath !== undefined && + (obj.heroPath = message.heroPath + ? HeroPath.toJSON(message.heroPath) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): HeroPathChangedNotify { + const message = createBaseHeroPathChangedNotify(); + message.heroPath = + object.heroPath !== undefined && object.heroPath !== null + ? HeroPath.fromPartial(object.heroPath) + : undefined; + return message; + }, +}; + +function createBaseSetGenderCsReq(): SetGenderCsReq { + return { gender: 0 }; +} + +export const SetGenderCsReq = { + encode( + message: SetGenderCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.gender !== 0) { + writer.uint32(8).int32(message.gender); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetGenderCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetGenderCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.gender = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetGenderCsReq { + return { + gender: isSet(object.gender) ? genderFromJSON(object.gender) : 0, + }; + }, + + toJSON(message: SetGenderCsReq): unknown { + const obj: any = {}; + message.gender !== undefined && (obj.gender = genderToJSON(message.gender)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetGenderCsReq { + const message = createBaseSetGenderCsReq(); + message.gender = object.gender ?? 0; + return message; + }, +}; + +function createBaseSetGenderScRsp(): SetGenderScRsp { + return { retcode: 0, curBasicType: 0 }; +} + +export const SetGenderScRsp = { + encode( + message: SetGenderScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.curBasicType !== 0) { + writer.uint32(16).int32(message.curBasicType); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetGenderScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetGenderScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.curBasicType = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetGenderScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + curBasicType: isSet(object.curBasicType) + ? heroBasicTypeFromJSON(object.curBasicType) + : 0, + }; + }, + + toJSON(message: SetGenderScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.curBasicType !== undefined && + (obj.curBasicType = heroBasicTypeToJSON(message.curBasicType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetGenderScRsp { + const message = createBaseSetGenderScRsp(); + message.retcode = object.retcode ?? 0; + message.curBasicType = object.curBasicType ?? 0; + return message; + }, +}; + +function createBaseSetPlayerInfoCsReq(): SetPlayerInfoCsReq { + return { nickname: "", isModify: false, gender: 0 }; +} + +export const SetPlayerInfoCsReq = { + encode( + message: SetPlayerInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.nickname !== "") { + writer.uint32(10).string(message.nickname); + } + if (message.isModify === true) { + writer.uint32(16).bool(message.isModify); + } + if (message.gender !== 0) { + writer.uint32(24).int32(message.gender); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetPlayerInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetPlayerInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.nickname = reader.string(); + break; + case 2: + message.isModify = reader.bool(); + break; + case 3: + message.gender = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetPlayerInfoCsReq { + return { + nickname: isSet(object.nickname) ? String(object.nickname) : "", + isModify: isSet(object.isModify) ? Boolean(object.isModify) : false, + gender: isSet(object.gender) ? genderFromJSON(object.gender) : 0, + }; + }, + + toJSON(message: SetPlayerInfoCsReq): unknown { + const obj: any = {}; + message.nickname !== undefined && (obj.nickname = message.nickname); + message.isModify !== undefined && (obj.isModify = message.isModify); + message.gender !== undefined && (obj.gender = genderToJSON(message.gender)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetPlayerInfoCsReq { + const message = createBaseSetPlayerInfoCsReq(); + message.nickname = object.nickname ?? ""; + message.isModify = object.isModify ?? false; + message.gender = object.gender ?? 0; + return message; + }, +}; + +function createBaseSetPlayerInfoScRsp(): SetPlayerInfoScRsp { + return { retcode: 0, curBasicType: 0, isModify: false }; +} + +export const SetPlayerInfoScRsp = { + encode( + message: SetPlayerInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.curBasicType !== 0) { + writer.uint32(16).int32(message.curBasicType); + } + if (message.isModify === true) { + writer.uint32(24).bool(message.isModify); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetPlayerInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetPlayerInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.curBasicType = reader.int32() as any; + break; + case 3: + message.isModify = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetPlayerInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + curBasicType: isSet(object.curBasicType) + ? heroBasicTypeFromJSON(object.curBasicType) + : 0, + isModify: isSet(object.isModify) ? Boolean(object.isModify) : false, + }; + }, + + toJSON(message: SetPlayerInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.curBasicType !== undefined && + (obj.curBasicType = heroBasicTypeToJSON(message.curBasicType)); + message.isModify !== undefined && (obj.isModify = message.isModify); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetPlayerInfoScRsp { + const message = createBaseSetPlayerInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.curBasicType = object.curBasicType ?? 0; + message.isModify = object.isModify ?? false; + return message; + }, +}; + +function createBaseHeroBasicTypeChangedNotify(): HeroBasicTypeChangedNotify { + return { curBasicType: 0 }; +} + +export const HeroBasicTypeChangedNotify = { + encode( + message: HeroBasicTypeChangedNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.curBasicType !== 0) { + writer.uint32(8).int32(message.curBasicType); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): HeroBasicTypeChangedNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseHeroBasicTypeChangedNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.curBasicType = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): HeroBasicTypeChangedNotify { + return { + curBasicType: isSet(object.curBasicType) + ? heroBasicTypeFromJSON(object.curBasicType) + : 0, + }; + }, + + toJSON(message: HeroBasicTypeChangedNotify): unknown { + const obj: any = {}; + message.curBasicType !== undefined && + (obj.curBasicType = heroBasicTypeToJSON(message.curBasicType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): HeroBasicTypeChangedNotify { + const message = createBaseHeroBasicTypeChangedNotify(); + message.curBasicType = object.curBasicType ?? 0; + return message; + }, +}; + +function createBaseQueryProductInfoCsReq(): QueryProductInfoCsReq { + return {}; +} + +export const QueryProductInfoCsReq = { + encode( + _: QueryProductInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): QueryProductInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQueryProductInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): QueryProductInfoCsReq { + return {}; + }, + + toJSON(_: QueryProductInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): QueryProductInfoCsReq { + const message = createBaseQueryProductInfoCsReq(); + return message; + }, +}; + +function createBaseProduct(): Product { + return { productId: "", priceTier: "" }; +} + +export const Product = { + encode( + message: Product, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.productId !== "") { + writer.uint32(10).string(message.productId); + } + if (message.priceTier !== "") { + writer.uint32(18).string(message.priceTier); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Product { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseProduct(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.productId = reader.string(); + break; + case 2: + message.priceTier = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Product { + return { + productId: isSet(object.productId) ? String(object.productId) : "", + priceTier: isSet(object.priceTier) ? String(object.priceTier) : "", + }; + }, + + toJSON(message: Product): unknown { + const obj: any = {}; + message.productId !== undefined && (obj.productId = message.productId); + message.priceTier !== undefined && (obj.priceTier = message.priceTier); + return obj; + }, + + fromPartial, I>>(object: I): Product { + const message = createBaseProduct(); + message.productId = object.productId ?? ""; + message.priceTier = object.priceTier ?? ""; + return message; + }, +}; + +function createBaseQueryProductInfoScRsp(): QueryProductInfoScRsp { + return { retcode: 0, productList: [] }; +} + +export const QueryProductInfoScRsp = { + encode( + message: QueryProductInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.productList) { + Product.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): QueryProductInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQueryProductInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.productList.push(Product.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): QueryProductInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + productList: Array.isArray(object?.productList) + ? object.productList.map((e: any) => Product.fromJSON(e)) + : [], + }; + }, + + toJSON(message: QueryProductInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.productList) { + obj.productList = message.productList.map((e) => + e ? Product.toJSON(e) : undefined + ); + } else { + obj.productList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): QueryProductInfoScRsp { + const message = createBaseQueryProductInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.productList = + object.productList?.map((e) => Product.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseClientDownloadDataScNotify(): ClientDownloadDataScNotify { + return { downloadData: undefined }; +} + +export const ClientDownloadDataScNotify = { + encode( + message: ClientDownloadDataScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.downloadData !== undefined) { + ClientDownloadData.encode( + message.downloadData, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ClientDownloadDataScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseClientDownloadDataScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.downloadData = ClientDownloadData.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ClientDownloadDataScNotify { + return { + downloadData: isSet(object.downloadData) + ? ClientDownloadData.fromJSON(object.downloadData) + : undefined, + }; + }, + + toJSON(message: ClientDownloadDataScNotify): unknown { + const obj: any = {}; + message.downloadData !== undefined && + (obj.downloadData = message.downloadData + ? ClientDownloadData.toJSON(message.downloadData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): ClientDownloadDataScNotify { + const message = createBaseClientDownloadDataScNotify(); + message.downloadData = + object.downloadData !== undefined && object.downloadData !== null + ? ClientDownloadData.fromPartial(object.downloadData) + : undefined; + return message; + }, +}; + +function createBaseUpdateFeatureSwitchScNotify(): UpdateFeatureSwitchScNotify { + return { switchInfoList: [] }; +} + +export const UpdateFeatureSwitchScNotify = { + encode( + message: UpdateFeatureSwitchScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.switchInfoList) { + FeatureSwitchInfo.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): UpdateFeatureSwitchScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUpdateFeatureSwitchScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.switchInfoList.push( + FeatureSwitchInfo.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UpdateFeatureSwitchScNotify { + return { + switchInfoList: Array.isArray(object?.switchInfoList) + ? object.switchInfoList.map((e: any) => FeatureSwitchInfo.fromJSON(e)) + : [], + }; + }, + + toJSON(message: UpdateFeatureSwitchScNotify): unknown { + const obj: any = {}; + if (message.switchInfoList) { + obj.switchInfoList = message.switchInfoList.map((e) => + e ? FeatureSwitchInfo.toJSON(e) : undefined + ); + } else { + obj.switchInfoList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): UpdateFeatureSwitchScNotify { + const message = createBaseUpdateFeatureSwitchScNotify(); + message.switchInfoList = + object.switchInfoList?.map((e) => FeatureSwitchInfo.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseDailyRefreshNotify(): DailyRefreshNotify { + return { curDay: 0 }; +} + +export const DailyRefreshNotify = { + encode( + message: DailyRefreshNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.curDay !== 0) { + writer.uint32(8).uint32(message.curDay); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DailyRefreshNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDailyRefreshNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.curDay = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DailyRefreshNotify { + return { + curDay: isSet(object.curDay) ? Number(object.curDay) : 0, + }; + }, + + toJSON(message: DailyRefreshNotify): unknown { + const obj: any = {}; + message.curDay !== undefined && (obj.curDay = Math.round(message.curDay)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DailyRefreshNotify { + const message = createBaseDailyRefreshNotify(); + message.curDay = object.curDay ?? 0; + return message; + }, +}; + +function createBaseFinishPlotCsReq(): FinishPlotCsReq { + return { plotId: 0 }; +} + +export const FinishPlotCsReq = { + encode( + message: FinishPlotCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.plotId !== 0) { + writer.uint32(8).uint32(message.plotId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): FinishPlotCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishPlotCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.plotId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishPlotCsReq { + return { + plotId: isSet(object.plotId) ? Number(object.plotId) : 0, + }; + }, + + toJSON(message: FinishPlotCsReq): unknown { + const obj: any = {}; + message.plotId !== undefined && (obj.plotId = Math.round(message.plotId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishPlotCsReq { + const message = createBaseFinishPlotCsReq(); + message.plotId = object.plotId ?? 0; + return message; + }, +}; + +function createBaseFinishPlotScRsp(): FinishPlotScRsp { + return { retcode: 0, plotId: 0 }; +} + +export const FinishPlotScRsp = { + encode( + message: FinishPlotScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.plotId !== 0) { + writer.uint32(16).uint32(message.plotId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): FinishPlotScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishPlotScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.plotId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishPlotScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + plotId: isSet(object.plotId) ? Number(object.plotId) : 0, + }; + }, + + toJSON(message: FinishPlotScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.plotId !== undefined && (obj.plotId = Math.round(message.plotId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishPlotScRsp { + const message = createBaseFinishPlotScRsp(); + message.retcode = object.retcode ?? 0; + message.plotId = object.plotId ?? 0; + return message; + }, +}; + +function createBasePrestigeInfo(): PrestigeInfo { + return { prestigeId: 0, level: 0, exp: 0, takenLevelList: [] }; +} + +export const PrestigeInfo = { + encode( + message: PrestigeInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.prestigeId !== 0) { + writer.uint32(8).uint32(message.prestigeId); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + if (message.exp !== 0) { + writer.uint32(24).uint32(message.exp); + } + writer.uint32(34).fork(); + for (const v of message.takenLevelList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PrestigeInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePrestigeInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.prestigeId = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + case 3: + message.exp = reader.uint32(); + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.takenLevelList.push(reader.uint32()); + } + } else { + message.takenLevelList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PrestigeInfo { + return { + prestigeId: isSet(object.prestigeId) ? Number(object.prestigeId) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + exp: isSet(object.exp) ? Number(object.exp) : 0, + takenLevelList: Array.isArray(object?.takenLevelList) + ? object.takenLevelList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: PrestigeInfo): unknown { + const obj: any = {}; + message.prestigeId !== undefined && + (obj.prestigeId = Math.round(message.prestigeId)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.exp !== undefined && (obj.exp = Math.round(message.exp)); + if (message.takenLevelList) { + obj.takenLevelList = message.takenLevelList.map((e) => Math.round(e)); + } else { + obj.takenLevelList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): PrestigeInfo { + const message = createBasePrestigeInfo(); + message.prestigeId = object.prestigeId ?? 0; + message.level = object.level ?? 0; + message.exp = object.exp ?? 0; + message.takenLevelList = object.takenLevelList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetPrestigeInfoCsReq(): GetPrestigeInfoCsReq { + return { prestigeId: 0 }; +} + +export const GetPrestigeInfoCsReq = { + encode( + message: GetPrestigeInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.prestigeId !== 0) { + writer.uint32(8).uint32(message.prestigeId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetPrestigeInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetPrestigeInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.prestigeId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetPrestigeInfoCsReq { + return { + prestigeId: isSet(object.prestigeId) ? Number(object.prestigeId) : 0, + }; + }, + + toJSON(message: GetPrestigeInfoCsReq): unknown { + const obj: any = {}; + message.prestigeId !== undefined && + (obj.prestigeId = Math.round(message.prestigeId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetPrestigeInfoCsReq { + const message = createBaseGetPrestigeInfoCsReq(); + message.prestigeId = object.prestigeId ?? 0; + return message; + }, +}; + +function createBaseGetPrestigeInfoScRsp(): GetPrestigeInfoScRsp { + return { retcode: 0, prestigeInfo: undefined }; +} + +export const GetPrestigeInfoScRsp = { + encode( + message: GetPrestigeInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.prestigeInfo !== undefined) { + PrestigeInfo.encode( + message.prestigeInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetPrestigeInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetPrestigeInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.prestigeInfo = PrestigeInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetPrestigeInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + prestigeInfo: isSet(object.prestigeInfo) + ? PrestigeInfo.fromJSON(object.prestigeInfo) + : undefined, + }; + }, + + toJSON(message: GetPrestigeInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.prestigeInfo !== undefined && + (obj.prestigeInfo = message.prestigeInfo + ? PrestigeInfo.toJSON(message.prestigeInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetPrestigeInfoScRsp { + const message = createBaseGetPrestigeInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.prestigeInfo = + object.prestigeInfo !== undefined && object.prestigeInfo !== null + ? PrestigeInfo.fromPartial(object.prestigeInfo) + : undefined; + return message; + }, +}; + +function createBasePrestigeInfoChangeNotify(): PrestigeInfoChangeNotify { + return { prestigeInfo: undefined }; +} + +export const PrestigeInfoChangeNotify = { + encode( + message: PrestigeInfoChangeNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.prestigeInfo !== undefined) { + PrestigeInfo.encode( + message.prestigeInfo, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): PrestigeInfoChangeNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePrestigeInfoChangeNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.prestigeInfo = PrestigeInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PrestigeInfoChangeNotify { + return { + prestigeInfo: isSet(object.prestigeInfo) + ? PrestigeInfo.fromJSON(object.prestigeInfo) + : undefined, + }; + }, + + toJSON(message: PrestigeInfoChangeNotify): unknown { + const obj: any = {}; + message.prestigeInfo !== undefined && + (obj.prestigeInfo = message.prestigeInfo + ? PrestigeInfo.toJSON(message.prestigeInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): PrestigeInfoChangeNotify { + const message = createBasePrestigeInfoChangeNotify(); + message.prestigeInfo = + object.prestigeInfo !== undefined && object.prestigeInfo !== null + ? PrestigeInfo.fromPartial(object.prestigeInfo) + : undefined; + return message; + }, +}; + +function createBaseTakePrestigeLevelRewardCsReq(): TakePrestigeLevelRewardCsReq { + return { prestigeId: 0, level: 0 }; +} + +export const TakePrestigeLevelRewardCsReq = { + encode( + message: TakePrestigeLevelRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.prestigeId !== 0) { + writer.uint32(8).uint32(message.prestigeId); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakePrestigeLevelRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakePrestigeLevelRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.prestigeId = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakePrestigeLevelRewardCsReq { + return { + prestigeId: isSet(object.prestigeId) ? Number(object.prestigeId) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + }; + }, + + toJSON(message: TakePrestigeLevelRewardCsReq): unknown { + const obj: any = {}; + message.prestigeId !== undefined && + (obj.prestigeId = Math.round(message.prestigeId)); + message.level !== undefined && (obj.level = Math.round(message.level)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakePrestigeLevelRewardCsReq { + const message = createBaseTakePrestigeLevelRewardCsReq(); + message.prestigeId = object.prestigeId ?? 0; + message.level = object.level ?? 0; + return message; + }, +}; + +function createBaseTakePrestigeLevelRewardScRsp(): TakePrestigeLevelRewardScRsp { + return { retcode: 0, prestigeId: 0, reward: undefined }; +} + +export const TakePrestigeLevelRewardScRsp = { + encode( + message: TakePrestigeLevelRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.prestigeId !== 0) { + writer.uint32(16).uint32(message.prestigeId); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakePrestigeLevelRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakePrestigeLevelRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.prestigeId = reader.uint32(); + break; + case 3: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakePrestigeLevelRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + prestigeId: isSet(object.prestigeId) ? Number(object.prestigeId) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: TakePrestigeLevelRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.prestigeId !== undefined && + (obj.prestigeId = Math.round(message.prestigeId)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakePrestigeLevelRewardScRsp { + const message = createBaseTakePrestigeLevelRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.prestigeId = object.prestigeId ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseGetQuestDataCsReq(): GetQuestDataCsReq { + return {}; +} + +export const GetQuestDataCsReq = { + encode( + _: GetQuestDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetQuestDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetQuestDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetQuestDataCsReq { + return {}; + }, + + toJSON(_: GetQuestDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetQuestDataCsReq { + const message = createBaseGetQuestDataCsReq(); + return message; + }, +}; + +function createBaseQuest(): Quest { + return { id: 0, status: 0, progress: 0, finishTime: 0 }; +} + +export const Quest = { + encode(message: Quest, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.status !== 0) { + writer.uint32(16).int32(message.status); + } + if (message.progress !== 0) { + writer.uint32(24).uint32(message.progress); + } + if (message.finishTime !== 0) { + writer.uint32(32).uint32(message.finishTime); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Quest { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQuest(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.status = reader.int32() as any; + break; + case 3: + message.progress = reader.uint32(); + break; + case 4: + message.finishTime = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Quest { + return { + id: isSet(object.id) ? Number(object.id) : 0, + status: isSet(object.status) ? questStatusFromJSON(object.status) : 0, + progress: isSet(object.progress) ? Number(object.progress) : 0, + finishTime: isSet(object.finishTime) ? Number(object.finishTime) : 0, + }; + }, + + toJSON(message: Quest): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.status !== undefined && + (obj.status = questStatusToJSON(message.status)); + message.progress !== undefined && + (obj.progress = Math.round(message.progress)); + message.finishTime !== undefined && + (obj.finishTime = Math.round(message.finishTime)); + return obj; + }, + + fromPartial, I>>(object: I): Quest { + const message = createBaseQuest(); + message.id = object.id ?? 0; + message.status = object.status ?? 0; + message.progress = object.progress ?? 0; + message.finishTime = object.finishTime ?? 0; + return message; + }, +}; + +function createBaseGetQuestDataScRsp(): GetQuestDataScRsp { + return { + retcode: 0, + questList: [], + totalAchievementExp: 0, + takenAchievementLevelList: [], + }; +} + +export const GetQuestDataScRsp = { + encode( + message: GetQuestDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.questList) { + Quest.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.totalAchievementExp !== 0) { + writer.uint32(24).uint32(message.totalAchievementExp); + } + writer.uint32(34).fork(); + for (const v of message.takenAchievementLevelList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetQuestDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetQuestDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.questList.push(Quest.decode(reader, reader.uint32())); + break; + case 3: + message.totalAchievementExp = reader.uint32(); + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.takenAchievementLevelList.push(reader.uint32()); + } + } else { + message.takenAchievementLevelList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetQuestDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + questList: Array.isArray(object?.questList) + ? object.questList.map((e: any) => Quest.fromJSON(e)) + : [], + totalAchievementExp: isSet(object.totalAchievementExp) + ? Number(object.totalAchievementExp) + : 0, + takenAchievementLevelList: Array.isArray( + object?.takenAchievementLevelList + ) + ? object.takenAchievementLevelList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetQuestDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.questList) { + obj.questList = message.questList.map((e) => + e ? Quest.toJSON(e) : undefined + ); + } else { + obj.questList = []; + } + message.totalAchievementExp !== undefined && + (obj.totalAchievementExp = Math.round(message.totalAchievementExp)); + if (message.takenAchievementLevelList) { + obj.takenAchievementLevelList = message.takenAchievementLevelList.map( + (e) => Math.round(e) + ); + } else { + obj.takenAchievementLevelList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetQuestDataScRsp { + const message = createBaseGetQuestDataScRsp(); + message.retcode = object.retcode ?? 0; + message.questList = + object.questList?.map((e) => Quest.fromPartial(e)) || []; + message.totalAchievementExp = object.totalAchievementExp ?? 0; + message.takenAchievementLevelList = + object.takenAchievementLevelList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseTakeQuestRewardCsReq(): TakeQuestRewardCsReq { + return { questIdList: [] }; +} + +export const TakeQuestRewardCsReq = { + encode( + message: TakeQuestRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.questIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeQuestRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeQuestRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.questIdList.push(reader.uint32()); + } + } else { + message.questIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeQuestRewardCsReq { + return { + questIdList: Array.isArray(object?.questIdList) + ? object.questIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: TakeQuestRewardCsReq): unknown { + const obj: any = {}; + if (message.questIdList) { + obj.questIdList = message.questIdList.map((e) => Math.round(e)); + } else { + obj.questIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeQuestRewardCsReq { + const message = createBaseTakeQuestRewardCsReq(); + message.questIdList = object.questIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseTakeQuestRewardScRsp(): TakeQuestRewardScRsp { + return { retcode: 0, reward: undefined, succQuestIdList: [] }; +} + +export const TakeQuestRewardScRsp = { + encode( + message: TakeQuestRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + writer.uint32(26).fork(); + for (const v of message.succQuestIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeQuestRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeQuestRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.succQuestIdList.push(reader.uint32()); + } + } else { + message.succQuestIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeQuestRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + succQuestIdList: Array.isArray(object?.succQuestIdList) + ? object.succQuestIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: TakeQuestRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + if (message.succQuestIdList) { + obj.succQuestIdList = message.succQuestIdList.map((e) => Math.round(e)); + } else { + obj.succQuestIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeQuestRewardScRsp { + const message = createBaseTakeQuestRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + message.succQuestIdList = object.succQuestIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseTakeAchievementLevelRewardCsReq(): TakeAchievementLevelRewardCsReq { + return { achievementLevelList: [] }; +} + +export const TakeAchievementLevelRewardCsReq = { + encode( + message: TakeAchievementLevelRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.achievementLevelList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeAchievementLevelRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeAchievementLevelRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.achievementLevelList.push(reader.uint32()); + } + } else { + message.achievementLevelList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeAchievementLevelRewardCsReq { + return { + achievementLevelList: Array.isArray(object?.achievementLevelList) + ? object.achievementLevelList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: TakeAchievementLevelRewardCsReq): unknown { + const obj: any = {}; + if (message.achievementLevelList) { + obj.achievementLevelList = message.achievementLevelList.map((e) => + Math.round(e) + ); + } else { + obj.achievementLevelList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeAchievementLevelRewardCsReq { + const message = createBaseTakeAchievementLevelRewardCsReq(); + message.achievementLevelList = + object.achievementLevelList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseTakeAchievementLevelRewardScRsp(): TakeAchievementLevelRewardScRsp { + return { retcode: 0, reward: undefined, succAchievementLevelList: [] }; +} + +export const TakeAchievementLevelRewardScRsp = { + encode( + message: TakeAchievementLevelRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + writer.uint32(26).fork(); + for (const v of message.succAchievementLevelList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeAchievementLevelRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeAchievementLevelRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.succAchievementLevelList.push(reader.uint32()); + } + } else { + message.succAchievementLevelList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeAchievementLevelRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + succAchievementLevelList: Array.isArray(object?.succAchievementLevelList) + ? object.succAchievementLevelList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: TakeAchievementLevelRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + if (message.succAchievementLevelList) { + obj.succAchievementLevelList = message.succAchievementLevelList.map((e) => + Math.round(e) + ); + } else { + obj.succAchievementLevelList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeAchievementLevelRewardScRsp { + const message = createBaseTakeAchievementLevelRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + message.succAchievementLevelList = + object.succAchievementLevelList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseStartRaidCsReq(): StartRaidCsReq { + return { propEntityId: 0, raidId: 0, worldLevel: 0, avatarList: [] }; +} + +export const StartRaidCsReq = { + encode( + message: StartRaidCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.propEntityId !== 0) { + writer.uint32(8).uint32(message.propEntityId); + } + if (message.raidId !== 0) { + writer.uint32(16).uint32(message.raidId); + } + if (message.worldLevel !== 0) { + writer.uint32(24).uint32(message.worldLevel); + } + writer.uint32(34).fork(); + for (const v of message.avatarList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): StartRaidCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartRaidCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.propEntityId = reader.uint32(); + break; + case 2: + message.raidId = reader.uint32(); + break; + case 3: + message.worldLevel = reader.uint32(); + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.avatarList.push(reader.uint32()); + } + } else { + message.avatarList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartRaidCsReq { + return { + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + raidId: isSet(object.raidId) ? Number(object.raidId) : 0, + worldLevel: isSet(object.worldLevel) ? Number(object.worldLevel) : 0, + avatarList: Array.isArray(object?.avatarList) + ? object.avatarList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: StartRaidCsReq): unknown { + const obj: any = {}; + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + message.raidId !== undefined && (obj.raidId = Math.round(message.raidId)); + message.worldLevel !== undefined && + (obj.worldLevel = Math.round(message.worldLevel)); + if (message.avatarList) { + obj.avatarList = message.avatarList.map((e) => Math.round(e)); + } else { + obj.avatarList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): StartRaidCsReq { + const message = createBaseStartRaidCsReq(); + message.propEntityId = object.propEntityId ?? 0; + message.raidId = object.raidId ?? 0; + message.worldLevel = object.worldLevel ?? 0; + message.avatarList = object.avatarList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseStartRaidScRsp(): StartRaidScRsp { + return { retcode: 0 }; +} + +export const StartRaidScRsp = { + encode( + message: StartRaidScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): StartRaidScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartRaidScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartRaidScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: StartRaidScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): StartRaidScRsp { + const message = createBaseStartRaidScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseLeaveRaidCsReq(): LeaveRaidCsReq { + return { raidId: 0 }; +} + +export const LeaveRaidCsReq = { + encode( + message: LeaveRaidCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.raidId !== 0) { + writer.uint32(8).uint32(message.raidId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LeaveRaidCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLeaveRaidCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.raidId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LeaveRaidCsReq { + return { + raidId: isSet(object.raidId) ? Number(object.raidId) : 0, + }; + }, + + toJSON(message: LeaveRaidCsReq): unknown { + const obj: any = {}; + message.raidId !== undefined && (obj.raidId = Math.round(message.raidId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): LeaveRaidCsReq { + const message = createBaseLeaveRaidCsReq(); + message.raidId = object.raidId ?? 0; + return message; + }, +}; + +function createBaseLeaveRaidScRsp(): LeaveRaidScRsp { + return { retcode: 0 }; +} + +export const LeaveRaidScRsp = { + encode( + message: LeaveRaidScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LeaveRaidScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLeaveRaidScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LeaveRaidScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: LeaveRaidScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): LeaveRaidScRsp { + const message = createBaseLeaveRaidScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseRaidInfoNotify(): RaidInfoNotify { + return { raidId: 0, worldLevel: 0, status: 0, itemList: undefined }; +} + +export const RaidInfoNotify = { + encode( + message: RaidInfoNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.raidId !== 0) { + writer.uint32(8).uint32(message.raidId); + } + if (message.worldLevel !== 0) { + writer.uint32(16).uint32(message.worldLevel); + } + if (message.status !== 0) { + writer.uint32(24).int32(message.status); + } + if (message.itemList !== undefined) { + ItemList.encode(message.itemList, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RaidInfoNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRaidInfoNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.raidId = reader.uint32(); + break; + case 2: + message.worldLevel = reader.uint32(); + break; + case 3: + message.status = reader.int32() as any; + break; + case 4: + message.itemList = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RaidInfoNotify { + return { + raidId: isSet(object.raidId) ? Number(object.raidId) : 0, + worldLevel: isSet(object.worldLevel) ? Number(object.worldLevel) : 0, + status: isSet(object.status) ? raidStatusFromJSON(object.status) : 0, + itemList: isSet(object.itemList) + ? ItemList.fromJSON(object.itemList) + : undefined, + }; + }, + + toJSON(message: RaidInfoNotify): unknown { + const obj: any = {}; + message.raidId !== undefined && (obj.raidId = Math.round(message.raidId)); + message.worldLevel !== undefined && + (obj.worldLevel = Math.round(message.worldLevel)); + message.status !== undefined && + (obj.status = raidStatusToJSON(message.status)); + message.itemList !== undefined && + (obj.itemList = message.itemList + ? ItemList.toJSON(message.itemList) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): RaidInfoNotify { + const message = createBaseRaidInfoNotify(); + message.raidId = object.raidId ?? 0; + message.worldLevel = object.worldLevel ?? 0; + message.status = object.status ?? 0; + message.itemList = + object.itemList !== undefined && object.itemList !== null + ? ItemList.fromPartial(object.itemList) + : undefined; + return message; + }, +}; + +function createBaseChallengeRaid(): ChallengeRaid { + return { raidId: 0, maxScore: 0 }; +} + +export const ChallengeRaid = { + encode( + message: ChallengeRaid, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.raidId !== 0) { + writer.uint32(8).uint32(message.raidId); + } + if (message.maxScore !== 0) { + writer.uint32(16).uint32(message.maxScore); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ChallengeRaid { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChallengeRaid(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.raidId = reader.uint32(); + break; + case 2: + message.maxScore = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChallengeRaid { + return { + raidId: isSet(object.raidId) ? Number(object.raidId) : 0, + maxScore: isSet(object.maxScore) ? Number(object.maxScore) : 0, + }; + }, + + toJSON(message: ChallengeRaid): unknown { + const obj: any = {}; + message.raidId !== undefined && (obj.raidId = Math.round(message.raidId)); + message.maxScore !== undefined && + (obj.maxScore = Math.round(message.maxScore)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChallengeRaid { + const message = createBaseChallengeRaid(); + message.raidId = object.raidId ?? 0; + message.maxScore = object.maxScore ?? 0; + return message; + }, +}; + +function createBaseGetChallengeRaidInfoCsReq(): GetChallengeRaidInfoCsReq { + return {}; +} + +export const GetChallengeRaidInfoCsReq = { + encode( + _: GetChallengeRaidInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetChallengeRaidInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetChallengeRaidInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetChallengeRaidInfoCsReq { + return {}; + }, + + toJSON(_: GetChallengeRaidInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetChallengeRaidInfoCsReq { + const message = createBaseGetChallengeRaidInfoCsReq(); + return message; + }, +}; + +function createBaseGetChallengeRaidInfoScRsp(): GetChallengeRaidInfoScRsp { + return { retcode: 0, challengeRaidList: [], takenRewardIdList: [] }; +} + +export const GetChallengeRaidInfoScRsp = { + encode( + message: GetChallengeRaidInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.challengeRaidList) { + ChallengeRaid.encode(v!, writer.uint32(18).fork()).ldelim(); + } + writer.uint32(26).fork(); + for (const v of message.takenRewardIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetChallengeRaidInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetChallengeRaidInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.challengeRaidList.push( + ChallengeRaid.decode(reader, reader.uint32()) + ); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.takenRewardIdList.push(reader.uint32()); + } + } else { + message.takenRewardIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetChallengeRaidInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + challengeRaidList: Array.isArray(object?.challengeRaidList) + ? object.challengeRaidList.map((e: any) => ChallengeRaid.fromJSON(e)) + : [], + takenRewardIdList: Array.isArray(object?.takenRewardIdList) + ? object.takenRewardIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetChallengeRaidInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.challengeRaidList) { + obj.challengeRaidList = message.challengeRaidList.map((e) => + e ? ChallengeRaid.toJSON(e) : undefined + ); + } else { + obj.challengeRaidList = []; + } + if (message.takenRewardIdList) { + obj.takenRewardIdList = message.takenRewardIdList.map((e) => + Math.round(e) + ); + } else { + obj.takenRewardIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetChallengeRaidInfoScRsp { + const message = createBaseGetChallengeRaidInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.challengeRaidList = + object.challengeRaidList?.map((e) => ChallengeRaid.fromPartial(e)) || []; + message.takenRewardIdList = object.takenRewardIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseTakeChallengeRaidRewardCsReq(): TakeChallengeRaidRewardCsReq { + return { rewardId: 0 }; +} + +export const TakeChallengeRaidRewardCsReq = { + encode( + message: TakeChallengeRaidRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rewardId !== 0) { + writer.uint32(8).uint32(message.rewardId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeChallengeRaidRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeChallengeRaidRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rewardId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeChallengeRaidRewardCsReq { + return { + rewardId: isSet(object.rewardId) ? Number(object.rewardId) : 0, + }; + }, + + toJSON(message: TakeChallengeRaidRewardCsReq): unknown { + const obj: any = {}; + message.rewardId !== undefined && + (obj.rewardId = Math.round(message.rewardId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeChallengeRaidRewardCsReq { + const message = createBaseTakeChallengeRaidRewardCsReq(); + message.rewardId = object.rewardId ?? 0; + return message; + }, +}; + +function createBaseTakeChallengeRaidRewardScRsp(): TakeChallengeRaidRewardScRsp { + return { retcode: 0, rewardId: 0, reward: undefined }; +} + +export const TakeChallengeRaidRewardScRsp = { + encode( + message: TakeChallengeRaidRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.rewardId !== 0) { + writer.uint32(16).uint32(message.rewardId); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeChallengeRaidRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeChallengeRaidRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.rewardId = reader.uint32(); + break; + case 3: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeChallengeRaidRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + rewardId: isSet(object.rewardId) ? Number(object.rewardId) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: TakeChallengeRaidRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.rewardId !== undefined && + (obj.rewardId = Math.round(message.rewardId)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeChallengeRaidRewardScRsp { + const message = createBaseTakeChallengeRaidRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.rewardId = object.rewardId ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseChallengeRaidNotify(): ChallengeRaidNotify { + return { challengeRaid: undefined }; +} + +export const ChallengeRaidNotify = { + encode( + message: ChallengeRaidNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.challengeRaid !== undefined) { + ChallengeRaid.encode( + message.challengeRaid, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ChallengeRaidNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChallengeRaidNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.challengeRaid = ChallengeRaid.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChallengeRaidNotify { + return { + challengeRaid: isSet(object.challengeRaid) + ? ChallengeRaid.fromJSON(object.challengeRaid) + : undefined, + }; + }, + + toJSON(message: ChallengeRaidNotify): unknown { + const obj: any = {}; + message.challengeRaid !== undefined && + (obj.challengeRaid = message.challengeRaid + ? ChallengeRaid.toJSON(message.challengeRaid) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChallengeRaidNotify { + const message = createBaseChallengeRaidNotify(); + message.challengeRaid = + object.challengeRaid !== undefined && object.challengeRaid !== null + ? ChallengeRaid.fromPartial(object.challengeRaid) + : undefined; + return message; + }, +}; + +function createBaseRogueBuff(): RogueBuff { + return { buffId: 0, level: 0 }; +} + +export const RogueBuff = { + encode( + message: RogueBuff, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.buffId !== 0) { + writer.uint32(8).uint32(message.buffId); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueBuff { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueBuff(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.buffId = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueBuff { + return { + buffId: isSet(object.buffId) ? Number(object.buffId) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + }; + }, + + toJSON(message: RogueBuff): unknown { + const obj: any = {}; + message.buffId !== undefined && (obj.buffId = Math.round(message.buffId)); + message.level !== undefined && (obj.level = Math.round(message.level)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueBuff { + const message = createBaseRogueBuff(); + message.buffId = object.buffId ?? 0; + message.level = object.level ?? 0; + return message; + }, +}; + +function createBaseRogueBuffList(): RogueBuffList { + return { buffList: [] }; +} + +export const RogueBuffList = { + encode( + message: RogueBuffList, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.buffList) { + RogueBuff.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueBuffList { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueBuffList(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.buffList.push(RogueBuff.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueBuffList { + return { + buffList: Array.isArray(object?.buffList) + ? object.buffList.map((e: any) => RogueBuff.fromJSON(e)) + : [], + }; + }, + + toJSON(message: RogueBuffList): unknown { + const obj: any = {}; + if (message.buffList) { + obj.buffList = message.buffList.map((e) => + e ? RogueBuff.toJSON(e) : undefined + ); + } else { + obj.buffList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueBuffList { + const message = createBaseRogueBuffList(); + message.buffList = + object.buffList?.map((e) => RogueBuff.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseRogueRoom(): RogueRoom { + return { roomId: 0, status: 0, siteId: 0 }; +} + +export const RogueRoom = { + encode( + message: RogueRoom, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.roomId !== 0) { + writer.uint32(8).uint32(message.roomId); + } + if (message.status !== 0) { + writer.uint32(16).int32(message.status); + } + if (message.siteId !== 0) { + writer.uint32(24).uint32(message.siteId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueRoom { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueRoom(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.roomId = reader.uint32(); + break; + case 2: + message.status = reader.int32() as any; + break; + case 3: + message.siteId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueRoom { + return { + roomId: isSet(object.roomId) ? Number(object.roomId) : 0, + status: isSet(object.status) ? rogueRoomStatusFromJSON(object.status) : 0, + siteId: isSet(object.siteId) ? Number(object.siteId) : 0, + }; + }, + + toJSON(message: RogueRoom): unknown { + const obj: any = {}; + message.roomId !== undefined && (obj.roomId = Math.round(message.roomId)); + message.status !== undefined && + (obj.status = rogueRoomStatusToJSON(message.status)); + message.siteId !== undefined && (obj.siteId = Math.round(message.siteId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueRoom { + const message = createBaseRogueRoom(); + message.roomId = object.roomId ?? 0; + message.status = object.status ?? 0; + message.siteId = object.siteId ?? 0; + return message; + }, +}; + +function createBaseRogueLevel(): RogueLevel { + return { levelId: 0, mapId: 0, roomList: [], curRoomId: 0 }; +} + +export const RogueLevel = { + encode( + message: RogueLevel, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.levelId !== 0) { + writer.uint32(8).uint32(message.levelId); + } + if (message.mapId !== 0) { + writer.uint32(16).uint32(message.mapId); + } + for (const v of message.roomList) { + RogueRoom.encode(v!, writer.uint32(26).fork()).ldelim(); + } + if (message.curRoomId !== 0) { + writer.uint32(32).uint32(message.curRoomId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueLevel { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueLevel(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.levelId = reader.uint32(); + break; + case 2: + message.mapId = reader.uint32(); + break; + case 3: + message.roomList.push(RogueRoom.decode(reader, reader.uint32())); + break; + case 4: + message.curRoomId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueLevel { + return { + levelId: isSet(object.levelId) ? Number(object.levelId) : 0, + mapId: isSet(object.mapId) ? Number(object.mapId) : 0, + roomList: Array.isArray(object?.roomList) + ? object.roomList.map((e: any) => RogueRoom.fromJSON(e)) + : [], + curRoomId: isSet(object.curRoomId) ? Number(object.curRoomId) : 0, + }; + }, + + toJSON(message: RogueLevel): unknown { + const obj: any = {}; + message.levelId !== undefined && + (obj.levelId = Math.round(message.levelId)); + message.mapId !== undefined && (obj.mapId = Math.round(message.mapId)); + if (message.roomList) { + obj.roomList = message.roomList.map((e) => + e ? RogueRoom.toJSON(e) : undefined + ); + } else { + obj.roomList = []; + } + message.curRoomId !== undefined && + (obj.curRoomId = Math.round(message.curRoomId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueLevel { + const message = createBaseRogueLevel(); + message.levelId = object.levelId ?? 0; + message.mapId = object.mapId ?? 0; + message.roomList = + object.roomList?.map((e) => RogueRoom.fromPartial(e)) || []; + message.curRoomId = object.curRoomId ?? 0; + return message; + }, +}; + +function createBaseRogueBless(): RogueBless { + return { blessId: 0, level: 0 }; +} + +export const RogueBless = { + encode( + message: RogueBless, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.blessId !== 0) { + writer.uint32(8).uint32(message.blessId); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueBless { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueBless(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.blessId = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueBless { + return { + blessId: isSet(object.blessId) ? Number(object.blessId) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + }; + }, + + toJSON(message: RogueBless): unknown { + const obj: any = {}; + message.blessId !== undefined && + (obj.blessId = Math.round(message.blessId)); + message.level !== undefined && (obj.level = Math.round(message.level)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueBless { + const message = createBaseRogueBless(); + message.blessId = object.blessId ?? 0; + message.level = object.level ?? 0; + return message; + }, +}; + +function createBaseRogueBlessInfo(): RogueBlessInfo { + return { + blessList: [], + activeBlessId: 0, + bless: undefined, + monsterKillCount: 0, + }; +} + +export const RogueBlessInfo = { + encode( + message: RogueBlessInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.blessList) { + RogueBless.encode(v!, writer.uint32(10).fork()).ldelim(); + } + if (message.activeBlessId !== 0) { + writer.uint32(16).uint32(message.activeBlessId); + } + if (message.bless !== undefined) { + RogueBless.encode(message.bless, writer.uint32(26).fork()).ldelim(); + } + if (message.monsterKillCount !== 0) { + writer.uint32(32).uint32(message.monsterKillCount); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueBlessInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueBlessInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.blessList.push(RogueBless.decode(reader, reader.uint32())); + break; + case 2: + message.activeBlessId = reader.uint32(); + break; + case 3: + message.bless = RogueBless.decode(reader, reader.uint32()); + break; + case 4: + message.monsterKillCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueBlessInfo { + return { + blessList: Array.isArray(object?.blessList) + ? object.blessList.map((e: any) => RogueBless.fromJSON(e)) + : [], + activeBlessId: isSet(object.activeBlessId) + ? Number(object.activeBlessId) + : 0, + bless: isSet(object.bless) + ? RogueBless.fromJSON(object.bless) + : undefined, + monsterKillCount: isSet(object.monsterKillCount) + ? Number(object.monsterKillCount) + : 0, + }; + }, + + toJSON(message: RogueBlessInfo): unknown { + const obj: any = {}; + if (message.blessList) { + obj.blessList = message.blessList.map((e) => + e ? RogueBless.toJSON(e) : undefined + ); + } else { + obj.blessList = []; + } + message.activeBlessId !== undefined && + (obj.activeBlessId = Math.round(message.activeBlessId)); + message.bless !== undefined && + (obj.bless = message.bless + ? RogueBless.toJSON(message.bless) + : undefined); + message.monsterKillCount !== undefined && + (obj.monsterKillCount = Math.round(message.monsterKillCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueBlessInfo { + const message = createBaseRogueBlessInfo(); + message.blessList = + object.blessList?.map((e) => RogueBless.fromPartial(e)) || []; + message.activeBlessId = object.activeBlessId ?? 0; + message.bless = + object.bless !== undefined && object.bless !== null + ? RogueBless.fromPartial(object.bless) + : undefined; + message.monsterKillCount = object.monsterKillCount ?? 0; + return message; + }, +}; + +function createBaseRogueBuffSelectInfo(): RogueBuffSelectInfo { + return { + rollBuffCount: 0, + rogueCoin: 0, + leftSelectCount: 0, + mazeBuffList: [], + rollBuffMaxCount: 0, + rollBuffCostData: undefined, + }; +} + +export const RogueBuffSelectInfo = { + encode( + message: RogueBuffSelectInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rollBuffCount !== 0) { + writer.uint32(8).uint32(message.rollBuffCount); + } + if (message.rogueCoin !== 0) { + writer.uint32(16).uint32(message.rogueCoin); + } + if (message.leftSelectCount !== 0) { + writer.uint32(24).uint32(message.leftSelectCount); + } + for (const v of message.mazeBuffList) { + RogueBuff.encode(v!, writer.uint32(34).fork()).ldelim(); + } + if (message.rollBuffMaxCount !== 0) { + writer.uint32(40).uint32(message.rollBuffMaxCount); + } + if (message.rollBuffCostData !== undefined) { + ItemCostData.encode( + message.rollBuffCostData, + writer.uint32(50).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueBuffSelectInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueBuffSelectInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rollBuffCount = reader.uint32(); + break; + case 2: + message.rogueCoin = reader.uint32(); + break; + case 3: + message.leftSelectCount = reader.uint32(); + break; + case 4: + message.mazeBuffList.push(RogueBuff.decode(reader, reader.uint32())); + break; + case 5: + message.rollBuffMaxCount = reader.uint32(); + break; + case 6: + message.rollBuffCostData = ItemCostData.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueBuffSelectInfo { + return { + rollBuffCount: isSet(object.rollBuffCount) + ? Number(object.rollBuffCount) + : 0, + rogueCoin: isSet(object.rogueCoin) ? Number(object.rogueCoin) : 0, + leftSelectCount: isSet(object.leftSelectCount) + ? Number(object.leftSelectCount) + : 0, + mazeBuffList: Array.isArray(object?.mazeBuffList) + ? object.mazeBuffList.map((e: any) => RogueBuff.fromJSON(e)) + : [], + rollBuffMaxCount: isSet(object.rollBuffMaxCount) + ? Number(object.rollBuffMaxCount) + : 0, + rollBuffCostData: isSet(object.rollBuffCostData) + ? ItemCostData.fromJSON(object.rollBuffCostData) + : undefined, + }; + }, + + toJSON(message: RogueBuffSelectInfo): unknown { + const obj: any = {}; + message.rollBuffCount !== undefined && + (obj.rollBuffCount = Math.round(message.rollBuffCount)); + message.rogueCoin !== undefined && + (obj.rogueCoin = Math.round(message.rogueCoin)); + message.leftSelectCount !== undefined && + (obj.leftSelectCount = Math.round(message.leftSelectCount)); + if (message.mazeBuffList) { + obj.mazeBuffList = message.mazeBuffList.map((e) => + e ? RogueBuff.toJSON(e) : undefined + ); + } else { + obj.mazeBuffList = []; + } + message.rollBuffMaxCount !== undefined && + (obj.rollBuffMaxCount = Math.round(message.rollBuffMaxCount)); + message.rollBuffCostData !== undefined && + (obj.rollBuffCostData = message.rollBuffCostData + ? ItemCostData.toJSON(message.rollBuffCostData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueBuffSelectInfo { + const message = createBaseRogueBuffSelectInfo(); + message.rollBuffCount = object.rollBuffCount ?? 0; + message.rogueCoin = object.rogueCoin ?? 0; + message.leftSelectCount = object.leftSelectCount ?? 0; + message.mazeBuffList = + object.mazeBuffList?.map((e) => RogueBuff.fromPartial(e)) || []; + message.rollBuffMaxCount = object.rollBuffMaxCount ?? 0; + message.rollBuffCostData = + object.rollBuffCostData !== undefined && object.rollBuffCostData !== null + ? ItemCostData.fromPartial(object.rollBuffCostData) + : undefined; + return message; + }, +}; + +function createBaseRogueShopBuff(): RogueShopBuff { + return { buffInfo: undefined, totalCount: 0, leftCount: 0 }; +} + +export const RogueShopBuff = { + encode( + message: RogueShopBuff, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.buffInfo !== undefined) { + RogueBuff.encode(message.buffInfo, writer.uint32(10).fork()).ldelim(); + } + if (message.totalCount !== 0) { + writer.uint32(16).uint32(message.totalCount); + } + if (message.leftCount !== 0) { + writer.uint32(24).uint32(message.leftCount); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueShopBuff { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueShopBuff(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.buffInfo = RogueBuff.decode(reader, reader.uint32()); + break; + case 2: + message.totalCount = reader.uint32(); + break; + case 3: + message.leftCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueShopBuff { + return { + buffInfo: isSet(object.buffInfo) + ? RogueBuff.fromJSON(object.buffInfo) + : undefined, + totalCount: isSet(object.totalCount) ? Number(object.totalCount) : 0, + leftCount: isSet(object.leftCount) ? Number(object.leftCount) : 0, + }; + }, + + toJSON(message: RogueShopBuff): unknown { + const obj: any = {}; + message.buffInfo !== undefined && + (obj.buffInfo = message.buffInfo + ? RogueBuff.toJSON(message.buffInfo) + : undefined); + message.totalCount !== undefined && + (obj.totalCount = Math.round(message.totalCount)); + message.leftCount !== undefined && + (obj.leftCount = Math.round(message.leftCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueShopBuff { + const message = createBaseRogueShopBuff(); + message.buffInfo = + object.buffInfo !== undefined && object.buffInfo !== null + ? RogueBuff.fromPartial(object.buffInfo) + : undefined; + message.totalCount = object.totalCount ?? 0; + message.leftCount = object.leftCount ?? 0; + return message; + }, +}; + +function createBaseRogueShopItem(): RogueShopItem { + return { itemId: 0, totalCount: 0, leftCount: 0, costData: undefined }; +} + +export const RogueShopItem = { + encode( + message: RogueShopItem, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemId !== 0) { + writer.uint32(8).uint32(message.itemId); + } + if (message.totalCount !== 0) { + writer.uint32(16).uint32(message.totalCount); + } + if (message.leftCount !== 0) { + writer.uint32(24).uint32(message.leftCount); + } + if (message.costData !== undefined) { + ItemCostData.encode(message.costData, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueShopItem { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueShopItem(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemId = reader.uint32(); + break; + case 2: + message.totalCount = reader.uint32(); + break; + case 3: + message.leftCount = reader.uint32(); + break; + case 4: + message.costData = ItemCostData.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueShopItem { + return { + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + totalCount: isSet(object.totalCount) ? Number(object.totalCount) : 0, + leftCount: isSet(object.leftCount) ? Number(object.leftCount) : 0, + costData: isSet(object.costData) + ? ItemCostData.fromJSON(object.costData) + : undefined, + }; + }, + + toJSON(message: RogueShopItem): unknown { + const obj: any = {}; + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + message.totalCount !== undefined && + (obj.totalCount = Math.round(message.totalCount)); + message.leftCount !== undefined && + (obj.leftCount = Math.round(message.leftCount)); + message.costData !== undefined && + (obj.costData = message.costData + ? ItemCostData.toJSON(message.costData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueShopItem { + const message = createBaseRogueShopItem(); + message.itemId = object.itemId ?? 0; + message.totalCount = object.totalCount ?? 0; + message.leftCount = object.leftCount ?? 0; + message.costData = + object.costData !== undefined && object.costData !== null + ? ItemCostData.fromPartial(object.costData) + : undefined; + return message; + }, +}; + +function createBaseRogueShopInfo(): RogueShopInfo { + return { rogueShopId: 0, shopBuffList: [], shopItemList: [] }; +} + +export const RogueShopInfo = { + encode( + message: RogueShopInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rogueShopId !== 0) { + writer.uint32(8).uint32(message.rogueShopId); + } + for (const v of message.shopBuffList) { + RogueShopBuff.encode(v!, writer.uint32(18).fork()).ldelim(); + } + for (const v of message.shopItemList) { + RogueShopItem.encode(v!, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueShopInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueShopInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rogueShopId = reader.uint32(); + break; + case 2: + message.shopBuffList.push( + RogueShopBuff.decode(reader, reader.uint32()) + ); + break; + case 3: + message.shopItemList.push( + RogueShopItem.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueShopInfo { + return { + rogueShopId: isSet(object.rogueShopId) ? Number(object.rogueShopId) : 0, + shopBuffList: Array.isArray(object?.shopBuffList) + ? object.shopBuffList.map((e: any) => RogueShopBuff.fromJSON(e)) + : [], + shopItemList: Array.isArray(object?.shopItemList) + ? object.shopItemList.map((e: any) => RogueShopItem.fromJSON(e)) + : [], + }; + }, + + toJSON(message: RogueShopInfo): unknown { + const obj: any = {}; + message.rogueShopId !== undefined && + (obj.rogueShopId = Math.round(message.rogueShopId)); + if (message.shopBuffList) { + obj.shopBuffList = message.shopBuffList.map((e) => + e ? RogueShopBuff.toJSON(e) : undefined + ); + } else { + obj.shopBuffList = []; + } + if (message.shopItemList) { + obj.shopItemList = message.shopItemList.map((e) => + e ? RogueShopItem.toJSON(e) : undefined + ); + } else { + obj.shopItemList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueShopInfo { + const message = createBaseRogueShopInfo(); + message.rogueShopId = object.rogueShopId ?? 0; + message.shopBuffList = + object.shopBuffList?.map((e) => RogueShopBuff.fromPartial(e)) || []; + message.shopItemList = + object.shopItemList?.map((e) => RogueShopItem.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseRogueAppraisalRecord(): RogueAppraisalRecord { + return { groupId: 0, configId: 0, appraisalCount: 0 }; +} + +export const RogueAppraisalRecord = { + encode( + message: RogueAppraisalRecord, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.groupId !== 0) { + writer.uint32(8).uint32(message.groupId); + } + if (message.configId !== 0) { + writer.uint32(16).uint32(message.configId); + } + if (message.appraisalCount !== 0) { + writer.uint32(24).uint32(message.appraisalCount); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RogueAppraisalRecord { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueAppraisalRecord(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.groupId = reader.uint32(); + break; + case 2: + message.configId = reader.uint32(); + break; + case 3: + message.appraisalCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueAppraisalRecord { + return { + groupId: isSet(object.groupId) ? Number(object.groupId) : 0, + configId: isSet(object.configId) ? Number(object.configId) : 0, + appraisalCount: isSet(object.appraisalCount) + ? Number(object.appraisalCount) + : 0, + }; + }, + + toJSON(message: RogueAppraisalRecord): unknown { + const obj: any = {}; + message.groupId !== undefined && + (obj.groupId = Math.round(message.groupId)); + message.configId !== undefined && + (obj.configId = Math.round(message.configId)); + message.appraisalCount !== undefined && + (obj.appraisalCount = Math.round(message.appraisalCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueAppraisalRecord { + const message = createBaseRogueAppraisalRecord(); + message.groupId = object.groupId ?? 0; + message.configId = object.configId ?? 0; + message.appraisalCount = object.appraisalCount ?? 0; + return message; + }, +}; + +function createBaseRogueAppraisalInfo(): RogueAppraisalInfo { + return { appraisalList: [] }; +} + +export const RogueAppraisalInfo = { + encode( + message: RogueAppraisalInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.appraisalList) { + RogueAppraisalRecord.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueAppraisalInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueAppraisalInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.appraisalList.push( + RogueAppraisalRecord.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueAppraisalInfo { + return { + appraisalList: Array.isArray(object?.appraisalList) + ? object.appraisalList.map((e: any) => RogueAppraisalRecord.fromJSON(e)) + : [], + }; + }, + + toJSON(message: RogueAppraisalInfo): unknown { + const obj: any = {}; + if (message.appraisalList) { + obj.appraisalList = message.appraisalList.map((e) => + e ? RogueAppraisalRecord.toJSON(e) : undefined + ); + } else { + obj.appraisalList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueAppraisalInfo { + const message = createBaseRogueAppraisalInfo(); + message.appraisalList = + object.appraisalList?.map((e) => RogueAppraisalRecord.fromPartial(e)) || + []; + return message; + }, +}; + +function createBaseRogueAppraisalItem(): RogueAppraisalItem { + return { itemId: 0, succRatio: 0, perfectRatio: 0 }; +} + +export const RogueAppraisalItem = { + encode( + message: RogueAppraisalItem, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemId !== 0) { + writer.uint32(8).uint32(message.itemId); + } + if (message.succRatio !== 0) { + writer.uint32(21).float(message.succRatio); + } + if (message.perfectRatio !== 0) { + writer.uint32(29).float(message.perfectRatio); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueAppraisalItem { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueAppraisalItem(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemId = reader.uint32(); + break; + case 2: + message.succRatio = reader.float(); + break; + case 3: + message.perfectRatio = reader.float(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueAppraisalItem { + return { + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + succRatio: isSet(object.succRatio) ? Number(object.succRatio) : 0, + perfectRatio: isSet(object.perfectRatio) + ? Number(object.perfectRatio) + : 0, + }; + }, + + toJSON(message: RogueAppraisalItem): unknown { + const obj: any = {}; + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + message.succRatio !== undefined && (obj.succRatio = message.succRatio); + message.perfectRatio !== undefined && + (obj.perfectRatio = message.perfectRatio); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueAppraisalItem { + const message = createBaseRogueAppraisalItem(); + message.itemId = object.itemId ?? 0; + message.succRatio = object.succRatio ?? 0; + message.perfectRatio = object.perfectRatio ?? 0; + return message; + }, +}; + +function createBaseRogueAppraisalItemInfo(): RogueAppraisalItemInfo { + return { itemList: [] }; +} + +export const RogueAppraisalItemInfo = { + encode( + message: RogueAppraisalItemInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.itemList) { + RogueAppraisalItem.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RogueAppraisalItemInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueAppraisalItemInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemList.push( + RogueAppraisalItem.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueAppraisalItemInfo { + return { + itemList: Array.isArray(object?.itemList) + ? object.itemList.map((e: any) => RogueAppraisalItem.fromJSON(e)) + : [], + }; + }, + + toJSON(message: RogueAppraisalItemInfo): unknown { + const obj: any = {}; + if (message.itemList) { + obj.itemList = message.itemList.map((e) => + e ? RogueAppraisalItem.toJSON(e) : undefined + ); + } else { + obj.itemList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueAppraisalItemInfo { + const message = createBaseRogueAppraisalItemInfo(); + message.itemList = + object.itemList?.map((e) => RogueAppraisalItem.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseRogueQuest(): RogueQuest { + return { + rogueQuestId: 0, + worldLevel: 0, + progress: 0, + status: 0, + beginTime: 0, + endTime: 0, + type: 0, + }; +} + +export const RogueQuest = { + encode( + message: RogueQuest, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rogueQuestId !== 0) { + writer.uint32(8).uint32(message.rogueQuestId); + } + if (message.worldLevel !== 0) { + writer.uint32(16).int32(message.worldLevel); + } + if (message.progress !== 0) { + writer.uint32(24).uint32(message.progress); + } + if (message.status !== 0) { + writer.uint32(32).int32(message.status); + } + if (message.beginTime !== 0) { + writer.uint32(40).uint32(message.beginTime); + } + if (message.endTime !== 0) { + writer.uint32(48).uint32(message.endTime); + } + if (message.type !== 0) { + writer.uint32(56).int32(message.type); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueQuest { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueQuest(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rogueQuestId = reader.uint32(); + break; + case 2: + message.worldLevel = reader.int32(); + break; + case 3: + message.progress = reader.uint32(); + break; + case 4: + message.status = reader.int32() as any; + break; + case 5: + message.beginTime = reader.uint32(); + break; + case 6: + message.endTime = reader.uint32(); + break; + case 7: + message.type = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueQuest { + return { + rogueQuestId: isSet(object.rogueQuestId) + ? Number(object.rogueQuestId) + : 0, + worldLevel: isSet(object.worldLevel) ? Number(object.worldLevel) : 0, + progress: isSet(object.progress) ? Number(object.progress) : 0, + status: isSet(object.status) + ? rogueQuestStatusFromJSON(object.status) + : 0, + beginTime: isSet(object.beginTime) ? Number(object.beginTime) : 0, + endTime: isSet(object.endTime) ? Number(object.endTime) : 0, + type: isSet(object.type) ? rogueQuestTypeFromJSON(object.type) : 0, + }; + }, + + toJSON(message: RogueQuest): unknown { + const obj: any = {}; + message.rogueQuestId !== undefined && + (obj.rogueQuestId = Math.round(message.rogueQuestId)); + message.worldLevel !== undefined && + (obj.worldLevel = Math.round(message.worldLevel)); + message.progress !== undefined && + (obj.progress = Math.round(message.progress)); + message.status !== undefined && + (obj.status = rogueQuestStatusToJSON(message.status)); + message.beginTime !== undefined && + (obj.beginTime = Math.round(message.beginTime)); + message.endTime !== undefined && + (obj.endTime = Math.round(message.endTime)); + message.type !== undefined && + (obj.type = rogueQuestTypeToJSON(message.type)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueQuest { + const message = createBaseRogueQuest(); + message.rogueQuestId = object.rogueQuestId ?? 0; + message.worldLevel = object.worldLevel ?? 0; + message.progress = object.progress ?? 0; + message.status = object.status ?? 0; + message.beginTime = object.beginTime ?? 0; + message.endTime = object.endTime ?? 0; + message.type = object.type ?? 0; + return message; + }, +}; + +function createBaseRogueInfo(): RogueInfo { + return { + status: 0, + levelInfo: undefined, + roomList: [], + rogueCoin: 0, + baseAvatarIdList: [], + rogueStamina: 0, + reviveCount: 0, + recoverStaminaCount: 0, + isRecordSaved: false, + exploreRewardList: [], + seasonId: 0, + beginTime: 0, + endTime: 0, + isWin: false, + mazeBuffList: [], + extraBuffList: [], + rogueExploreExp: 0, + rogueExploreLv: 0, + buffSelectInfo: undefined, + isPickAvatar: false, + blessInfo: undefined, + buffScore: 0, + appraisalInfo: undefined, + worldLevel: 0, + rogueGachaItemNumOnEnter: 0, + rogueQuestList: [], + }; +} + +export const RogueInfo = { + encode( + message: RogueInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.status !== 0) { + writer.uint32(8).int32(message.status); + } + if (message.levelInfo !== undefined) { + RogueLevel.encode(message.levelInfo, writer.uint32(18).fork()).ldelim(); + } + for (const v of message.roomList) { + RogueRoom.encode(v!, writer.uint32(26).fork()).ldelim(); + } + if (message.rogueCoin !== 0) { + writer.uint32(32).uint32(message.rogueCoin); + } + writer.uint32(42).fork(); + for (const v of message.baseAvatarIdList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.rogueStamina !== 0) { + writer.uint32(48).uint32(message.rogueStamina); + } + if (message.reviveCount !== 0) { + writer.uint32(56).uint32(message.reviveCount); + } + if (message.recoverStaminaCount !== 0) { + writer.uint32(64).uint32(message.recoverStaminaCount); + } + if (message.isRecordSaved === true) { + writer.uint32(72).bool(message.isRecordSaved); + } + writer.uint32(82).fork(); + for (const v of message.exploreRewardList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.seasonId !== 0) { + writer.uint32(88).uint32(message.seasonId); + } + if (message.beginTime !== 0) { + writer.uint32(96).uint32(message.beginTime); + } + if (message.endTime !== 0) { + writer.uint32(104).uint32(message.endTime); + } + if (message.isWin === true) { + writer.uint32(112).bool(message.isWin); + } + for (const v of message.mazeBuffList) { + RogueBuff.encode(v!, writer.uint32(122).fork()).ldelim(); + } + for (const v of message.extraBuffList) { + RogueBuff.encode(v!, writer.uint32(130).fork()).ldelim(); + } + if (message.rogueExploreExp !== 0) { + writer.uint32(136).uint32(message.rogueExploreExp); + } + if (message.rogueExploreLv !== 0) { + writer.uint32(144).uint32(message.rogueExploreLv); + } + if (message.buffSelectInfo !== undefined) { + RogueBuffSelectInfo.encode( + message.buffSelectInfo, + writer.uint32(154).fork() + ).ldelim(); + } + if (message.isPickAvatar === true) { + writer.uint32(160).bool(message.isPickAvatar); + } + if (message.blessInfo !== undefined) { + RogueBlessInfo.encode( + message.blessInfo, + writer.uint32(170).fork() + ).ldelim(); + } + if (message.buffScore !== 0) { + writer.uint32(176).uint32(message.buffScore); + } + if (message.appraisalInfo !== undefined) { + RogueAppraisalInfo.encode( + message.appraisalInfo, + writer.uint32(186).fork() + ).ldelim(); + } + if (message.worldLevel !== 0) { + writer.uint32(192).int32(message.worldLevel); + } + if (message.rogueGachaItemNumOnEnter !== 0) { + writer.uint32(200).uint32(message.rogueGachaItemNumOnEnter); + } + for (const v of message.rogueQuestList) { + RogueQuest.encode(v!, writer.uint32(210).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.status = reader.int32() as any; + break; + case 2: + message.levelInfo = RogueLevel.decode(reader, reader.uint32()); + break; + case 3: + message.roomList.push(RogueRoom.decode(reader, reader.uint32())); + break; + case 4: + message.rogueCoin = reader.uint32(); + break; + case 5: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.baseAvatarIdList.push(reader.uint32()); + } + } else { + message.baseAvatarIdList.push(reader.uint32()); + } + break; + case 6: + message.rogueStamina = reader.uint32(); + break; + case 7: + message.reviveCount = reader.uint32(); + break; + case 8: + message.recoverStaminaCount = reader.uint32(); + break; + case 9: + message.isRecordSaved = reader.bool(); + break; + case 10: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.exploreRewardList.push(reader.uint32()); + } + } else { + message.exploreRewardList.push(reader.uint32()); + } + break; + case 11: + message.seasonId = reader.uint32(); + break; + case 12: + message.beginTime = reader.uint32(); + break; + case 13: + message.endTime = reader.uint32(); + break; + case 14: + message.isWin = reader.bool(); + break; + case 15: + message.mazeBuffList.push(RogueBuff.decode(reader, reader.uint32())); + break; + case 16: + message.extraBuffList.push(RogueBuff.decode(reader, reader.uint32())); + break; + case 17: + message.rogueExploreExp = reader.uint32(); + break; + case 18: + message.rogueExploreLv = reader.uint32(); + break; + case 19: + message.buffSelectInfo = RogueBuffSelectInfo.decode( + reader, + reader.uint32() + ); + break; + case 20: + message.isPickAvatar = reader.bool(); + break; + case 21: + message.blessInfo = RogueBlessInfo.decode(reader, reader.uint32()); + break; + case 22: + message.buffScore = reader.uint32(); + break; + case 23: + message.appraisalInfo = RogueAppraisalInfo.decode( + reader, + reader.uint32() + ); + break; + case 24: + message.worldLevel = reader.int32(); + break; + case 25: + message.rogueGachaItemNumOnEnter = reader.uint32(); + break; + case 26: + message.rogueQuestList.push( + RogueQuest.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueInfo { + return { + status: isSet(object.status) ? rogueStatusFromJSON(object.status) : 0, + levelInfo: isSet(object.levelInfo) + ? RogueLevel.fromJSON(object.levelInfo) + : undefined, + roomList: Array.isArray(object?.roomList) + ? object.roomList.map((e: any) => RogueRoom.fromJSON(e)) + : [], + rogueCoin: isSet(object.rogueCoin) ? Number(object.rogueCoin) : 0, + baseAvatarIdList: Array.isArray(object?.baseAvatarIdList) + ? object.baseAvatarIdList.map((e: any) => Number(e)) + : [], + rogueStamina: isSet(object.rogueStamina) + ? Number(object.rogueStamina) + : 0, + reviveCount: isSet(object.reviveCount) ? Number(object.reviveCount) : 0, + recoverStaminaCount: isSet(object.recoverStaminaCount) + ? Number(object.recoverStaminaCount) + : 0, + isRecordSaved: isSet(object.isRecordSaved) + ? Boolean(object.isRecordSaved) + : false, + exploreRewardList: Array.isArray(object?.exploreRewardList) + ? object.exploreRewardList.map((e: any) => Number(e)) + : [], + seasonId: isSet(object.seasonId) ? Number(object.seasonId) : 0, + beginTime: isSet(object.beginTime) ? Number(object.beginTime) : 0, + endTime: isSet(object.endTime) ? Number(object.endTime) : 0, + isWin: isSet(object.isWin) ? Boolean(object.isWin) : false, + mazeBuffList: Array.isArray(object?.mazeBuffList) + ? object.mazeBuffList.map((e: any) => RogueBuff.fromJSON(e)) + : [], + extraBuffList: Array.isArray(object?.extraBuffList) + ? object.extraBuffList.map((e: any) => RogueBuff.fromJSON(e)) + : [], + rogueExploreExp: isSet(object.rogueExploreExp) + ? Number(object.rogueExploreExp) + : 0, + rogueExploreLv: isSet(object.rogueExploreLv) + ? Number(object.rogueExploreLv) + : 0, + buffSelectInfo: isSet(object.buffSelectInfo) + ? RogueBuffSelectInfo.fromJSON(object.buffSelectInfo) + : undefined, + isPickAvatar: isSet(object.isPickAvatar) + ? Boolean(object.isPickAvatar) + : false, + blessInfo: isSet(object.blessInfo) + ? RogueBlessInfo.fromJSON(object.blessInfo) + : undefined, + buffScore: isSet(object.buffScore) ? Number(object.buffScore) : 0, + appraisalInfo: isSet(object.appraisalInfo) + ? RogueAppraisalInfo.fromJSON(object.appraisalInfo) + : undefined, + worldLevel: isSet(object.worldLevel) ? Number(object.worldLevel) : 0, + rogueGachaItemNumOnEnter: isSet(object.rogueGachaItemNumOnEnter) + ? Number(object.rogueGachaItemNumOnEnter) + : 0, + rogueQuestList: Array.isArray(object?.rogueQuestList) + ? object.rogueQuestList.map((e: any) => RogueQuest.fromJSON(e)) + : [], + }; + }, + + toJSON(message: RogueInfo): unknown { + const obj: any = {}; + message.status !== undefined && + (obj.status = rogueStatusToJSON(message.status)); + message.levelInfo !== undefined && + (obj.levelInfo = message.levelInfo + ? RogueLevel.toJSON(message.levelInfo) + : undefined); + if (message.roomList) { + obj.roomList = message.roomList.map((e) => + e ? RogueRoom.toJSON(e) : undefined + ); + } else { + obj.roomList = []; + } + message.rogueCoin !== undefined && + (obj.rogueCoin = Math.round(message.rogueCoin)); + if (message.baseAvatarIdList) { + obj.baseAvatarIdList = message.baseAvatarIdList.map((e) => Math.round(e)); + } else { + obj.baseAvatarIdList = []; + } + message.rogueStamina !== undefined && + (obj.rogueStamina = Math.round(message.rogueStamina)); + message.reviveCount !== undefined && + (obj.reviveCount = Math.round(message.reviveCount)); + message.recoverStaminaCount !== undefined && + (obj.recoverStaminaCount = Math.round(message.recoverStaminaCount)); + message.isRecordSaved !== undefined && + (obj.isRecordSaved = message.isRecordSaved); + if (message.exploreRewardList) { + obj.exploreRewardList = message.exploreRewardList.map((e) => + Math.round(e) + ); + } else { + obj.exploreRewardList = []; + } + message.seasonId !== undefined && + (obj.seasonId = Math.round(message.seasonId)); + message.beginTime !== undefined && + (obj.beginTime = Math.round(message.beginTime)); + message.endTime !== undefined && + (obj.endTime = Math.round(message.endTime)); + message.isWin !== undefined && (obj.isWin = message.isWin); + if (message.mazeBuffList) { + obj.mazeBuffList = message.mazeBuffList.map((e) => + e ? RogueBuff.toJSON(e) : undefined + ); + } else { + obj.mazeBuffList = []; + } + if (message.extraBuffList) { + obj.extraBuffList = message.extraBuffList.map((e) => + e ? RogueBuff.toJSON(e) : undefined + ); + } else { + obj.extraBuffList = []; + } + message.rogueExploreExp !== undefined && + (obj.rogueExploreExp = Math.round(message.rogueExploreExp)); + message.rogueExploreLv !== undefined && + (obj.rogueExploreLv = Math.round(message.rogueExploreLv)); + message.buffSelectInfo !== undefined && + (obj.buffSelectInfo = message.buffSelectInfo + ? RogueBuffSelectInfo.toJSON(message.buffSelectInfo) + : undefined); + message.isPickAvatar !== undefined && + (obj.isPickAvatar = message.isPickAvatar); + message.blessInfo !== undefined && + (obj.blessInfo = message.blessInfo + ? RogueBlessInfo.toJSON(message.blessInfo) + : undefined); + message.buffScore !== undefined && + (obj.buffScore = Math.round(message.buffScore)); + message.appraisalInfo !== undefined && + (obj.appraisalInfo = message.appraisalInfo + ? RogueAppraisalInfo.toJSON(message.appraisalInfo) + : undefined); + message.worldLevel !== undefined && + (obj.worldLevel = Math.round(message.worldLevel)); + message.rogueGachaItemNumOnEnter !== undefined && + (obj.rogueGachaItemNumOnEnter = Math.round( + message.rogueGachaItemNumOnEnter + )); + if (message.rogueQuestList) { + obj.rogueQuestList = message.rogueQuestList.map((e) => + e ? RogueQuest.toJSON(e) : undefined + ); + } else { + obj.rogueQuestList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueInfo { + const message = createBaseRogueInfo(); + message.status = object.status ?? 0; + message.levelInfo = + object.levelInfo !== undefined && object.levelInfo !== null + ? RogueLevel.fromPartial(object.levelInfo) + : undefined; + message.roomList = + object.roomList?.map((e) => RogueRoom.fromPartial(e)) || []; + message.rogueCoin = object.rogueCoin ?? 0; + message.baseAvatarIdList = object.baseAvatarIdList?.map((e) => e) || []; + message.rogueStamina = object.rogueStamina ?? 0; + message.reviveCount = object.reviveCount ?? 0; + message.recoverStaminaCount = object.recoverStaminaCount ?? 0; + message.isRecordSaved = object.isRecordSaved ?? false; + message.exploreRewardList = object.exploreRewardList?.map((e) => e) || []; + message.seasonId = object.seasonId ?? 0; + message.beginTime = object.beginTime ?? 0; + message.endTime = object.endTime ?? 0; + message.isWin = object.isWin ?? false; + message.mazeBuffList = + object.mazeBuffList?.map((e) => RogueBuff.fromPartial(e)) || []; + message.extraBuffList = + object.extraBuffList?.map((e) => RogueBuff.fromPartial(e)) || []; + message.rogueExploreExp = object.rogueExploreExp ?? 0; + message.rogueExploreLv = object.rogueExploreLv ?? 0; + message.buffSelectInfo = + object.buffSelectInfo !== undefined && object.buffSelectInfo !== null + ? RogueBuffSelectInfo.fromPartial(object.buffSelectInfo) + : undefined; + message.isPickAvatar = object.isPickAvatar ?? false; + message.blessInfo = + object.blessInfo !== undefined && object.blessInfo !== null + ? RogueBlessInfo.fromPartial(object.blessInfo) + : undefined; + message.buffScore = object.buffScore ?? 0; + message.appraisalInfo = + object.appraisalInfo !== undefined && object.appraisalInfo !== null + ? RogueAppraisalInfo.fromPartial(object.appraisalInfo) + : undefined; + message.worldLevel = object.worldLevel ?? 0; + message.rogueGachaItemNumOnEnter = object.rogueGachaItemNumOnEnter ?? 0; + message.rogueQuestList = + object.rogueQuestList?.map((e) => RogueQuest.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseRogueRecord(): RogueRecord { + return { slot: 0, avatarList: [], mazeBuffList: [], name: "", score: 0 }; +} + +export const RogueRecord = { + encode( + message: RogueRecord, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.slot !== 0) { + writer.uint32(8).uint32(message.slot); + } + writer.uint32(18).fork(); + for (const v of message.avatarList) { + writer.uint32(v); + } + writer.ldelim(); + for (const v of message.mazeBuffList) { + RogueBuff.encode(v!, writer.uint32(26).fork()).ldelim(); + } + if (message.name !== "") { + writer.uint32(34).string(message.name); + } + if (message.score !== 0) { + writer.uint32(40).uint32(message.score); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueRecord { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueRecord(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.slot = reader.uint32(); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.avatarList.push(reader.uint32()); + } + } else { + message.avatarList.push(reader.uint32()); + } + break; + case 3: + message.mazeBuffList.push(RogueBuff.decode(reader, reader.uint32())); + break; + case 4: + message.name = reader.string(); + break; + case 5: + message.score = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueRecord { + return { + slot: isSet(object.slot) ? Number(object.slot) : 0, + avatarList: Array.isArray(object?.avatarList) + ? object.avatarList.map((e: any) => Number(e)) + : [], + mazeBuffList: Array.isArray(object?.mazeBuffList) + ? object.mazeBuffList.map((e: any) => RogueBuff.fromJSON(e)) + : [], + name: isSet(object.name) ? String(object.name) : "", + score: isSet(object.score) ? Number(object.score) : 0, + }; + }, + + toJSON(message: RogueRecord): unknown { + const obj: any = {}; + message.slot !== undefined && (obj.slot = Math.round(message.slot)); + if (message.avatarList) { + obj.avatarList = message.avatarList.map((e) => Math.round(e)); + } else { + obj.avatarList = []; + } + if (message.mazeBuffList) { + obj.mazeBuffList = message.mazeBuffList.map((e) => + e ? RogueBuff.toJSON(e) : undefined + ); + } else { + obj.mazeBuffList = []; + } + message.name !== undefined && (obj.name = message.name); + message.score !== undefined && (obj.score = Math.round(message.score)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueRecord { + const message = createBaseRogueRecord(); + message.slot = object.slot ?? 0; + message.avatarList = object.avatarList?.map((e) => e) || []; + message.mazeBuffList = + object.mazeBuffList?.map((e) => RogueBuff.fromPartial(e)) || []; + message.name = object.name ?? ""; + message.score = object.score ?? 0; + return message; + }, +}; + +function createBaseRogueChallengeInfo(): RogueChallengeInfo { + return { + isInChallenge: false, + challengeRewardList: [], + histroyMaxScore: 0, + recordList: [], + recordSlot: 0, + }; +} + +export const RogueChallengeInfo = { + encode( + message: RogueChallengeInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.isInChallenge === true) { + writer.uint32(8).bool(message.isInChallenge); + } + writer.uint32(26).fork(); + for (const v of message.challengeRewardList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.histroyMaxScore !== 0) { + writer.uint32(32).uint32(message.histroyMaxScore); + } + for (const v of message.recordList) { + RogueRecord.encode(v!, writer.uint32(42).fork()).ldelim(); + } + if (message.recordSlot !== 0) { + writer.uint32(48).uint32(message.recordSlot); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueChallengeInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueChallengeInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.isInChallenge = reader.bool(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.challengeRewardList.push(reader.uint32()); + } + } else { + message.challengeRewardList.push(reader.uint32()); + } + break; + case 4: + message.histroyMaxScore = reader.uint32(); + break; + case 5: + message.recordList.push(RogueRecord.decode(reader, reader.uint32())); + break; + case 6: + message.recordSlot = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueChallengeInfo { + return { + isInChallenge: isSet(object.isInChallenge) + ? Boolean(object.isInChallenge) + : false, + challengeRewardList: Array.isArray(object?.challengeRewardList) + ? object.challengeRewardList.map((e: any) => Number(e)) + : [], + histroyMaxScore: isSet(object.histroyMaxScore) + ? Number(object.histroyMaxScore) + : 0, + recordList: Array.isArray(object?.recordList) + ? object.recordList.map((e: any) => RogueRecord.fromJSON(e)) + : [], + recordSlot: isSet(object.recordSlot) ? Number(object.recordSlot) : 0, + }; + }, + + toJSON(message: RogueChallengeInfo): unknown { + const obj: any = {}; + message.isInChallenge !== undefined && + (obj.isInChallenge = message.isInChallenge); + if (message.challengeRewardList) { + obj.challengeRewardList = message.challengeRewardList.map((e) => + Math.round(e) + ); + } else { + obj.challengeRewardList = []; + } + message.histroyMaxScore !== undefined && + (obj.histroyMaxScore = Math.round(message.histroyMaxScore)); + if (message.recordList) { + obj.recordList = message.recordList.map((e) => + e ? RogueRecord.toJSON(e) : undefined + ); + } else { + obj.recordList = []; + } + message.recordSlot !== undefined && + (obj.recordSlot = Math.round(message.recordSlot)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueChallengeInfo { + const message = createBaseRogueChallengeInfo(); + message.isInChallenge = object.isInChallenge ?? false; + message.challengeRewardList = + object.challengeRewardList?.map((e) => e) || []; + message.histroyMaxScore = object.histroyMaxScore ?? 0; + message.recordList = + object.recordList?.map((e) => RogueRecord.fromPartial(e)) || []; + message.recordSlot = object.recordSlot ?? 0; + return message; + }, +}; + +function createBaseRogueFinishInfo(): RogueFinishInfo { + return { + isWin: false, + reward: undefined, + exploreQuestList: [], + canSave: false, + buffScore: 0, + rogueGachaItemNum: 0, + }; +} + +export const RogueFinishInfo = { + encode( + message: RogueFinishInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.isWin === true) { + writer.uint32(8).bool(message.isWin); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + writer.uint32(26).fork(); + for (const v of message.exploreQuestList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.canSave === true) { + writer.uint32(32).bool(message.canSave); + } + if (message.buffScore !== 0) { + writer.uint32(40).uint32(message.buffScore); + } + if (message.rogueGachaItemNum !== 0) { + writer.uint32(48).uint32(message.rogueGachaItemNum); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueFinishInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueFinishInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.isWin = reader.bool(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.exploreQuestList.push(reader.uint32()); + } + } else { + message.exploreQuestList.push(reader.uint32()); + } + break; + case 4: + message.canSave = reader.bool(); + break; + case 5: + message.buffScore = reader.uint32(); + break; + case 6: + message.rogueGachaItemNum = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueFinishInfo { + return { + isWin: isSet(object.isWin) ? Boolean(object.isWin) : false, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + exploreQuestList: Array.isArray(object?.exploreQuestList) + ? object.exploreQuestList.map((e: any) => Number(e)) + : [], + canSave: isSet(object.canSave) ? Boolean(object.canSave) : false, + buffScore: isSet(object.buffScore) ? Number(object.buffScore) : 0, + rogueGachaItemNum: isSet(object.rogueGachaItemNum) + ? Number(object.rogueGachaItemNum) + : 0, + }; + }, + + toJSON(message: RogueFinishInfo): unknown { + const obj: any = {}; + message.isWin !== undefined && (obj.isWin = message.isWin); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + if (message.exploreQuestList) { + obj.exploreQuestList = message.exploreQuestList.map((e) => Math.round(e)); + } else { + obj.exploreQuestList = []; + } + message.canSave !== undefined && (obj.canSave = message.canSave); + message.buffScore !== undefined && + (obj.buffScore = Math.round(message.buffScore)); + message.rogueGachaItemNum !== undefined && + (obj.rogueGachaItemNum = Math.round(message.rogueGachaItemNum)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueFinishInfo { + const message = createBaseRogueFinishInfo(); + message.isWin = object.isWin ?? false; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + message.exploreQuestList = object.exploreQuestList?.map((e) => e) || []; + message.canSave = object.canSave ?? false; + message.buffScore = object.buffScore ?? 0; + message.rogueGachaItemNum = object.rogueGachaItemNum ?? 0; + return message; + }, +}; + +function createBaseRogueChallengeSpecialScore(): RogueChallengeSpecialScore { + return { scoreId: 0, score: 0 }; +} + +export const RogueChallengeSpecialScore = { + encode( + message: RogueChallengeSpecialScore, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.scoreId !== 0) { + writer.uint32(8).uint32(message.scoreId); + } + if (message.score !== 0) { + writer.uint32(16).uint32(message.score); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RogueChallengeSpecialScore { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueChallengeSpecialScore(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.scoreId = reader.uint32(); + break; + case 2: + message.score = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueChallengeSpecialScore { + return { + scoreId: isSet(object.scoreId) ? Number(object.scoreId) : 0, + score: isSet(object.score) ? Number(object.score) : 0, + }; + }, + + toJSON(message: RogueChallengeSpecialScore): unknown { + const obj: any = {}; + message.scoreId !== undefined && + (obj.scoreId = Math.round(message.scoreId)); + message.score !== undefined && (obj.score = Math.round(message.score)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueChallengeSpecialScore { + const message = createBaseRogueChallengeSpecialScore(); + message.scoreId = object.scoreId ?? 0; + message.score = object.score ?? 0; + return message; + }, +}; + +function createBaseRogueChallengeScoreInfo(): RogueChallengeScoreInfo { + return { totalScore: 0, turnScore: 0, damageScore: 0, specialScoreList: [] }; +} + +export const RogueChallengeScoreInfo = { + encode( + message: RogueChallengeScoreInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.totalScore !== 0) { + writer.uint32(8).uint32(message.totalScore); + } + if (message.turnScore !== 0) { + writer.uint32(16).uint32(message.turnScore); + } + if (message.damageScore !== 0) { + writer.uint32(24).uint32(message.damageScore); + } + for (const v of message.specialScoreList) { + RogueChallengeSpecialScore.encode(v!, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RogueChallengeScoreInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueChallengeScoreInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.totalScore = reader.uint32(); + break; + case 2: + message.turnScore = reader.uint32(); + break; + case 3: + message.damageScore = reader.uint32(); + break; + case 4: + message.specialScoreList.push( + RogueChallengeSpecialScore.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueChallengeScoreInfo { + return { + totalScore: isSet(object.totalScore) ? Number(object.totalScore) : 0, + turnScore: isSet(object.turnScore) ? Number(object.turnScore) : 0, + damageScore: isSet(object.damageScore) ? Number(object.damageScore) : 0, + specialScoreList: Array.isArray(object?.specialScoreList) + ? object.specialScoreList.map((e: any) => + RogueChallengeSpecialScore.fromJSON(e) + ) + : [], + }; + }, + + toJSON(message: RogueChallengeScoreInfo): unknown { + const obj: any = {}; + message.totalScore !== undefined && + (obj.totalScore = Math.round(message.totalScore)); + message.turnScore !== undefined && + (obj.turnScore = Math.round(message.turnScore)); + message.damageScore !== undefined && + (obj.damageScore = Math.round(message.damageScore)); + if (message.specialScoreList) { + obj.specialScoreList = message.specialScoreList.map((e) => + e ? RogueChallengeSpecialScore.toJSON(e) : undefined + ); + } else { + obj.specialScoreList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueChallengeScoreInfo { + const message = createBaseRogueChallengeScoreInfo(); + message.totalScore = object.totalScore ?? 0; + message.turnScore = object.turnScore ?? 0; + message.damageScore = object.damageScore ?? 0; + message.specialScoreList = + object.specialScoreList?.map((e) => + RogueChallengeSpecialScore.fromPartial(e) + ) || []; + return message; + }, +}; + +function createBaseRogueChallengeFinishInfo(): RogueChallengeFinishInfo { + return { + isWin: false, + rounds: 0, + damage: 0, + reward: undefined, + challengeQuestList: [], + scoreInfo: undefined, + }; +} + +export const RogueChallengeFinishInfo = { + encode( + message: RogueChallengeFinishInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.isWin === true) { + writer.uint32(8).bool(message.isWin); + } + if (message.rounds !== 0) { + writer.uint32(16).uint32(message.rounds); + } + if (message.damage !== 0) { + writer.uint32(29).float(message.damage); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(34).fork()).ldelim(); + } + writer.uint32(50).fork(); + for (const v of message.challengeQuestList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.scoreInfo !== undefined) { + RogueChallengeScoreInfo.encode( + message.scoreInfo, + writer.uint32(82).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RogueChallengeFinishInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueChallengeFinishInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.isWin = reader.bool(); + break; + case 2: + message.rounds = reader.uint32(); + break; + case 3: + message.damage = reader.float(); + break; + case 4: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + case 6: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.challengeQuestList.push(reader.uint32()); + } + } else { + message.challengeQuestList.push(reader.uint32()); + } + break; + case 10: + message.scoreInfo = RogueChallengeScoreInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueChallengeFinishInfo { + return { + isWin: isSet(object.isWin) ? Boolean(object.isWin) : false, + rounds: isSet(object.rounds) ? Number(object.rounds) : 0, + damage: isSet(object.damage) ? Number(object.damage) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + challengeQuestList: Array.isArray(object?.challengeQuestList) + ? object.challengeQuestList.map((e: any) => Number(e)) + : [], + scoreInfo: isSet(object.scoreInfo) + ? RogueChallengeScoreInfo.fromJSON(object.scoreInfo) + : undefined, + }; + }, + + toJSON(message: RogueChallengeFinishInfo): unknown { + const obj: any = {}; + message.isWin !== undefined && (obj.isWin = message.isWin); + message.rounds !== undefined && (obj.rounds = Math.round(message.rounds)); + message.damage !== undefined && (obj.damage = message.damage); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + if (message.challengeQuestList) { + obj.challengeQuestList = message.challengeQuestList.map((e) => + Math.round(e) + ); + } else { + obj.challengeQuestList = []; + } + message.scoreInfo !== undefined && + (obj.scoreInfo = message.scoreInfo + ? RogueChallengeScoreInfo.toJSON(message.scoreInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueChallengeFinishInfo { + const message = createBaseRogueChallengeFinishInfo(); + message.isWin = object.isWin ?? false; + message.rounds = object.rounds ?? 0; + message.damage = object.damage ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + message.challengeQuestList = object.challengeQuestList?.map((e) => e) || []; + message.scoreInfo = + object.scoreInfo !== undefined && object.scoreInfo !== null + ? RogueChallengeScoreInfo.fromPartial(object.scoreInfo) + : undefined; + return message; + }, +}; + +function createBaseRogueDialog(): RogueDialog { + return { rogueDialogId: 0, status: 0 }; +} + +export const RogueDialog = { + encode( + message: RogueDialog, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rogueDialogId !== 0) { + writer.uint32(8).uint32(message.rogueDialogId); + } + if (message.status !== 0) { + writer.uint32(16).int32(message.status); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueDialog { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueDialog(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rogueDialogId = reader.uint32(); + break; + case 2: + message.status = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueDialog { + return { + rogueDialogId: isSet(object.rogueDialogId) + ? Number(object.rogueDialogId) + : 0, + status: isSet(object.status) + ? rogueDialogStatusFromJSON(object.status) + : 0, + }; + }, + + toJSON(message: RogueDialog): unknown { + const obj: any = {}; + message.rogueDialogId !== undefined && + (obj.rogueDialogId = Math.round(message.rogueDialogId)); + message.status !== undefined && + (obj.status = rogueDialogStatusToJSON(message.status)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueDialog { + const message = createBaseRogueDialog(); + message.rogueDialogId = object.rogueDialogId ?? 0; + message.status = object.status ?? 0; + return message; + }, +}; + +function createBaseRogueGachaGoods(): RogueGachaGoods { + return { gachaGoodsId: 0, status: 0 }; +} + +export const RogueGachaGoods = { + encode( + message: RogueGachaGoods, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.gachaGoodsId !== 0) { + writer.uint32(8).uint32(message.gachaGoodsId); + } + if (message.status !== 0) { + writer.uint32(16).uint32(message.status); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueGachaGoods { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueGachaGoods(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.gachaGoodsId = reader.uint32(); + break; + case 2: + message.status = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueGachaGoods { + return { + gachaGoodsId: isSet(object.gachaGoodsId) + ? Number(object.gachaGoodsId) + : 0, + status: isSet(object.status) ? Number(object.status) : 0, + }; + }, + + toJSON(message: RogueGachaGoods): unknown { + const obj: any = {}; + message.gachaGoodsId !== undefined && + (obj.gachaGoodsId = Math.round(message.gachaGoodsId)); + message.status !== undefined && (obj.status = Math.round(message.status)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueGachaGoods { + const message = createBaseRogueGachaGoods(); + message.gachaGoodsId = object.gachaGoodsId ?? 0; + message.status = object.status ?? 0; + return message; + }, +}; + +function createBaseRogueGachaInfo(): RogueGachaInfo { + return { + gachaPoolId: 0, + goodsList: [], + wishIdList: [], + curWishId: 0, + gachaCount: 0, + totalCount: 0, + }; +} + +export const RogueGachaInfo = { + encode( + message: RogueGachaInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.gachaPoolId !== 0) { + writer.uint32(8).uint32(message.gachaPoolId); + } + for (const v of message.goodsList) { + RogueGachaGoods.encode(v!, writer.uint32(18).fork()).ldelim(); + } + writer.uint32(26).fork(); + for (const v of message.wishIdList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.curWishId !== 0) { + writer.uint32(32).uint32(message.curWishId); + } + if (message.gachaCount !== 0) { + writer.uint32(40).uint32(message.gachaCount); + } + if (message.totalCount !== 0) { + writer.uint32(48).uint32(message.totalCount); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueGachaInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueGachaInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.gachaPoolId = reader.uint32(); + break; + case 2: + message.goodsList.push( + RogueGachaGoods.decode(reader, reader.uint32()) + ); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.wishIdList.push(reader.uint32()); + } + } else { + message.wishIdList.push(reader.uint32()); + } + break; + case 4: + message.curWishId = reader.uint32(); + break; + case 5: + message.gachaCount = reader.uint32(); + break; + case 6: + message.totalCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueGachaInfo { + return { + gachaPoolId: isSet(object.gachaPoolId) ? Number(object.gachaPoolId) : 0, + goodsList: Array.isArray(object?.goodsList) + ? object.goodsList.map((e: any) => RogueGachaGoods.fromJSON(e)) + : [], + wishIdList: Array.isArray(object?.wishIdList) + ? object.wishIdList.map((e: any) => Number(e)) + : [], + curWishId: isSet(object.curWishId) ? Number(object.curWishId) : 0, + gachaCount: isSet(object.gachaCount) ? Number(object.gachaCount) : 0, + totalCount: isSet(object.totalCount) ? Number(object.totalCount) : 0, + }; + }, + + toJSON(message: RogueGachaInfo): unknown { + const obj: any = {}; + message.gachaPoolId !== undefined && + (obj.gachaPoolId = Math.round(message.gachaPoolId)); + if (message.goodsList) { + obj.goodsList = message.goodsList.map((e) => + e ? RogueGachaGoods.toJSON(e) : undefined + ); + } else { + obj.goodsList = []; + } + if (message.wishIdList) { + obj.wishIdList = message.wishIdList.map((e) => Math.round(e)); + } else { + obj.wishIdList = []; + } + message.curWishId !== undefined && + (obj.curWishId = Math.round(message.curWishId)); + message.gachaCount !== undefined && + (obj.gachaCount = Math.round(message.gachaCount)); + message.totalCount !== undefined && + (obj.totalCount = Math.round(message.totalCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueGachaInfo { + const message = createBaseRogueGachaInfo(); + message.gachaPoolId = object.gachaPoolId ?? 0; + message.goodsList = + object.goodsList?.map((e) => RogueGachaGoods.fromPartial(e)) || []; + message.wishIdList = object.wishIdList?.map((e) => e) || []; + message.curWishId = object.curWishId ?? 0; + message.gachaCount = object.gachaCount ?? 0; + message.totalCount = object.totalCount ?? 0; + return message; + }, +}; + +function createBaseGetRogueInfoCsReq(): GetRogueInfoCsReq { + return {}; +} + +export const GetRogueInfoCsReq = { + encode( + _: GetRogueInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetRogueInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetRogueInfoCsReq { + return {}; + }, + + toJSON(_: GetRogueInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetRogueInfoCsReq { + const message = createBaseGetRogueInfoCsReq(); + return message; + }, +}; + +function createBaseGetRogueInfoScRsp(): GetRogueInfoScRsp { + return { retcode: 0, rogueInfo: undefined, rogueChallengeInfo: undefined }; +} + +export const GetRogueInfoScRsp = { + encode( + message: GetRogueInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.rogueInfo !== undefined) { + RogueInfo.encode(message.rogueInfo, writer.uint32(18).fork()).ldelim(); + } + if (message.rogueChallengeInfo !== undefined) { + RogueChallengeInfo.encode( + message.rogueChallengeInfo, + writer.uint32(26).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetRogueInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.rogueInfo = RogueInfo.decode(reader, reader.uint32()); + break; + case 3: + message.rogueChallengeInfo = RogueChallengeInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetRogueInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + rogueInfo: isSet(object.rogueInfo) + ? RogueInfo.fromJSON(object.rogueInfo) + : undefined, + rogueChallengeInfo: isSet(object.rogueChallengeInfo) + ? RogueChallengeInfo.fromJSON(object.rogueChallengeInfo) + : undefined, + }; + }, + + toJSON(message: GetRogueInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.rogueInfo !== undefined && + (obj.rogueInfo = message.rogueInfo + ? RogueInfo.toJSON(message.rogueInfo) + : undefined); + message.rogueChallengeInfo !== undefined && + (obj.rogueChallengeInfo = message.rogueChallengeInfo + ? RogueChallengeInfo.toJSON(message.rogueChallengeInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetRogueInfoScRsp { + const message = createBaseGetRogueInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.rogueInfo = + object.rogueInfo !== undefined && object.rogueInfo !== null + ? RogueInfo.fromPartial(object.rogueInfo) + : undefined; + message.rogueChallengeInfo = + object.rogueChallengeInfo !== undefined && + object.rogueChallengeInfo !== null + ? RogueChallengeInfo.fromPartial(object.rogueChallengeInfo) + : undefined; + return message; + }, +}; + +function createBaseStartRogueCsReq(): StartRogueCsReq { + return { baseAvatarIdList: [] }; +} + +export const StartRogueCsReq = { + encode( + message: StartRogueCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.baseAvatarIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): StartRogueCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartRogueCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.baseAvatarIdList.push(reader.uint32()); + } + } else { + message.baseAvatarIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartRogueCsReq { + return { + baseAvatarIdList: Array.isArray(object?.baseAvatarIdList) + ? object.baseAvatarIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: StartRogueCsReq): unknown { + const obj: any = {}; + if (message.baseAvatarIdList) { + obj.baseAvatarIdList = message.baseAvatarIdList.map((e) => Math.round(e)); + } else { + obj.baseAvatarIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): StartRogueCsReq { + const message = createBaseStartRogueCsReq(); + message.baseAvatarIdList = object.baseAvatarIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseStartRogueScRsp(): StartRogueScRsp { + return { retcode: 0, maze: undefined, rogueInfo: undefined }; +} + +export const StartRogueScRsp = { + encode( + message: StartRogueScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + if (message.rogueInfo !== undefined) { + RogueInfo.encode(message.rogueInfo, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): StartRogueScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartRogueScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + case 3: + message.rogueInfo = RogueInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartRogueScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + rogueInfo: isSet(object.rogueInfo) + ? RogueInfo.fromJSON(object.rogueInfo) + : undefined, + }; + }, + + toJSON(message: StartRogueScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + message.rogueInfo !== undefined && + (obj.rogueInfo = message.rogueInfo + ? RogueInfo.toJSON(message.rogueInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): StartRogueScRsp { + const message = createBaseStartRogueScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + message.rogueInfo = + object.rogueInfo !== undefined && object.rogueInfo !== null + ? RogueInfo.fromPartial(object.rogueInfo) + : undefined; + return message; + }, +}; + +function createBaseEnterRogueCsReq(): EnterRogueCsReq { + return {}; +} + +export const EnterRogueCsReq = { + encode( + _: EnterRogueCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EnterRogueCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterRogueCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): EnterRogueCsReq { + return {}; + }, + + toJSON(_: EnterRogueCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): EnterRogueCsReq { + const message = createBaseEnterRogueCsReq(); + return message; + }, +}; + +function createBaseEnterRogueScRsp(): EnterRogueScRsp { + return { retcode: 0, maze: undefined, rogueInfo: undefined }; +} + +export const EnterRogueScRsp = { + encode( + message: EnterRogueScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + if (message.rogueInfo !== undefined) { + RogueInfo.encode(message.rogueInfo, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EnterRogueScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterRogueScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + case 3: + message.rogueInfo = RogueInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterRogueScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + rogueInfo: isSet(object.rogueInfo) + ? RogueInfo.fromJSON(object.rogueInfo) + : undefined, + }; + }, + + toJSON(message: EnterRogueScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + message.rogueInfo !== undefined && + (obj.rogueInfo = message.rogueInfo + ? RogueInfo.toJSON(message.rogueInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterRogueScRsp { + const message = createBaseEnterRogueScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + message.rogueInfo = + object.rogueInfo !== undefined && object.rogueInfo !== null + ? RogueInfo.fromPartial(object.rogueInfo) + : undefined; + return message; + }, +}; + +function createBaseLeaveRogueCsReq(): LeaveRogueCsReq { + return {}; +} + +export const LeaveRogueCsReq = { + encode( + _: LeaveRogueCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LeaveRogueCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLeaveRogueCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): LeaveRogueCsReq { + return {}; + }, + + toJSON(_: LeaveRogueCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): LeaveRogueCsReq { + const message = createBaseLeaveRogueCsReq(); + return message; + }, +}; + +function createBaseLeaveRogueScRsp(): LeaveRogueScRsp { + return { retcode: 0, maze: undefined }; +} + +export const LeaveRogueScRsp = { + encode( + message: LeaveRogueScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): LeaveRogueScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLeaveRogueScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LeaveRogueScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + }; + }, + + toJSON(message: LeaveRogueScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): LeaveRogueScRsp { + const message = createBaseLeaveRogueScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + return message; + }, +}; + +function createBaseSyncRogueBuffSelectInfoScNotify(): SyncRogueBuffSelectInfoScNotify { + return { buffSelectInfo: undefined }; +} + +export const SyncRogueBuffSelectInfoScNotify = { + encode( + message: SyncRogueBuffSelectInfoScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.buffSelectInfo !== undefined) { + RogueBuffSelectInfo.encode( + message.buffSelectInfo, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueBuffSelectInfoScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueBuffSelectInfoScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.buffSelectInfo = RogueBuffSelectInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueBuffSelectInfoScNotify { + return { + buffSelectInfo: isSet(object.buffSelectInfo) + ? RogueBuffSelectInfo.fromJSON(object.buffSelectInfo) + : undefined, + }; + }, + + toJSON(message: SyncRogueBuffSelectInfoScNotify): unknown { + const obj: any = {}; + message.buffSelectInfo !== undefined && + (obj.buffSelectInfo = message.buffSelectInfo + ? RogueBuffSelectInfo.toJSON(message.buffSelectInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncRogueBuffSelectInfoScNotify { + const message = createBaseSyncRogueBuffSelectInfoScNotify(); + message.buffSelectInfo = + object.buffSelectInfo !== undefined && object.buffSelectInfo !== null + ? RogueBuffSelectInfo.fromPartial(object.buffSelectInfo) + : undefined; + return message; + }, +}; + +function createBaseSelectRogueBuffCsReq(): SelectRogueBuffCsReq { + return { mazeBuffId: 0 }; +} + +export const SelectRogueBuffCsReq = { + encode( + message: SelectRogueBuffCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.mazeBuffId !== 0) { + writer.uint32(16).uint32(message.mazeBuffId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SelectRogueBuffCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSelectRogueBuffCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 2: + message.mazeBuffId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SelectRogueBuffCsReq { + return { + mazeBuffId: isSet(object.mazeBuffId) ? Number(object.mazeBuffId) : 0, + }; + }, + + toJSON(message: SelectRogueBuffCsReq): unknown { + const obj: any = {}; + message.mazeBuffId !== undefined && + (obj.mazeBuffId = Math.round(message.mazeBuffId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SelectRogueBuffCsReq { + const message = createBaseSelectRogueBuffCsReq(); + message.mazeBuffId = object.mazeBuffId ?? 0; + return message; + }, +}; + +function createBaseSelectRogueBuffScRsp(): SelectRogueBuffScRsp { + return { retcode: 0, godPlotId: 0, buffSelectInfo: undefined }; +} + +export const SelectRogueBuffScRsp = { + encode( + message: SelectRogueBuffScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.godPlotId !== 0) { + writer.uint32(16).uint32(message.godPlotId); + } + if (message.buffSelectInfo !== undefined) { + RogueBuffSelectInfo.encode( + message.buffSelectInfo, + writer.uint32(26).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SelectRogueBuffScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSelectRogueBuffScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.godPlotId = reader.uint32(); + break; + case 3: + message.buffSelectInfo = RogueBuffSelectInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SelectRogueBuffScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + godPlotId: isSet(object.godPlotId) ? Number(object.godPlotId) : 0, + buffSelectInfo: isSet(object.buffSelectInfo) + ? RogueBuffSelectInfo.fromJSON(object.buffSelectInfo) + : undefined, + }; + }, + + toJSON(message: SelectRogueBuffScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.godPlotId !== undefined && + (obj.godPlotId = Math.round(message.godPlotId)); + message.buffSelectInfo !== undefined && + (obj.buffSelectInfo = message.buffSelectInfo + ? RogueBuffSelectInfo.toJSON(message.buffSelectInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SelectRogueBuffScRsp { + const message = createBaseSelectRogueBuffScRsp(); + message.retcode = object.retcode ?? 0; + message.godPlotId = object.godPlotId ?? 0; + message.buffSelectInfo = + object.buffSelectInfo !== undefined && object.buffSelectInfo !== null + ? RogueBuffSelectInfo.fromPartial(object.buffSelectInfo) + : undefined; + return message; + }, +}; + +function createBaseRollRogueBuffCsReq(): RollRogueBuffCsReq { + return {}; +} + +export const RollRogueBuffCsReq = { + encode( + _: RollRogueBuffCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RollRogueBuffCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRollRogueBuffCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): RollRogueBuffCsReq { + return {}; + }, + + toJSON(_: RollRogueBuffCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): RollRogueBuffCsReq { + const message = createBaseRollRogueBuffCsReq(); + return message; + }, +}; + +function createBaseRollRogueBuffScRsp(): RollRogueBuffScRsp { + return { retcode: 0, buffSelectInfo: undefined }; +} + +export const RollRogueBuffScRsp = { + encode( + message: RollRogueBuffScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.buffSelectInfo !== undefined) { + RogueBuffSelectInfo.encode( + message.buffSelectInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RollRogueBuffScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRollRogueBuffScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.buffSelectInfo = RogueBuffSelectInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RollRogueBuffScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + buffSelectInfo: isSet(object.buffSelectInfo) + ? RogueBuffSelectInfo.fromJSON(object.buffSelectInfo) + : undefined, + }; + }, + + toJSON(message: RollRogueBuffScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.buffSelectInfo !== undefined && + (obj.buffSelectInfo = message.buffSelectInfo + ? RogueBuffSelectInfo.toJSON(message.buffSelectInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): RollRogueBuffScRsp { + const message = createBaseRollRogueBuffScRsp(); + message.retcode = object.retcode ?? 0; + message.buffSelectInfo = + object.buffSelectInfo !== undefined && object.buffSelectInfo !== null + ? RogueBuffSelectInfo.fromPartial(object.buffSelectInfo) + : undefined; + return message; + }, +}; + +function createBaseEnterNextRogueRoomScNotify(): EnterNextRogueRoomScNotify { + return { maze: undefined, room: undefined, appraisalInfo: undefined }; +} + +export const EnterNextRogueRoomScNotify = { + encode( + message: EnterNextRogueRoomScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(10).fork()).ldelim(); + } + if (message.room !== undefined) { + RogueRoom.encode(message.room, writer.uint32(18).fork()).ldelim(); + } + if (message.appraisalInfo !== undefined) { + RogueAppraisalInfo.encode( + message.appraisalInfo, + writer.uint32(26).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): EnterNextRogueRoomScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterNextRogueRoomScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.maze = Maze.decode(reader, reader.uint32()); + break; + case 2: + message.room = RogueRoom.decode(reader, reader.uint32()); + break; + case 3: + message.appraisalInfo = RogueAppraisalInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterNextRogueRoomScNotify { + return { + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + room: isSet(object.room) ? RogueRoom.fromJSON(object.room) : undefined, + appraisalInfo: isSet(object.appraisalInfo) + ? RogueAppraisalInfo.fromJSON(object.appraisalInfo) + : undefined, + }; + }, + + toJSON(message: EnterNextRogueRoomScNotify): unknown { + const obj: any = {}; + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + message.room !== undefined && + (obj.room = message.room ? RogueRoom.toJSON(message.room) : undefined); + message.appraisalInfo !== undefined && + (obj.appraisalInfo = message.appraisalInfo + ? RogueAppraisalInfo.toJSON(message.appraisalInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterNextRogueRoomScNotify { + const message = createBaseEnterNextRogueRoomScNotify(); + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + message.room = + object.room !== undefined && object.room !== null + ? RogueRoom.fromPartial(object.room) + : undefined; + message.appraisalInfo = + object.appraisalInfo !== undefined && object.appraisalInfo !== null + ? RogueAppraisalInfo.fromPartial(object.appraisalInfo) + : undefined; + return message; + }, +}; + +function createBaseSyncRogueFinishScNotify(): SyncRogueFinishScNotify { + return { finishInfo: undefined }; +} + +export const SyncRogueFinishScNotify = { + encode( + message: SyncRogueFinishScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.finishInfo !== undefined) { + RogueFinishInfo.encode( + message.finishInfo, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueFinishScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueFinishScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.finishInfo = RogueFinishInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueFinishScNotify { + return { + finishInfo: isSet(object.finishInfo) + ? RogueFinishInfo.fromJSON(object.finishInfo) + : undefined, + }; + }, + + toJSON(message: SyncRogueFinishScNotify): unknown { + const obj: any = {}; + message.finishInfo !== undefined && + (obj.finishInfo = message.finishInfo + ? RogueFinishInfo.toJSON(message.finishInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncRogueFinishScNotify { + const message = createBaseSyncRogueFinishScNotify(); + message.finishInfo = + object.finishInfo !== undefined && object.finishInfo !== null + ? RogueFinishInfo.fromPartial(object.finishInfo) + : undefined; + return message; + }, +}; + +function createBasePickRogueAvatarCsReq(): PickRogueAvatarCsReq { + return { baseAvatarId: 0, propEntityId: 0, baseAvatarIdList: [] }; +} + +export const PickRogueAvatarCsReq = { + encode( + message: PickRogueAvatarCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + if (message.propEntityId !== 0) { + writer.uint32(16).uint32(message.propEntityId); + } + writer.uint32(26).fork(); + for (const v of message.baseAvatarIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): PickRogueAvatarCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePickRogueAvatarCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + case 2: + message.propEntityId = reader.uint32(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.baseAvatarIdList.push(reader.uint32()); + } + } else { + message.baseAvatarIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PickRogueAvatarCsReq { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + baseAvatarIdList: Array.isArray(object?.baseAvatarIdList) + ? object.baseAvatarIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: PickRogueAvatarCsReq): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + if (message.baseAvatarIdList) { + obj.baseAvatarIdList = message.baseAvatarIdList.map((e) => Math.round(e)); + } else { + obj.baseAvatarIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): PickRogueAvatarCsReq { + const message = createBasePickRogueAvatarCsReq(); + message.baseAvatarId = object.baseAvatarId ?? 0; + message.propEntityId = object.propEntityId ?? 0; + message.baseAvatarIdList = object.baseAvatarIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBasePickRogueAvatarScRsp(): PickRogueAvatarScRsp { + return { retcode: 0, baseAvatarId: 0, baseAvatarIdList: [] }; +} + +export const PickRogueAvatarScRsp = { + encode( + message: PickRogueAvatarScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.baseAvatarId !== 0) { + writer.uint32(16).uint32(message.baseAvatarId); + } + writer.uint32(26).fork(); + for (const v of message.baseAvatarIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): PickRogueAvatarScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePickRogueAvatarScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.baseAvatarId = reader.uint32(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.baseAvatarIdList.push(reader.uint32()); + } + } else { + message.baseAvatarIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PickRogueAvatarScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + baseAvatarIdList: Array.isArray(object?.baseAvatarIdList) + ? object.baseAvatarIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: PickRogueAvatarScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + if (message.baseAvatarIdList) { + obj.baseAvatarIdList = message.baseAvatarIdList.map((e) => Math.round(e)); + } else { + obj.baseAvatarIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): PickRogueAvatarScRsp { + const message = createBasePickRogueAvatarScRsp(); + message.retcode = object.retcode ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + message.baseAvatarIdList = object.baseAvatarIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseAddRogueBuffScNotify(): AddRogueBuffScNotify { + return { mazeBuffInfo: undefined }; +} + +export const AddRogueBuffScNotify = { + encode( + message: AddRogueBuffScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.mazeBuffInfo !== undefined) { + RogueBuff.encode(message.mazeBuffInfo, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): AddRogueBuffScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAddRogueBuffScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.mazeBuffInfo = RogueBuff.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AddRogueBuffScNotify { + return { + mazeBuffInfo: isSet(object.mazeBuffInfo) + ? RogueBuff.fromJSON(object.mazeBuffInfo) + : undefined, + }; + }, + + toJSON(message: AddRogueBuffScNotify): unknown { + const obj: any = {}; + message.mazeBuffInfo !== undefined && + (obj.mazeBuffInfo = message.mazeBuffInfo + ? RogueBuff.toJSON(message.mazeBuffInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): AddRogueBuffScNotify { + const message = createBaseAddRogueBuffScNotify(); + message.mazeBuffInfo = + object.mazeBuffInfo !== undefined && object.mazeBuffInfo !== null + ? RogueBuff.fromPartial(object.mazeBuffInfo) + : undefined; + return message; + }, +}; + +function createBaseReviveRogueAvatarCsReq(): ReviveRogueAvatarCsReq { + return { baseAvatarId: 0 }; +} + +export const ReviveRogueAvatarCsReq = { + encode( + message: ReviveRogueAvatarCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.baseAvatarId !== 0) { + writer.uint32(8).uint32(message.baseAvatarId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ReviveRogueAvatarCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseReviveRogueAvatarCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.baseAvatarId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ReviveRogueAvatarCsReq { + return { + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + }; + }, + + toJSON(message: ReviveRogueAvatarCsReq): unknown { + const obj: any = {}; + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ReviveRogueAvatarCsReq { + const message = createBaseReviveRogueAvatarCsReq(); + message.baseAvatarId = object.baseAvatarId ?? 0; + return message; + }, +}; + +function createBaseReviveRogueAvatarScRsp(): ReviveRogueAvatarScRsp { + return { retcode: 0, baseAvatarId: 0, rogueStamina: 0, reviveCount: 0 }; +} + +export const ReviveRogueAvatarScRsp = { + encode( + message: ReviveRogueAvatarScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.baseAvatarId !== 0) { + writer.uint32(16).uint32(message.baseAvatarId); + } + if (message.rogueStamina !== 0) { + writer.uint32(24).uint32(message.rogueStamina); + } + if (message.reviveCount !== 0) { + writer.uint32(32).uint32(message.reviveCount); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ReviveRogueAvatarScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseReviveRogueAvatarScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.baseAvatarId = reader.uint32(); + break; + case 3: + message.rogueStamina = reader.uint32(); + break; + case 4: + message.reviveCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ReviveRogueAvatarScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + rogueStamina: isSet(object.rogueStamina) + ? Number(object.rogueStamina) + : 0, + reviveCount: isSet(object.reviveCount) ? Number(object.reviveCount) : 0, + }; + }, + + toJSON(message: ReviveRogueAvatarScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.rogueStamina !== undefined && + (obj.rogueStamina = Math.round(message.rogueStamina)); + message.reviveCount !== undefined && + (obj.reviveCount = Math.round(message.reviveCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ReviveRogueAvatarScRsp { + const message = createBaseReviveRogueAvatarScRsp(); + message.retcode = object.retcode ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + message.rogueStamina = object.rogueStamina ?? 0; + message.reviveCount = object.reviveCount ?? 0; + return message; + }, +}; + +function createBaseSaveRogueRecordCsReq(): SaveRogueRecordCsReq { + return { save: false, slot: 0, name: "" }; +} + +export const SaveRogueRecordCsReq = { + encode( + message: SaveRogueRecordCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.save === true) { + writer.uint32(8).bool(message.save); + } + if (message.slot !== 0) { + writer.uint32(16).uint32(message.slot); + } + if (message.name !== "") { + writer.uint32(26).string(message.name); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SaveRogueRecordCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSaveRogueRecordCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.save = reader.bool(); + break; + case 2: + message.slot = reader.uint32(); + break; + case 3: + message.name = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SaveRogueRecordCsReq { + return { + save: isSet(object.save) ? Boolean(object.save) : false, + slot: isSet(object.slot) ? Number(object.slot) : 0, + name: isSet(object.name) ? String(object.name) : "", + }; + }, + + toJSON(message: SaveRogueRecordCsReq): unknown { + const obj: any = {}; + message.save !== undefined && (obj.save = message.save); + message.slot !== undefined && (obj.slot = Math.round(message.slot)); + message.name !== undefined && (obj.name = message.name); + return obj; + }, + + fromPartial, I>>( + object: I + ): SaveRogueRecordCsReq { + const message = createBaseSaveRogueRecordCsReq(); + message.save = object.save ?? false; + message.slot = object.slot ?? 0; + message.name = object.name ?? ""; + return message; + }, +}; + +function createBaseSaveRogueRecordScRsp(): SaveRogueRecordScRsp { + return { retcode: 0, record: undefined }; +} + +export const SaveRogueRecordScRsp = { + encode( + message: SaveRogueRecordScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.record !== undefined) { + RogueRecord.encode(message.record, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SaveRogueRecordScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSaveRogueRecordScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.record = RogueRecord.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SaveRogueRecordScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + record: isSet(object.record) + ? RogueRecord.fromJSON(object.record) + : undefined, + }; + }, + + toJSON(message: SaveRogueRecordScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.record !== undefined && + (obj.record = message.record + ? RogueRecord.toJSON(message.record) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SaveRogueRecordScRsp { + const message = createBaseSaveRogueRecordScRsp(); + message.retcode = object.retcode ?? 0; + message.record = + object.record !== undefined && object.record !== null + ? RogueRecord.fromPartial(object.record) + : undefined; + return message; + }, +}; + +function createBaseRecoverRogueStaminaCsReq(): RecoverRogueStaminaCsReq { + return { propEntityId: 0 }; +} + +export const RecoverRogueStaminaCsReq = { + encode( + message: RecoverRogueStaminaCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.propEntityId !== 0) { + writer.uint32(8).uint32(message.propEntityId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RecoverRogueStaminaCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRecoverRogueStaminaCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.propEntityId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RecoverRogueStaminaCsReq { + return { + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + }; + }, + + toJSON(message: RecoverRogueStaminaCsReq): unknown { + const obj: any = {}; + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RecoverRogueStaminaCsReq { + const message = createBaseRecoverRogueStaminaCsReq(); + message.propEntityId = object.propEntityId ?? 0; + return message; + }, +}; + +function createBaseRecoverRogueStaminaScRsp(): RecoverRogueStaminaScRsp { + return { retcode: 0, rogueStamina: 0, rogueCoin: 0, recoverStaminaCount: 0 }; +} + +export const RecoverRogueStaminaScRsp = { + encode( + message: RecoverRogueStaminaScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.rogueStamina !== 0) { + writer.uint32(16).uint32(message.rogueStamina); + } + if (message.rogueCoin !== 0) { + writer.uint32(24).uint32(message.rogueCoin); + } + if (message.recoverStaminaCount !== 0) { + writer.uint32(32).uint32(message.recoverStaminaCount); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RecoverRogueStaminaScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRecoverRogueStaminaScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.rogueStamina = reader.uint32(); + break; + case 3: + message.rogueCoin = reader.uint32(); + break; + case 4: + message.recoverStaminaCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RecoverRogueStaminaScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + rogueStamina: isSet(object.rogueStamina) + ? Number(object.rogueStamina) + : 0, + rogueCoin: isSet(object.rogueCoin) ? Number(object.rogueCoin) : 0, + recoverStaminaCount: isSet(object.recoverStaminaCount) + ? Number(object.recoverStaminaCount) + : 0, + }; + }, + + toJSON(message: RecoverRogueStaminaScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.rogueStamina !== undefined && + (obj.rogueStamina = Math.round(message.rogueStamina)); + message.rogueCoin !== undefined && + (obj.rogueCoin = Math.round(message.rogueCoin)); + message.recoverStaminaCount !== undefined && + (obj.recoverStaminaCount = Math.round(message.recoverStaminaCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RecoverRogueStaminaScRsp { + const message = createBaseRecoverRogueStaminaScRsp(); + message.retcode = object.retcode ?? 0; + message.rogueStamina = object.rogueStamina ?? 0; + message.rogueCoin = object.rogueCoin ?? 0; + message.recoverStaminaCount = object.recoverStaminaCount ?? 0; + return message; + }, +}; + +function createBaseStartRogueChallengeCsReq(): StartRogueChallengeCsReq { + return { recordSlot: 0 }; +} + +export const StartRogueChallengeCsReq = { + encode( + message: StartRogueChallengeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.recordSlot !== 0) { + writer.uint32(8).uint32(message.recordSlot); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): StartRogueChallengeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartRogueChallengeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.recordSlot = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartRogueChallengeCsReq { + return { + recordSlot: isSet(object.recordSlot) ? Number(object.recordSlot) : 0, + }; + }, + + toJSON(message: StartRogueChallengeCsReq): unknown { + const obj: any = {}; + message.recordSlot !== undefined && + (obj.recordSlot = Math.round(message.recordSlot)); + return obj; + }, + + fromPartial, I>>( + object: I + ): StartRogueChallengeCsReq { + const message = createBaseStartRogueChallengeCsReq(); + message.recordSlot = object.recordSlot ?? 0; + return message; + }, +}; + +function createBaseStartRogueChallengeScRsp(): StartRogueChallengeScRsp { + return { retcode: 0, maze: undefined, rogueChallengeInfo: undefined }; +} + +export const StartRogueChallengeScRsp = { + encode( + message: StartRogueChallengeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + if (message.rogueChallengeInfo !== undefined) { + RogueChallengeInfo.encode( + message.rogueChallengeInfo, + writer.uint32(26).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): StartRogueChallengeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartRogueChallengeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + case 3: + message.rogueChallengeInfo = RogueChallengeInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartRogueChallengeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + rogueChallengeInfo: isSet(object.rogueChallengeInfo) + ? RogueChallengeInfo.fromJSON(object.rogueChallengeInfo) + : undefined, + }; + }, + + toJSON(message: StartRogueChallengeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + message.rogueChallengeInfo !== undefined && + (obj.rogueChallengeInfo = message.rogueChallengeInfo + ? RogueChallengeInfo.toJSON(message.rogueChallengeInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): StartRogueChallengeScRsp { + const message = createBaseStartRogueChallengeScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + message.rogueChallengeInfo = + object.rogueChallengeInfo !== undefined && + object.rogueChallengeInfo !== null + ? RogueChallengeInfo.fromPartial(object.rogueChallengeInfo) + : undefined; + return message; + }, +}; + +function createBaseLeaveRogueChallengeCsReq(): LeaveRogueChallengeCsReq { + return {}; +} + +export const LeaveRogueChallengeCsReq = { + encode( + _: LeaveRogueChallengeCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): LeaveRogueChallengeCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLeaveRogueChallengeCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): LeaveRogueChallengeCsReq { + return {}; + }, + + toJSON(_: LeaveRogueChallengeCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): LeaveRogueChallengeCsReq { + const message = createBaseLeaveRogueChallengeCsReq(); + return message; + }, +}; + +function createBaseLeaveRogueChallengeScRsp(): LeaveRogueChallengeScRsp { + return { retcode: 0, maze: undefined, rogueChallengeInfo: undefined }; +} + +export const LeaveRogueChallengeScRsp = { + encode( + message: LeaveRogueChallengeScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + if (message.rogueChallengeInfo !== undefined) { + RogueChallengeInfo.encode( + message.rogueChallengeInfo, + writer.uint32(26).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): LeaveRogueChallengeScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLeaveRogueChallengeScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + case 3: + message.rogueChallengeInfo = RogueChallengeInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LeaveRogueChallengeScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + rogueChallengeInfo: isSet(object.rogueChallengeInfo) + ? RogueChallengeInfo.fromJSON(object.rogueChallengeInfo) + : undefined, + }; + }, + + toJSON(message: LeaveRogueChallengeScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + message.rogueChallengeInfo !== undefined && + (obj.rogueChallengeInfo = message.rogueChallengeInfo + ? RogueChallengeInfo.toJSON(message.rogueChallengeInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): LeaveRogueChallengeScRsp { + const message = createBaseLeaveRogueChallengeScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + message.rogueChallengeInfo = + object.rogueChallengeInfo !== undefined && + object.rogueChallengeInfo !== null + ? RogueChallengeInfo.fromPartial(object.rogueChallengeInfo) + : undefined; + return message; + }, +}; + +function createBaseSyncRogueChallengeFinishScNotify(): SyncRogueChallengeFinishScNotify { + return { finishInfo: undefined }; +} + +export const SyncRogueChallengeFinishScNotify = { + encode( + message: SyncRogueChallengeFinishScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.finishInfo !== undefined) { + RogueChallengeFinishInfo.encode( + message.finishInfo, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueChallengeFinishScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueChallengeFinishScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.finishInfo = RogueChallengeFinishInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueChallengeFinishScNotify { + return { + finishInfo: isSet(object.finishInfo) + ? RogueChallengeFinishInfo.fromJSON(object.finishInfo) + : undefined, + }; + }, + + toJSON(message: SyncRogueChallengeFinishScNotify): unknown { + const obj: any = {}; + message.finishInfo !== undefined && + (obj.finishInfo = message.finishInfo + ? RogueChallengeFinishInfo.toJSON(message.finishInfo) + : undefined); + return obj; + }, + + fromPartial< + I extends Exact, I> + >(object: I): SyncRogueChallengeFinishScNotify { + const message = createBaseSyncRogueChallengeFinishScNotify(); + message.finishInfo = + object.finishInfo !== undefined && object.finishInfo !== null + ? RogueChallengeFinishInfo.fromPartial(object.finishInfo) + : undefined; + return message; + }, +}; + +function createBaseQuitRogueCsReq(): QuitRogueCsReq { + return {}; +} + +export const QuitRogueCsReq = { + encode( + _: QuitRogueCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): QuitRogueCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQuitRogueCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): QuitRogueCsReq { + return {}; + }, + + toJSON(_: QuitRogueCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): QuitRogueCsReq { + const message = createBaseQuitRogueCsReq(); + return message; + }, +}; + +function createBaseQuitRogueScRsp(): QuitRogueScRsp { + return { retcode: 0, finishInfo: undefined }; +} + +export const QuitRogueScRsp = { + encode( + message: QuitRogueScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.finishInfo !== undefined) { + RogueFinishInfo.encode( + message.finishInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): QuitRogueScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseQuitRogueScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.finishInfo = RogueFinishInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): QuitRogueScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + finishInfo: isSet(object.finishInfo) + ? RogueFinishInfo.fromJSON(object.finishInfo) + : undefined, + }; + }, + + toJSON(message: QuitRogueScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.finishInfo !== undefined && + (obj.finishInfo = message.finishInfo + ? RogueFinishInfo.toJSON(message.finishInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): QuitRogueScRsp { + const message = createBaseQuitRogueScRsp(); + message.retcode = object.retcode ?? 0; + message.finishInfo = + object.finishInfo !== undefined && object.finishInfo !== null + ? RogueFinishInfo.fromPartial(object.finishInfo) + : undefined; + return message; + }, +}; + +function createBaseAppraisalRogueStoneCsReq(): AppraisalRogueStoneCsReq { + return { stoneItemId: 0 }; +} + +export const AppraisalRogueStoneCsReq = { + encode( + message: AppraisalRogueStoneCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.stoneItemId !== 0) { + writer.uint32(8).uint32(message.stoneItemId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): AppraisalRogueStoneCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAppraisalRogueStoneCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.stoneItemId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AppraisalRogueStoneCsReq { + return { + stoneItemId: isSet(object.stoneItemId) ? Number(object.stoneItemId) : 0, + }; + }, + + toJSON(message: AppraisalRogueStoneCsReq): unknown { + const obj: any = {}; + message.stoneItemId !== undefined && + (obj.stoneItemId = Math.round(message.stoneItemId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): AppraisalRogueStoneCsReq { + const message = createBaseAppraisalRogueStoneCsReq(); + message.stoneItemId = object.stoneItemId ?? 0; + return message; + }, +}; + +function createBaseAppraisalRogueStoneScRsp(): AppraisalRogueStoneScRsp { + return { + retcode: 0, + result: 0, + reward: undefined, + mazeBuffInfo: undefined, + appraisalRecord: undefined, + itemInfo: undefined, + }; +} + +export const AppraisalRogueStoneScRsp = { + encode( + message: AppraisalRogueStoneScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.result !== 0) { + writer.uint32(16).int32(message.result); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(26).fork()).ldelim(); + } + if (message.mazeBuffInfo !== undefined) { + RogueBuff.encode(message.mazeBuffInfo, writer.uint32(34).fork()).ldelim(); + } + if (message.appraisalRecord !== undefined) { + RogueAppraisalRecord.encode( + message.appraisalRecord, + writer.uint32(42).fork() + ).ldelim(); + } + if (message.itemInfo !== undefined) { + RogueAppraisalItemInfo.encode( + message.itemInfo, + writer.uint32(50).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): AppraisalRogueStoneScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAppraisalRogueStoneScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.result = reader.int32() as any; + break; + case 3: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + case 4: + message.mazeBuffInfo = RogueBuff.decode(reader, reader.uint32()); + break; + case 5: + message.appraisalRecord = RogueAppraisalRecord.decode( + reader, + reader.uint32() + ); + break; + case 6: + message.itemInfo = RogueAppraisalItemInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AppraisalRogueStoneScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + result: isSet(object.result) + ? rogueStoneAppraisalResultFromJSON(object.result) + : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + mazeBuffInfo: isSet(object.mazeBuffInfo) + ? RogueBuff.fromJSON(object.mazeBuffInfo) + : undefined, + appraisalRecord: isSet(object.appraisalRecord) + ? RogueAppraisalRecord.fromJSON(object.appraisalRecord) + : undefined, + itemInfo: isSet(object.itemInfo) + ? RogueAppraisalItemInfo.fromJSON(object.itemInfo) + : undefined, + }; + }, + + toJSON(message: AppraisalRogueStoneScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.result !== undefined && + (obj.result = rogueStoneAppraisalResultToJSON(message.result)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + message.mazeBuffInfo !== undefined && + (obj.mazeBuffInfo = message.mazeBuffInfo + ? RogueBuff.toJSON(message.mazeBuffInfo) + : undefined); + message.appraisalRecord !== undefined && + (obj.appraisalRecord = message.appraisalRecord + ? RogueAppraisalRecord.toJSON(message.appraisalRecord) + : undefined); + message.itemInfo !== undefined && + (obj.itemInfo = message.itemInfo + ? RogueAppraisalItemInfo.toJSON(message.itemInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): AppraisalRogueStoneScRsp { + const message = createBaseAppraisalRogueStoneScRsp(); + message.retcode = object.retcode ?? 0; + message.result = object.result ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + message.mazeBuffInfo = + object.mazeBuffInfo !== undefined && object.mazeBuffInfo !== null + ? RogueBuff.fromPartial(object.mazeBuffInfo) + : undefined; + message.appraisalRecord = + object.appraisalRecord !== undefined && object.appraisalRecord !== null + ? RogueAppraisalRecord.fromPartial(object.appraisalRecord) + : undefined; + message.itemInfo = + object.itemInfo !== undefined && object.itemInfo !== null + ? RogueAppraisalItemInfo.fromPartial(object.itemInfo) + : undefined; + return message; + }, +}; + +function createBaseSyncRogueSeasonFinishScNotify(): SyncRogueSeasonFinishScNotify { + return { finishInfo: undefined }; +} + +export const SyncRogueSeasonFinishScNotify = { + encode( + message: SyncRogueSeasonFinishScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.finishInfo !== undefined) { + RogueFinishInfo.encode( + message.finishInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueSeasonFinishScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueSeasonFinishScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 2: + message.finishInfo = RogueFinishInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueSeasonFinishScNotify { + return { + finishInfo: isSet(object.finishInfo) + ? RogueFinishInfo.fromJSON(object.finishInfo) + : undefined, + }; + }, + + toJSON(message: SyncRogueSeasonFinishScNotify): unknown { + const obj: any = {}; + message.finishInfo !== undefined && + (obj.finishInfo = message.finishInfo + ? RogueFinishInfo.toJSON(message.finishInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncRogueSeasonFinishScNotify { + const message = createBaseSyncRogueSeasonFinishScNotify(); + message.finishInfo = + object.finishInfo !== undefined && object.finishInfo !== null + ? RogueFinishInfo.fromPartial(object.finishInfo) + : undefined; + return message; + }, +}; + +function createBaseSyncRogueInfoChangeScNotify(): SyncRogueInfoChangeScNotify { + return { recoverStaminaCount: 0, rogueExploreLv: 0 }; +} + +export const SyncRogueInfoChangeScNotify = { + encode( + message: SyncRogueInfoChangeScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.recoverStaminaCount !== 0) { + writer.uint32(8).uint32(message.recoverStaminaCount); + } + if (message.rogueExploreLv !== 0) { + writer.uint32(16).uint32(message.rogueExploreLv); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueInfoChangeScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueInfoChangeScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.recoverStaminaCount = reader.uint32(); + break; + case 2: + message.rogueExploreLv = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueInfoChangeScNotify { + return { + recoverStaminaCount: isSet(object.recoverStaminaCount) + ? Number(object.recoverStaminaCount) + : 0, + rogueExploreLv: isSet(object.rogueExploreLv) + ? Number(object.rogueExploreLv) + : 0, + }; + }, + + toJSON(message: SyncRogueInfoChangeScNotify): unknown { + const obj: any = {}; + message.recoverStaminaCount !== undefined && + (obj.recoverStaminaCount = Math.round(message.recoverStaminaCount)); + message.rogueExploreLv !== undefined && + (obj.rogueExploreLv = Math.round(message.rogueExploreLv)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncRogueInfoChangeScNotify { + const message = createBaseSyncRogueInfoChangeScNotify(); + message.recoverStaminaCount = object.recoverStaminaCount ?? 0; + message.rogueExploreLv = object.rogueExploreLv ?? 0; + return message; + }, +}; + +function createBaseAddRogueExtraBuffScNotify(): AddRogueExtraBuffScNotify { + return { extraBuffInfo: undefined }; +} + +export const AddRogueExtraBuffScNotify = { + encode( + message: AddRogueExtraBuffScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.extraBuffInfo !== undefined) { + RogueBuff.encode( + message.extraBuffInfo, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): AddRogueExtraBuffScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAddRogueExtraBuffScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.extraBuffInfo = RogueBuff.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AddRogueExtraBuffScNotify { + return { + extraBuffInfo: isSet(object.extraBuffInfo) + ? RogueBuff.fromJSON(object.extraBuffInfo) + : undefined, + }; + }, + + toJSON(message: AddRogueExtraBuffScNotify): unknown { + const obj: any = {}; + message.extraBuffInfo !== undefined && + (obj.extraBuffInfo = message.extraBuffInfo + ? RogueBuff.toJSON(message.extraBuffInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): AddRogueExtraBuffScNotify { + const message = createBaseAddRogueExtraBuffScNotify(); + message.extraBuffInfo = + object.extraBuffInfo !== undefined && object.extraBuffInfo !== null + ? RogueBuff.fromPartial(object.extraBuffInfo) + : undefined; + return message; + }, +}; + +function createBaseEnterRogueMapRoomCsReq(): EnterRogueMapRoomCsReq { + return { roomId: 0 }; +} + +export const EnterRogueMapRoomCsReq = { + encode( + message: EnterRogueMapRoomCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.roomId !== 0) { + writer.uint32(8).uint32(message.roomId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): EnterRogueMapRoomCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterRogueMapRoomCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.roomId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterRogueMapRoomCsReq { + return { + roomId: isSet(object.roomId) ? Number(object.roomId) : 0, + }; + }, + + toJSON(message: EnterRogueMapRoomCsReq): unknown { + const obj: any = {}; + message.roomId !== undefined && (obj.roomId = Math.round(message.roomId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterRogueMapRoomCsReq { + const message = createBaseEnterRogueMapRoomCsReq(); + message.roomId = object.roomId ?? 0; + return message; + }, +}; + +function createBaseEnterRogueMapRoomScRsp(): EnterRogueMapRoomScRsp { + return { retcode: 0, maze: undefined, curRoomId: 0 }; +} + +export const EnterRogueMapRoomScRsp = { + encode( + message: EnterRogueMapRoomScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + if (message.curRoomId !== 0) { + writer.uint32(24).uint32(message.curRoomId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): EnterRogueMapRoomScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterRogueMapRoomScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + case 3: + message.curRoomId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterRogueMapRoomScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + curRoomId: isSet(object.curRoomId) ? Number(object.curRoomId) : 0, + }; + }, + + toJSON(message: EnterRogueMapRoomScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + message.curRoomId !== undefined && + (obj.curRoomId = Math.round(message.curRoomId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterRogueMapRoomScRsp { + const message = createBaseEnterRogueMapRoomScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + message.curRoomId = object.curRoomId ?? 0; + return message; + }, +}; + +function createBaseEnterRogueNextLevelCsReq(): EnterRogueNextLevelCsReq { + return {}; +} + +export const EnterRogueNextLevelCsReq = { + encode( + _: EnterRogueNextLevelCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): EnterRogueNextLevelCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterRogueNextLevelCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): EnterRogueNextLevelCsReq { + return {}; + }, + + toJSON(_: EnterRogueNextLevelCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): EnterRogueNextLevelCsReq { + const message = createBaseEnterRogueNextLevelCsReq(); + return message; + }, +}; + +function createBaseEnterRogueNextLevelScRsp(): EnterRogueNextLevelScRsp { + return { + retcode: 0, + maze: undefined, + levelInfo: undefined, + appraisalInfo: undefined, + }; +} + +export const EnterRogueNextLevelScRsp = { + encode( + message: EnterRogueNextLevelScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.maze !== undefined) { + Maze.encode(message.maze, writer.uint32(18).fork()).ldelim(); + } + if (message.levelInfo !== undefined) { + RogueLevel.encode(message.levelInfo, writer.uint32(26).fork()).ldelim(); + } + if (message.appraisalInfo !== undefined) { + RogueAppraisalInfo.encode( + message.appraisalInfo, + writer.uint32(34).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): EnterRogueNextLevelScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterRogueNextLevelScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.maze = Maze.decode(reader, reader.uint32()); + break; + case 3: + message.levelInfo = RogueLevel.decode(reader, reader.uint32()); + break; + case 4: + message.appraisalInfo = RogueAppraisalInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterRogueNextLevelScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + maze: isSet(object.maze) ? Maze.fromJSON(object.maze) : undefined, + levelInfo: isSet(object.levelInfo) + ? RogueLevel.fromJSON(object.levelInfo) + : undefined, + appraisalInfo: isSet(object.appraisalInfo) + ? RogueAppraisalInfo.fromJSON(object.appraisalInfo) + : undefined, + }; + }, + + toJSON(message: EnterRogueNextLevelScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.maze !== undefined && + (obj.maze = message.maze ? Maze.toJSON(message.maze) : undefined); + message.levelInfo !== undefined && + (obj.levelInfo = message.levelInfo + ? RogueLevel.toJSON(message.levelInfo) + : undefined); + message.appraisalInfo !== undefined && + (obj.appraisalInfo = message.appraisalInfo + ? RogueAppraisalInfo.toJSON(message.appraisalInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterRogueNextLevelScRsp { + const message = createBaseEnterRogueNextLevelScRsp(); + message.retcode = object.retcode ?? 0; + message.maze = + object.maze !== undefined && object.maze !== null + ? Maze.fromPartial(object.maze) + : undefined; + message.levelInfo = + object.levelInfo !== undefined && object.levelInfo !== null + ? RogueLevel.fromPartial(object.levelInfo) + : undefined; + message.appraisalInfo = + object.appraisalInfo !== undefined && object.appraisalInfo !== null + ? RogueAppraisalInfo.fromPartial(object.appraisalInfo) + : undefined; + return message; + }, +}; + +function createBaseSyncRogueMapRoomScNotify(): SyncRogueMapRoomScNotify { + return { levelId: 0, mapId: 0, roomInfo: undefined }; +} + +export const SyncRogueMapRoomScNotify = { + encode( + message: SyncRogueMapRoomScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.levelId !== 0) { + writer.uint32(8).uint32(message.levelId); + } + if (message.mapId !== 0) { + writer.uint32(16).uint32(message.mapId); + } + if (message.roomInfo !== undefined) { + RogueRoom.encode(message.roomInfo, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueMapRoomScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueMapRoomScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.levelId = reader.uint32(); + break; + case 2: + message.mapId = reader.uint32(); + break; + case 3: + message.roomInfo = RogueRoom.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueMapRoomScNotify { + return { + levelId: isSet(object.levelId) ? Number(object.levelId) : 0, + mapId: isSet(object.mapId) ? Number(object.mapId) : 0, + roomInfo: isSet(object.roomInfo) + ? RogueRoom.fromJSON(object.roomInfo) + : undefined, + }; + }, + + toJSON(message: SyncRogueMapRoomScNotify): unknown { + const obj: any = {}; + message.levelId !== undefined && + (obj.levelId = Math.round(message.levelId)); + message.mapId !== undefined && (obj.mapId = Math.round(message.mapId)); + message.roomInfo !== undefined && + (obj.roomInfo = message.roomInfo + ? RogueRoom.toJSON(message.roomInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncRogueMapRoomScNotify { + const message = createBaseSyncRogueMapRoomScNotify(); + message.levelId = object.levelId ?? 0; + message.mapId = object.mapId ?? 0; + message.roomInfo = + object.roomInfo !== undefined && object.roomInfo !== null + ? RogueRoom.fromPartial(object.roomInfo) + : undefined; + return message; + }, +}; + +function createBaseSyncRoguePickAvatarScNotify(): SyncRoguePickAvatarScNotify { + return {}; +} + +export const SyncRoguePickAvatarScNotify = { + encode( + _: SyncRoguePickAvatarScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRoguePickAvatarScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRoguePickAvatarScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): SyncRoguePickAvatarScNotify { + return {}; + }, + + toJSON(_: SyncRoguePickAvatarScNotify): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): SyncRoguePickAvatarScNotify { + const message = createBaseSyncRoguePickAvatarScNotify(); + return message; + }, +}; + +function createBaseSetRogueBlessCsReq(): SetRogueBlessCsReq { + return { blessId: 0 }; +} + +export const SetRogueBlessCsReq = { + encode( + message: SetRogueBlessCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.blessId !== 0) { + writer.uint32(8).uint32(message.blessId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetRogueBlessCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetRogueBlessCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.blessId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetRogueBlessCsReq { + return { + blessId: isSet(object.blessId) ? Number(object.blessId) : 0, + }; + }, + + toJSON(message: SetRogueBlessCsReq): unknown { + const obj: any = {}; + message.blessId !== undefined && + (obj.blessId = Math.round(message.blessId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetRogueBlessCsReq { + const message = createBaseSetRogueBlessCsReq(); + message.blessId = object.blessId ?? 0; + return message; + }, +}; + +function createBaseSetRogueBlessScRsp(): SetRogueBlessScRsp { + return { retcode: 0, blessId: 0 }; +} + +export const SetRogueBlessScRsp = { + encode( + message: SetRogueBlessScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.blessId !== 0) { + writer.uint32(16).uint32(message.blessId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetRogueBlessScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetRogueBlessScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.blessId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetRogueBlessScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + blessId: isSet(object.blessId) ? Number(object.blessId) : 0, + }; + }, + + toJSON(message: SetRogueBlessScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.blessId !== undefined && + (obj.blessId = Math.round(message.blessId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetRogueBlessScRsp { + const message = createBaseSetRogueBlessScRsp(); + message.retcode = object.retcode ?? 0; + message.blessId = object.blessId ?? 0; + return message; + }, +}; + +function createBaseSyncRogueBlessScNotify(): SyncRogueBlessScNotify { + return { blessInfo: undefined, levelUpMax: false }; +} + +export const SyncRogueBlessScNotify = { + encode( + message: SyncRogueBlessScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.blessInfo !== undefined) { + RogueBlessInfo.encode( + message.blessInfo, + writer.uint32(10).fork() + ).ldelim(); + } + if (message.levelUpMax === true) { + writer.uint32(16).bool(message.levelUpMax); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueBlessScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueBlessScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.blessInfo = RogueBlessInfo.decode(reader, reader.uint32()); + break; + case 2: + message.levelUpMax = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueBlessScNotify { + return { + blessInfo: isSet(object.blessInfo) + ? RogueBlessInfo.fromJSON(object.blessInfo) + : undefined, + levelUpMax: isSet(object.levelUpMax) ? Boolean(object.levelUpMax) : false, + }; + }, + + toJSON(message: SyncRogueBlessScNotify): unknown { + const obj: any = {}; + message.blessInfo !== undefined && + (obj.blessInfo = message.blessInfo + ? RogueBlessInfo.toJSON(message.blessInfo) + : undefined); + message.levelUpMax !== undefined && (obj.levelUpMax = message.levelUpMax); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncRogueBlessScNotify { + const message = createBaseSyncRogueBlessScNotify(); + message.blessInfo = + object.blessInfo !== undefined && object.blessInfo !== null + ? RogueBlessInfo.fromPartial(object.blessInfo) + : undefined; + message.levelUpMax = object.levelUpMax ?? false; + return message; + }, +}; + +function createBaseGetRogueShopInfoCsReq(): GetRogueShopInfoCsReq { + return {}; +} + +export const GetRogueShopInfoCsReq = { + encode( + _: GetRogueShopInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetRogueShopInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueShopInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetRogueShopInfoCsReq { + return {}; + }, + + toJSON(_: GetRogueShopInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetRogueShopInfoCsReq { + const message = createBaseGetRogueShopInfoCsReq(); + return message; + }, +}; + +function createBaseGetRogueShopInfoScRsp(): GetRogueShopInfoScRsp { + return { retcode: 0, rogueShopInfo: undefined }; +} + +export const GetRogueShopInfoScRsp = { + encode( + message: GetRogueShopInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.rogueShopInfo !== undefined) { + RogueShopInfo.encode( + message.rogueShopInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetRogueShopInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueShopInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.rogueShopInfo = RogueShopInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetRogueShopInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + rogueShopInfo: isSet(object.rogueShopInfo) + ? RogueShopInfo.fromJSON(object.rogueShopInfo) + : undefined, + }; + }, + + toJSON(message: GetRogueShopInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.rogueShopInfo !== undefined && + (obj.rogueShopInfo = message.rogueShopInfo + ? RogueShopInfo.toJSON(message.rogueShopInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetRogueShopInfoScRsp { + const message = createBaseGetRogueShopInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.rogueShopInfo = + object.rogueShopInfo !== undefined && object.rogueShopInfo !== null + ? RogueShopInfo.fromPartial(object.rogueShopInfo) + : undefined; + return message; + }, +}; + +function createBaseBuyRogueShopBuffCsReq(): BuyRogueShopBuffCsReq { + return { buffId: 0, buyCount: 0 }; +} + +export const BuyRogueShopBuffCsReq = { + encode( + message: BuyRogueShopBuffCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.buffId !== 0) { + writer.uint32(8).uint32(message.buffId); + } + if (message.buyCount !== 0) { + writer.uint32(16).uint32(message.buyCount); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): BuyRogueShopBuffCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBuyRogueShopBuffCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.buffId = reader.uint32(); + break; + case 2: + message.buyCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BuyRogueShopBuffCsReq { + return { + buffId: isSet(object.buffId) ? Number(object.buffId) : 0, + buyCount: isSet(object.buyCount) ? Number(object.buyCount) : 0, + }; + }, + + toJSON(message: BuyRogueShopBuffCsReq): unknown { + const obj: any = {}; + message.buffId !== undefined && (obj.buffId = Math.round(message.buffId)); + message.buyCount !== undefined && + (obj.buyCount = Math.round(message.buyCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): BuyRogueShopBuffCsReq { + const message = createBaseBuyRogueShopBuffCsReq(); + message.buffId = object.buffId ?? 0; + message.buyCount = object.buyCount ?? 0; + return message; + }, +}; + +function createBaseBuyRogueShopBuffScRsp(): BuyRogueShopBuffScRsp { + return { + retcode: 0, + buyRogueBuff: undefined, + buyCount: 0, + rogueShopBuff: undefined, + }; +} + +export const BuyRogueShopBuffScRsp = { + encode( + message: BuyRogueShopBuffScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.buyRogueBuff !== undefined) { + RogueBuff.encode(message.buyRogueBuff, writer.uint32(18).fork()).ldelim(); + } + if (message.buyCount !== 0) { + writer.uint32(24).uint32(message.buyCount); + } + if (message.rogueShopBuff !== undefined) { + RogueShopBuff.encode( + message.rogueShopBuff, + writer.uint32(34).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): BuyRogueShopBuffScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBuyRogueShopBuffScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.buyRogueBuff = RogueBuff.decode(reader, reader.uint32()); + break; + case 3: + message.buyCount = reader.uint32(); + break; + case 4: + message.rogueShopBuff = RogueShopBuff.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BuyRogueShopBuffScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + buyRogueBuff: isSet(object.buyRogueBuff) + ? RogueBuff.fromJSON(object.buyRogueBuff) + : undefined, + buyCount: isSet(object.buyCount) ? Number(object.buyCount) : 0, + rogueShopBuff: isSet(object.rogueShopBuff) + ? RogueShopBuff.fromJSON(object.rogueShopBuff) + : undefined, + }; + }, + + toJSON(message: BuyRogueShopBuffScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.buyRogueBuff !== undefined && + (obj.buyRogueBuff = message.buyRogueBuff + ? RogueBuff.toJSON(message.buyRogueBuff) + : undefined); + message.buyCount !== undefined && + (obj.buyCount = Math.round(message.buyCount)); + message.rogueShopBuff !== undefined && + (obj.rogueShopBuff = message.rogueShopBuff + ? RogueShopBuff.toJSON(message.rogueShopBuff) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): BuyRogueShopBuffScRsp { + const message = createBaseBuyRogueShopBuffScRsp(); + message.retcode = object.retcode ?? 0; + message.buyRogueBuff = + object.buyRogueBuff !== undefined && object.buyRogueBuff !== null + ? RogueBuff.fromPartial(object.buyRogueBuff) + : undefined; + message.buyCount = object.buyCount ?? 0; + message.rogueShopBuff = + object.rogueShopBuff !== undefined && object.rogueShopBuff !== null + ? RogueShopBuff.fromPartial(object.rogueShopBuff) + : undefined; + return message; + }, +}; + +function createBaseBuyRogueShopItemCsReq(): BuyRogueShopItemCsReq { + return { itemId: 0, buyCount: 0 }; +} + +export const BuyRogueShopItemCsReq = { + encode( + message: BuyRogueShopItemCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemId !== 0) { + writer.uint32(8).uint32(message.itemId); + } + if (message.buyCount !== 0) { + writer.uint32(16).uint32(message.buyCount); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): BuyRogueShopItemCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBuyRogueShopItemCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemId = reader.uint32(); + break; + case 2: + message.buyCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BuyRogueShopItemCsReq { + return { + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + buyCount: isSet(object.buyCount) ? Number(object.buyCount) : 0, + }; + }, + + toJSON(message: BuyRogueShopItemCsReq): unknown { + const obj: any = {}; + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + message.buyCount !== undefined && + (obj.buyCount = Math.round(message.buyCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): BuyRogueShopItemCsReq { + const message = createBaseBuyRogueShopItemCsReq(); + message.itemId = object.itemId ?? 0; + message.buyCount = object.buyCount ?? 0; + return message; + }, +}; + +function createBaseBuyRogueShopItemScRsp(): BuyRogueShopItemScRsp { + return { + retcode: 0, + itemId: 0, + buyCount: 0, + rogueShopItem: undefined, + rogueShopInfo: undefined, + }; +} + +export const BuyRogueShopItemScRsp = { + encode( + message: BuyRogueShopItemScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.itemId !== 0) { + writer.uint32(16).uint32(message.itemId); + } + if (message.buyCount !== 0) { + writer.uint32(24).uint32(message.buyCount); + } + if (message.rogueShopItem !== undefined) { + RogueShopItem.encode( + message.rogueShopItem, + writer.uint32(34).fork() + ).ldelim(); + } + if (message.rogueShopInfo !== undefined) { + RogueShopInfo.encode( + message.rogueShopInfo, + writer.uint32(42).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): BuyRogueShopItemScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBuyRogueShopItemScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.itemId = reader.uint32(); + break; + case 3: + message.buyCount = reader.uint32(); + break; + case 4: + message.rogueShopItem = RogueShopItem.decode(reader, reader.uint32()); + break; + case 5: + message.rogueShopInfo = RogueShopInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BuyRogueShopItemScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + itemId: isSet(object.itemId) ? Number(object.itemId) : 0, + buyCount: isSet(object.buyCount) ? Number(object.buyCount) : 0, + rogueShopItem: isSet(object.rogueShopItem) + ? RogueShopItem.fromJSON(object.rogueShopItem) + : undefined, + rogueShopInfo: isSet(object.rogueShopInfo) + ? RogueShopInfo.fromJSON(object.rogueShopInfo) + : undefined, + }; + }, + + toJSON(message: BuyRogueShopItemScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.itemId !== undefined && (obj.itemId = Math.round(message.itemId)); + message.buyCount !== undefined && + (obj.buyCount = Math.round(message.buyCount)); + message.rogueShopItem !== undefined && + (obj.rogueShopItem = message.rogueShopItem + ? RogueShopItem.toJSON(message.rogueShopItem) + : undefined); + message.rogueShopInfo !== undefined && + (obj.rogueShopInfo = message.rogueShopInfo + ? RogueShopInfo.toJSON(message.rogueShopInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): BuyRogueShopItemScRsp { + const message = createBaseBuyRogueShopItemScRsp(); + message.retcode = object.retcode ?? 0; + message.itemId = object.itemId ?? 0; + message.buyCount = object.buyCount ?? 0; + message.rogueShopItem = + object.rogueShopItem !== undefined && object.rogueShopItem !== null + ? RogueShopItem.fromPartial(object.rogueShopItem) + : undefined; + message.rogueShopInfo = + object.rogueShopInfo !== undefined && object.rogueShopInfo !== null + ? RogueShopInfo.fromPartial(object.rogueShopInfo) + : undefined; + return message; + }, +}; + +function createBaseFinishRogueDialogueGroupCsReq(): FinishRogueDialogueGroupCsReq { + return { dialogueGroupId: 0 }; +} + +export const FinishRogueDialogueGroupCsReq = { + encode( + message: FinishRogueDialogueGroupCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.dialogueGroupId !== 0) { + writer.uint32(8).uint32(message.dialogueGroupId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishRogueDialogueGroupCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishRogueDialogueGroupCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.dialogueGroupId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishRogueDialogueGroupCsReq { + return { + dialogueGroupId: isSet(object.dialogueGroupId) + ? Number(object.dialogueGroupId) + : 0, + }; + }, + + toJSON(message: FinishRogueDialogueGroupCsReq): unknown { + const obj: any = {}; + message.dialogueGroupId !== undefined && + (obj.dialogueGroupId = Math.round(message.dialogueGroupId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishRogueDialogueGroupCsReq { + const message = createBaseFinishRogueDialogueGroupCsReq(); + message.dialogueGroupId = object.dialogueGroupId ?? 0; + return message; + }, +}; + +function createBaseFinishRogueDialogueGroupScRsp(): FinishRogueDialogueGroupScRsp { + return { retcode: 0 }; +} + +export const FinishRogueDialogueGroupScRsp = { + encode( + message: FinishRogueDialogueGroupScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishRogueDialogueGroupScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishRogueDialogueGroupScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishRogueDialogueGroupScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: FinishRogueDialogueGroupScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishRogueDialogueGroupScRsp { + const message = createBaseFinishRogueDialogueGroupScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseUnlockRogueRoomCsReq(): UnlockRogueRoomCsReq { + return { roomId: 0 }; +} + +export const UnlockRogueRoomCsReq = { + encode( + message: UnlockRogueRoomCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.roomId !== 0) { + writer.uint32(8).uint32(message.roomId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): UnlockRogueRoomCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUnlockRogueRoomCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.roomId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UnlockRogueRoomCsReq { + return { + roomId: isSet(object.roomId) ? Number(object.roomId) : 0, + }; + }, + + toJSON(message: UnlockRogueRoomCsReq): unknown { + const obj: any = {}; + message.roomId !== undefined && (obj.roomId = Math.round(message.roomId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): UnlockRogueRoomCsReq { + const message = createBaseUnlockRogueRoomCsReq(); + message.roomId = object.roomId ?? 0; + return message; + }, +}; + +function createBaseUnlockRogueRoomScRsp(): UnlockRogueRoomScRsp { + return { retcode: 0 }; +} + +export const UnlockRogueRoomScRsp = { + encode( + message: UnlockRogueRoomScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): UnlockRogueRoomScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUnlockRogueRoomScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UnlockRogueRoomScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: UnlockRogueRoomScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): UnlockRogueRoomScRsp { + const message = createBaseUnlockRogueRoomScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseGetRogueGachaInfoCsReq(): GetRogueGachaInfoCsReq { + return {}; +} + +export const GetRogueGachaInfoCsReq = { + encode( + _: GetRogueGachaInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetRogueGachaInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueGachaInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetRogueGachaInfoCsReq { + return {}; + }, + + toJSON(_: GetRogueGachaInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetRogueGachaInfoCsReq { + const message = createBaseGetRogueGachaInfoCsReq(); + return message; + }, +}; + +function createBaseGetRogueGachaInfoScRsp(): GetRogueGachaInfoScRsp { + return { retcode: 0, rogueGachaInfo: undefined }; +} + +export const GetRogueGachaInfoScRsp = { + encode( + message: GetRogueGachaInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.rogueGachaInfo !== undefined) { + RogueGachaInfo.encode( + message.rogueGachaInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetRogueGachaInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueGachaInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.rogueGachaInfo = RogueGachaInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetRogueGachaInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + rogueGachaInfo: isSet(object.rogueGachaInfo) + ? RogueGachaInfo.fromJSON(object.rogueGachaInfo) + : undefined, + }; + }, + + toJSON(message: GetRogueGachaInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.rogueGachaInfo !== undefined && + (obj.rogueGachaInfo = message.rogueGachaInfo + ? RogueGachaInfo.toJSON(message.rogueGachaInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetRogueGachaInfoScRsp { + const message = createBaseGetRogueGachaInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.rogueGachaInfo = + object.rogueGachaInfo !== undefined && object.rogueGachaInfo !== null + ? RogueGachaInfo.fromPartial(object.rogueGachaInfo) + : undefined; + return message; + }, +}; + +function createBaseSetRogueGachaWishListCsReq(): SetRogueGachaWishListCsReq { + return { wishListId: 0 }; +} + +export const SetRogueGachaWishListCsReq = { + encode( + message: SetRogueGachaWishListCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.wishListId !== 0) { + writer.uint32(8).uint32(message.wishListId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetRogueGachaWishListCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetRogueGachaWishListCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.wishListId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetRogueGachaWishListCsReq { + return { + wishListId: isSet(object.wishListId) ? Number(object.wishListId) : 0, + }; + }, + + toJSON(message: SetRogueGachaWishListCsReq): unknown { + const obj: any = {}; + message.wishListId !== undefined && + (obj.wishListId = Math.round(message.wishListId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetRogueGachaWishListCsReq { + const message = createBaseSetRogueGachaWishListCsReq(); + message.wishListId = object.wishListId ?? 0; + return message; + }, +}; + +function createBaseSetRogueGachaWishListScRsp(): SetRogueGachaWishListScRsp { + return { retcode: 0, rogueGachaInfo: undefined }; +} + +export const SetRogueGachaWishListScRsp = { + encode( + message: SetRogueGachaWishListScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.rogueGachaInfo !== undefined) { + RogueGachaInfo.encode( + message.rogueGachaInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetRogueGachaWishListScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetRogueGachaWishListScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.rogueGachaInfo = RogueGachaInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetRogueGachaWishListScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + rogueGachaInfo: isSet(object.rogueGachaInfo) + ? RogueGachaInfo.fromJSON(object.rogueGachaInfo) + : undefined, + }; + }, + + toJSON(message: SetRogueGachaWishListScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.rogueGachaInfo !== undefined && + (obj.rogueGachaInfo = message.rogueGachaInfo + ? RogueGachaInfo.toJSON(message.rogueGachaInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetRogueGachaWishListScRsp { + const message = createBaseSetRogueGachaWishListScRsp(); + message.retcode = object.retcode ?? 0; + message.rogueGachaInfo = + object.rogueGachaInfo !== undefined && object.rogueGachaInfo !== null + ? RogueGachaInfo.fromPartial(object.rogueGachaInfo) + : undefined; + return message; + }, +}; + +function createBaseDoRogueGachaCsReq(): DoRogueGachaCsReq { + return { count: 0 }; +} + +export const DoRogueGachaCsReq = { + encode( + message: DoRogueGachaCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.count !== 0) { + writer.uint32(8).uint32(message.count); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DoRogueGachaCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDoRogueGachaCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.count = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DoRogueGachaCsReq { + return { + count: isSet(object.count) ? Number(object.count) : 0, + }; + }, + + toJSON(message: DoRogueGachaCsReq): unknown { + const obj: any = {}; + message.count !== undefined && (obj.count = Math.round(message.count)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DoRogueGachaCsReq { + const message = createBaseDoRogueGachaCsReq(); + message.count = object.count ?? 0; + return message; + }, +}; + +function createBaseDoRogueGachaScRsp(): DoRogueGachaScRsp { + return { retcode: 0, itemList: undefined, rogueGachaInfo: undefined }; +} + +export const DoRogueGachaScRsp = { + encode( + message: DoRogueGachaScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.itemList !== undefined) { + ItemList.encode(message.itemList, writer.uint32(18).fork()).ldelim(); + } + if (message.rogueGachaInfo !== undefined) { + RogueGachaInfo.encode( + message.rogueGachaInfo, + writer.uint32(26).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DoRogueGachaScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDoRogueGachaScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.itemList = ItemList.decode(reader, reader.uint32()); + break; + case 3: + message.rogueGachaInfo = RogueGachaInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DoRogueGachaScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + itemList: isSet(object.itemList) + ? ItemList.fromJSON(object.itemList) + : undefined, + rogueGachaInfo: isSet(object.rogueGachaInfo) + ? RogueGachaInfo.fromJSON(object.rogueGachaInfo) + : undefined, + }; + }, + + toJSON(message: DoRogueGachaScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.itemList !== undefined && + (obj.itemList = message.itemList + ? ItemList.toJSON(message.itemList) + : undefined); + message.rogueGachaInfo !== undefined && + (obj.rogueGachaInfo = message.rogueGachaInfo + ? RogueGachaInfo.toJSON(message.rogueGachaInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): DoRogueGachaScRsp { + const message = createBaseDoRogueGachaScRsp(); + message.retcode = object.retcode ?? 0; + message.itemList = + object.itemList !== undefined && object.itemList !== null + ? ItemList.fromPartial(object.itemList) + : undefined; + message.rogueGachaInfo = + object.rogueGachaInfo !== undefined && object.rogueGachaInfo !== null + ? RogueGachaInfo.fromPartial(object.rogueGachaInfo) + : undefined; + return message; + }, +}; + +function createBaseSyncRogueGachaRefreshScNotify(): SyncRogueGachaRefreshScNotify { + return { rogueGachaInfo: undefined }; +} + +export const SyncRogueGachaRefreshScNotify = { + encode( + message: SyncRogueGachaRefreshScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rogueGachaInfo !== undefined) { + RogueGachaInfo.encode( + message.rogueGachaInfo, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueGachaRefreshScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueGachaRefreshScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rogueGachaInfo = RogueGachaInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueGachaRefreshScNotify { + return { + rogueGachaInfo: isSet(object.rogueGachaInfo) + ? RogueGachaInfo.fromJSON(object.rogueGachaInfo) + : undefined, + }; + }, + + toJSON(message: SyncRogueGachaRefreshScNotify): unknown { + const obj: any = {}; + message.rogueGachaInfo !== undefined && + (obj.rogueGachaInfo = message.rogueGachaInfo + ? RogueGachaInfo.toJSON(message.rogueGachaInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncRogueGachaRefreshScNotify { + const message = createBaseSyncRogueGachaRefreshScNotify(); + message.rogueGachaInfo = + object.rogueGachaInfo !== undefined && object.rogueGachaInfo !== null + ? RogueGachaInfo.fromPartial(object.rogueGachaInfo) + : undefined; + return message; + }, +}; + +function createBaseGetRogueAppraisalItemInfoCsReq(): GetRogueAppraisalItemInfoCsReq { + return {}; +} + +export const GetRogueAppraisalItemInfoCsReq = { + encode( + _: GetRogueAppraisalItemInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetRogueAppraisalItemInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueAppraisalItemInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetRogueAppraisalItemInfoCsReq { + return {}; + }, + + toJSON(_: GetRogueAppraisalItemInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetRogueAppraisalItemInfoCsReq { + const message = createBaseGetRogueAppraisalItemInfoCsReq(); + return message; + }, +}; + +function createBaseGetRogueAppraisalItemInfoScRsp(): GetRogueAppraisalItemInfoScRsp { + return { retcode: 0, itemInfo: undefined }; +} + +export const GetRogueAppraisalItemInfoScRsp = { + encode( + message: GetRogueAppraisalItemInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.itemInfo !== undefined) { + RogueAppraisalItemInfo.encode( + message.itemInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetRogueAppraisalItemInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueAppraisalItemInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.itemInfo = RogueAppraisalItemInfo.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetRogueAppraisalItemInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + itemInfo: isSet(object.itemInfo) + ? RogueAppraisalItemInfo.fromJSON(object.itemInfo) + : undefined, + }; + }, + + toJSON(message: GetRogueAppraisalItemInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.itemInfo !== undefined && + (obj.itemInfo = message.itemInfo + ? RogueAppraisalItemInfo.toJSON(message.itemInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetRogueAppraisalItemInfoScRsp { + const message = createBaseGetRogueAppraisalItemInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.itemInfo = + object.itemInfo !== undefined && object.itemInfo !== null + ? RogueAppraisalItemInfo.fromPartial(object.itemInfo) + : undefined; + return message; + }, +}; + +function createBaseSyncRogueMiracleGetItemScNotify(): SyncRogueMiracleGetItemScNotify { + return { itemData: undefined }; +} + +export const SyncRogueMiracleGetItemScNotify = { + encode( + message: SyncRogueMiracleGetItemScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.itemData !== undefined) { + ItemList.encode(message.itemData, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueMiracleGetItemScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueMiracleGetItemScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.itemData = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueMiracleGetItemScNotify { + return { + itemData: isSet(object.itemData) + ? ItemList.fromJSON(object.itemData) + : undefined, + }; + }, + + toJSON(message: SyncRogueMiracleGetItemScNotify): unknown { + const obj: any = {}; + message.itemData !== undefined && + (obj.itemData = message.itemData + ? ItemList.toJSON(message.itemData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncRogueMiracleGetItemScNotify { + const message = createBaseSyncRogueMiracleGetItemScNotify(); + message.itemData = + object.itemData !== undefined && object.itemData !== null + ? ItemList.fromPartial(object.itemData) + : undefined; + return message; + }, +}; + +function createBaseSyncRogueQuestScNotify(): SyncRogueQuestScNotify { + return { rogueQuest: undefined }; +} + +export const SyncRogueQuestScNotify = { + encode( + message: SyncRogueQuestScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rogueQuest !== undefined) { + RogueQuest.encode(message.rogueQuest, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SyncRogueQuestScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSyncRogueQuestScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rogueQuest = RogueQuest.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SyncRogueQuestScNotify { + return { + rogueQuest: isSet(object.rogueQuest) + ? RogueQuest.fromJSON(object.rogueQuest) + : undefined, + }; + }, + + toJSON(message: SyncRogueQuestScNotify): unknown { + const obj: any = {}; + message.rogueQuest !== undefined && + (obj.rogueQuest = message.rogueQuest + ? RogueQuest.toJSON(message.rogueQuest) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SyncRogueQuestScNotify { + const message = createBaseSyncRogueQuestScNotify(); + message.rogueQuest = + object.rogueQuest !== undefined && object.rogueQuest !== null + ? RogueQuest.fromPartial(object.rogueQuest) + : undefined; + return message; + }, +}; + +function createBaseGetRogueQuestRewardCsReq(): GetRogueQuestRewardCsReq { + return { rogueQuestId: 0, type: 0 }; +} + +export const GetRogueQuestRewardCsReq = { + encode( + message: GetRogueQuestRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rogueQuestId !== 0) { + writer.uint32(8).uint32(message.rogueQuestId); + } + if (message.type !== 0) { + writer.uint32(16).int32(message.type); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetRogueQuestRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueQuestRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rogueQuestId = reader.uint32(); + break; + case 2: + message.type = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetRogueQuestRewardCsReq { + return { + rogueQuestId: isSet(object.rogueQuestId) + ? Number(object.rogueQuestId) + : 0, + type: isSet(object.type) ? rogueQuestTypeFromJSON(object.type) : 0, + }; + }, + + toJSON(message: GetRogueQuestRewardCsReq): unknown { + const obj: any = {}; + message.rogueQuestId !== undefined && + (obj.rogueQuestId = Math.round(message.rogueQuestId)); + message.type !== undefined && + (obj.type = rogueQuestTypeToJSON(message.type)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetRogueQuestRewardCsReq { + const message = createBaseGetRogueQuestRewardCsReq(); + message.rogueQuestId = object.rogueQuestId ?? 0; + message.type = object.type ?? 0; + return message; + }, +}; + +function createBaseGetRogueQuestRewardScRsp(): GetRogueQuestRewardScRsp { + return { retcode: 0, reward: undefined, rogueQuest: undefined }; +} + +export const GetRogueQuestRewardScRsp = { + encode( + message: GetRogueQuestRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(18).fork()).ldelim(); + } + if (message.rogueQuest !== undefined) { + RogueQuest.encode(message.rogueQuest, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetRogueQuestRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetRogueQuestRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + case 3: + message.rogueQuest = RogueQuest.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetRogueQuestRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + rogueQuest: isSet(object.rogueQuest) + ? RogueQuest.fromJSON(object.rogueQuest) + : undefined, + }; + }, + + toJSON(message: GetRogueQuestRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + message.rogueQuest !== undefined && + (obj.rogueQuest = message.rogueQuest + ? RogueQuest.toJSON(message.rogueQuest) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetRogueQuestRewardScRsp { + const message = createBaseGetRogueQuestRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + message.rogueQuest = + object.rogueQuest !== undefined && object.rogueQuest !== null + ? RogueQuest.fromPartial(object.rogueQuest) + : undefined; + return message; + }, +}; + +function createBaseVector(): Vector { + return { x: 0, y: 0, z: 0 }; +} + +export const Vector = { + encode( + message: Vector, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.x !== 0) { + writer.uint32(8).sint32(message.x); + } + if (message.y !== 0) { + writer.uint32(16).sint32(message.y); + } + if (message.z !== 0) { + writer.uint32(24).sint32(message.z); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Vector { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseVector(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.x = reader.sint32(); + break; + case 2: + message.y = reader.sint32(); + break; + case 3: + message.z = reader.sint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Vector { + return { + x: isSet(object.x) ? Number(object.x) : 0, + y: isSet(object.y) ? Number(object.y) : 0, + z: isSet(object.z) ? Number(object.z) : 0, + }; + }, + + toJSON(message: Vector): unknown { + const obj: any = {}; + message.x !== undefined && (obj.x = Math.round(message.x)); + message.y !== undefined && (obj.y = Math.round(message.y)); + message.z !== undefined && (obj.z = Math.round(message.z)); + return obj; + }, + + fromPartial, I>>(object: I): Vector { + const message = createBaseVector(); + message.x = object.x ?? 0; + message.y = object.y ?? 0; + message.z = object.z ?? 0; + return message; + }, +}; + +function createBaseMotionInfo(): MotionInfo { + return { pos: undefined, rot: undefined }; +} + +export const MotionInfo = { + encode( + message: MotionInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.pos !== undefined) { + Vector.encode(message.pos, writer.uint32(10).fork()).ldelim(); + } + if (message.rot !== undefined) { + Vector.encode(message.rot, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MotionInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMotionInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.pos = Vector.decode(reader, reader.uint32()); + break; + case 2: + message.rot = Vector.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MotionInfo { + return { + pos: isSet(object.pos) ? Vector.fromJSON(object.pos) : undefined, + rot: isSet(object.rot) ? Vector.fromJSON(object.rot) : undefined, + }; + }, + + toJSON(message: MotionInfo): unknown { + const obj: any = {}; + message.pos !== undefined && + (obj.pos = message.pos ? Vector.toJSON(message.pos) : undefined); + message.rot !== undefined && + (obj.rot = message.rot ? Vector.toJSON(message.rot) : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): MotionInfo { + const message = createBaseMotionInfo(); + message.pos = + object.pos !== undefined && object.pos !== null + ? Vector.fromPartial(object.pos) + : undefined; + message.rot = + object.rot !== undefined && object.rot !== null + ? Vector.fromPartial(object.rot) + : undefined; + return message; + }, +}; + +function createBaseSceneActorInfo(): SceneActorInfo { + return { uid: 0, avatarType: 0, baseAvatarId: 0, mapLayer: 0 }; +} + +export const SceneActorInfo = { + encode( + message: SceneActorInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.uid !== 0) { + writer.uint32(8).uint32(message.uid); + } + if (message.avatarType !== 0) { + writer.uint32(16).int32(message.avatarType); + } + if (message.baseAvatarId !== 0) { + writer.uint32(24).uint32(message.baseAvatarId); + } + if (message.mapLayer !== 0) { + writer.uint32(32).uint32(message.mapLayer); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SceneActorInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneActorInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.uid = reader.uint32(); + break; + case 2: + message.avatarType = reader.int32() as any; + break; + case 3: + message.baseAvatarId = reader.uint32(); + break; + case 4: + message.mapLayer = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneActorInfo { + return { + uid: isSet(object.uid) ? Number(object.uid) : 0, + avatarType: isSet(object.avatarType) + ? avatarTypeFromJSON(object.avatarType) + : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + mapLayer: isSet(object.mapLayer) ? Number(object.mapLayer) : 0, + }; + }, + + toJSON(message: SceneActorInfo): unknown { + const obj: any = {}; + message.uid !== undefined && (obj.uid = Math.round(message.uid)); + message.avatarType !== undefined && + (obj.avatarType = avatarTypeToJSON(message.avatarType)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + message.mapLayer !== undefined && + (obj.mapLayer = Math.round(message.mapLayer)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneActorInfo { + const message = createBaseSceneActorInfo(); + message.uid = object.uid ?? 0; + message.avatarType = object.avatarType ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + message.mapLayer = object.mapLayer ?? 0; + return message; + }, +}; + +function createBaseSceneNpcMonsterInfo(): SceneNpcMonsterInfo { + return { + monsterId: 0, + isGenMonster: false, + eventId: 0, + isSetWorldLevel: false, + worldLevel: 0, + }; +} + +export const SceneNpcMonsterInfo = { + encode( + message: SceneNpcMonsterInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.monsterId !== 0) { + writer.uint32(8).uint32(message.monsterId); + } + if (message.isGenMonster === true) { + writer.uint32(16).bool(message.isGenMonster); + } + if (message.eventId !== 0) { + writer.uint32(24).uint32(message.eventId); + } + if (message.isSetWorldLevel === true) { + writer.uint32(32).bool(message.isSetWorldLevel); + } + if (message.worldLevel !== 0) { + writer.uint32(40).uint32(message.worldLevel); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SceneNpcMonsterInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneNpcMonsterInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.monsterId = reader.uint32(); + break; + case 2: + message.isGenMonster = reader.bool(); + break; + case 3: + message.eventId = reader.uint32(); + break; + case 4: + message.isSetWorldLevel = reader.bool(); + break; + case 5: + message.worldLevel = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneNpcMonsterInfo { + return { + monsterId: isSet(object.monsterId) ? Number(object.monsterId) : 0, + isGenMonster: isSet(object.isGenMonster) + ? Boolean(object.isGenMonster) + : false, + eventId: isSet(object.eventId) ? Number(object.eventId) : 0, + isSetWorldLevel: isSet(object.isSetWorldLevel) + ? Boolean(object.isSetWorldLevel) + : false, + worldLevel: isSet(object.worldLevel) ? Number(object.worldLevel) : 0, + }; + }, + + toJSON(message: SceneNpcMonsterInfo): unknown { + const obj: any = {}; + message.monsterId !== undefined && + (obj.monsterId = Math.round(message.monsterId)); + message.isGenMonster !== undefined && + (obj.isGenMonster = message.isGenMonster); + message.eventId !== undefined && + (obj.eventId = Math.round(message.eventId)); + message.isSetWorldLevel !== undefined && + (obj.isSetWorldLevel = message.isSetWorldLevel); + message.worldLevel !== undefined && + (obj.worldLevel = Math.round(message.worldLevel)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneNpcMonsterInfo { + const message = createBaseSceneNpcMonsterInfo(); + message.monsterId = object.monsterId ?? 0; + message.isGenMonster = object.isGenMonster ?? false; + message.eventId = object.eventId ?? 0; + message.isSetWorldLevel = object.isSetWorldLevel ?? false; + message.worldLevel = object.worldLevel ?? 0; + return message; + }, +}; + +function createBaseNpcRogueInfo(): NpcRogueInfo { + return { dialogueGroupId: 0, rogueNpcId: 0 }; +} + +export const NpcRogueInfo = { + encode( + message: NpcRogueInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.dialogueGroupId !== 0) { + writer.uint32(8).uint32(message.dialogueGroupId); + } + if (message.rogueNpcId !== 0) { + writer.uint32(16).uint32(message.rogueNpcId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): NpcRogueInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseNpcRogueInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.dialogueGroupId = reader.uint32(); + break; + case 2: + message.rogueNpcId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): NpcRogueInfo { + return { + dialogueGroupId: isSet(object.dialogueGroupId) + ? Number(object.dialogueGroupId) + : 0, + rogueNpcId: isSet(object.rogueNpcId) ? Number(object.rogueNpcId) : 0, + }; + }, + + toJSON(message: NpcRogueInfo): unknown { + const obj: any = {}; + message.dialogueGroupId !== undefined && + (obj.dialogueGroupId = Math.round(message.dialogueGroupId)); + message.rogueNpcId !== undefined && + (obj.rogueNpcId = Math.round(message.rogueNpcId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): NpcRogueInfo { + const message = createBaseNpcRogueInfo(); + message.dialogueGroupId = object.dialogueGroupId ?? 0; + message.rogueNpcId = object.rogueNpcId ?? 0; + return message; + }, +}; + +function createBaseNpcExtraInfo(): NpcExtraInfo { + return { rogueInfo: undefined }; +} + +export const NpcExtraInfo = { + encode( + message: NpcExtraInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rogueInfo !== undefined) { + NpcRogueInfo.encode(message.rogueInfo, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): NpcExtraInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseNpcExtraInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rogueInfo = NpcRogueInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): NpcExtraInfo { + return { + rogueInfo: isSet(object.rogueInfo) + ? NpcRogueInfo.fromJSON(object.rogueInfo) + : undefined, + }; + }, + + toJSON(message: NpcExtraInfo): unknown { + const obj: any = {}; + message.rogueInfo !== undefined && + (obj.rogueInfo = message.rogueInfo + ? NpcRogueInfo.toJSON(message.rogueInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): NpcExtraInfo { + const message = createBaseNpcExtraInfo(); + message.rogueInfo = + object.rogueInfo !== undefined && object.rogueInfo !== null + ? NpcRogueInfo.fromPartial(object.rogueInfo) + : undefined; + return message; + }, +}; + +function createBaseSceneNpcInfo(): SceneNpcInfo { + return { npcId: 0, extraInfo: undefined }; +} + +export const SceneNpcInfo = { + encode( + message: SceneNpcInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.npcId !== 0) { + writer.uint32(8).uint32(message.npcId); + } + if (message.extraInfo !== undefined) { + NpcExtraInfo.encode(message.extraInfo, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SceneNpcInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneNpcInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.npcId = reader.uint32(); + break; + case 2: + message.extraInfo = NpcExtraInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneNpcInfo { + return { + npcId: isSet(object.npcId) ? Number(object.npcId) : 0, + extraInfo: isSet(object.extraInfo) + ? NpcExtraInfo.fromJSON(object.extraInfo) + : undefined, + }; + }, + + toJSON(message: SceneNpcInfo): unknown { + const obj: any = {}; + message.npcId !== undefined && (obj.npcId = Math.round(message.npcId)); + message.extraInfo !== undefined && + (obj.extraInfo = message.extraInfo + ? NpcExtraInfo.toJSON(message.extraInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneNpcInfo { + const message = createBaseSceneNpcInfo(); + message.npcId = object.npcId ?? 0; + message.extraInfo = + object.extraInfo !== undefined && object.extraInfo !== null + ? NpcExtraInfo.fromPartial(object.extraInfo) + : undefined; + return message; + }, +}; + +function createBasePropRogueInfo(): PropRogueInfo { + return { + roomId: 0, + appraisalCount: 0, + appraisalMaxCount: 0, + pickAvatarMaxCount: 0, + }; +} + +export const PropRogueInfo = { + encode( + message: PropRogueInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.roomId !== 0) { + writer.uint32(8).uint32(message.roomId); + } + if (message.appraisalCount !== 0) { + writer.uint32(16).uint32(message.appraisalCount); + } + if (message.appraisalMaxCount !== 0) { + writer.uint32(24).uint32(message.appraisalMaxCount); + } + if (message.pickAvatarMaxCount !== 0) { + writer.uint32(32).uint32(message.pickAvatarMaxCount); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PropRogueInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePropRogueInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.roomId = reader.uint32(); + break; + case 2: + message.appraisalCount = reader.uint32(); + break; + case 3: + message.appraisalMaxCount = reader.uint32(); + break; + case 4: + message.pickAvatarMaxCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PropRogueInfo { + return { + roomId: isSet(object.roomId) ? Number(object.roomId) : 0, + appraisalCount: isSet(object.appraisalCount) + ? Number(object.appraisalCount) + : 0, + appraisalMaxCount: isSet(object.appraisalMaxCount) + ? Number(object.appraisalMaxCount) + : 0, + pickAvatarMaxCount: isSet(object.pickAvatarMaxCount) + ? Number(object.pickAvatarMaxCount) + : 0, + }; + }, + + toJSON(message: PropRogueInfo): unknown { + const obj: any = {}; + message.roomId !== undefined && (obj.roomId = Math.round(message.roomId)); + message.appraisalCount !== undefined && + (obj.appraisalCount = Math.round(message.appraisalCount)); + message.appraisalMaxCount !== undefined && + (obj.appraisalMaxCount = Math.round(message.appraisalMaxCount)); + message.pickAvatarMaxCount !== undefined && + (obj.pickAvatarMaxCount = Math.round(message.pickAvatarMaxCount)); + return obj; + }, + + fromPartial, I>>( + object: I + ): PropRogueInfo { + const message = createBasePropRogueInfo(); + message.roomId = object.roomId ?? 0; + message.appraisalCount = object.appraisalCount ?? 0; + message.appraisalMaxCount = object.appraisalMaxCount ?? 0; + message.pickAvatarMaxCount = object.pickAvatarMaxCount ?? 0; + return message; + }, +}; + +function createBasePropExtraInfo(): PropExtraInfo { + return { rogueInfo: undefined }; +} + +export const PropExtraInfo = { + encode( + message: PropExtraInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rogueInfo !== undefined) { + PropRogueInfo.encode( + message.rogueInfo, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PropExtraInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePropExtraInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rogueInfo = PropRogueInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PropExtraInfo { + return { + rogueInfo: isSet(object.rogueInfo) + ? PropRogueInfo.fromJSON(object.rogueInfo) + : undefined, + }; + }, + + toJSON(message: PropExtraInfo): unknown { + const obj: any = {}; + message.rogueInfo !== undefined && + (obj.rogueInfo = message.rogueInfo + ? PropRogueInfo.toJSON(message.rogueInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): PropExtraInfo { + const message = createBasePropExtraInfo(); + message.rogueInfo = + object.rogueInfo !== undefined && object.rogueInfo !== null + ? PropRogueInfo.fromPartial(object.rogueInfo) + : undefined; + return message; + }, +}; + +function createBaseScenePropInfo(): ScenePropInfo { + return { + propId: 0, + propState: 0, + createTimeMs: 0, + lifeTimeMs: 0, + extraInfo: undefined, + }; +} + +export const ScenePropInfo = { + encode( + message: ScenePropInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.propId !== 0) { + writer.uint32(8).uint32(message.propId); + } + if (message.propState !== 0) { + writer.uint32(16).uint32(message.propState); + } + if (message.createTimeMs !== 0) { + writer.uint32(24).uint64(message.createTimeMs); + } + if (message.lifeTimeMs !== 0) { + writer.uint32(32).uint32(message.lifeTimeMs); + } + if (message.extraInfo !== undefined) { + PropExtraInfo.encode( + message.extraInfo, + writer.uint32(42).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ScenePropInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseScenePropInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.propId = reader.uint32(); + break; + case 2: + message.propState = reader.uint32(); + break; + case 3: + message.createTimeMs = longToNumber(reader.uint64() as Long); + break; + case 4: + message.lifeTimeMs = reader.uint32(); + break; + case 5: + message.extraInfo = PropExtraInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ScenePropInfo { + return { + propId: isSet(object.propId) ? Number(object.propId) : 0, + propState: isSet(object.propState) ? Number(object.propState) : 0, + createTimeMs: isSet(object.createTimeMs) + ? Number(object.createTimeMs) + : 0, + lifeTimeMs: isSet(object.lifeTimeMs) ? Number(object.lifeTimeMs) : 0, + extraInfo: isSet(object.extraInfo) + ? PropExtraInfo.fromJSON(object.extraInfo) + : undefined, + }; + }, + + toJSON(message: ScenePropInfo): unknown { + const obj: any = {}; + message.propId !== undefined && (obj.propId = Math.round(message.propId)); + message.propState !== undefined && + (obj.propState = Math.round(message.propState)); + message.createTimeMs !== undefined && + (obj.createTimeMs = Math.round(message.createTimeMs)); + message.lifeTimeMs !== undefined && + (obj.lifeTimeMs = Math.round(message.lifeTimeMs)); + message.extraInfo !== undefined && + (obj.extraInfo = message.extraInfo + ? PropExtraInfo.toJSON(message.extraInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): ScenePropInfo { + const message = createBaseScenePropInfo(); + message.propId = object.propId ?? 0; + message.propState = object.propState ?? 0; + message.createTimeMs = object.createTimeMs ?? 0; + message.lifeTimeMs = object.lifeTimeMs ?? 0; + message.extraInfo = + object.extraInfo !== undefined && object.extraInfo !== null + ? PropExtraInfo.fromPartial(object.extraInfo) + : undefined; + return message; + }, +}; + +function createBaseSceneEntityInfo(): SceneEntityInfo { + return { + entityId: 0, + motion: undefined, + groupId: 0, + instId: 0, + actor: undefined, + npcMonster: undefined, + npc: undefined, + prop: undefined, + }; +} + +export const SceneEntityInfo = { + encode( + message: SceneEntityInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entityId !== 0) { + writer.uint32(8).uint32(message.entityId); + } + if (message.motion !== undefined) { + MotionInfo.encode(message.motion, writer.uint32(18).fork()).ldelim(); + } + if (message.groupId !== 0) { + writer.uint32(24).uint32(message.groupId); + } + if (message.instId !== 0) { + writer.uint32(32).uint32(message.instId); + } + if (message.actor !== undefined) { + SceneActorInfo.encode(message.actor, writer.uint32(42).fork()).ldelim(); + } + if (message.npcMonster !== undefined) { + SceneNpcMonsterInfo.encode( + message.npcMonster, + writer.uint32(50).fork() + ).ldelim(); + } + if (message.npc !== undefined) { + SceneNpcInfo.encode(message.npc, writer.uint32(58).fork()).ldelim(); + } + if (message.prop !== undefined) { + ScenePropInfo.encode(message.prop, writer.uint32(66).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SceneEntityInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneEntityInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityId = reader.uint32(); + break; + case 2: + message.motion = MotionInfo.decode(reader, reader.uint32()); + break; + case 3: + message.groupId = reader.uint32(); + break; + case 4: + message.instId = reader.uint32(); + break; + case 5: + message.actor = SceneActorInfo.decode(reader, reader.uint32()); + break; + case 6: + message.npcMonster = SceneNpcMonsterInfo.decode( + reader, + reader.uint32() + ); + break; + case 7: + message.npc = SceneNpcInfo.decode(reader, reader.uint32()); + break; + case 8: + message.prop = ScenePropInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneEntityInfo { + return { + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + motion: isSet(object.motion) + ? MotionInfo.fromJSON(object.motion) + : undefined, + groupId: isSet(object.groupId) ? Number(object.groupId) : 0, + instId: isSet(object.instId) ? Number(object.instId) : 0, + actor: isSet(object.actor) + ? SceneActorInfo.fromJSON(object.actor) + : undefined, + npcMonster: isSet(object.npcMonster) + ? SceneNpcMonsterInfo.fromJSON(object.npcMonster) + : undefined, + npc: isSet(object.npc) ? SceneNpcInfo.fromJSON(object.npc) : undefined, + prop: isSet(object.prop) + ? ScenePropInfo.fromJSON(object.prop) + : undefined, + }; + }, + + toJSON(message: SceneEntityInfo): unknown { + const obj: any = {}; + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + message.motion !== undefined && + (obj.motion = message.motion + ? MotionInfo.toJSON(message.motion) + : undefined); + message.groupId !== undefined && + (obj.groupId = Math.round(message.groupId)); + message.instId !== undefined && (obj.instId = Math.round(message.instId)); + message.actor !== undefined && + (obj.actor = message.actor + ? SceneActorInfo.toJSON(message.actor) + : undefined); + message.npcMonster !== undefined && + (obj.npcMonster = message.npcMonster + ? SceneNpcMonsterInfo.toJSON(message.npcMonster) + : undefined); + message.npc !== undefined && + (obj.npc = message.npc ? SceneNpcInfo.toJSON(message.npc) : undefined); + message.prop !== undefined && + (obj.prop = message.prop + ? ScenePropInfo.toJSON(message.prop) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneEntityInfo { + const message = createBaseSceneEntityInfo(); + message.entityId = object.entityId ?? 0; + message.motion = + object.motion !== undefined && object.motion !== null + ? MotionInfo.fromPartial(object.motion) + : undefined; + message.groupId = object.groupId ?? 0; + message.instId = object.instId ?? 0; + message.actor = + object.actor !== undefined && object.actor !== null + ? SceneActorInfo.fromPartial(object.actor) + : undefined; + message.npcMonster = + object.npcMonster !== undefined && object.npcMonster !== null + ? SceneNpcMonsterInfo.fromPartial(object.npcMonster) + : undefined; + message.npc = + object.npc !== undefined && object.npc !== null + ? SceneNpcInfo.fromPartial(object.npc) + : undefined; + message.prop = + object.prop !== undefined && object.prop !== null + ? ScenePropInfo.fromPartial(object.prop) + : undefined; + return message; + }, +}; + +function createBaseBuffInfo(): BuffInfo { + return { + buffId: 0, + level: 0, + addTimeMs: 0, + lifeTime: 0, + count: 0, + baseAvatarId: 0, + dynamicValues: {}, + }; +} + +export const BuffInfo = { + encode( + message: BuffInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.buffId !== 0) { + writer.uint32(8).uint32(message.buffId); + } + if (message.level !== 0) { + writer.uint32(16).uint32(message.level); + } + if (message.addTimeMs !== 0) { + writer.uint32(24).uint64(message.addTimeMs); + } + if (message.lifeTime !== 0) { + writer.uint32(37).float(message.lifeTime); + } + if (message.count !== 0) { + writer.uint32(40).uint32(message.count); + } + if (message.baseAvatarId !== 0) { + writer.uint32(48).uint32(message.baseAvatarId); + } + Object.entries(message.dynamicValues).forEach(([key, value]) => { + BuffInfo_DynamicValuesEntry.encode( + { key: key as any, value }, + writer.uint32(58).fork() + ).ldelim(); + }); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BuffInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBuffInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.buffId = reader.uint32(); + break; + case 2: + message.level = reader.uint32(); + break; + case 3: + message.addTimeMs = longToNumber(reader.uint64() as Long); + break; + case 4: + message.lifeTime = reader.float(); + break; + case 5: + message.count = reader.uint32(); + break; + case 6: + message.baseAvatarId = reader.uint32(); + break; + case 7: + const entry7 = BuffInfo_DynamicValuesEntry.decode( + reader, + reader.uint32() + ); + if (entry7.value !== undefined) { + message.dynamicValues[entry7.key] = entry7.value; + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BuffInfo { + return { + buffId: isSet(object.buffId) ? Number(object.buffId) : 0, + level: isSet(object.level) ? Number(object.level) : 0, + addTimeMs: isSet(object.addTimeMs) ? Number(object.addTimeMs) : 0, + lifeTime: isSet(object.lifeTime) ? Number(object.lifeTime) : 0, + count: isSet(object.count) ? Number(object.count) : 0, + baseAvatarId: isSet(object.baseAvatarId) + ? Number(object.baseAvatarId) + : 0, + dynamicValues: isObject(object.dynamicValues) + ? Object.entries(object.dynamicValues).reduce<{ + [key: string]: number; + }>((acc, [key, value]) => { + acc[key] = Number(value); + return acc; + }, {}) + : {}, + }; + }, + + toJSON(message: BuffInfo): unknown { + const obj: any = {}; + message.buffId !== undefined && (obj.buffId = Math.round(message.buffId)); + message.level !== undefined && (obj.level = Math.round(message.level)); + message.addTimeMs !== undefined && + (obj.addTimeMs = Math.round(message.addTimeMs)); + message.lifeTime !== undefined && (obj.lifeTime = message.lifeTime); + message.count !== undefined && (obj.count = Math.round(message.count)); + message.baseAvatarId !== undefined && + (obj.baseAvatarId = Math.round(message.baseAvatarId)); + obj.dynamicValues = {}; + if (message.dynamicValues) { + Object.entries(message.dynamicValues).forEach(([k, v]) => { + obj.dynamicValues[k] = v; + }); + } + return obj; + }, + + fromPartial, I>>(object: I): BuffInfo { + const message = createBaseBuffInfo(); + message.buffId = object.buffId ?? 0; + message.level = object.level ?? 0; + message.addTimeMs = object.addTimeMs ?? 0; + message.lifeTime = object.lifeTime ?? 0; + message.count = object.count ?? 0; + message.baseAvatarId = object.baseAvatarId ?? 0; + message.dynamicValues = Object.entries(object.dynamicValues ?? {}).reduce<{ + [key: string]: number; + }>((acc, [key, value]) => { + if (value !== undefined) { + acc[key] = Number(value); + } + return acc; + }, {}); + return message; + }, +}; + +function createBaseBuffInfo_DynamicValuesEntry(): BuffInfo_DynamicValuesEntry { + return { key: "", value: 0 }; +} + +export const BuffInfo_DynamicValuesEntry = { + encode( + message: BuffInfo_DynamicValuesEntry, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.key !== "") { + writer.uint32(10).string(message.key); + } + if (message.value !== 0) { + writer.uint32(21).float(message.value); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): BuffInfo_DynamicValuesEntry { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBuffInfo_DynamicValuesEntry(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.key = reader.string(); + break; + case 2: + message.value = reader.float(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BuffInfo_DynamicValuesEntry { + return { + key: isSet(object.key) ? String(object.key) : "", + value: isSet(object.value) ? Number(object.value) : 0, + }; + }, + + toJSON(message: BuffInfo_DynamicValuesEntry): unknown { + const obj: any = {}; + message.key !== undefined && (obj.key = message.key); + message.value !== undefined && (obj.value = message.value); + return obj; + }, + + fromPartial, I>>( + object: I + ): BuffInfo_DynamicValuesEntry { + const message = createBaseBuffInfo_DynamicValuesEntry(); + message.key = object.key ?? ""; + message.value = object.value ?? 0; + return message; + }, +}; + +function createBaseEntityBuffInfo(): EntityBuffInfo { + return { entityId: 0, buffList: [] }; +} + +export const EntityBuffInfo = { + encode( + message: EntityBuffInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entityId !== 0) { + writer.uint32(8).uint32(message.entityId); + } + for (const v of message.buffList) { + BuffInfo.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EntityBuffInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEntityBuffInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityId = reader.uint32(); + break; + case 2: + message.buffList.push(BuffInfo.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EntityBuffInfo { + return { + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + buffList: Array.isArray(object?.buffList) + ? object.buffList.map((e: any) => BuffInfo.fromJSON(e)) + : [], + }; + }, + + toJSON(message: EntityBuffInfo): unknown { + const obj: any = {}; + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + if (message.buffList) { + obj.buffList = message.buffList.map((e) => + e ? BuffInfo.toJSON(e) : undefined + ); + } else { + obj.buffList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): EntityBuffInfo { + const message = createBaseEntityBuffInfo(); + message.entityId = object.entityId ?? 0; + message.buffList = + object.buffList?.map((e) => BuffInfo.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseSceneInfo(): SceneInfo { + return { + planeId: 0, + floorId: 0, + entityList: [], + lightenSectionList: [], + leaderEntityId: 0, + entryId: 0, + envBuffList: [], + entityBuffList: [], + gameModeType: 0, + }; +} + +export const SceneInfo = { + encode( + message: SceneInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.planeId !== 0) { + writer.uint32(8).uint32(message.planeId); + } + if (message.floorId !== 0) { + writer.uint32(16).uint32(message.floorId); + } + for (const v of message.entityList) { + SceneEntityInfo.encode(v!, writer.uint32(26).fork()).ldelim(); + } + writer.uint32(34).fork(); + for (const v of message.lightenSectionList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.leaderEntityId !== 0) { + writer.uint32(40).uint32(message.leaderEntityId); + } + if (message.entryId !== 0) { + writer.uint32(48).uint32(message.entryId); + } + for (const v of message.envBuffList) { + BuffInfo.encode(v!, writer.uint32(58).fork()).ldelim(); + } + for (const v of message.entityBuffList) { + EntityBuffInfo.encode(v!, writer.uint32(66).fork()).ldelim(); + } + if (message.gameModeType !== 0) { + writer.uint32(72).uint32(message.gameModeType); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SceneInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.planeId = reader.uint32(); + break; + case 2: + message.floorId = reader.uint32(); + break; + case 3: + message.entityList.push( + SceneEntityInfo.decode(reader, reader.uint32()) + ); + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.lightenSectionList.push(reader.uint32()); + } + } else { + message.lightenSectionList.push(reader.uint32()); + } + break; + case 5: + message.leaderEntityId = reader.uint32(); + break; + case 6: + message.entryId = reader.uint32(); + break; + case 7: + message.envBuffList.push(BuffInfo.decode(reader, reader.uint32())); + break; + case 8: + message.entityBuffList.push( + EntityBuffInfo.decode(reader, reader.uint32()) + ); + break; + case 9: + message.gameModeType = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneInfo { + return { + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + floorId: isSet(object.floorId) ? Number(object.floorId) : 0, + entityList: Array.isArray(object?.entityList) + ? object.entityList.map((e: any) => SceneEntityInfo.fromJSON(e)) + : [], + lightenSectionList: Array.isArray(object?.lightenSectionList) + ? object.lightenSectionList.map((e: any) => Number(e)) + : [], + leaderEntityId: isSet(object.leaderEntityId) + ? Number(object.leaderEntityId) + : 0, + entryId: isSet(object.entryId) ? Number(object.entryId) : 0, + envBuffList: Array.isArray(object?.envBuffList) + ? object.envBuffList.map((e: any) => BuffInfo.fromJSON(e)) + : [], + entityBuffList: Array.isArray(object?.entityBuffList) + ? object.entityBuffList.map((e: any) => EntityBuffInfo.fromJSON(e)) + : [], + gameModeType: isSet(object.gameModeType) + ? Number(object.gameModeType) + : 0, + }; + }, + + toJSON(message: SceneInfo): unknown { + const obj: any = {}; + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.floorId !== undefined && + (obj.floorId = Math.round(message.floorId)); + if (message.entityList) { + obj.entityList = message.entityList.map((e) => + e ? SceneEntityInfo.toJSON(e) : undefined + ); + } else { + obj.entityList = []; + } + if (message.lightenSectionList) { + obj.lightenSectionList = message.lightenSectionList.map((e) => + Math.round(e) + ); + } else { + obj.lightenSectionList = []; + } + message.leaderEntityId !== undefined && + (obj.leaderEntityId = Math.round(message.leaderEntityId)); + message.entryId !== undefined && + (obj.entryId = Math.round(message.entryId)); + if (message.envBuffList) { + obj.envBuffList = message.envBuffList.map((e) => + e ? BuffInfo.toJSON(e) : undefined + ); + } else { + obj.envBuffList = []; + } + if (message.entityBuffList) { + obj.entityBuffList = message.entityBuffList.map((e) => + e ? EntityBuffInfo.toJSON(e) : undefined + ); + } else { + obj.entityBuffList = []; + } + message.gameModeType !== undefined && + (obj.gameModeType = Math.round(message.gameModeType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneInfo { + const message = createBaseSceneInfo(); + message.planeId = object.planeId ?? 0; + message.floorId = object.floorId ?? 0; + message.entityList = + object.entityList?.map((e) => SceneEntityInfo.fromPartial(e)) || []; + message.lightenSectionList = object.lightenSectionList?.map((e) => e) || []; + message.leaderEntityId = object.leaderEntityId ?? 0; + message.entryId = object.entryId ?? 0; + message.envBuffList = + object.envBuffList?.map((e) => BuffInfo.fromPartial(e)) || []; + message.entityBuffList = + object.entityBuffList?.map((e) => EntityBuffInfo.fromPartial(e)) || []; + message.gameModeType = object.gameModeType ?? 0; + return message; + }, +}; + +function createBaseEntityMotion(): EntityMotion { + return { entityId: 0, motion: undefined, mapLayer: 0 }; +} + +export const EntityMotion = { + encode( + message: EntityMotion, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entityId !== 0) { + writer.uint32(8).uint32(message.entityId); + } + if (message.motion !== undefined) { + MotionInfo.encode(message.motion, writer.uint32(18).fork()).ldelim(); + } + if (message.mapLayer !== 0) { + writer.uint32(24).uint32(message.mapLayer); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EntityMotion { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEntityMotion(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityId = reader.uint32(); + break; + case 2: + message.motion = MotionInfo.decode(reader, reader.uint32()); + break; + case 3: + message.mapLayer = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EntityMotion { + return { + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + motion: isSet(object.motion) + ? MotionInfo.fromJSON(object.motion) + : undefined, + mapLayer: isSet(object.mapLayer) ? Number(object.mapLayer) : 0, + }; + }, + + toJSON(message: EntityMotion): unknown { + const obj: any = {}; + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + message.motion !== undefined && + (obj.motion = message.motion + ? MotionInfo.toJSON(message.motion) + : undefined); + message.mapLayer !== undefined && + (obj.mapLayer = Math.round(message.mapLayer)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EntityMotion { + const message = createBaseEntityMotion(); + message.entityId = object.entityId ?? 0; + message.motion = + object.motion !== undefined && object.motion !== null + ? MotionInfo.fromPartial(object.motion) + : undefined; + message.mapLayer = object.mapLayer ?? 0; + return message; + }, +}; + +function createBaseSceneEntityMoveCsReq(): SceneEntityMoveCsReq { + return { entityMotionList: [], entryId: 0 }; +} + +export const SceneEntityMoveCsReq = { + encode( + message: SceneEntityMoveCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.entityMotionList) { + EntityMotion.encode(v!, writer.uint32(10).fork()).ldelim(); + } + if (message.entryId !== 0) { + writer.uint32(16).uint32(message.entryId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SceneEntityMoveCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneEntityMoveCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityMotionList.push( + EntityMotion.decode(reader, reader.uint32()) + ); + break; + case 2: + message.entryId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneEntityMoveCsReq { + return { + entityMotionList: Array.isArray(object?.entityMotionList) + ? object.entityMotionList.map((e: any) => EntityMotion.fromJSON(e)) + : [], + entryId: isSet(object.entryId) ? Number(object.entryId) : 0, + }; + }, + + toJSON(message: SceneEntityMoveCsReq): unknown { + const obj: any = {}; + if (message.entityMotionList) { + obj.entityMotionList = message.entityMotionList.map((e) => + e ? EntityMotion.toJSON(e) : undefined + ); + } else { + obj.entityMotionList = []; + } + message.entryId !== undefined && + (obj.entryId = Math.round(message.entryId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneEntityMoveCsReq { + const message = createBaseSceneEntityMoveCsReq(); + message.entityMotionList = + object.entityMotionList?.map((e) => EntityMotion.fromPartial(e)) || []; + message.entryId = object.entryId ?? 0; + return message; + }, +}; + +function createBaseSceneEntityMoveScRsp(): SceneEntityMoveScRsp { + return { retcode: 0, downloadData: undefined }; +} + +export const SceneEntityMoveScRsp = { + encode( + message: SceneEntityMoveScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.downloadData !== undefined) { + ClientDownloadData.encode( + message.downloadData, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SceneEntityMoveScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneEntityMoveScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.downloadData = ClientDownloadData.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneEntityMoveScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + downloadData: isSet(object.downloadData) + ? ClientDownloadData.fromJSON(object.downloadData) + : undefined, + }; + }, + + toJSON(message: SceneEntityMoveScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.downloadData !== undefined && + (obj.downloadData = message.downloadData + ? ClientDownloadData.toJSON(message.downloadData) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneEntityMoveScRsp { + const message = createBaseSceneEntityMoveScRsp(); + message.retcode = object.retcode ?? 0; + message.downloadData = + object.downloadData !== undefined && object.downloadData !== null + ? ClientDownloadData.fromPartial(object.downloadData) + : undefined; + return message; + }, +}; + +function createBaseSceneEntityMoveScNotify(): SceneEntityMoveScNotify { + return { entityId: 0, motion: undefined }; +} + +export const SceneEntityMoveScNotify = { + encode( + message: SceneEntityMoveScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entityId !== 0) { + writer.uint32(8).uint32(message.entityId); + } + if (message.motion !== undefined) { + MotionInfo.encode(message.motion, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SceneEntityMoveScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneEntityMoveScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityId = reader.uint32(); + break; + case 2: + message.motion = MotionInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneEntityMoveScNotify { + return { + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + motion: isSet(object.motion) + ? MotionInfo.fromJSON(object.motion) + : undefined, + }; + }, + + toJSON(message: SceneEntityMoveScNotify): unknown { + const obj: any = {}; + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + message.motion !== undefined && + (obj.motion = message.motion + ? MotionInfo.toJSON(message.motion) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneEntityMoveScNotify { + const message = createBaseSceneEntityMoveScNotify(); + message.entityId = object.entityId ?? 0; + message.motion = + object.motion !== undefined && object.motion !== null + ? MotionInfo.fromPartial(object.motion) + : undefined; + return message; + }, +}; + +function createBaseInteractPropCsReq(): InteractPropCsReq { + return { propEntityId: 0, interactId: 0, motion: undefined }; +} + +export const InteractPropCsReq = { + encode( + message: InteractPropCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.propEntityId !== 0) { + writer.uint32(8).uint32(message.propEntityId); + } + if (message.interactId !== 0) { + writer.uint32(16).uint32(message.interactId); + } + if (message.motion !== undefined) { + MotionInfo.encode(message.motion, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): InteractPropCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseInteractPropCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.propEntityId = reader.uint32(); + break; + case 2: + message.interactId = reader.uint32(); + break; + case 3: + message.motion = MotionInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): InteractPropCsReq { + return { + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + interactId: isSet(object.interactId) ? Number(object.interactId) : 0, + motion: isSet(object.motion) + ? MotionInfo.fromJSON(object.motion) + : undefined, + }; + }, + + toJSON(message: InteractPropCsReq): unknown { + const obj: any = {}; + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + message.interactId !== undefined && + (obj.interactId = Math.round(message.interactId)); + message.motion !== undefined && + (obj.motion = message.motion + ? MotionInfo.toJSON(message.motion) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): InteractPropCsReq { + const message = createBaseInteractPropCsReq(); + message.propEntityId = object.propEntityId ?? 0; + message.interactId = object.interactId ?? 0; + message.motion = + object.motion !== undefined && object.motion !== null + ? MotionInfo.fromPartial(object.motion) + : undefined; + return message; + }, +}; + +function createBaseInteractPropScRsp(): InteractPropScRsp { + return { retcode: 0, propEntityId: 0, propState: 0 }; +} + +export const InteractPropScRsp = { + encode( + message: InteractPropScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.propEntityId !== 0) { + writer.uint32(16).uint32(message.propEntityId); + } + if (message.propState !== 0) { + writer.uint32(24).uint32(message.propState); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): InteractPropScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseInteractPropScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.propEntityId = reader.uint32(); + break; + case 3: + message.propState = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): InteractPropScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + propState: isSet(object.propState) ? Number(object.propState) : 0, + }; + }, + + toJSON(message: InteractPropScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + message.propState !== undefined && + (obj.propState = Math.round(message.propState)); + return obj; + }, + + fromPartial, I>>( + object: I + ): InteractPropScRsp { + const message = createBaseInteractPropScRsp(); + message.retcode = object.retcode ?? 0; + message.propEntityId = object.propEntityId ?? 0; + message.propState = object.propState ?? 0; + return message; + }, +}; + +function createBaseSceneCastSkillCsReq(): SceneCastSkillCsReq { + return { + castEntityId: 0, + skillIndex: 0, + abilityTargetEntityId: 0, + hitTargetEntityIdList: [], + assistMonsterEntityIdList: [], + targetMotion: undefined, + }; +} + +export const SceneCastSkillCsReq = { + encode( + message: SceneCastSkillCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.castEntityId !== 0) { + writer.uint32(8).uint32(message.castEntityId); + } + if (message.skillIndex !== 0) { + writer.uint32(16).uint32(message.skillIndex); + } + if (message.abilityTargetEntityId !== 0) { + writer.uint32(24).uint32(message.abilityTargetEntityId); + } + writer.uint32(34).fork(); + for (const v of message.hitTargetEntityIdList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(42).fork(); + for (const v of message.assistMonsterEntityIdList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.targetMotion !== undefined) { + MotionInfo.encode( + message.targetMotion, + writer.uint32(50).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SceneCastSkillCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneCastSkillCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.castEntityId = reader.uint32(); + break; + case 2: + message.skillIndex = reader.uint32(); + break; + case 3: + message.abilityTargetEntityId = reader.uint32(); + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.hitTargetEntityIdList.push(reader.uint32()); + } + } else { + message.hitTargetEntityIdList.push(reader.uint32()); + } + break; + case 5: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.assistMonsterEntityIdList.push(reader.uint32()); + } + } else { + message.assistMonsterEntityIdList.push(reader.uint32()); + } + break; + case 6: + message.targetMotion = MotionInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneCastSkillCsReq { + return { + castEntityId: isSet(object.castEntityId) + ? Number(object.castEntityId) + : 0, + skillIndex: isSet(object.skillIndex) ? Number(object.skillIndex) : 0, + abilityTargetEntityId: isSet(object.abilityTargetEntityId) + ? Number(object.abilityTargetEntityId) + : 0, + hitTargetEntityIdList: Array.isArray(object?.hitTargetEntityIdList) + ? object.hitTargetEntityIdList.map((e: any) => Number(e)) + : [], + assistMonsterEntityIdList: Array.isArray( + object?.assistMonsterEntityIdList + ) + ? object.assistMonsterEntityIdList.map((e: any) => Number(e)) + : [], + targetMotion: isSet(object.targetMotion) + ? MotionInfo.fromJSON(object.targetMotion) + : undefined, + }; + }, + + toJSON(message: SceneCastSkillCsReq): unknown { + const obj: any = {}; + message.castEntityId !== undefined && + (obj.castEntityId = Math.round(message.castEntityId)); + message.skillIndex !== undefined && + (obj.skillIndex = Math.round(message.skillIndex)); + message.abilityTargetEntityId !== undefined && + (obj.abilityTargetEntityId = Math.round(message.abilityTargetEntityId)); + if (message.hitTargetEntityIdList) { + obj.hitTargetEntityIdList = message.hitTargetEntityIdList.map((e) => + Math.round(e) + ); + } else { + obj.hitTargetEntityIdList = []; + } + if (message.assistMonsterEntityIdList) { + obj.assistMonsterEntityIdList = message.assistMonsterEntityIdList.map( + (e) => Math.round(e) + ); + } else { + obj.assistMonsterEntityIdList = []; + } + message.targetMotion !== undefined && + (obj.targetMotion = message.targetMotion + ? MotionInfo.toJSON(message.targetMotion) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneCastSkillCsReq { + const message = createBaseSceneCastSkillCsReq(); + message.castEntityId = object.castEntityId ?? 0; + message.skillIndex = object.skillIndex ?? 0; + message.abilityTargetEntityId = object.abilityTargetEntityId ?? 0; + message.hitTargetEntityIdList = + object.hitTargetEntityIdList?.map((e) => e) || []; + message.assistMonsterEntityIdList = + object.assistMonsterEntityIdList?.map((e) => e) || []; + message.targetMotion = + object.targetMotion !== undefined && object.targetMotion !== null + ? MotionInfo.fromPartial(object.targetMotion) + : undefined; + return message; + }, +}; + +function createBaseSceneCastSkillScRsp(): SceneCastSkillScRsp { + return { retcode: 0, battleInfo: undefined }; +} + +export const SceneCastSkillScRsp = { + encode( + message: SceneCastSkillScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.battleInfo !== undefined) { + SceneBattleInfo.encode( + message.battleInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SceneCastSkillScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneCastSkillScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.battleInfo = SceneBattleInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneCastSkillScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + battleInfo: isSet(object.battleInfo) + ? SceneBattleInfo.fromJSON(object.battleInfo) + : undefined, + }; + }, + + toJSON(message: SceneCastSkillScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.battleInfo !== undefined && + (obj.battleInfo = message.battleInfo + ? SceneBattleInfo.toJSON(message.battleInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneCastSkillScRsp { + const message = createBaseSceneCastSkillScRsp(); + message.retcode = object.retcode ?? 0; + message.battleInfo = + object.battleInfo !== undefined && object.battleInfo !== null + ? SceneBattleInfo.fromPartial(object.battleInfo) + : undefined; + return message; + }, +}; + +function createBaseSceneEnterStageCsReq(): SceneEnterStageCsReq { + return { eventId: 0 }; +} + +export const SceneEnterStageCsReq = { + encode( + message: SceneEnterStageCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.eventId !== 0) { + writer.uint32(8).uint32(message.eventId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SceneEnterStageCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneEnterStageCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.eventId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneEnterStageCsReq { + return { + eventId: isSet(object.eventId) ? Number(object.eventId) : 0, + }; + }, + + toJSON(message: SceneEnterStageCsReq): unknown { + const obj: any = {}; + message.eventId !== undefined && + (obj.eventId = Math.round(message.eventId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneEnterStageCsReq { + const message = createBaseSceneEnterStageCsReq(); + message.eventId = object.eventId ?? 0; + return message; + }, +}; + +function createBaseSceneEnterStageScRsp(): SceneEnterStageScRsp { + return { retcode: 0, battleInfo: undefined }; +} + +export const SceneEnterStageScRsp = { + encode( + message: SceneEnterStageScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.battleInfo !== undefined) { + SceneBattleInfo.encode( + message.battleInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SceneEnterStageScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneEnterStageScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.battleInfo = SceneBattleInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneEnterStageScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + battleInfo: isSet(object.battleInfo) + ? SceneBattleInfo.fromJSON(object.battleInfo) + : undefined, + }; + }, + + toJSON(message: SceneEnterStageScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.battleInfo !== undefined && + (obj.battleInfo = message.battleInfo + ? SceneBattleInfo.toJSON(message.battleInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneEnterStageScRsp { + const message = createBaseSceneEnterStageScRsp(); + message.retcode = object.retcode ?? 0; + message.battleInfo = + object.battleInfo !== undefined && object.battleInfo !== null + ? SceneBattleInfo.fromPartial(object.battleInfo) + : undefined; + return message; + }, +}; + +function createBaseGetCurSceneInfoCsReq(): GetCurSceneInfoCsReq { + return {}; +} + +export const GetCurSceneInfoCsReq = { + encode( + _: GetCurSceneInfoCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetCurSceneInfoCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetCurSceneInfoCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetCurSceneInfoCsReq { + return {}; + }, + + toJSON(_: GetCurSceneInfoCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetCurSceneInfoCsReq { + const message = createBaseGetCurSceneInfoCsReq(); + return message; + }, +}; + +function createBaseGetCurSceneInfoScRsp(): GetCurSceneInfoScRsp { + return { retcode: 0, scene: undefined }; +} + +export const GetCurSceneInfoScRsp = { + encode( + message: GetCurSceneInfoScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.scene !== undefined) { + SceneInfo.encode(message.scene, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetCurSceneInfoScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetCurSceneInfoScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.scene = SceneInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetCurSceneInfoScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + scene: isSet(object.scene) ? SceneInfo.fromJSON(object.scene) : undefined, + }; + }, + + toJSON(message: GetCurSceneInfoScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.scene !== undefined && + (obj.scene = message.scene ? SceneInfo.toJSON(message.scene) : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetCurSceneInfoScRsp { + const message = createBaseGetCurSceneInfoScRsp(); + message.retcode = object.retcode ?? 0; + message.scene = + object.scene !== undefined && object.scene !== null + ? SceneInfo.fromPartial(object.scene) + : undefined; + return message; + }, +}; + +function createBaseSceneEntityUpdateScNotify(): SceneEntityUpdateScNotify { + return { entityList: [] }; +} + +export const SceneEntityUpdateScNotify = { + encode( + message: SceneEntityUpdateScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.entityList) { + SceneEntityInfo.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SceneEntityUpdateScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneEntityUpdateScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityList.push( + SceneEntityInfo.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneEntityUpdateScNotify { + return { + entityList: Array.isArray(object?.entityList) + ? object.entityList.map((e: any) => SceneEntityInfo.fromJSON(e)) + : [], + }; + }, + + toJSON(message: SceneEntityUpdateScNotify): unknown { + const obj: any = {}; + if (message.entityList) { + obj.entityList = message.entityList.map((e) => + e ? SceneEntityInfo.toJSON(e) : undefined + ); + } else { + obj.entityList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneEntityUpdateScNotify { + const message = createBaseSceneEntityUpdateScNotify(); + message.entityList = + object.entityList?.map((e) => SceneEntityInfo.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseSceneEntityDisappearScNotify(): SceneEntityDisappearScNotify { + return { entityIdList: [] }; +} + +export const SceneEntityDisappearScNotify = { + encode( + message: SceneEntityDisappearScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.entityIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SceneEntityDisappearScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSceneEntityDisappearScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.entityIdList.push(reader.uint32()); + } + } else { + message.entityIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SceneEntityDisappearScNotify { + return { + entityIdList: Array.isArray(object?.entityIdList) + ? object.entityIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: SceneEntityDisappearScNotify): unknown { + const obj: any = {}; + if (message.entityIdList) { + obj.entityIdList = message.entityIdList.map((e) => Math.round(e)); + } else { + obj.entityIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): SceneEntityDisappearScNotify { + const message = createBaseSceneEntityDisappearScNotify(); + message.entityIdList = object.entityIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseSpringTransferCsReq(): SpringTransferCsReq { + return { planeId: 0, floorId: 0, propEntityId: 0 }; +} + +export const SpringTransferCsReq = { + encode( + message: SpringTransferCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.planeId !== 0) { + writer.uint32(8).uint32(message.planeId); + } + if (message.floorId !== 0) { + writer.uint32(16).uint32(message.floorId); + } + if (message.propEntityId !== 0) { + writer.uint32(24).uint32(message.propEntityId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SpringTransferCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpringTransferCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.planeId = reader.uint32(); + break; + case 2: + message.floorId = reader.uint32(); + break; + case 3: + message.propEntityId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpringTransferCsReq { + return { + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + floorId: isSet(object.floorId) ? Number(object.floorId) : 0, + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + }; + }, + + toJSON(message: SpringTransferCsReq): unknown { + const obj: any = {}; + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.floorId !== undefined && + (obj.floorId = Math.round(message.floorId)); + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpringTransferCsReq { + const message = createBaseSpringTransferCsReq(); + message.planeId = object.planeId ?? 0; + message.floorId = object.floorId ?? 0; + message.propEntityId = object.propEntityId ?? 0; + return message; + }, +}; + +function createBaseSpringTransferScRsp(): SpringTransferScRsp { + return { retcode: 0 }; +} + +export const SpringTransferScRsp = { + encode( + message: SpringTransferScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SpringTransferScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpringTransferScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpringTransferScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: SpringTransferScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpringTransferScRsp { + const message = createBaseSpringTransferScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseUpdateBuffScNotify(): UpdateBuffScNotify { + return { entityId: 0, buff: undefined }; +} + +export const UpdateBuffScNotify = { + encode( + message: UpdateBuffScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entityId !== 0) { + writer.uint32(8).uint32(message.entityId); + } + if (message.buff !== undefined) { + BuffInfo.encode(message.buff, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): UpdateBuffScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUpdateBuffScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityId = reader.uint32(); + break; + case 2: + message.buff = BuffInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UpdateBuffScNotify { + return { + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + buff: isSet(object.buff) ? BuffInfo.fromJSON(object.buff) : undefined, + }; + }, + + toJSON(message: UpdateBuffScNotify): unknown { + const obj: any = {}; + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + message.buff !== undefined && + (obj.buff = message.buff ? BuffInfo.toJSON(message.buff) : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): UpdateBuffScNotify { + const message = createBaseUpdateBuffScNotify(); + message.entityId = object.entityId ?? 0; + message.buff = + object.buff !== undefined && object.buff !== null + ? BuffInfo.fromPartial(object.buff) + : undefined; + return message; + }, +}; + +function createBaseDelBuffScNotify(): DelBuffScNotify { + return { entityId: 0, buffId: 0 }; +} + +export const DelBuffScNotify = { + encode( + message: DelBuffScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entityId !== 0) { + writer.uint32(8).uint32(message.entityId); + } + if (message.buffId !== 0) { + writer.uint32(16).uint32(message.buffId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): DelBuffScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseDelBuffScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityId = reader.uint32(); + break; + case 2: + message.buffId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): DelBuffScNotify { + return { + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + buffId: isSet(object.buffId) ? Number(object.buffId) : 0, + }; + }, + + toJSON(message: DelBuffScNotify): unknown { + const obj: any = {}; + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + message.buffId !== undefined && (obj.buffId = Math.round(message.buffId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): DelBuffScNotify { + const message = createBaseDelBuffScNotify(); + message.entityId = object.entityId ?? 0; + message.buffId = object.buffId ?? 0; + return message; + }, +}; + +function createBaseSpringRefreshCsReq(): SpringRefreshCsReq { + return { planeId: 0, floorId: 0, propEntityId: 0 }; +} + +export const SpringRefreshCsReq = { + encode( + message: SpringRefreshCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.planeId !== 0) { + writer.uint32(8).uint32(message.planeId); + } + if (message.floorId !== 0) { + writer.uint32(16).uint32(message.floorId); + } + if (message.propEntityId !== 0) { + writer.uint32(24).uint32(message.propEntityId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SpringRefreshCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpringRefreshCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.planeId = reader.uint32(); + break; + case 2: + message.floorId = reader.uint32(); + break; + case 3: + message.propEntityId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpringRefreshCsReq { + return { + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + floorId: isSet(object.floorId) ? Number(object.floorId) : 0, + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + }; + }, + + toJSON(message: SpringRefreshCsReq): unknown { + const obj: any = {}; + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.floorId !== undefined && + (obj.floorId = Math.round(message.floorId)); + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpringRefreshCsReq { + const message = createBaseSpringRefreshCsReq(); + message.planeId = object.planeId ?? 0; + message.floorId = object.floorId ?? 0; + message.propEntityId = object.propEntityId ?? 0; + return message; + }, +}; + +function createBaseSpringRefreshScRsp(): SpringRefreshScRsp { + return { retcode: 0 }; +} + +export const SpringRefreshScRsp = { + encode( + message: SpringRefreshScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SpringRefreshScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpringRefreshScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpringRefreshScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: SpringRefreshScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpringRefreshScRsp { + const message = createBaseSpringRefreshScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseLastSpringRefreshTimeNotify(): LastSpringRefreshTimeNotify { + return { lastTime: 0 }; +} + +export const LastSpringRefreshTimeNotify = { + encode( + message: LastSpringRefreshTimeNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.lastTime !== 0) { + writer.uint32(8).uint32(message.lastTime); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): LastSpringRefreshTimeNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseLastSpringRefreshTimeNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.lastTime = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): LastSpringRefreshTimeNotify { + return { + lastTime: isSet(object.lastTime) ? Number(object.lastTime) : 0, + }; + }, + + toJSON(message: LastSpringRefreshTimeNotify): unknown { + const obj: any = {}; + message.lastTime !== undefined && + (obj.lastTime = Math.round(message.lastTime)); + return obj; + }, + + fromPartial, I>>( + object: I + ): LastSpringRefreshTimeNotify { + const message = createBaseLastSpringRefreshTimeNotify(); + message.lastTime = object.lastTime ?? 0; + return message; + }, +}; + +function createBaseReturnLastTownCsReq(): ReturnLastTownCsReq { + return {}; +} + +export const ReturnLastTownCsReq = { + encode( + _: ReturnLastTownCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ReturnLastTownCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseReturnLastTownCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): ReturnLastTownCsReq { + return {}; + }, + + toJSON(_: ReturnLastTownCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): ReturnLastTownCsReq { + const message = createBaseReturnLastTownCsReq(); + return message; + }, +}; + +function createBaseReturnLastTownScRsp(): ReturnLastTownScRsp { + return { retcode: 0, scene: undefined }; +} + +export const ReturnLastTownScRsp = { + encode( + message: ReturnLastTownScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.scene !== undefined) { + SceneInfo.encode(message.scene, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ReturnLastTownScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseReturnLastTownScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.scene = SceneInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ReturnLastTownScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + scene: isSet(object.scene) ? SceneInfo.fromJSON(object.scene) : undefined, + }; + }, + + toJSON(message: ReturnLastTownScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.scene !== undefined && + (obj.scene = message.scene ? SceneInfo.toJSON(message.scene) : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): ReturnLastTownScRsp { + const message = createBaseReturnLastTownScRsp(); + message.retcode = object.retcode ?? 0; + message.scene = + object.scene !== undefined && object.scene !== null + ? SceneInfo.fromPartial(object.scene) + : undefined; + return message; + }, +}; + +function createBaseEnterSectionCsReq(): EnterSectionCsReq { + return { sectionId: 0 }; +} + +export const EnterSectionCsReq = { + encode( + message: EnterSectionCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.sectionId !== 0) { + writer.uint32(8).uint32(message.sectionId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EnterSectionCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterSectionCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.sectionId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterSectionCsReq { + return { + sectionId: isSet(object.sectionId) ? Number(object.sectionId) : 0, + }; + }, + + toJSON(message: EnterSectionCsReq): unknown { + const obj: any = {}; + message.sectionId !== undefined && + (obj.sectionId = Math.round(message.sectionId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterSectionCsReq { + const message = createBaseEnterSectionCsReq(); + message.sectionId = object.sectionId ?? 0; + return message; + }, +}; + +function createBaseEnterSectionScRsp(): EnterSectionScRsp { + return { retcode: 0 }; +} + +export const EnterSectionScRsp = { + encode( + message: EnterSectionScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EnterSectionScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEnterSectionScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EnterSectionScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: EnterSectionScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EnterSectionScRsp { + const message = createBaseEnterSectionScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseSetCurInteractEntityCsReq(): SetCurInteractEntityCsReq { + return { entityId: 0 }; +} + +export const SetCurInteractEntityCsReq = { + encode( + message: SetCurInteractEntityCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entityId !== 0) { + writer.uint32(8).uint32(message.entityId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetCurInteractEntityCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetCurInteractEntityCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetCurInteractEntityCsReq { + return { + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + }; + }, + + toJSON(message: SetCurInteractEntityCsReq): unknown { + const obj: any = {}; + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetCurInteractEntityCsReq { + const message = createBaseSetCurInteractEntityCsReq(); + message.entityId = object.entityId ?? 0; + return message; + }, +}; + +function createBaseSetCurInteractEntityScRsp(): SetCurInteractEntityScRsp { + return { retcode: 0 }; +} + +export const SetCurInteractEntityScRsp = { + encode( + message: SetCurInteractEntityScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetCurInteractEntityScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetCurInteractEntityScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetCurInteractEntityScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: SetCurInteractEntityScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetCurInteractEntityScRsp { + const message = createBaseSetCurInteractEntityScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseRecoverAllLineupCsReq(): RecoverAllLineupCsReq { + return {}; +} + +export const RecoverAllLineupCsReq = { + encode( + _: RecoverAllLineupCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RecoverAllLineupCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRecoverAllLineupCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): RecoverAllLineupCsReq { + return {}; + }, + + toJSON(_: RecoverAllLineupCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): RecoverAllLineupCsReq { + const message = createBaseRecoverAllLineupCsReq(); + return message; + }, +}; + +function createBaseRecoverAllLineupScRsp(): RecoverAllLineupScRsp { + return { retcode: 0 }; +} + +export const RecoverAllLineupScRsp = { + encode( + message: RecoverAllLineupScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): RecoverAllLineupScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRecoverAllLineupScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RecoverAllLineupScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: RecoverAllLineupScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RecoverAllLineupScRsp { + const message = createBaseRecoverAllLineupScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseSavePointsInfoNotify(): SavePointsInfoNotify { + return { validTimes: 0, refreshTime: 0 }; +} + +export const SavePointsInfoNotify = { + encode( + message: SavePointsInfoNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.validTimes !== 0) { + writer.uint32(8).uint32(message.validTimes); + } + if (message.refreshTime !== 0) { + writer.uint32(16).uint32(message.refreshTime); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SavePointsInfoNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSavePointsInfoNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.validTimes = reader.uint32(); + break; + case 2: + message.refreshTime = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SavePointsInfoNotify { + return { + validTimes: isSet(object.validTimes) ? Number(object.validTimes) : 0, + refreshTime: isSet(object.refreshTime) ? Number(object.refreshTime) : 0, + }; + }, + + toJSON(message: SavePointsInfoNotify): unknown { + const obj: any = {}; + message.validTimes !== undefined && + (obj.validTimes = Math.round(message.validTimes)); + message.refreshTime !== undefined && + (obj.refreshTime = Math.round(message.refreshTime)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SavePointsInfoNotify { + const message = createBaseSavePointsInfoNotify(); + message.validTimes = object.validTimes ?? 0; + message.refreshTime = object.refreshTime ?? 0; + return message; + }, +}; + +function createBaseStartCocoonStageCsReq(): StartCocoonStageCsReq { + return { propEntityId: 0, cocoonId: 0, wave: 0, worldLevel: 0 }; +} + +export const StartCocoonStageCsReq = { + encode( + message: StartCocoonStageCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.propEntityId !== 0) { + writer.uint32(8).uint32(message.propEntityId); + } + if (message.cocoonId !== 0) { + writer.uint32(16).uint32(message.cocoonId); + } + if (message.wave !== 0) { + writer.uint32(24).uint32(message.wave); + } + if (message.worldLevel !== 0) { + writer.uint32(32).uint32(message.worldLevel); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): StartCocoonStageCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartCocoonStageCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.propEntityId = reader.uint32(); + break; + case 2: + message.cocoonId = reader.uint32(); + break; + case 3: + message.wave = reader.uint32(); + break; + case 4: + message.worldLevel = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartCocoonStageCsReq { + return { + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + cocoonId: isSet(object.cocoonId) ? Number(object.cocoonId) : 0, + wave: isSet(object.wave) ? Number(object.wave) : 0, + worldLevel: isSet(object.worldLevel) ? Number(object.worldLevel) : 0, + }; + }, + + toJSON(message: StartCocoonStageCsReq): unknown { + const obj: any = {}; + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + message.cocoonId !== undefined && + (obj.cocoonId = Math.round(message.cocoonId)); + message.wave !== undefined && (obj.wave = Math.round(message.wave)); + message.worldLevel !== undefined && + (obj.worldLevel = Math.round(message.worldLevel)); + return obj; + }, + + fromPartial, I>>( + object: I + ): StartCocoonStageCsReq { + const message = createBaseStartCocoonStageCsReq(); + message.propEntityId = object.propEntityId ?? 0; + message.cocoonId = object.cocoonId ?? 0; + message.wave = object.wave ?? 0; + message.worldLevel = object.worldLevel ?? 0; + return message; + }, +}; + +function createBaseStartCocoonStageScRsp(): StartCocoonStageScRsp { + return { + retcode: 0, + battleInfo: undefined, + propEntityId: 0, + cocoonId: 0, + wave: 0, + }; +} + +export const StartCocoonStageScRsp = { + encode( + message: StartCocoonStageScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.battleInfo !== undefined) { + SceneBattleInfo.encode( + message.battleInfo, + writer.uint32(18).fork() + ).ldelim(); + } + if (message.propEntityId !== 0) { + writer.uint32(24).uint32(message.propEntityId); + } + if (message.cocoonId !== 0) { + writer.uint32(32).uint32(message.cocoonId); + } + if (message.wave !== 0) { + writer.uint32(40).uint32(message.wave); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): StartCocoonStageScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStartCocoonStageScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.battleInfo = SceneBattleInfo.decode(reader, reader.uint32()); + break; + case 3: + message.propEntityId = reader.uint32(); + break; + case 4: + message.cocoonId = reader.uint32(); + break; + case 5: + message.wave = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StartCocoonStageScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + battleInfo: isSet(object.battleInfo) + ? SceneBattleInfo.fromJSON(object.battleInfo) + : undefined, + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + cocoonId: isSet(object.cocoonId) ? Number(object.cocoonId) : 0, + wave: isSet(object.wave) ? Number(object.wave) : 0, + }; + }, + + toJSON(message: StartCocoonStageScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.battleInfo !== undefined && + (obj.battleInfo = message.battleInfo + ? SceneBattleInfo.toJSON(message.battleInfo) + : undefined); + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + message.cocoonId !== undefined && + (obj.cocoonId = Math.round(message.cocoonId)); + message.wave !== undefined && (obj.wave = Math.round(message.wave)); + return obj; + }, + + fromPartial, I>>( + object: I + ): StartCocoonStageScRsp { + const message = createBaseStartCocoonStageScRsp(); + message.retcode = object.retcode ?? 0; + message.battleInfo = + object.battleInfo !== undefined && object.battleInfo !== null + ? SceneBattleInfo.fromPartial(object.battleInfo) + : undefined; + message.propEntityId = object.propEntityId ?? 0; + message.cocoonId = object.cocoonId ?? 0; + message.wave = object.wave ?? 0; + return message; + }, +}; + +function createBaseEntityBindPropCsReq(): EntityBindPropCsReq { + return { isBind: false, motion: undefined }; +} + +export const EntityBindPropCsReq = { + encode( + message: EntityBindPropCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.isBind === true) { + writer.uint32(8).bool(message.isBind); + } + if (message.motion !== undefined) { + MotionInfo.encode(message.motion, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EntityBindPropCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEntityBindPropCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.isBind = reader.bool(); + break; + case 2: + message.motion = MotionInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EntityBindPropCsReq { + return { + isBind: isSet(object.isBind) ? Boolean(object.isBind) : false, + motion: isSet(object.motion) + ? MotionInfo.fromJSON(object.motion) + : undefined, + }; + }, + + toJSON(message: EntityBindPropCsReq): unknown { + const obj: any = {}; + message.isBind !== undefined && (obj.isBind = message.isBind); + message.motion !== undefined && + (obj.motion = message.motion + ? MotionInfo.toJSON(message.motion) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): EntityBindPropCsReq { + const message = createBaseEntityBindPropCsReq(); + message.isBind = object.isBind ?? false; + message.motion = + object.motion !== undefined && object.motion !== null + ? MotionInfo.fromPartial(object.motion) + : undefined; + return message; + }, +}; + +function createBaseEntityBindPropScRsp(): EntityBindPropScRsp { + return { retcode: 0 }; +} + +export const EntityBindPropScRsp = { + encode( + message: EntityBindPropScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): EntityBindPropScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseEntityBindPropScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): EntityBindPropScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + }; + }, + + toJSON(message: EntityBindPropScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + return obj; + }, + + fromPartial, I>>( + object: I + ): EntityBindPropScRsp { + const message = createBaseEntityBindPropScRsp(); + message.retcode = object.retcode ?? 0; + return message; + }, +}; + +function createBaseSetClientPausedCsReq(): SetClientPausedCsReq { + return { paused: false }; +} + +export const SetClientPausedCsReq = { + encode( + message: SetClientPausedCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.paused === true) { + writer.uint32(8).bool(message.paused); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetClientPausedCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetClientPausedCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.paused = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetClientPausedCsReq { + return { + paused: isSet(object.paused) ? Boolean(object.paused) : false, + }; + }, + + toJSON(message: SetClientPausedCsReq): unknown { + const obj: any = {}; + message.paused !== undefined && (obj.paused = message.paused); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetClientPausedCsReq { + const message = createBaseSetClientPausedCsReq(); + message.paused = object.paused ?? false; + return message; + }, +}; + +function createBaseSetClientPausedScRsp(): SetClientPausedScRsp { + return { retcode: 0, paused: false }; +} + +export const SetClientPausedScRsp = { + encode( + message: SetClientPausedScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.paused === true) { + writer.uint32(16).bool(message.paused); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetClientPausedScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetClientPausedScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.paused = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetClientPausedScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + paused: isSet(object.paused) ? Boolean(object.paused) : false, + }; + }, + + toJSON(message: SetClientPausedScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.paused !== undefined && (obj.paused = message.paused); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetClientPausedScRsp { + const message = createBaseSetClientPausedScRsp(); + message.retcode = object.retcode ?? 0; + message.paused = object.paused ?? false; + return message; + }, +}; + +function createBaseUpdateBuffGroupStartScNotify(): UpdateBuffGroupStartScNotify { + return {}; +} + +export const UpdateBuffGroupStartScNotify = { + encode( + _: UpdateBuffGroupStartScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): UpdateBuffGroupStartScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUpdateBuffGroupStartScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): UpdateBuffGroupStartScNotify { + return {}; + }, + + toJSON(_: UpdateBuffGroupStartScNotify): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): UpdateBuffGroupStartScNotify { + const message = createBaseUpdateBuffGroupStartScNotify(); + return message; + }, +}; + +function createBaseUpdateBuffGroupEndScNotify(): UpdateBuffGroupEndScNotify { + return {}; +} + +export const UpdateBuffGroupEndScNotify = { + encode( + _: UpdateBuffGroupEndScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): UpdateBuffGroupEndScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUpdateBuffGroupEndScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): UpdateBuffGroupEndScNotify { + return {}; + }, + + toJSON(_: UpdateBuffGroupEndScNotify): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): UpdateBuffGroupEndScNotify { + const message = createBaseUpdateBuffGroupEndScNotify(); + return message; + }, +}; + +function createBaseActivateFarmElementCsReq(): ActivateFarmElementCsReq { + return { entityId: 0, worldLevel: 0 }; +} + +export const ActivateFarmElementCsReq = { + encode( + message: ActivateFarmElementCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.entityId !== 0) { + writer.uint32(8).uint32(message.entityId); + } + if (message.worldLevel !== 0) { + writer.uint32(16).uint32(message.worldLevel); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ActivateFarmElementCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseActivateFarmElementCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.entityId = reader.uint32(); + break; + case 2: + message.worldLevel = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ActivateFarmElementCsReq { + return { + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + worldLevel: isSet(object.worldLevel) ? Number(object.worldLevel) : 0, + }; + }, + + toJSON(message: ActivateFarmElementCsReq): unknown { + const obj: any = {}; + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + message.worldLevel !== undefined && + (obj.worldLevel = Math.round(message.worldLevel)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ActivateFarmElementCsReq { + const message = createBaseActivateFarmElementCsReq(); + message.entityId = object.entityId ?? 0; + message.worldLevel = object.worldLevel ?? 0; + return message; + }, +}; + +function createBaseActivateFarmElementScRsp(): ActivateFarmElementScRsp { + return { retcode: 0, entityId: 0, worldLevel: 0 }; +} + +export const ActivateFarmElementScRsp = { + encode( + message: ActivateFarmElementScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.entityId !== 0) { + writer.uint32(16).uint32(message.entityId); + } + if (message.worldLevel !== 0) { + writer.uint32(24).uint32(message.worldLevel); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): ActivateFarmElementScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseActivateFarmElementScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.entityId = reader.uint32(); + break; + case 3: + message.worldLevel = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ActivateFarmElementScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + entityId: isSet(object.entityId) ? Number(object.entityId) : 0, + worldLevel: isSet(object.worldLevel) ? Number(object.worldLevel) : 0, + }; + }, + + toJSON(message: ActivateFarmElementScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.entityId !== undefined && + (obj.entityId = Math.round(message.entityId)); + message.worldLevel !== undefined && + (obj.worldLevel = Math.round(message.worldLevel)); + return obj; + }, + + fromPartial, I>>( + object: I + ): ActivateFarmElementScRsp { + const message = createBaseActivateFarmElementScRsp(); + message.retcode = object.retcode ?? 0; + message.entityId = object.entityId ?? 0; + message.worldLevel = object.worldLevel ?? 0; + return message; + }, +}; + +function createBaseAvatarPresetHp(): AvatarPresetHp { + return { avatarId: 0, presetHp: 0 }; +} + +export const AvatarPresetHp = { + encode( + message: AvatarPresetHp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.avatarId !== 0) { + writer.uint32(8).uint32(message.avatarId); + } + if (message.presetHp !== 0) { + writer.uint32(16).uint32(message.presetHp); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AvatarPresetHp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAvatarPresetHp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.avatarId = reader.uint32(); + break; + case 2: + message.presetHp = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AvatarPresetHp { + return { + avatarId: isSet(object.avatarId) ? Number(object.avatarId) : 0, + presetHp: isSet(object.presetHp) ? Number(object.presetHp) : 0, + }; + }, + + toJSON(message: AvatarPresetHp): unknown { + const obj: any = {}; + message.avatarId !== undefined && + (obj.avatarId = Math.round(message.avatarId)); + message.presetHp !== undefined && + (obj.presetHp = Math.round(message.presetHp)); + return obj; + }, + + fromPartial, I>>( + object: I + ): AvatarPresetHp { + const message = createBaseAvatarPresetHp(); + message.avatarId = object.avatarId ?? 0; + message.presetHp = object.presetHp ?? 0; + return message; + }, +}; + +function createBaseSpringRecoverConfig(): SpringRecoverConfig { + return { avatarPresetHpList: [], autoRecoverHp: false, defaultHp: 0 }; +} + +export const SpringRecoverConfig = { + encode( + message: SpringRecoverConfig, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.avatarPresetHpList) { + AvatarPresetHp.encode(v!, writer.uint32(10).fork()).ldelim(); + } + if (message.autoRecoverHp === true) { + writer.uint32(16).bool(message.autoRecoverHp); + } + if (message.defaultHp !== 0) { + writer.uint32(24).uint32(message.defaultHp); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SpringRecoverConfig { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpringRecoverConfig(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.avatarPresetHpList.push( + AvatarPresetHp.decode(reader, reader.uint32()) + ); + break; + case 2: + message.autoRecoverHp = reader.bool(); + break; + case 3: + message.defaultHp = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpringRecoverConfig { + return { + avatarPresetHpList: Array.isArray(object?.avatarPresetHpList) + ? object.avatarPresetHpList.map((e: any) => AvatarPresetHp.fromJSON(e)) + : [], + autoRecoverHp: isSet(object.autoRecoverHp) + ? Boolean(object.autoRecoverHp) + : false, + defaultHp: isSet(object.defaultHp) ? Number(object.defaultHp) : 0, + }; + }, + + toJSON(message: SpringRecoverConfig): unknown { + const obj: any = {}; + if (message.avatarPresetHpList) { + obj.avatarPresetHpList = message.avatarPresetHpList.map((e) => + e ? AvatarPresetHp.toJSON(e) : undefined + ); + } else { + obj.avatarPresetHpList = []; + } + message.autoRecoverHp !== undefined && + (obj.autoRecoverHp = message.autoRecoverHp); + message.defaultHp !== undefined && + (obj.defaultHp = Math.round(message.defaultHp)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpringRecoverConfig { + const message = createBaseSpringRecoverConfig(); + message.avatarPresetHpList = + object.avatarPresetHpList?.map((e) => AvatarPresetHp.fromPartial(e)) || + []; + message.autoRecoverHp = object.autoRecoverHp ?? false; + message.defaultHp = object.defaultHp ?? 0; + return message; + }, +}; + +function createBaseHealPoolInfo(): HealPoolInfo { + return { healPool: 0, refreshTime: 0 }; +} + +export const HealPoolInfo = { + encode( + message: HealPoolInfo, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.healPool !== 0) { + writer.uint32(8).uint32(message.healPool); + } + if (message.refreshTime !== 0) { + writer.uint32(16).uint32(message.refreshTime); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): HealPoolInfo { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseHealPoolInfo(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.healPool = reader.uint32(); + break; + case 2: + message.refreshTime = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): HealPoolInfo { + return { + healPool: isSet(object.healPool) ? Number(object.healPool) : 0, + refreshTime: isSet(object.refreshTime) ? Number(object.refreshTime) : 0, + }; + }, + + toJSON(message: HealPoolInfo): unknown { + const obj: any = {}; + message.healPool !== undefined && + (obj.healPool = Math.round(message.healPool)); + message.refreshTime !== undefined && + (obj.refreshTime = Math.round(message.refreshTime)); + return obj; + }, + + fromPartial, I>>( + object: I + ): HealPoolInfo { + const message = createBaseHealPoolInfo(); + message.healPool = object.healPool ?? 0; + message.refreshTime = object.refreshTime ?? 0; + return message; + }, +}; + +function createBaseGetSpringRecoverDataCsReq(): GetSpringRecoverDataCsReq { + return {}; +} + +export const GetSpringRecoverDataCsReq = { + encode( + _: GetSpringRecoverDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetSpringRecoverDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetSpringRecoverDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetSpringRecoverDataCsReq { + return {}; + }, + + toJSON(_: GetSpringRecoverDataCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetSpringRecoverDataCsReq { + const message = createBaseGetSpringRecoverDataCsReq(); + return message; + }, +}; + +function createBaseGetSpringRecoverDataScRsp(): GetSpringRecoverDataScRsp { + return { + retcode: 0, + springRecoverConfig: undefined, + healPoolInfo: undefined, + }; +} + +export const GetSpringRecoverDataScRsp = { + encode( + message: GetSpringRecoverDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.springRecoverConfig !== undefined) { + SpringRecoverConfig.encode( + message.springRecoverConfig, + writer.uint32(18).fork() + ).ldelim(); + } + if (message.healPoolInfo !== undefined) { + HealPoolInfo.encode( + message.healPoolInfo, + writer.uint32(26).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetSpringRecoverDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetSpringRecoverDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.springRecoverConfig = SpringRecoverConfig.decode( + reader, + reader.uint32() + ); + break; + case 3: + message.healPoolInfo = HealPoolInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetSpringRecoverDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + springRecoverConfig: isSet(object.springRecoverConfig) + ? SpringRecoverConfig.fromJSON(object.springRecoverConfig) + : undefined, + healPoolInfo: isSet(object.healPoolInfo) + ? HealPoolInfo.fromJSON(object.healPoolInfo) + : undefined, + }; + }, + + toJSON(message: GetSpringRecoverDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.springRecoverConfig !== undefined && + (obj.springRecoverConfig = message.springRecoverConfig + ? SpringRecoverConfig.toJSON(message.springRecoverConfig) + : undefined); + message.healPoolInfo !== undefined && + (obj.healPoolInfo = message.healPoolInfo + ? HealPoolInfo.toJSON(message.healPoolInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetSpringRecoverDataScRsp { + const message = createBaseGetSpringRecoverDataScRsp(); + message.retcode = object.retcode ?? 0; + message.springRecoverConfig = + object.springRecoverConfig !== undefined && + object.springRecoverConfig !== null + ? SpringRecoverConfig.fromPartial(object.springRecoverConfig) + : undefined; + message.healPoolInfo = + object.healPoolInfo !== undefined && object.healPoolInfo !== null + ? HealPoolInfo.fromPartial(object.healPoolInfo) + : undefined; + return message; + }, +}; + +function createBaseSetSpringRecoverConfigCsReq(): SetSpringRecoverConfigCsReq { + return { springRecoverConfig: undefined }; +} + +export const SetSpringRecoverConfigCsReq = { + encode( + message: SetSpringRecoverConfigCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.springRecoverConfig !== undefined) { + SpringRecoverConfig.encode( + message.springRecoverConfig, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetSpringRecoverConfigCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetSpringRecoverConfigCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.springRecoverConfig = SpringRecoverConfig.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetSpringRecoverConfigCsReq { + return { + springRecoverConfig: isSet(object.springRecoverConfig) + ? SpringRecoverConfig.fromJSON(object.springRecoverConfig) + : undefined, + }; + }, + + toJSON(message: SetSpringRecoverConfigCsReq): unknown { + const obj: any = {}; + message.springRecoverConfig !== undefined && + (obj.springRecoverConfig = message.springRecoverConfig + ? SpringRecoverConfig.toJSON(message.springRecoverConfig) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetSpringRecoverConfigCsReq { + const message = createBaseSetSpringRecoverConfigCsReq(); + message.springRecoverConfig = + object.springRecoverConfig !== undefined && + object.springRecoverConfig !== null + ? SpringRecoverConfig.fromPartial(object.springRecoverConfig) + : undefined; + return message; + }, +}; + +function createBaseSetSpringRecoverConfigScRsp(): SetSpringRecoverConfigScRsp { + return { retcode: 0, springRecoverConfig: undefined }; +} + +export const SetSpringRecoverConfigScRsp = { + encode( + message: SetSpringRecoverConfigScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.springRecoverConfig !== undefined) { + SpringRecoverConfig.encode( + message.springRecoverConfig, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SetSpringRecoverConfigScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetSpringRecoverConfigScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.springRecoverConfig = SpringRecoverConfig.decode( + reader, + reader.uint32() + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetSpringRecoverConfigScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + springRecoverConfig: isSet(object.springRecoverConfig) + ? SpringRecoverConfig.fromJSON(object.springRecoverConfig) + : undefined, + }; + }, + + toJSON(message: SetSpringRecoverConfigScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.springRecoverConfig !== undefined && + (obj.springRecoverConfig = message.springRecoverConfig + ? SpringRecoverConfig.toJSON(message.springRecoverConfig) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetSpringRecoverConfigScRsp { + const message = createBaseSetSpringRecoverConfigScRsp(); + message.retcode = object.retcode ?? 0; + message.springRecoverConfig = + object.springRecoverConfig !== undefined && + object.springRecoverConfig !== null + ? SpringRecoverConfig.fromPartial(object.springRecoverConfig) + : undefined; + return message; + }, +}; + +function createBaseSpringRecoverCsReq(): SpringRecoverCsReq { + return { planeId: 0, floorId: 0, propEntityId: 0 }; +} + +export const SpringRecoverCsReq = { + encode( + message: SpringRecoverCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.planeId !== 0) { + writer.uint32(8).uint32(message.planeId); + } + if (message.floorId !== 0) { + writer.uint32(16).uint32(message.floorId); + } + if (message.propEntityId !== 0) { + writer.uint32(24).uint32(message.propEntityId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SpringRecoverCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpringRecoverCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.planeId = reader.uint32(); + break; + case 2: + message.floorId = reader.uint32(); + break; + case 3: + message.propEntityId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpringRecoverCsReq { + return { + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + floorId: isSet(object.floorId) ? Number(object.floorId) : 0, + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + }; + }, + + toJSON(message: SpringRecoverCsReq): unknown { + const obj: any = {}; + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.floorId !== undefined && + (obj.floorId = Math.round(message.floorId)); + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpringRecoverCsReq { + const message = createBaseSpringRecoverCsReq(); + message.planeId = object.planeId ?? 0; + message.floorId = object.floorId ?? 0; + message.propEntityId = object.propEntityId ?? 0; + return message; + }, +}; + +function createBaseSpringRecoverScRsp(): SpringRecoverScRsp { + return { retcode: 0, healPoolInfo: undefined }; +} + +export const SpringRecoverScRsp = { + encode( + message: SpringRecoverScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.healPoolInfo !== undefined) { + HealPoolInfo.encode( + message.healPoolInfo, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SpringRecoverScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpringRecoverScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.healPoolInfo = HealPoolInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpringRecoverScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + healPoolInfo: isSet(object.healPoolInfo) + ? HealPoolInfo.fromJSON(object.healPoolInfo) + : undefined, + }; + }, + + toJSON(message: SpringRecoverScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.healPoolInfo !== undefined && + (obj.healPoolInfo = message.healPoolInfo + ? HealPoolInfo.toJSON(message.healPoolInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpringRecoverScRsp { + const message = createBaseSpringRecoverScRsp(); + message.retcode = object.retcode ?? 0; + message.healPoolInfo = + object.healPoolInfo !== undefined && object.healPoolInfo !== null + ? HealPoolInfo.fromPartial(object.healPoolInfo) + : undefined; + return message; + }, +}; + +function createBaseHealPoolInfoNotify(): HealPoolInfoNotify { + return { healPoolInfo: undefined }; +} + +export const HealPoolInfoNotify = { + encode( + message: HealPoolInfoNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.healPoolInfo !== undefined) { + HealPoolInfo.encode( + message.healPoolInfo, + writer.uint32(10).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): HealPoolInfoNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseHealPoolInfoNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.healPoolInfo = HealPoolInfo.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): HealPoolInfoNotify { + return { + healPoolInfo: isSet(object.healPoolInfo) + ? HealPoolInfo.fromJSON(object.healPoolInfo) + : undefined, + }; + }, + + toJSON(message: HealPoolInfoNotify): unknown { + const obj: any = {}; + message.healPoolInfo !== undefined && + (obj.healPoolInfo = message.healPoolInfo + ? HealPoolInfo.toJSON(message.healPoolInfo) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): HealPoolInfoNotify { + const message = createBaseHealPoolInfoNotify(); + message.healPoolInfo = + object.healPoolInfo !== undefined && object.healPoolInfo !== null + ? HealPoolInfo.fromPartial(object.healPoolInfo) + : undefined; + return message; + }, +}; + +function createBaseSpringRecoverSingleAvatarCsReq(): SpringRecoverSingleAvatarCsReq { + return { + planeId: 0, + floorId: 0, + propEntityId: 0, + avatarType: 0, + id: 0, + recoverFull: false, + }; +} + +export const SpringRecoverSingleAvatarCsReq = { + encode( + message: SpringRecoverSingleAvatarCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.planeId !== 0) { + writer.uint32(8).uint32(message.planeId); + } + if (message.floorId !== 0) { + writer.uint32(16).uint32(message.floorId); + } + if (message.propEntityId !== 0) { + writer.uint32(24).uint32(message.propEntityId); + } + if (message.avatarType !== 0) { + writer.uint32(32).int32(message.avatarType); + } + if (message.id !== 0) { + writer.uint32(40).uint32(message.id); + } + if (message.recoverFull === true) { + writer.uint32(48).bool(message.recoverFull); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SpringRecoverSingleAvatarCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpringRecoverSingleAvatarCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.planeId = reader.uint32(); + break; + case 2: + message.floorId = reader.uint32(); + break; + case 3: + message.propEntityId = reader.uint32(); + break; + case 4: + message.avatarType = reader.int32() as any; + break; + case 5: + message.id = reader.uint32(); + break; + case 6: + message.recoverFull = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpringRecoverSingleAvatarCsReq { + return { + planeId: isSet(object.planeId) ? Number(object.planeId) : 0, + floorId: isSet(object.floorId) ? Number(object.floorId) : 0, + propEntityId: isSet(object.propEntityId) + ? Number(object.propEntityId) + : 0, + avatarType: isSet(object.avatarType) + ? avatarTypeFromJSON(object.avatarType) + : 0, + id: isSet(object.id) ? Number(object.id) : 0, + recoverFull: isSet(object.recoverFull) + ? Boolean(object.recoverFull) + : false, + }; + }, + + toJSON(message: SpringRecoverSingleAvatarCsReq): unknown { + const obj: any = {}; + message.planeId !== undefined && + (obj.planeId = Math.round(message.planeId)); + message.floorId !== undefined && + (obj.floorId = Math.round(message.floorId)); + message.propEntityId !== undefined && + (obj.propEntityId = Math.round(message.propEntityId)); + message.avatarType !== undefined && + (obj.avatarType = avatarTypeToJSON(message.avatarType)); + message.id !== undefined && (obj.id = Math.round(message.id)); + message.recoverFull !== undefined && + (obj.recoverFull = message.recoverFull); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpringRecoverSingleAvatarCsReq { + const message = createBaseSpringRecoverSingleAvatarCsReq(); + message.planeId = object.planeId ?? 0; + message.floorId = object.floorId ?? 0; + message.propEntityId = object.propEntityId ?? 0; + message.avatarType = object.avatarType ?? 0; + message.id = object.id ?? 0; + message.recoverFull = object.recoverFull ?? false; + return message; + }, +}; + +function createBaseSpringRecoverSingleAvatarScRsp(): SpringRecoverSingleAvatarScRsp { + return { retcode: 0, avatarType: 0, id: 0, hp: 0 }; +} + +export const SpringRecoverSingleAvatarScRsp = { + encode( + message: SpringRecoverSingleAvatarScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.avatarType !== 0) { + writer.uint32(16).int32(message.avatarType); + } + if (message.id !== 0) { + writer.uint32(24).uint32(message.id); + } + if (message.hp !== 0) { + writer.uint32(32).uint32(message.hp); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): SpringRecoverSingleAvatarScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSpringRecoverSingleAvatarScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.avatarType = reader.int32() as any; + break; + case 3: + message.id = reader.uint32(); + break; + case 4: + message.hp = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SpringRecoverSingleAvatarScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + avatarType: isSet(object.avatarType) + ? avatarTypeFromJSON(object.avatarType) + : 0, + id: isSet(object.id) ? Number(object.id) : 0, + hp: isSet(object.hp) ? Number(object.hp) : 0, + }; + }, + + toJSON(message: SpringRecoverSingleAvatarScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.avatarType !== undefined && + (obj.avatarType = avatarTypeToJSON(message.avatarType)); + message.id !== undefined && (obj.id = Math.round(message.id)); + message.hp !== undefined && (obj.hp = Math.round(message.hp)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SpringRecoverSingleAvatarScRsp { + const message = createBaseSpringRecoverSingleAvatarScRsp(); + message.retcode = object.retcode ?? 0; + message.avatarType = object.avatarType ?? 0; + message.id = object.id ?? 0; + message.hp = object.hp ?? 0; + return message; + }, +}; + +function createBaseShop(): Shop { + return { shopId: 0, beginTime: 0, endTime: 0, goodsList: [] }; +} + +export const Shop = { + encode(message: Shop, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer { + if (message.shopId !== 0) { + writer.uint32(8).uint32(message.shopId); + } + if (message.beginTime !== 0) { + writer.uint32(16).uint32(message.beginTime); + } + if (message.endTime !== 0) { + writer.uint32(24).uint32(message.endTime); + } + for (const v of message.goodsList) { + Goods.encode(v!, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Shop { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseShop(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.shopId = reader.uint32(); + break; + case 2: + message.beginTime = reader.uint32(); + break; + case 3: + message.endTime = reader.uint32(); + break; + case 4: + message.goodsList.push(Goods.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Shop { + return { + shopId: isSet(object.shopId) ? Number(object.shopId) : 0, + beginTime: isSet(object.beginTime) ? Number(object.beginTime) : 0, + endTime: isSet(object.endTime) ? Number(object.endTime) : 0, + goodsList: Array.isArray(object?.goodsList) + ? object.goodsList.map((e: any) => Goods.fromJSON(e)) + : [], + }; + }, + + toJSON(message: Shop): unknown { + const obj: any = {}; + message.shopId !== undefined && (obj.shopId = Math.round(message.shopId)); + message.beginTime !== undefined && + (obj.beginTime = Math.round(message.beginTime)); + message.endTime !== undefined && + (obj.endTime = Math.round(message.endTime)); + if (message.goodsList) { + obj.goodsList = message.goodsList.map((e) => + e ? Goods.toJSON(e) : undefined + ); + } else { + obj.goodsList = []; + } + return obj; + }, + + fromPartial, I>>(object: I): Shop { + const message = createBaseShop(); + message.shopId = object.shopId ?? 0; + message.beginTime = object.beginTime ?? 0; + message.endTime = object.endTime ?? 0; + message.goodsList = + object.goodsList?.map((e) => Goods.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseGoods(): Goods { + return { goodsId: 0, buyTimes: 0, beginTime: 0, endTime: 0 }; +} + +export const Goods = { + encode(message: Goods, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer { + if (message.goodsId !== 0) { + writer.uint32(8).uint32(message.goodsId); + } + if (message.buyTimes !== 0) { + writer.uint32(16).uint32(message.buyTimes); + } + if (message.beginTime !== 0) { + writer.uint32(24).uint32(message.beginTime); + } + if (message.endTime !== 0) { + writer.uint32(32).uint32(message.endTime); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Goods { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGoods(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.goodsId = reader.uint32(); + break; + case 2: + message.buyTimes = reader.uint32(); + break; + case 3: + message.beginTime = reader.uint32(); + break; + case 4: + message.endTime = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Goods { + return { + goodsId: isSet(object.goodsId) ? Number(object.goodsId) : 0, + buyTimes: isSet(object.buyTimes) ? Number(object.buyTimes) : 0, + beginTime: isSet(object.beginTime) ? Number(object.beginTime) : 0, + endTime: isSet(object.endTime) ? Number(object.endTime) : 0, + }; + }, + + toJSON(message: Goods): unknown { + const obj: any = {}; + message.goodsId !== undefined && + (obj.goodsId = Math.round(message.goodsId)); + message.buyTimes !== undefined && + (obj.buyTimes = Math.round(message.buyTimes)); + message.beginTime !== undefined && + (obj.beginTime = Math.round(message.beginTime)); + message.endTime !== undefined && + (obj.endTime = Math.round(message.endTime)); + return obj; + }, + + fromPartial, I>>(object: I): Goods { + const message = createBaseGoods(); + message.goodsId = object.goodsId ?? 0; + message.buyTimes = object.buyTimes ?? 0; + message.beginTime = object.beginTime ?? 0; + message.endTime = object.endTime ?? 0; + return message; + }, +}; + +function createBaseGetShopListCsReq(): GetShopListCsReq { + return { shopType: 0 }; +} + +export const GetShopListCsReq = { + encode( + message: GetShopListCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.shopType !== 0) { + writer.uint32(8).uint32(message.shopType); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetShopListCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetShopListCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.shopType = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetShopListCsReq { + return { + shopType: isSet(object.shopType) ? Number(object.shopType) : 0, + }; + }, + + toJSON(message: GetShopListCsReq): unknown { + const obj: any = {}; + message.shopType !== undefined && + (obj.shopType = Math.round(message.shopType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetShopListCsReq { + const message = createBaseGetShopListCsReq(); + message.shopType = object.shopType ?? 0; + return message; + }, +}; + +function createBaseGetShopListScRsp(): GetShopListScRsp { + return { retcode: 0, shopList: [], shopType: 0 }; +} + +export const GetShopListScRsp = { + encode( + message: GetShopListScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.shopList) { + Shop.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.shopType !== 0) { + writer.uint32(24).uint32(message.shopType); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetShopListScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetShopListScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.shopList.push(Shop.decode(reader, reader.uint32())); + break; + case 3: + message.shopType = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetShopListScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + shopList: Array.isArray(object?.shopList) + ? object.shopList.map((e: any) => Shop.fromJSON(e)) + : [], + shopType: isSet(object.shopType) ? Number(object.shopType) : 0, + }; + }, + + toJSON(message: GetShopListScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.shopList) { + obj.shopList = message.shopList.map((e) => + e ? Shop.toJSON(e) : undefined + ); + } else { + obj.shopList = []; + } + message.shopType !== undefined && + (obj.shopType = Math.round(message.shopType)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetShopListScRsp { + const message = createBaseGetShopListScRsp(); + message.retcode = object.retcode ?? 0; + message.shopList = object.shopList?.map((e) => Shop.fromPartial(e)) || []; + message.shopType = object.shopType ?? 0; + return message; + }, +}; + +function createBaseBuyGoodsCsReq(): BuyGoodsCsReq { + return { shopId: 0, goodsId: 0, goodsNum: 0 }; +} + +export const BuyGoodsCsReq = { + encode( + message: BuyGoodsCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.shopId !== 0) { + writer.uint32(8).uint32(message.shopId); + } + if (message.goodsId !== 0) { + writer.uint32(16).uint32(message.goodsId); + } + if (message.goodsNum !== 0) { + writer.uint32(24).uint32(message.goodsNum); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BuyGoodsCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBuyGoodsCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.shopId = reader.uint32(); + break; + case 2: + message.goodsId = reader.uint32(); + break; + case 3: + message.goodsNum = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BuyGoodsCsReq { + return { + shopId: isSet(object.shopId) ? Number(object.shopId) : 0, + goodsId: isSet(object.goodsId) ? Number(object.goodsId) : 0, + goodsNum: isSet(object.goodsNum) ? Number(object.goodsNum) : 0, + }; + }, + + toJSON(message: BuyGoodsCsReq): unknown { + const obj: any = {}; + message.shopId !== undefined && (obj.shopId = Math.round(message.shopId)); + message.goodsId !== undefined && + (obj.goodsId = Math.round(message.goodsId)); + message.goodsNum !== undefined && + (obj.goodsNum = Math.round(message.goodsNum)); + return obj; + }, + + fromPartial, I>>( + object: I + ): BuyGoodsCsReq { + const message = createBaseBuyGoodsCsReq(); + message.shopId = object.shopId ?? 0; + message.goodsId = object.goodsId ?? 0; + message.goodsNum = object.goodsNum ?? 0; + return message; + }, +}; + +function createBaseBuyGoodsScRsp(): BuyGoodsScRsp { + return { + retcode: 0, + shopId: 0, + goodsId: 0, + goodsBuyTimes: 0, + returnItemList: undefined, + }; +} + +export const BuyGoodsScRsp = { + encode( + message: BuyGoodsScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.shopId !== 0) { + writer.uint32(16).uint32(message.shopId); + } + if (message.goodsId !== 0) { + writer.uint32(24).uint32(message.goodsId); + } + if (message.goodsBuyTimes !== 0) { + writer.uint32(32).uint32(message.goodsBuyTimes); + } + if (message.returnItemList !== undefined) { + ItemList.encode( + message.returnItemList, + writer.uint32(42).fork() + ).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BuyGoodsScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBuyGoodsScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.shopId = reader.uint32(); + break; + case 3: + message.goodsId = reader.uint32(); + break; + case 4: + message.goodsBuyTimes = reader.uint32(); + break; + case 5: + message.returnItemList = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BuyGoodsScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + shopId: isSet(object.shopId) ? Number(object.shopId) : 0, + goodsId: isSet(object.goodsId) ? Number(object.goodsId) : 0, + goodsBuyTimes: isSet(object.goodsBuyTimes) + ? Number(object.goodsBuyTimes) + : 0, + returnItemList: isSet(object.returnItemList) + ? ItemList.fromJSON(object.returnItemList) + : undefined, + }; + }, + + toJSON(message: BuyGoodsScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.shopId !== undefined && (obj.shopId = Math.round(message.shopId)); + message.goodsId !== undefined && + (obj.goodsId = Math.round(message.goodsId)); + message.goodsBuyTimes !== undefined && + (obj.goodsBuyTimes = Math.round(message.goodsBuyTimes)); + message.returnItemList !== undefined && + (obj.returnItemList = message.returnItemList + ? ItemList.toJSON(message.returnItemList) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): BuyGoodsScRsp { + const message = createBaseBuyGoodsScRsp(); + message.retcode = object.retcode ?? 0; + message.shopId = object.shopId ?? 0; + message.goodsId = object.goodsId ?? 0; + message.goodsBuyTimes = object.goodsBuyTimes ?? 0; + message.returnItemList = + object.returnItemList !== undefined && object.returnItemList !== null + ? ItemList.fromPartial(object.returnItemList) + : undefined; + return message; + }, +}; + +function createBaseStage(): Stage { + return { id: 0, winTimes: 0, challengeValue: 0 }; +} + +export const Stage = { + encode(message: Stage, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.winTimes !== 0) { + writer.uint32(16).uint32(message.winTimes); + } + if (message.challengeValue !== 0) { + writer.uint32(24).uint32(message.challengeValue); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Stage { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStage(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.winTimes = reader.uint32(); + break; + case 3: + message.challengeValue = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Stage { + return { + id: isSet(object.id) ? Number(object.id) : 0, + winTimes: isSet(object.winTimes) ? Number(object.winTimes) : 0, + challengeValue: isSet(object.challengeValue) + ? Number(object.challengeValue) + : 0, + }; + }, + + toJSON(message: Stage): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.winTimes !== undefined && + (obj.winTimes = Math.round(message.winTimes)); + message.challengeValue !== undefined && + (obj.challengeValue = Math.round(message.challengeValue)); + return obj; + }, + + fromPartial, I>>(object: I): Stage { + const message = createBaseStage(); + message.id = object.id ?? 0; + message.winTimes = object.winTimes ?? 0; + message.challengeValue = object.challengeValue ?? 0; + return message; + }, +}; + +function createBaseGetStageDataCsReq(): GetStageDataCsReq { + return { stageIdList: [] }; +} + +export const GetStageDataCsReq = { + encode( + message: GetStageDataCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.stageIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetStageDataCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetStageDataCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.stageIdList.push(reader.uint32()); + } + } else { + message.stageIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetStageDataCsReq { + return { + stageIdList: Array.isArray(object?.stageIdList) + ? object.stageIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetStageDataCsReq): unknown { + const obj: any = {}; + if (message.stageIdList) { + obj.stageIdList = message.stageIdList.map((e) => Math.round(e)); + } else { + obj.stageIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetStageDataCsReq { + const message = createBaseGetStageDataCsReq(); + message.stageIdList = object.stageIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseGetStageDataScRsp(): GetStageDataScRsp { + return { retcode: 0, stageList: [], isAll: false }; +} + +export const GetStageDataScRsp = { + encode( + message: GetStageDataScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.stageList) { + Stage.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.isAll === true) { + writer.uint32(24).bool(message.isAll); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetStageDataScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetStageDataScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.stageList.push(Stage.decode(reader, reader.uint32())); + break; + case 3: + message.isAll = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetStageDataScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + stageList: Array.isArray(object?.stageList) + ? object.stageList.map((e: any) => Stage.fromJSON(e)) + : [], + isAll: isSet(object.isAll) ? Boolean(object.isAll) : false, + }; + }, + + toJSON(message: GetStageDataScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.stageList) { + obj.stageList = message.stageList.map((e) => + e ? Stage.toJSON(e) : undefined + ); + } else { + obj.stageList = []; + } + message.isAll !== undefined && (obj.isAll = message.isAll); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetStageDataScRsp { + const message = createBaseGetStageDataScRsp(); + message.retcode = object.retcode ?? 0; + message.stageList = + object.stageList?.map((e) => Stage.fromPartial(e)) || []; + message.isAll = object.isAll ?? false; + return message; + }, +}; + +function createBaseStageBeginCsReq(): StageBeginCsReq { + return { stageId: 0, lineupIndex: 0 }; +} + +export const StageBeginCsReq = { + encode( + message: StageBeginCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.stageId !== 0) { + writer.uint32(8).uint32(message.stageId); + } + if (message.lineupIndex !== 0) { + writer.uint32(16).uint32(message.lineupIndex); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): StageBeginCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStageBeginCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.stageId = reader.uint32(); + break; + case 2: + message.lineupIndex = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StageBeginCsReq { + return { + stageId: isSet(object.stageId) ? Number(object.stageId) : 0, + lineupIndex: isSet(object.lineupIndex) ? Number(object.lineupIndex) : 0, + }; + }, + + toJSON(message: StageBeginCsReq): unknown { + const obj: any = {}; + message.stageId !== undefined && + (obj.stageId = Math.round(message.stageId)); + message.lineupIndex !== undefined && + (obj.lineupIndex = Math.round(message.lineupIndex)); + return obj; + }, + + fromPartial, I>>( + object: I + ): StageBeginCsReq { + const message = createBaseStageBeginCsReq(); + message.stageId = object.stageId ?? 0; + message.lineupIndex = object.lineupIndex ?? 0; + return message; + }, +}; + +function createBaseStageBeginScRsp(): StageBeginScRsp { + return { retcode: 0, logicRandomSeed: 0, stageId: 0, battleAvatarList: [] }; +} + +export const StageBeginScRsp = { + encode( + message: StageBeginScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.logicRandomSeed !== 0) { + writer.uint32(16).uint32(message.logicRandomSeed); + } + if (message.stageId !== 0) { + writer.uint32(24).uint32(message.stageId); + } + for (const v of message.battleAvatarList) { + BattleAvatar.encode(v!, writer.uint32(34).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): StageBeginScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseStageBeginScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.logicRandomSeed = reader.uint32(); + break; + case 3: + message.stageId = reader.uint32(); + break; + case 4: + message.battleAvatarList.push( + BattleAvatar.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): StageBeginScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + logicRandomSeed: isSet(object.logicRandomSeed) + ? Number(object.logicRandomSeed) + : 0, + stageId: isSet(object.stageId) ? Number(object.stageId) : 0, + battleAvatarList: Array.isArray(object?.battleAvatarList) + ? object.battleAvatarList.map((e: any) => BattleAvatar.fromJSON(e)) + : [], + }; + }, + + toJSON(message: StageBeginScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.logicRandomSeed !== undefined && + (obj.logicRandomSeed = Math.round(message.logicRandomSeed)); + message.stageId !== undefined && + (obj.stageId = Math.round(message.stageId)); + if (message.battleAvatarList) { + obj.battleAvatarList = message.battleAvatarList.map((e) => + e ? BattleAvatar.toJSON(e) : undefined + ); + } else { + obj.battleAvatarList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): StageBeginScRsp { + const message = createBaseStageBeginScRsp(); + message.retcode = object.retcode ?? 0; + message.logicRandomSeed = object.logicRandomSeed ?? 0; + message.stageId = object.stageId ?? 0; + message.battleAvatarList = + object.battleAvatarList?.map((e) => BattleAvatar.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseBasicModuleSync(): BasicModuleSync { + return { stamina: 0, weekCocoonFinishedCount: 0 }; +} + +export const BasicModuleSync = { + encode( + message: BasicModuleSync, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.stamina !== 0) { + writer.uint32(8).uint32(message.stamina); + } + if (message.weekCocoonFinishedCount !== 0) { + writer.uint32(16).uint32(message.weekCocoonFinishedCount); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): BasicModuleSync { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseBasicModuleSync(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.stamina = reader.uint32(); + break; + case 2: + message.weekCocoonFinishedCount = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): BasicModuleSync { + return { + stamina: isSet(object.stamina) ? Number(object.stamina) : 0, + weekCocoonFinishedCount: isSet(object.weekCocoonFinishedCount) + ? Number(object.weekCocoonFinishedCount) + : 0, + }; + }, + + toJSON(message: BasicModuleSync): unknown { + const obj: any = {}; + message.stamina !== undefined && + (obj.stamina = Math.round(message.stamina)); + message.weekCocoonFinishedCount !== undefined && + (obj.weekCocoonFinishedCount = Math.round( + message.weekCocoonFinishedCount + )); + return obj; + }, + + fromPartial, I>>( + object: I + ): BasicModuleSync { + const message = createBaseBasicModuleSync(); + message.stamina = object.stamina ?? 0; + message.weekCocoonFinishedCount = object.weekCocoonFinishedCount ?? 0; + return message; + }, +}; + +function createBaseRogueModuleSync(): RogueModuleSync { + return { rogueCoin: 0, rogueStamina: 0, rogueExploreExp: 0 }; +} + +export const RogueModuleSync = { + encode( + message: RogueModuleSync, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.rogueCoin !== 0) { + writer.uint32(8).uint32(message.rogueCoin); + } + if (message.rogueStamina !== 0) { + writer.uint32(16).uint32(message.rogueStamina); + } + if (message.rogueExploreExp !== 0) { + writer.uint32(24).uint32(message.rogueExploreExp); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): RogueModuleSync { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseRogueModuleSync(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.rogueCoin = reader.uint32(); + break; + case 2: + message.rogueStamina = reader.uint32(); + break; + case 3: + message.rogueExploreExp = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): RogueModuleSync { + return { + rogueCoin: isSet(object.rogueCoin) ? Number(object.rogueCoin) : 0, + rogueStamina: isSet(object.rogueStamina) + ? Number(object.rogueStamina) + : 0, + rogueExploreExp: isSet(object.rogueExploreExp) + ? Number(object.rogueExploreExp) + : 0, + }; + }, + + toJSON(message: RogueModuleSync): unknown { + const obj: any = {}; + message.rogueCoin !== undefined && + (obj.rogueCoin = Math.round(message.rogueCoin)); + message.rogueStamina !== undefined && + (obj.rogueStamina = Math.round(message.rogueStamina)); + message.rogueExploreExp !== undefined && + (obj.rogueExploreExp = Math.round(message.rogueExploreExp)); + return obj; + }, + + fromPartial, I>>( + object: I + ): RogueModuleSync { + const message = createBaseRogueModuleSync(); + message.rogueCoin = object.rogueCoin ?? 0; + message.rogueStamina = object.rogueStamina ?? 0; + message.rogueExploreExp = object.rogueExploreExp ?? 0; + return message; + }, +}; + +function createBaseAvatarSync(): AvatarSync { + return { avatarList: [] }; +} + +export const AvatarSync = { + encode( + message: AvatarSync, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.avatarList) { + Avatar.encode(v!, writer.uint32(10).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): AvatarSync { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseAvatarSync(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.avatarList.push(Avatar.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): AvatarSync { + return { + avatarList: Array.isArray(object?.avatarList) + ? object.avatarList.map((e: any) => Avatar.fromJSON(e)) + : [], + }; + }, + + toJSON(message: AvatarSync): unknown { + const obj: any = {}; + if (message.avatarList) { + obj.avatarList = message.avatarList.map((e) => + e ? Avatar.toJSON(e) : undefined + ); + } else { + obj.avatarList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): AvatarSync { + const message = createBaseAvatarSync(); + message.avatarList = + object.avatarList?.map((e) => Avatar.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseMissionSync(): MissionSync { + return { + missionList: [], + finishedMainMissionIdList: [], + delMissionIdList: [], + delMainMissionIdList: [], + }; +} + +export const MissionSync = { + encode( + message: MissionSync, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.missionList) { + Mission.encode(v!, writer.uint32(10).fork()).ldelim(); + } + writer.uint32(18).fork(); + for (const v of message.finishedMainMissionIdList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(26).fork(); + for (const v of message.delMissionIdList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(34).fork(); + for (const v of message.delMainMissionIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MissionSync { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMissionSync(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.missionList.push(Mission.decode(reader, reader.uint32())); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.finishedMainMissionIdList.push(reader.uint32()); + } + } else { + message.finishedMainMissionIdList.push(reader.uint32()); + } + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.delMissionIdList.push(reader.uint32()); + } + } else { + message.delMissionIdList.push(reader.uint32()); + } + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.delMainMissionIdList.push(reader.uint32()); + } + } else { + message.delMainMissionIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MissionSync { + return { + missionList: Array.isArray(object?.missionList) + ? object.missionList.map((e: any) => Mission.fromJSON(e)) + : [], + finishedMainMissionIdList: Array.isArray( + object?.finishedMainMissionIdList + ) + ? object.finishedMainMissionIdList.map((e: any) => Number(e)) + : [], + delMissionIdList: Array.isArray(object?.delMissionIdList) + ? object.delMissionIdList.map((e: any) => Number(e)) + : [], + delMainMissionIdList: Array.isArray(object?.delMainMissionIdList) + ? object.delMainMissionIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: MissionSync): unknown { + const obj: any = {}; + if (message.missionList) { + obj.missionList = message.missionList.map((e) => + e ? Mission.toJSON(e) : undefined + ); + } else { + obj.missionList = []; + } + if (message.finishedMainMissionIdList) { + obj.finishedMainMissionIdList = message.finishedMainMissionIdList.map( + (e) => Math.round(e) + ); + } else { + obj.finishedMainMissionIdList = []; + } + if (message.delMissionIdList) { + obj.delMissionIdList = message.delMissionIdList.map((e) => Math.round(e)); + } else { + obj.delMissionIdList = []; + } + if (message.delMainMissionIdList) { + obj.delMainMissionIdList = message.delMainMissionIdList.map((e) => + Math.round(e) + ); + } else { + obj.delMainMissionIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): MissionSync { + const message = createBaseMissionSync(); + message.missionList = + object.missionList?.map((e) => Mission.fromPartial(e)) || []; + message.finishedMainMissionIdList = + object.finishedMainMissionIdList?.map((e) => e) || []; + message.delMissionIdList = object.delMissionIdList?.map((e) => e) || []; + message.delMainMissionIdList = + object.delMainMissionIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseMissionEventSync(): MissionEventSync { + return { + missionEventList: [], + finishedMissionEventIdList: [], + delMissionEventIdList: [], + }; +} + +export const MissionEventSync = { + encode( + message: MissionEventSync, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + for (const v of message.missionEventList) { + Mission.encode(v!, writer.uint32(10).fork()).ldelim(); + } + writer.uint32(18).fork(); + for (const v of message.finishedMissionEventIdList) { + writer.uint32(v); + } + writer.ldelim(); + writer.uint32(26).fork(); + for (const v of message.delMissionEventIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): MissionEventSync { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseMissionEventSync(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.missionEventList.push( + Mission.decode(reader, reader.uint32()) + ); + break; + case 2: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.finishedMissionEventIdList.push(reader.uint32()); + } + } else { + message.finishedMissionEventIdList.push(reader.uint32()); + } + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.delMissionEventIdList.push(reader.uint32()); + } + } else { + message.delMissionEventIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): MissionEventSync { + return { + missionEventList: Array.isArray(object?.missionEventList) + ? object.missionEventList.map((e: any) => Mission.fromJSON(e)) + : [], + finishedMissionEventIdList: Array.isArray( + object?.finishedMissionEventIdList + ) + ? object.finishedMissionEventIdList.map((e: any) => Number(e)) + : [], + delMissionEventIdList: Array.isArray(object?.delMissionEventIdList) + ? object.delMissionEventIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: MissionEventSync): unknown { + const obj: any = {}; + if (message.missionEventList) { + obj.missionEventList = message.missionEventList.map((e) => + e ? Mission.toJSON(e) : undefined + ); + } else { + obj.missionEventList = []; + } + if (message.finishedMissionEventIdList) { + obj.finishedMissionEventIdList = message.finishedMissionEventIdList.map( + (e) => Math.round(e) + ); + } else { + obj.finishedMissionEventIdList = []; + } + if (message.delMissionEventIdList) { + obj.delMissionEventIdList = message.delMissionEventIdList.map((e) => + Math.round(e) + ); + } else { + obj.delMissionEventIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): MissionEventSync { + const message = createBaseMissionEventSync(); + message.missionEventList = + object.missionEventList?.map((e) => Mission.fromPartial(e)) || []; + message.finishedMissionEventIdList = + object.finishedMissionEventIdList?.map((e) => e) || []; + message.delMissionEventIdList = + object.delMissionEventIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBasePlayerSyncScNotify(): PlayerSyncScNotify { + return { + basicInfo: undefined, + avatarSync: undefined, + equipmentList: [], + delEquipmentList: [], + materialList: [], + questList: [], + missionSync: undefined, + basicModuleSync: undefined, + relicList: [], + delRelicList: [], + missionEventSync: undefined, + basicTypeInfoList: [], + rogueItemList: [], + rogueModuleSync: undefined, + waitDelResourceList: [], + totalAchievementExp: 0, + newItemHintList: [], + groupStatusList: [], + sectionStatusList: [], + }; +} + +export const PlayerSyncScNotify = { + encode( + message: PlayerSyncScNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.basicInfo !== undefined) { + PlayerBasicInfo.encode( + message.basicInfo, + writer.uint32(10).fork() + ).ldelim(); + } + if (message.avatarSync !== undefined) { + AvatarSync.encode(message.avatarSync, writer.uint32(18).fork()).ldelim(); + } + for (const v of message.equipmentList) { + Equipment.encode(v!, writer.uint32(26).fork()).ldelim(); + } + writer.uint32(34).fork(); + for (const v of message.delEquipmentList) { + writer.uint32(v); + } + writer.ldelim(); + for (const v of message.materialList) { + Material.encode(v!, writer.uint32(42).fork()).ldelim(); + } + for (const v of message.questList) { + Quest.encode(v!, writer.uint32(50).fork()).ldelim(); + } + if (message.missionSync !== undefined) { + MissionSync.encode( + message.missionSync, + writer.uint32(58).fork() + ).ldelim(); + } + if (message.basicModuleSync !== undefined) { + BasicModuleSync.encode( + message.basicModuleSync, + writer.uint32(66).fork() + ).ldelim(); + } + for (const v of message.relicList) { + Relic.encode(v!, writer.uint32(74).fork()).ldelim(); + } + writer.uint32(82).fork(); + for (const v of message.delRelicList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.missionEventSync !== undefined) { + MissionEventSync.encode( + message.missionEventSync, + writer.uint32(90).fork() + ).ldelim(); + } + for (const v of message.basicTypeInfoList) { + HeroBasicTypeInfo.encode(v!, writer.uint32(98).fork()).ldelim(); + } + for (const v of message.rogueItemList) { + Material.encode(v!, writer.uint32(106).fork()).ldelim(); + } + if (message.rogueModuleSync !== undefined) { + RogueModuleSync.encode( + message.rogueModuleSync, + writer.uint32(114).fork() + ).ldelim(); + } + for (const v of message.waitDelResourceList) { + WaitDelResource.encode(v!, writer.uint32(122).fork()).ldelim(); + } + if (message.totalAchievementExp !== 0) { + writer.uint32(128).uint32(message.totalAchievementExp); + } + writer.uint32(138).fork(); + for (const v of message.newItemHintList) { + writer.uint32(v); + } + writer.ldelim(); + for (const v of message.groupStatusList) { + GroupStatus.encode(v!, writer.uint32(146).fork()).ldelim(); + } + for (const v of message.sectionStatusList) { + SectionStatus.encode(v!, writer.uint32(154).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PlayerSyncScNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePlayerSyncScNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.basicInfo = PlayerBasicInfo.decode(reader, reader.uint32()); + break; + case 2: + message.avatarSync = AvatarSync.decode(reader, reader.uint32()); + break; + case 3: + message.equipmentList.push(Equipment.decode(reader, reader.uint32())); + break; + case 4: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.delEquipmentList.push(reader.uint32()); + } + } else { + message.delEquipmentList.push(reader.uint32()); + } + break; + case 5: + message.materialList.push(Material.decode(reader, reader.uint32())); + break; + case 6: + message.questList.push(Quest.decode(reader, reader.uint32())); + break; + case 7: + message.missionSync = MissionSync.decode(reader, reader.uint32()); + break; + case 8: + message.basicModuleSync = BasicModuleSync.decode( + reader, + reader.uint32() + ); + break; + case 9: + message.relicList.push(Relic.decode(reader, reader.uint32())); + break; + case 10: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.delRelicList.push(reader.uint32()); + } + } else { + message.delRelicList.push(reader.uint32()); + } + break; + case 11: + message.missionEventSync = MissionEventSync.decode( + reader, + reader.uint32() + ); + break; + case 12: + message.basicTypeInfoList.push( + HeroBasicTypeInfo.decode(reader, reader.uint32()) + ); + break; + case 13: + message.rogueItemList.push(Material.decode(reader, reader.uint32())); + break; + case 14: + message.rogueModuleSync = RogueModuleSync.decode( + reader, + reader.uint32() + ); + break; + case 15: + message.waitDelResourceList.push( + WaitDelResource.decode(reader, reader.uint32()) + ); + break; + case 16: + message.totalAchievementExp = reader.uint32(); + break; + case 17: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.newItemHintList.push(reader.uint32()); + } + } else { + message.newItemHintList.push(reader.uint32()); + } + break; + case 18: + message.groupStatusList.push( + GroupStatus.decode(reader, reader.uint32()) + ); + break; + case 19: + message.sectionStatusList.push( + SectionStatus.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PlayerSyncScNotify { + return { + basicInfo: isSet(object.basicInfo) + ? PlayerBasicInfo.fromJSON(object.basicInfo) + : undefined, + avatarSync: isSet(object.avatarSync) + ? AvatarSync.fromJSON(object.avatarSync) + : undefined, + equipmentList: Array.isArray(object?.equipmentList) + ? object.equipmentList.map((e: any) => Equipment.fromJSON(e)) + : [], + delEquipmentList: Array.isArray(object?.delEquipmentList) + ? object.delEquipmentList.map((e: any) => Number(e)) + : [], + materialList: Array.isArray(object?.materialList) + ? object.materialList.map((e: any) => Material.fromJSON(e)) + : [], + questList: Array.isArray(object?.questList) + ? object.questList.map((e: any) => Quest.fromJSON(e)) + : [], + missionSync: isSet(object.missionSync) + ? MissionSync.fromJSON(object.missionSync) + : undefined, + basicModuleSync: isSet(object.basicModuleSync) + ? BasicModuleSync.fromJSON(object.basicModuleSync) + : undefined, + relicList: Array.isArray(object?.relicList) + ? object.relicList.map((e: any) => Relic.fromJSON(e)) + : [], + delRelicList: Array.isArray(object?.delRelicList) + ? object.delRelicList.map((e: any) => Number(e)) + : [], + missionEventSync: isSet(object.missionEventSync) + ? MissionEventSync.fromJSON(object.missionEventSync) + : undefined, + basicTypeInfoList: Array.isArray(object?.basicTypeInfoList) + ? object.basicTypeInfoList.map((e: any) => + HeroBasicTypeInfo.fromJSON(e) + ) + : [], + rogueItemList: Array.isArray(object?.rogueItemList) + ? object.rogueItemList.map((e: any) => Material.fromJSON(e)) + : [], + rogueModuleSync: isSet(object.rogueModuleSync) + ? RogueModuleSync.fromJSON(object.rogueModuleSync) + : undefined, + waitDelResourceList: Array.isArray(object?.waitDelResourceList) + ? object.waitDelResourceList.map((e: any) => + WaitDelResource.fromJSON(e) + ) + : [], + totalAchievementExp: isSet(object.totalAchievementExp) + ? Number(object.totalAchievementExp) + : 0, + newItemHintList: Array.isArray(object?.newItemHintList) + ? object.newItemHintList.map((e: any) => Number(e)) + : [], + groupStatusList: Array.isArray(object?.groupStatusList) + ? object.groupStatusList.map((e: any) => GroupStatus.fromJSON(e)) + : [], + sectionStatusList: Array.isArray(object?.sectionStatusList) + ? object.sectionStatusList.map((e: any) => SectionStatus.fromJSON(e)) + : [], + }; + }, + + toJSON(message: PlayerSyncScNotify): unknown { + const obj: any = {}; + message.basicInfo !== undefined && + (obj.basicInfo = message.basicInfo + ? PlayerBasicInfo.toJSON(message.basicInfo) + : undefined); + message.avatarSync !== undefined && + (obj.avatarSync = message.avatarSync + ? AvatarSync.toJSON(message.avatarSync) + : undefined); + if (message.equipmentList) { + obj.equipmentList = message.equipmentList.map((e) => + e ? Equipment.toJSON(e) : undefined + ); + } else { + obj.equipmentList = []; + } + if (message.delEquipmentList) { + obj.delEquipmentList = message.delEquipmentList.map((e) => Math.round(e)); + } else { + obj.delEquipmentList = []; + } + if (message.materialList) { + obj.materialList = message.materialList.map((e) => + e ? Material.toJSON(e) : undefined + ); + } else { + obj.materialList = []; + } + if (message.questList) { + obj.questList = message.questList.map((e) => + e ? Quest.toJSON(e) : undefined + ); + } else { + obj.questList = []; + } + message.missionSync !== undefined && + (obj.missionSync = message.missionSync + ? MissionSync.toJSON(message.missionSync) + : undefined); + message.basicModuleSync !== undefined && + (obj.basicModuleSync = message.basicModuleSync + ? BasicModuleSync.toJSON(message.basicModuleSync) + : undefined); + if (message.relicList) { + obj.relicList = message.relicList.map((e) => + e ? Relic.toJSON(e) : undefined + ); + } else { + obj.relicList = []; + } + if (message.delRelicList) { + obj.delRelicList = message.delRelicList.map((e) => Math.round(e)); + } else { + obj.delRelicList = []; + } + message.missionEventSync !== undefined && + (obj.missionEventSync = message.missionEventSync + ? MissionEventSync.toJSON(message.missionEventSync) + : undefined); + if (message.basicTypeInfoList) { + obj.basicTypeInfoList = message.basicTypeInfoList.map((e) => + e ? HeroBasicTypeInfo.toJSON(e) : undefined + ); + } else { + obj.basicTypeInfoList = []; + } + if (message.rogueItemList) { + obj.rogueItemList = message.rogueItemList.map((e) => + e ? Material.toJSON(e) : undefined + ); + } else { + obj.rogueItemList = []; + } + message.rogueModuleSync !== undefined && + (obj.rogueModuleSync = message.rogueModuleSync + ? RogueModuleSync.toJSON(message.rogueModuleSync) + : undefined); + if (message.waitDelResourceList) { + obj.waitDelResourceList = message.waitDelResourceList.map((e) => + e ? WaitDelResource.toJSON(e) : undefined + ); + } else { + obj.waitDelResourceList = []; + } + message.totalAchievementExp !== undefined && + (obj.totalAchievementExp = Math.round(message.totalAchievementExp)); + if (message.newItemHintList) { + obj.newItemHintList = message.newItemHintList.map((e) => Math.round(e)); + } else { + obj.newItemHintList = []; + } + if (message.groupStatusList) { + obj.groupStatusList = message.groupStatusList.map((e) => + e ? GroupStatus.toJSON(e) : undefined + ); + } else { + obj.groupStatusList = []; + } + if (message.sectionStatusList) { + obj.sectionStatusList = message.sectionStatusList.map((e) => + e ? SectionStatus.toJSON(e) : undefined + ); + } else { + obj.sectionStatusList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): PlayerSyncScNotify { + const message = createBasePlayerSyncScNotify(); + message.basicInfo = + object.basicInfo !== undefined && object.basicInfo !== null + ? PlayerBasicInfo.fromPartial(object.basicInfo) + : undefined; + message.avatarSync = + object.avatarSync !== undefined && object.avatarSync !== null + ? AvatarSync.fromPartial(object.avatarSync) + : undefined; + message.equipmentList = + object.equipmentList?.map((e) => Equipment.fromPartial(e)) || []; + message.delEquipmentList = object.delEquipmentList?.map((e) => e) || []; + message.materialList = + object.materialList?.map((e) => Material.fromPartial(e)) || []; + message.questList = + object.questList?.map((e) => Quest.fromPartial(e)) || []; + message.missionSync = + object.missionSync !== undefined && object.missionSync !== null + ? MissionSync.fromPartial(object.missionSync) + : undefined; + message.basicModuleSync = + object.basicModuleSync !== undefined && object.basicModuleSync !== null + ? BasicModuleSync.fromPartial(object.basicModuleSync) + : undefined; + message.relicList = + object.relicList?.map((e) => Relic.fromPartial(e)) || []; + message.delRelicList = object.delRelicList?.map((e) => e) || []; + message.missionEventSync = + object.missionEventSync !== undefined && object.missionEventSync !== null + ? MissionEventSync.fromPartial(object.missionEventSync) + : undefined; + message.basicTypeInfoList = + object.basicTypeInfoList?.map((e) => HeroBasicTypeInfo.fromPartial(e)) || + []; + message.rogueItemList = + object.rogueItemList?.map((e) => Material.fromPartial(e)) || []; + message.rogueModuleSync = + object.rogueModuleSync !== undefined && object.rogueModuleSync !== null + ? RogueModuleSync.fromPartial(object.rogueModuleSync) + : undefined; + message.waitDelResourceList = + object.waitDelResourceList?.map((e) => WaitDelResource.fromPartial(e)) || + []; + message.totalAchievementExp = object.totalAchievementExp ?? 0; + message.newItemHintList = object.newItemHintList?.map((e) => e) || []; + message.groupStatusList = + object.groupStatusList?.map((e) => GroupStatus.fromPartial(e)) || []; + message.sectionStatusList = + object.sectionStatusList?.map((e) => SectionStatus.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseGetNpcTakenRewardCsReq(): GetNpcTakenRewardCsReq { + return { npcId: 0 }; +} + +export const GetNpcTakenRewardCsReq = { + encode( + message: GetNpcTakenRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.npcId !== 0) { + writer.uint32(8).uint32(message.npcId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetNpcTakenRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetNpcTakenRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.npcId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetNpcTakenRewardCsReq { + return { + npcId: isSet(object.npcId) ? Number(object.npcId) : 0, + }; + }, + + toJSON(message: GetNpcTakenRewardCsReq): unknown { + const obj: any = {}; + message.npcId !== undefined && (obj.npcId = Math.round(message.npcId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetNpcTakenRewardCsReq { + const message = createBaseGetNpcTakenRewardCsReq(); + message.npcId = object.npcId ?? 0; + return message; + }, +}; + +function createBaseGetNpcTakenRewardScRsp(): GetNpcTakenRewardScRsp { + return { retcode: 0, npcId: 0, talkEventList: [] }; +} + +export const GetNpcTakenRewardScRsp = { + encode( + message: GetNpcTakenRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.npcId !== 0) { + writer.uint32(16).uint32(message.npcId); + } + writer.uint32(26).fork(); + for (const v of message.talkEventList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetNpcTakenRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetNpcTakenRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.npcId = reader.uint32(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.talkEventList.push(reader.uint32()); + } + } else { + message.talkEventList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetNpcTakenRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + npcId: isSet(object.npcId) ? Number(object.npcId) : 0, + talkEventList: Array.isArray(object?.talkEventList) + ? object.talkEventList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetNpcTakenRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.npcId !== undefined && (obj.npcId = Math.round(message.npcId)); + if (message.talkEventList) { + obj.talkEventList = message.talkEventList.map((e) => Math.round(e)); + } else { + obj.talkEventList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetNpcTakenRewardScRsp { + const message = createBaseGetNpcTakenRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.npcId = object.npcId ?? 0; + message.talkEventList = object.talkEventList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseTakeTalkRewardCsReq(): TakeTalkRewardCsReq { + return { talkEventId: 0, npcLocation: undefined }; +} + +export const TakeTalkRewardCsReq = { + encode( + message: TakeTalkRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.talkEventId !== 0) { + writer.uint32(8).uint32(message.talkEventId); + } + if (message.npcLocation !== undefined) { + Vector.encode(message.npcLocation, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): TakeTalkRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeTalkRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.talkEventId = reader.uint32(); + break; + case 2: + message.npcLocation = Vector.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeTalkRewardCsReq { + return { + talkEventId: isSet(object.talkEventId) ? Number(object.talkEventId) : 0, + npcLocation: isSet(object.npcLocation) + ? Vector.fromJSON(object.npcLocation) + : undefined, + }; + }, + + toJSON(message: TakeTalkRewardCsReq): unknown { + const obj: any = {}; + message.talkEventId !== undefined && + (obj.talkEventId = Math.round(message.talkEventId)); + message.npcLocation !== undefined && + (obj.npcLocation = message.npcLocation + ? Vector.toJSON(message.npcLocation) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeTalkRewardCsReq { + const message = createBaseTakeTalkRewardCsReq(); + message.talkEventId = object.talkEventId ?? 0; + message.npcLocation = + object.npcLocation !== undefined && object.npcLocation !== null + ? Vector.fromPartial(object.npcLocation) + : undefined; + return message; + }, +}; + +function createBaseTakeTalkRewardScRsp(): TakeTalkRewardScRsp { + return { retcode: 0, talkEventId: 0, reward: undefined }; +} + +export const TakeTalkRewardScRsp = { + encode( + message: TakeTalkRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.talkEventId !== 0) { + writer.uint32(16).uint32(message.talkEventId); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): TakeTalkRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeTalkRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.talkEventId = reader.uint32(); + break; + case 3: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeTalkRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + talkEventId: isSet(object.talkEventId) ? Number(object.talkEventId) : 0, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: TakeTalkRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.talkEventId !== undefined && + (obj.talkEventId = Math.round(message.talkEventId)); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeTalkRewardScRsp { + const message = createBaseTakeTalkRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.talkEventId = object.talkEventId ?? 0; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseGetFirstTalkNpcCsReq(): GetFirstTalkNpcCsReq { + return { seriesIdList: [] }; +} + +export const GetFirstTalkNpcCsReq = { + encode( + message: GetFirstTalkNpcCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + writer.uint32(10).fork(); + for (const v of message.seriesIdList) { + writer.uint32(v); + } + writer.ldelim(); + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetFirstTalkNpcCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetFirstTalkNpcCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.seriesIdList.push(reader.uint32()); + } + } else { + message.seriesIdList.push(reader.uint32()); + } + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetFirstTalkNpcCsReq { + return { + seriesIdList: Array.isArray(object?.seriesIdList) + ? object.seriesIdList.map((e: any) => Number(e)) + : [], + }; + }, + + toJSON(message: GetFirstTalkNpcCsReq): unknown { + const obj: any = {}; + if (message.seriesIdList) { + obj.seriesIdList = message.seriesIdList.map((e) => Math.round(e)); + } else { + obj.seriesIdList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetFirstTalkNpcCsReq { + const message = createBaseGetFirstTalkNpcCsReq(); + message.seriesIdList = object.seriesIdList?.map((e) => e) || []; + return message; + }, +}; + +function createBaseNpcMeetStatus(): NpcMeetStatus { + return { seriesId: 0, isMeet: false }; +} + +export const NpcMeetStatus = { + encode( + message: NpcMeetStatus, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.seriesId !== 0) { + writer.uint32(8).uint32(message.seriesId); + } + if (message.isMeet === true) { + writer.uint32(16).bool(message.isMeet); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): NpcMeetStatus { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseNpcMeetStatus(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.seriesId = reader.uint32(); + break; + case 2: + message.isMeet = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): NpcMeetStatus { + return { + seriesId: isSet(object.seriesId) ? Number(object.seriesId) : 0, + isMeet: isSet(object.isMeet) ? Boolean(object.isMeet) : false, + }; + }, + + toJSON(message: NpcMeetStatus): unknown { + const obj: any = {}; + message.seriesId !== undefined && + (obj.seriesId = Math.round(message.seriesId)); + message.isMeet !== undefined && (obj.isMeet = message.isMeet); + return obj; + }, + + fromPartial, I>>( + object: I + ): NpcMeetStatus { + const message = createBaseNpcMeetStatus(); + message.seriesId = object.seriesId ?? 0; + message.isMeet = object.isMeet ?? false; + return message; + }, +}; + +function createBaseGetFirstTalkNpcScRsp(): GetFirstTalkNpcScRsp { + return { retcode: 0, npcMeetStatusList: [] }; +} + +export const GetFirstTalkNpcScRsp = { + encode( + message: GetFirstTalkNpcScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.npcMeetStatusList) { + NpcMeetStatus.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetFirstTalkNpcScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetFirstTalkNpcScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.npcMeetStatusList.push( + NpcMeetStatus.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetFirstTalkNpcScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + npcMeetStatusList: Array.isArray(object?.npcMeetStatusList) + ? object.npcMeetStatusList.map((e: any) => NpcMeetStatus.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetFirstTalkNpcScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.npcMeetStatusList) { + obj.npcMeetStatusList = message.npcMeetStatusList.map((e) => + e ? NpcMeetStatus.toJSON(e) : undefined + ); + } else { + obj.npcMeetStatusList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetFirstTalkNpcScRsp { + const message = createBaseGetFirstTalkNpcScRsp(); + message.retcode = object.retcode ?? 0; + message.npcMeetStatusList = + object.npcMeetStatusList?.map((e) => NpcMeetStatus.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseFinishFirstTalkNpcCsReq(): FinishFirstTalkNpcCsReq { + return { seriesId: 0 }; +} + +export const FinishFirstTalkNpcCsReq = { + encode( + message: FinishFirstTalkNpcCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.seriesId !== 0) { + writer.uint32(8).uint32(message.seriesId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishFirstTalkNpcCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishFirstTalkNpcCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.seriesId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishFirstTalkNpcCsReq { + return { + seriesId: isSet(object.seriesId) ? Number(object.seriesId) : 0, + }; + }, + + toJSON(message: FinishFirstTalkNpcCsReq): unknown { + const obj: any = {}; + message.seriesId !== undefined && + (obj.seriesId = Math.round(message.seriesId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishFirstTalkNpcCsReq { + const message = createBaseFinishFirstTalkNpcCsReq(); + message.seriesId = object.seriesId ?? 0; + return message; + }, +}; + +function createBaseFinishFirstTalkNpcScRsp(): FinishFirstTalkNpcScRsp { + return { retcode: 0, seriesId: 0 }; +} + +export const FinishFirstTalkNpcScRsp = { + encode( + message: FinishFirstTalkNpcScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.seriesId !== 0) { + writer.uint32(16).uint32(message.seriesId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishFirstTalkNpcScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishFirstTalkNpcScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.seriesId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishFirstTalkNpcScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + seriesId: isSet(object.seriesId) ? Number(object.seriesId) : 0, + }; + }, + + toJSON(message: FinishFirstTalkNpcScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.seriesId !== undefined && + (obj.seriesId = Math.round(message.seriesId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishFirstTalkNpcScRsp { + const message = createBaseFinishFirstTalkNpcScRsp(); + message.retcode = object.retcode ?? 0; + message.seriesId = object.seriesId ?? 0; + return message; + }, +}; + +function createBaseTutorial(): Tutorial { + return { id: 0, status: 0 }; +} + +export const Tutorial = { + encode( + message: Tutorial, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.status !== 0) { + writer.uint32(16).int32(message.status); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Tutorial { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTutorial(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.status = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Tutorial { + return { + id: isSet(object.id) ? Number(object.id) : 0, + status: isSet(object.status) ? tutorialStatusFromJSON(object.status) : 0, + }; + }, + + toJSON(message: Tutorial): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.status !== undefined && + (obj.status = tutorialStatusToJSON(message.status)); + return obj; + }, + + fromPartial, I>>(object: I): Tutorial { + const message = createBaseTutorial(); + message.id = object.id ?? 0; + message.status = object.status ?? 0; + return message; + }, +}; + +function createBaseTutorialGuide(): TutorialGuide { + return { id: 0, status: 0 }; +} + +export const TutorialGuide = { + encode( + message: TutorialGuide, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.status !== 0) { + writer.uint32(16).int32(message.status); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): TutorialGuide { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTutorialGuide(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.status = reader.int32() as any; + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TutorialGuide { + return { + id: isSet(object.id) ? Number(object.id) : 0, + status: isSet(object.status) ? tutorialStatusFromJSON(object.status) : 0, + }; + }, + + toJSON(message: TutorialGuide): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.status !== undefined && + (obj.status = tutorialStatusToJSON(message.status)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TutorialGuide { + const message = createBaseTutorialGuide(); + message.id = object.id ?? 0; + message.status = object.status ?? 0; + return message; + }, +}; + +function createBaseGetTutorialCsReq(): GetTutorialCsReq { + return {}; +} + +export const GetTutorialCsReq = { + encode( + _: GetTutorialCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetTutorialCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetTutorialCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetTutorialCsReq { + return {}; + }, + + toJSON(_: GetTutorialCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetTutorialCsReq { + const message = createBaseGetTutorialCsReq(); + return message; + }, +}; + +function createBaseGetTutorialScRsp(): GetTutorialScRsp { + return { retcode: 0, tutorialList: [] }; +} + +export const GetTutorialScRsp = { + encode( + message: GetTutorialScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.tutorialList) { + Tutorial.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetTutorialScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetTutorialScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.tutorialList.push(Tutorial.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetTutorialScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + tutorialList: Array.isArray(object?.tutorialList) + ? object.tutorialList.map((e: any) => Tutorial.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetTutorialScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.tutorialList) { + obj.tutorialList = message.tutorialList.map((e) => + e ? Tutorial.toJSON(e) : undefined + ); + } else { + obj.tutorialList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetTutorialScRsp { + const message = createBaseGetTutorialScRsp(); + message.retcode = object.retcode ?? 0; + message.tutorialList = + object.tutorialList?.map((e) => Tutorial.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseGetTutorialGuideCsReq(): GetTutorialGuideCsReq { + return {}; +} + +export const GetTutorialGuideCsReq = { + encode( + _: GetTutorialGuideCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetTutorialGuideCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetTutorialGuideCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetTutorialGuideCsReq { + return {}; + }, + + toJSON(_: GetTutorialGuideCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetTutorialGuideCsReq { + const message = createBaseGetTutorialGuideCsReq(); + return message; + }, +}; + +function createBaseGetTutorialGuideScRsp(): GetTutorialGuideScRsp { + return { retcode: 0, tutorialGuideList: [] }; +} + +export const GetTutorialGuideScRsp = { + encode( + message: GetTutorialGuideScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.tutorialGuideList) { + TutorialGuide.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): GetTutorialGuideScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetTutorialGuideScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.tutorialGuideList.push( + TutorialGuide.decode(reader, reader.uint32()) + ); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetTutorialGuideScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + tutorialGuideList: Array.isArray(object?.tutorialGuideList) + ? object.tutorialGuideList.map((e: any) => TutorialGuide.fromJSON(e)) + : [], + }; + }, + + toJSON(message: GetTutorialGuideScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.tutorialGuideList) { + obj.tutorialGuideList = message.tutorialGuideList.map((e) => + e ? TutorialGuide.toJSON(e) : undefined + ); + } else { + obj.tutorialGuideList = []; + } + return obj; + }, + + fromPartial, I>>( + object: I + ): GetTutorialGuideScRsp { + const message = createBaseGetTutorialGuideScRsp(); + message.retcode = object.retcode ?? 0; + message.tutorialGuideList = + object.tutorialGuideList?.map((e) => TutorialGuide.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseUnlockTutorialCsReq(): UnlockTutorialCsReq { + return { tutorialId: 0 }; +} + +export const UnlockTutorialCsReq = { + encode( + message: UnlockTutorialCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.tutorialId !== 0) { + writer.uint32(8).uint32(message.tutorialId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): UnlockTutorialCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUnlockTutorialCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.tutorialId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UnlockTutorialCsReq { + return { + tutorialId: isSet(object.tutorialId) ? Number(object.tutorialId) : 0, + }; + }, + + toJSON(message: UnlockTutorialCsReq): unknown { + const obj: any = {}; + message.tutorialId !== undefined && + (obj.tutorialId = Math.round(message.tutorialId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): UnlockTutorialCsReq { + const message = createBaseUnlockTutorialCsReq(); + message.tutorialId = object.tutorialId ?? 0; + return message; + }, +}; + +function createBaseUnlockTutorialScRsp(): UnlockTutorialScRsp { + return { retcode: 0, tutorial: undefined }; +} + +export const UnlockTutorialScRsp = { + encode( + message: UnlockTutorialScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.tutorial !== undefined) { + Tutorial.encode(message.tutorial, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): UnlockTutorialScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUnlockTutorialScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.tutorial = Tutorial.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UnlockTutorialScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + tutorial: isSet(object.tutorial) + ? Tutorial.fromJSON(object.tutorial) + : undefined, + }; + }, + + toJSON(message: UnlockTutorialScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.tutorial !== undefined && + (obj.tutorial = message.tutorial + ? Tutorial.toJSON(message.tutorial) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): UnlockTutorialScRsp { + const message = createBaseUnlockTutorialScRsp(); + message.retcode = object.retcode ?? 0; + message.tutorial = + object.tutorial !== undefined && object.tutorial !== null + ? Tutorial.fromPartial(object.tutorial) + : undefined; + return message; + }, +}; + +function createBaseUnlockTutorialGuideCsReq(): UnlockTutorialGuideCsReq { + return { groupId: 0 }; +} + +export const UnlockTutorialGuideCsReq = { + encode( + message: UnlockTutorialGuideCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.groupId !== 0) { + writer.uint32(8).uint32(message.groupId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): UnlockTutorialGuideCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUnlockTutorialGuideCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.groupId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UnlockTutorialGuideCsReq { + return { + groupId: isSet(object.groupId) ? Number(object.groupId) : 0, + }; + }, + + toJSON(message: UnlockTutorialGuideCsReq): unknown { + const obj: any = {}; + message.groupId !== undefined && + (obj.groupId = Math.round(message.groupId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): UnlockTutorialGuideCsReq { + const message = createBaseUnlockTutorialGuideCsReq(); + message.groupId = object.groupId ?? 0; + return message; + }, +}; + +function createBaseUnlockTutorialGuideScRsp(): UnlockTutorialGuideScRsp { + return { retcode: 0, tutorialGuide: undefined }; +} + +export const UnlockTutorialGuideScRsp = { + encode( + message: UnlockTutorialGuideScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.tutorialGuide !== undefined) { + TutorialGuide.encode( + message.tutorialGuide, + writer.uint32(18).fork() + ).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): UnlockTutorialGuideScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseUnlockTutorialGuideScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.tutorialGuide = TutorialGuide.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): UnlockTutorialGuideScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + tutorialGuide: isSet(object.tutorialGuide) + ? TutorialGuide.fromJSON(object.tutorialGuide) + : undefined, + }; + }, + + toJSON(message: UnlockTutorialGuideScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.tutorialGuide !== undefined && + (obj.tutorialGuide = message.tutorialGuide + ? TutorialGuide.toJSON(message.tutorialGuide) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): UnlockTutorialGuideScRsp { + const message = createBaseUnlockTutorialGuideScRsp(); + message.retcode = object.retcode ?? 0; + message.tutorialGuide = + object.tutorialGuide !== undefined && object.tutorialGuide !== null + ? TutorialGuide.fromPartial(object.tutorialGuide) + : undefined; + return message; + }, +}; + +function createBaseFinishTutorialCsReq(): FinishTutorialCsReq { + return { tutorialId: 0 }; +} + +export const FinishTutorialCsReq = { + encode( + message: FinishTutorialCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.tutorialId !== 0) { + writer.uint32(8).uint32(message.tutorialId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): FinishTutorialCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishTutorialCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.tutorialId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishTutorialCsReq { + return { + tutorialId: isSet(object.tutorialId) ? Number(object.tutorialId) : 0, + }; + }, + + toJSON(message: FinishTutorialCsReq): unknown { + const obj: any = {}; + message.tutorialId !== undefined && + (obj.tutorialId = Math.round(message.tutorialId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishTutorialCsReq { + const message = createBaseFinishTutorialCsReq(); + message.tutorialId = object.tutorialId ?? 0; + return message; + }, +}; + +function createBaseFinishTutorialScRsp(): FinishTutorialScRsp { + return { retcode: 0, tutorial: undefined }; +} + +export const FinishTutorialScRsp = { + encode( + message: FinishTutorialScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.tutorial !== undefined) { + Tutorial.encode(message.tutorial, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): FinishTutorialScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishTutorialScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.tutorial = Tutorial.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishTutorialScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + tutorial: isSet(object.tutorial) + ? Tutorial.fromJSON(object.tutorial) + : undefined, + }; + }, + + toJSON(message: FinishTutorialScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.tutorial !== undefined && + (obj.tutorial = message.tutorial + ? Tutorial.toJSON(message.tutorial) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishTutorialScRsp { + const message = createBaseFinishTutorialScRsp(); + message.retcode = object.retcode ?? 0; + message.tutorial = + object.tutorial !== undefined && object.tutorial !== null + ? Tutorial.fromPartial(object.tutorial) + : undefined; + return message; + }, +}; + +function createBaseFinishTutorialGuideCsReq(): FinishTutorialGuideCsReq { + return { groupId: 0 }; +} + +export const FinishTutorialGuideCsReq = { + encode( + message: FinishTutorialGuideCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.groupId !== 0) { + writer.uint32(8).uint32(message.groupId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishTutorialGuideCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishTutorialGuideCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.groupId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishTutorialGuideCsReq { + return { + groupId: isSet(object.groupId) ? Number(object.groupId) : 0, + }; + }, + + toJSON(message: FinishTutorialGuideCsReq): unknown { + const obj: any = {}; + message.groupId !== undefined && + (obj.groupId = Math.round(message.groupId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishTutorialGuideCsReq { + const message = createBaseFinishTutorialGuideCsReq(); + message.groupId = object.groupId ?? 0; + return message; + }, +}; + +function createBaseFinishTutorialGuideScRsp(): FinishTutorialGuideScRsp { + return { retcode: 0, tutorialGuide: undefined, reward: undefined }; +} + +export const FinishTutorialGuideScRsp = { + encode( + message: FinishTutorialGuideScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.tutorialGuide !== undefined) { + TutorialGuide.encode( + message.tutorialGuide, + writer.uint32(18).fork() + ).ldelim(); + } + if (message.reward !== undefined) { + ItemList.encode(message.reward, writer.uint32(26).fork()).ldelim(); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): FinishTutorialGuideScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseFinishTutorialGuideScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.tutorialGuide = TutorialGuide.decode(reader, reader.uint32()); + break; + case 3: + message.reward = ItemList.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): FinishTutorialGuideScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + tutorialGuide: isSet(object.tutorialGuide) + ? TutorialGuide.fromJSON(object.tutorialGuide) + : undefined, + reward: isSet(object.reward) + ? ItemList.fromJSON(object.reward) + : undefined, + }; + }, + + toJSON(message: FinishTutorialGuideScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.tutorialGuide !== undefined && + (obj.tutorialGuide = message.tutorialGuide + ? TutorialGuide.toJSON(message.tutorialGuide) + : undefined); + message.reward !== undefined && + (obj.reward = message.reward + ? ItemList.toJSON(message.reward) + : undefined); + return obj; + }, + + fromPartial, I>>( + object: I + ): FinishTutorialGuideScRsp { + const message = createBaseFinishTutorialGuideScRsp(); + message.retcode = object.retcode ?? 0; + message.tutorialGuide = + object.tutorialGuide !== undefined && object.tutorialGuide !== null + ? TutorialGuide.fromPartial(object.tutorialGuide) + : undefined; + message.reward = + object.reward !== undefined && object.reward !== null + ? ItemList.fromPartial(object.reward) + : undefined; + return message; + }, +}; + +function createBaseWaypoint(): Waypoint { + return { id: 0, finishTimes: 0, isNew: false }; +} + +export const Waypoint = { + encode( + message: Waypoint, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.finishTimes !== 0) { + writer.uint32(16).uint32(message.finishTimes); + } + if (message.isNew === true) { + writer.uint32(24).bool(message.isNew); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Waypoint { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseWaypoint(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.finishTimes = reader.uint32(); + break; + case 3: + message.isNew = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Waypoint { + return { + id: isSet(object.id) ? Number(object.id) : 0, + finishTimes: isSet(object.finishTimes) ? Number(object.finishTimes) : 0, + isNew: isSet(object.isNew) ? Boolean(object.isNew) : false, + }; + }, + + toJSON(message: Waypoint): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.finishTimes !== undefined && + (obj.finishTimes = Math.round(message.finishTimes)); + message.isNew !== undefined && (obj.isNew = message.isNew); + return obj; + }, + + fromPartial, I>>(object: I): Waypoint { + const message = createBaseWaypoint(); + message.id = object.id ?? 0; + message.finishTimes = object.finishTimes ?? 0; + message.isNew = object.isNew ?? false; + return message; + }, +}; + +function createBaseChapterBrief(): ChapterBrief { + return { id: 0, finishChallengeNum: 0, takenRewardIdList: [], isNew: false }; +} + +export const ChapterBrief = { + encode( + message: ChapterBrief, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.id !== 0) { + writer.uint32(8).uint32(message.id); + } + if (message.finishChallengeNum !== 0) { + writer.uint32(16).uint32(message.finishChallengeNum); + } + writer.uint32(26).fork(); + for (const v of message.takenRewardIdList) { + writer.uint32(v); + } + writer.ldelim(); + if (message.isNew === true) { + writer.uint32(32).bool(message.isNew); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): ChapterBrief { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChapterBrief(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.id = reader.uint32(); + break; + case 2: + message.finishChallengeNum = reader.uint32(); + break; + case 3: + if ((tag & 7) === 2) { + const end2 = reader.uint32() + reader.pos; + while (reader.pos < end2) { + message.takenRewardIdList.push(reader.uint32()); + } + } else { + message.takenRewardIdList.push(reader.uint32()); + } + break; + case 4: + message.isNew = reader.bool(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): ChapterBrief { + return { + id: isSet(object.id) ? Number(object.id) : 0, + finishChallengeNum: isSet(object.finishChallengeNum) + ? Number(object.finishChallengeNum) + : 0, + takenRewardIdList: Array.isArray(object?.takenRewardIdList) + ? object.takenRewardIdList.map((e: any) => Number(e)) + : [], + isNew: isSet(object.isNew) ? Boolean(object.isNew) : false, + }; + }, + + toJSON(message: ChapterBrief): unknown { + const obj: any = {}; + message.id !== undefined && (obj.id = Math.round(message.id)); + message.finishChallengeNum !== undefined && + (obj.finishChallengeNum = Math.round(message.finishChallengeNum)); + if (message.takenRewardIdList) { + obj.takenRewardIdList = message.takenRewardIdList.map((e) => + Math.round(e) + ); + } else { + obj.takenRewardIdList = []; + } + message.isNew !== undefined && (obj.isNew = message.isNew); + return obj; + }, + + fromPartial, I>>( + object: I + ): ChapterBrief { + const message = createBaseChapterBrief(); + message.id = object.id ?? 0; + message.finishChallengeNum = object.finishChallengeNum ?? 0; + message.takenRewardIdList = object.takenRewardIdList?.map((e) => e) || []; + message.isNew = object.isNew ?? false; + return message; + }, +}; + +function createBaseChapter(): Chapter { + return { briefInfo: undefined, waypointList: [] }; +} + +export const Chapter = { + encode( + message: Chapter, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.briefInfo !== undefined) { + ChapterBrief.encode(message.briefInfo, writer.uint32(10).fork()).ldelim(); + } + for (const v of message.waypointList) { + Waypoint.encode(v!, writer.uint32(18).fork()).ldelim(); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): Chapter { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseChapter(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.briefInfo = ChapterBrief.decode(reader, reader.uint32()); + break; + case 2: + message.waypointList.push(Waypoint.decode(reader, reader.uint32())); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): Chapter { + return { + briefInfo: isSet(object.briefInfo) + ? ChapterBrief.fromJSON(object.briefInfo) + : undefined, + waypointList: Array.isArray(object?.waypointList) + ? object.waypointList.map((e: any) => Waypoint.fromJSON(e)) + : [], + }; + }, + + toJSON(message: Chapter): unknown { + const obj: any = {}; + message.briefInfo !== undefined && + (obj.briefInfo = message.briefInfo + ? ChapterBrief.toJSON(message.briefInfo) + : undefined); + if (message.waypointList) { + obj.waypointList = message.waypointList.map((e) => + e ? Waypoint.toJSON(e) : undefined + ); + } else { + obj.waypointList = []; + } + return obj; + }, + + fromPartial, I>>(object: I): Chapter { + const message = createBaseChapter(); + message.briefInfo = + object.briefInfo !== undefined && object.briefInfo !== null + ? ChapterBrief.fromPartial(object.briefInfo) + : undefined; + message.waypointList = + object.waypointList?.map((e) => Waypoint.fromPartial(e)) || []; + return message; + }, +}; + +function createBaseGetWaypointCsReq(): GetWaypointCsReq { + return { chapterId: 0 }; +} + +export const GetWaypointCsReq = { + encode( + message: GetWaypointCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.chapterId !== 0) { + writer.uint32(8).uint32(message.chapterId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetWaypointCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetWaypointCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.chapterId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetWaypointCsReq { + return { + chapterId: isSet(object.chapterId) ? Number(object.chapterId) : 0, + }; + }, + + toJSON(message: GetWaypointCsReq): unknown { + const obj: any = {}; + message.chapterId !== undefined && + (obj.chapterId = Math.round(message.chapterId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetWaypointCsReq { + const message = createBaseGetWaypointCsReq(); + message.chapterId = object.chapterId ?? 0; + return message; + }, +}; + +function createBaseGetWaypointScRsp(): GetWaypointScRsp { + return { retcode: 0, chapter: undefined, curWaypointId: 0 }; +} + +export const GetWaypointScRsp = { + encode( + message: GetWaypointScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.chapter !== undefined) { + Chapter.encode(message.chapter, writer.uint32(18).fork()).ldelim(); + } + if (message.curWaypointId !== 0) { + writer.uint32(24).uint32(message.curWaypointId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetWaypointScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetWaypointScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.chapter = Chapter.decode(reader, reader.uint32()); + break; + case 3: + message.curWaypointId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetWaypointScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + chapter: isSet(object.chapter) + ? Chapter.fromJSON(object.chapter) + : undefined, + curWaypointId: isSet(object.curWaypointId) + ? Number(object.curWaypointId) + : 0, + }; + }, + + toJSON(message: GetWaypointScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.chapter !== undefined && + (obj.chapter = message.chapter + ? Chapter.toJSON(message.chapter) + : undefined); + message.curWaypointId !== undefined && + (obj.curWaypointId = Math.round(message.curWaypointId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetWaypointScRsp { + const message = createBaseGetWaypointScRsp(); + message.retcode = object.retcode ?? 0; + message.chapter = + object.chapter !== undefined && object.chapter !== null + ? Chapter.fromPartial(object.chapter) + : undefined; + message.curWaypointId = object.curWaypointId ?? 0; + return message; + }, +}; + +function createBaseSetCurWaypointCsReq(): SetCurWaypointCsReq { + return { waypointId: 0 }; +} + +export const SetCurWaypointCsReq = { + encode( + message: SetCurWaypointCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.waypointId !== 0) { + writer.uint32(8).uint32(message.waypointId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetCurWaypointCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetCurWaypointCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.waypointId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetCurWaypointCsReq { + return { + waypointId: isSet(object.waypointId) ? Number(object.waypointId) : 0, + }; + }, + + toJSON(message: SetCurWaypointCsReq): unknown { + const obj: any = {}; + message.waypointId !== undefined && + (obj.waypointId = Math.round(message.waypointId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetCurWaypointCsReq { + const message = createBaseSetCurWaypointCsReq(); + message.waypointId = object.waypointId ?? 0; + return message; + }, +}; + +function createBaseSetCurWaypointScRsp(): SetCurWaypointScRsp { + return { retcode: 0, curWaypointId: 0 }; +} + +export const SetCurWaypointScRsp = { + encode( + message: SetCurWaypointScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.curWaypointId !== 0) { + writer.uint32(16).uint32(message.curWaypointId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): SetCurWaypointScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseSetCurWaypointScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.curWaypointId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): SetCurWaypointScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + curWaypointId: isSet(object.curWaypointId) + ? Number(object.curWaypointId) + : 0, + }; + }, + + toJSON(message: SetCurWaypointScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.curWaypointId !== undefined && + (obj.curWaypointId = Math.round(message.curWaypointId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): SetCurWaypointScRsp { + const message = createBaseSetCurWaypointScRsp(); + message.retcode = object.retcode ?? 0; + message.curWaypointId = object.curWaypointId ?? 0; + return message; + }, +}; + +function createBaseGetChapterCsReq(): GetChapterCsReq { + return {}; +} + +export const GetChapterCsReq = { + encode( + _: GetChapterCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetChapterCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetChapterCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(_: any): GetChapterCsReq { + return {}; + }, + + toJSON(_: GetChapterCsReq): unknown { + const obj: any = {}; + return obj; + }, + + fromPartial, I>>( + _: I + ): GetChapterCsReq { + const message = createBaseGetChapterCsReq(); + return message; + }, +}; + +function createBaseGetChapterScRsp(): GetChapterScRsp { + return { retcode: 0, chapterList: [], curWaypointId: 0 }; +} + +export const GetChapterScRsp = { + encode( + message: GetChapterScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + for (const v of message.chapterList) { + ChapterBrief.encode(v!, writer.uint32(18).fork()).ldelim(); + } + if (message.curWaypointId !== 0) { + writer.uint32(24).uint32(message.curWaypointId); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): GetChapterScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseGetChapterScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.chapterList.push( + ChapterBrief.decode(reader, reader.uint32()) + ); + break; + case 3: + message.curWaypointId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): GetChapterScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + chapterList: Array.isArray(object?.chapterList) + ? object.chapterList.map((e: any) => ChapterBrief.fromJSON(e)) + : [], + curWaypointId: isSet(object.curWaypointId) + ? Number(object.curWaypointId) + : 0, + }; + }, + + toJSON(message: GetChapterScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + if (message.chapterList) { + obj.chapterList = message.chapterList.map((e) => + e ? ChapterBrief.toJSON(e) : undefined + ); + } else { + obj.chapterList = []; + } + message.curWaypointId !== undefined && + (obj.curWaypointId = Math.round(message.curWaypointId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): GetChapterScRsp { + const message = createBaseGetChapterScRsp(); + message.retcode = object.retcode ?? 0; + message.chapterList = + object.chapterList?.map((e) => ChapterBrief.fromPartial(e)) || []; + message.curWaypointId = object.curWaypointId ?? 0; + return message; + }, +}; + +function createBaseWaypointShowNewCsNotify(): WaypointShowNewCsNotify { + return { waypointId: 0, chapterId: 0 }; +} + +export const WaypointShowNewCsNotify = { + encode( + message: WaypointShowNewCsNotify, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.waypointId !== 0) { + writer.uint32(8).uint32(message.waypointId); + } + if (message.chapterId !== 0) { + writer.uint32(16).uint32(message.chapterId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): WaypointShowNewCsNotify { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseWaypointShowNewCsNotify(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.waypointId = reader.uint32(); + break; + case 2: + message.chapterId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): WaypointShowNewCsNotify { + return { + waypointId: isSet(object.waypointId) ? Number(object.waypointId) : 0, + chapterId: isSet(object.chapterId) ? Number(object.chapterId) : 0, + }; + }, + + toJSON(message: WaypointShowNewCsNotify): unknown { + const obj: any = {}; + message.waypointId !== undefined && + (obj.waypointId = Math.round(message.waypointId)); + message.chapterId !== undefined && + (obj.chapterId = Math.round(message.chapterId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): WaypointShowNewCsNotify { + const message = createBaseWaypointShowNewCsNotify(); + message.waypointId = object.waypointId ?? 0; + message.chapterId = object.chapterId ?? 0; + return message; + }, +}; + +function createBaseTakeChapterRewardCsReq(): TakeChapterRewardCsReq { + return { chapterId: 0, chapterRewardId: 0 }; +} + +export const TakeChapterRewardCsReq = { + encode( + message: TakeChapterRewardCsReq, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.chapterId !== 0) { + writer.uint32(8).uint32(message.chapterId); + } + if (message.chapterRewardId !== 0) { + writer.uint32(16).uint32(message.chapterRewardId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeChapterRewardCsReq { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeChapterRewardCsReq(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.chapterId = reader.uint32(); + break; + case 2: + message.chapterRewardId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeChapterRewardCsReq { + return { + chapterId: isSet(object.chapterId) ? Number(object.chapterId) : 0, + chapterRewardId: isSet(object.chapterRewardId) + ? Number(object.chapterRewardId) + : 0, + }; + }, + + toJSON(message: TakeChapterRewardCsReq): unknown { + const obj: any = {}; + message.chapterId !== undefined && + (obj.chapterId = Math.round(message.chapterId)); + message.chapterRewardId !== undefined && + (obj.chapterRewardId = Math.round(message.chapterRewardId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeChapterRewardCsReq { + const message = createBaseTakeChapterRewardCsReq(); + message.chapterId = object.chapterId ?? 0; + message.chapterRewardId = object.chapterRewardId ?? 0; + return message; + }, +}; + +function createBaseTakeChapterRewardScRsp(): TakeChapterRewardScRsp { + return { retcode: 0, chapterId: 0, chapterRewardId: 0 }; +} + +export const TakeChapterRewardScRsp = { + encode( + message: TakeChapterRewardScRsp, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.retcode !== 0) { + writer.uint32(8).uint32(message.retcode); + } + if (message.chapterId !== 0) { + writer.uint32(16).uint32(message.chapterId); + } + if (message.chapterRewardId !== 0) { + writer.uint32(24).uint32(message.chapterRewardId); + } + return writer; + }, + + decode( + input: _m0.Reader | Uint8Array, + length?: number + ): TakeChapterRewardScRsp { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBaseTakeChapterRewardScRsp(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.retcode = reader.uint32(); + break; + case 2: + message.chapterId = reader.uint32(); + break; + case 3: + message.chapterRewardId = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): TakeChapterRewardScRsp { + return { + retcode: isSet(object.retcode) ? Number(object.retcode) : 0, + chapterId: isSet(object.chapterId) ? Number(object.chapterId) : 0, + chapterRewardId: isSet(object.chapterRewardId) + ? Number(object.chapterRewardId) + : 0, + }; + }, + + toJSON(message: TakeChapterRewardScRsp): unknown { + const obj: any = {}; + message.retcode !== undefined && + (obj.retcode = Math.round(message.retcode)); + message.chapterId !== undefined && + (obj.chapterId = Math.round(message.chapterId)); + message.chapterRewardId !== undefined && + (obj.chapterRewardId = Math.round(message.chapterRewardId)); + return obj; + }, + + fromPartial, I>>( + object: I + ): TakeChapterRewardScRsp { + const message = createBaseTakeChapterRewardScRsp(); + message.retcode = object.retcode ?? 0; + message.chapterId = object.chapterId ?? 0; + message.chapterRewardId = object.chapterRewardId ?? 0; + return message; + }, +}; + +function createBasePacketHead(): PacketHead { + return { + packetId: 0, + signType: 0, + sign: 0, + userId: 0, + srcAddr: 0, + dstAddr: 0, + dispatchType: 0, + serverType: 0, + dispatchKey: 0, + userSessionId: 0, + id: 0, + coroutineId: 0, + hopCnt: 0, + }; +} + +export const PacketHead = { + encode( + message: PacketHead, + writer: _m0.Writer = _m0.Writer.create() + ): _m0.Writer { + if (message.packetId !== 0) { + writer.uint32(8).uint32(message.packetId); + } + if (message.signType !== 0) { + writer.uint32(16).uint32(message.signType); + } + if (message.sign !== 0) { + writer.uint32(24).uint32(message.sign); + } + if (message.userId !== 0) { + writer.uint32(32).uint32(message.userId); + } + if (message.srcAddr !== 0) { + writer.uint32(40).uint32(message.srcAddr); + } + if (message.dstAddr !== 0) { + writer.uint32(48).uint32(message.dstAddr); + } + if (message.dispatchType !== 0) { + writer.uint32(56).uint32(message.dispatchType); + } + if (message.serverType !== 0) { + writer.uint32(64).uint32(message.serverType); + } + if (message.dispatchKey !== 0) { + writer.uint32(72).uint32(message.dispatchKey); + } + if (message.userSessionId !== 0) { + writer.uint32(80).uint32(message.userSessionId); + } + if (message.id !== 0) { + writer.uint32(88).uint32(message.id); + } + if (message.coroutineId !== 0) { + writer.uint32(96).uint32(message.coroutineId); + } + if (message.hopCnt !== 0) { + writer.uint32(104).uint32(message.hopCnt); + } + return writer; + }, + + decode(input: _m0.Reader | Uint8Array, length?: number): PacketHead { + const reader = input instanceof _m0.Reader ? input : new _m0.Reader(input); + let end = length === undefined ? reader.len : reader.pos + length; + const message = createBasePacketHead(); + while (reader.pos < end) { + const tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.packetId = reader.uint32(); + break; + case 2: + message.signType = reader.uint32(); + break; + case 3: + message.sign = reader.uint32(); + break; + case 4: + message.userId = reader.uint32(); + break; + case 5: + message.srcAddr = reader.uint32(); + break; + case 6: + message.dstAddr = reader.uint32(); + break; + case 7: + message.dispatchType = reader.uint32(); + break; + case 8: + message.serverType = reader.uint32(); + break; + case 9: + message.dispatchKey = reader.uint32(); + break; + case 10: + message.userSessionId = reader.uint32(); + break; + case 11: + message.id = reader.uint32(); + break; + case 12: + message.coroutineId = reader.uint32(); + break; + case 13: + message.hopCnt = reader.uint32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }, + + fromJSON(object: any): PacketHead { + return { + packetId: isSet(object.packetId) ? Number(object.packetId) : 0, + signType: isSet(object.signType) ? Number(object.signType) : 0, + sign: isSet(object.sign) ? Number(object.sign) : 0, + userId: isSet(object.userId) ? Number(object.userId) : 0, + srcAddr: isSet(object.srcAddr) ? Number(object.srcAddr) : 0, + dstAddr: isSet(object.dstAddr) ? Number(object.dstAddr) : 0, + dispatchType: isSet(object.dispatchType) + ? Number(object.dispatchType) + : 0, + serverType: isSet(object.serverType) ? Number(object.serverType) : 0, + dispatchKey: isSet(object.dispatchKey) ? Number(object.dispatchKey) : 0, + userSessionId: isSet(object.userSessionId) + ? Number(object.userSessionId) + : 0, + id: isSet(object.id) ? Number(object.id) : 0, + coroutineId: isSet(object.coroutineId) ? Number(object.coroutineId) : 0, + hopCnt: isSet(object.hopCnt) ? Number(object.hopCnt) : 0, + }; + }, + + toJSON(message: PacketHead): unknown { + const obj: any = {}; + message.packetId !== undefined && + (obj.packetId = Math.round(message.packetId)); + message.signType !== undefined && + (obj.signType = Math.round(message.signType)); + message.sign !== undefined && (obj.sign = Math.round(message.sign)); + message.userId !== undefined && (obj.userId = Math.round(message.userId)); + message.srcAddr !== undefined && + (obj.srcAddr = Math.round(message.srcAddr)); + message.dstAddr !== undefined && + (obj.dstAddr = Math.round(message.dstAddr)); + message.dispatchType !== undefined && + (obj.dispatchType = Math.round(message.dispatchType)); + message.serverType !== undefined && + (obj.serverType = Math.round(message.serverType)); + message.dispatchKey !== undefined && + (obj.dispatchKey = Math.round(message.dispatchKey)); + message.userSessionId !== undefined && + (obj.userSessionId = Math.round(message.userSessionId)); + message.id !== undefined && (obj.id = Math.round(message.id)); + message.coroutineId !== undefined && + (obj.coroutineId = Math.round(message.coroutineId)); + message.hopCnt !== undefined && (obj.hopCnt = Math.round(message.hopCnt)); + return obj; + }, + + fromPartial, I>>( + object: I + ): PacketHead { + const message = createBasePacketHead(); + message.packetId = object.packetId ?? 0; + message.signType = object.signType ?? 0; + message.sign = object.sign ?? 0; + message.userId = object.userId ?? 0; + message.srcAddr = object.srcAddr ?? 0; + message.dstAddr = object.dstAddr ?? 0; + message.dispatchType = object.dispatchType ?? 0; + message.serverType = object.serverType ?? 0; + message.dispatchKey = object.dispatchKey ?? 0; + message.userSessionId = object.userSessionId ?? 0; + message.id = object.id ?? 0; + message.coroutineId = object.coroutineId ?? 0; + message.hopCnt = object.hopCnt ?? 0; + return message; + }, +}; + +declare var self: any | undefined; +declare var window: any | undefined; +declare var global: any | undefined; +var globalThis: any = (() => { + if (typeof globalThis !== "undefined") return globalThis; + if (typeof self !== "undefined") return self; + if (typeof window !== "undefined") return window; + if (typeof global !== "undefined") return global; + throw "Unable to locate global object"; +})(); + +const atob: (b64: string) => string = + globalThis.atob || + ((b64) => globalThis.Buffer.from(b64, "base64").toString("binary")); +function bytesFromBase64(b64: string): Uint8Array { + const bin = atob(b64); + const arr = new Uint8Array(bin.length); + for (let i = 0; i < bin.length; ++i) { + arr[i] = bin.charCodeAt(i); + } + return arr; +} + +const btoa: (bin: string) => string = + globalThis.btoa || + ((bin) => globalThis.Buffer.from(bin, "binary").toString("base64")); +function base64FromBytes(arr: Uint8Array): string { + const bin: string[] = []; + arr.forEach((byte) => { + bin.push(String.fromCharCode(byte)); + }); + return btoa(bin.join("")); +} + +type Builtin = + | Date + | Function + | Uint8Array + | string + | number + | boolean + | undefined; + +export type DeepPartial = T extends Builtin + ? T + : T extends Array + ? Array> + : T extends ReadonlyArray + ? ReadonlyArray> + : T extends {} + ? { [K in keyof T]?: DeepPartial } + : Partial; + +type KeysOfUnion = T extends T ? keyof T : never; +export type Exact = P extends Builtin + ? P + : P & { [K in keyof P]: Exact } & Record< + Exclude>, + never + >; + +function longToNumber(long: Long): number { + if (long.gt(Number.MAX_SAFE_INTEGER)) { + throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER"); + } + return long.toNumber(); +} + +if (_m0.util.Long !== Long) { + _m0.util.Long = Long as any; + _m0.configure(); +} + +function isObject(value: any): boolean { + return typeof value === "object" && value !== null; +} + +function isSet(value: any): boolean { + return value !== null && value !== undefined; +} diff --git a/CrepePackage/src/db/Account.ts b/CrepePackage/src/db/Account.ts new file mode 100644 index 0000000..9d909cc --- /dev/null +++ b/CrepePackage/src/db/Account.ts @@ -0,0 +1,80 @@ +import Logger from "../util/Logger"; +import Database from "./Database"; +const c = new Logger("Account"); + +interface AccountI { + uid: string | number; + name: string; + token: string; +} + +export default class Account { + private constructor(public readonly uid: string | number, public readonly name: string, public readonly token: string) { + + } + + public static async fromUID(uid: string | number): Promise { + const db = Database.getInstance(); + const account = await db.get("accounts", { _id: Number(uid) }); + if (!account) return; + return new Account(Number(account._id.toString()), account.name, account.token); + } + + public static async fromToken(token: string): Promise { + const db = Database.getInstance(); + const account = await db.get("accounts", { token }); + if (!account) return; + return new Account(Number(account._id.toString()), account.name, account.token); + } + + public static async fromUsername(name: string): Promise { + const db = Database.getInstance(); + const account = await db.get("accounts", { name }); + if (!account) return; + return new Account(Number(account._id.toString()), account.name, account.token); + } + + public static async create(name: string, uid?: string | number): Promise { + const db = Database.getInstance(); + let selfAssignedUID = true; + if (!uid) { + uid = Math.round(Math.random() * 50000); + selfAssignedUID = false; + } + + const account = await db.get("accounts", { uid }); + if (account) { + if (!selfAssignedUID) { + return await Account.create(name, uid); + } else { + throw new Error(`Account with uid ${uid} already exists.`); + } + } + + const token = generateToken(); + await db.set("accounts", { _id: Number(uid), name, token }); + return new Account(Number(uid), name, token); + } + + public static async delete(uid: string | number): Promise { + const db = Database.getInstance(); + const account = await Account.fromUID(uid); + if (!account) { + throw new Error(`Account with uid ${uid} does not exist.`); + } + await db.delete("accounts", { _id: Number(uid) }); + } + + public async save() { + const db = Database.getInstance(); + await db.update("accounts", { _id: Number(this.uid) }, this); + } +} + +function generateToken(): string { + let token = ""; + for (let i = 0; i < 16; i++) { + token += Math.random().toString(36).substring(2, 15) + } + return token; +} \ No newline at end of file diff --git a/CrepePackage/src/db/Avatar.ts b/CrepePackage/src/db/Avatar.ts new file mode 100644 index 0000000..d6dddfc --- /dev/null +++ b/CrepePackage/src/db/Avatar.ts @@ -0,0 +1,167 @@ +// import { Avatar as AvatarI, AvatarType, LineupAvatar } from '../data/proto/StarRail'; +import { AvatarSkillTree, AvatarType, EquipRelic, Avatar as AvatarProto } from '../data/proto/StarRail'; +import Logger from '../util/Logger'; +import Database from './Database'; +import Player, { LineupI } from './Player'; +const c = new Logger("Avatar"); +type UID = number | string; + +interface AvatarI { + ownerUid: number, + baseAvatarId: number, + avatarType: AvatarType, + level: number, + exp: number, + promotion: number, + rank: number, + equipmentUniqueId: number, + equipRelicList: EquipRelic[], + skilltreeList: AvatarSkillTree[], + fightProps: { + hp: number, + sp: number, + satiety: number + } +} + +export default class Avatar { + public readonly player: Player; + public readonly db: AvatarI; + + private constructor(player: Player, db: AvatarI) { + this.player = player; + this.db = db; + } + + /******************************************************************************** + Create and fetch avatars from the database. + ********************************************************************************/ + + public static async loadAvatarsForPlayer(player: Player) : Promise { + // Read avatars for this player from the database. + const db = Database.getInstance(); + const avatars = await db.getAll("avatars", { ownerUid: player.uid }) as unknown as AvatarI[]; + + // If this player doesn't have any avatars yet, add a default. + if (avatars.length < 1) { + avatars.push({ + ownerUid: player.uid, + baseAvatarId: 1001, + avatarType: AvatarType.AVATAR_FORMAL_TYPE, + level: 1, + exp: 0, + promotion: 0, + rank: 0, + equipmentUniqueId: 20003, + equipRelicList: [], + skilltreeList: [], + fightProps: { + hp: 10000, + sp: 10000, + satiety: 100 + } + } as AvatarI); + } + + // Construct Avatar instances. + const res: Avatar[] = [] + for (const avatar of avatars) { + res.push(new Avatar(player, avatar)); + } + + // Done. + return res; + } + + public static async loadAvatarForPlayer(player: Player, baseAvatarId: number) : Promise { + // Fetch the given avatar from the database. + const db = Database.getInstance(); + const avatar = await db.get("avatars", { ownerUid: player.uid, baseAvatarId: baseAvatarId }) as unknown as AvatarI; + + // Sanity check. + if (!avatar) { + throw new Error(`Avatar ${baseAvatarId} does not exist for player ${player.uid}. This should never happen. Check your logic at the callsite.`); + } + + // Done. + return new Avatar(player, avatar); + } + + public static async hasAvatar(player: Player, baseAvatarId: number) : Promise { + // Fetch the given avatar from the database. + const db = Database.getInstance(); + const avatar = await db.get("avatars", { ownerUid: player.uid, baseAvatarId: baseAvatarId }) as unknown as AvatarI; + + // Return. + return avatar ? true : false; + } + + public static async addAvatarToPlayer(player: Player, baseAvatarId: number) : Promise { + const db = Database.getInstance(); + + // Make sure the player doesn't already have that avatar. + const existingAvatar = await db.get("avatars", { ownerUid: player.uid, baseAvatarId: baseAvatarId }) as unknown as AvatarI; + if (existingAvatar) { + return new Avatar(player, existingAvatar); + } + + // Insert. + const data : AvatarI = { + ownerUid: player.uid, + baseAvatarId: baseAvatarId, + avatarType: AvatarType.AVATAR_FORMAL_TYPE, + level: 1, + exp: 0, + promotion: 0, + rank: 0, + equipmentUniqueId: 20003, + equipRelicList: [], + skilltreeList: [], + fightProps: { + hp: 10000, + sp: 10000, + satiety: 100 + } + }; + await db.set("avatars", data); + return new Avatar(player, data); + } + + public static async removeAvatarFromPlayer(player: Player, baseAvatarId: number) { + const db = Database.getInstance(); + await db.delete("avatars", { ownerUid: player.uid, baseAvatarId: baseAvatarId }); + } + + public static async getAvatarsForLineup(player: Player, lineup: LineupI) : Promise { + const res: Avatar[] = []; + + // Load all avatars in this lineup. + for (const avatarId of lineup.avatarList) { + res.push(await Avatar.loadAvatarForPlayer(player, avatarId)); + } + + // Done. + return res; + } + + public async save() { + const db = Database.getInstance(); + await db.update("avatars", { ownerUid: this.player.uid, baseAvatarId: this.db.baseAvatarId }, this.db); + } + + /******************************************************************************** + Get avatar info. + ********************************************************************************/ + public asAvatarProto() : AvatarProto { + return { + baseAvatarId: this.db.baseAvatarId, + exp: this.db.exp, + level: this.db.level, + promotion: this.db.promotion, + rank: this.db.rank, + skilltreeList: this.db.skilltreeList, + equipmentUniqueId: this.db.equipmentUniqueId, + equipRelicList: this.db.equipRelicList + }; + } +} \ No newline at end of file diff --git a/CrepePackage/src/db/Database.ts b/CrepePackage/src/db/Database.ts new file mode 100644 index 0000000..c5d160e --- /dev/null +++ b/CrepePackage/src/db/Database.ts @@ -0,0 +1,98 @@ +import { MongoClient } from "mongodb"; +import Config from "../util/Config"; +import Logger from "../util/Logger"; +const c = new Logger("Database"); + +export default class Database { + private static instance: Database; + public static client: MongoClient; + private constructor() { + Database.client = new MongoClient(Config.MONGO_URI); + try { + Database.client.connect(); + } catch (e) { + c.error(e as Error); + } + } + + public static getInstance(): Database { + if (!Database.instance) { + Database.instance = new Database(); + } + return Database.instance; + } + + public async get(collection: string, query?: object) { + try { + const db = await Database.client.db(); + const _collection = db.collection(collection); + if (!(await db.listCollections({ name: collection }).toArray()).length) { + c.warn(`Collection ${collection} does not exist. Creating...`); + await _collection.createIndexes([{ key: { _id: 1 } }]); + } + const result = query ? await _collection.findOne(query) : await _collection.findOne(); + return result; + } catch (e) { + c.error(e as Error); + return null; + } + } + + public async getAll(collection: string, query?: object) { + try { + const db = await Database.client.db(); + const _collection = db.collection(collection); + if (!(await db.listCollections({ name: collection }).toArray()).length) { + c.warn(`Collection ${collection} does not exist. Creating...`); + await _collection.createIndexes([{ key: { _id: 1 } }]); + } + const result = query ? await _collection.find(query).toArray() : await _collection.find().toArray(); + return result; + } catch (e) { + c.error(e as Error); + return null; + } + } + + public async set(collection: string, payload: any) { + try { + const db = await Database.client.db(); + const _collection = db.collection(collection); + if (!(await db.listCollections({ name: collection }).toArray()).length) { + c.warn(`Collection ${collection} does not exist. Creating...`); + await _collection.createIndexes([{ key: { _id: 1 } }]); + } + return await _collection.insertOne(payload); + } catch (e) { + c.error(e as Error); + } + } + + public async delete(collection: string, query: object) { + try { + const db = await Database.client.db(); + const _collection = db.collection(collection); + if (!(await db.listCollections({ name: collection }).toArray()).length) { + c.warn(`Collection ${collection} does not exist. Creating...`); + await _collection.createIndexes([{ key: { _id: 1 } }]); + } + return await _collection.deleteOne(query); + } catch (e) { + c.error(e as Error); + } + } + + public async update(collection: string, query: object, payload: object) { + try { + const db = await Database.client.db(); + const _collection = db.collection(collection); + if (!(await db.listCollections({ name: collection }).toArray()).length) { + c.warn(`Collection ${collection} does not exist. Creating...`); + await _collection.createIndexes([{ key: { _id: 1 } }]); + } + return await _collection.updateOne(query, { $set: payload }, { upsert: true }); + } catch (e) { + c.error(e as Error); + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/db/Inventory.ts b/CrepePackage/src/db/Inventory.ts new file mode 100644 index 0000000..6c80380 --- /dev/null +++ b/CrepePackage/src/db/Inventory.ts @@ -0,0 +1,414 @@ +import { Equipment, Item, Material, PlayerSyncScNotify, Relic } from "../data/proto/StarRail"; +import Logger from "../util/Logger"; +import Database from "./Database"; +import Player from "./Player"; +import ItemExcel from "../util/excel/ItemExcel"; + +const c = new Logger("Inventory"); + +export interface PayItemData { + id: number, + count: number +} + +interface InventoryI { + _id: number, + nextItemUid: number, + materials: { [key: number]: number }, + relics: Relic[], + equipments: Equipment[] +} + +export default class Inventory { + public readonly player : Player; + public readonly db: InventoryI; + + private constructor(player: Player, db: InventoryI) { + this.player = player; + this.db = db; + } + + public static async loadOrCreate(player: Player) : Promise { + // Try to load the player's inventory from the database. + const db = Database.getInstance(); + const inventory = await db.get("inventory", { _id: player.uid }) as unknown as InventoryI; // How to get rid of this ugly fuck?! + + // If successfull, we are done. + if (inventory) { + return new Inventory(player, inventory); + } + + // Otherwise, we create a default inventory. + const data : InventoryI = { + _id: player.uid, + nextItemUid: 1, + materials: {}, + relics: [], + equipments: [] + }; + await db.set("inventory", data); + return new Inventory(player, data); + } + + public async save() { + const db = Database.getInstance(); + await db.update("inventory", { _id: this.db._id }, this.db); + } + + /******************************************************************************** + Get inventory info. + ********************************************************************************/ + /** + * Get list of all `Material`s as proto. + * @returns List of materials. + */ + public getMaterialList() : Material[] { + const res: Material[] = []; + + Object.keys(this.db.materials).forEach(key => { + res.push({ tid: Number(key), num: this.db.materials[Number(key)] } as Material); + }); + + return res; + } + + /** + * Get list of all `Equipment`s as proto. + * @returns List of equipments. + */ + public getEquipmentList() : Equipment[] { + return this.db.equipments; + } + + /** + * Get list of all `Relic`s as proto. + * @returns List of relics. + */ + public getRelicsList() : Relic[] { + return this.db.relics; + } + + /** + * Returns the count of the given item (material or virtual) in the player's inventory. + * @param id The item id. + * @returns The count in the player's inventory. + */ + public async getItemCount(id: number) : Promise { + // Get item data. + const itemData = ItemExcel.fromId(id); + if (!itemData) { + return 0; + } + + switch (itemData.ItemType) { + case "Virtual": return this.getVirtualItemCount(id); + case "Material": return this.db.materials[id] ?? 0; + } + + return 0; + } + + private getVirtualItemCount(id: number) : number { + // ToDo: Figure out which virtual item ID is what. + switch (id) { + case 2: + return this.player.db.basicInfo.scoin; + break; + } + + return 0; + } + + /** + * Fetch the equipment with the given unique ID from the player's inventory. + * @param uniqueId The unique ID of the equipment to fetch. + * @returns The `Equipment` with the given unique ID, or `undefined` if the player does not have that equipment. + */ + public getEquipmentByUid(uniqueId: number) { + return this.db.equipments.filter(e => e.uniqueId == uniqueId)?.[0]; + } + + /******************************************************************************** + Add items to the inventory. + ********************************************************************************/ + + /** + * Add the given amount of the given item to the player's inventory. + * @param id The item id. For equipment and relics, this is the base id. + * @param count The amount of items to add. + */ + public async addItem(id: number, count: number) { + // Get info for the particular item we are trying to add. + const itemData = ItemExcel.fromId(id); + if (!itemData) { + return; + } + + // Handle adding depending on item type. + const t = itemData.ItemType; + if (t == "Virtual") { + await this.addVirtualItem(id, count); + } + else if (t == "Material") { + await this.addMaterial(id, count); + } + else if (t == "Equipment") { + for (let i = 0; i < count; i++) { + await this.addEquipment(id); + } + } + else if (t == "Relic") { + for (let i = 0; i < count; i++) { + await this.addRelic(id); + } + } + } + + /** + * Adds the given amount of the virtual item with the given id to the player's inventory. + * @param id The item id. + * @param count The amount. + */ + public async addVirtualItem(id: number, count: number) { + // ToDo: Figure out which virtual item ID is what. + switch (id) { + case 2: + this.player.db.basicInfo.scoin += count; + break; + } + + // Save. + this.player.save(); + } + + /** + * Adds the given amount of the material with the given id to the player's inventory. + * @param id The material id. + * @param count The amount. + */ + public async addMaterial(id: number, count: number) { + // Get info for the particular item we are trying to add. + const itemData = ItemExcel.fromId(id); + if (!itemData || itemData.ItemType != "Material") { + return; + } + + // Get current item count for this ID and calculate new count. + const currentCount = this.db.materials[id] ?? 0; + const newCount = Math.min(currentCount + count, itemData.PileLimit); + + // Update. + this.db.materials[id] = newCount; + await this.save(); + + // Send update. + this.sendMaterialUpdate(); + } + + /** + * Adds the given equipment to the player's inventory. + * @param equipment Either an `Equipment`, or the base id. + */ + public async addEquipment(equipment: number | Equipment) { + // If the parameter is a number, add a new equipment with this item ID as base. + if (typeof(equipment) == "number") { + // Sanity check. + if (ItemExcel.fromId(equipment)?.ItemType != "Equipment") { + return; + } + + const equip : Equipment = { + tid: equipment, + uniqueId: this.db.nextItemUid++, + level: 1, + rank: 1, + exp: 1, + isProtected: false, + promotion: 1, + baseAvatarId: 0 + }; + + this.db.equipments.push(equip); + await this.save(); + return; + } + + // Otherwise, add the equipment object directly, but reset it's UID. + equipment.uniqueId = this.db.nextItemUid++; + this.db.equipments.push(equipment); + await this.save(); + + // Send update. + this.sendEquipmentUpdate(); + } + + /** + * Adds the given relic to the player's inventory. + * @param relic Either a `Relic`, or the base id. + */ + public async addRelic(relic: number | Relic) { + // Don't add relics for now until we figure out affix IDs, since the game kinda breaks with + // incorrect ones. + return; + + // If the parameter is a number, add a new equipment with this item ID as base. + /*if (typeof(relic) == "number") { + const rel : Relic = { + tid: relic, + uniqueId: this.db.nextItemUid++, + level: 1, + exp: 1, + isProtected: false, + baseAvatarId: 0, + mainAffixId: 1, + subAffixList: [] + }; + + this.db.relics.push(rel); + return; + } + + // Otherwise, add the equipment object directly, but reset it's UID. + relic.uniqueId = this.db.nextItemUid++; + this.db.relics.push(relic);*/ + } + + /******************************************************************************** + Remove items from the inventory directly. + ********************************************************************************/ + + /** + * Removes the the given number of the given item (virtual or material) with the given ID. + * @param id The item ID. + * @param count The number to remove. + */ + public async removeItem(id: number, count: number) { + const itemData = ItemExcel.fromId(id); + if (!itemData) { + return ; + } + + switch (itemData.ItemType) { + case "Virtual": await this.removeVirtualItem(id, count); break; + case "Material": await this.removeMaterial(id, count); break; + } + } + + /** + * Removes the given amount of the given virtual item from the player's inventory. + * @param id The item id. + * @param count The amount. + */ + public async removeVirtualItem(id: number, count: number) { + await this.addVirtualItem(id, -count); + } + + /** + * Removes the given amount of the given material from the player's inventory. + * @param id The item id. + * @param count The amount. + */ + public async removeMaterial(id: number, count: number) { + await this.addMaterial(id, -count); + } + + /** + * Removes the given equipment player's inventory. + * @param equipment Either an `Equipment`, or the equipment's unique id. + */ + public async removeEquipment(equipment: number | Equipment) { + // Find index to delete. + const toDelete: number = (typeof(equipment) == "number") ? equipment : equipment.uniqueId; + const index = this.db.equipments.findIndex(i => i.uniqueId == toDelete); + if (index == -1) { + return; + } + + // Delete and save. + this.db.equipments.splice(index, 1); + this.save(); + + // Send update. + this.sendEquipmentUpdate(); + } + + /** + * Removes the given relic player's inventory. + * @param relic Either a `Relic`, or the relic's unique id. + */ + public async removeRelic(relic: number | Relic) { + // Find index to delete. + const toDelete: number = (typeof(relic) == "number") ? relic : relic.uniqueId; + const index = this.db.relics.findIndex(i => i.uniqueId == toDelete); + if (index == -1) { + return; + } + + // Delete and save. + this.db.relics.splice(index, 1); + this.save(); + + // Send update. + this.sendRelicUpdate() + } + + /******************************************************************************** + Pay items. + ********************************************************************************/ + + /** + * Pay items (virtual items and materials). + * @param items The items to be paid. + * @returns True if paying succeeded, false otherwise. + */ + public async payItems(items: PayItemData[]) : Promise { + // Check if the player has a sufficient amount of all necessary items. + for (const item of items) { + const currentCount = await this.getItemCount(item.id); + if (currentCount < item.count) { + return false; + } + } + + // We have enough of everything - pay. + for (const item of items) { + await this.removeItem(item.id, item.count); + } + + // Send update. + this.sendMaterialUpdate(); + + // Done. + return true; + } + + /******************************************************************************** + Player updating. + ********************************************************************************/ + /** + * Send `PlayerSyncScNotify` for materials. + */ + public sendMaterialUpdate() { + this.player.session.send(PlayerSyncScNotify, PlayerSyncScNotify.fromPartial({ + materialList: this.getMaterialList() + })); + } + + /** + * Send `PlayerSyncScNotify` for equipments. + */ + public sendEquipmentUpdate() { + this.player.session.send(PlayerSyncScNotify, PlayerSyncScNotify.fromPartial({ + equipmentList: this.getEquipmentList() + })); + } + + /** + * Send `PlayerSyncScNotify` for relics. + */ + public sendRelicUpdate() { + this.player.session.send(PlayerSyncScNotify, PlayerSyncScNotify.fromPartial({ + relicList: this.getRelicsList() + })); + } +} \ No newline at end of file diff --git a/CrepePackage/src/db/Player.ts b/CrepePackage/src/db/Player.ts new file mode 100644 index 0000000..62f6efc --- /dev/null +++ b/CrepePackage/src/db/Player.ts @@ -0,0 +1,192 @@ +import Session from "../server/kcp/Session"; +import { AvatarType, ExtraLineupType, HeroBasicType, LineupAvatar, LineupInfo, Vector } from "../data/proto/StarRail"; +import Logger from "../util/Logger"; +import Account from "./Account"; +import Avatar from "./Avatar"; +import Database from "./Database"; +import { Scene } from "../game/Scene"; +import Inventory from "./Inventory"; +const c = new Logger("Player"); + +export interface LineupI { + avatarList: number[]; + isVirtual: boolean; + planeId: number; + mp: number; + leaderSlot: number; + index: number; + extraLineupType: ExtraLineupType; + name: string; +} +interface PlayerI { + _id: number; + name: string; + token: string; + banned: boolean; + heroBasicType: HeroBasicType; + basicInfo: { + nickname: string; + level: number; + exp: number; + stamina: number; + mcoin: number; + hcoin: number; + scoin: number; + worldLevel: number; + } + lineup: { + curIndex: number; + lineups: { + [key: number]: LineupI; + }; + } + posData: { + floorID: number; + planeID: number; + pos: { + x: number, + y: number, + z: number + }; + } +} + +export default class Player { + public readonly uid: number + public readonly scene: Scene; + private inventory!: Inventory; + + private constructor(readonly session: Session, public readonly db: PlayerI) { + this.uid = db._id; + this.scene = new Scene(this); + } + + public static async fromUID(session: Session, uid: number | string): Promise { + if (typeof uid == "string") uid = Number(uid); + const db = Database.getInstance(); + const player = await db.get("players", { _id: uid }) as unknown as PlayerI; + if (!player) return Player.create(session, uid); + return new Player(session, player); + } + + public static async fromToken(session: Session, token: string): Promise { + const db = Database.getInstance(); + const plr = await db.get("players", { token: token }) as unknown as PlayerI; + if (!plr) return await Player.fromUID(session, (await Account.fromToken(token))?.uid || Math.round(Math.random() * 50000)); + + return new Player(session, plr); + } + + public async getLineup(lineupIndex?: number): Promise { + // Get avatar data. + const index = lineupIndex ?? this.db.lineup.curIndex; + const lineup = this.db.lineup.lineups[index]; + const avatars = await Avatar.getAvatarsForLineup(this, lineup); + + // Construct LineupInfo. + const lineupAvatars : LineupAvatar[] = []; + for (let slot = 0; slot < avatars.length; slot++) { + lineupAvatars.push({ + slot: slot, + avatarType: avatars[slot].db.avatarType, + id: avatars[slot].db.baseAvatarId, + hp: avatars[slot].db.fightProps.hp, + sp: avatars[slot].db.fightProps.sp, + satiety: avatars[slot].db.fightProps.satiety + }); + } + + return { + ...lineup, + index: index, + avatarList: lineupAvatars + } + } + + public setLineup(lineup: LineupInfo, index?: number, curIndex: number = this.db.lineup.curIndex) { + this.db.lineup.lineups[index || curIndex] = { + ...lineup, + avatarList: lineup.avatarList.map(x => x.id) + }; + + this.db.lineup.curIndex = curIndex; + } + + public async getInventory() : Promise { + // If this players inventory has not been loaded yet, do so now. + if (!this.inventory) { + this.inventory = await Inventory.loadOrCreate(this); + } + + return this.inventory; + } + + public static async create(session: Session, uid: number | string): Promise { + if (typeof uid == "string") uid = Number(uid); + const acc = await Account.fromUID(uid); + if (!acc) { + c.warn(`Account ${uid} not found`); + return; + } + const db = Database.getInstance(); + + const dataObj = { + _id: acc.uid, + name: acc.name, + token: acc.token, + heroBasicType: HeroBasicType.BoyWarrior, + basicInfo: { + exp: 0, + level: 70, + hcoin: 0, + mcoin: 0, + nickname: acc.name, + scoin: 0, + stamina: 180, + worldLevel: 6, + }, + lineup: { + curIndex: 0, + lineups: {} + }, + posData: { + floorID: 10001001, + planeID: 10001, + pos: { + x: 0, + y: 439, + z: -45507 + } + }, + banned: false + } as PlayerI; + + const LINEUPS = 6; + for (let i = 0; i < LINEUPS; i++) { + const l : LineupI = { + avatarList: [1001], + extraLineupType: ExtraLineupType.LINEUP_NONE, + index: i, + isVirtual: false, + leaderSlot: 0, + mp: 100, + name: `Team ${i}`, + planeId: 10001 + }; + dataObj.lineup.lineups[i] = l; + } + + const player = new Player(session, dataObj); + await Avatar.addAvatarToPlayer(player, 1001); + + // Save to database and return. + await db.set("players", dataObj); + return player; + } + + public async save() { + const db = Database.getInstance(); + c.debug(JSON.stringify(this.db, null, 2)); + await db.update("players", { _id: this.db._id }, this.db); + } +} \ No newline at end of file diff --git a/CrepePackage/src/game/Scene.ts b/CrepePackage/src/game/Scene.ts new file mode 100644 index 0000000..f04c6e7 --- /dev/null +++ b/CrepePackage/src/game/Scene.ts @@ -0,0 +1,32 @@ +import { SceneEntityDisappearScNotify, SceneEntityUpdateScNotify } from "../data/proto/StarRail"; +import Player from "../db/Player"; +import { Entity } from "./entities/Entity"; + +export class Scene { + public entryId!: number; + public entities: Map = new Map(); + + constructor(public readonly player: Player) { + + } + + public spawnEntity(entity: Entity, silent: boolean = false) { + this.entities.set(entity.entityId, entity); + if (!silent) { + const dataObj : SceneEntityUpdateScNotify = { + entityList: [entity.getSceneEntityInfo()] + }; + + this.player.session.send(SceneEntityUpdateScNotify, dataObj); + } + } + + public despawnEntity(entityId: number, silent: boolean = false) { + this.entities.delete(entityId); + if (!silent) { + this.player.session.send(SceneEntityDisappearScNotify, { + entityIdList: [entityId] + } as SceneEntityDisappearScNotify); + } + } +} diff --git a/CrepePackage/src/game/entities/Actor.ts b/CrepePackage/src/game/entities/Actor.ts new file mode 100644 index 0000000..5c98bc3 --- /dev/null +++ b/CrepePackage/src/game/entities/Actor.ts @@ -0,0 +1,29 @@ +import { AvatarType, EntityType, MotionInfo, SceneActorInfo, SceneEntityInfo, Vector } from "../../data/proto/StarRail"; +import { Scene } from "../Scene"; +import { Entity } from "./Entity"; + +export class ActorEntity extends Entity +{ + public mapLayer: number = 0; + + constructor(readonly scene: Scene, public readonly avatarId: number, public pos: Vector, public rot?: Vector){ + super(scene, pos, rot); + } + + public getSceneActorInfo(): SceneEntityInfo { + return { + ...super.getSceneEntityInfo(), + actor: { + avatarType: AvatarType.AVATAR_FORMAL_TYPE, + baseAvatarId: this.avatarId, + uid: this.scene.player.db._id, + mapLayer: 0 //? + } + }; + } + + public getEntityType(): EntityType { + return EntityType.ENTITY_AVATAR; + } + +} diff --git a/CrepePackage/src/game/entities/Entity.ts b/CrepePackage/src/game/entities/Entity.ts new file mode 100644 index 0000000..18bd58e --- /dev/null +++ b/CrepePackage/src/game/entities/Entity.ts @@ -0,0 +1,33 @@ +import { EntityType, MotionInfo, SceneEntityInfo, Vector } from "../../data/proto/StarRail"; +import { Scene } from "../Scene"; + +export abstract class Entity{ + static nextEntityId: number = 0; + readonly entityId: number; + + constructor(readonly scene: Scene, public pos: Vector, public rot?: Vector){ + this.entityId = Entity.nextEntityId++; + } + + public abstract getEntityType(): EntityType; + + public getSceneEntityInfo(): SceneEntityInfo{ + return { + entityId: this.entityId, + groupId: 1, + instId: 1, + motion: { + pos: this.pos, + rot: this.rot ?? { + x: 0, + y: 0, + z: 0, + }, + } as MotionInfo, + actor: {}, + npc: {}, + npcMonster: {}, + prop: {} + } as SceneEntityInfo; + } +} diff --git a/CrepePackage/src/game/entities/Monster.ts b/CrepePackage/src/game/entities/Monster.ts new file mode 100644 index 0000000..d897f54 --- /dev/null +++ b/CrepePackage/src/game/entities/Monster.ts @@ -0,0 +1,29 @@ +import { AvatarType, EntityType, MotionInfo, SceneActorInfo, SceneEntityInfo, SceneNpcMonsterInfo, Vector } from "../../data/proto/StarRail"; +import { Scene } from "../Scene"; +import { Entity } from "./Entity"; + +export class MonsterEntity extends Entity +{ + public mapLayer: number = 0; + + constructor(readonly scene: Scene, public readonly monsterId: number, public pos: Vector, public rot?: Vector){ + super(scene, pos, rot); + } + + public getSceneEntityInfo(): SceneEntityInfo { + const sceneEntityInfo = super.getSceneEntityInfo(); + sceneEntityInfo.npcMonster = { + eventId: 1, + isGenMonster: true, + isSetWorldLevel: false, + worldLevel: 1,//hardcoded + monsterId: this.monsterId, + } as SceneNpcMonsterInfo; + return sceneEntityInfo; + } + + public getEntityType(): EntityType { + return EntityType.ENTITY_MONSTER; + } + +} diff --git a/CrepePackage/src/game/entities/NPC.ts b/CrepePackage/src/game/entities/NPC.ts new file mode 100644 index 0000000..e4416ae --- /dev/null +++ b/CrepePackage/src/game/entities/NPC.ts @@ -0,0 +1,26 @@ +import { EntityType, NpcExtraInfo, PropExtraInfo, SceneEntityInfo, SceneNpcInfo, SceneNpcMonsterInfo, ScenePropInfo, Vector } from "../../data/proto/StarRail"; +import { Scene } from "../Scene"; +import { Entity } from "./Entity"; + +export class NpcEntity extends Entity +{ + public mapLayer: number = 0; + + constructor(readonly scene: Scene, public readonly npcId: number, public pos: Vector, public rot?: Vector){ + super(scene, pos, rot); + } + + public getSceneEntityInfo(): SceneEntityInfo { + const sceneEntityInfo = super.getSceneEntityInfo(); + sceneEntityInfo.npc = { + npcId: this.npcId, + extraInfo: {} as NpcExtraInfo + } as SceneNpcInfo; + return sceneEntityInfo; + } + + public getEntityType(): EntityType { + return EntityType.ENTITY_PROP; + } + +} diff --git a/CrepePackage/src/game/entities/Prop.ts b/CrepePackage/src/game/entities/Prop.ts new file mode 100644 index 0000000..4f1a813 --- /dev/null +++ b/CrepePackage/src/game/entities/Prop.ts @@ -0,0 +1,29 @@ +import { EntityType, PropExtraInfo, SceneEntityInfo, SceneNpcMonsterInfo, ScenePropInfo, Vector } from "../../data/proto/StarRail"; +import { Scene } from "../Scene"; +import { Entity } from "./Entity"; + +export class PropEntity extends Entity +{ + public mapLayer: number = 0; + + constructor(readonly scene: Scene, public readonly propId: number, public pos: Vector, public rot?: Vector){ + super(scene, pos, rot); + } + + public getSceneEntityInfo(): SceneEntityInfo { + const sceneEntityInfo = super.getSceneEntityInfo(); + sceneEntityInfo.prop = { + propId: this.propId, + createTimeMs: Date.now(), + extraInfo: {} as PropExtraInfo, + lifeTimeMs: Date.now() + 1000 * 60 * 60, + propState: 1, + } as ScenePropInfo; + return sceneEntityInfo; + } + + public getEntityType(): EntityType { + return EntityType.ENTITY_PROP; + } + +} diff --git a/CrepePackage/src/http/HttpServer.ts b/CrepePackage/src/http/HttpServer.ts new file mode 100644 index 0000000..a847cad --- /dev/null +++ b/CrepePackage/src/http/HttpServer.ts @@ -0,0 +1,53 @@ +import express from 'express'; +import https from 'https'; +import fs from 'fs'; +import { resolve } from 'path'; +import Config from '../util/Config'; +import Logger, { VerboseLevel } from '../util/Logger'; +const c = new Logger("HTTP", "cyan"); + +function r(...args: string[]) { + return fs.readFileSync(resolve(__dirname, ...args)).toString(); +} + +const HTTPS_CONFIG = { + key: r('./cert/cert.key'), + cert: r('./cert/cert.crt'), +} + +export default class HttpServer { + private readonly server; + private static instance: HttpServer; + + private constructor() { + this.server = express(); + this.server.use(express.json()); + this.server.use('/asb', express.static(resolve(__dirname, './routes/asb'))); + this.server.route('/*').all((req, res) => { + if (Logger.VERBOSE_LEVEL > VerboseLevel.WARNS) c.log(`${req.method} ${req.url}`); + import(`./routes${req.url.split('?')[0]}`).then(async r => { + await r.default(req, res); + }).catch(err => { + res.send({ + code: 0 + }); + if (err.code === 'MODULE_NOT_FOUND') return; + c.error(err); + }); + }); + } + + public start(): void { + https.createServer(HTTPS_CONFIG, this.server).listen(Config.HTTP.HTTP_PORT, Config.HTTP.HTTP_PORT); + this.server.listen(80, Config.HTTP.HTTP_HOST, () => { + c.log(`Listening on ${Config.HTTP.HTTP_HOST}:${Config.HTTP.HTTP_PORT}`); + }); + } + + public static getInstance(): HttpServer { + if (!HttpServer.instance) { + HttpServer.instance = new HttpServer(); + } + return HttpServer.instance; + } +} \ No newline at end of file diff --git a/CrepePackage/src/http/cert/cert.crt b/CrepePackage/src/http/cert/cert.crt new file mode 100644 index 0000000..5cd46b3 --- /dev/null +++ b/CrepePackage/src/http/cert/cert.crt @@ -0,0 +1,23 @@ +-----BEGIN CERTIFICATE----- +MIID2TCCAsGgAwIBAgIUO4lg/Dj+kZ9fv+AFxQBrMNUJc9cwDQYJKoZIhvcNAQEL +BQAwVjESMBAGA1UEAwwJbG9jYWxob3N0MQswCQYDVQQGEwJDWTEOMAwGA1UECAwF +Q3JlcGUxDjAMBgNVBAcMBUNyZXBlMRMwEQYDVQQKDApDcmVwZSBJbmMuMB4XDTIx +MTIxMjE2NDY0NloXDTMxMTIxMDE2NDY0NlowVjESMBAGA1UEAwwJbG9jYWxob3N0 +MQswCQYDVQQGEwJDWTEOMAwGA1UECAwFQ3JlcGUxDjAMBgNVBAcMBUNyZXBlMRMw +EQYDVQQKDApDcmVwZSBJbmMuMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAnPFIkkIHKJdmWdUdmwja9qENmnmVL7iSFrgMhBRuZadsD1gYb78liWHH/CT4 +5zmVJ44LiON3DjmCP/gAbFe3epPifB5i6CIh+tolqG8fg9WyyWrP71Z+raaGtlV4 +NIyybRJI/9Gjysf4aehpCtEKJf4BAy82lrfBhNhmHf16W65c0NCGMJoB9Wr+wZCd +R6PzcKgWNa33YVfXTD8PiTOU9cLRvRFgwO870f/8jekxVdHggfTdQmVj9rcNet6X +MrWvzUI4LnI2JPyyEpMtlAQnDQ2+aGG5A3GdPPkWeaST+vF6CDCTFkg8Dxw0jQ30 +jc0uQv/zz0mFuqvvivgpGSXeuwIDAQABo4GeMIGbMB0GA1UdDgQWBBS8E5THWThf +TVAwTnGez4druLTacDAfBgNVHSMEGDAWgBS8E5THWThfTVAwTnGez4druLTacDAO +BgNVHQ8BAf8EBAMCBaAwIAYDVR0lAQH/BBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMC +MCcGA1UdEQQgMB6CDCoubWlob3lvLmNvbYIOKi55dWFuc2hlbi5jb20wDQYJKoZI +hvcNAQELBQADggEBAIVqx99S1DYtyLqsi15KwTUawShW9iJVsvpk59vK6qbbzuGZ +L72DrRJVTMxodv4WLaiM+te1TsW0WmdrhUYUBfIi+JpB67QB6aWKkOCP8fYq+mWn +Q3vuAEC6KpWH30j+0S58LVV+2iaGVetXYmYDXKoNslyVuJAM4iZSutTZhctO2Fxm +Vicp0fiPq/HJzxsmKHxyFJsgsdV0Dl9ElnlhpH77qxi/nXuUz9YlWZwwQI8KSsKm +sOzTUpSHHHpDocT24Yx73bR3Hd8CJam2bCEOOIIJG7sPx2lhTEJ+sKHDh4jHmRUI +3rVk5R+x1CcIrAgin+8nH28PhZFdOKs+CYMYGk0= +-----END CERTIFICATE----- \ No newline at end of file diff --git a/CrepePackage/src/http/cert/cert.key b/CrepePackage/src/http/cert/cert.key new file mode 100644 index 0000000..9b90ad4 --- /dev/null +++ b/CrepePackage/src/http/cert/cert.key @@ -0,0 +1,28 @@ +-----BEGIN PRIVATE KEY----- +MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQCc8UiSQgcol2ZZ +1R2bCNr2oQ2aeZUvuJIWuAyEFG5lp2wPWBhvvyWJYcf8JPjnOZUnjguI43cOOYI/ ++ABsV7d6k+J8HmLoIiH62iWobx+D1bLJas/vVn6tpoa2VXg0jLJtEkj/0aPKx/hp +6GkK0Qol/gEDLzaWt8GE2GYd/XpbrlzQ0IYwmgH1av7BkJ1Ho/NwqBY1rfdhV9dM +Pw+JM5T1wtG9EWDA7zvR//yN6TFV0eCB9N1CZWP2tw163pcyta/NQjgucjYk/LIS +ky2UBCcNDb5oYbkDcZ08+RZ5pJP68XoIMJMWSDwPHDSNDfSNzS5C//PPSYW6q++K ++CkZJd67AgMBAAECggEBAJv3KQC4f3a2Zu+1XBObTEc2rFcsprbi/MN5Km8EAuYg +6MGi8b3zvrD1rJGGiJj5X6IMhqgGLWXEfw1lP75ruZomZzij1fUNHqm1qyDlNfOF +JoUGEhiu43tc95kx/SB0Bklgl40rYFQAQH23itRGA4jYEVeBzwUfHkEP8QOyyKtc +YKJHa1jCEvE4XHxLqxFC+z7aNmpFonrW8OerVwrDPIkFbXYrC1alzxqMcNBJVeKE +LFFc6EK9ppoPSsm600yac5gOX2ima9JkaYkGKhK25D4NXCd511Ea/TJNctA8IkYA +QB7mCzLHdapRlhSplDwwwgNRzlrkImbqyS2+768ejYkCgYEAzyatfH62cDSDP5e1 +oukWI46AqybfIhd9kHzIbIyPjuSb3RvvuxIfNBFjUxRyh+ggCjnRA14HcZzDcGRd +6VpApq80LQk6mhklKicJNRrcuEvdmj+kRJ+XtSbNZhJVUkNf7nmHCOoJkEwRsblL +kIZCVmfkWAKFjHnCEqH5RHvTbacCgYEAwfObyw0eMD+X23IpyEsCsTKIwIk4Zl8J +iTNnR9yp6B9JdwLSdEWQjhXSltkfmNZ3WXYoyh6kr3jp8d5EqWX1P8JrZBaZikTD +y526kKIvs/I/iW3obOoE6CX6LJEGob8bAPkvu2u37Rghign57W02fYtzJUuqPAoK +b5mtrQ/ycM0CgYBsR8pthgq1Mi3dAt82DeK9qVKGpGYEewTujttxKjQsPEFg3aZ9 +Qaa/38rsdYa8ldCRp9EikncPoyLh0ATq4nti5bg/RlC0lipAE3GTqbvwNe/bHiMu +n8F8NpEtJq4ktwUhMbMtLLDdFXY2USY3oIZyhhHtEzxdxpN0i+gxLQzChwKBgQCG +FFztYGIwRKY8hI2x83km+qJjR/l/e8/h03Fg0oF7ALYO2hqXWsf2EcwFkJAxXoIf +jHniUJDU5agFFv0shlmm/Ea1aJI4bhVVG/MvrY+AvMWDwkFdmeJOgoKScKe/BZgr +chi3Xl5GP9pfzUnEAy4aWF7/t3E2FFLml7zi2RVnOQKBgQCYmzwikvHpR+HRiZL9 +m0TB6mayGbwQO3xU/naZ1UyCydsRORQnbKaTWSMZgrr7nTAqDhegfUyJXX+uxhGQ +cGu9uLENZWrysXROpMZBhgyNUbDPdO0okIMoJ3kUSocC7L7lpWyZGOxgMwi0a4qK +nV1QDKXsA3oBZn9MJpkuQ81jCw== +-----END PRIVATE KEY----- \ No newline at end of file diff --git a/CrepePackage/src/http/routes/Handler.ts b/CrepePackage/src/http/routes/Handler.ts new file mode 100644 index 0000000..49ac198 --- /dev/null +++ b/CrepePackage/src/http/routes/Handler.ts @@ -0,0 +1,9 @@ +import { Request, Response } from "express"; + +export default function handle(req: Request, res: Response) { + // Test handler + res.send({ + retcode: -1, + message: "Invalid endpoint" + }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/account/risky/api/check.ts b/CrepePackage/src/http/routes/account/risky/api/check.ts new file mode 100644 index 0000000..8465139 --- /dev/null +++ b/CrepePackage/src/http/routes/account/risky/api/check.ts @@ -0,0 +1,21 @@ +import { Request, Response } from "express"; + +// Example request: +// { +// "action_type": "login", +// "api_name": "/shield/api/login", +// "username": "test" +// } + +export default function handle(req: Request, res: Response) { + // Test handler + res.send({ + retcode: 0, + message: "OK", + data: { + id: "", + action: "ACTION_NONE", + geetest: null + } + }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/asb/client/Windows/Archive/M_ArchiveV.bytes b/CrepePackage/src/http/routes/asb/client/Windows/Archive/M_ArchiveV.bytes new file mode 100644 index 0000000..24cca3a --- /dev/null +++ b/CrepePackage/src/http/routes/asb/client/Windows/Archive/M_ArchiveV.bytes @@ -0,0 +1,8 @@ +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"5a81a0850f254a02c541b5b455a050ac","FileSize":37311,"TimeStamp":1653234742,"FileName":"M_Start_AsbV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"e791b90c638e60a875fa814113579cea","FileSize":388,"TimeStamp":1653234892,"FileName":"M_Start_BlockV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"db85336fec7bb3f1d983129504e843c3","FileSize":5729237,"TimeStamp":1653234806,"FileName":"M_AsbV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"83d0d52ebd31c2574cfcf774494654f1","FileSize":6212,"TimeStamp":1653234892,"FileName":"M_BlockV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"9f0914e34b3d5d23a561006da866bd5a","FileSize":33875,"TimeStamp":1653233190,"FileName":"M_AudioV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"81051bcc2cf1bedf378224b0a93e2877","FileSize":2,"TimeStamp":1653234892,"FileName":"B_M_AudioV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"7bf71dd1cf37259e619bbcdda0cde9f5","FileSize":2124,"TimeStamp":1653233196,"FileName":"M_VideoV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"81051bcc2cf1bedf378224b0a93e2877","FileSize":2,"TimeStamp":1653234892,"FileName":"M_VideoP"} diff --git a/CrepePackage/src/http/routes/asb/client/Windows/Archive/M_ArchiveV.bytes.ts b/CrepePackage/src/http/routes/asb/client/Windows/Archive/M_ArchiveV.bytes.ts new file mode 100644 index 0000000..fac0fd2 --- /dev/null +++ b/CrepePackage/src/http/routes/asb/client/Windows/Archive/M_ArchiveV.bytes.ts @@ -0,0 +1,91 @@ +import { Request, Response } from "express"; + +// Example: These are multiple JSONs in 1 file. Literal file content below +// {"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"5a81a0850f254a02c541b5b455a050ac","FileSize":37311,"TimeStamp":1653234742,"FileName":"M_Start_AsbV"} +// {"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"e791b90c638e60a875fa814113579cea","FileSize":388,"TimeStamp":1653234892,"FileName":"M_Start_BlockV"} +// {"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"db85336fec7bb3f1d983129504e843c3","FileSize":5729237,"TimeStamp":1653234806,"FileName":"M_AsbV"} +// {"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"83d0d52ebd31c2574cfcf774494654f1","FileSize":6212,"TimeStamp":1653234892,"FileName":"M_BlockV"} +// {"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"9f0914e34b3d5d23a561006da866bd5a","FileSize":33875,"TimeStamp":1653233190,"FileName":"M_AudioV"} +// {"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"81051bcc2cf1bedf378224b0a93e2877","FileSize":2,"TimeStamp":1653234892,"FileName":"B_M_AudioV"} +// {"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"7bf71dd1cf37259e619bbcdda0cde9f5","FileSize":2124,"TimeStamp":1653233196,"FileName":"M_VideoV"} +// {"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"81051bcc2cf1bedf378224b0a93e2877","FileSize":2,"TimeStamp":1653234892,"FileName":"M_VideoP"} + + +export default function handle(req: Request, res: Response) { + const dataObj = { + start_asbv: { + MajorVersion: 0, + MinorVersion: 5, + PatchVersion: 626209, + ContentHash: "5a81a0850f254a02c541b5b455a050ac", + FileSize: 37311, + TimeStamp: 1653234742, + FileName: "M_Start_AsbV" + }, + start_blockv: { + MajorVersion: 0, + MinorVersion: 5, + PatchVersion: 626209, + ContentHash: "e791b90c638e60a875fa814113579cea", + FileSize: 388, + TimeStamp: 1653234892, + FileName: "M_Start_BlockV" + }, + asbv: { + MajorVersion: 0, + MinorVersion: 5, + PatchVersion: 626209, + ContentHash: "db85336fec7bb3f1d983129504e843c3", + FileSize: 5729237, + TimeStamp: 1653234806, + FileName: "M_AsbV" + }, + blockv: { + MajorVersion: 0, + MinorVersion: 5, + PatchVersion: 626209, + ContentHash: "83d0d52ebd31c2574cfcf774494654f1", + FileSize: 6212, + TimeStamp: 1653234892, + FileName: "M_BlockV" + }, + audiov: { + MajorVersion: 0, + MinorVersion: 5, + PatchVersion: 626209, + ContentHash: "9f0914e34b3d5d23a561006da866bd5a", + FileSize: 33875, + TimeStamp: 1653233190, + FileName: "M_AudioV" + }, + bmaudiov: { + MajorVersion: 0, + MinorVersion: 5, + PatchVersion: 626209, + ContentHash: "81051bcc2cf1bedf378224b0a93e2877", + FileSize: 2, + TimeStamp: 1653234892, + FileName: "B_M_AudioV" + }, + videov: { + MajorVersion: 0, + MinorVersion: 5, + PatchVersion: 626209, + ContentHash: "7bf71dd1cf37259e619bbcdda0cde9f5", + FileSize: 2124, + TimeStamp: 1653233196, + FileName: "M_VideoV" + }, + videop: { + MajorVersion: 0, + MinorVersion: 5, + PatchVersion: 626209, + ContentHash: "81051bcc2cf1bedf378224b0a93e2877", + FileSize: 2, + TimeStamp: 1653234892, + FileName: "M_VideoP" + } + } + + res.send(Object.values(dataObj).map(x => JSON.stringify(x)).join("\n")); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/asb/client/Windows/Archive/M_ArchiveV_cache.bytes b/CrepePackage/src/http/routes/asb/client/Windows/Archive/M_ArchiveV_cache.bytes new file mode 100644 index 0000000..24cca3a --- /dev/null +++ b/CrepePackage/src/http/routes/asb/client/Windows/Archive/M_ArchiveV_cache.bytes @@ -0,0 +1,8 @@ +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"5a81a0850f254a02c541b5b455a050ac","FileSize":37311,"TimeStamp":1653234742,"FileName":"M_Start_AsbV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"e791b90c638e60a875fa814113579cea","FileSize":388,"TimeStamp":1653234892,"FileName":"M_Start_BlockV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"db85336fec7bb3f1d983129504e843c3","FileSize":5729237,"TimeStamp":1653234806,"FileName":"M_AsbV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"83d0d52ebd31c2574cfcf774494654f1","FileSize":6212,"TimeStamp":1653234892,"FileName":"M_BlockV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"9f0914e34b3d5d23a561006da866bd5a","FileSize":33875,"TimeStamp":1653233190,"FileName":"M_AudioV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"81051bcc2cf1bedf378224b0a93e2877","FileSize":2,"TimeStamp":1653234892,"FileName":"B_M_AudioV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"7bf71dd1cf37259e619bbcdda0cde9f5","FileSize":2124,"TimeStamp":1653233196,"FileName":"M_VideoV"} +{"MajorVersion":0,"MinorVersion":5,"PatchVersion":626209,"ContentHash":"81051bcc2cf1bedf378224b0a93e2877","FileSize":2,"TimeStamp":1653234892,"FileName":"M_VideoP"} diff --git a/CrepePackage/src/http/routes/asb/design/client/Windows/M_DesignV.bytes b/CrepePackage/src/http/routes/asb/design/client/Windows/M_DesignV.bytes new file mode 100644 index 0000000..eb259e9 Binary files /dev/null and b/CrepePackage/src/http/routes/asb/design/client/Windows/M_DesignV.bytes differ diff --git a/CrepePackage/src/http/routes/combo/box/api/config/sdk/combo.ts b/CrepePackage/src/http/routes/combo/box/api/config/sdk/combo.ts new file mode 100644 index 0000000..d65f5f0 --- /dev/null +++ b/CrepePackage/src/http/routes/combo/box/api/config/sdk/combo.ts @@ -0,0 +1,9 @@ +import { Request, Response } from "express"; + +export default function handle(req: Request, res: Response) { + res.send({ + data: null, + message: "RetCode_NoConfig", + retcode: 7 + }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/data_abtest_api/config/experiment/list.ts b/CrepePackage/src/http/routes/data_abtest_api/config/experiment/list.ts new file mode 100644 index 0000000..4213eb5 --- /dev/null +++ b/CrepePackage/src/http/routes/data_abtest_api/config/experiment/list.ts @@ -0,0 +1,10 @@ +import { Request, Response } from "express"; + +export default function handle(req: Request, res: Response) { + res.send({ + retcode: 0, + success: true, + message: "", + data: [] + }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/hkrpg/dataUpload.ts b/CrepePackage/src/http/routes/hkrpg/dataUpload.ts new file mode 100644 index 0000000..e9632af --- /dev/null +++ b/CrepePackage/src/http/routes/hkrpg/dataUpload.ts @@ -0,0 +1,14 @@ +import { Request, Response } from "express"; +import Logger, { VerboseLevel } from "../../../util/Logger"; +const c = new Logger("dataUpload", "green"); + +export default function handle(req: Request, res: Response) { + try { + const content = req.body[0].uploadContent; + if (content.LogStr) { + c.warn(content.LogStr); + if (Logger.VERBOSE_LEVEL == VerboseLevel.ALL) c.trail(content.StackTrace); + } + } catch { } + res.send({ code: 0 }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/hkrpg_global/combo/granter/api/compareProtocolVersion.ts b/CrepePackage/src/http/routes/hkrpg_global/combo/granter/api/compareProtocolVersion.ts new file mode 100644 index 0000000..619961d --- /dev/null +++ b/CrepePackage/src/http/routes/hkrpg_global/combo/granter/api/compareProtocolVersion.ts @@ -0,0 +1,24 @@ +import { Request, Response } from "express"; + +export default function handle(req: Request, res: Response) { + // Test handler + res.send({ + retcode: 0, + message: "OK", + data: { + modified: true, + protocol: { + id: 0, + app_id: 11, + language: "en", + user_proto: "", + priv_proto: "", + major: 1, + minimum: 2, + create_time: "0", + teenager_proto: "", + third_proto: "" + } + } + }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/hkrpg_global/combo/granter/api/getConfig.ts b/CrepePackage/src/http/routes/hkrpg_global/combo/granter/api/getConfig.ts new file mode 100644 index 0000000..ef5704b --- /dev/null +++ b/CrepePackage/src/http/routes/hkrpg_global/combo/granter/api/getConfig.ts @@ -0,0 +1,17 @@ +import { Request, Response } from "express"; + +export default function handle(req: Request, res: Response) { + res.send({ + retcode: 0, + message: "OK", + data: { + protocol: true, + qr_enabled: true, + log_level: "INFO", + announce_url: "https://sdk.hoyoverse.com/hkrpg/announcement/index.html?sdk_presentation_style=fullscreen\u0026sdk_screen_transparent=true\u0026auth_appid=announcement\u0026authkey_ver=1\u0026sign_type=2#/", + push_alias_type: 0, + disable_ysdk_guard: true, + enable_announce_pic_popup: true + } + }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/hkrpg_global/combo/granter/login/v2/login.ts b/CrepePackage/src/http/routes/hkrpg_global/combo/granter/login/v2/login.ts new file mode 100644 index 0000000..dd8456c --- /dev/null +++ b/CrepePackage/src/http/routes/hkrpg_global/combo/granter/login/v2/login.ts @@ -0,0 +1,21 @@ +import { Request, Response } from "express"; + +export default function handle(req: Request, res: Response) { + const data = JSON.parse(req.body.data) + + res.send({ + retcode: 0, + message: "OK", + data: { + combo_id: 1, + open_id: data.uid, + combo_token: data.token, + data: { + guest: data.guest + }, + heartbeat: false, + account_type: 1, + fatigue_remind: null + } + }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/hkrpg_global/mdk/agreement/api/getAgreementInfos.ts b/CrepePackage/src/http/routes/hkrpg_global/mdk/agreement/api/getAgreementInfos.ts new file mode 100644 index 0000000..d1762d8 --- /dev/null +++ b/CrepePackage/src/http/routes/hkrpg_global/mdk/agreement/api/getAgreementInfos.ts @@ -0,0 +1,11 @@ +import { Request, Response } from "express"; + +export default function handle(req: Request, res: Response) { + res.send({ + retcode: 0, + message: "OK", + data: { + marketing_agreements: [] + } + }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/hkrpg_global/mdk/shield/api/loadConfig.ts b/CrepePackage/src/http/routes/hkrpg_global/mdk/shield/api/loadConfig.ts new file mode 100644 index 0000000..499bb27 --- /dev/null +++ b/CrepePackage/src/http/routes/hkrpg_global/mdk/shield/api/loadConfig.ts @@ -0,0 +1,29 @@ +import { Request, Response } from "express"; + +export default function handle(req: Request, res: Response) { + res.send({ + retcode: 0, + message: "OK", + data: { + id: 24, + game_key: "hkrpg_global", + client: "PC", + identity: "I_IDENTITY", + guest: false, + ignore_versions: "", + scene: "S_NORMAL", + name: "崩坏RPG", + disable_regist: true, + enable_email_captcha: false, + thirdparty: [], + disable_mmt: false, + server_guest: true, + thirdparty_ignore: { + fb: "", + tw: "" + }, + enable_ps_bind_account: false, + thirdparty_login_configs: {} + } + }); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/hkrpg_global/mdk/shield/api/login.ts b/CrepePackage/src/http/routes/hkrpg_global/mdk/shield/api/login.ts new file mode 100644 index 0000000..dac6c71 --- /dev/null +++ b/CrepePackage/src/http/routes/hkrpg_global/mdk/shield/api/login.ts @@ -0,0 +1,41 @@ +import { Request, Response } from "express"; +import Account from "../../../../../../db/Account"; +import Config from "../../../../../../util/Config"; +import Logger from "../../../../../../util/Logger"; +const c = new Logger("Dispatch"); + +// Example request: +// { +// account: "test", +// (RSA)password: "BKWPZjqKfKr6ZKuO40ONwV5JxOi4dg71aeBcxPVK/U+8FM8d5kc5EjLdEXyn6McBvUOL67CmT89eo9jrdwp9xpFexA/C1d9BCxen0NQ+zCrQUkSc6AFD9PYkAmdTNnila5L15SrveQQRtbsDwZeZ9owVH7kyoXuDGUOOA6dc4qE=", +// is_crypto: true +// } + +export default async function handle(req: Request, res: Response) { + const acc = await Account.fromUsername(req.body.account); + const dataObj: any = { + retcode: 0, + message: "OK", + data: { + account: {} + } + } + if (!acc) { + if (Config.AUTO_ACCOUNT) { + const account = await Account.create(req.body.account); + c.log(`Account ${account.name} with UID ${account.uid} auto-created.`); + dataObj.data.account = account; + res.send(dataObj); + return; + } + + dataObj.retcode = -202; + dataObj.message = "Account not found"; + c.warn(`Player ${req.body.account} not found (${req.ip})`); + res.send(dataObj); + } else { + dataObj.data.account = acc; + c.log(`Player ${req.body.account} logged in (${req.ip})`); + res.send(dataObj); + } +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/hkrpg_global/mdk/shield/api/verify.ts b/CrepePackage/src/http/routes/hkrpg_global/mdk/shield/api/verify.ts new file mode 100644 index 0000000..b5f4b34 --- /dev/null +++ b/CrepePackage/src/http/routes/hkrpg_global/mdk/shield/api/verify.ts @@ -0,0 +1,34 @@ +import { Request, Response } from "express"; +import Account from "../../../../../../db/Account"; +import Logger from "../../../../../../util/Logger"; +const c = new Logger("Dispatch"); +// Example request: +// {"uid":"63884253","token":"ZQmgMdXA1StL9A3aPBUedr8yoiuoLrmV"} + +export default async function handle(req: Request, res: Response) { + const acc = await Account.fromUID(req.body.uid); + const dataObj: any = { + retcode: 0, + message: "OK", + data: { + account: {} + } + } + if (!acc) { + dataObj.retcode = -202; + dataObj.message = "Account not found"; + res.send(dataObj); + c.warn(`Player ${req.body.uid} not found (${req.ip})`); + } else { + if (acc.token === req.body.token) { + dataObj.data.account = acc; + c.log(`Player ${req.body.uid} logged in (${req.ip})`); + res.send(dataObj); + } else { + dataObj.retcode = -202; + dataObj.message = "Invalid token"; + res.send(dataObj); + } + } + +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/query_dispatch.ts b/CrepePackage/src/http/routes/query_dispatch.ts new file mode 100644 index 0000000..0f4dcca --- /dev/null +++ b/CrepePackage/src/http/routes/query_dispatch.ts @@ -0,0 +1,27 @@ +import { Request, Response } from "express"; +import Config from "../../util/Config"; + +interface Region { + dispatch_url: string; + env_type: string; + name: string; + title: string; +} + +export default function handle(req: Request, res: Response) { + const dataObj = { + region_list: [] as Region[], + retcode: 0 + } + + Config.DISPATCH.forEach(item => { + dataObj.region_list.push({ + dispatch_url: item.DISPATCH_URL, + env_type: "2", + name: item.DISPATCH_NAME, + title: "CrepeSR" + }); + }); + + res.send(dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/query_gateway.ts b/CrepePackage/src/http/routes/query_gateway.ts new file mode 100644 index 0000000..6a807ef --- /dev/null +++ b/CrepePackage/src/http/routes/query_gateway.ts @@ -0,0 +1,40 @@ +import { Request, Response } from "express"; +import protobuf, { Type } from 'protobufjs'; +import { resolve } from 'path'; +import Config from "../../util/Config"; +import { Gateserver } from "../../data/proto/StarRail"; + +export default function handle(req: Request, res: Response) { + const dataObj = Gateserver.fromPartial({ + retcode: 0, + msg: "OK", + regionName: "CrepeSR", + ip: Config.GAMESERVER.SERVER_IP, + port: Config.GAMESERVER.SERVER_PORT, + serverDescription: "This is not BingusRail", + exResourceUrl: "https://localhost/asb/design", + dataUseAssetBoundle: false, + resUseAssetBoundle: false, + assetBundleUrl: "https://localhost/asb", + } as Gateserver); + + if (Config.GAMESERVER.MAINTENANCE) { + dataObj.retcode = 2; + dataObj.msg = Config.GAMESERVER.MAINTENANCE_MSG; + dataObj.stopBeginTime = Date.now(); + dataObj.stopEndTime = Date.now() * 2; + } + + let rsp; + try { + rsp = Gateserver.encode(dataObj).finish(); + } catch { + rsp = Gateserver.encode(Gateserver.fromPartial({ + retcode: 2, + msg: "Internal server error", + stopBeginTime: Date.now(), + stopEndTime: Date.now() * 2, + })).finish(); + } + res.send(Buffer.from(rsp).toString('base64')); +} \ No newline at end of file diff --git a/CrepePackage/src/http/routes/sdk/dataUpload.ts b/CrepePackage/src/http/routes/sdk/dataUpload.ts new file mode 100644 index 0000000..214773d --- /dev/null +++ b/CrepePackage/src/http/routes/sdk/dataUpload.ts @@ -0,0 +1,7 @@ +import { Request, Response } from "express"; +import Logger from "../../../util/Logger"; +const c = new Logger("dataUpload", "green"); + +export default function handle(req: Request, res: Response) { + res.send({ code: 0 }); +} \ No newline at end of file diff --git a/CrepePackage/src/index.ts b/CrepePackage/src/index.ts new file mode 100644 index 0000000..b22d6d5 --- /dev/null +++ b/CrepePackage/src/index.ts @@ -0,0 +1,20 @@ +/** + * @package CrepeSR + * @author Crepe-Inc + * @license AGPL-3.0 + */ +import Interface from "./commands/Interface"; +import HttpServer from "./http/HttpServer"; +import SRServer from "./server/kcp/SRServer"; +import Banners from "./util/Banner"; +import Logger from "./util/Logger"; +import ProtoFactory from "./util/ProtoFactory" + +const c = new Logger("CrepeSR"); +c.log(`Starting CrepeSR...`); + +Banners.init(); +ProtoFactory.init(); +Interface.start(); +HttpServer.getInstance().start(); +SRServer.getInstance().start(); \ No newline at end of file diff --git a/CrepePackage/src/server/kcp/Handshake.ts b/CrepePackage/src/server/kcp/Handshake.ts new file mode 100644 index 0000000..92c191f --- /dev/null +++ b/CrepePackage/src/server/kcp/Handshake.ts @@ -0,0 +1,57 @@ +export enum HandshakeType { + CONNECT = 1, + DISCONNECT = 2, + SEND_BACK_CONV = 3, + UNKNOWN = 4 +} + +export default class Handshake { + private static readonly CONNECT: number[] = [0xff, 0xFFFFFFFF] + private static readonly SEND_BACK_CONV: number[] = [0x145, 0x14514545] + private static readonly DISCONNECT: number[] = [0x194, 0x19419494] + + public readonly conv: number; + public readonly type: number[]; + public readonly handshakeType!: HandshakeType; + public readonly token: number; + public readonly data: number; + + public constructor(public readonly bytes: Buffer | HandshakeType) { + if (Buffer.isBuffer(bytes)) { + this.conv = bytes.readUInt32BE(4); + this.token = bytes.readUInt32BE(8); + this.data = bytes.readUInt32BE(12); + this.type = [bytes.readUInt32BE(0), bytes.readUInt32BE(16)]; + this.handshakeType = this.decodeType(); + } else { + this.conv = 0x69; + this.token = 0x420; + this.data = 0; + this.type = Handshake.SEND_BACK_CONV; + this.handshakeType = HandshakeType.SEND_BACK_CONV; + } + } + + public encode(): Buffer { + const buf = Buffer.alloc(20); + buf.writeUInt32BE(this.type[0]); + buf.writeUInt32BE(this.conv, 4); + buf.writeUInt32BE(this.token, 8); + buf.writeUInt32BE(this.data, 12); + buf.writeUInt32BE(this.type[1], 16); + return buf; + } + + public decodeType(): HandshakeType { + if (this.type[0] == Handshake.CONNECT[0] && this.type[1] == Handshake.CONNECT[1]) { + return HandshakeType.CONNECT; + } + if (this.type[0] == Handshake.SEND_BACK_CONV[0] && this.type[1] == Handshake.SEND_BACK_CONV[1]) { + return HandshakeType.SEND_BACK_CONV + } + if (this.type[0] == Handshake.DISCONNECT[0] && this.type[1] == Handshake.DISCONNECT[1]) { + return HandshakeType.DISCONNECT; + } + return HandshakeType.UNKNOWN; + } +} \ No newline at end of file diff --git a/CrepePackage/src/server/kcp/Packet.ts b/CrepePackage/src/server/kcp/Packet.ts new file mode 100644 index 0000000..1dd5c65 --- /dev/null +++ b/CrepePackage/src/server/kcp/Packet.ts @@ -0,0 +1,465 @@ +import Logger, { VerboseLevel } from "../../util/Logger"; +import protobuf, { Root } from 'protobufjs'; +import { resolve } from 'path'; +import ProtoFactory from "../../util/ProtoFactory"; +const c = new Logger("Packet") + + + + +export default class Packet { + public readonly cmdid: number; + public readonly data: Buffer; + public body: {} = {}; + + public constructor(public readonly rawData: Buffer, public readonly protoName: string = "") { + // Remove the header and metadata + const metadataLength = rawData.readUInt16BE(6); + this.data = rawData.subarray(12 + metadataLength, 12 + metadataLength + rawData.readUInt32BE(8)); + this.cmdid = this.rawData.readUInt16BE(4); + + this.protoName = this.protoName || CmdID[this.cmdid]; + + if(this.protoName){ + try { + const Message = ProtoFactory.getType(this.protoName as PacketName); + this.body = Message.decode(this.data); + } catch (e) { + c.warn(`Failed to decode ${this.protoName}`); + if (Logger.VERBOSE_LEVEL >= VerboseLevel.ALL) { + c.error(e as Error, false); + } + c.debug(`Data: ${this.data.toString("hex")}`); + } + } else { + c.error(`Unknown packet id ${this.cmdid}`); + } + } + + public static isValid(data: Buffer): boolean { + // Buffer acting fucky so i'll just use good ol' string manipulation + const str = data.toString('hex'); + return str.startsWith("01234567") && str.endsWith("89abcdef"); + } + + + public static fromEncodedBuffer(data: Buffer, name: PacketName): Buffer { + const cmdid = CmdID[name]; + const packet = Buffer.allocUnsafe(16 + data.length); + packet.writeUInt32BE(0x1234567); + packet.writeUint16BE(cmdid, 4); + packet.writeUint16BE(0, 6); + packet.writeUint32BE(data.length, 8); + data.copy(packet, 12); + packet.writeUint32BE(0x89abcdef, 12 + data.length); + return packet; + } +} + +export type PacketName = keyof typeof CmdID; + +export enum CmdID { + None = 0, + PlayerLoginCsReq = 1, + PlayerLoginScRsp = 2, + PlayerLogoutCsReq = 3, + PlayerLogoutScRsp = 4, + PlayerGetTokenCsReq = 5, + PlayerGetTokenScRsp = 6, + PlayerKeepAliveNotify = 7, + GmTalkScNotify = 8, + PlayerKickOutScNotify = 9, + GmTalkCsReq = 10, + GmTalkScRsp = 11, + ExchangeStaminaCsReq = 14, + ExchangeStaminaScRsp = 15, + GetAuthkeyCsReq = 16, + GetAuthkeyScRsp = 17, + RegionStopScNotify = 18, + AntiAddictScNotify = 19, + SetNicknameCsReq = 20, + SetNicknameScRsp = 21, + GetLevelRewardTakenListCsReq = 22, + GetLevelRewardTakenListScRsp = 23, + GetLevelRewardCsReq = 24, + GetLevelRewardScRsp = 25, + SyncTimeCsReq = 26, + SyncTimeScRsp = 27, + SetLanguageCsReq = 28, + SetLanguageScRsp = 29, + ServerAnnounceNotify = 30, + SetHeroBasicTypeCsReq = 31, + SetHeroBasicTypeScRsp = 32, + GetHeroBasicTypeInfoCsReq = 33, + GetHeroBasicTypeInfoScRsp = 34, + GetHeroPathCsReq = 35, + GetHeroPathScRsp = 36, + HeroPathChangedNotify = 37, + SetGenderCsReq = 38, + SetGenderScRsp = 39, + SetPlayerInfoCsReq = 40, + SetPlayerInfoScRsp = 41, + HeroBasicTypeChangedNotify = 42, + QueryProductInfoCsReq = 43, + QueryProductInfoScRsp = 44, + ClientDownloadDataScNotify = 45, + UpdateFeatureSwitchScNotify = 46, + GetBasicInfoCsReq = 47, + GetBasicInfoScRsp = 48, + DailyRefreshNotify = 49, + PVEBattleResultCsReq = 101, + PVEBattleResultScRsp = 102, + QuitBattleCsReq = 103, + QuitBattleScRsp = 104, + GetCurBattleInfoCsReq = 105, + GetCurBattleInfoScRsp = 106, + SyncClientResVersionCsReq = 107, + SyncClientResVersionScRsp = 108, + QuitBattleScNotify = 109, + GetStageDataCsReq = 201, + GetStageDataScRsp = 202, + StageBeginCsReq = 203, + StageBeginScRsp = 204, + GetAvatarDataCsReq = 301, + GetAvatarDataScRsp = 302, + AvatarExpUpCsReq = 303, + AvatarExpUpScRsp = 304, + UnlockSkilltreeCsReq = 305, + UnlockSkilltreeScRsp = 306, + PromoteAvatarCsReq = 307, + PromoteAvatarScRsp = 308, + DressAvatarCsReq = 309, + DressAvatarScRsp = 310, + TakeOffEquipmentCsReq = 311, + TakeOffEquipmentScRsp = 312, + AddAvatarScNotify = 313, + RankUpAvatarCsReq = 314, + RankUpAvatarScRsp = 315, + DressRelicAvatarCsReq = 316, + DressRelicAvatarScRsp = 317, + TakeOffRelicCsReq = 318, + TakeOffRelicScRsp = 319, + GetWaypointCsReq = 401, + GetWaypointScRsp = 402, + SetCurWaypointCsReq = 403, + SetCurWaypointScRsp = 404, + GetChapterCsReq = 405, + GetChapterScRsp = 406, + WaypointShowNewCsNotify = 407, + TakeChapterRewardCsReq = 408, + TakeChapterRewardScRsp = 409, + GetBagCsReq = 501, + GetBagScRsp = 502, + PromoteEquipmentCsReq = 503, + PromoteEquipmentScRsp = 504, + LockEquipmentCsReq = 505, + LockEquipmentScRsp = 506, + UseItemCsReq = 507, + UseItemScRsp = 508, + RankUpEquipmentCsReq = 509, + RankUpEquipmentScRsp = 510, + ExpUpEquipmentCsReq = 511, + ExpUpEquipmentScRsp = 512, + ComposeItemCsReq = 513, + ComposeItemScRsp = 514, + ExpUpRelicCsReq = 515, + ExpUpRelicScRsp = 516, + LockRelicCsReq = 517, + LockRelicScRsp = 518, + SellItemCsReq = 519, + SellItemScRsp = 520, + RechargeSuccNotify = 521, + PlayerSyncScNotify = 601, + GetStageLineupCsReq = 701, + GetStageLineupScRsp = 702, + GetCurLineupDataCsReq = 703, + GetCurLineupDataScRsp = 704, + JoinLineupCsReq = 705, + JoinLineupScRsp = 706, + QuitLineupCsReq = 707, + QuitLineupScRsp = 708, + SwapLineupCsReq = 709, + SwapLineupScRsp = 710, + SyncLineupNotify = 711, + GetLineupAvatarDataCsReq = 712, + GetLineupAvatarDataScRsp = 713, + ChangeLineupLeaderCsReq = 714, + ChangeLineupLeaderScRsp = 715, + SwitchLineupIndexCsReq = 716, + SwitchLineupIndexScRsp = 717, + SetLineupNameCsReq = 718, + SetLineupNameScRsp = 719, + GetAllLineupDataCsReq = 720, + GetAllLineupDataScRsp = 721, + VirtualLineupDestroyNotify = 722, + GetMailCsReq = 801, + GetMailScRsp = 802, + MarkReadMailCsReq = 803, + MarkReadMailScRsp = 804, + DelMailCsReq = 805, + DelMailScRsp = 806, + TakeMailAttachmentCsReq = 807, + TakeMailAttachmentScRsp = 808, + NewMailScNotify = 809, + GetQuestDataCsReq = 901, + GetQuestDataScRsp = 902, + TakeQuestRewardCsReq = 903, + TakeQuestRewardScRsp = 904, + TakeAchievementLevelRewardCsReq = 905, + TakeAchievementLevelRewardScRsp = 906, + GetMazeCsReq = 1001, + GetMazeScRsp = 1002, + ChooseMazeSeriesCsReq = 1003, + ChooseMazeSeriesScRsp = 1004, + ChooseMazeAbilityCsReq = 1005, + ChooseMazeAbilityScRsp = 1006, + EnterMazeCsReq = 1007, + EnterMazeScRsp = 1008, + MazeBuffScNotify = 1011, + CastMazeSkillCsReq = 1012, + CastMazeSkillScRsp = 1013, + MazePlaneEventScNotify = 1014, + EnterMazeByServerScNotify = 1015, + GetMazeMapInfoCsReq = 1016, + GetMazeMapInfoScRsp = 1017, + GetMazeTimeOfDayCsReq = 1018, + GetMazeTimeOfDayScRsp = 1019, + SetMazeTimeOfDayCsReq = 1020, + SetMazeTimeOfDayScRsp = 1021, + DelMazeTimeOfDayCsReq = 1022, + DelMazeTimeOfDayScRsp = 1023, + ReturnStartAnchorCsReq = 1024, + ReturnStartAnchorScRsp = 1025, + FinishPlotCsReq = 1101, + FinishPlotScRsp = 1102, + GetMissionDataCsReq = 1201, + GetMissionDataScRsp = 1202, + FinishTalkMissionCsReq = 1203, + FinishTalkMissionScRsp = 1204, + MissionRewardScNotify = 1205, + SyncTaskCsReq = 1206, + SyncTaskScRsp = 1207, + DailyTaskDataScNotify = 1208, + TakeDailyTaskExtraRewardCsReq = 1209, + TakeDailyTaskExtraRewardScRsp = 1210, + DailyTaskRewardScNotify = 1211, + MissionGroupWarnScNotify = 1212, + FinishCosumeItemMissionCsReq = 1213, + FinishCosumeItemMissionScRsp = 1214, + GetMissionEventDataCsReq = 1215, + GetMissionEventDataScRsp = 1216, + MissionEventRewardScNotify = 1217, + AcceptMissionEventCsReq = 1218, + AcceptMissionEventScRsp = 1219, + GetMissionStatusCsReq = 1220, + GetMissionStatusScRsp = 1221, + InterruptMissionEventCsReq = 1222, + InterruptMissionEventScRsp = 1223, + SetMissionEventProgressCsReq = 1224, + SetMissionEventProgressScRsp = 1225, + SubMissionRewardScNotify = 1226, + EnterAdventureCsReq = 1301, + EnterAdventureScRsp = 1302, + SceneEntityMoveCsReq = 1401, + SceneEntityMoveScRsp = 1402, + InteractPropCsReq = 1403, + InteractPropScRsp = 1404, + SceneCastSkillCsReq = 1405, + SceneCastSkillScRsp = 1406, + GetCurSceneInfoCsReq = 1407, + GetCurSceneInfoScRsp = 1408, + SceneEntityUpdateScNotify = 1409, + SceneEntityDisappearScNotify = 1410, + SceneEntityMoveScNotify = 1411, + SpringTransferCsReq = 1414, + SpringTransferScRsp = 1415, + UpdateBuffScNotify = 1416, + DelBuffScNotify = 1417, + SpringRefreshCsReq = 1418, + SpringRefreshScRsp = 1419, + LastSpringRefreshTimeNotify = 1420, + ReturnLastTownCsReq = 1421, + ReturnLastTownScRsp = 1422, + SceneEnterStageCsReq = 1423, + SceneEnterStageScRsp = 1424, + EnterSectionCsReq = 1427, + EnterSectionScRsp = 1428, + SetCurInteractEntityCsReq = 1431, + SetCurInteractEntityScRsp = 1432, + RecoverAllLineupCsReq = 1433, + RecoverAllLineupScRsp = 1434, + SavePointsInfoNotify = 1435, + StartCocoonStageCsReq = 1436, + StartCocoonStageScRsp = 1437, + EntityBindPropCsReq = 1438, + EntityBindPropScRsp = 1439, + SetClientPausedCsReq = 1440, + SetClientPausedScRsp = 1441, + UpdateBuffGroupStartScNotify = 1442, + UpdateBuffGroupEndScNotify = 1443, + ActivateFarmElementCsReq = 1445, + ActivateFarmElementScRsp = 1446, + GetSpringRecoverDataCsReq = 1447, + GetSpringRecoverDataScRsp = 1448, + SetSpringRecoverConfigCsReq = 1449, + SetSpringRecoverConfigScRsp = 1450, + SpringRecoverCsReq = 1451, + SpringRecoverScRsp = 1452, + HealPoolInfoNotify = 1453, + SpringRecoverSingleAvatarCsReq = 1454, + SpringRecoverSingleAvatarScRsp = 1455, + GetShopListCsReq = 1501, + GetShopListScRsp = 1502, + BuyGoodsCsReq = 1503, + BuyGoodsScRsp = 1504, + GetTutorialCsReq = 1601, + GetTutorialScRsp = 1602, + GetTutorialGuideCsReq = 1603, + GetTutorialGuideScRsp = 1604, + UnlockTutorialCsReq = 1605, + UnlockTutorialScRsp = 1606, + UnlockTutorialGuideCsReq = 1607, + UnlockTutorialGuideScRsp = 1608, + FinishTutorialCsReq = 1609, + FinishTutorialScRsp = 1610, + FinishTutorialGuideCsReq = 1611, + FinishTutorialGuideScRsp = 1612, + GetChallengeCsReq = 1701, + GetChallengeScRsp = 1702, + StartChallengeCsReq = 1703, + StartChallengeScRsp = 1704, + LeaveChallengeCsReq = 1705, + LeaveChallengeScRsp = 1706, + ChallengeSettleNotify = 1707, + FinishChallengeCsReq = 1708, + FinishChallengeScRsp = 1709, + GetCurChallengeCsReq = 1710, + GetCurChallengeScRsp = 1711, + ChallengeLineupNotify = 1712, + TakeChallengeTargetRewardCsReq = 1713, + TakeChallengeTargetRewardScRsp = 1714, + GetRogueInfoCsReq = 1801, + GetRogueInfoScRsp = 1802, + StartRogueCsReq = 1803, + StartRogueScRsp = 1804, + EnterRogueCsReq = 1805, + EnterRogueScRsp = 1806, + LeaveRogueCsReq = 1807, + LeaveRogueScRsp = 1808, + SyncRogueBuffSelectInfoScNotify = 1809, + SelectRogueBuffCsReq = 1810, + SelectRogueBuffScRsp = 1811, + RollRogueBuffCsReq = 1812, + RollRogueBuffScRsp = 1813, + EnterNextRogueRoomScNotify = 1814, + SyncRogueFinishScNotify = 1815, + PickRogueAvatarCsReq = 1816, + PickRogueAvatarScRsp = 1817, + AddRogueBuffScNotify = 1818, + ReviveRogueAvatarCsReq = 1819, + ReviveRogueAvatarScRsp = 1820, + SaveRogueRecordCsReq = 1821, + SaveRogueRecordScRsp = 1822, + RecoverRogueStaminaCsReq = 1823, + RecoverRogueStaminaScRsp = 1824, + StartRogueChallengeCsReq = 1827, + StartRogueChallengeScRsp = 1828, + LeaveRogueChallengeCsReq = 1829, + LeaveRogueChallengeScRsp = 1830, + SyncRogueChallengeFinishScNotify = 1831, + QuitRogueCsReq = 1832, + QuitRogueScRsp = 1833, + AppraisalRogueStoneCsReq = 1834, + AppraisalRogueStoneScRsp = 1835, + SyncRogueSeasonFinishScNotify = 1836, + SyncRogueInfoChangeScNotify = 1837, + AddRogueExtraBuffScNotify = 1838, + EnterRogueMapRoomCsReq = 1839, + EnterRogueMapRoomScRsp = 1840, + EnterRogueNextLevelCsReq = 1841, + EnterRogueNextLevelScRsp = 1842, + SyncRogueMapRoomScNotify = 1843, + SyncRoguePickAvatarScNotify = 1844, + SetRogueBlessCsReq = 1845, + SetRogueBlessScRsp = 1846, + SyncRogueBlessScNotify = 1847, + GetRogueShopInfoCsReq = 1848, + GetRogueShopInfoScRsp = 1849, + BuyRogueShopBuffCsReq = 1850, + BuyRogueShopBuffScRsp = 1851, + FinishRogueDialogueGroupCsReq = 1852, + FinishRogueDialogueGroupScRsp = 1853, + UnlockRogueRoomCsReq = 1856, + UnlockRogueRoomScRsp = 1857, + GetRogueGachaInfoCsReq = 1858, + GetRogueGachaInfoScRsp = 1859, + SetRogueGachaWishListCsReq = 1860, + SetRogueGachaWishListScRsp = 1861, + DoRogueGachaCsReq = 1862, + DoRogueGachaScRsp = 1863, + SyncRogueGachaRefreshScNotify = 1864, + BuyRogueShopItemCsReq = 1865, + BuyRogueShopItemScRsp = 1866, + GetRogueAppraisalItemInfoCsReq = 1867, + GetRogueAppraisalItemInfoScRsp = 1868, + SyncRogueMiracleGetItemScNotify = 1869, + SyncRogueQuestScNotify = 1870, + GetRogueQuestRewardCsReq = 1871, + GetRogueQuestRewardScRsp = 1872, + GetGachaInfoCsReq = 1901, + GetGachaInfoScRsp = 1902, + DoGachaCsReq = 1903, + DoGachaScRsp = 1904, + GetPrestigeInfoCsReq = 2001, + GetPrestigeInfoScRsp = 2002, + PrestigeInfoChangeNotify = 2003, + TakePrestigeLevelRewardCsReq = 2004, + TakePrestigeLevelRewardScRsp = 2005, + GetNpcTakenRewardCsReq = 2101, + GetNpcTakenRewardScRsp = 2102, + TakeTalkRewardCsReq = 2103, + TakeTalkRewardScRsp = 2104, + GetFirstTalkNpcCsReq = 2105, + GetFirstTalkNpcScRsp = 2106, + FinishFirstTalkNpcCsReq = 2107, + FinishFirstTalkNpcScRsp = 2108, + StartRaidCsReq = 2201, + StartRaidScRsp = 2202, + LeaveRaidCsReq = 2203, + LeaveRaidScRsp = 2204, + RaidInfoNotify = 2205, + GetChallengeRaidInfoCsReq = 2206, + GetChallengeRaidInfoScRsp = 2207, + TakeChallengeRaidRewardCsReq = 2208, + TakeChallengeRaidRewardScRsp = 2209, + ChallengeRaidNotify = 2210, + GetArchiveDataCsReq = 2301, + GetArchiveDataScRsp = 2302, + GetUpdatedArchiveDataCsReq = 2303, + GetUpdatedArchiveDataScRsp = 2304, + GetDialogueEventDataCsReq = 2401, + GetDialogueEventDataScRsp = 2402, + SelectDialogueEventCsReq = 2403, + SelectDialogueEventScRsp = 2404, + SyncDialogueEventDataScNotify = 2405, + GetExpeditionDataCsReq = 2501, + GetExpeditionDataScRsp = 2502, + AcceptExpeditionCsReq = 2503, + AcceptExpeditionScRsp = 2504, + CancelExpeditionCsReq = 2505, + CancelExpeditionScRsp = 2506, + TakeExpeditionRewardCsReq = 2507, + TakeExpeditionRewardScRsp = 2508, + GetLoginActivityCsReq = 2601, + GetLoginActivityScRsp = 2602, + TakeLoginActivityRewardCsReq = 2603, + TakeLoginActivityRewardScRsp = 2604, + GetNpcMessageGroupCsReq = 2701, + GetNpcMessageGroupScRsp = 2702, + GetNpcStatusCsReq = 2703, + GetNpcStatusScRsp = 2704, + FinishItemIdCsReq = 2705, + FinishItemIdScRsp = 2706, + FinishSectionIdCsReq = 2707, + FinishSectionIdScRsp = 2708, +} diff --git a/CrepePackage/src/server/kcp/SRServer.ts b/CrepePackage/src/server/kcp/SRServer.ts new file mode 100644 index 0000000..21d2cbe --- /dev/null +++ b/CrepePackage/src/server/kcp/SRServer.ts @@ -0,0 +1,86 @@ +import _KCP from 'node-kcp-token'; +import Logger from "../../util/Logger"; +import { Socket, createSocket, RemoteInfo } from "dgram"; +import Session from "./Session"; +import Config from "../../util/Config"; +import Handshake, { HandshakeType } from "./Handshake"; +const KCP = _KCP.KCP; +const c = new Logger("KCP", "yellow"); + +export default class SRServer { + private static instance: SRServer; + public readonly udpSocket: Socket; + public readonly sessions: Map = new Map(); + + private constructor() { + this.udpSocket = createSocket("udp4"); + } + + public static getInstance(): SRServer { + if (!SRServer.instance) { + SRServer.instance = new SRServer(); + } + return SRServer.instance; + } + + public start() { + this.udpSocket.bind(Config.GAMESERVER.SERVER_PORT, "0.0.0.0"); + + this.udpSocket.on('listening', () => this.onListening()); + this.udpSocket.on('message', (d, i) => this.onMessage(d, i)); + this.udpSocket.on('error', (e) => this.onError(e)); + } + + private async onMessage(data: Buffer, rinfo: RemoteInfo) { + const client = `${rinfo.address}:${rinfo.port}`; + if (data.byteLength == 20) { + // Hamdshanke + const handshake = new Handshake(data); + + switch (handshake.handshakeType) { + case HandshakeType.CONNECT: + c.log(`${client} connected`); + this.handshake(HandshakeType.SEND_BACK_CONV, rinfo); + const kcpobj = new KCP(0x69, 0x420, { + address: rinfo.address, + port: rinfo.port, + family: rinfo.family + }); + kcpobj.nodelay(1, 5, 2, 0); + kcpobj.output((d, s, u) => this.output(d, s, u)); + kcpobj.wndsize(256, 256); + this.sessions.set(client, new Session(kcpobj, rinfo, client)); + break; + case HandshakeType.DISCONNECT: + c.log(`${client} disconnected`); + this.sessions.delete(client); + break; + default: + c.error(`${client} unknown Handshake: ${data.readUint32BE(0)}`); + } + return; + } + + const session = this.sessions.get(client); + if (!session) return; + session.inputRaw(data); + } + + private output(buf: Buffer, size: number, ctx: { address: string, port: number, family: string }) { + if (!buf) return; + this.udpSocket.send(buf, 0, size, ctx.port, ctx.address); + } + + public handshake(hType: HandshakeType, rinfo: RemoteInfo) { + const rsp = new Handshake(hType).encode(); + this.udpSocket.send(rsp, 0, rsp.byteLength, rinfo.port, rinfo.address); + } + + private async onError(err: Error) { + c.error(err); + } + + private async onListening() { + c.log(`Listening on 0.0.0.0:${Config.GAMESERVER.SERVER_PORT}`); + } +} \ No newline at end of file diff --git a/CrepePackage/src/server/kcp/Session.ts b/CrepePackage/src/server/kcp/Session.ts new file mode 100644 index 0000000..ff4164a --- /dev/null +++ b/CrepePackage/src/server/kcp/Session.ts @@ -0,0 +1,131 @@ +import _KCP from 'node-kcp-token'; +import { RemoteInfo } from 'dgram'; +import { resolve } from 'path'; +import fs from 'fs'; +import KCP from 'node-kcp-token'; +import Packet, { PacketName } from './Packet'; +import Logger, { VerboseLevel } from '../../util/Logger'; +import defaultHandler from '../packets/PacketHandler'; +import Account from '../../db/Account'; +import Player from '../../db/Player'; +import { BlackLimitLevel, PlayerKickOutScNotify, PlayerKickOutScNotify_KickType, PlayerSyncScNotify } from '../../data/proto/StarRail'; +import Avatar from '../../db/Avatar'; +import SRServer from './SRServer'; +import { HandshakeType } from './Handshake'; +import ProtoFactory, { MessageType } from '../../util/ProtoFactory'; + +function r(...args: string[]) { + return fs.readFileSync(resolve(__dirname, ...args)); +} +type UnWrapMessageType = T extends MessageType ? U : T; + +export default class Session { + public key: Buffer = r('./initial.key'); + public c: Logger; + public account!: Account; + public player!: Player; + public kicked = false; + + public constructor(private kcpobj: KCP.KCP, public readonly ctx: RemoteInfo, public id: string) { + this.ctx = ctx; + this.c = new Logger(`${this.ctx.address}:${this.ctx.port}`, 'yellow'); + this.update(); + } + + public inputRaw(data: Buffer) { + if (this.kicked) return; + this.kcpobj.input(data); + } + + public async update() { + if (this.kicked) return; + if (!this.kcpobj) { + console.error("wtf kcpobj is undefined"); + console.debug(this) + return; + } + const hr = process.hrtime(); + + const timestamp = hr[0] * 1000000 + hr[1] / 1000; + this.kcpobj.update(timestamp); + + let recv; + do { + recv = this.kcpobj.recv(); + if (!recv) break; + + if (Packet.isValid(recv)) { + await this.handlePacket(new Packet(recv)); + } + + } while (recv) + + setTimeout(() => this.update(), 1); + } + + public async handlePacket(packet: Packet) { + if (Logger.VERBOSE_LEVEL >= VerboseLevel.WARNS) this.c.log(packet.protoName) + this.c.verbL(packet.body); + this.c.verbH(packet.rawData); + + await import(`../packets/${packet.protoName}`).then(async mod => { + await mod.default(this, packet); + }).catch(e => { + if (e.code === 'MODULE_NOT_FOUND') this.c.warn(`Unhandled packet: ${packet.protoName}`); + else this.c.error(e); + + defaultHandler(this, packet); + }); + } + + public async sync() { + const avatars = await Avatar.loadAvatarsForPlayer(this.player); + const inventory = await this.player.getInventory(); + + this.send(PlayerSyncScNotify, PlayerSyncScNotify.fromPartial({ + avatarSync: { + avatarList: avatars.map(x => x.asAvatarProto()) + }, + materialList: inventory.getMaterialList(), + equipmentList: inventory.getEquipmentList(), + relicList: inventory.getRelicsList(), + basicInfo: this.player.db.basicInfo + })); + } + + public async send,>(type: Class, data: UnWrapMessageType) { + const typeName = ProtoFactory.getName(type); + const encodedBuffer = type.encode(type.fromPartial(data)).finish(); + const packet = Packet.fromEncodedBuffer(Buffer.from(encodedBuffer), typeName); + this.c.verbL(data); + this.c.verbH(encodedBuffer); + if (!encodedBuffer) this.c.error("encodedBuffer is undefined"); + if (Logger.VERBOSE_LEVEL >= VerboseLevel.WARNS) this.c.log(typeName); + //todo: might want to regen the ts-proto types with env = node + this.kcpobj.send(packet); + } + + + public kick(hard: boolean = true) { + SRServer.getInstance().sessions.delete(this.id); + this.kicked = true; + + if (hard) this.send(PlayerKickOutScNotify, { + kickType: PlayerKickOutScNotify_KickType.KICK_BLACK, + blackInfo: { + limitLevel: BlackLimitLevel.BLACK_LIMIT_LEVEL_ALL, + beginTime: Math.round(Date.now() / 1000), + endTime: Math.round(Date.now() / 1000), + banType: 2 + } + }); + + SRServer.getInstance().handshake(HandshakeType.DISCONNECT, this.ctx); + } + + + public sendRaw(data: Buffer) { + if (this.kicked) return; + this.kcpobj.send(data); + } +} \ No newline at end of file diff --git a/CrepePackage/src/server/kcp/initial.key b/CrepePackage/src/server/kcp/initial.key new file mode 100644 index 0000000..29b396f Binary files /dev/null and b/CrepePackage/src/server/kcp/initial.key differ diff --git a/CrepePackage/src/server/packets/AvatarExpUpCsReq.ts b/CrepePackage/src/server/packets/AvatarExpUpCsReq.ts new file mode 100644 index 0000000..6f061d0 --- /dev/null +++ b/CrepePackage/src/server/packets/AvatarExpUpCsReq.ts @@ -0,0 +1,88 @@ +import { AvatarExpUpCsReq, AvatarExpUpScRsp } from "../../data/proto/StarRail"; +import Avatar from "../../db/Avatar"; +import { PayItemData } from "../../db/Inventory"; +import AvatarExcel from "../../util/excel/AvatarExcel"; +import AvatarExpItemExcel from "../../util/excel/AvatarExpItemExcel"; +import AvatarPromotionExcel from "../../util/excel/AvatarPromotionExcel"; +import ExpTypeExcel from "../../util/excel/ExpTypeExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as AvatarExpUpCsReq; + const inventory = await session.player.getInventory(); + + // Get the target avatar. + const avatarId = body.baseAvatarId; + const avatar = await Avatar.loadAvatarForPlayer(session.player, avatarId); + const avatarExcelData = AvatarExcel.fromId(avatarId); + + // Determine the next level cap based on the avatar's current promotion. + const levelCap = AvatarPromotionExcel.fromId(`${avatarId}:${avatar.db.promotion}`).MaxLevel; + + // Determine the EXP we get from the consumed items. + let exp = 0; + const costMaterialList = []; + for (const item of body.itemCost!.itemList) { + // Determine amount of EXP given by that item. + // We know that the cost items given in this Req will be `PileItem`s. + const expPerItem = AvatarExpItemExcel.fromId(item.pileItem!.itemId).Exp; + + // Add EXP for the number of items consumed. + exp += expPerItem * item.pileItem!.itemNum; + + // Add material to cost. + costMaterialList.push({ id: item.pileItem!.itemId, count: item.pileItem!.itemNum } as PayItemData); + } + + // Determine cost, which is always 10% of EXP, and add to the list of cost materials. + const coinCost = exp * 0.1; + costMaterialList.push({ id: 2, count: coinCost } as PayItemData); + + // Try consuming materials. + const success = await inventory.payItems(costMaterialList); + if (!success) { + // ToDo: Correct retcode. + session.send(AvatarExpUpScRsp, { retcode: 1, returnItemList: [] } as AvatarExpUpScRsp); + return; + } + + await inventory.save(); + + // Cost has been paid - now level up. + let currentAvatarExp = avatar.db.exp + exp; + let nextRequiredExp = ExpTypeExcel.fromId(`${avatarExcelData.ExpGroup}:${avatar.db.level}`).Exp; + while (currentAvatarExp >= nextRequiredExp && avatar.db.level < levelCap) { + // Increase level. + avatar.db.level++; + + // Deduct EXP necessary for this level. + currentAvatarExp -= nextRequiredExp; + + // Determine EXP necessary for the next level. + nextRequiredExp = ExpTypeExcel.fromId(`${avatarExcelData.ExpGroup}:${avatar.db.level}`).Exp; + } + + // Calculate the character's new EXP and any excess EXP. + let excessExp = 0; + if (avatar.db.level == levelCap) { + avatar.db.exp = 0; + excessExp = currentAvatarExp; + } + else { + avatar.db.exp = currentAvatarExp; + } + + // Save. + await avatar.save(); + + // ToDo: Handle return items. + + // Done. Sync and send response. + await session.sync(); + + session.send(AvatarExpUpScRsp, { + retcode: 0, + returnItemList: [] + } as AvatarExpUpScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/ChangeLineupLeaderCsReq.ts b/CrepePackage/src/server/packets/ChangeLineupLeaderCsReq.ts new file mode 100644 index 0000000..8c2ad1c --- /dev/null +++ b/CrepePackage/src/server/packets/ChangeLineupLeaderCsReq.ts @@ -0,0 +1,12 @@ +import { ChangeLineupLeaderCsReq, ChangeLineupLeaderScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as ChangeLineupLeaderCsReq; + + session.send(ChangeLineupLeaderScRsp, { + retcode: 0, + slot: body.slot + } as ChangeLineupLeaderScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/DoGachaCsReq.ts b/CrepePackage/src/server/packets/DoGachaCsReq.ts new file mode 100644 index 0000000..eb0dbb0 --- /dev/null +++ b/CrepePackage/src/server/packets/DoGachaCsReq.ts @@ -0,0 +1,47 @@ +import { DoGachaCsReq, DoGachaScRsp, GachaItem, Item, ItemList } from "../../data/proto/StarRail"; +import { PayItemData } from "../../db/Inventory"; +import Banners from "../../util/Banner"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const gachaItemList: GachaItem[] = []; + const body = packet.body as DoGachaCsReq; + const banner = Banners.config.find(banner => banner.gachaId === body.gachaId)!; + const combined = banner.rateUpItems4.concat(banner.rateUpItems5) + + // Pay currency. + const inventory = await session.player.getInventory(); + const success = await inventory.payItems([{ id: banner.costItemId, count: body.gachaNum } as PayItemData]); + + if (!success) { + session.send(DoGachaScRsp, { + retcode: 1301 + } as DoGachaScRsp); + } + + //bad gachaing but whatever.... + //TODO: pity system, proper logic + for(let i = 0; i < body.gachaNum; i++){ + const result = combined[Math.floor(Math.random() * combined.length)]; + gachaItemList.push({ + gachaItem: { + itemId: result, + num: 1 + } as Item, + tokenItem: {}, + transferItemList: {}, + isNew: true //TODO: avatar checking + } as GachaItem); + } + session.send(DoGachaScRsp, { + retcode: 0, + gachaId: body.gachaId!, + gachaNum: body.gachaNum!, + newGachaRandom: body.gachaRandom!, + newbieGachaCnt: 0, + todayGachaCnt: 0, + todayTotalGachaCnt: 0, //todo find out what are THESE + gachaItemList: gachaItemList + } as DoGachaScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/DressAvatarCsReq.ts b/CrepePackage/src/server/packets/DressAvatarCsReq.ts new file mode 100644 index 0000000..7d72746 --- /dev/null +++ b/CrepePackage/src/server/packets/DressAvatarCsReq.ts @@ -0,0 +1,16 @@ +import { DressAvatarCsReq, DressAvatarScRsp } from "../../data/proto/StarRail"; +import Avatar from "../../db/Avatar"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as DressAvatarCsReq; + + const avatar = await Avatar.loadAvatarForPlayer(session.player, body.baseAvatarId); + + avatar.db.equipmentUniqueId = body.equipmentUniqueId; + await avatar.save(); + + session.send(DressAvatarScRsp, { retcode: 0 }); + session.sync(); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/EnterMazeCsReq.ts b/CrepePackage/src/server/packets/EnterMazeCsReq.ts new file mode 100644 index 0000000..ebf73d9 --- /dev/null +++ b/CrepePackage/src/server/packets/EnterMazeCsReq.ts @@ -0,0 +1,35 @@ +import { EnterMazeCsReq, EnterMazeScRsp } from "../../data/proto/StarRail"; +import MapEntryExcel from "../../util/excel/MapEntryExcel"; +import MazePlaneExcel from "../../util/excel/MazePlaneExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as EnterMazeCsReq; + + const mazeEntry = MapEntryExcel.fromId(body.entryId); + const mazePlane = MazePlaneExcel.fromPlaneId(mazeEntry.PlaneID); + + let curLineup = await session.player.getLineup(); + curLineup.planeId = mazeEntry.PlaneID; + session.player.setLineup(curLineup); + session.player.db.posData.floorID = mazeEntry.FloorID; + session.player.db.posData.planeID = mazeEntry.PlaneID; + session.player.save(); + + session.send(EnterMazeScRsp, { + retcode: 0, + maze: { + floor: { + floorId: mazeEntry.FloorID, + scene: { + planeId: mazeEntry.PlaneID, + floorId: mazeEntry.FloorID, + gameModeType: MazePlaneExcel.getGameModeForPlaneType(mazePlane.PlaneType), + } + }, + id: mazeEntry.PlaneID, + mapEntryId: body.entryId, + } + } as EnterMazeScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/EnterSectionCsReq.ts b/CrepePackage/src/server/packets/EnterSectionCsReq.ts new file mode 100644 index 0000000..79ddead --- /dev/null +++ b/CrepePackage/src/server/packets/EnterSectionCsReq.ts @@ -0,0 +1,7 @@ +import { EnterSectionScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(EnterSectionScRsp, { retcode: 0 }); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/EntityBindPropCsReq.ts b/CrepePackage/src/server/packets/EntityBindPropCsReq.ts new file mode 100644 index 0000000..0ae3716 --- /dev/null +++ b/CrepePackage/src/server/packets/EntityBindPropCsReq.ts @@ -0,0 +1,7 @@ +import { EntityBindPropScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(EntityBindPropScRsp, { retcode: 0 }); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/ExpUpEquipmentCsReq.ts b/CrepePackage/src/server/packets/ExpUpEquipmentCsReq.ts new file mode 100644 index 0000000..786b778 --- /dev/null +++ b/CrepePackage/src/server/packets/ExpUpEquipmentCsReq.ts @@ -0,0 +1,100 @@ +import { ExpUpEquipmentCsReq, ExpUpEquipmentScRsp } from "../../data/proto/StarRail"; +import { PayItemData } from "../../db/Inventory"; +import EquipmentExcel from "../../util/excel/EquipmentExcel"; +import EquipmentExpItemExcel from "../../util/excel/EquipmentExpItemExcel"; +import EquipmentExpTypeExcel from "../../util/excel/EquipmentExpTypeExcel"; +import EquipmentPromotionExcel from "../../util/excel/EquipmentPromotionExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as ExpUpEquipmentCsReq; + const inventory = await session.player.getInventory(); + + // Get the target equipment. + const equipmentId = body.equipmentUniqueId; + const equipment = inventory.getEquipmentByUid(equipmentId); + const equipmentExcelData = EquipmentExcel.fromId(equipment.tid); + + // Determine the next level cap based on the equipment's current promotion. + const levelCap = EquipmentPromotionExcel.fromId(`${equipment.tid}:${equipment.promotion}`).MaxLevel; + + // Determine the EXP we get from the consumed items, and the coins it will cost. + let exp = 0; + let cost = 0; + + const costMaterialList = []; + const costEquipmentList = [] + + for (const item of body.costData!.itemList) { + // Determine amount of EXP given by that item. + // If the consumed item is a PileItem, we can fetch the EXP it gives from the excels. + if (item.pileItem) { + const expItemData = EquipmentExpItemExcel.fromId(item.pileItem.itemId); + exp += expItemData.ExpProvide * item.pileItem.itemNum; + cost += expItemData.CoinCost; + + costMaterialList.push({ id: item.pileItem.itemId, count: item.pileItem.itemNum } as PayItemData); + } + else if (item.equipmentUniqueId) { + const consumedEquipment = inventory.getEquipmentByUid(item.equipmentUniqueId); + const consumedEquipmentExcelData = EquipmentExcel.fromId(consumedEquipment.tid); + + exp += consumedEquipmentExcelData.ExpProvide; + cost += consumedEquipmentExcelData.CoinCost; + + costEquipmentList.push(item.equipmentUniqueId); + } + } + + costMaterialList.push({ id: 2, count: cost } as PayItemData); + + // Try consuming materials. + const success = await inventory.payItems(costMaterialList); + if (!success) { + // ToDo: Correct retcode. + session.send(ExpUpEquipmentScRsp, { retcode: 1, returnItemList: [] } as ExpUpEquipmentScRsp); + return; + } + + for (const id of costEquipmentList) { + await inventory.removeEquipment(id); + } + + // Cost has been paid - now level up. + let currentEquipmentExp = equipment.exp + exp; + let nextRequiredExp = EquipmentExpTypeExcel.fromId(`${equipmentExcelData.ExpType}:${equipment.level}`).Exp; + while (currentEquipmentExp >= nextRequiredExp && equipment.level < levelCap) { + // Increase level. + equipment.level++; + + // Deduct EXP necessary for this level. + currentEquipmentExp -= nextRequiredExp; + + // Determine EXP necessary for the next level. + nextRequiredExp = EquipmentExpTypeExcel.fromId(`${equipmentExcelData.ExpType}:${equipment.level}`).Exp; + } + + // Calculate the equipment's new EXP and any excess EXP. + let excessExp = 0; + if (equipment.level == levelCap) { + equipment.exp = 0; + excessExp = currentEquipmentExp; + } + else { + equipment.exp = currentEquipmentExp; + } + + // Save. + await inventory.save(); + + // ToDo: Handle return items. + + // Done. Sync and send response. + await session.sync(); + + session.send(ExpUpEquipmentScRsp, { + retcode: 0, + returnItemList: [] + } as ExpUpEquipmentScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/FinishTalkMissionCsReq.ts b/CrepePackage/src/server/packets/FinishTalkMissionCsReq.ts new file mode 100644 index 0000000..edced0f --- /dev/null +++ b/CrepePackage/src/server/packets/FinishTalkMissionCsReq.ts @@ -0,0 +1,12 @@ +import { FinishTalkMissionCsReq, FinishTalkMissionScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as FinishTalkMissionCsReq; + + session.send(FinishTalkMissionScRsp, { + retcode: 0, + talkStr: body.talkStr + } as FinishTalkMissionScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/FinishTutorialGuideCsReq.ts b/CrepePackage/src/server/packets/FinishTutorialGuideCsReq.ts new file mode 100644 index 0000000..cdad127 --- /dev/null +++ b/CrepePackage/src/server/packets/FinishTutorialGuideCsReq.ts @@ -0,0 +1,18 @@ +import { FinishTutorialGuideCsReq, FinishTutorialGuideScRsp, TutorialStatus } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as FinishTutorialGuideCsReq; + + const dataObj: FinishTutorialGuideScRsp = { + retcode: 0, + tutorialGuide: { + status: TutorialStatus.TUTORIAL_FINISH, + id: body.groupId + }, + reward: { itemList: [] } + } + + session.send(FinishTutorialGuideScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetAllLineupDataCsReq.ts b/CrepePackage/src/server/packets/GetAllLineupDataCsReq.ts new file mode 100644 index 0000000..2788fcd --- /dev/null +++ b/CrepePackage/src/server/packets/GetAllLineupDataCsReq.ts @@ -0,0 +1,22 @@ +import { AvatarType, GetAllLineupDataScRsp, LineupInfo } from "../../data/proto/StarRail"; +import Avatar from "../../db/Avatar"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + let lineup = session.player.db.lineup; + + const lineupList: Array = []; + for (const l of Object.values(session.player.db.lineup.lineups)) { + const lineup = await session.player.getLineup(l.index); + lineupList.push(lineup); + } + + const dataObj = { + retcode: 0, + curIndex: lineup.curIndex, + lineupList + } as GetAllLineupDataScRsp; + + session.send(GetAllLineupDataScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetAvatarDataCsReq.ts b/CrepePackage/src/server/packets/GetAvatarDataCsReq.ts new file mode 100644 index 0000000..bba73fb --- /dev/null +++ b/CrepePackage/src/server/packets/GetAvatarDataCsReq.ts @@ -0,0 +1,19 @@ +import { GetAvatarDataCsReq, GetAvatarDataScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; +import AvatarDb from "../../db/Avatar"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as GetAvatarDataCsReq; + const avatars = await AvatarDb.loadAvatarsForPlayer(session.player); + + const dataObj = { + retcode: 0, + avatarList: avatars.map(av => av.asAvatarProto()), + isAll: body.isGetAll + }; + + // Make sure we wait for this to send. + // GetAvatarDataScRsp HAS to be sent immediately after the Req. + await session.send(GetAvatarDataScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetBagCsReq.ts b/CrepePackage/src/server/packets/GetBagCsReq.ts new file mode 100644 index 0000000..1693c24 --- /dev/null +++ b/CrepePackage/src/server/packets/GetBagCsReq.ts @@ -0,0 +1,16 @@ +import { Equipment, GetBagScRsp, Material, Relic } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const inventory = await session.player.getInventory(); + + session.send(GetBagScRsp, { + equipmentList: inventory.getEquipmentList(), + materialList: inventory.getMaterialList(), + relicList: inventory.getRelicsList(), + retcode: 0, + rogueItemList: [], + waitDelResourceList: [] + } as GetBagScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetBasicInfoCsReq.ts b/CrepePackage/src/server/packets/GetBasicInfoCsReq.ts new file mode 100644 index 0000000..e07860a --- /dev/null +++ b/CrepePackage/src/server/packets/GetBasicInfoCsReq.ts @@ -0,0 +1,13 @@ +import { GetBasicInfoScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetBasicInfoScRsp, { + curDay: 1, + exchangeTimes: 0, + retcode: 0, + nextRecoverTime: Math.round(new Date().getTime() / 1000) + 100000, + weekCocoonFinishedCount: 0 + } as GetBasicInfoScRsp) +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetChallengeCsReq.ts b/CrepePackage/src/server/packets/GetChallengeCsReq.ts new file mode 100644 index 0000000..52d61f3 --- /dev/null +++ b/CrepePackage/src/server/packets/GetChallengeCsReq.ts @@ -0,0 +1,23 @@ +import { GetChallengeScRsp } from "../../data/proto/StarRail"; +import ChallengeActivityRaidConfigExcel from "../../util/excel/ChallengeActivityRaidConfigExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const activities = ChallengeActivityRaidConfigExcel.all(); + + const dataObj: GetChallengeScRsp = { + retcode: 0, + challengeList: [] + } + + activities.forEach(activity => { + dataObj.challengeList.push({ + challengeId: activity.ChallengeID, + stars: 0, + takenReward: 0 + }); + }); + + session.send(GetChallengeScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetChallengeRaidInfoCsReq.ts b/CrepePackage/src/server/packets/GetChallengeRaidInfoCsReq.ts new file mode 100644 index 0000000..8192e61 --- /dev/null +++ b/CrepePackage/src/server/packets/GetChallengeRaidInfoCsReq.ts @@ -0,0 +1,23 @@ +import { GetChallengeRaidInfoScRsp } from "../../data/proto/StarRail"; +import RaidConfigExcel from "../../util/excel/RaidConfigExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const activities = RaidConfigExcel.all(); + + const dataObj: GetChallengeRaidInfoScRsp = { + retcode: 0, + challengeRaidList: [], + takenRewardIdList: [] + } + + activities.forEach(activity => { + dataObj.challengeRaidList.push({ + maxScore: 0, + raidId: activity.RaidID + }); + }) + + session.send(GetChallengeRaidInfoScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetCurBattleInfoCsReq.ts b/CrepePackage/src/server/packets/GetCurBattleInfoCsReq.ts new file mode 100644 index 0000000..0ae14a5 --- /dev/null +++ b/CrepePackage/src/server/packets/GetCurBattleInfoCsReq.ts @@ -0,0 +1,35 @@ +import { AvatarType, BattleAvatar, BattleEndStatus, GetCurBattleInfoScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const lineup = await session.player.getLineup(); + + session.send(GetCurBattleInfoScRsp, { + retcode: 0, + avatarList: lineup.avatarList.map(list => { + return { + avatarType: list.avatarType, + equipmentList: [{ + id: 20003, + level: 1, + promotion: 1, + rank: 1 + }], + hp: list.hp, + id: list.id, + index: list.slot, + level: 1, + promotion: 1, + rank: 1, + relicList: [], + skilltreeList: [] + } as unknown as BattleAvatar; + }), + stageId: 1, + logicRandomSeed: 2503, + battleInfo: {}, + lastEndStatus: BattleEndStatus.BATTLE_END_WIN, + lastEventId: 1 + } as GetCurBattleInfoScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetCurLineupDataCsReq.ts b/CrepePackage/src/server/packets/GetCurLineupDataCsReq.ts new file mode 100644 index 0000000..8e28e95 --- /dev/null +++ b/CrepePackage/src/server/packets/GetCurLineupDataCsReq.ts @@ -0,0 +1,12 @@ +import { AvatarType, ExtraLineupType, GetCurLineupDataScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + let lineup = await session.player.getLineup(); + + session.send(GetCurLineupDataScRsp, { + retcode: 0, + lineup: lineup + } as GetCurLineupDataScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetCurSceneInfoCsReq.ts b/CrepePackage/src/server/packets/GetCurSceneInfoCsReq.ts new file mode 100644 index 0000000..0e02c65 --- /dev/null +++ b/CrepePackage/src/server/packets/GetCurSceneInfoCsReq.ts @@ -0,0 +1,43 @@ +import { GetCurSceneInfoScRsp, MotionInfo, SceneEntityInfo, SceneNpcMonsterInfo, StartCocoonStageCsReq, Vector } from "../../data/proto/StarRail"; +import { ActorEntity } from "../../game/entities/Actor"; +import { PropEntity } from "../../game/entities/Prop"; +import MapEntryExcel from "../../util/excel/MapEntryExcel"; +import MazePlaneExcel from "../../util/excel/MazePlaneExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + // Get data. + const posData = session.player.db.posData; + const _lineup = session.player.db.lineup; + const lineup = _lineup.lineups[_lineup.curIndex]; + const curAvatarEntity = new ActorEntity(session.player.scene, lineup.avatarList[lineup.leaderSlot], posData.pos); + const entryId = MapEntryExcel.fromFloorId(posData.floorID).ID; + const mazePlane = MazePlaneExcel.fromPlaneId(posData.planeID); + + // Scene management. + session.player.scene.spawnEntity(curAvatarEntity, true); + session.player.scene.entryId = entryId; + + // Build response. + const dataObj : GetCurSceneInfoScRsp = { + retcode: 0, + scene: { + planeId: posData.planeID, + floorId: posData.floorID, + entityList: [ + curAvatarEntity.getSceneEntityInfo(), + + ], + lightenSectionList: [], + leaderEntityId: curAvatarEntity.entityId, + entityBuffList: [], + entryId: entryId, + envBuffList: [], + gameModeType: MazePlaneExcel.getGameModeForPlaneType(mazePlane.PlaneType), + } + }; + + // Send response. + session.send(GetCurSceneInfoScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetDialogueEventDataCsReq.ts b/CrepePackage/src/server/packets/GetDialogueEventDataCsReq.ts new file mode 100644 index 0000000..2ab54c7 --- /dev/null +++ b/CrepePackage/src/server/packets/GetDialogueEventDataCsReq.ts @@ -0,0 +1,10 @@ +import { GetDialogueEventDataScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetDialogueEventDataScRsp, { + dialogueEventList: [], + retcode: 0 + } as GetDialogueEventDataScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetExpeditionDataCsReq.ts b/CrepePackage/src/server/packets/GetExpeditionDataCsReq.ts new file mode 100644 index 0000000..72c48b9 --- /dev/null +++ b/CrepePackage/src/server/packets/GetExpeditionDataCsReq.ts @@ -0,0 +1,12 @@ +import { GetExpeditionDataScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetExpeditionDataScRsp, { + retcode: 0, + expedtionList: [], + unlockedExpeditionIdList: [], + teamCount: 4 + } as GetExpeditionDataScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetFirstTalkNpcCsReq.ts b/CrepePackage/src/server/packets/GetFirstTalkNpcCsReq.ts new file mode 100644 index 0000000..0b2a00d --- /dev/null +++ b/CrepePackage/src/server/packets/GetFirstTalkNpcCsReq.ts @@ -0,0 +1,23 @@ +import { GetFirstTalkNpcCsReq, GetFirstTalkNpcScRsp, NpcMeetStatus } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as GetFirstTalkNpcCsReq; + + const dataObj = { + retcode: 0, + npcMeetStatusList: [] + } as GetFirstTalkNpcScRsp; + + body.seriesIdList.forEach(series => { + const meetStatusObj = { + seriesId: series, + isMeet: false + } as NpcMeetStatus; + + dataObj.npcMeetStatusList.push(meetStatusObj); + }); + + session.send(GetFirstTalkNpcScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetGachaInfoCsReq.ts b/CrepePackage/src/server/packets/GetGachaInfoCsReq.ts new file mode 100644 index 0000000..c2e3c70 --- /dev/null +++ b/CrepePackage/src/server/packets/GetGachaInfoCsReq.ts @@ -0,0 +1,23 @@ +import { GachaInfo, GetGachaInfoCsReq, GetGachaInfoScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; +import Banner from './../../util/Banner'; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetGachaInfoScRsp, { + gachaRandom: 0, + retcode: 0, + gachaInfoList: Banner.config.map(banner => { + return { + beginTime: 0, + endTime: 1924992000, + gachaId: banner.gachaId, + detailWebview: banner.detailWebview, + newbieGachaCnt: 0, + todayGachaCnt: 0 + } as GachaInfo + }), + todaySingleGachaMaxCnt: 10, + todayTotalGachaCnt: 10, + } as GetGachaInfoScRsp); +} diff --git a/CrepePackage/src/server/packets/GetHeroBasicTypeInfoCsReq.ts b/CrepePackage/src/server/packets/GetHeroBasicTypeInfoCsReq.ts new file mode 100644 index 0000000..2355920 --- /dev/null +++ b/CrepePackage/src/server/packets/GetHeroBasicTypeInfoCsReq.ts @@ -0,0 +1,21 @@ +import { Gender, GetHeroBasicTypeInfoScRsp, HeroBasicType } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + let gender: Gender = (session.player.db.heroBasicType % 2 === 0) ? Gender.GenderWoman : Gender.GenderMan; + + session.send(GetHeroBasicTypeInfoScRsp, { + retcode: 0, + gender: gender, + basicTypeInfoList: [{ + basicType: session.player.db.heroBasicType, + rank: 1, + skillTreeList: [] + }], + curBasicType: session.player.db.heroBasicType, + heroPathList: [], + isPlayerInfoModified: false, + isGenderModified: false + } as GetHeroBasicTypeInfoScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetHeroPathCsReq.ts b/CrepePackage/src/server/packets/GetHeroPathCsReq.ts new file mode 100644 index 0000000..ee00aa0 --- /dev/null +++ b/CrepePackage/src/server/packets/GetHeroPathCsReq.ts @@ -0,0 +1,10 @@ +import { GetHeroPathScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetHeroPathScRsp, { + retcode: 0, + heroPathList: [] + } as GetHeroPathScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetLevelRewardTakenListCsReq.ts b/CrepePackage/src/server/packets/GetLevelRewardTakenListCsReq.ts new file mode 100644 index 0000000..f90f94a --- /dev/null +++ b/CrepePackage/src/server/packets/GetLevelRewardTakenListCsReq.ts @@ -0,0 +1,10 @@ +import { GetLevelRewardTakenListScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetLevelRewardTakenListScRsp, { + retcode: 0, + takenLevelList: [] + } as GetLevelRewardTakenListScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetLineupAvatarDataCsReq.ts b/CrepePackage/src/server/packets/GetLineupAvatarDataCsReq.ts new file mode 100644 index 0000000..1fd81a0 --- /dev/null +++ b/CrepePackage/src/server/packets/GetLineupAvatarDataCsReq.ts @@ -0,0 +1,46 @@ +import { AvatarType, ExtraLineupType, GetLineupAvatarDataScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + let lineup = await session.player.getLineup(); + + // This is a HORRIBLE solution, but tbh I just can't reproduce the bug so: + if (!lineup) { + session.c.error("Error! lineup is undefined. Falling back to default lineup.", false); + lineup = { + avatarList: [{ + avatarType: AvatarType.AVATAR_FORMAL_TYPE, + hp: 10000, + id: 1001, + sp: 10000, + satiety: 100, + slot: 0, + }], + extraLineupType: ExtraLineupType.LINEUP_NONE, + index: 0, + isVirtual: false, + leaderSlot: 0, + mp: 100, + planeId: 10001, + name: "Fallback" + } + session.player.setLineup(lineup, 0, 0); + session.player.save(); + } + + const dataObj: GetLineupAvatarDataScRsp = { + retcode: 0, + avatarDataList: [] + } + + for (const avatar of lineup.avatarList) { + dataObj.avatarDataList.push({ + avatarType: avatar.avatarType, + hp: avatar.hp, + id: avatar.id, + }); + } + + session.send(GetLineupAvatarDataScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetLoginActivityCsReq.ts b/CrepePackage/src/server/packets/GetLoginActivityCsReq.ts new file mode 100644 index 0000000..40ba548 --- /dev/null +++ b/CrepePackage/src/server/packets/GetLoginActivityCsReq.ts @@ -0,0 +1,14 @@ +import { GetLoginActivityScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetLoginActivityScRsp, { + retcode: 0, + loginActivityList: [{ + id: 1001, + loginDays: 1, + hasTakenLoginActivityRewardDaysList: [] + }] + } as GetLoginActivityScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetMailCsReq.ts b/CrepePackage/src/server/packets/GetMailCsReq.ts new file mode 100644 index 0000000..767da68 --- /dev/null +++ b/CrepePackage/src/server/packets/GetMailCsReq.ts @@ -0,0 +1,14 @@ +import { GetMailScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetMailScRsp, { + retcode: 0, + mailList: [], + noticeMailList: [], + start: 0, + totalNum: 0, + isEnd: false + } as GetMailScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetMazeMapInfoCsReq.ts b/CrepePackage/src/server/packets/GetMazeMapInfoCsReq.ts new file mode 100644 index 0000000..b97116b --- /dev/null +++ b/CrepePackage/src/server/packets/GetMazeMapInfoCsReq.ts @@ -0,0 +1,31 @@ +import { GetMazeMapInfoCsReq, GetMazeMapInfoScRsp } from "../../data/proto/StarRail"; +import MapEntryExcel from "../../util/excel/MapEntryExcel"; +import MappingInfoExcel from "../../util/excel/MappingInfoExcel"; +import MazePlaneExcel from "../../util/excel/MazePlaneExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as GetMazeMapInfoCsReq; + + const mapping = MappingInfoExcel.fromId(body.entryId, session.player.db.basicInfo.worldLevel) || MappingInfoExcel.fromId(1001); + + const dataObj = { + retcode: 0, + entryId: body.entryId, + lightenSectionList: [], + mazePropList: [{ groupId: mapping.GroupID, configId: mapping.ConfigID, state: 0 }], + mazeGroupList: [{ groupId: mapping.GroupID, modifyTime: 0 }], + opendChestNum: 69, + unlockTeleportList: [] + } as GetMazeMapInfoScRsp; + + // TODO: No excel info atm + for (let i = 0; i < 500; i++) { + dataObj.lightenSectionList.push(i) + } + + dataObj.unlockTeleportList = MapEntryExcel.all().map(x => x.ID); + + session.send(GetMazeMapInfoScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetMazeTimeOfDayCsReq.ts b/CrepePackage/src/server/packets/GetMazeTimeOfDayCsReq.ts new file mode 100644 index 0000000..ca9e8d6 --- /dev/null +++ b/CrepePackage/src/server/packets/GetMazeTimeOfDayCsReq.ts @@ -0,0 +1,10 @@ +import { GetMazeTimeOfDayScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetMazeTimeOfDayScRsp, { + retcode: 0, + mazeTimeOfDayMap: {} + } as GetMazeTimeOfDayScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetMissionDataCsReq.ts b/CrepePackage/src/server/packets/GetMissionDataCsReq.ts new file mode 100644 index 0000000..c2451ec --- /dev/null +++ b/CrepePackage/src/server/packets/GetMissionDataCsReq.ts @@ -0,0 +1,10 @@ +import { GetMissionDataScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetMissionDataScRsp, { + retcode: 0, + missionList: [] + } as GetMissionDataScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetMissionEventDataCsReq.ts b/CrepePackage/src/server/packets/GetMissionEventDataCsReq.ts new file mode 100644 index 0000000..ff0aff5 --- /dev/null +++ b/CrepePackage/src/server/packets/GetMissionEventDataCsReq.ts @@ -0,0 +1,10 @@ +import { GetMissionEventDataScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetMissionEventDataScRsp, { + retcode: 0, + missionEventList: [] + } as unknown as GetMissionEventDataScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetMissionStatusCsReq.ts b/CrepePackage/src/server/packets/GetMissionStatusCsReq.ts new file mode 100644 index 0000000..7270ce3 --- /dev/null +++ b/CrepePackage/src/server/packets/GetMissionStatusCsReq.ts @@ -0,0 +1,58 @@ +import { GetMissionStatusCsReq, GetMissionStatusScRsp, MissionStatus } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as GetMissionStatusCsReq; + + const dataObj = { + retcode: 0, + finishedMainMissionIdList: [ + 1000101, + 1000112, + 1000113, + 1000201, + 1000202, + 1000204, + 1000301, + 1000401, + 1000402, + 1000410, + 1000510, + 1000601, + 1010301, + 1010302, + 1010401, + 1010403, + 1010701, + 1011403, + 1010202, + 1010902, + 1011102, + 4010101 + ], + missionEventStatusList: [], + subMissionStatusList: [], + unfinishedMainMissionIdList: [] + } as GetMissionStatusScRsp; + + body.mainMissionIdList.forEach(id => { dataObj.unfinishedMainMissionIdList.push(id); }); + + body.missionEventIdList.forEach(id => { + dataObj.missionEventStatusList.push({ + id: id, + progress: 0, + status: MissionStatus.MISSION_FINISH + }); + }); + + body.subMissionIdList.forEach(id => { + dataObj.subMissionStatusList.push({ + id: id, + progress: 0, + status: MissionStatus.MISSION_FINISH + }); + }); + + session.send(GetMissionStatusScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetNpcMessageGroupCsReq.ts b/CrepePackage/src/server/packets/GetNpcMessageGroupCsReq.ts new file mode 100644 index 0000000..b9c200e --- /dev/null +++ b/CrepePackage/src/server/packets/GetNpcMessageGroupCsReq.ts @@ -0,0 +1,14 @@ +import { GetNpcMessageGroupCsReq, GetNpcMessageGroupScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as GetNpcMessageGroupCsReq; + + const dataObj: GetNpcMessageGroupScRsp = { + retcode: 0, + messageGroupList: [], + }; + + session.send(GetNpcMessageGroupScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetNpcStatusCsReq.ts b/CrepePackage/src/server/packets/GetNpcStatusCsReq.ts new file mode 100644 index 0000000..b7c9a28 --- /dev/null +++ b/CrepePackage/src/server/packets/GetNpcStatusCsReq.ts @@ -0,0 +1,10 @@ +import { GetNpcStatusScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetNpcStatusScRsp, { + retcode: 0, + messageStatusList: [] + } as GetNpcStatusScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetNpcTakenRewardCsReq.ts b/CrepePackage/src/server/packets/GetNpcTakenRewardCsReq.ts new file mode 100644 index 0000000..644816f --- /dev/null +++ b/CrepePackage/src/server/packets/GetNpcTakenRewardCsReq.ts @@ -0,0 +1,13 @@ +import { GetNpcTakenRewardCsReq, GetNpcTakenRewardScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as GetNpcTakenRewardCsReq; + + session.send(GetNpcTakenRewardScRsp, { + retcode: 0, + npcId: body.npcId, + talkEventList: [] + } as GetNpcTakenRewardScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetPrestigeInfoCsReq.ts b/CrepePackage/src/server/packets/GetPrestigeInfoCsReq.ts new file mode 100644 index 0000000..ba5901e --- /dev/null +++ b/CrepePackage/src/server/packets/GetPrestigeInfoCsReq.ts @@ -0,0 +1,15 @@ +import { GetPrestigeInfoScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetPrestigeInfoScRsp, { + retcode: 0, + prestigeInfo: { + exp: 0, + level: 10, + prestigeId: 100, + takenLevelList: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] + } + } as GetPrestigeInfoScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetQuestDataCsReq.ts b/CrepePackage/src/server/packets/GetQuestDataCsReq.ts new file mode 100644 index 0000000..02c1101 --- /dev/null +++ b/CrepePackage/src/server/packets/GetQuestDataCsReq.ts @@ -0,0 +1,12 @@ +import { GetQuestDataScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetQuestDataScRsp, { + questList: [], + retcode: 0, + takenAchievementLevelList: [], + totalAchievementExp: 1, + } as GetQuestDataScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetRogueInfoCsReq.ts b/CrepePackage/src/server/packets/GetRogueInfoCsReq.ts new file mode 100644 index 0000000..67b3ec6 --- /dev/null +++ b/CrepePackage/src/server/packets/GetRogueInfoCsReq.ts @@ -0,0 +1,28 @@ +import { GetRogueInfoScRsp, RogueRecord, RogueStatus } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetRogueInfoScRsp, { + retcode: 0, + rogueInfo: { + status: RogueStatus.ROGUE_STATUS_NONE, + rogueCoin: 1, + baseAvatarIdList: [1001], + rogueStamina: 100, + reviveCount: 0, + recoverStaminaCount: 1, + isRecordSaved: true, + beginTime: Math.round(Date.now() / 1000), + endTime: Math.round(Date.now() / 1000) + 3600, + isWin: true, + }, + rogueChallengeInfo: { + isInChallenge: false, + histroyMaxScore: 0, + recordList: [] as RogueRecord[], + recordSlot: 0, + challengeRewardList: [3100001] + } + } as GetRogueInfoScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetShopListCsReq.ts b/CrepePackage/src/server/packets/GetShopListCsReq.ts new file mode 100644 index 0000000..3d1c68d --- /dev/null +++ b/CrepePackage/src/server/packets/GetShopListCsReq.ts @@ -0,0 +1,41 @@ +import { GetShopListScRsp, GetShopListCsReq, Shop, Goods } from "../../data/proto/StarRail"; +import ShopConfigExcel from "../../util/excel/ShopConfigExcel"; +import ShopGoodsConfigExcel from "../../util/excel/ShopGoodsConfigExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as GetShopListCsReq; + + const dataObj = { + retcode: 0, + shopType: body.shopType, + shopList: [] + } as GetShopListScRsp; + + // Get all shops from the excels. + ShopConfigExcel.all().forEach(shop => { + const shopObj = { + shopId: shop.ShopID, + beginTime: 0, + endTime: Date.now() * 2, + goodsList: [] + } as Shop; + + // Add goods for this shop. + ShopGoodsConfigExcel.fromShopId(shop.ShopID).forEach(goods => { + const goodsObj = { + goodsId: goods.GoodsID, + buyTimes: 0, + beginTime: 0, + endTime: Date.now() * 2, + } as Goods; + + shopObj.goodsList.push(goodsObj); + }); + + dataObj.shopList.push(shopObj); + }); + + session.send(GetShopListScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetSpringRecoverDataCsReq.ts b/CrepePackage/src/server/packets/GetSpringRecoverDataCsReq.ts new file mode 100644 index 0000000..7b28981 --- /dev/null +++ b/CrepePackage/src/server/packets/GetSpringRecoverDataCsReq.ts @@ -0,0 +1,18 @@ +import { GetSpringRecoverDataScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.send(GetSpringRecoverDataScRsp, { + retcode: 0, + healPoolInfo: { + healPool: 0, + refreshTime: 600, + }, + springRecoverConfig: { + autoRecoverHp: true, + defaultHp: 100, + avatarPresetHpList: [] + } + } as GetSpringRecoverDataScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetTutorialCsReq.ts b/CrepePackage/src/server/packets/GetTutorialCsReq.ts new file mode 100644 index 0000000..5285561 --- /dev/null +++ b/CrepePackage/src/server/packets/GetTutorialCsReq.ts @@ -0,0 +1,22 @@ +import { GetTutorialScRsp, TutorialStatus } from "../../data/proto/StarRail"; +import TutorialExcel from "../../util/excel/TutorialExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const tutorialIds = TutorialExcel.all().map(x => x.TutorialID); + + const dataObj: GetTutorialScRsp = { + retcode: 0, + tutorialList: [] + } + + tutorialIds.forEach(id => { + dataObj.tutorialList.push({ + id, + status: TutorialStatus.TUTORIAL_FINISH + }); + }); + + session.send(GetTutorialScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/GetTutorialGuideCsReq.ts b/CrepePackage/src/server/packets/GetTutorialGuideCsReq.ts new file mode 100644 index 0000000..471d915 --- /dev/null +++ b/CrepePackage/src/server/packets/GetTutorialGuideCsReq.ts @@ -0,0 +1,22 @@ +import { GetTutorialGuideScRsp, TutorialStatus } from "../../data/proto/StarRail"; +import TutorialGuideExcel from "../../util/excel/TutorialGuideExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const tutorialGuideIds = TutorialGuideExcel.all().map(x => x.ID); + + const dataObj: GetTutorialGuideScRsp = { + retcode: 0, + tutorialGuideList: [] + } + + tutorialGuideIds.forEach(id => { + dataObj.tutorialGuideList.push({ + id, + status: TutorialStatus.TUTORIAL_FINISH + }); + }); + + session.send(GetTutorialGuideScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/JoinLineupCsReq.ts b/CrepePackage/src/server/packets/JoinLineupCsReq.ts new file mode 100644 index 0000000..7ecdf26 --- /dev/null +++ b/CrepePackage/src/server/packets/JoinLineupCsReq.ts @@ -0,0 +1,26 @@ +import { + JoinLineupCsReq, + JoinLineupScRsp, + SyncLineupNotify, + SyncLineupReason +} from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +// JoinLineupCsReq { baseAvatarId: 1002, slot: 1 } +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as JoinLineupCsReq; + session.send(JoinLineupScRsp, {retcode: 0}); + + // Replace avatar in the player's lineup. + const slot = body.slot ?? 0; + const index = body.index ?? 1; + + session.player.db.lineup.lineups[index].avatarList[slot] = body.baseAvatarId; + await session.player.save(); + + session.send(SyncLineupNotify, { + lineup: await session.player.getLineup(index), + reasonList: [SyncLineupReason.SYNC_REASON_NONE] + } as SyncLineupNotify); +} diff --git a/CrepePackage/src/server/packets/LeaveChallengeCsReq.ts b/CrepePackage/src/server/packets/LeaveChallengeCsReq.ts new file mode 100644 index 0000000..48333a2 --- /dev/null +++ b/CrepePackage/src/server/packets/LeaveChallengeCsReq.ts @@ -0,0 +1,70 @@ +import { GetCurSceneInfoScRsp, LeaveChallengeScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; +import MapEntryExcel from "../../util/excel/MapEntryExcel"; +import MazePlaneExcel from "../../util/excel/MazePlaneExcel"; +import { ActorEntity } from "../../game/entities/Actor"; + +export default async function handle(session: Session, packet: Packet) { + const bfArray: number[] = []; + for (let i = 0; i < 500; i++) { + bfArray.push(i); + } + + try { + // Challenge maze data doesn't get saved to DB.. We can abuse this and fall back to default + const posData = session.player.db.posData; + const entry = MapEntryExcel.fromFloorId(posData.floorID); + const maze = MazePlaneExcel.fromPlaneId(posData.planeID); + if (!entry || !maze) return session.send(LeaveChallengeScRsp, LeaveChallengeScRsp.fromPartial({ retcode: 2 })); + + const dataObj = LeaveChallengeScRsp.fromPartial({ + retcode: 0, + maze: { + floor: { + floorId: posData.floorID, + scene: { + entityList: [], + entryId: entry.ID, + floorId: entry.FloorID, + planeId: entry.PlaneID, + gameModeType: MazePlaneExcel.getGameModeForPlaneType(maze.PlaneType), + lightenSectionList: bfArray, + entityBuffList: [], + envBuffList: [], + } + }, + id: posData.planeID, + mapEntryId: entry.ID + } + }); + + session.send(LeaveChallengeScRsp, dataObj); + } catch (e) { + session.c.error(e as Error); + session.send(LeaveChallengeScRsp, LeaveChallengeScRsp.fromPartial({ retcode: 2 })); + } finally { + // Force us back + const posData = session.player.db.posData; + const entry = MapEntryExcel.fromFloorId(posData.floorID); + const maze = MazePlaneExcel.fromPlaneId(posData.planeID); + if (entry && maze) { + const actor = new ActorEntity(session.player.scene, session.player.db.lineup.lineups[session.player.db.lineup.curIndex].avatarList[0], posData.pos).getSceneActorInfo(); + + session.send(GetCurSceneInfoScRsp, { + retcode: 0, + scene: { + planeId: posData.planeID, + floorId: posData.floorID, + lightenSectionList: bfArray, + gameModeType: MazePlaneExcel.getGameModeForPlaneType(maze.PlaneType), + entityBuffList: [], + envBuffList: [], + entryId: entry.ID, + entityList: [actor], + leaderEntityId: actor.entityId + } + }); + } + } +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/LockEquipmentCsReq.ts b/CrepePackage/src/server/packets/LockEquipmentCsReq.ts new file mode 100644 index 0000000..b280b49 --- /dev/null +++ b/CrepePackage/src/server/packets/LockEquipmentCsReq.ts @@ -0,0 +1,26 @@ +import { LockEquipmentCsReq, LockEquipmentScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as LockEquipmentCsReq; + + // Fetch the equipment in question. + const inventory = await session.player.getInventory(); + const equipment = inventory.getEquipmentByUid(body.equipmentUniqueId); + + if (!equipment) { + session.send(LockEquipmentScRsp, { retcode: 1 } as LockEquipmentScRsp); + } + + // Toggle the equipment's lock. + equipment.isProtected = !equipment.isProtected; + await inventory.save(); + + // Done. Send and sync. + inventory.sendEquipmentUpdate(); + session.send(LockEquipmentScRsp, { + retcode: 0, + equipmentUniqueId: body.equipmentUniqueId + } as LockEquipmentScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/PVEBattleResultCsReq.ts b/CrepePackage/src/server/packets/PVEBattleResultCsReq.ts new file mode 100644 index 0000000..1ba2541 --- /dev/null +++ b/CrepePackage/src/server/packets/PVEBattleResultCsReq.ts @@ -0,0 +1,34 @@ +import { BattleEndStatus, EnterMazeCsReq, EnterMazeScRsp, Item, ItemList, PVEBattleResultCsReq, PVEBattleResultScRsp } from "../../data/proto/StarRail"; +import MapEntryExcel from "../../util/excel/MapEntryExcel"; +import MazePlaneExcel from "../../util/excel/MazePlaneExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as PVEBattleResultCsReq; + + // Add drops, for our little gambling addicts. + const inventory = await session.player.getInventory(); + inventory.addItem(102, 10); + await inventory.save(); + + // Build response. + const dataObj : PVEBattleResultScRsp = { + retcode: 0, + stageId: body.stageId, + curFinishChallenge: 0, + dropData: { itemList: [{ itemId: 102, num: 10 } as Item] } as ItemList, + extraDropData: { itemList: [{ itemId: 102, num: 10 } as Item] } as ItemList, + avatarExpReward: 0, + binVer: "", + resVer: "", + battleId: body.battleId, + endStatus: body.endStatus, + checkIdentical: true, + eventId: 0, + mismatchTurnCount: 0 + }; + + // Send response. + session.send(PVEBattleResultScRsp, dataObj); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/PacketHandler.ts b/CrepePackage/src/server/packets/PacketHandler.ts new file mode 100644 index 0000000..2669bef --- /dev/null +++ b/CrepePackage/src/server/packets/PacketHandler.ts @@ -0,0 +1,6 @@ +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + session.c.debug(packet.body); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/PlayerGetTokenCsReq.ts b/CrepePackage/src/server/packets/PlayerGetTokenCsReq.ts new file mode 100644 index 0000000..8c63d5b --- /dev/null +++ b/CrepePackage/src/server/packets/PlayerGetTokenCsReq.ts @@ -0,0 +1,64 @@ +import Logger from "../../util/Logger"; +import Account from "../../db/Account"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; +import Player from "../../db/Player"; +import { PlayerGetTokenScRsp } from "../../data/proto/StarRail"; +const c = new Logger("Dispatch"); + +interface PlayerGetTokenCsReq { + channel_id?: number; + account_uid?: string; + token?: string; + uid?: number; + device?: string; +} + +const retWarn = (msg: string) => c.warn(msg); + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as PlayerGetTokenCsReq; + const dataObj = { + retcode: 0, + secretKeySeed: 0, + } as PlayerGetTokenScRsp; + + try { + const account = await Account.fromToken(body.token || ""); + if (!account) retWarn(`Account not found with token ${body.token}`); + + const player = await Player.fromToken(session, account?.token || ""); + if (!player) retWarn(`Player not found with accountToken ${account?.token}`); + if (!player || !account) { + dataObj.retcode = 6; + dataObj.msg = "Player not found"; + return; + } + + session.account = account; + session.player = player; + dataObj.uid = player.db._id; + + if (player.db.banned) { + dataObj.retcode = 1013; + dataObj.blackInfo = { + banType: 2, + beginTime: Math.floor(Date.now() / 1000), + endTime: Math.floor(Date.now() / 1000) + 86400, + limitLevel: 0, + } + } + + if (player.db.token !== body.token) { + retWarn(`Token invalid (${session.ctx.address}:${session.ctx.port})`); + dataObj.retcode = 1005; + dataObj.msg = "Token invalid"; + } + } catch (e) { + dataObj.retcode = 2; + c.error(e as Error); + } finally { + session.send(PlayerGetTokenScRsp, dataObj); + } + +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/PlayerKeepAliveNotify.ts b/CrepePackage/src/server/packets/PlayerKeepAliveNotify.ts new file mode 100644 index 0000000..0916100 --- /dev/null +++ b/CrepePackage/src/server/packets/PlayerKeepAliveNotify.ts @@ -0,0 +1,6 @@ +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + // We actually don't need to handle this +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/PlayerLoginCsReq.ts b/CrepePackage/src/server/packets/PlayerLoginCsReq.ts new file mode 100644 index 0000000..e9cd8df --- /dev/null +++ b/CrepePackage/src/server/packets/PlayerLoginCsReq.ts @@ -0,0 +1,95 @@ +import { AvatarType, ExtraLineupType, HeroBasicType, PlayerBasicInfo, PlayerLoginCsReq, PlayerLoginScRsp } from "../../data/proto/StarRail"; +import Avatar from "../../db/Avatar"; +import Player from "../../db/Player"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +// { Example body: +// platform: 3, +// deviceUuid: '406d064a8fa3bcb32f1d88df28e600e5a86bbf751658757874371', +// deviceInfo: '{"operatingSystem":"Windows 10 (10.0.19043) 64bit","deviceModel":"B450M DS3H V2 (Gigabyte Technology Co., Ltd.)","graphicsDeviceName":"NVIDIA GeForce GTX 1650","graphicsDeviceType":"Direct3D11","graphicsDeviceVendor":"NVIDIA","graphicsDeviceVersion":"Direct3D 11.0 [level 11.1]","graphicsMemorySize":3962,"processorCount":12,"processorFrequency":3394,"processorType":"AMD Ryzen 5 2600 Six-Core Processor ","systemMemorySize":16335,"DeviceSoC":""}', +// systemInfo: 'Windows 10 (10.0.19043) 64bit', +// clientVersion: 'OSCBWin0.70.0', +// language: 3, +// checkSum_1: 'ff07bc743a394e0ff1c163edc663137d', +// checkSum_2: 'ca590da88620492b921c9b3b4977f1be10', +// resolution: '1920*1080', +// systemLanguage: 'Dutch', +// resVersion: 611127, +// clientTimeZone: '01:00:00' +// } + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as PlayerLoginCsReq; + + const plr = await Player.fromUID(session, session.player.db._id); + if (!plr) return; + + if (!plr.db.heroBasicType) { + plr.db.heroBasicType = HeroBasicType.BoyWarrior; + plr.save(); + } + + if (!plr.db.basicInfo) { + plr.db.basicInfo = { + exp: 0, + level: 1, + hcoin: 0, + mcoin: 0, + nickname: plr!.db.name, + scoin: 0, + stamina: 100, + worldLevel: 1, + } + plr.save(); + } + + if (!plr.db.lineup) { + await Avatar.addAvatarToPlayer(plr, 1001); + //await Avatar.create(plr.db._id, 1001, 0); + const baseLineup = { + avatarList: [1001], + extraLineupType: ExtraLineupType.LINEUP_NONE, + index: 0, + isVirtual: false, + leaderSlot: 0, + mp: 100, // ?? Not sure what this is + name: "", + planeId: 10001 + } + const LINEUPS = 6; + plr.db.lineup = { + curIndex: 0, + lineups: {} + } + for (let i = 0; i <= LINEUPS; i++) { + let copy = baseLineup; + copy.name = `Team ${i}`; + plr.db.lineup.lineups[i] = baseLineup; + } + plr.save(); + } + + if (!plr.db.posData) { + plr.db.posData = { + floorID: 10001001, + planeID: 10001, + pos: { + x: 0, + y: 439, + z: -45507 + } + } + plr.save(); + } + + session.send(PlayerLoginScRsp, { + basicInfo: plr!.db.basicInfo as PlayerBasicInfo, + isNewPlayer: false, + stamina: 100, + retcode: 0, + isRelay: false, + loginRandom: Number(body.loginRandom), + serverTimestampMs: Math.round(new Date().getTime() / 1000), + } as PlayerLoginScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/PlayerLogoutCsReq.ts b/CrepePackage/src/server/packets/PlayerLogoutCsReq.ts new file mode 100644 index 0000000..cc01d61 --- /dev/null +++ b/CrepePackage/src/server/packets/PlayerLogoutCsReq.ts @@ -0,0 +1,8 @@ +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; +import SRServer from "../kcp/SRServer"; + +export default async function handle(session: Session, packet: Packet) { + // Remove from session list + SRServer.getInstance().sessions.delete(session.id); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/PromoteAvatarCsReq.ts b/CrepePackage/src/server/packets/PromoteAvatarCsReq.ts new file mode 100644 index 0000000..098bdfa --- /dev/null +++ b/CrepePackage/src/server/packets/PromoteAvatarCsReq.ts @@ -0,0 +1,37 @@ +import { PromoteAvatarCsReq, PromoteAvatarScRsp } from "../../data/proto/StarRail"; +import Avatar from "../../db/Avatar"; +import { PayItemData } from "../../db/Inventory"; +import AvatarPromotionExcel from "../../util/excel/AvatarPromotionExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as PromoteAvatarCsReq; + const inventory = await session.player.getInventory(); + + // Get the target avatar. + const avatarId = body.baseAvatarId; + const avatar = await Avatar.loadAvatarForPlayer(session.player, avatarId); + const promotionExcelData = AvatarPromotionExcel.fromId(`${avatarId}:${avatar.db.promotion}`); + + // Build list of consumed items. We take this from the excel, instead of the Req. + const costMaterialList = promotionExcelData.PromotionCostList.map(c => { return { id: c.ItemID, count: c.ItemNum } as PayItemData }); + + // Try consuming materials. + const success = await inventory.payItems(costMaterialList); + if (!success) { + // ToDo: Correct retcode. + session.send(PromoteAvatarScRsp, { retcode: 1 } as PromoteAvatarScRsp); + return; + } + + await inventory.save(); + + // Promote the avatar and save. + avatar.db.promotion++; + await avatar.save(); + + // Done. Sync and send response. + await session.sync(); + session.send(PromoteAvatarScRsp, { retcode: 0 } as PromoteAvatarScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/PromoteEquipmentCsReq.ts b/CrepePackage/src/server/packets/PromoteEquipmentCsReq.ts new file mode 100644 index 0000000..219c2cb --- /dev/null +++ b/CrepePackage/src/server/packets/PromoteEquipmentCsReq.ts @@ -0,0 +1,36 @@ +import { PromoteEquipmentCsReq, PromoteEquipmentScRsp } from "../../data/proto/StarRail"; +import { PayItemData } from "../../db/Inventory"; +import EquipmentPromotionExcel from "../../util/excel/EquipmentPromotionExcel"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as PromoteEquipmentCsReq; + const inventory = await session.player.getInventory(); + + // Get the target avatar. + const equipmentId = body.equipmentUniqueId; + const equipment = inventory.getEquipmentByUid(equipmentId); + const promotionExcelData = EquipmentPromotionExcel.fromId(`${equipment.tid}:${equipment.promotion}`); + + // Build list of consumed items. We take this from the excel, instead of the Req. + const costMaterialList = promotionExcelData.PromotionCostList.map(c => { return { id: c.ItemID, count: c.ItemNum } as PayItemData }); + + // Try consuming materials. + const success = await inventory.payItems(costMaterialList); + if (!success) { + // ToDo: Correct retcode. + session.send(PromoteEquipmentScRsp, { retcode: 1 } as PromoteEquipmentScRsp); + return; + } + + await inventory.save(); + + // Promote the avatar and save. + equipment.promotion++; + await inventory.save(); + + // Done. Sync and send response. + await session.sync(); + session.send(PromoteEquipmentScRsp, { retcode: 0 } as PromoteEquipmentScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/RankUpAvatarCsReq.ts b/CrepePackage/src/server/packets/RankUpAvatarCsReq.ts new file mode 100644 index 0000000..d6093c9 --- /dev/null +++ b/CrepePackage/src/server/packets/RankUpAvatarCsReq.ts @@ -0,0 +1,44 @@ +import { RankUpAvatarCsReq, RankUpAvatarScRsp } from "../../data/proto/StarRail"; +import Avatar from "../../db/Avatar"; +import { PayItemData } from "../../db/Inventory"; +import Logger from "../../util/Logger"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; +const c = new Logger("RankUpAvatarCsReq"); + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as RankUpAvatarCsReq; + const dataObj: RankUpAvatarScRsp = { + retcode: 0 + }; + + try { + const inv = await session.player.getInventory(); + if (!body.costData) return; + const list = body.costData.itemList; + const arr: Array = []; + + for (let i = 0; i < list.length; i++) { + const item = list[i]; + if (!item.pileItem) continue; + arr.push({ + count: item.pileItem.itemNum, + id: item.pileItem.itemId + }); + } + + if (await inv.payItems(arr)) { + const avatar = await Avatar.loadAvatarForPlayer(session.player, body.baseAvatarId); + avatar.db.rank = body.rank // gidra moment: ez hack + await avatar.save(); + } else { + dataObj.retcode = 1301; + } + } catch (e) { + c.error(e as Error); + dataObj.retcode = 2; + } finally { + session.send(RankUpAvatarScRsp, dataObj); + session.sync(); + } +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/RankUpEquipmentCsReq.ts b/CrepePackage/src/server/packets/RankUpEquipmentCsReq.ts new file mode 100644 index 0000000..2a701a0 --- /dev/null +++ b/CrepePackage/src/server/packets/RankUpEquipmentCsReq.ts @@ -0,0 +1,32 @@ +import { RankUpEquipmentCsReq, RankUpEquipmentScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as RankUpEquipmentCsReq; + const inventory = await session.player.getInventory(); + + // Get equipment. + const equipment = inventory.getEquipmentByUid(body.equipmentUniqueId); + + // Check if all sacrificed equipments exist. + for (const id of body.equipmentIdList) { + if (!inventory.getEquipmentByUid(id)) { + session.send(RankUpEquipmentScRsp, { retcode: 1 } as RankUpEquipmentScRsp); + return; + } + } + + // Remove sacrificed equipments. + for (const id of body.equipmentIdList) { + await inventory.removeEquipment(id); + } + + // Increase rank and save. + equipment.rank += body.equipmentIdList.length; + await inventory.save(); + + // Done. Send and sync. + await session.sync(); + session.send(RankUpEquipmentScRsp, { retcode: 0 } as RankUpEquipmentScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/SceneEntityMoveCsReq.ts b/CrepePackage/src/server/packets/SceneEntityMoveCsReq.ts new file mode 100644 index 0000000..e229e5a --- /dev/null +++ b/CrepePackage/src/server/packets/SceneEntityMoveCsReq.ts @@ -0,0 +1,46 @@ +import { SceneEntityMoveCsReq, SceneEntityMoveScRsp } from "../../data/proto/StarRail"; +import { ActorEntity } from "../../game/entities/Actor"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as SceneEntityMoveCsReq; + + if (session.player.scene.entryId !== body.entryId) { + return; + } + for (const entityMotion of body.entityMotionList) { + const entity = session.player.scene.entities.get(entityMotion.entityId); + if (!entity) { //what?? + // session.player.scene.despawnEntity(entityMotion.entityId); + continue; + } + const motion = entityMotion.motion; + if (!motion) { + continue; + } + + if (motion.pos && (Object.keys(motion.pos!).length > 0)) { //preventing motion sending empty pos causing the pos to be reset + entity.pos = motion.pos; + if (entity instanceof ActorEntity) { + entity.mapLayer = entityMotion.mapLayer; + session.player.db.posData.pos = { + x: motion.pos.x, + y: motion.pos.y, + z: motion.pos.z + }; + } + } + + entity.rot = (Object.keys(motion.rot!).length > 0) ? motion.rot : { + x: 0, + y: 0, + z: 0, + } + } + + session.send(SceneEntityMoveScRsp, { + retcode: 0, + downloadData: undefined, + } as SceneEntityMoveScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/SetClientPausedCsReq.ts b/CrepePackage/src/server/packets/SetClientPausedCsReq.ts new file mode 100644 index 0000000..ee7354e --- /dev/null +++ b/CrepePackage/src/server/packets/SetClientPausedCsReq.ts @@ -0,0 +1,8 @@ +import { SetClientPausedCsReq, SetClientPausedScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as SetClientPausedCsReq; + session.send(SetClientPausedScRsp, { retcode: 0, paused: body.paused }); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/SetLineupNameCsReq.ts b/CrepePackage/src/server/packets/SetLineupNameCsReq.ts new file mode 100644 index 0000000..271c9f0 --- /dev/null +++ b/CrepePackage/src/server/packets/SetLineupNameCsReq.ts @@ -0,0 +1,22 @@ +import { SetLineupNameCsReq, SetLineupNameScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as SetLineupNameCsReq; + + try { + let curLineup = await session.player.getLineup(); + curLineup.name = body.name; + session.player.setLineup(curLineup); + session.player.save(); + } catch { + session.c.error("Failed to set lineup name", false); + } + + session.send(SetLineupNameScRsp, { + retcode: 0, + index: session.player.db.lineup.curIndex, + name: body.name + } as SetLineupNameScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/StartChallengeCsReq.ts b/CrepePackage/src/server/packets/StartChallengeCsReq.ts new file mode 100644 index 0000000..d3f757e --- /dev/null +++ b/CrepePackage/src/server/packets/StartChallengeCsReq.ts @@ -0,0 +1,76 @@ +import { ChallengeStatus, CurChallenge, ExtraLineupType, Maze, SceneActorInfo, SceneEntityInfo, SceneInfo, SceneNpcInfo, SceneNpcMonsterInfo, ScenePropInfo, StartChallengeCsReq, StartChallengeScRsp } from "../../data/proto/StarRail"; +import { ActorEntity } from "../../game/entities/Actor"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +// StartChallengeCsReq { challengeId: 101 } +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as StartChallengeCsReq; + console.log(JSON.stringify(body, undefined, 4)); + + // TODO: This packet is just a base + const _lineup = session.player.db.lineup; + const lineup = _lineup.lineups[_lineup.curIndex]; + const curAvatarEntity = new ActorEntity(session.player.scene, lineup.avatarList[lineup.leaderSlot], { x: 0, y: 0, z: 0 }); + + session.send(StartChallengeScRsp, { + retcode: 0, + curChallenge: { + challengeId: body.challengeId, + rounds: 1, + status: ChallengeStatus.CHALLENGE_DOING, + extraLineupType: ExtraLineupType.LINEUP_NONE, + killMonsterList: [], + deadAvatarNum: 0, + } as CurChallenge, + maze: { + // ? Data from MappingInfoExcelTable + id: 30104, + mapEntryId: 3000401, + floor: { + floorId: 20121001, + scene: { + planeId: 30104, + entryId: 3000401, + floorId: 30104001, + lightenSectionList: [], + gameModeType: 4, + entityList: [ + curAvatarEntity.getSceneEntityInfo(), + { + entityId: 10000, + motion: { + pos: { + x: 74719, + y: 2014, + z: -94205, + }, + rot: { + x: 0, + y: 0, + z: 0 + } + }, + groupId: 3, + instId: 1, + actor: {} as SceneActorInfo, + npc: {} as SceneNpcInfo, + prop: {} as ScenePropInfo, + npcMonster: { + monsterId: 1003020, + isGenMonster: false, + eventId: 0, + isSetWorldLevel: false, + worldLevel: 6 + } as SceneNpcMonsterInfo + } as SceneEntityInfo, + ], + leaderEntityId: curAvatarEntity.entityId, + entityBuffList: [], + envBuffList: [], + snar: "" + } as SceneInfo + } + } as Maze + } as StartChallengeScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/SwapLineupCsReq.ts b/CrepePackage/src/server/packets/SwapLineupCsReq.ts new file mode 100644 index 0000000..bf2dc9d --- /dev/null +++ b/CrepePackage/src/server/packets/SwapLineupCsReq.ts @@ -0,0 +1,21 @@ +import { SwapLineupCsReq, SwapLineupScRsp, SyncLineupNotify, SyncLineupReason } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as SwapLineupCsReq; + session.send(SwapLineupScRsp, { retcode: 0 } as SwapLineupScRsp); + + let lineup = await session.player.getLineup(); + const _copy = lineup.avatarList[body.dstSlot]; + lineup.avatarList[body.dstSlot] = lineup.avatarList[body.srcSlot]; + lineup.avatarList[body.srcSlot] = _copy; + + session.player.setLineup(lineup); + session.player.save(); + + session.send(SyncLineupNotify, { + lineup: lineup, + reasonList: [SyncLineupReason.SYNC_REASON_NONE] + } as SyncLineupNotify); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/SwitchLineupIndexCsReq.ts b/CrepePackage/src/server/packets/SwitchLineupIndexCsReq.ts new file mode 100644 index 0000000..2aca878 --- /dev/null +++ b/CrepePackage/src/server/packets/SwitchLineupIndexCsReq.ts @@ -0,0 +1,19 @@ +import Session from "../kcp/Session"; +import Packet from "../kcp/Packet"; +import {SwitchLineupIndexCsReq, SwitchLineupIndexScRsp} from "../../data/proto/StarRail"; + +// SwitchLineupIndexCsReq { index: 0 } +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as SwitchLineupIndexCsReq + const index = body.index ?? 0 + + session.send(SwitchLineupIndexScRsp, { + retcode: 0, + index: index + }) + + session.player.db.lineup.curIndex = index + await session.player.save() + + // Todo: figure need to send SyncLineupNotify again ? +} diff --git a/CrepePackage/src/server/packets/SyncTimeCsReq.ts b/CrepePackage/src/server/packets/SyncTimeCsReq.ts new file mode 100644 index 0000000..a0d2f77 --- /dev/null +++ b/CrepePackage/src/server/packets/SyncTimeCsReq.ts @@ -0,0 +1,13 @@ +import { SyncTimeCsReq, SyncTimeScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as SyncTimeCsReq; + + session.send(SyncTimeScRsp, { + retcode: 0, + clientTimeMs: body.clientTimeMs, + serverTimeMs: Math.round(new Date().getTime() / 1000) + } as SyncTimeScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/server/packets/UnlockTutorialGuideCsReq.ts b/CrepePackage/src/server/packets/UnlockTutorialGuideCsReq.ts new file mode 100644 index 0000000..6351f33 --- /dev/null +++ b/CrepePackage/src/server/packets/UnlockTutorialGuideCsReq.ts @@ -0,0 +1,15 @@ +import { TutorialStatus, UnlockTutorialGuideCsReq, UnlockTutorialGuideScRsp } from "../../data/proto/StarRail"; +import Packet from "../kcp/Packet"; +import Session from "../kcp/Session"; + +export default async function handle(session: Session, packet: Packet) { + const body = packet.body as UnlockTutorialGuideCsReq; + + session.send(UnlockTutorialGuideScRsp, { + retcode: 0, + tutorialGuide: { + id: body.groupId, + status: TutorialStatus.TUTORIAL_FINISH + } + } as UnlockTutorialGuideScRsp); +} \ No newline at end of file diff --git a/CrepePackage/src/util/Banner.ts b/CrepePackage/src/util/Banner.ts new file mode 100644 index 0000000..98a1b14 --- /dev/null +++ b/CrepePackage/src/util/Banner.ts @@ -0,0 +1,69 @@ +import fs from 'fs'; +import {resolve} from 'path'; +import Logger from './Logger'; + +const c = new Logger("Banner"); + +type Banner = { + gachaId: number, + detailWebview: string, + rateUpItems4: number[], + rateUpItems5: number[], + costItemId: number +} + +function r(...args: string[]) { + return resolve(__dirname, ...args); +} + +export default class Banners { + public static config: Banner[]; + + public static init() { + Banners.readConfig(); + } + + private static readConfig() { + let config: Banner[]; + + const defaultConfig: Banner[] = []; + + // TODO: figure where is GachaBasicInfoConfigExcelTable. Temporary hardcode + const bannersID = [1001, 2001, 2002, 3001, 3002, 4001] + + for (let i = 0; i < bannersID.length; i++) { + defaultConfig.push({ + gachaId: bannersID[i], + detailWebview: "", + rateUpItems4: [ + 1001, 1103 + ], + rateUpItems5: [ + 1102 + ], + costItemId: 101 // Star Rail Pass + } as Banner) + } + + try { + config = JSON.parse(fs.readFileSync(r('../../banners.json')).toString()); + + for (const [index, gachaBanner] of Object.entries(config)) { + const missing = Object.keys(defaultConfig[0]).filter(key => !gachaBanner.hasOwnProperty(key)); + if (missing.length > 0) { + c.log(`Missing ${missing.join(', ')}, using default values.`); + config[parseInt(index)] = defaultConfig[0]; + } + } + Banners.updateConfig(config); + } catch { + c.error("Could not read banners file. Creating one for you..."); + Banners.updateConfig(defaultConfig); + } + } + + private static updateConfig(config: Banner[]) { + this.config = config; + fs.writeFileSync(r('../../banners.json'), JSON.stringify(config, null, 2)); + } +} diff --git a/CrepePackage/src/util/Config.ts b/CrepePackage/src/util/Config.ts new file mode 100644 index 0000000..2a68987 --- /dev/null +++ b/CrepePackage/src/util/Config.ts @@ -0,0 +1,87 @@ +import fs from 'fs'; +import { resolve } from 'path'; +import { VerboseLevel } from './Logger'; + +const DEFAULT_CONFIG = { + // General + VERBOSE_LEVEL: 1, + + // MongoDB + MONGO_URI: "mongodb://0.0.0.0:27017/crepesr", + + // HTTP + HTTP: { + HTTP_HOST: "0.0.0.0", + HTTP_PORT: 443 + }, + + // Dispatch + DISPATCH: [{ + DISPATCH_NAME: "CrepeSR", + DISPATCH_URL: "http://localhost/query_gateway" + }], + + // GameServer + GAMESERVER: { + SERVER_IP: "127.0.0.1", + SERVER_PORT: 22102, + MAINTENANCE: false, + MAINTENANCE_MSG: "Server is in maintenance mode." + }, + AUTO_ACCOUNT: false +} +type DefaultConfig = typeof DEFAULT_CONFIG; + +function r(...args: string[]) { + return fs.readFileSync(resolve(__dirname, ...args)).toString(); +} + +function readConfig(): any { + let config: DefaultConfig; + try { + config = JSON.parse(r('../../config.json')); + // Check if config object.keys is the same as DEFAULT_CONFIG.keys + const missing = Object.keys(DEFAULT_CONFIG).filter(key => !config.hasOwnProperty(key)); + + if (missing.length > 0) { + missing.forEach(key => { + // @ts-ignore + config[key] = DEFAULT_CONFIG[key]; + }); + updateConfig(config); + console.log(`Added missing config keys: ${missing.join(', ')}`); + } + } catch { + console.error("Could not read config file. Creating one for you..."); + config = DEFAULT_CONFIG; + updateConfig(config); + } + return config; +} + +function updateConfig(config: any) { + fs.writeFileSync('./config.json', JSON.stringify(config, null, 2)); +} + +export default class Config { + public static config = readConfig(); + public static VERBOSE_LEVEL: VerboseLevel = Config.config.VERBOSE_LEVEL; + public static MONGO_URI: string = Config.config.MONGO_URI; + public static HTTP: { + HTTP_HOST: string, + HTTP_PORT: number + } = Config.config.HTTP; + public static DISPATCH: { + DISPATCH_NAME: string; + DISPATCH_URL: string; + }[] = Config.config.DISPATCH; + public static GAMESERVER: { + SERVER_IP: string; + SERVER_PORT: number; + MAINTENANCE: boolean; + MAINTENANCE_MSG: string; + } = Config.config.GAMESERVER; + public static AUTO_ACCOUNT: boolean = Config.config.AUTO_ACCOUNT; + + private constructor() { } +} diff --git a/CrepePackage/src/util/Logger.ts b/CrepePackage/src/util/Logger.ts new file mode 100644 index 0000000..a1a473e --- /dev/null +++ b/CrepePackage/src/util/Logger.ts @@ -0,0 +1,67 @@ +import 'colorts/lib/string'; +import Config from './Config'; + +export enum VerboseLevel { + NONE = 0, // No logging except for errors + WARNS = 1, // Log warns + ALL = 2, // Warns and (useless) debug + VERBL = 3, // Warns, debug and verbose + VERBH = 4, // Warns, debug, verbose and very verbose (thanks copilot this is so funny) +} + +type Color = 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white' | 'gray' | 'black' | 'italic' | 'bold' | 'underline' | 'strikethrough' | 'inverse' | 'bgRed' | 'bgGreen' | 'bgYellow' | 'bgBlue' | 'bgMagenta' | 'bgCyan' | 'bgWhite' | 'bgBlack' | 'bgGray' | 'bgItalic'; + +export default class Logger { + public static VERBOSE_LEVEL: VerboseLevel = Config.VERBOSE_LEVEL || 1; + + constructor(public name: string, public color: Color = 'blue') { + this.name = name; + this.color = color; + } + + private getDate(): string { + return new Date().toLocaleTimeString(); + } + + private raw(...args: string[]) { + // @ts-ignore - Element implicitly has an 'any' type because index expression is not of type 'number' + console.log(`[${this.getDate().white.bold}] <${this.name[this.color].bold}>`, ...args); + } + + public log(...args: string[]) { + this.raw(...args); + } + + public trail(...args: any[]) { + console.log(`\t↳ ${args.join(' ').gray}`); + } + + public error(e: Error | string, stack: boolean = true) { + if (typeof e === 'string') e = new Error(e); + console.log(`[${this.getDate().white.bold}] ${`ERROR<${this.name}>`.bgRed.bold}`, e.message); + if (e.stack && stack) this.trail(e.stack); + } + + public warn(...args: string[]) { + if (Logger.VERBOSE_LEVEL < VerboseLevel.WARNS) return; + console.log(`[${this.getDate().white.bold}] ${`WARN<${this.name}>`.bgYellow.bold}`, ...args); + } + + public debug(...args: any) { + if (Logger.VERBOSE_LEVEL < VerboseLevel.ALL) return; + console.log(`[${this.getDate().white.bold}] ${`DEBUG<${this.name}>`.bgBlue.bold}`, ...args); + this.trail(new Error().stack!.split('\n').slice(2).join('\n')); + } + + public verbL(...args: any) { + if (Logger.VERBOSE_LEVEL < VerboseLevel.VERBL) return; + console.log(`[${this.getDate().white.bold}] ${`VERBL<${this.name}>`.bgCyan.bold}`, ...args); + this.trail(new Error().stack!.split('\n').slice(2).join('\n')); + } + + public verbH(...args: any) { + if (Logger.VERBOSE_LEVEL < VerboseLevel.VERBH) return; + console.log(`[${this.getDate().white.bold}] ${`VERBH<${this.name}>`.bgCyan.bold}`, ...args); + this.trail(new Error().stack!.split('\n').slice(2).join('\n')); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/ProtoFactory.ts b/CrepePackage/src/util/ProtoFactory.ts new file mode 100644 index 0000000..5e0e0b0 --- /dev/null +++ b/CrepePackage/src/util/ProtoFactory.ts @@ -0,0 +1,68 @@ +//ts-proto generated types required, import them here +import * as types from "../data/proto/StarRail"; +import protobufjs from "protobufjs"; +import { CmdID, PacketName } from "../server/kcp/Packet" +import Logger, { VerboseLevel } from "./Logger"; +const c = new Logger("ProtoFactory"); + +export class MessageType { + "encode": (arg0: T) => protobufjs.Writer; + "fromPartial": (arg0: object) => T; + "decode": (input: protobufjs.Reader | Uint8Array, length?: number)=> T; + // "fromJSON": (object: any)=>T; + // "toJSON": (message: T)=> unknown + //you can add more fields here from the generated types + //fromjson etc... +} + + +const messageTypeMap = new Map>(); +const messageTypeMapReversed = new Map, PacketName>(); + + + +function isMessageType(type: MessageType | any): type is MessageType { + return (>type).encode !== undefined; +} + + +export default class ProtoFactory { + + // ONLY USE THIS IF YOU'RE DECODING SOMETHING DONT USE IT TO SEND SHIT + // BECAUSE THEN YOU FUCK YOUR TYPECHECKING + + static getType(name: PacketName) { + return messageTypeMap.get(name) as MessageType; + } + + static getName(type: MessageType) { + return messageTypeMapReversed.get(type) as PacketName; + } + + static init() { + //iterate over everything in types and check if they are a MessageType + for (const key of Object.keys(types)) { + const value = types[key as keyof typeof types]; + if (isMessageType(value)) { + if (Object.values(CmdID).includes(key)) { + messageTypeMap.set(key as PacketName, value); + messageTypeMapReversed.set(value, key as PacketName); + } else { + // there are some types that are not packets, but are still MessageType + // you can figure out what you want to do with them here + } + } + } + + if (Logger.VERBOSE_LEVEL > VerboseLevel.ALL) c.log(`Initialized with ${messageTypeMap.size} types`); + + //c.log(this.getName(types.PlayerLoginScRsp)) + // return; + + //if you want a partial type + } +} + + + + diff --git a/CrepePackage/src/util/excel/AvatarExcel.ts b/CrepePackage/src/util/excel/AvatarExcel.ts new file mode 100644 index 0000000..16bff7e --- /dev/null +++ b/CrepePackage/src/util/excel/AvatarExcel.ts @@ -0,0 +1,69 @@ +import _AvatarExcelTable from "../../data/excel/AvatarExcelTable.json"; +const AvatarExcelTable = _AvatarExcelTable as { [key: string]: AvatarExcelTableEntry }; + +export default class AvatarExcel { + private constructor() { } + + public static fromId(id: number): AvatarExcelTableEntry { + return AvatarExcelTable[id]; + } + + public static fromIds(ids: number[]): AvatarExcelTableEntry[] { + return ids.map(id => AvatarExcel.fromId(id)); + } +} + +interface Reward { + ItemID: number, + ItemNum: number, +} + +interface TextMap { + hash: number; +} + +export interface AvatarExcelTableEntry { + AvatarID: number; + AvatarName: TextMap; + AvatarFullName: TextMap; + AdventurePlayerID: number; + AvatarVOTag: string; + Rarity: string; + JsonPath: string; + NatureID: number; + DamageType: string; + SPNeed: { + RawValue: number; + }; + ExpGroup: number; + MaxPromotion: number; + MaxRank: number; + RankIDList: number[]; + RewardList: Reward[]; + RewardListMax: Reward[]; + SkillList: number[]; + AvatarBaseType: string; + DefaultAvatarModelPath: string; + DefaultAvatarHeadIconPath: string; + AvatarSideIconPath: string; + ActionAvatarHeadIconPath: string; + AvatarBaseTypeIconPath: string; + AvatarDialogHalfImagePath: string; + UltraSkillCutInPrefabPath: string; + UIAvatarModelPath: string; + ManikinJsonPath: string; + AvatarDesc: TextMap; + AIPath: string; + SkilltreePrefabPath: string; + DamageTypeResistance: never[]; + Release: boolean; + SideAvatarHeadIconPath: string; + WaitingAvatarHeadIconPath: string; + AvatarCutinImgPath: string; + AvatarCutinBgImgPath: string; + AvatarCutinFrontImgPath: string; + AvatarCutinIntroText: TextMap; + GachaResultOffset: number[]; + AvatarDropOffset: number[]; + AvatarTrialOffset: number[]; +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/AvatarExpItemExcel.ts b/CrepePackage/src/util/excel/AvatarExpItemExcel.ts new file mode 100644 index 0000000..27d1036 --- /dev/null +++ b/CrepePackage/src/util/excel/AvatarExpItemExcel.ts @@ -0,0 +1,20 @@ +import _AvatarExpItemConfigExcelTable from "../../data/excel/AvatarExpItemConfigExcelTable.json"; +type AvatarExpItemConfigExcelTableEntry = typeof _AvatarExpItemConfigExcelTable[keyof typeof _AvatarExpItemConfigExcelTable] +const AvatarExpItemConfigExcelTable = _AvatarExpItemConfigExcelTable as { [key: string]: AvatarExpItemConfigExcelTableEntry }; + +export default class AvatarExpItemExcel { + private constructor() { + } + + public static all() : AvatarExpItemConfigExcelTableEntry[] { + return Object.values(AvatarExpItemConfigExcelTable); + } + + public static fromId(id: number) : AvatarExpItemConfigExcelTableEntry { + return AvatarExpItemConfigExcelTable[id]; + } + + public static fromIds(ids: number[]): AvatarExpItemConfigExcelTableEntry[] { + return ids.map(id => AvatarExpItemExcel.fromId(id)); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/AvatarPromotionExcel.ts b/CrepePackage/src/util/excel/AvatarPromotionExcel.ts new file mode 100644 index 0000000..18c1bf5 --- /dev/null +++ b/CrepePackage/src/util/excel/AvatarPromotionExcel.ts @@ -0,0 +1,20 @@ +import _AvatarPromotionExcelTable from "../../data/excel/AvatarPromotionExcelTable.json"; +type AvatarPromotionExcelTableEntry = typeof _AvatarPromotionExcelTable[keyof typeof _AvatarPromotionExcelTable] +const AvatarPromotionExcelTable = _AvatarPromotionExcelTable as { [key: string]: AvatarPromotionExcelTableEntry }; + +export default class AvatarPromotionExcel { + private constructor() { + } + + public static all() : AvatarPromotionExcelTableEntry[] { + return Object.values(AvatarPromotionExcelTable); + } + + public static fromId(id: string) : AvatarPromotionExcelTableEntry { + return AvatarPromotionExcelTable[id]; + } + + public static fromIds(ids: string[]): AvatarPromotionExcelTableEntry[] { + return ids.map(id => AvatarPromotionExcel.fromId(id)); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/ChallengeActivityRaidConfigExcel.ts b/CrepePackage/src/util/excel/ChallengeActivityRaidConfigExcel.ts new file mode 100644 index 0000000..bf4337c --- /dev/null +++ b/CrepePackage/src/util/excel/ChallengeActivityRaidConfigExcel.ts @@ -0,0 +1,13 @@ +import ChallengeActivityRaidConfigExcelTable from "../../data/excel/ChallengeActivityRaidConfigExcelTable.json"; + +export default class ChallengeActivityRaidConfigExcel { + private constructor() { } + + public static fromId(id: number) { + return Object.values(ChallengeActivityRaidConfigExcelTable).find(x => x.ChallengeID === id); + } + + public static all() { + return Object.values(ChallengeActivityRaidConfigExcelTable); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/EquipmentExcel.ts b/CrepePackage/src/util/excel/EquipmentExcel.ts new file mode 100644 index 0000000..5a12acf --- /dev/null +++ b/CrepePackage/src/util/excel/EquipmentExcel.ts @@ -0,0 +1,20 @@ +import _EquipmentExcelTable from "../../data/excel/EquipmentExcelTable.json"; +type EquipmentExcelTableEntry = typeof _EquipmentExcelTable[keyof typeof _EquipmentExcelTable] +const EquipmentExcelTable = _EquipmentExcelTable as { [key: string]: EquipmentExcelTableEntry }; + +export default class EquipmentExcel { + private constructor() { + } + + public static all() : EquipmentExcelTableEntry[] { + return Object.values(EquipmentExcelTable); + } + + public static fromId(id: number) : EquipmentExcelTableEntry { + return EquipmentExcelTable[id]; + } + + public static fromIds(ids: number[]): EquipmentExcelTableEntry[] { + return ids.map(id => EquipmentExcel.fromId(id)); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/EquipmentExpItemExcel.ts b/CrepePackage/src/util/excel/EquipmentExpItemExcel.ts new file mode 100644 index 0000000..6c01578 --- /dev/null +++ b/CrepePackage/src/util/excel/EquipmentExpItemExcel.ts @@ -0,0 +1,20 @@ +import _EquipmentExpItemExcelTable from "../../data/excel/EquipmentExpItemExcelTable.json"; +type EquipmentExpItemExcelTableEntry = typeof _EquipmentExpItemExcelTable[keyof typeof _EquipmentExpItemExcelTable] +const EquipmentExpItemExcelTable = _EquipmentExpItemExcelTable as { [key: string]: EquipmentExpItemExcelTableEntry }; + +export default class EquipmentExpItemExcel { + private constructor() { + } + + public static all() : EquipmentExpItemExcelTableEntry[] { + return Object.values(EquipmentExpItemExcelTable); + } + + public static fromId(id: number) : EquipmentExpItemExcelTableEntry { + return EquipmentExpItemExcelTable[id]; + } + + public static fromIds(ids: number[]): EquipmentExpItemExcelTableEntry[] { + return ids.map(id => EquipmentExpItemExcel.fromId(id)); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/EquipmentExpTypeExcel.ts b/CrepePackage/src/util/excel/EquipmentExpTypeExcel.ts new file mode 100644 index 0000000..febea53 --- /dev/null +++ b/CrepePackage/src/util/excel/EquipmentExpTypeExcel.ts @@ -0,0 +1,20 @@ +import _EquipmentExpTypeExcelTable from "../../data/excel/EquipmentExpTypeExcelTable.json"; +type EquipmentExpTypeExcelTableEntry = typeof _EquipmentExpTypeExcelTable[keyof typeof _EquipmentExpTypeExcelTable] +const EquipmentExpTypeExcelTable = _EquipmentExpTypeExcelTable as { [key: string]: EquipmentExpTypeExcelTableEntry }; + +export default class EquipmentExpTypeExcel { + private constructor() { + } + + public static all() : EquipmentExpTypeExcelTableEntry[] { + return Object.values(EquipmentExpTypeExcelTable); + } + + public static fromId(id: string) : EquipmentExpTypeExcelTableEntry { + return EquipmentExpTypeExcelTable[id]; + } + + public static fromIds(ids: string[]): EquipmentExpTypeExcelTableEntry[] { + return ids.map(id => EquipmentExpTypeExcel.fromId(id)); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/EquipmentPromotionExcel.ts b/CrepePackage/src/util/excel/EquipmentPromotionExcel.ts new file mode 100644 index 0000000..c1500d1 --- /dev/null +++ b/CrepePackage/src/util/excel/EquipmentPromotionExcel.ts @@ -0,0 +1,20 @@ +import _EquipmentPromotionExcelTable from "../../data/excel/EquipmentPromotionExcelTable.json"; +type EquipmentPromotionExcelTableEntry = typeof _EquipmentPromotionExcelTable[keyof typeof _EquipmentPromotionExcelTable] +const EquipmentPromotionExcelTable = _EquipmentPromotionExcelTable as { [key: string]: EquipmentPromotionExcelTableEntry }; + +export default class EquipmentPromotionExcel { + private constructor() { + } + + public static all() : EquipmentPromotionExcelTableEntry[] { + return Object.values(EquipmentPromotionExcelTable); + } + + public static fromId(id: string) : EquipmentPromotionExcelTableEntry { + return EquipmentPromotionExcelTable[id]; + } + + public static fromIds(ids: string[]): EquipmentPromotionExcelTableEntry[] { + return ids.map(id => EquipmentPromotionExcel.fromId(id)); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/ExpTypeExcel.ts b/CrepePackage/src/util/excel/ExpTypeExcel.ts new file mode 100644 index 0000000..02591f0 --- /dev/null +++ b/CrepePackage/src/util/excel/ExpTypeExcel.ts @@ -0,0 +1,20 @@ +import _ExpTypeExcelTable from "../../data/excel/ExpTypeExcelTable.json"; +type ExpTypeExcelTableEntry = typeof _ExpTypeExcelTable[keyof typeof _ExpTypeExcelTable] +const ExpTypeExcelTable = _ExpTypeExcelTable as { [key: string]: ExpTypeExcelTableEntry }; + +export default class ExpTypeExcel { + private constructor() { + } + + public static all() : ExpTypeExcelTableEntry[] { + return Object.values(ExpTypeExcelTable); + } + + public static fromId(id: string) : ExpTypeExcelTableEntry { + return ExpTypeExcelTable[id]; + } + + public static fromIds(ids: string[]): ExpTypeExcelTableEntry[] { + return ids.map(id => ExpTypeExcel.fromId(id)); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/ItemExcel.ts b/CrepePackage/src/util/excel/ItemExcel.ts new file mode 100644 index 0000000..4f78af5 --- /dev/null +++ b/CrepePackage/src/util/excel/ItemExcel.ts @@ -0,0 +1,20 @@ +import _ItemExcelTable from "../../data/excel/ItemExcelTable.json"; +type ItemExcelTableEntry = typeof _ItemExcelTable[keyof typeof _ItemExcelTable] +const ItemExcelTable = _ItemExcelTable as { [key: string]: ItemExcelTableEntry }; + +export default class ItemExcel { + private constructor() { + } + + public static all() : ItemExcelTableEntry[] { + return Object.values(ItemExcelTable); + } + + public static fromId(id: number) : ItemExcelTableEntry { + return ItemExcelTable[id]; + } + + public static fromIds(ids: number[]): ItemExcelTableEntry[] { + return ids.map(id => ItemExcel.fromId(id)); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/MapEntryExcel.ts b/CrepePackage/src/util/excel/MapEntryExcel.ts new file mode 100644 index 0000000..3317565 --- /dev/null +++ b/CrepePackage/src/util/excel/MapEntryExcel.ts @@ -0,0 +1,24 @@ +import _MapEntryExcelTable from "../../data/excel/MapEntryExcelTable.json"; +type MapEntryExcelTableEntry = typeof _MapEntryExcelTable[keyof typeof _MapEntryExcelTable] +const MapEntryExcelTable = _MapEntryExcelTable as { [key: string]: MapEntryExcelTableEntry }; + +export default class MapEntryExcel { + private constructor() { + } + + public static all() : MapEntryExcelTableEntry[] { + return Object.values(MapEntryExcelTable); + } + + public static fromId(id: number) : MapEntryExcelTableEntry { + return MapEntryExcelTable[id]; + } + + public static fromIds(ids: number[]): MapEntryExcelTableEntry[] { + return ids.map(id => MapEntryExcel.fromId(id)); + } + + public static fromFloorId(id: number) : MapEntryExcelTableEntry { + return Object.values(MapEntryExcelTable).filter(e => e.FloorID == id)?.[0]; + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/MappingInfoExcel.ts b/CrepePackage/src/util/excel/MappingInfoExcel.ts new file mode 100644 index 0000000..38ded12 --- /dev/null +++ b/CrepePackage/src/util/excel/MappingInfoExcel.ts @@ -0,0 +1,36 @@ +import _MappingInfoExcelTable from "../../data/excel/MappingInfoExcelTable.json"; + +interface TextMap { + hash: number; +} + +interface MappingInfoExcelEntry { + ID: number; + WorldLevel: number; + Type: "TYPE_COCOON" | "TYPE_TOWN"; + IsTeleport: boolean; + IsShowInFog: boolean; + PlaneID: number; + FloorID: number; + GroupID: number; + ConfigID: number; + InitialEnable: boolean; + Name: TextMap; + Desc: TextMap; + ShowMonsterList: number[]; + RewardList: number[]; + IsShowRewardCount: boolean; + isShowCleared: boolean; +} + +const MappingInfoExcelTable = _MappingInfoExcelTable as { [key: `${number}:${number}`]: MappingInfoExcelEntry }; + + +export default class MappingInfoExcel { + private constructor() { } + + public static fromId(id: number, wl: number = 0) { + const query = MappingInfoExcelTable[`${id}:${wl}`]; + return query || MappingInfoExcelTable[`${id}:0`]; + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/MazePlaneExcel.ts b/CrepePackage/src/util/excel/MazePlaneExcel.ts new file mode 100644 index 0000000..392c26a --- /dev/null +++ b/CrepePackage/src/util/excel/MazePlaneExcel.ts @@ -0,0 +1,45 @@ +import _MazePlaneExcelTable from "../../data/excel/MazePlaneExcelTable.json"; +import MapEntryExcel from "./MapEntryExcel"; + +interface MazePlaneExcelTableEntry { + PlaneID: number; + PlaneType: string; + SubType: number; + WorldID: number; + PlaneName: string; + StartFloorID: number; + FloorIDList: number[]; +} + +const MazePlaneExcelTable = _MazePlaneExcelTable as { [key: string]: MazePlaneExcelTableEntry }; + +export default class MazePlaneExcel { + private constructor() { } + + public static fromEntryId(entryId: number): MazePlaneExcelTableEntry { + const mapEntry = MapEntryExcel.fromId(entryId); + return MazePlaneExcelTable[mapEntry.PlaneID.toString()]; + } + + public static fromPlaneId(planeId: number): MazePlaneExcelTableEntry { + return MazePlaneExcelTable[planeId.toString()]; + } + + public static getGameModeForPlaneType(planeType: string): number { + switch (planeType) { + case "Town": return 1; + case "Maze": return 2; + case "Train": return 3; + case "Challenge": return 4; + case "RogueExplore": return 5; + case "RogueChallenge": return 6; + case "TownRoom": return 7; + case "Raid": return 8; + case "FarmRelic": return 9; + case "Client": return 10; + case "ChallengeActivity": return 11; + } + + return 0; + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/MonsterExcel.ts b/CrepePackage/src/util/excel/MonsterExcel.ts new file mode 100644 index 0000000..ae33d17 --- /dev/null +++ b/CrepePackage/src/util/excel/MonsterExcel.ts @@ -0,0 +1,20 @@ +import _MonsterExcelTable from "../../data/excel/MonsterExcelTable.json"; +type MonsterExcelTableEntry = typeof _MonsterExcelTable[keyof typeof _MonsterExcelTable] +const MonsterExcelTable = _MonsterExcelTable as { [key: string]: MonsterExcelTableEntry }; + +export default class MonsterExcel { + private constructor() { + } + + public static all() : MonsterExcelTableEntry[] { + return Object.values(MonsterExcelTable); + } + + public static fromId(id: number) : MonsterExcelTableEntry { + return MonsterExcelTable[id]; + } + + public static fromIds(ids: number[]): MonsterExcelTableEntry[] { + return ids.map(id => MonsterExcel.fromId(id)); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/RaidConfigExcel.ts b/CrepePackage/src/util/excel/RaidConfigExcel.ts new file mode 100644 index 0000000..91d8d30 --- /dev/null +++ b/CrepePackage/src/util/excel/RaidConfigExcel.ts @@ -0,0 +1,60 @@ +import _RaidConfigExcelTable from "../../data/excel/RaidConfigExcelTable.json"; +const RaidConfigExcelTable = _RaidConfigExcelTable as { [key: string]: RaidConfigExcelTableEntry }; + +interface TextMap { + hash: number; +} + +interface Param { + RawValue: number; +} + +interface RaidConfigExcelTableEntry { + RaidID: number; + WorldLevel: number; + Type: string; + MappingInfoID: number; + MonsterList: number[]; + MonsterHideList: number[]; + DisplayEventID: number; + RaidName: TextMap; + RaidDesc: TextMap; + MapEntranceID: number; + GroupID: number; + ConfigIDList: number[]; + NpcMonsterIDList: number[]; + PlaneEventIDList: number[]; + BuffDesc: TextMap; + ParamList: Param[]; + LimitIDList: number[]; + RecoverType: string[]; + FinishType: string; + FinishParamList: number[]; + FinishAutoQuit: boolean; + DropList: number[]; + StaminaCost: number; + FailedType: string; + FailedResult: string; + LogoutType: string; + TeamType: string; + TrialAvatarList: number[]; + MainMissionID: number; + IsEntryByProp: boolean; +} + +export default class RaidExcelConfig { + private constructor() { } + + public static fromId(id: number, wl: number = 0) { + const key = `${id}:${wl}`; + return RaidConfigExcelTable[key]; + } + + public static all() { + return Object.values(RaidConfigExcelTable); + } + + public static find(id: number) { + return Object.values(RaidConfigExcelTable).find(x => x.RaidID === id); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/ShopConfigExcel.ts b/CrepePackage/src/util/excel/ShopConfigExcel.ts new file mode 100644 index 0000000..5bb7f33 --- /dev/null +++ b/CrepePackage/src/util/excel/ShopConfigExcel.ts @@ -0,0 +1,39 @@ +import _ShopConfigExcelTable from "../../data/excel/ShopConfigExcelTable.json"; +const ShopConfigExcelTable = _ShopConfigExcelTable as { [key: string]: ShopConfigExcelTableEntry }; + +export default class ShopConfigExcel { + private constructor() { + } + + public static all() : ShopConfigExcelTableEntry[] { + return Object.values(ShopConfigExcelTable); + } + + public static fromId(id: number) : ShopConfigExcelTableEntry { + return ShopConfigExcelTable[id]; + } + + public static fromIds(ids: number[]): ShopConfigExcelTableEntry[] { + return ids.map(id => ShopConfigExcel.fromId(id)); + } +} + +interface TextMap { + hash: number; +} + +export interface ShopConfigExcelTableEntry { + ShopID: number, + ShopMainType: string, + ShopType: number, + ShopName: TextMap, + ShopDesc: TextMap, + ShopIconPath: string, + LimitType1: string, + LimitValue1List: number[], + LimitType2: string, + LimitValue2List: number[], + IsOpen: boolean, + ServerVerification: boolean, + ScheduleDataID: number +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/ShopGoodsConfigExcel.ts b/CrepePackage/src/util/excel/ShopGoodsConfigExcel.ts new file mode 100644 index 0000000..6bb8519 --- /dev/null +++ b/CrepePackage/src/util/excel/ShopGoodsConfigExcel.ts @@ -0,0 +1,46 @@ +import _ShopGoodsConfigExcelTable from "../../data/excel/ShopGoodsConfigExcelTable.json"; +const ShopGoodsConfigExcelTable = _ShopGoodsConfigExcelTable as { [key: string]: ShopGoodsConfigExcelTableEntry }; + +export default class ShopGoodsConfigExcel { + private constructor() { + } + + public static fromId(id: number) : ShopGoodsConfigExcelTableEntry { + return ShopGoodsConfigExcelTable[id]; + } + + public static fromIds(ids: number[]): ShopGoodsConfigExcelTableEntry[] { + return ids.map(id => ShopGoodsConfigExcel.fromId(id)); + } + + public static fromShopId(id: number): ShopGoodsConfigExcelTableEntry[] { + return Object.values(ShopGoodsConfigExcelTable).filter(entry => entry.ShopID == id); + } +} + +interface TextMap { + hash: number; +} + +export interface ShopGoodsConfigExcelTableEntry { + GoodsID: number, + ItemID: number, + ShopGoodsIconPath: string, + ItemCount: number, + Level: number, + Rank: number, + CurrencyList: number[], + CurrencyCostList: number[], + GoodsSortID: number, + LimitType1: string, + LimitValue1List: number[], + LimitType2: string, + LimitValue2List: number[], + OnShelfType1: string, + OnShelfValue1List: number[], + LimitTimes: number, + CanBeRefresh: boolean, + RefreshType: number, + ShopID: number, + ScheduleDataID: number +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/TutorialExcel.ts b/CrepePackage/src/util/excel/TutorialExcel.ts new file mode 100644 index 0000000..f89f993 --- /dev/null +++ b/CrepePackage/src/util/excel/TutorialExcel.ts @@ -0,0 +1,13 @@ +import TutorialDataExcelTable from "../../data/excel/TutorialDataExcelTable.json"; + +export default class TutorialExcel { + private constructor() { } + + public static fromId(id: number) { + return Object.values(TutorialDataExcelTable).find(tutorial => tutorial.TutorialID === id); + } + + public static all() { + return Object.values(TutorialDataExcelTable); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/TutorialGuideExcel.ts b/CrepePackage/src/util/excel/TutorialGuideExcel.ts new file mode 100644 index 0000000..27d005f --- /dev/null +++ b/CrepePackage/src/util/excel/TutorialGuideExcel.ts @@ -0,0 +1,13 @@ +import TutorialGuideDataExcelTable from "../../data/excel/TutorialGuideDataExcelTable.json"; + +export default class TutorialGuideExcel { + private constructor() { } + + public static fromId(id: number) { + return Object.values(TutorialGuideDataExcelTable).find(tutorial => tutorial.ID === id); + } + + public static all() { + return Object.values(TutorialGuideDataExcelTable); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/excel/TutorialGuideGroupExcel.ts b/CrepePackage/src/util/excel/TutorialGuideGroupExcel.ts new file mode 100644 index 0000000..bc754b9 --- /dev/null +++ b/CrepePackage/src/util/excel/TutorialGuideGroupExcel.ts @@ -0,0 +1,13 @@ +import TutorialGuideGroupExcelTable from "../../data/excel/TutorialGuideGroupExcelTable.json"; + +export default class TutorialGuideGroupExcel { + private constructor() { } + + public static fromId(id: number) { + return Object.values(TutorialGuideGroupExcelTable).find(tutorial => tutorial.GroupID === id); + } + + public static all() { + return Object.values(TutorialGuideGroupExcelTable); + } +} \ No newline at end of file diff --git a/CrepePackage/src/util/stringSimilarity.ts b/CrepePackage/src/util/stringSimilarity.ts new file mode 100644 index 0000000..83b5b9f --- /dev/null +++ b/CrepePackage/src/util/stringSimilarity.ts @@ -0,0 +1,51 @@ +export function compareTwoStrings(first: string, second: string) { + first = first.replace(/\s+/g, '') + second = second.replace(/\s+/g, '') + + if (first === second) return 1; // identical or empty + if (first.length < 2 || second.length < 2) return 0; // if either is a 0-letter or 1-letter string + + const firstBigrams = new Map(); + for (let i = 0; i < first.length - 1; i++) { + const bigram = first.substring(i, i + 2); + const count = firstBigrams.has(bigram) + ? firstBigrams.get(bigram) + 1 + : 1; + + firstBigrams.set(bigram, count); + } + + let intersectionSize = 0; + for (let i = 0; i < second.length - 1; i++) { + const bigram = second.substring(i, i + 2); + const count = firstBigrams.has(bigram) + ? firstBigrams.get(bigram) + : 0; + + if (count > 0) { + firstBigrams.set(bigram, count - 1); + intersectionSize++; + } + } + + return (2.0 * intersectionSize) / (first.length + second.length - 2); +} + +export default function findBestMatch(mainString: string, targetStrings: string[]) { + const ratings = []; + let bestMatchIndex = 0; + + for (let i = 0; i < targetStrings.length; i++) { + const currentTargetString = targetStrings[i]; + const currentRating = compareTwoStrings(mainString, currentTargetString) + ratings.push({ target: currentTargetString, rating: currentRating }) + if (currentRating > ratings[bestMatchIndex].rating) { + bestMatchIndex = i + } + } + + + const bestMatch = ratings[bestMatchIndex] + + return { ratings: ratings, bestMatch: bestMatch, bestMatchIndex: bestMatchIndex }; +} \ No newline at end of file diff --git a/CrepePackage/tsconfig.json b/CrepePackage/tsconfig.json new file mode 100644 index 0000000..f4626b6 --- /dev/null +++ b/CrepePackage/tsconfig.json @@ -0,0 +1,101 @@ +{ + "compilerOptions": { + /* Visit https://aka.ms/tsconfig.json to read more about this file */ + + /* Projects */ + // "incremental": true, /* Enable incremental compilation */ + // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */ + // "tsBuildInfoFile": "./", /* Specify the folder for .tsbuildinfo incremental compilation files. */ + // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects */ + // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */ + // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ + + /* Language and Environment */ + "target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ + // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ + // "jsx": "preserve", /* Specify what JSX code is generated. */ + // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */ + // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */ + // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h' */ + // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */ + // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.` */ + // "reactNamespace": "", /* Specify the object invoked for `createElement`. This only applies when targeting `react` JSX emit. */ + // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */ + // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */ + + /* Modules */ + "module": "commonjs", /* Specify what module code is generated. */ + // "rootDir": "./", /* Specify the root folder within your source files. */ + // "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ + // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ + // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ + // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ + // "typeRoots": [], /* Specify multiple folders that act like `./node_modules/@types`. */ + // "types": [], /* Specify type package names to be included without being referenced in a source file. */ + // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ + "resolveJsonModule": true, /* Enable importing .json files */ + // "noResolve": true, /* Disallow `import`s, `require`s or ``s from expanding the number of files TypeScript should add to a project. */ + + /* JavaScript Support */ + // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */ + // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */ + // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */ + + /* Emit */ + // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ + // "declarationMap": true, /* Create sourcemaps for d.ts files. */ + // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ + // "sourceMap": true, /* Create source map files for emitted JavaScript files. */ + // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */ + // "outDir": "./", /* Specify an output folder for all emitted files. */ + // "removeComments": true, /* Disable emitting comments. */ + // "noEmit": true, /* Disable emitting files from a compilation. */ + // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */ + // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */ + // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */ + // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */ + // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */ + // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */ + // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */ + // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */ + // "newLine": "crlf", /* Set the newline character for emitting files. */ + // "stripInternal": true, /* Disable emitting declarations that have `@internal` in their JSDoc comments. */ + // "noEmitHelpers": true, /* Disable generating custom helper functions like `__extends` in compiled output. */ + // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */ + // "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */ + // "declarationDir": "./", /* Specify the output directory for generated declaration files. */ + // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */ + + /* Interop Constraints */ + // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */ + // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */ + "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */ + // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */ + "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ + + /* Type Checking */ + "strict": true, /* Enable all strict type-checking options. */ + // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied `any` type.. */ + // "strictNullChecks": true, /* When type checking, take into account `null` and `undefined`. */ + // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */ + // "strictBindCallApply": true, /* Check that the arguments for `bind`, `call`, and `apply` methods match the original function. */ + // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */ + // "noImplicitThis": true, /* Enable error reporting when `this` is given the type `any`. */ + // "useUnknownInCatchVariables": true, /* Type catch clause variables as 'unknown' instead of 'any'. */ + // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */ + // "noUnusedLocals": true, /* Enable error reporting when a local variables aren't read. */ + // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read */ + // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */ + // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */ + // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */ + // "noUncheckedIndexedAccess": true, /* Include 'undefined' in index signature results */ + // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */ + // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type */ + // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */ + // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */ + + /* Completeness */ + // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ + "skipLibCheck": true /* Skip type checking all .d.ts files. */ + } +} diff --git a/CrepePlusManager.bat b/CrepePlusManager.bat index 97acf25..2777f6b 100644 --- a/CrepePlusManager.bat +++ b/CrepePlusManager.bat @@ -1,4 +1,5 @@ @echo off + :menu echo Welcome to the CrepePlus Manager echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -10,12 +11,14 @@ echo 5) Want to try CBT3? echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo Created by Midrooms echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + set /p op=Select:  if "%op%"=="1" goto start if "%op%"=="2" goto update if "%op%"=="3" goto NPM if "%op%"=="4" exit if "%op%"=="5" goto cbt3 + cls goto menu @@ -33,7 +36,7 @@ npm run start :update @echo Updating CrepePlus... You will return to the menu once the update is completed. @RD /S /Q "%CD%\CrepePackage" -powershell -Command "Invoke-WebRequest https://ps.rrryfoo.cf/CrepePackage.zip -Outfile CrepePackage.zip" +powershell -Command "Invoke-WebRequest https://github.com/CrepePlus/CrepePackages/raw/main/CrepePackage.zip -Outfile CrepePackage.zip" powershell -Command "Expand-Archive -Path CrepePackage.zip CrepePackage -Force" DEL CrepePackage.zip cd %cd%\CrepePackage\ @@ -50,10 +53,10 @@ goto menu :cbt3 echo Want to play CBT3? echo Press any key to download the instructions and also included Fiddler Classic installer. -echo The files will be located in "CrepePlus-beta" +echo The files will be located in "/CrepePlus-beta" echo If you don't want to download the files, close the manager and open it again. pause -powershell -Command "Invoke-WebRequest https://ps.rrryfoo.cf/CrepePlus-beta.zip -Outfile CrepePlus-beta.zip" +powershell -Command "Invoke-WebRequest https://github.com/CrepePlus/CrepePackages/raw/main/CrepePlus-beta.zip -Outfile CrepePlus-beta.zip" powershell -Command "Expand-Archive -Path CrepePlus-beta.zip CrepePlus-beta -Force" DEL CrepePlus-beta.zip cls @@ -61,4 +64,4 @@ echo The CrepePlus-beta folder is now located where you ran the manager. echo Press any key to return to the menu. pause cls -goto menu +goto menu \ No newline at end of file